/* body{ */
/* 	overflow: hidden; */
/* }; */
/* html{ */
/* 	overflow: hidden; */
/* } */
.header{
	height: 66px;
	width: 100vw;
/* 	min-width: 1200px; */
/* 	background: #004c9f; */
	background: #ffffff;
	position: fixed;
	top: 0;
	/*left: 0;*/
	z-index: 99999;
}
.logo{
	height: 100%;
	width: 20%;
	line-height: 66px;
	float: left;
	padding-left: 30px;
}
.logo>img{
	width: 100%;
	height: 100%;
}
.TopnavBox{
	width: 50%;
	height: 100%;
	text-align: center;
	float: left;
}
.listnav,.listbtn{
	display: inline-block;
	height: 66px;
	line-height: 66px;
	font-size: 18px;
}
.listnav>li{
	height: 100%;
	float: left;
	position: relative;
}
.listnav>li.current {
	border-bottom: solid 3px #19499f;
}
.listbtn>li{
	height: 100%;
	float: left;
	position: relative;
}
.listnav>li>a{
	display: block;
	height: 100%;
/* 	color: #FFFFFF; */
/* 	color: #000000; */
	color:black;
	padding: 0 20px;
	cursor: pointer;
}
.Tnav{
	position: absolute;
	top: 66px;
	left: 15px;
/* 	background: #004C9F; */
	background:#fff;
	padding: 6px 0 0;
	overflow: hidden;
	display: none;
	border: solid 1px #e2d9d9;
}
.Bnav{
	position: absolute;
	top: 66px;
	/* right: 0px; */
	right: -18px;
	background: #004C9F;
	padding: 6px 0 0;
	overflow: hidden;
	display: none;
}



.Tnav>li{
	height: 44px;
	line-height: 44px;
}
.Tnav>li:hover{
	background: #0178d7;
}
.Tnav>li>a{
	white-space: nowrap;
	height: 100%;
	display: block;
	padding: 0 12px;
/* 	color: #FFFFFF; */
	color: black;
	word-wrap:normal;
	cursor: pointer;
	text-align: left;
}
.Bnav>li>a{
	white-space: nowrap;
	height: 100%;
	display: block;
	padding: 0 12px;
	color: #FFFFFF;
	word-wrap:normal;
	cursor: pointer;
	text-align: left;
}
.Bnav>li:hover{
	background: #0178d7;
}
.listnav>li:hover>.Tnav{
	display: block;
}
.listbtn>li:hover>.Bnav{
	display: block;
}
.Hright{
	width: 30%;
	height: 66px;
	line-height: 66px;
	float: right;
	padding-right: 20px;
	text-align: right;
}
.HRbtn{
	padding: 8px ;
	border: 1px solid #ddd;
	border-radius: 15px;
	font-size: 14px;
/* 	color: #FFFFFF; */
	color: #000000 !important;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
}
.HRbtn:hover{
	border: 1px solid #2c90e5;
	color: #2c90e5;
}
/*内容*/
.section{
	height: 100%;
	width: 100%;
/* 	overflow: auto; */
	overflow-x: hidden; 
}
.container-fluid{
	padding:0;
}

