/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/MONTSERRAT-LIGHT.OTF');
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/MONTSERRAT-REGULAR.TTF');
}
@font-face
{
	font-family: "Tungsten";
	src:url('../font/TUNGSTEN-SEMIBOLD.OTF');
}
@font-face
{
	font-family: "Thesignature";
	src:url('../font/Thesignature.ttf');
}
@font-face
{
	font-family: "Century-Gothic";
	src:url('../font/GOTHIC.TTF');
}
body {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.htmleaf-container{
	display: none;
}
.header-navigation {
	top:0;
	width:100%;
	text-align:center;
	z-index:9999;
}
.heads{
	position: fixed;
	height:90px;
	top: 0px;
	width: 100%;
	left: 0%;
	transition: all .5s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background-color: #fff;
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);
	transform:translateY(-100px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
}
.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
}
.headdv{
	margin: 0 auto;
	width: 95%;
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
}
.headdvleft img{
	display: block;
}
.headdvright{
	display: flex;
	justify-content:flex-end;
	align-items: center;
}
.headdvright ul{
	display: flex;
	justify-content: flex-start;
	margin-right: 15px;
}
.headdvright ul li a{
	padding: 0 10px;
	line-height: 88px;
	text-align: center;
	font-size: 17px;
	color: #333333;
}
.headdvright ul li{
	border-top: 2px solid #fff;
	transition: all .5s;
	margin: 0 15px;
}
.headdvright ul li:hover {
	border-top: 2px solid #114d88;
}
.headdvright ul li:hover a{
	color: #114d88;
}
.headdvright ul li.active {
	border-top: 2px solid #114d88;
}
.headdvright ul li.active a{
	color: #114d88;
}
.headdvright section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 75px;
}
.headdvright section iconpark-icon{
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #c00e17;
	font-size: 24px;
	background-color: #fcf3f3;
}
.headdvright section div{
	margin-left: 10px;
}
.headdvright section div h1{
	text-align: left;
	color: #808080;
	font-size: 14px;
}
.headdvright section div p{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	font-family: "Montserrat_Light";
}
.banner img{
	display: block;
	width: 100%;
}
.khd a{
	display: block;
	width: 110px;
	height: 35px;
	background-color: #124d87;
	line-height: 35px;
	border-radius: 5px;
	color: #f5f5f5;
	font-size: 16px;
}
.gehj{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width:25%;
}
.dh{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.khd{
	margin-right: 15px;
}
.dh img{
	margin-right: 10px;
}
.dh {
	color: #124d87;
	font-size: 28px;
	font-family: "Tungsten";
	font-weight: bold;
}
.headdvright{
	width: 85%;
}
.cpfw{
	padding-top: 80px;
	padding-bottom: 130px;
}
.cpwfbt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cpwfbt p{
	color: #124d87;
	font-size: 18px;
	font-weight: bold;
	font-family: "Montserrat";
	text-transform: uppercase;
	text-align: center;
}
.cpfwdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.cpfwleft{
	width:50.5%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.cpfwleft img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.cpfwleft:hover img{
	transform: scale(1.05);
}
.cpfwleft div{
	position: absolute;
	top: 15% ;
	left: 10%;
	width: 80%;
}
.cpfwleft div h1{
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.cpfwleft div p{
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 40px;
}
.cpfwleft div a{
	display: block;
	width: 140px;
	height: 45px;
	border-radius: 5px;
	border: 1px solid #869eb9;
	line-height: 45px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	transition: all .5s;
}
.cpfwleft:hover div a{
	background-color: #124d87;
	border: 1px solid #124d87;
}
.cpfwright{
	width: 48.5%;
	margin: 0 auto;
}
.cpfwrightdv1{
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.cpfwrightdv1 img{
	display: block;
	width: 100%;

	transition: all .5s;
}
.cpfwrightdv1:hover img{
	transform: scale(1.05);
}
.cpfwrightdv1 .fwzx{
	position: absolute;
	top: 0;
	left: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.cpfwrightdv1 .fwzx h1{
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cpfwrightdv1 .fwzx p{
	color: #ffffff;
	font-size: 18px;
}
.cpfwrightdv2list ul{
	display: flex;
	justify-content: space-between;
}
.cpfwrightdv2list ul li{
	position: relative;
}
.cpfwrightdv2list ul li img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.cpfwrightdv2list ul li .yunying{
	width: 100%;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	z-index: 3;
}
.cpfwrightdv2list ul li .yunying img{
	width: 38px;
}
.cpfwrightdv2list ul li .yunying h1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
}
.cpfwrightdv2list ul li .yunying p{
	width: 65%;
	text-align: center;
	line-height: 25px;
	color: #e1ecf8;
	margin: 0 auto;
	font-size: 15px;
}
.cpfwrightdv2{
	margin-top: 5px;
}
.cpfwrightdv2list ul li{
	position: relative;
	width: 32.33%;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.cpfwrightdv2list ul li::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	transition: all .5s;
	background-image: linear-gradient(to right,#124d87, transparent);
}
.cpfwrightdv2list ul li:hover:after{
   
	width: 100%;
}
.cpfwrightdv2list ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}

.cpfwrightdv2list ul .gegh .geghdv{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 5;
	align-items: center;
}
.cpfwrightdv2list ul .gegh .geghdv h1{
	color: #5997d1;
	font-size: 76px;
	font-family: "Tungsten";
	font-weight: bold;
}
.cpfwrightdv2list ul .gegh .geghdv a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}
.cpfwrightdv2list ul .gegh .geghdv a iconpark-icon {
	font-size: 18px;
	color: #fff;
	margin-left: 10px; 
}
.hhr{
	display: block;
	padding-top: 125px;
	padding-bottom: 200px;
	background: url(../images/beijing_02.jpg) center  no-repeat;
}
.hhrdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.hhrdvleft{
	width: 45%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hhrdvleft div h1{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 5px;
}
.hhrdvleft div h2{
	color: rgba(255, 255, 255, 0.7);
	font-weight: bold;
	font-size: 18px;
	font-family: "Montserrat";
	text-transform: uppercase;
	margin-bottom: 55px;
}
.hhrdvleft div h3{
	color: #ffffff;
	font-size: 32px;
	margin-bottom: 15px;
}
.hhrdvleft div p{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
}
.hhrdvleft div ul{
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hhrdvleft div ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 35px;
}
.hhrdvleft div ul li iconpark-icon{
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
}
.hhrdvleft div a{
	display: block;
	width: 175px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 120px;
	background-color: #ffffff;
	color: #124d87;
	font-size: 14px;
	border-radius: 5px;
	transition: all .5s;
}
.hhrdvleft div a:hover{
	background-color: #124d87;
	color: #fff;
}
.hhrdvright{
	width: 285px;
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
.hhrdvright div h1{
	color: #333333;
	margin-bottom: 20px;
	font-size: 26px;
	text-align: center;
}
.hhrdvright form div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hhrdvright form div i{
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border: 2px solid #024196;
}
.hhrdvright form div input{
	width: 90%;
	height: 48px;
	border: none;
	margin-left: 15px;
	line-height: 48px;
	outline: none;
	border-bottom: 1px solid #e6e6e6;
}
.hhrdvright form  button{
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	margin: 0 auto;
	margin-top: 30px;
	width: 180px;
	height: 45px;
	border-radius: 50px;
	background-color: #124d87;
	color: #ffffff;
	font-size: 14px;
}
.wmysbt{
	width: 1400px;
	margin: 0 auto;
	text-align: right;
}
.wmysbt h1{
	color: #333333;
	font-size: 36px;
}
.wmysbt p{
	text-align: right;
	color: #004a8f;
	font-size: 18px;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 70px;
}
.wmys{
	padding-bottom: 130px;
	background: url(../images/gwh_02.jpg) center bottom  no-repeat;
}
.tuanduilist{
	width: 1400px;
	margin: 0 auto;
}
.tuanduilist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tuanduilist ul li{
	width: 355px;
	display: flex;
	align-items: center;
	padding: 30px 35px;
	box-shadow: 0px 0px 15px #e7e7e7;
	background-color: #fff;
	border-radius: 10px;
	margin:20px;
}
.tuanduilist ul li:hover{
	 background-image: linear-gradient(to right, #fff , #f1f1f1);
}
.tuanduilist ul li img{
	display: block;
	width: 63px;
	margin-right: 30px;
}
.tuanduilist ul li div h1{
	color: #333333;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: bold;
}
.tuanduilist ul li div p{
	line-height: 30px;
	color: #666666;
	font-size: 15px;
}
.sh{
	width: 100%;
	background: url(../images/sh_02.jpg) center no-repeat;
	padding: 125px 0px;
	background-attachment: fixed;
}
.shdv{
	width: 1400px;
	margin: 0 auto;
}
.shdvleft{
	width: 50%;
}
.shdvleft h1{
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 15px;
	font-weight: bold;
}
.shdvleft h2{
	color: #cce2f3;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 30px;
}
.shdvleft a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #ffffff;
	font-size: 15px;
}
.shdvleft a iconpark-icon{
	display: flex;
	margin-left: 10px;
	justify-content: center;
	align-items: center;
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid #fff;
	font-size: 20px;
	border-radius: 50%;
}
.shdvleft ul{
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}
.shdvleft ul li h3{
	display: flex;
	justify-content: flex-start;align-items: flex-start;
}
.shdvleft ul li h3 span{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	font-family: "Century-Gothic";
}
.shdvleft ul li h3 sub{
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	margin-top: 10px;
}
.shdvleft ul li p{
	color: #ffffff;
	font-size: 16px;
	margin-top: 10px;
}
.hzal {
	width: 1400px;
	margin: 90px auto;
}
.hzalbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hzalbt h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.hzalbt p{
	color: #124d87;
	font-size: 18px;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}
.hzalbt a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:130px;
	height: 50px;
	border: 1px solid #dbdbdb;
	padding: 0 35px;
	color: #666666;
	font-size: 14px;
	transition: all .5s;
}
.hzalbt a iconpark-icon{
	font-size: 20px;
	color: #969696;
}
.hzalbt a:hover{
	background-color: #004a8f;
	border-color: #004a8f;
	color: #fff;
}
.hzalbt a:hover iconpark-icon{
	color: #fff;
}
.hzallist{
	margin-top: 45px;
}
.hzallist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.hzallist ul li{
	width: calc(25% - 62px);
	border: 1px solid #e6e6e6;
	border-left: none;
	border-bottom: none;
	padding: 30px;
}
.hzallist ul li:first-child{
	border-left: 1px solid #e6e6e6;
}
.hzallist ul li:nth-child(5){
	border-left: 1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
.hzallist ul li:nth-child(6),.hzallist ul li:nth-child(7),.hzallist ul li:nth-child(8){
	border-bottom:1px solid #e6e6e6;
}
.hzallist ul li img{
	display: block;
	margin: 0 auto;
	width: 220px;
}
.hzallist ul li h1{
	text-align: center;
	color: #666666;
	font-size: 16px;
}
.hzallist ul li:last-child{
	background: url(../images/bagimg_09.jpg) center no-repeat;
	background-size: cover;
}
.hzallist ul li:last-child a{
	width: 100%;
	height: 100%;
}
.hzallist ul li:last-child h2 {
    color: #5997d1;
    font-size: 76px;
    font-family: "Tungsten";
    font-weight: bold;
	text-align: center;
}
.hzallist ul li:last-child h3{
	color: #ffffff;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.hzallist ul li:hover{
	border-color: #fff;
	box-shadow: 0px 0px 15px #e7e7e7;
}
.foot{
	background-color: #124d87;
	padding-top: 80px;
}
.footdv{
	width: 1400px;
	margin: 0 auto;
	padding-bottom: 65px;
}
.footdv{
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 300px;
}
.footdvleft img{
	display: block;
	width: auto;
	margin-bottom: 20px;
}
.footdvleft p{
	color: #dee5ef;
	font-size: 14px;
	line-height: 25px;
}
.footdvright{
	display: flex;
	width: 70%;
	justify-content: space-between;
}
.ftdl1 dt a{
	color: #ffffff;
	font-size: 18px;
}
.ftdl1 i{
	display: block;
	width: 30px;
	height: 20px;
	border-bottom: 1px solid #3b82c1;
}
.ftdl1 div{
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ftdl1 div dd{
	width: 50%;
	margin-bottom: 20px;
}
.ftdl1 div dd a{
	color: #dee5ef;
	font-size: 15px;
}
.ftdl2 dt a{
	color: #ffffff;
	font-size: 18px;
}
.ftdl2 i{
	display: block;
	width: 30px;
	height: 20px;
	border-bottom: 1px solid #3b82c1;
	margin-bottom: 35px;
}
.ftdl2 dd{
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ftdl2 dd iconpark-icon{
	width: 25px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50px;
	font-size: 14px;
	text-align: center;
}
.ftdl2 dd span{
	margin-left: 10px;
	color: #ffffff;
	font-size: 15px;
}
.ftdl2 dd:nth-child(3) span{
	color: #ffffff;
	font-size: 22px;
}
.ewm{
	width: 210px;
	display: flex;
	justify-content: space-between;
}
.ewm div{
	width: 100px;
}
.ewm div img{
	display: block;
	width: 100%;
}
.ewm div p{
	text-align: center;
	color: #dee5ef;
	font-size: 14px;
	margin-top: 15px;
}
.wdl{
	border-top: 1px solid #2663a0;
	height: 75px;
}
.wdldv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
}
.wdldv p{
	color: #dee5ef;
	font-size: 14px;
}
.wdldv p a{
	color: #dee5ef;
	font-size: 14px;
}
.sxuy{
	padding-top: 90px;
	padding-bottom: 120px;
	background: url(../images/bgwhh_02.jpg) center no-repeat;
}
.sxuydv{
	width: 1400px;
	margin: 0 auto;
} 
.sxuynav .swiper-slide{
	width: 50%;
	text-align: center;
	height: 50px;
	background-color: #fff;
}
.sxuynav .swiper-slide a{
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.sxuynav .swiper-slide-thumb-active a{
	background-color: #124d87;
	color: #fff;
}
.sxuynav ul li a{
	display: block;
	width: 100%;
	line-height: 50px;
	color: #333333;
	font-size: 16px;
}
.sxuynav ul li:hover{
	background-color: #124d87;
}
.sxuynav ul li:hover a{
	color: #fff;
}
.sxuydv #gallery .pintai{
	margin-top: 105px;
	display: flex;
	justify-content: space-between;
}
.pintaileft{
	width: 640px;
}
.pintaileft img{
	display: block;
	width: 100%;
}
.pintairight{
	width: 600px;
}
.pintairight div h1{
	color: #333333;
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 55px;
}
.pintairight div p{
	color: #333333;
	font-size: 16px;
	line-height: 35px;
}
.pintairight div a{
	display: block;
	width: 260px;
	height: 60px;
	background-color: #124d87;
	color: #fff;
	font-size: 16px;
	border-radius: 10px;
	line-height: 60px;
	text-align: center;
	margin-top: 55px;
}
.shownav{
	width: 100%;
	height: 75px;
	box-shadow: 0px 0px 15px #ebebeb;
	position: relative;
}
.shownavdv{
	width: 1400px;
	margin: 0 auto;
}
.shownavdv  ul{
	display: flex;
	justify-content: flex-start;
}
.shownavdv ul li{
	width: 200px;
}
.shownavdv ul li a{
	display: block;
	width: 100%;
	line-height: 75px;
	color: #4c4c4c;
	font-size: 16px;
	transition: all .5s;
	text-align: center;
}
.shownavdv ul li:hover a{
	color: #fff;
	font-size: 16px;
	background-color: #124d87;
}
.shownavdv ul li.active a{
	color: #fff;
	font-size: 16px;
	background-color: #124d87;
}
.fuwupint ul li {
	width: 100%;
	padding: 100px 0px;
}
.fuwupint ul li .fuwupintdv{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
}
.fuwupint ul li .fuwupintdv .fuwupintleft{
	width: 45%;
	border-radius: 10px;
	overflow: hidden;
}
.fuwupint ul li .fuwupintdv .fuwupintleft img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.fuwupint ul li:hover .fuwupintdv .fuwupintleft img{
	transform: scale(1.05);
}
.fuwupint ul li .fuwupintdv  .fuwupintright{
	width: 49%;
}
.fuwupint ul li .fuwupintdv  .fuwupintright h1{
	color: #333333;
	font-size: 30px;
	margin-bottom: 10px;
}
.fuwupint ul li .fuwupintdv  .fuwupintright h2{
	color: #333333;
	font-size: 18px;
	margin-bottom: 40px;
}
.fuwupint ul li .fuwupintdv  .fuwupintright p{
	line-height: 35px;
	color: #666666;
	font-size: 15px;
}
.fuwupint ul li .fuwupintdv  .fuwupintright h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 25px;
}
.fuwupint ul li .fuwupintdv  .fuwupintright h3 img{
	display: block;
	width: 100px;
}
.fuwupint ul li .fuwupintdv  .fuwupintright h3 span{
	color: #4c4c4c;
	font-size: 16px;
	margin-left: 25px;
}
.fuwupint ul li .fuwupintdv  .fuwupintright a:last-child{
	color: #124d87;
	font-size: 16px;
	margin-top: 45px;
	display: block;
}
.fuwupint ul li:nth-child(2n){
	background-color: #f7f7f7;
}
.fuwupint ul li:nth-child(2n) .fuwupintdv{
	flex-direction: row-reverse;
}
.lxwm{
	padding: 80px 0px;
	background: url(../images/lxwmbg_02.jpg) center  no-repeat;
	background-size: cover;
}
.lxwmdv{
	width: 1400px;
	margin: 0 auto;
}
.lxwmbt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.lxwmbt p{
	color: #124d87;
	font-size: 18px;
	font-family: "Montserrat";
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.lxwmmap{
	margin-top: 30px;
	position: relative;
}
.lxwmmap img{
	margin: 0 auto;
	display: block;
}
.lxwmbt h2{
	text-align: center;
	color: #666666;
	font-size: 16px;
}
.shownavdv ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jn{
	padding: 25px;
	background-color: #fff;
	box-shadow: 0px 0px 15px #ececec;
	width: 280px;
	border-radius: 15px;
	position: absolute;
	top: 40%;
	right: 36%;
}
.jnbt{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
}
.jnbt section h1{
	color: #808080;
	font-size: 14px;
	margin-bottom: 10px;
}
.jnbt section h2{
	color: #333333;
	margin-bottom: 15px;
	font-size: 24px;
}
.jnbt iconpark-icon{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(to right, #17538d , #458ecf);
	color: #fff;
	font-size: 24px;
	border-radius: 50px;
}
.jn p{
	margin-top: 10px;
	line-height: 25px;
	font-size: 14px;
	color: #4c4c4c;
}
.jn span{
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 20px solid #fff;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -20px;
	top: 40px;
}
.jn:hover{
	background-image: linear-gradient(to right, #17538d , #458ecf);
}
.jn:hover span{
	border-left: 20px solid #458ecf;
}
.jn:hover .jnbt section h1{
	color: #fff;
}
.jn:hover .jnbt section h2{
	color: #fff;
}
.jn:hover p{
	color: #fff;
}
.qd{
	right: 0;
	top: 25%;
}
.qd span{
   display: block;
   width: 0;
   height: 0;
   border-left: none;
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;	
	position: absolute;
	right: auto;
    left: -20px;
    bottom: 25px;
       top: 50%;
}
.qd:hover span{
	 border-left: none;
	  border-right: 20px solid #17538d;
}

.hz{
	right: 0;
	top: 58%;
}
.hz span{
   display: block;
   width: 0;
   height: 0;
   border-left: none;
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;	
	position: absolute;
	right: auto;
    left: -20px;
   
}
.hz:hover span{
	 border-left: none;
	  border-right: 20px solid #17538d;
}
.fgs {
	width: 1400px;
	display: flex;
	justify-content: space-between;
}
.fgs .jn{
	position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 28%;
    bottom: auto;
    margin-top: 35px;
}
.fgs .jn span{
	display: none;
}
.liuyan{
	width: 100%;
	padding: 90px 0px;
	background: url(../images/lxwmoag_02.jpg) center no-repeat;
}
.liuyanbt h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.liuyanbt p{
	text-align: center;
	font-weight: bold;
	color: #124d87;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Montserrat";
	margin-top: 10px;
	margin-bottom: 20px;
}
.liuyanbt h2{
	text-align: center;
	color: #666666;
	font-size: 16px;
}
.liuyanbt{
	margin-bottom: 50px;
}
.liuyan form{
	width: 1320px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 30px 40px;
}
.liuyan form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liuyan form div input{
	width: 45.3%;
	padding: 0 2%;
	line-height: 45px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	outline: none;
	background-color: transparent;
}
.liuyan form textarea{
	width: 95.3%;
	padding:0 2%;
	border: 1px solid #cccccc;
	line-height: 40px;
	background-color: transparent;
	outline: none;
	font-family: "微软雅黑";
}
.liuyan form button{
	display: block;
	width: 160px;
	height: 45px;
	background-color: #124d87;
	margin-top: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	color: #fff;
	border: none;
}
.gsjshao{
	padding-top: 100px;
	padding-bottom: 140px;
	background: url(../images/about_02.jpg) center no-repeat; 
}
.gsjshaotext{
	width: 1400px;
	margin: 0 auto;
}
.gsjshaotext h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.gsjshaotext h2{
	color: #124d87;
	font-size: 18px;
	font-weight: bold;
	font-family: "Montserrat";
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 50px;
}
.gsjshaotext p{
	text-align: center;
	color: #4c4c4c;
	font-size: 15px;
	line-height: 30px;
}
.gsjshaotext a{
	margin: 0 auto;
	display: flex;
	margin-top: 50px;
	margin-bottom: 60px;
	width: 140px;
	height: 50px;
	border: 1px solid #cccccc;
	padding: 0 30px;
	justify-content: space-between;
	align-items: center;
	color: #4c4c4c;
	transition: all .5s;
	font-size: 15px;
}
.gsjshaotext a iconpark-icon{
	font-size: 20px;
	transition: all .5s;
}
.gsjshaotext a:hover{
	background-color: #124d87;
	color: #fff;
}
.gsjshaotext a:hover iconpark-icon{
	color: #fff;
}
.gsjshaotext ul{
	display: flex;
	justify-content: space-between;
}
.gsjshaotext ul li h3{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.gsjshaotext ul li h3 span{
	color: #124d87;
	font-size: 64px;
	font-family: "Impact";
}
.gsjshaotext ul li h3 sub{
	font-size: 24px;
	font-weight: bold;
	color: #124d87;
	font-family: "Impact";
	margin-top: 8px;
	margin-left: 8px;
}
.gsjshaotext ul li h4{
	color: #4c4c4c;
	font-size: 24px;
	margin-top: 20px;
}

.qywh{
	padding: 80px 0px;
}
.wh{
	width: 1400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.wh img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.wh:hover img{
	transform: scale(1.05);
}
.wh div{
	width: 450px;
	position: absolute;
	right: 0;
	height: 100%;
	background: url(../images/lan_03.png) center no-repeat;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wh div h1{
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.wh div i{
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 20px;
	border-bottom: 2px solid #ffffff;
	margin-bottom: 30px;
}
.wh div p{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	width: 70%;
	margin:0 auto;
}
.whlist{
	width: 1400px;
	margin: 0 auto;
}
.whlist ul{
	display: flex;
	justify-content: space-between;
}
.whlist ul li{
	width: 32.33%;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}
.whlist ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.whlist ul li:hover img{
	transform: scale(1.05);
}
.whlist ul li div{
	width: calc(100% - 40px);
	padding: 20px;
	background: url(../images/bajig_03.png) center no-repeat;
	position: absolute;
	bottom: -3px;
	left: 0;
	height:85px;
}
.whlist ul li div section h1{
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
.whlist ul li div section p{
	line-height: 25px;
	font-size: 14px;
	color: #ffffff;
}
.whlist ul li:last-child div{
	background: url(../images/bajig_05.png) center no-repeat;
	display: flex;
	align-items: center;
}
.whlist ul li:last-child div h1{
	color: #333333;
}
.whlist ul li:last-child div p{
	color: #4c4c4c;
}
.whlist ul li:nth-child(2) div{
	top: 10%;
	left: 10%;
	background: none;
	width: calc(80% - 40px);
}
.whlist ul li:nth-child(2) div h1{
	color: #333333;
}
.whlist ul li:nth-child(2) div p{
	color: #4c4c4c;
}
.loubt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.loubt h2{
	color: #124d87;
	font-size: 18px;
	font-weight: bold;
	font-family: "Montserrat";
	text-align: center;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 50px;
}
.abxwzx{
	padding-top: 100px;
	padding-bottom: 60px;
}
.abxwzxlists{
	margin: 0 auto;
	width: 1396px;
	border: 1px solid #e6e6e6;
}
.abxwzxlists ul{
	display: flex;
	justify-content: flex-start;
}
.abxwzxlists ul li{
	width: calc(33.33% - 80px);
	padding: 40px;
	border-right: 1px solid #e6e6e6;
}
.abxwzxlists ul li:last-child{
	border-right: none;
}
.abxwzxlists ul li div{
	width: 100%;
	overflow: hidden;
}
.abxwzxlists ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.abxwzxlists ul li section{
	margin-top: 30px;
}
.abxwzxlists ul li section h1{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all .5s;
}
.abxwzxlists ul li section span{
	display: block;
	width: 100%;
	color: #8a8b8e;
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 15px;
}
.abxwzxlists ul li section p{
	line-height: 30px;
	height: 50px;
	color: #8a8b8e;
	font-size: 14px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.abxwzxlists ul li:hover img{
	transform: scale(1.05);
}
.abxwzxlists ul li:hover section h1{
	color: #004a8f;
}
.abxwzxlist{
	width: 1400px;
	margin: 0 auto;
}
#contrast{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
}
#contrast a{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
	transition: all .5s;
}
#contrast a.active{
	color: #fff;
	background-color: #124d87;
	border-color: #124d87;
}
.ygfc{
	padding-top: 100px;
	background: url(../images/ygfc_02.jpg) center  no-repeat;
	padding-bottom: 35px;
}
.ygfclists{
	width: 1400px;
	margin: 0 auto;
}
.ygfclistdv{
	display: flex;
	justify-content: space-between;
}
.ygfclistdvleft{
	width: 50%;
	overflow: hidden;
}
.ygfclistdvleft img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.ygfclistdvleft:hover img{
	transform: scale(1.05);
}
.ygfclistdvright{
	width: 49%;
}
.ygfclistdvright ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ygfclistdvright ul li{
	width: 48%;
	overflow: hidden;
	margin:  1%;
	
}
.ygfclistdvright ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.ygfclistdvright ul li:hover img{
	transform: scale(1.05);
}
.sxia {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 45px;
}
.sxia  a{
	width: 40px;
	display: flex;
	justify-content: center;
	height: 40px;
	border: 1px solid #dadbdb;
	margin: 0 10px;
	border-radius: 50%;
}
.sxia  a iconpark-icon{
	font-size: 20px;
	color: #595959;
}
.sxia a:hover{
	border: 1px solid #004a8f;
	background-color: #004a8f;
}
.sxia a:hover iconpark-icon{
	color: #fff;
}
.sxuysiag{
	background: none;
	background-color: #f5f7fa;	
}
.yuce{
	padding: 70px 0px;
	background-color: #fff;
	text-align: center;
	margin-top: 20px;
}
.bmjc{
	width: 100%;
	padding: 60px 0px;
	background: url(../images/agh_02.jpg) center no-repeat;
	background-size: cover;
}
.bmjcdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bmjcdvleft h1{
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 10px;
}
.bmjcdvleft p{
	font-size: 18px;
	color: #ffffff;
}
.bmjcdvright{
	width: 320px;
	height: 50px;
	border-radius: 50px;
	background-color: #fff;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bmjcdvright i{
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #124d87;
}
.bmjcdvright h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #124d87;
	font-size: 24px;
	font-weight: bold;
}
.bmjcdvright h1 span{
	color: #124d87;
	font-size: 18px;
}
.sxuy{
	padding-bottom: 75px;
}
.shaoshang{
	padding-top: 90px;
	padding-bottom: 110px;
}
.shaoshanglist{
	width: 1400px;
	margin: 0 auto;
}
.shaoshanglist ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shaoshanglist ul li{
	width: 24%;
	position: relative;
	overflow: hidden;
}
.shaoshanglist ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.shaoshanglist ul li:hover img{
	transform: scale(1.05);
}
.shaoshanglist ul li section{
	position: absolute;
	top: 15%;
	width: 80%;
	left: 10%;
}
.shaoshanglist ul li section h1{
	text-align: center;
	color: #333333;
	font-size: 24px;
}
.shaoshanglist ul li section i{
	display: block;
	margin: 0 auto;
	height: 15px;
	width: 40px;
	border-bottom: 2px solid #333333;
	margin-bottom: 25px;
}
.shaoshanglist ul li section p{
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	color: #666666;
}
.wmyshi{
	background-color: #f5f7fa;
	padding: 95px 0;
	padding-top: 100px;
}
.wmyshidv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.wmyshidv ul li{
	background-color: #ffffff;
	padding: 1.5% 3%;
	border-radius: 10px;
	width: 25.33%;
	margin: 1%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0 .5s;
}
.wmyshidv ul li:hover{
	 background-image: linear-gradient(to right, #fff , #f1f1f1);
	 box-shadow: 0px 0px 15px #dcdcdc;
}
.wmyshidv{
	width: 1400px;
	align-items: center;
	margin: 0 auto;
}
.wmyshidv ul li img{
	display: block;
	width: 54px;
	height: 54px;
}
.wmyshidv ul li section{
	width: 275px;
}
.wmyshidv ul li section h1{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.wmyshidv ul li section p{
	line-height: 30px;
	color: #666666;
	font-size: 15px;
	min-height: 60px;
}
.bsise h1{
	color: #fff;
}
.bsise h2{
	color: #fff;
}
.xuanze{
	background:url(../images/ugqgh_02.jpg) center no-repeat;
	padding-top: 80px;
	padding-bottom: 60px;
}
.xuanzelist{
	width: 1400px;
	margin: 0 auto;
}
.xuanzelist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xuanzelist ul li{
	width:20%;
	margin-bottom: 20px;
}
.xuanzelist ul li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.xuanzelist ul li div{
	width: 100%;
	overflow: hidden;
}
.xuanzelist ul li h1{
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.xuanzelist ul li p{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
.dlsfb{
	padding: 80px 0px;
	background: url(../images/bianheh_03.png) center  no-repeat;
}
.dlsfbdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dlsfbdvleft{
	width: 420px;
}
.dlsfbdvright{
	width: 870px;
}
.dlsfbdvright img{
	display: block;
	width: 100%;
} 
.dlsfbdvleft h1{
	color: #333333;
	font-size: 36px;
}
.dlsfbdvleft h2{
	color: #004a8f;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 50px;
}
.dlsfbdvleft p{
	line-height: 30px;
	color: #4c4c4c;
	font-size: 15px;
}
.dlsfbdvleft ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dlsfbdvleft ul li{
	margin-top: 50px;
	width: 50%;
}
.dlsfbdvleft ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.dlsfbdvleft ul li h1 span{
	color: #124d87;
	font-size: 48px;
	font-weight: bold;
	font-family: "Century Gothic";
}
.dlsfbdvleft ul li h1  sub{
	color: #124d87;
	font-size: 16px;
	margin-left: 10px;
	margin-top: 10px;
}

.fwlclist{
	width: 1400px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 80px;
}
.fwlc{
	padding-top: 140px;
	padding-bottom: 115px;
	background: url(../images/tyq_02.jpg) center no-repeat;
}
.fwlclist ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fwlclist ul li{
	width: 130px;
	height: 130px;
	background-color: #f0f5fa;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.fwlclist ul li span{
	display: block;
	width: 30px;
	height: 30px;
	background-color: #024891;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -15px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: "Montserrat";
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	z-index: 5;
}
.fwlclist ul li .lcname{
	display: block;
	width: 118px;
	height: 118px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
}
.fwlclist ul li:nth-child(4n+1) .lcname{
	background-color: #f0f5fa;
}
.fwlclist ul li .lcname h1{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.fwlclist ul li .lcname p{
	color: #666666;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}
.fwlclist ul li img{
	display: none;
	transition: all .5s;
	opacity: 0;
}
.fwlclist li.on{
	width: 220px;
	height: 220px;
}
.fwlclist li.on img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	opacity: 1;
	width: 100%;
}
.fwlclist li.on .lcname{
	width: 130px;
	height: 130px;
	background-color: transparent !important;
}
.fwlclist li.on .lcname h1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
.fwlclist li.on .lcname p{
	color: #ffffff;
	font-size: 12px;
}
.fwlclist li.on span{
	z-index: 5;
	background-color: #17528d;
}
.fwlclist li.on::after{
	content: "";
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 100%;
	background: url(../images/banyuan_03.png) center bottom  no-repeat;
}
.khfuw{
	margin-top: 60px;
}
.cplistssaf ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 25px;
}
.cplistssaf{
	width: 1400px;
	margin: 0 auto;
	margin-top: 60px;
}
.cplistssaf ul li{
	width: 23%;
	margin: 1%;
}
.cplistssaf ul li div{
	border: 1px solid #e6e6e6;
	transition: all .5s;overflow: hidden;
}
.cplistssaf ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.cplistssaf ul li  h1{
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
.cplistssaf ul li:hover div{
	background-color: #fff;
	border-color: #fff;
	box-shadow: 0px 0px 20px #cacaca;
}
.cplistssaf ul li:hover img{
	transform: scale(1.05);
}
.cplistssaf ul li:hover h1{
	color: #0082cd;
}

.bannersad .swiper-slide{
	position: relative;
}
.bannersad .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersad .swiper-slide div {
    position: absolute;
    width: 1400px;
    height: 100%;
    left: 50%;
    margin-left: -700px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersad .swiper-slide section{
	width: 45%;
}
.bannersad .swiper-slide section h3{
	color:#ffffff;
	font-size: 48px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.bannersad .swiper-slide section h4{
	color:#ffffff;
	font-size: 48px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.bannersad .swiper-slide section ul{
	display: flex;
	justify-content: flex-start;
}
.bannersad .swiper-slide section ul li{
	margin: 30px 0px;
	margin-right: 45px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.bannersad .swiper-slide section ul li iconpark-icon{
	font-size: 32px;
	color: #fff;
	margin-right: 5px;

}
@keyframes animationName {
	from {transform: translateY(-20px);}
	to {	transform: translateY(20px);}
}
.bannersad .swiper-slide a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 50px;
	border: 1px solid rgba(255,255,255,0.5);
	width: 150px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	margin-top: 40px;
}
.bannersad .swiper-slide a iconpark-icon{
	font-size: 24px;
	color: #fff;
	margin-left: 10px;
}
.bannersad .swiper-slide a:hover{
	background-color: #124d87;
	border-color: #124d87;
}

.bannersad .swiper-pagination .swiper-pagination-bullet{
	border-radius: 0px;
	width: 10px;border-radius: 50px;
	background-color: rgba(255, 255, 255, 1);
	height: 10px;opacity: 1;
}
.bannersad .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #fff;
	width: 40px;
	border-radius: 50px;
}
.bannersad .swiper-button-next,.bannersad .swiper-button-prev{
	right: 7.5%;
	border: 1px solid #fff ;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	top: auto;
	bottom: 7%;
	opacity: 1;
	transition: all .5s;
}
.bannersad .swiper-button-prev,.bannersad  .swiper-rtl .swiper-button-next{
	left: 83.5%;
	border: 1px solid #fff ;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	top: auto;
	bottom: 7%;
	z-index: 66;
	
}
.bannersad .swiper-button-next:hover,.bannersad .swiper-button-prevt:hover{
	border-color: #028944;
	background-color: #028944;
}
.bannersad .swiper-button-prev:hover{
	border-color: #028944;
	background-color: #028944;
}
.bannersad .swiper-rtl .swiper-button-next:hover{
	border-color: #028944;
	background-color: #028944;
}
.bannersad .swiper-button-next:after,.bannersad .swiper-button-prev:after{
	color: #9b9b9b;
	font-size: 20px;
}
.bannersad .swiper-button-next:hover:after,.bannersad .swiper-button-prev:hover:after{
	color: #fff;
	font-size: 20px;
}
.bannersad .wiper-button-prev:after,.bannersad .swiper-button-prev:after{
	color: #9b9b9b;
	font-size: 20px;
}
.bannersad .wiper-button-prev:hover:after,.bannersad .swiper-button-prev:hover:after{
	color: #fff;
	font-size: 20px;
}
.nrbanner{
	position: relative;
}
.btext{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	width: 1400px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -700px;
}
.btext h3{
	color: #ffffff;
	font-size: 42px;
	font-weight: bold;
}
.mfoot{
		height: 45px;
		display: none;
}
.mfootdv{
	display: none;
	width: 100%;
	height: 45px;
	line-height: 45px;
	justify-content: space-between;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	background-color: #1f67bf;
}	

.headdvright ul li{
	position: relative;
}
.headdvright ul li:hover div{
	display: block;
}
.headdvright ul li div{
	display: none;
    position: absolute;
    left: -65%; 
    width: 100%;
    top: 68px;
    z-index: 5;
    padding-top: 20px;
}
.headdvright ul li:nth-child(3) div{
	left: -49%;
}
.headdvright ul li:nth-child(4) div{
	left: -43%;
}
.headdvright ul li div dl{
	overflow: hidden;
	border-radius: 6px;
	width: 200px;
}
.headdvright ul li div dl dd a{
	    color: #333 !important;
    height: 40px;
    text-align: center;
    display: block;
    width: 94%;
    padding: 0 3%;
    line-height:40px;
    background-color: #fff;
    transition: all .3s;
    font-size: 14px;
    position: relative;
    z-index: 2;
}
.headdvright ul li div dl dd a i{
	position: relative;
	z-index: 3;
	display: block;
	transition: all .3s;
}
.headdvright ul li div dl dd:hover{
	    background-color: #124d87;
}
.headdvright ul li div dl dd a:hover{
	background-color: #124d87;
	color: #fff !important;
}
.headdvright ul li div span{

	background-color: transparent;
    border-radius: inherit;
    left: 50%;
    top: -5px;
    bottom: auto;
    margin-left: -5px;
    opacity: 1;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 5px 5px;
    border-style: solid;display: none;
    border-color: transparent transparent #fff;

}
.headdvright ul li div dl dd a:hover i{
	color: #2d519d !important;
}

.headdvright ul li div dl dd a:hover i{
	transform: scale(1.05);
}
.anliall{
	width: 1400px;
	margin: 50px auto;
}
.anliall .hzallist ul{
	border-top: 1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
}
.anliall .hzallist ul li{
	border-left: none;
	border-top: none;
	border-bottom:1px solid #e6e6e6;
}
.anliall .hzallist ul li:last-child{
	background: none;
}
.heageasdv{
	height: 91px;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px){
	.headdvright ul li a{
		font-size: 16px;
	}
	.headdvright ul li{
		margin: 0 2px;
	}
	.headdvright ul li a{
		padding: 0 5px;
	}
	.gehj{
		width: auto;
	}
	.khd a{
		margin-right: 20px;
		width: 80px;
	}
	.dh{
		font-size: 24px;
	}
	.dh img{
		width: 24px;
	}
	.cpfwdv{
		width: 95%;
	}
	.cpfwrightdv2list ul li .yunying p{
		width: 95%;
	}
	.cpfwrightdv2list ul li{
		width: 32.33%;
	}
	.hhrdv{
		width: 95%;
	}
	.hhrdvleft div p{
		font-size: 14px;
	}
	.hhrdvleft div ul li{
		margin-right: 10px;
	}
	.wmysbt{
		width: 95%;
	}
	.tuanduilist{
		width: 95%;
	}
	.tuanduilist ul li{
		width: 27.33%;
		padding: 2%;
		margin: 1%;
	}
	.tuanduilist ul li img{
		margin-right: 10px;
	}
	.tuanduilist ul li div h1{
		font-size: 20px;
	}
	.shdv{
		width: 95%;
	}
	.shdvleft{
		width: 65%;
	}
	.hzal{
		width: 95%;
	}
	.hzallist ul li img{
		width: 100%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.ewm div{
		margin-left: 15px;
	}
	.ftdl2 dd span{
		width: 90%;
	}
	.shownavdv{
		width: 95%;
	}
	.fuwupint ul li .fuwupintdv{
		width: 95%;
	}
	.sxuydv{
		width: 95%;
	}
	.bmjcdv{
		width: 95%;
	}
	.bmjcdvleft p{
		font-size: 16px;
	}
	.shaoshanglist{
		width: 95%;
	}
	.shaoshanglist ul li section{
		position: absolute;
		top: 10%;
		width: 90%;
		left: 5%;
	}
	.shaoshanglist ul li section p{
		line-height: 30px;
		font-size: 14px;
	}
	.wmyshidv{
		width: 95%;
	}
	.wmyshidv ul li section h1{
		font-size: 20px;
	}
	.wmyshidv ul li section p{
		font-size: 14px;
	}
	.wmyshidv ul li img{
		margin-right: 10px;
	}
	.xuanzelist{
		width: 95%;
	}
	.xuanzelist ul li{
		width: 18%;
	}
	.dlsfbdv{
		width: 95%;
	}
	.dlsfbdvleft p{
		font-size: 14px;
	}
	.fwlclist{
		width: 95%;
	}
	.fwlclist ul li{
		width: 90px;
		height: 90px;
	}
	.fwlclist li.on{
		width: 120px;
		height: 120px;
	}
	.fwlclist ul li .lcname{
		width: 85px;
		height: 85px;
	}
	.fwlclist ul li .lcname h1{
		font-size: 17px;
	}
	.gsjshaotext{
		width: 95%;
	}
	.wh{
		width: 95%;
	}
	.whlist{
		width: 95%;
	}
	.ygfclists{
		width: 95%;
	}
	.ygfclists{
		width: 95%;
	}
	.abxwzxlist{
		width: 95%;
	}
	.abxwzxlists{
		width: calc(100% - 2px);
	}
	.abxwzxlists ul li{
		padding: 3%;
		width: 27.33%;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmmap img{
		width: 100%;
	}
	.jn{
		right: 28%;
	}
	.qd {
	    right: 0;
	    top: 8%;
	}
	.hz {
	    right: 0;
	    top: 70%;
	}
	.liuyan form{
		width: 90%;
		padding: 2.5%;
	}
	.pintaileft{
		width: 45%;
	}
	.pintaileft img{
		display: block;
		width: 100%;
	}
	.pintairight{
		width: 45%;
	}
	.bannersad .swiper-slide div{
		width: 95%;
		margin-left: 0;
		left:2.5%;
	}
	.bannersad .swiper-slide section{
		width: 100%;
	}
	.btext{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.cplistssaf{
		width: 95%;
	}
	.fgs {
		width: 95%;
		display: flex;
		justify-content: space-between;
	}
	.headdvright ul{
		width: 69%;
		justify-content: space-between;
	}
	.lxwmmap img{
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0;
	}
	.qd {
	    right: auto;
	    top: 24%;
	        left: 790px;
	}
	.anliall{
		width: 95%;
	}
}
@media screen and (max-width: 999px){
	.heads{
		display: none;
	}
	.cpfw{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.cpwfbt h1{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.cpwfbt p{
		font-size: 14px;
	}
	.cpfwdv{
		width: 95%;
		display: block;
	}
	.cpfwleft{
		width: 100%;
		margin-bottom: 5px;
	}
	.cpfwleft div h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.cpfwleft div p{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.cpfwleft div a{
		width: 100px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.cpfwright{
		width: 100%;
	}
	.cpfwrightdv1 .fwzx h1{
		font-size: 18px;
	}
	.cpfwrightdv1 .fwzx p{
		font-size: 14px;
	}
	.cpfwrightdv2list ul li{
		width: 32.33%;
	}
	.cpfwrightdv2list ul li .yunying img{
		width: 24px;
	}
	.cpfwrightdv2list ul li .yunying h1{
		font-size: 18px;
	}
	.cpfwrightdv2list ul li .yunying p{
		width: 95%;
		font-size: 14px;
	}
	.cpfwrightdv2list ul .gegh .geghdv h1{
		font-size: 48px;
		text-align: center;
	}
	.cpfwrightdv2list ul .gegh .geghdv a{
		font-size: 14px;
	}
	.hhr{
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
	}
	.hhrdv{
		display: block;
		width: 95%;
	}
	.hhrdvleft{
		width: 100%;
	}
	.hhrdvleft div h1{
		text-align: center;
		font-size: 22px;
	}
	.hhrdvleft div h2{
		text-align: center;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.hhrdvleft div h3{
		text-align: center;
		font-size: 18px;
	}
	.hhrdvleft div p{
		font-size: 14px;
	}
	.hhrdvleft div ul{
		margin-top: 15px;
		flex-wrap: wrap;
	}
	.hhrdvleft div ul li{
		width: 50%;
		margin-right: 0px;
	}
	.hhrdvleft div a{
		margin: 20px auto;
		width: 120px;
		height: 35px;
		line-height: 35px;
	}
	.hhrdvright{
		width: 90%;
		padding: 5%;
		box-shadow: 0px 0px 10px #dcdcdc;
	}
	.hhrdvright div h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.hhrdvright form button{
		width: 120px;
		height: 35px;
		margin-top: 15px;
	}
	.wmysbt{
		width: 95%;
	}
	.wmysbt h1{
		text-align: center;
		font-size: 22px;
		font-weight: bold;
	}
	.wmysbt p{
		font-size: 14px;
		text-align: center;
		margin-bottom: 20px;
	}
	.tuanduilist{
		width: 95%;
	}
	.tuanduilist ul{
		display: flex;
	}
	.tuanduilist ul li{
		width: 38%;
		padding: 5%;
		margin: 1%;
		display: block;
	}
	.tuanduilist ul li img{
		width: 35px;
		margin: 0 auto;
	}
	.tuanduilist ul li div h1{
		font-size: 17px;
		text-align: center;
		margin-top: 5px;
	}
	.tuanduilist ul li div p{
		font-size: 14px;
		line-height: 25px;
	}
	.wmys{
		padding-bottom: 30px;
	}
	.sh{
		padding: 25px 0px;
		background-size: cover;
	}
	.shdv{
		width: 95%;
		display: block;
	}
	.shdvleft{
		width: 100%;
	}
	.shdvleft h1{
		font-size: 22px;
		text-align: center;
	}
	.shdvleft h2{
		font-size: 14px;
		margin-bottom: 25px;
		line-height: 25px;
	}
	.shdvleft a iconpark-icon{
		width: 40px;
		height: 40px;
	}
	.shdvleft ul{
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
	}
	.shdvleft ul li{
		width: 50%;
	}
	.shdvleft ul li h3 {
		justify-content: center;
	}
	.shdvleft ul li h3 span{
		font-size: 32px;
	}
	.shdvleft ul li p{
		font-size: 14px;
		margin-bottom: 25px;
		text-align: center;
	}
	.hzal{
		margin: 30px auto;
	}
	.hzal{
		width: 95%;
	}
	.hzalbt a{
		width: 80px;
		height: 40px;
	}
	.hzalbt h1{
		font-size: 22px;
	}
	.hzalbt p{
		font-size: 14px;
	}
	.hzallist ul{
		border-left: 1px solid #e6e6e6;
	}
	.hzallist ul li{
		width: calc(46% - 1px);
		padding: 2%;
	}
	.hzallist ul li img{
		display: block;
		width: 100%;
	}
	.hzallist ul li:first-child{
		border-left: none;
	}
	.hzallist ul li:nth-child(5){
		border-left: none;
		
		border-bottom: none;
	}
	.hzallist ul li:nth-child(6),.hzallist ul li:nth-child(7),.hzallist ul li:nth-child(8){
		border-bottom: 1px solid #e6e6e6;
	}
	.hzallist ul li:last-child h2{
		font-size: 42px;
	}
	.hzallist ul li h1{
		font-size: 14px;
	}
	.hzallist ul li:last-child h2{
		font-size: 48px;
		margin-top: 20px;
	}
	.hzallist ul li:last-child h3{
		font-size: 14px;
		margin-top: 5px;
	}
	.foot{
		display: none;
	}
	.shownav{
		height: auto;
	}
	.shownavdv ul li{
		width: 100%;
	}
	.shownavdv ul li a{
		height: auto;
		line-height: 40px;
		font-size: 15px;
	}
	.shownavdv ul{
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.shownavdv{
		width: 100%;
	}
	.shownavdv ul li{
		width: 33.333%;
	}
	.shownavdv ul li:nth-child(2n){
		background-color: #f0f5fa
	}
	.fuwupint ul li{
		padding: 20px 0px;
	}
	.fuwupint ul li .fuwupintdv{
		width: 95%;
		display: block;
	}
	.fuwupint ul li .fuwupintdv .fuwupintleft{
		width: 100%;
	}
	.fuwupintleft img{
		display: block;
		width: 100%;
	}
	.fuwupint ul li .fuwupintdv .fuwupintright{
		width: 100%;
	}
	.fuwupint ul li .fuwupintdv .fuwupintright h1{
		font-size: 20px;
	}
	.fuwupint ul li .fuwupintdv .fuwupintright h2{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.fuwupint ul li .fuwupintdv .fuwupintright p{
		font-size: 14px;
		line-height: 25px;
	}
	.fuwupint ul li .fuwupintdv .fuwupintright a{
		font-size: 14px;
	}
	.fuwupint ul li .fuwupintdv .fuwupintright h3{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.fuwupint ul li .fuwupintdv .fuwupintright h3 span{
		font-size: 14px;
		margin-left: 15px;
	}
	.sxuy{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.sxuydv{
		width: 95%;
	}
	.sxuynav .swiper-slide a{
		font-size: 14px;
		line-height: 40px;
	}
	.sxuynav .swiper-slide{
		height: 40px;
	}
	.yuce{
		padding: 5%;
	}
	.yuce img{
		display: block;
		width: 100%;
	}
	.bmjc{
		padding: 30px 0px;
	}
	.bmjcdv{
		width: 95%;
		display: block;
	}
	.bmjcdvleft h1{
		font-size: 20px;
		font-weight: bold;
	}
	.bmjcdvleft p{
		font-size: 14px;
		line-height:25px;
	}
	.bmjcdvright{
		width: 64%;
		margin: 0 auto;
		line-height: 40px;
		height: 40px;
		margin-top: 15px;
		padding: 0 4%;
	}
	.bmjcdvright h1{
		font-size: 16px;
	}
	.bmjcdvright h1 span{
		font-size: 18px;
	}
	.shaoshang{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.loubt h1{
		font-size: 22px;
	}
	.loubt h2{
		margin-bottom: 20px;
		font-size: 14px;
	}
	.shaoshanglist{
		width: 95%;
	}
	.shaoshanglist ul li{
		width: 48%;
		margin: 1%;
	}
	.shaoshanglist ul{
		flex-wrap: wrap;
	}
	.shaoshanglist ul li section h1{
		font-size: 18px;
		font-weight: bold;
	}
	.shaoshanglist ul li section{
		top: 5%;
		left: 5%;
		width: 90%;
	}
	.shaoshanglist ul li section i{
		margin-bottom: 10px;
	}
	.shaoshanglist ul li section p{
		line-height: 24px;
		font-size: 13px;
		text-align: center;
		color: #666666;
	}
	.wmyshi{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.wmyshidv{
		width: 95%;
	}
	.wmyshidv ul li{
		width: 40%;
		margin: 1%;
		display: block;
		padding: 4%;
	}
	.wmyshidv ul li img{
		width: 35px;
		height: 35px;
		margin: 0 auto;
	}
	.wmyshidv ul li section h1{
		font-size: 17px;
		text-align: center;
		margin-top: 5px;
	}
	.wmyshidv ul li section{
		width: 100%;
	}
	.wmyshidv ul li section p{
		line-height: 25px;
		font-size: 14px;
	}
	.xuanze{
		padding-top: 25px;
		padding-bottom: 30px;
	}
	.xuanzelist{
		width: 95%;
	}
	.xuanzelist ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.xuanzelist ul li{
		width: 48%;
	}
	.xuanzelist ul li h1{
		font-size: 17px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.xuanze{
		background-size: cover;
	}
	.xuanzelist ul li p{
		font-size: 14px;
	}
	.dlsfb{
		padding: 30px 0px;
		background-size: cover;
	}
	.dlsfbdv{
		width: 95%;
		display: block;
	}
	.dlsfbdvleft{
		width: 100%;
	}
	.dlsfbdvleft h1{
		font-size: 22px;
		text-align: center;
	}
	.dlsfbdvleft h2{
		font-size: 14px;
		text-align: center;
	}
	.dlsfbdvleft ul li{
		margin-top: 15px;
	}
	.dlsfbdvleft ul li h1{
		justify-content: center;
	}
	.dlsfbdvleft ul li h1 span{
		font-size: 28px;
	}
	.dlsfbdvleft ul li h1 sub{
		margin-top: 5px;
		font-size: 14px;
	}
	.dlsfbdvleft p{
		text-align: center;
		font-size: 14px;
	}
	.dlsfbdvright{
		width: 100%;
	}
	.dlsfbdvright img{
		display: block;
		width: 100%;
	}
	.fwlclist{
		width: 95%;
	}
	.fwlclist ul{
		flex-wrap: wrap;
	}
	.fwlclist li{
		margin: 10px 0px;
	}
	.fwlclist li.on{
		width: 120px;
		height: 120px;
	}
	.fwlclist li.on img{
		width: 100%;
	}
	.fwlclist ul li{
		width: 120px;
		height: 120px;
	}
	.fwlclist ul i{
		display: none;
	}
	.fwlclist ul li .lcname h1{
		font-size: 17px;
	}
	.fwlclist li.on .lcname h1{
		font-size: 18px;
	}
	.fwlclist{
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.lxwm{
		padding: 30px 0px;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.lxwmbt p{
		font-size: 14px;
	}
	.lxwmbt h2{
		font-size: 14px;
		line-height: 25px;
	}
	.lxwmmap{
		margin-top: 15px;
	}
	.lxwmmap img{
		width: 100%;
	}
	.jn{
		position: initial;
		width: 90%;
		padding: 5%;
		margin-top: 10px;
	}
	.jnbt section h2{
		font-size: 18px;
		font-weight: bold;
	}
	.liuyan{
		padding: 30px 0 ;
	}
	.liuyanbt h1{
		font-size: 22px;
	}
	.liuyanbt p{
		font-size: 14px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.liuyanbt h2{
		text-align: center;
		font-size: 14px;
	}
	.liuyan form{
		width: 85%;
		padding: 5%;
	}
	.liuyan form div input{
		width: 100%;
		height: 35px;
		line-height: 35px;
	}
	.liuyan form button{
		font-size: 14px;
		height: 40px;
	}
	.sxuydv #gallery .pintai{
		margin-top: 25px;
		display: block;
	}
	.pintaileft{
		width: 100%;
	}
	.pintairight{
		width: 100%;
	}
	.pintairight div h1{
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.pintairight div p{
		font-size: 14px;
		line-height: 30px;
	}
	.pintairight div a{
		width: 180px;
		height: 40px;
		margin: 0 auto;
		margin-top: 20px;
		font-size: 14px;
		line-height: 40px;
	}
	.gsjshaotext{
		width: 95%;
	}
	.gsjshao{
		padding-top: 30px;
		padding-bottom: 30px;
		background-size: cover;
	}
	.gsjshaotext h1{
		font-size: 22px;
	}
	.gsjshaotext h2{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.gsjshaotext p{
		font-size: 14px;
		text-align: left;
		line-height: 28px;
	}
	.gsjshaotext a{
		margin-top: 15px;
		margin-bottom: 20px;
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.gsjshaotext ul{
		flex-wrap: wrap;
	}
	.gsjshaotext ul li{
		width: 33.33%;
		margin-bottom: 15px;
	}
	.gsjshaotext ul li h3{
		justify-content: center;
	}
	.gsjshaotext ul li h3 span{
		font-size: 28px;
	}
	.gsjshaotext ul li h3 sub {
	    font-size: 14px;
	    font-weight: bold;
	    color: #124d87;
	    font-family: "Impact";
	    margin-top: 3px;
	    margin-left: 8px;
	}
	.gsjshaotext ul li h4{
		font-size: 14px;
		text-align: center;
	}
	.qywh{
		padding: 30px 0px;
	}
	.wh{
		width: 100%;
	}
	.wh img{
		width: 200%;
		margin-left: -100%;
	}
	.wh div{
		width: 100%;
	}
	.wh div h1{
		font-size: 17px;
	}
	.wh div i{
		height: 10px;
		margin-bottom: 15px;
	}
	.wh div p{
		font-size: 14px;
	}
	.whlist{
		width: 95%;
	}
	.whlist ul{
		display: block;
	}
	.whlist ul li{
		width: 100%;
	}
	.whlist ul li div section h1{
		font-size: 17px;
	}
	.whlist ul li:nth-child(2) div{
		top: 5%;
		left: 5%;
	}
	.ygfc{
		padding-top: 30px;
	}
	.ygfclists{
		width: 95%;
	}
	.sxia{
		margin-top: 15px;
	}
	.abxwzx{
		width: 95%;
		padding: 0;
		margin: 30px auto;
	}
	.abxwzxlist{
		width: 95%;
	}
	.abxwzxlist{
		width: 95%;
	}
	.abxwzxlists{
		width: calc(100% - 2px);
	}
	.abxwzxlists ul li{
		padding: 3%;
		width: 27.33%;
	}
	.ygfclistdvright{
		margin-top: 5px;
	}
	.abxwzxlists ul{
		display: block;
	}
	.abxwzxlists ul li{
		border-right: none;
		width: 90%;
		padding: 5%;
		border-bottom: 1px solid #e6e6e6;;
	}
	.abxwzxlists ul li section p{
		line-height: 25px;
	}
	.abxwzxlists ul li section{
		margin-top: 15px;
	}
	.abxwzxlists ul li:last-child{
		border-bottom: none;
	}
	#contrast{
		margin-top: 15px;
	}
	#contrast a{
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
	}
	.ygfclistdv{
		display: block;
	}
	.ygfclistdvleft{
		width: 100%;
	}
	.ygfclistdvright{
		width: 100%;
	}
	.abxwzxlist{
		width: calc(100% - 5px);
	}
	.gsjshaotext ul li h4{
		margin-top: 5px;
	}
	.shownavdv ul li:hover a{
		font-size: 15px;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.liuyanbt{
		margin-bottom: 20px;
	}
	.jn span{
		display: none;
	}
	.bmjcdvright h1 span{
		font-size: 17px;
	}
	.cpfwrightdv2list ul li .yunying h1{
		font-size: 17px;
		margin: 5px auto;
	}
	.cpfwrightdv2list ul li .yunying p{
		line-height: 20px;
	}
	.bannersad .swiper-slide div{
		width: 95%;
		margin-left: 0;
		left:2.5%;
	}
	.bannersad .swiper-slide section{
		width: 100%;
	}
	.bannersad .swiper-slide section h3{
		font-size: 20px;
		text-align: center;
	}
	.bannersad .swiper-slide section ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.bannersad .swiper-slide section ul li{
		margin: 0;
		width: 50%;
	}
	.bannersad .swiper-slide {
		overflow: hidden;
	}
	.bannersad .swiper-slide section  a{
		display: none;
	}
	.bannersad .swiper-slide img{
		width: 150%;
		margin-left: -25%;
	}
	.bannersad .swiper-slide section ul{
		margin-top: 25px;
	}
	.bannersad .swiper-slide section ul li{
		justify-content: center;
		margin-top: 10px;
		font-size: 16px;
	}
	.bannersad .swiper-slide section ul li iconpark-icon{
		font-size: 20px;
	}
	.btext{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		margin-left: 0;
		left: 0;
	}
	.btext h3{
		color: #ffffff;
		font-size: 22px;
		text-align: center;
		font-weight: bold;
		width: 80%;
		margin: 0 auto;
	}
	.banner img{
		width: 150%;
		margin-left: -25%;
	}
	.banner{
		overflow: hidden;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color: #124d87;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #19446e;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.cplistssaf{
		width: 95%;
		margin-top: 10px;
	}
	.cplistssaf ul li{
		width: 48%;
	}
	.pagination li span{
		display: block;
	    border-radius: 4px;
	    color: #6e6e6e;
	    background: #fff;
	    padding: 6px 8px;
	    border: 1px solid #DCDCDC;
	}
	.pagination li a{
	 	padding: 6px 8px;
	}
	.cplistssaf ul li h1{
		margin-top: 10px;
		font-size: 14px;
	}
	.hzallist{
		margin-top: 25px;
	}
	.fgs {
		width: 95%;
		display: block;
		justify-content: space-between;
	}
	.fgs .jn{
		 width: 90%;
		 margin-top: 15px;
	}	
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.anliall{
		width: 95%;
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.hzallist ul li:nth-child(5){
		    border-bottom: 1px solid #e6e6e6;
	}
	.heageasdv{
		display: none;
	}
}

