.nav ul li{
	padding: 0px 40px!important;
}
.banner{
	width:100%;
	height:452px;
}
.banner img{
	width:100%;
	max-width: 1920px;
	height:452px;
	display: block;
	margin:0px auto;
}
.kjtd{
	width:100%;
	height:430px;
	background:#f4fbfc;
}
.kjtd-con{
	width:1200px;
	height:430px;
	margin:0px auto;
}
.kjtd-title{
	height:100px;
	padding-top:30px ;
}
.kjtd-title h3{
	height:70px;
	font-size:24px;
	font-weight: 500;
	color:#075059;
	text-align: center;
	margin:0px auto; 
}
.kjtd-title h3 span{
	display: block;
	font-size:18px;
	line-height: 30px;
}
.kjtd-con{
	height:300px;
}
.kjtd-con ul li{
	width:300px;
	height:300px;
	float:left;
}
.kjtd-con ul li a{
	display: block;
	padding: 75px 0px;
}
.kjtd-con ul li a img{
	width:96px;
	height:116px;
	display: block;
	margin:0px auto;
	-webkit-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform:  rotateY(0deg);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	transform:  all 1s;;
}
.kjtd-con ul li:hover a img{
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.kjtd-con ul li:hover a p{
	color:#f50;
}
.kjtd-con ul li a p{
	text-align: center;
	font-size:18px;
	color:#075059;
	height:30px;
	line-height: 30px;
}
.lxfs{
	width:1200px;
	height:380px;
	margin:40px auto;
}
.lxfs>ul>li{
	padding: 30px;
	width:240px;
	float:left;
	height:320px;
}
.lxfs-lista{
	background:#e9f1f1 ;
}
.lxfs-listb{
	background:#d2eef1 ;
}
.lxfs>ul>li .title{
	height:40px;
	color:#075059;
	font-size:17px;
}
.lxfs>ul>li .title span{
	color:#0f8e9d;
	font-size:16px;
}
.lxfs-pic{
	display: block;
	margin:0px auto;
    width: 250px;
}
.lxfs-text{
	margin-top:5px;
	font-size:16px;
	line-height: 30px;
    height:150px;
}
.lxfs-listb .lxfs-text{
	display: block;
	text-align: center;
	color: #075059;
}
.lxfs-text a{
	color:#075059;
}
.lxfs-ul{
	margin-top:20px;
}
.lxfs-ul li{
	line-height:28px;
	color:#434343;
	font-size:16px ;
}
.lxfs-ul li:before{
	content: '';
	width:3px;
	height:3px;
	display: block;
	float:left;
	margin:12.5px 8px;
	background:#619ea3;
}
.lxfs-ul li:after{
	content: '';
	width:0px;
	height:0px;
	display: block;
	clear: both;
	overflow: hidden;
}
