@charset "utf-8";
.header{
	background: #ffffff;
	height: 100px;
}
.header .centerBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.header .logo img{
	width: 545px;
}
.header .search{
	width: 250px;
	border: 1px solid #666666;
	box-sizing: border-box;
	height: 40px;
	position: relative;
}
.header .search form{
	width: 100%;
	height: 100%;
}
.header .search .key{
	width: 100%;
	height: 100%;
	border: none;
	padding-left: 10px;
	padding-right: 50px;
}
.header .search .submit{
	position: absolute;
	width: 50px;
	height: 40px;
	background: url(img/a1_06.png)center no-repeat;
	background-size: 23px 24px;
	right: 0;
	border: none;
}
.menu{
	background: #2266aa;
}
.menu .nav{
	font-size: 0;
}
.menu .nav li{
	display: inline-block;
	width: 14.28%;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #ffffff;
}
.menu .nav li a{font-size: 16px;
	color: #ffffff;}
.menu .nav li:hover{
	background: #194979;
}
.menu .nav li.on{
	background: #194979;
}
.swiper-slide img{
	width: 100%;
}
.banner .swiper-pagination{
	bottom: 20px !important;
	display: flex;
    align-items: center;
    justify-content: center;
}
.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
    margin: 0 15px !important;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0,0,0,0.4);
}
.index{
	padding: 20px 0 90px;
	box-sizing: border-box;
	background: #e6f3ff;
}
.lunbo .swiper-button-prev{
	background-image: url(img/a2_03.png);
	background-size: 70px 70px;
	height: 70px;
	width: 70px;
}
.lunbo .swiper-button-next{
	background-image: url(img/a2_05.png);
	background-size: 70px 70px;
	height: 70px;
	width: 70px;
}
.content{
	box-shadow: 0 0 6px rgba(0,0,0,0.26);
	padding: 10px 20px 38px;
	box-sizing: border-box;
	background: #ffffff;
	margin-top: 24px;
	clear: both;
	overflow: hidden;
}
.index .title a{
	float: right;
	font-size: 16px;
	color: #333333;
	padding-right: 20px;
	padding-top: 10px;
	font-weight: normal;
}
.index .title{
	background: url(img/a7_03.png)left no-repeat;
	background-size: auto 100%;
    height: 70px;
    line-height: 58px;
    font-size: 30px;
    padding-left: 28px;
    font-weight: bold;
    color: #ffffff;
}
.index .hot ul{
	font-size: 0;
	padding: 20px 20px 42px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	border-top: none;
	box-sizing: border-box;
}
.index .hot ul li{
	display: inline-block;
	width: 24.1%;
	margin-right: 1.1%;
}
.index .hot ul li:nth-child(4n){
	margin-right: 0;
}
.index .hot ul li img{
	width: 100%;
}
.index .hot ul li .tu{
	border: 1px solid #dddddd;
	box-sizing: border-box;
}
.index .hot ul li p{
	font-size: 16px;
	text-align: center;
	margin-top: 6px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index .hot ul li:hover p{
	color: #024e92;
}
.index .zuo{
	float: left;
	width: 300px;
}
.index .you{
	float: right;
	width: 840px;
}
.one{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.index .cont{
	border: 1px solid #dddddd;
	border-top: none;
	padding: 20px;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
}
.one .lianxi .cont .desc{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.one .lianxi .cont h3{
	font-size: 18px;
}
.one .jianjie .cont{
	font-size: 16px;
	line-height: 30px;
	padding: 20px 20px 30px;
}
#certify {
	position: relative;
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-top: 74px;
	box-sizing: border-box;
}
#certify  .swiper-slide {
	width: 440px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
}
.index .one{
	clear: both;
	overflow: hidden;
}
.index .two{
	margin-top: 20px;
	clear: both;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.index .two .ul{
	padding: 16px 20px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
	clear: both;
	overflow: hidden;
}
.index .one .lianxi .cont{
	height: calc(100% - 70px);
	
}
.index .one .jianjie .cont{
	height: calc(100% - 70px);
	
}
.index .two .fenlei .cont{
	height: calc(100% - 70px);

}
.index .two .tupian .cont{
	height: calc(100% - 70px);
	
}
.index .two .ul h3{
	font-size: 16px;
}
.index .two .ul li{
	font-size: 14px;
	margin-top: 10px;
	float: left;
	writing-mode: lr-tb;
    box-sizing: border-box;
    width: 50%;
}
.index .two .ul li:hover a{
	color: #024e92;
	text-decoration: underline;
}
.index .tupian ul li:hover p{
	color: #024e92;
}
.index .two .ul:first-child{
	padding-top: 0;
}
.index .ul ul{
	clear: both;
	overflow: hidden;
	height: 120px;
	writing-mode: vertical-lr;
	width: 100%;
}
.index .tupian ul li{
	display: inline-block;
	width: 30%;
	margin-right: 2%;
	margin-top: 20px;
}
.index .tupian ul li:nth-child(3n){
	margin-right: 0;
}
.index .tupian .cont{
	padding-top: 0;
}
.index .tupian ul li p{
	text-align: center;
	margin-top: 6px;
}
.index .tupian ul li .tu{
	border: 1px solid #dddddd;
	box-sizing: border-box;
}
.index .tupian ul li img{
	width: 100%;
}
.three{
	margin-top: 20px;
}
.four{
	margin-top: 20px;
}
.four .zl_zuo{
	float: left;
	width: 44.724%;
}
.four .zl_zuo img{
	width: 100%;
}
.four .zl_you{
	float: right;
	width: 51.9%;
}
.four .zl_you ul li{
	clear: both;
	overflow: hidden;
	line-height: 52px;
	border-bottom: 1px solid #dddddd;
	font-size: 16px;
}
.four .zl_you ul li:hover p{
	color: #024e92;
	padding-left: 12px;
}
.four .zl_you ul li p{
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 70%;
	color: #333333;
	font-weight: bold;
}
.four .zl_you ul li span{
	float: right;
}
.footer{
	padding: 40px 0;
	box-sizing: border-box;
}
.footer .nav{
	display: flex;
	justify-content: space-between;
	font-size: 0;
}
.footer .nav li{
	display: inline-block;
	position: relative;
	font-size: 16px;
	padding: 0 5%;
}
.footer .nav li:first-child{
	padding-left: 0;
}
.footer .nav li:last-child{
	padding-right: 0;
}
.footer .nav li:after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 100%;
	top: 0;
	position: absolute;
	background: #999999;
	right: 0;
}
.footer .nav li:last-child:after{
	display: none;
}
.footer .xinxi{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	text-align: center;
	margin-top: 22px;
}
.footer .copy{
	text-align: center;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.footer .copy img{
	display: inline-block;
    vertical-align: bottom;
    margin-right: 4px;
}