p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
	padding:0;
	margin:0;
	list-style:none;
}
input::-webkit-input-placeholder{
	color:#BFBFBF;
	font-size: 16px;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#BFBFBF;
	font-size: 16px;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#BFBFBF;
	font-size: 16px;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color:#BFBFBF;
	font-size: 16px;
}
input[type=text]::placeholder,input[type=password]::placeholder{
	color:#BFBFBF;
	font-size: 16px;
}

a {
  color:#333;
  text-decoration: none;
}
a:focus,a.active,a:hover {
  text-decoration: none;
}
img{
	border: 0;
	vertical-align: middle;
}
table{
	border-spacing:0;
	border-collapse:collapse;
}
ul,ol,li{
	list-style: none;
}
html {
	font: normal 14px "Microsoft YaHei";
}
body,div,p,span,a,h1,h2,h3,h4,h5,h6{
	font-family: "PingFangSC-Regular","Microsoft YaHei", "Helvetica Neue", Helvetica, "STHeitiSC-Light", Arial, sans-serif;
}
/* 文件上传 */
.zgw-file {
	width:140px;
	height:32px;
	position:relative;
	border:1px solid #1890FF;
	display: inline-block;
	margin-left: 15px;
}
.zgw-file-input {
	width:140px;
	height:32px;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.zgw-file-content {
	width:140px;
	height:32px;
}
.zgw-file-title {
	width:100%;
	height:38px;
	font-size:14px;
	color:#1890FF;
	line-height:30px;
	text-align:center;
}
.zgw-file-title i{
	font-weight: 500;
	padding-right: 12px;
}
.zgw-file-name {
	/* width:100%; */
	height:24px;
	font-size:14px;
	color:#1890FF;
	word-break:break-all;
	padding:6px 4px;
	box-sizing:border-box;
	/* overflow:hidden; */
}


/* 输入框样式 */
.form-common {
	color: #BFBFBF;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
}
.bg_main{
	background-color: #091b33;
}
.color_light{
  color: #387ee8;
}
.color_main{
  color: #181818;
}
.color_3{
  color: #333;
}
.color_6{
  color: #666;
}
.color_9{
  color: #999;
}
.color_919{
	color:#000919;
}
.border_btm{
  border-bottom: 1px solid #d5d5d5;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.clear{
  content: "";
  clear: both;
}
.text_align_c{
  text-align: center;
}
.text_align_r{
  text-align: right;
}
/* banner 开始*/
.carousel-item a.banbg{
	height: 360px;	
	width: 100%;
	display: block;
}

.carousel-item a.banbg img{
	display: none;
}
.banner-btns-all{
	position: absolute;
	bottom: 60px;
	width: 100%;
}
.carousel-item .BanTxt{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
}
.carousel-item .BanTxt .img1 {
	top: 53%;
	left: 0%;
}
.carousel-item .ani {
	position: absolute;
	width: 100%;
}
.auto {
		margin: 0 auto;
}
.w1180 {
	max-width: 1200px;
	min-width: 320px;
	margin: 0px auto;
}
.BanTxt .aclick {
	margin: 50px 0px 0px;
	text-align: left;
}
.banner-text{
	margin-top: 20px;
}
.banner-text a{
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	display: inline-block;
	color: #1890FF;
	border: 1px solid #1890FF;
	border-radius: 50px;
	margin-right: 10px;
	text-align: center;
}

.banner-text a:first-child{
	background-color: #1890FF;
	color: #fff;
}
@media screen and (max-width: 992px) and (min-width: 480px){
	.BanTxt .aclick{
		/* margin-left: 20px; */
	}
}
@media screen and (max-width: 480px){
	.BanTxt .aclick{
		margin-left: 14px;
	}
	.carousel-item a.banbg{
		height: 300px;
	}
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #666;
}
/* banner结束 */

/* 遮罩 */
.shade{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 100;
}

/* 弹窗 */
.shade_box{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 101;
  min-width: 100px;
  min-height: 100px;
}
/* 弹性布局 */
.flex{
  display: flex;
}
/* 列式弹性盒子 */
.flex_col {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
/* 行式弹性盒子 */
.flex_row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
/* 弹性盒子弹性容器 */
.flex_col .flex_grow{
  width:0;
  flex-grow: 1;
}
.flex_row .flex_grow{
  flex-grow: 1;
}
/* 盒子居中且两端对齐 */
.flex_align_center{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* 弹性盒子允许换行 */
.flex_col .flex_wrap{
  flex-wrap: wrap;
}
.flex_col .flex_nowrap{
  flex-wrap: nowrap;
}
 
/* 弹性盒子居中对齐 */
.flex_col.flex_center,.flex_row.flex_center{
  justify-content: center;
}
 
/* 列式弹性盒子两端对齐 */
.flex_col.flex_space{
  justify-content: space-between;
}