/*1轮播图*/
.banner{
	height: 500px;
	width: 100%;
	background: #fff;
  	font-size: 14px;
  	color:#000;
  	margin: 66px 0 0 0;
  	padding: 0;
}
.swiper-container {
  	width: 100%;
  	height: 500px;
}
.swiper-wrapper{
	height: 100%;
}
.swiper-slide {
  width: 100%;
  height: 100% !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bnCotn1{
	height: 100%;
	width: 100%;
	padding: 70px 300px;
}
.bnCotn1box{
	height: 100%;
	width: 50%;
	padding: 60px 0;
}
.bnCotn1p{
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF;
}
.bnCotn1h2{
	height: 100px;
	line-height: 100px;
	font-size: 34px;
	color: #FFFFFF;
}
/*2*/
.content1{
	height: 500px;
	background: #FFFFFF;
	width: 100%;
}
.CT_h2{
	height: 120px;
	line-height: 120px;
	text-align: center;
	width: 100%;
	font-size: 34px;
	font-weight: 500;
	color: #333333;
}
.listSLT{
	width: 120px;
	margin: 0 auto;
}
.imgbox{
	width: 90px;
	height: 90px;
	position: relative;
	margin: 0 auto;
}
.imgbox>img{
	display: block;
	height: 70px;
	width: 70px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.6s;  
	cursor: pointer;
}
/* .imgbox>img:hover{
	transform: scale(1.2);  
} */
.listSLT>div:hover{
	transform: scale(1.2);  
	transition: all 0.6s;  
}
.listSLT>span{
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 18px;
	cursor: pointer;
}
.R1ct>div{
	height: 220px;
	padding-top:10px;
	padding-bottom: 10px;
}
.listCT{
	height: 100%;
	width: 100%;
	border: 1px solid #11aef9;
	padding: 16px;
	border-radius: 10px;
	position: relative;
	display: none;
    font-size: 16px;
    line-height: 30px;
}
.listCT:after{
	content: ' ';
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #11aef9;
	border-left: 10px solid transparent;
	position: absolute;
	/* left: 132px; */
	left:10.6%;
    top: -20px;
    z-index: 8;
}
.listCT:before{
	content: ' ';
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFFFFF;
    border-left: 8px solid transparent;
    position: absolute;
     /* left: 134px; */
     left:10.8%;
    top: -16px;
    z-index: 10;
}
.listCT1{
	display: block;
}
.listCT2:before{
	left: 36.5%;

}
.listCT2:after{
    left: 36.3%;
}
.listCT3:before{
	left: 62.3%;;
	display: block;
}
.listCT3:after{
	left: 62.2%;
	display: block;
}
.listCT4:before{
	left: 88.1%;;
	display: block;
}
.listCT4:after{
    left: 88%;
	display: block;
}
/*3*/
.content2{
	height: 550px;
	width: 100%;
	background: #f9f9f9;
}
.TWbox{
	height: 400px;
}
.TWbox>div{
	height: 100%;
}
.item{
	height: 100%;
	width: 290px;
	/* width:100%; */
	background: #007AFF;
	margin: 0 auto;
	border-radius: 10px;
	cursor: pointer;
	padding: 20px 26px;
	box-shadow: 0 0 6px #FFFFFF;
	transition: all 0.6s;  
}

.item1{
	background: #eaa010;
	box-shadow: 2px 2px 16px #eaa010;
}
.item2{
	background: #7cc058;
	box-shadow: 2px 2px 16px #7cc058;
}
.item3{
	background: #348fd4;
	box-shadow: 2px 2px 16px #348fd4;
}
.item:hover{
	transform: scale(1.06);  
}
.itemTop{
	height: 50px;
	line-height: 66px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
.itemImgbox{
	width: 70px;
	padding-bottom: 30px;
	border-bottom: 3px solid #FFFFFF;
	margin: 36px auto 0;
}
.itemImgbox>img{
	display: block;
	height: 70px;
	width: 70px;
	margin: 0 auto;
}
.itemulbox{
	height: 160px;
	width: 100%;
	padding-top: 50px;
}
.itemulbox>span{
	display: block;
	float: left;
	height: 50px;
	width: 50%;
	line-height: 50px;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
}
.itemulbox>span:before{
	content: ' ';
	border-left: 12px solid #FFFFFF;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	left: 10px;
	top: 17px;
}
/*4*/
.content3{
	height: 350px;
	background: #FFFFFF;
}
.listFA{
	/* display: block;
	width: 20%;
	width: 80%;
	float: left; */
	display: block;
    width: 174px;
    margin-left: 18%;
}
.listFAimg{
	/* height: 150px;
	width: 80%;
	width: 100%;
	margin: 0 auto;
	position: relative; */
	height: 150px;
    margin: 0 auto;
}
.listFAimg>img{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.6s;
}
.listFA>span{
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #333333;
}
.listFAimg>div:hover{
	transform: scale(1.3);
	transition: all 0.7s;
}
.listFA:hover img{
	transform: scale(1.2);  
}

/*footer*/
.footer{
	width: 100%;
	background: #CCCCCC;
}
.FTtop{
	height: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #F9F9F9;
}
.FTtop>div{
	height: 100%;
}
.linka{
	width: 100%;
}
.linka>li{
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.first_lali{
	height: 36px !important;
	line-height: 36px !important;
	color: #0168b7;
	font-size: 14px;
	font-weight: 700;
}
.linka>li>a{
	color: #666666;
	font-size: 12px;
}
.linka>li>a:hover{
	color: #2c90e5;
}
.VXm{
	width: 100%;
	height: 100%;
	border-left: 1px dashed #979694;
}
.VXmimgbox{
	width: 140px;
	float: right;
	text-align: center;
}
.VXmimgbox>img{
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
}
.VXmimgbox>span{
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #666666;
}
.FTbotm{
	height: 50px;
	width: 100%;
	line-height: 50px;
	background: #25344c;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
.FTbotm>span{
	padding:0 20px;
}	
.linear3{
				width: 100%;
				height: 600px;
				FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#2787dd, endColorStr=#71c0f8);/*IE 6 7 8*/
				background: -ms-linear-gradient(top,left,  #2787dd, #71c0f8);/* IE 10 */
				background: -moz-linear-gradient(top,left,  #2787dd, #71c0f8);/*火狐*/
				background: -webkit-gradient(linear, 0% 0%,100% 100%, from(#2787dd), to(#71c0f8));/*谷歌*/
				background: -webkit-gradient(linear, 0% 0%,100% 100%, from(#2787dd), to(#71c0f8));/* Safari 4-5, Chrome 1-9*/
				background: -webkit-linear-gradient(top,left,  #2787dd, #71c0f8);/*Safari5.1 Chrome 10+*/
				background: -o-linear-gradient(top,left, #2787dd, #71c0f8);/*Opera 11.10+*/
				background: linear-gradient(to bottom right,#2787dd,#71c0f8);


/* width:100px;
height:100px;
background:linear-gradient(to top right,#000,#fff) */
}
.sprites1{
    background: url(../../images/gzyimg/sprites.gif) no-repeat;
    width: 70px;
    height: 70px;
    background-position: 0 0;
    margin: 0 auto;
}
.sprites2{
    background: url(../../images/gzyimg/sprites.gif) no-repeat;
    width: 70px;
    height: 70px;
    background-position: -200px 0px;
    margin: 0 auto;
}
.sprites3{
    background: url(../../images/gzyimg/sprites.gif) no-repeat;
    width: 70px;
    height: 70px;
    background-position: -400px 0px;
    margin: 0 auto;
}
.sprites4{
    background: url(../../images/gzyimg/sprites.gif) no-repeat;
    width: 70px;
    height: 70px;
    background-position: -600px 0;
    margin: 0 auto;
}
.sprites5{
    background: url(../../images/gzyimg/sprites.gif) no-repeat;
    width: 73px;
    height: 73px;
    background-position: 1px -100px;
}
.sprites6{
    background: url(../../images/gzyimg/sprites.gif) no-repeat;
    width: 73px;
    height: 73px;
    background-position: -198px -100px;
}
.sprites7{
    background: url(../../images/gzyimg/sprites.gif) no-repeat;
    width: 73px;
    height: 73px;
    background-position: -400px -100px;
}
.sprites8{
    background: url(../../images/gzyimg/sprites.gif) no-repeat;
    width: 174x;
    height: 97px;
 	background-position: -400px -250px;
 }
.sprites9{
    background: url(../../images/gzyimg/sprites.gif) no-repeat;
    width: 174x;
    height: 97px;
    background-position: -1200px -250px;
}
.sprites10{
    background: url(../../images/gzyimg/sprites.gif) no-repeat;
    width: 174x;
    height: 97px;
    background-position: -1600px -250px;
}
.sprites11{
    background: url(../../images/gzyimg/sprites.gif) no-repeat;
    width: 174x;
    height: 97px;
    background-position: 0 -250px;
}
.sprites12{
    background: url(../../images/gzyimg/sprites.gif) no-repeat;
    width: 174x;
    height: 97px;
    background-position: -800px -250px;
}
.sprites13{
    background: url(../../images/gzyimg/sprites.gif) no-repeat;
    width: 120px;
    height: 120px;
    background-position: 0 -600px;
}

.fwbz{
	border:1px solid #dddddd;
	height: 250px;
	text-align: center;
}
.fwbz>.fwbz1{
	padding: 2% 11%;
    line-height: 22px;
}


.table {display: table; width: 100%; border-collapse: collapse;}   
.table-tr {display: table-row; }   
.table-th {display: table-cell;font-weight: bold;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}   
.table-td {display: table-cell; height: 100%;border: 1px solid gray; text-align: center;vertical-align: middle;}  
.table-td1 {display: table-cell; border: none;} 



/* #fwtable td{
	width:10%;
	height:230px;	
} */
/* .row1{
    overflow: hidden;
}

[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
} */
