.header, .content, .footer{
	width: 100%;
	height: auto;
}
.header{

}
.header .top{
	height: 200px;
	width:100%;
	background-color: rgba(255,255,255, .95);
}
.header .top .logo {
	height: 139px;
	line-height: 139px;
}
.header .top .logo img{
	display: inline-block;
	vertical-align: middle;
}
.header .top .nav{
	border-top: 1px solid #1a8fd7;
	height: 62px;
}
.header .top .nav ul li, .header .top .nav ul li a{
	width: 13.9%;
 	display: inline-block;	
 	color: #333;
 	text-align: center;	
 	height: 60px;
 	line-height: 60px;
 	font-size: 18px;
 	transition: transform .5s;	
 	position: relative;
 }
 .header .top .nav ul li a{
 	width:100%;
 	z-index: 2;
 }
 .header .top .nav ul li:hover a:not(:hover) {
    color: #fff;
}
.header .top .nav ul li i{
	position: absolute;
	z-index: 1;
	top: 0;
	display: block;
	width: 100%;
	height: 0;
	background-color: #1a8fd7;
	transition: height .5s;
}
.header .top .nav ul li:hover i{
	height: 60px;
	transition: height .5s;
	
}
.header .top .nav ul li:hover a { color:#fff;}
.header .top .nav ul li .nav-i{
	height: 60px;
}

.content .caidan li{
	width: 25%;
	float: left;
	transition: all .5s;
	}
.content .caidan .icon-img,.content .caidan a{
	display: inline-block;
	vertical-align: middle;	
}
.content .caidan a span:first-child{
	color: #333333;
}
.content .caidan li:hover{
	margin-top: -10px;
	transition: margin-top .5s;
}
.content .caidan li:hover  a span{
	color: #1a8fd7 ;
}

.content .caidan .icon-img{
	border: 1px solid #1a8fd7;	
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	margin-right: 20px;
}
.content .caidan .icon01{ background-position: 22px 20px;}
.content .caidan .icon02{ background-position: -95px 18px;}
.content .caidan .icon03{ background-position: -215px 20px;}
.content .caidan .icon04{ background-position: -335px 20px;}

.content .caidan a span, .content .caidan a i{
	display: block;	
}
.content .caidan a i{
	width: 0;
	height: 0;
	font-size: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #1a8fd7;
}

.content .title{
	font-size: 28px;
	color: #666;
	font-weight:bold;
	position: relative;
}
.content .title .text{
	color: #ff6600;
	font-size: 24px;
	font-weight: bold;
	z-index: 1;
	position: absolute;
	top: 25px;
	width: 100%;
}
.content .more{
	width: 30%;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;		
}
.content .more span, .content .more i{
	display: inline-block;
	vertical-align: middle;
}
.content .more:hover span { color:#1a8fd7}
.content .more i{
	width: 0;
	height: 0;
	font-size: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ccc;
	transition:all .5s;
}
.content .more:hover i{
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #1a8fd7;
	transition: border-left-width .5s;
}


.news-l, .jianjie-l{
	width: 660px;
	float: left;
}
.news-l1{
	width: 580px;
	float: left;
}
.news-r{
	width: 580px;
	float: right;
}
 .jianjie-r{
	width: 500px;
	float: right;
}
.news-l .news-img{
	width: 660px;
	height: 250px;
	overflow: hidden;
}
.news-l .news-img img{
	transition: all .5s;
}
.news-l .news-img:hover img{
	transform: scale(1.1);
	transition: all .5s;
}
.news-title{
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news-title-bg{
	background-color: #f4f4f4;
	padding: 20px;
	padding-bottom:40px;
	}
.news-text{
	color: #aeaeae;
	line-height: 28px;
	text-transform: uppercase;
	height:60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-con{
	width: 470px;
	float: right;
}
.news-r ul li{
	border-bottom: 1px solid #f6f6f6;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}
.news-r ul li i{
	width: 0;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0px;
	background-color: #1a8fd7;
	z-index: 1;
	transition: width .5s;
}
.news-r ul li:hover .news-con .news-title,
.news-r ul li:hover .news-con .news-text{
	color: #1a8fd7;
}
.news-r ul li:hover i{
	width: 100%;
	transition: width .5s;
}
.news-r ul li:first-child{
	padding-top: 0;
}

.news-r ul li.zhiming{
	border-bottom: 1px solid #f6f6f6;
	padding: 20px 23.7px;
	overflow: hidden;
	position: relative;
	float:left;
	width:90px;
	height:90px;
}
.news-r ul li.zhiming i{
	width: 0;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0px;
	background-color: #1a8fd7;
	z-index: 1;
	transition: width .5s;
}
.news-r ul li.zhiming:hover .news-con .news-title,
.news-r ul li.zhiming:hover .news-con .news-text{
	color: #1a8fd7;
}
.news-r ul li.zhiming:hover i{
	width: 100%;
	transition: width .5s;
}







.news-l1 ul li{
	border-bottom: 1px solid #f6f6f6;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}
.news-l1 ul li i{
	width: 0;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0px;
	background-color: #1a8fd7;
	z-index: 1;
	transition: width .5s;
}
.news-l1 ul li:hover .news-con .news-title,
.news-l1 ul li:hover .news-con .news-text{
	color: #1a8fd7;
}
.news-l1 ul li:hover i{
	width: 100%;
	transition: width .5s;
}
.news-l1 ul li:first-child{
	padding-top: 0;
}

.news-l1 ul li.zhiming{
	border-bottom: 1px solid #f6f6f6;
	padding: 20px 23.7px;
	overflow: hidden;
	position: relative;
	float:left;
	width:90px;
	height:90px;
}
.news-l1 ul li.zhiming i{
	width: 0;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0px;
	background-color: #1a8fd7;
	z-index: 1;
	transition: width .5s;
}
.news-l1 ul li.zhiming:hover .news-con .news-title,
.news-l1 ul li.zhiming:hover .news-con .news-text{
	color: #1a8fd7;
}
.news-l1 ul li.zhiming:hover i{
	width: 100%;
	transition: width .5s;
}

/*.news-r ul li.zhiming:first-child{
	padding-top: 0;
}*/
.news-time{
	width: 80px;
	float: left;	
}
.news-time p{
	color: #999999;
}
.news-time p:first-child{
	height: 50px;
	line-height: 50px;
	background-color: #ececec;
}
.news-time p:last-child{
	height: 30px;
	line-height: 30px;
	background-color: #f4f4f4;
}


.news-l a:hover .news-title, .news-l a:hover .news-text,
.news-r a:hover .news-title, .news-r a:hover .news-text{
	color: #1a8fd7;
}
.news-r ul li:hover .news-time p{
	color: white;
}
.news-r ul li:hover .news-time p:first-child{
	background-color: #1a8fd7;
}
.news-r ul li:hover .news-time p:last-child{
	background-color: #1a8fd7;
}

.content .title-white{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.content .title-white .text{
	color: white;
	font-size: 24px;
	font-weight: bold;
	z-index: 1;
	position: absolute;
	top: 25px;
	width: 100%;
}
.content .more-white{
	width: 30%;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;		
}
.content .more-white span, .content .more-white i{
	display: inline-block;
	vertical-align: middle;
}
.content .more-white i{
	width: 0;
	height: 0;
	font-size: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #ccc;
	transition:all .5s;
}
.content .more-white:hover{
	color: white;
}
.content .more-white:hover i{
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid white;
	transition: border-left-width .5s;
}
.jianjie{
	/*background: url(../images/jianjie-bg.jpg) no-repeat;*/
	height: 555px;	
}
.jianjie:hover{
	transform: scale(1);
	transition: all .5s;
}
.jianjie .jianjie-img{
	height: 360px;	
	overflow: hidden;
}
.jianjie .jianjie-img img{
	transition: all .5s;
}
.jianjie .jianjie-img:hover img{	
	transform: scale(1.1);
	transition: all .5s;
}
.fanwei{
	background: url(../images/tongqibg.jpg) no-repeat;
	/*height: 881px;*/
}
.content .tqzh li{
	float: left;
	width: 375px;
	height: 486px;
	overflow: hidden;
	margin-right: 37.5px;
	margin-bottom:35px;
	position: relative;
}
.content .tqzh li:nth-child(3n) {
	margin-right: 0;
}
.content .tqzh li:last-child{
	margin-right: 0;
}
.content .tqzh li .tqzh-bg{
	width: 100%;
}
.content .tqzh li .tqzh-bg .tqzh-text{
	position: absolute;
	z-index: 2;
	padding: 30px;
}
.content .tqzh li .tqzh-bg .tqzh-text-bg{
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 150px solid rgba(23, 90, 243, .7);
	border-right: 600px solid transparent;
}
/*.content .tqzh li .tqzh-bg .tqzh-text-bg:nth-child(even){
	border-top-color: rgba(248, 134, 15, .7);
}*/
.content .tqzh li a,
.content .tqzh li a:hover .tqzh-bg .tqzh-text{
	color: white;
}
.content .tqzh li img{
	transform: scale(1.1);
	transition: all .5s;
}
.content .tqzh li:hover img{
	transform: scale(1);
	transition: all .5s;
}
.content .tqzh2 li{transition: 1s transform;}
.content .tqzh2 li{
	display: inline-block;
	width: 280px;
	height:181px;
	text-align: left;
	float:left;
	margin-right:13px;
	background: url(../images/fanweibg2.png) no-repeat top center;
	margin-bottom:40px;
}
.content .tqzh2 li:nth-child(4n) { margin-right:0;}
.content .tqzh2 li div{ width:110px; margin:auto; text-align:center; color:#fff;}
/*.content .tqzh2 li:hover{
	transform: translateY(-15px);
	color: #FFA800 ;
	width: 181px;
	height:181px;
	float:left;
	transition: .5s transform, 1s color;
	background: url(../images/fanweibg2.png) no-repeat top center;
	
}*/


.content .tqzh2 li{
	float: left;
/*	width: 30%;*/
	height: 55px;
	line-height:55px;
	overflow: hidden;
/*	margin-right: 37.5px;*/
	margin-bottom:15px;
	position: relative;
	background:#dadddf;
	text-align: center;
	overflow:hidden;
	color:#333;
	font-size:14px;
}

.content .tqzh2 li .tqzh-bg{
	width: 100%;
}
.content .tqzh2 li .tqzh-bg .tqzh-text{
	position: absolute;
	z-index: 2;
	padding: 30px;
}
.content .tqzh2 li .tqzh-bg .tqzh-text-bg{
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 150px solid rgba(23, 90, 243, .7);
	border-right: 600px solid transparent;
}
/*.content .tqzh li .tqzh-bg .tqzh-text-bg:nth-child(even){
	border-top-color: rgba(248, 134, 15, .7);
}*/
.content .tqzh2 li a,
.content .tqzh2 li a:hover .tqzh-bg .tqzh-text{
	color: #333;
}
/*.content .tqzh2 li img{
	transform: scale(1.1);
	transition: all .5s;
}
.content .tqzh2 li:hover img{
	transform: scale(1);
	transition: all .5s;
}
*/

.content #video{
	height: 860px;
	width: 100%;
	background: url(../images/video.jpg) no-repeat top center;
}

.content .hzmt{
	height:280px;
	overflow:hidden;
}

.content .hzmt li{
	float: left;
	margin-right:25px;
	margin-bottom: 30px;
	background: #fff;
	width: 160px;
	height:80px;
}
.content .hzmt li a {
	display: flex;
	justify-content: center; /* 水平居中 */
  	align-items: center;     /* 垂直居中 */
	width: 100%;
	height:100%;
	border: 1px solid #d1d1d1;
	margin: 20px;
}
.content .hzmt li img{
	max-width: 100%;
	max-height: 100%;
}	
/* .content .hzmt li:first-child{
	margin-top:0;
	transition:margin-top .8s;
} */

.footer{
	background-color: #1a8fd7;
	padding-top: 40px;

	color: white;
	overflow: hidden;
}
.footer ul li{
	width: 25%;
	float: left;
	height: 100px;
	margin-bottom: 30px;
}
.footer ul li:first-child{
	width: 25%;
}
.footer .lx li p{
	float: left;
	line-height: 18px;
}
.footer .lx li p:nth-child(1){
	margin-right: 10px;
}
.footer .lx li p:nth-child(2){
	font-size: 36px;
	margin-top: 7px;
}
.footer .cpright{
	background-color: #0e6499;
	height: 60px;
	line-height: 60px;
	margin-top:20px;
}
