/* 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');
}
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{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headsleft img{
	display: block;
}
.headsright{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Tungsten";
	color: #ea5403;
	font-weight: bold;
	font-size: 40px;
} 
.headsright img{
	display: block;
	width: 38px;
	margin-right: 10px;
}
.headscenter form{
	border: 1px solid #ea5403;
	border-radius: 50px;
	width: 480px;
	padding: 5px 20px;
	display: flex;
	justify-content: space-between;
}
.headscenter form input{
	color: #656666;
	font-size: 14px;
	border: none;
	outline: none;
}
.headscenter form div{
	display: flex;
	justify-content: center;
}
.headscenter form div a{
	display: block;
	padding: 8px 10px;
	border-radius: 50px;
	background-color: #f2f2f2;
	margin-left: 10px;
	color: #979899;
	font-size: 12px;
	transition: all .5s;
}
.headscenter form div a:hover{
	background-color: #ea5403;
	color: #f2f2f2;
}
.headscenter form button{
	display: block;
	background-color: transparent;
	border: none;
}
.navlist{
	width: 100%;
	height: 55px;
	background-color: #333333;
}
.navlist ul{
	display: flex;
	justify-content: space-between;
	width: 1500px;
	margin: 0 auto;
}
.navlist ul li{
	width: 100%;
	line-height: 55px;
}
.navlist ul li a{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	display: block;width: 100%;
	transition: all .5s;
}
.navlist ul li a:hover{
	background-color: #ea5403;
}
.banner img{
	display: block;
	width: 100%;
}
.jjfa{
	padding-top: 65px;
	padding-bottom: 80px;
	background-color: #f2f3f5;
}
.jjfabt{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jjfabt h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
}
.jjfabt a{
	display: flex;
	width: 160px;
	height: 50px;
	border: 1px solid #dbdbdb;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	transition: all .5s;
}
.jjfabt a span{
	color: #666666;
	font-size: 14px;
}
.jjfabt a iconpark-icon{
	font-size: 18px;
}
.jjfabt a:hover{
	background-color: #ea5403;
	border-color: #ea5403;
	color: #fff;
}
.jjfabt a:hover iconpark-icon{
	color: #fff;
}
.jjfalist{
	width: 1500px;
	margin: 0 auto;
	margin-top: 60px;
}
.jjfalist ul{
	display: flex;
	justify-content: space-between;
}
.jjfalist ul li{
	width: calc(24% - 80px);
	background-image: linear-gradient(#fff, #d5d9de);
	padding: 40px;
	border-radius: 10px;
	position: relative;
	transition: all .5s;
	padding-bottom: 70px;
}
.jjfalist ul li iconpark-icon{
	display: flex;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	background-color: #ea5403;
	color: #fff;
	border-radius: 50%;
	font-size: 32px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 20px;
	transition: all .5s;
}
.jjfalist ul li h1{
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	transition: all .5s;
}
.jjfalist ul li h2{
	color: #ffffff;
	font-size: 14px;
	line-height: 35px;
	transition: all .5s;
	display: none;
}
.jjfalist ul li p{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 45px;
	transition: all .5s;
}
.jjfalist ul li span{
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
	display: block;
	left: 0;
	color: #124d87;
	font-size: 14px;
	transition: all .5s;
}
.jjfalist ul li:hover iconpark-icon{
	display: none;
}
.jjfalist ul li:hover h1{
	color: #fff;
	text-align: left;
	margin-top: 20px;
}
.jjfalist ul li:hover h2{
	display: block;
	line-height: 25px;
}
.jjfalist ul li:hover i{
	display: block;
	height: 2px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin: 25px 0px;
}
.jjfalist ul li:hover p{
	color: #fff;
}
.jjfalist ul li:hover span{
	color: #fff;
}
.jjfalist ul li:first-child:hover{
	background: url(../images/iagqw_03.jpg) center no-repeat;
}
.jjfalist ul li:nth-child(2):hover{
	background: url(../images/iagqw_03.jpg) center no-repeat;
}
.jjfalist ul li:nth-child(3):hover{
	background: url(../images/iagqw_03.jpg) center no-repeat;
}
.jjfalist ul li:nth-child(4):hover{
	background: url(../images/iagqw_03.jpg) center no-repeat;
}
.bmjc{
	width: 100%;
	padding: 60px 0px;
	background: url(../images/ty_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: #ea5403;
	font-size: 24px;
	font-weight: bold;
}
.bmjcdvright h1 span{
	color: #124d87;
	font-size: 18px;
}
.xzbm{
	width: 100%;
	display: block;
	position: relative;
}
.xzbm img{
	display: block;
	width: 100%;
}
.xzbmdv{
	width: 1500px;
	position: absolute;
	top: 15%;
	left: 50%;
	margin-left: -750px;
}
.xzbmdvbt h1{
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
}
.xzbmdvbt i{
	display: block;
	height: 3px;
	width: 70px;
	background-color: #fff;
	margin-top: 25px;
}
.bmlist{
	margin-top: ;
}
.bmlist ul{
	height:40%;
	margin-top: 25%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.bmlist ul li{
	position: relative;
	width: 24%;
	background: url(../images/bj_03.png) center no-repeat;
	height: 120px;
	transition: all .5s;
}
.bmlist ul li div{
	width: 100%;
	height: 120px;
	transition: all .5s;
}
.bmlist ul li div p{
	display: none;
}
.bmlist ul li div h1{
	padding: 0 40px;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .5s;
}
.bmlist ul li div h1 span{
	color: #333333;
	font-size: 24px;
}
.bmlist ul li div h1 iconpark-icon{
	font-size: 36px;
	color: #333333;
}
.bmlist ul li:hover div{
	 background-image: linear-gradient(to right, #124d87, #4a94d6);
	 height: auto;
	 bottom: 0;
	 position: absolute;
}
.bmlist ul li:hover div h1 span{
	color: #fff;
}
.bmlist ul li:hover div h1 iconpark-icon{
	color: #fff;
}
.bmlist ul li:hover div p{
	display: block;
	width: calc(100% - 80px);
	margin: 0 auto;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 15px;
	padding-bottom: 35px;
	line-height: 25px;
	color: #b2d5f5;
	font-size: 14px;
}
.jsclall{
	padding: 70px 0;
	padding-bottom: 20px;
	background-color: #f5f6f7;
}
.jsclallsaf{
	padding-bottom: 70px;
}
.jscl{
	width: 1500px;
	margin: 0 auto;
}
.jsclbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jsclbtleft{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jsclbtleft h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	margin-right: 50px;
}
.thumbs{
	width: 780px;
}
.gd{
	width: 140px;
	height: 50px;
	border: 1px solid #dbdbdb;
	line-height: 50px;
	padding: 0 30px;display: flex;
	justify-content: space-between;
	align-items: center;
	color: #666666;
	background-color: transparent;
	font-size: 14px;
	transition: all .5s;
} 
.gd iconpark-icon{
	font-size: 20px;
	transition: all .5s;
}
.gd:hover{
	background-color: #ea5403;
	border-color: #ea5403;
	color: #fff;
}
.gd:hover iconpark-icon{
	color: #fff;
}
.jjfabt a:hover span{
	color: #fff;
}
.thumbs .swiper-slide{
	text-align: center;
	line-height: 40px;
}
.thumbs .swiper-slide span{
	padding: 5px 0px;
	color: #333333;
	font-size: 16px;
}
.thumbs .swiper-slide-thumb-active span{
	border-bottom: 1px solid #ea5403;
	color: #ea5403;
}
.jsnr{
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}
.jsnrleft{
	position: relative;
}
.jsnrleft img{
	display: block;
	width: 100%;
}
.jsnrleft div{
	position: absolute;
	top:10%;
	left: 10%;
	width: 80%;
}
.jsnrleft div h1{
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 15px;
}
.jsnrleft div ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jsnrleft div ul li{
	width: 48%;
	margin-bottom: 10px;
}
.jsnrleft div ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.jsnrleft div ul li i{
	display: block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	margin-right: 5px;
}
.jsnrleft div ul li span{
	color: #ffffff;
	font-size: 16px;
}
.jsnrleft .bd{
	display: flex;
	justify-content: flex-start;
	font-size: 14px;
	color: #fff;
	margin-top: 40px;
}
.jsnrleft .bd iconpark-icon{
	font-size: 18px;
}
.jsnright{
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}
.jsnright ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.jsnright ul li{
	width: calc(33.33% - 61px);
	padding: 30px;
	border: 1px solid #ebeced;
	border-top: none;
	border-right: none;
}
.jsnright ul li:nth-child(4),.jsnright ul li:nth-child(5),.jsnright ul li:nth-child(6){
	border-bottom: none;
}
.jsnright ul li div{
	display: block;
	overflow: hidden;
	width: 100%;
}
.jsnright ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.jsnright ul li:hover div img{
	transform: scale(1.05);
}  
.jsnright ul li h1{
	text-align: center;
	color: #616161;
	margin-top: 10px;
	font-size: 16px;
}
.about{
	background: url(../images/ab1_02.jpg) center no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 120px;
}
.aboutdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.aboutdvleft{
	width: 50%;
}
.aboutdvleft img{
	display: block;
	width: 100%;
}
.aboutdvright{
	width: 45%;
}
.aboutdvright h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	margin-top: 45px;
}
.aboutdvright i{
	display: block;
	width: 60px;
	height: 4px;
	background-color: #ea5403;
	margin-top: 20px;
	margin-bottom: 50px;
}
.aboutdvright p{
	line-height: 35px;
	color: #666666;
	font-size: 15px;
	
}
.aboutdvright ul{
	width: 130%;
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
	right: 0;
	float: right;
}
.aboutdvright ul li{
	width: calc(32.33% - 80px);
	background-color: #fff;
	padding: 30px 40px;
	border-bottom: 2px solid #ea5403;
	transition: all .5s;
}
.aboutdvright ul li h2{
	display: flex;
	justify-content: space-between;
}
.aboutdvright ul li h2 span{
	color: #333333;
	font-size: 24px;
}
.aboutdvright ul li h2 iconpark-icon{
	font-size: 30px;
}
.aboutdvright ul li .gehsagwh{
	margin-top: 40px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #f2f3f5;
	border-radius: 50%;
	transition: all .5s;
}
.aboutdvright ul li:hover{
	background-image: linear-gradient(to right, #134d87 , #4a94d7);
	border-color: transparent;
}
.aboutdvright ul li:hover h2 span{
	color: #ffffff;
}
.aboutdvright ul li:hover h2 iconpark-icon{
	color: #fff;
}
.aboutdvright ul li:hover .gehsagwh{
	background-color: #3072b3;
	color: #fff;
}
.xwzx{
	width: 1500px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
.newsag{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 45px;
}
.neul{
	width: 700px;
}
.neul li .nffimg{
	display: none;
}
.neul li .nfftext p{
	display: none;
}
.neul li .nfftext{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	height: 79px;
	border-top: 1px solid #e3e4e6;
}
.neul li:last-child .nfftext{
	border-bottom: 1px solid #e3e4e6;
}
.neul li .nfftext h1{
	width: 90px;
	margin-right: 30px;
	color: #666666;
	font-size: 16px;
}
.neul li .nfftext h2{
	color: #333333;
	font-size: 16px;
	width: 80%;
	overflow: hidden;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.neul li .nfftext iconpark-icon{
	display: none;
}
.neul li.active{
	background: url(../images/newag_03.jpg) center no-repeat;
	padding: 28px 40px;
}
.neul li.active .nfftext{
	border: none;
}
.neul li.active .nffimg{
	display: block;
	width: 270px;
	overflow: hidden;
}
.neul li.active .nffimg img{
	width: 100%;
	display: block;
}
.neul li.active a{
	display: flex;
	justify-content: space-between;
}
.neul li.active .nfftext{
	width: 280px;
	display: block;
}
.neul li.active .nfftext h1{
	color: #64a1d7;
	font-size: 16px;
	margin: 10px 0px;
}
.neul li.active .nfftext h2{
	color: #fff;
	font-size: 18px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.neul li.active .nfftext p{
	display: block;
	color: #b2d5f5;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.neul li.active .nfftext iconpark-icon{
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	border: 1px solid #4a90ce;
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
}
.ffcs{
	width: 50%;
	position: relative;
	overflow: hidden;
}
.ffcs img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.ffcs:hover img{
	transform: scale(1.05);
}
.ffcs section{
	display: block;
	padding: 50px;
	width: calc(100% - 100px);
	bottom: 0;
	left: 0;
	position: absolute;
}
.ffcs section span{
	color: #f2f3f5;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.ffcs section  h1{
	color: #f2f3f5;
	font-size: 24px;
}
.zxun{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 60px;
	background: url(../images/zxun_02.jpg) center no-repeat;
	background-size: cover;
}
.zxundv{
	width: 1500px;
	margin: 0 auto;
}
.zxundv h1{
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
.zxundv  p{
	color: #ffffff;
	font-size: 18px;
}
.zxundv section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}
.zxundv  section a{
	display: flex;
	align-items: center;
	width: 100px;
	height: 40px;
	padding: 0 40px;
	background-color: #fff;
	border-radius: 50px;
	justify-content: space-between;
	color: #4c4c4c;
	font-size: 14px;
	transition: all .5s;
	margin-right: 35px;
}
.zxundv  section a iconpark-icon{
	font-size: 20px;
	color: #dd5f25;
	transition: all .5s;
}
.zxundv  section a:hover{
	background-color: #ef6525;
	color: #fff;
}
.zxundv  section a:hover iconpark-icon{
	color: #fff;
}
.foot{
	padding-top: 55px;
	background-color: #0e2c49;
}
.footdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.footdv dl dt a{
	color: #fff;
	font-size: 18px;
}
.footdv dl dt{
	margin-bottom: 25px;
}
.footdv dl dd a{
	color: #c2d1dd;
	font-size: 14px;
}
.footdv dl dd {
	margin-bottom: 15px;
}
.ewm img{
	display: block;
}
.ewm ul{
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	
}
.ewm ul li{
	width: 100px;
}
.ewm ul li img{
	width: 100%;
}
.ewm ul li h1{
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
.wdl{
	width: 100%;
	height: 70px;
	border-top: 1px solid #1d3e5d;
}
.wdldv{
	width: 1500px;
	margin: 0 auto;
	display: flex;justify-content: space-between;
	align-items: center;
	height: 70px;
}
.wdldv p {
	color: #c2d1dd;
	font-size: 15px;
}
.wdldv p  a{
	color: #c2d1dd;
	font-size: 15px;
}
.jjfan{
	display: flex;
	justify-content: space-between;
	padding: 70px 0px;
}
.jjfandv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.jjfandvleft{
	width: 48%;
	overflow: hidden;
	border-radius: 10px;
}
.jjfandvleft img{
	display: block;
	width: 100%;
}
.jjfandvright{
	width: 40%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.jjfandvright h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.jjfandvright h2{
	font-family: "HarmonyOS Sans SC";
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.jjfandvright p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}
.jjfandvright a{
	display: flex;
	margin-top: 70px;
	width: 200px;
	height: 45px;
	border: 1px solid #cccccc;
	justify-content: center;
	align-items: center;
	color: #4c4c4c;
	font-size: 16px;
	border-radius: 8px;
	transition: all .5s;
}
.jjfandvright a:hover{
	background-color: #ea5403;
	border-color: #ea5403;
	color: #fff;
}
.jjfan1{
	background-color: #f5f6f7;
}
.khfuw{
	width: 1500px;
	margin: 70px auto;
}
.khfuwbt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.khfuwbt i{
	margin: 0 auto;
	height: 10px;
	display: block;
	width: 50px;
	border-bottom: 2px solid #ea5403;
	margin-bottom: 30px;
}
.khfwlist{
	width: 1500px;
	margin: 0 auto;
}
.khfwlist ul{
	display: flex;
	justify-content: space-between;
}
.khfwlist ul li{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.khfwlist ul li div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.khfwlist ul li div section iconpark-icon{
	width: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	height: 100px;
	background-color: #ea5403;
	border-radius: 50%;
	font-size: 42px;
	color: #fff;
	margin-bottom: 30px;
}
.khfwlist ul li div section  h1{
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 15px;
	text-align: center;
}
.khfwlist ul li div section p{
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
}
.khfwlist ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.khfwlist ul li:hover img{
	transform: scale(1.05);
}
.lxwm{
	width: 100%;
	padding-top: 75px;
	padding-bottom: 100px;
	background-color: #f5f6f7;
}
.lxwmbt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.lxwmbt p{
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin-bottom: 45px;
}
.lxwmlist{
	width: 1500px;
	margin: 0 auto;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: 260px;
	padding: 50px;
	background-color: #fff;
	border-bottom: 2px solid #ea5403;
	transition: all .5s;
}
.lxwmlist ul li iconpark-icon{
	display: block;
	color: #4d4d4d;
	stroke: #4d4d4d;
	fill: #4d4d4d;
	font-size: 42px;
	margin-bottom: 50px;
}
.lxwmlist ul li h1{
	color: #323333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.lxwmlist ul li p{
	color: #808080;
	font-size: 16px;
	font-family: "Montserrat_Light";
}
.lxwmlist ul li:hover{
	background-image: linear-gradient(to right, #124d87 , #4a95d7);
	border-bottom-color: transparent;
}
.lxwmlist ul li:hover p,.lxwmlist ul li:hover iconpark-icon,.lxwmlist ul li:hover h1{
	color: #fff;
}
.xuqiu{
	padding-top: 85px;
	padding-bottom: 70px;
	background: url(../images/shan_02.jpg) center  no-repeat;
}
.xuqiubt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.xuqiubt p{
	text-align: center;
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 45px;
	font-size: 16px;
}
.xuqiu form{
	width: 1500px;
	margin: 0 auto;
}
.xuqiu form div{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.xuqiu form div input{
	width: 47.5%;
	margin-bottom: 10px;
	border: none;
	padding: 0 1%;
	border: 1px solid #dedede;
	line-height: 48px;
	height: 48px;
	outline: none;
}
.xuqiu form textarea{
	width: 98%;
	margin-bottom: 10px;
	border: none;
	padding:  1%;
	border: 1px solid #dedede;
	line-height: 48px;
	height: 48px;
	outline: none;
	line-height: 30px;
	height: 90px;
	font-family: "微软雅黑";
}
.xuqiu form button{
	width: 200px;
	height: 50px;
	background-color: #ea5403;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border: none;
	outline: none;
}
.shownav{
	width: 100%;
	box-shadow: 0px 0px 25px #eaeaea;
	position: relative;
}
.shownavdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}
.shownavdv h1{
	color: #333333;
	font-size: 22px;
}
.shownavdv ul{
	display: flex;
	justify-content: space-between;
}
.shownavdv ul li{
	margin: 0 15px;
}
.shownavdv ul li a{
	color: #333333;
	font-size: 16px;
	border-bottom:  2px solid #fff;
	padding: 5px 0px;
	transition: all .5s;
	transition: all .5s;
}
.shownavdv ul li a:hover{
	border-bottom:  2px solid #ea5403;
	color: #ea5403;
}
.shownavdv ul li.active a{
	border-bottom:  2px solid #ea5403;
	color: #ea5403;
}
.leibie{
	background-color: #f5f6f7;
	padding: 45px 0px;
}
.leibiedv{
	width: 1500px;
	margin: 0 auto;
}
.leibiedv .thumbs{
	margin: 0 0;
	width: 900px;
}
.leibiedv .thumbs span:hover{
	background-color: #ea5403;
	color: #fff;
	padding: 10px 15px;
	border-radius: 50px;
}
.leibiedv .thumbs span.active{
	background-color: #ea5403;
	color: #fff;
	padding: 10px 15px;
	border-radius: 50px;
}
.leibiedv .jsnright{
	width: 1500px;
	margin: 0 auto;
	margin-top: 30px;
}
.leibiedv .jsnright ul li{
	width: calc(25% - 61px);
}
.leibiedv .jsnright ul li:nth-child(4){
	border-bottom: 1px solid #ebeced;
}
.leibiedv .jsnright ul li:nth-child(5),.leibiedv .jsnright ul li:nth-child(6),.leibiedv .jsnright ul li:nth-child(7),.leibiedv .jsnright ul li:nth-child(8){
	border-bottom: none;
}
.zxkf{
	padding: 70px 0px;
	background: url(../images/gewh_02.jpg) center no-repeat;
	background-size: cover;
}
.zxkf h1{
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.zxkf p{
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}
.zxkf a{
	display: flex;
    align-items: center;
    width: 100px;
    height: 40px;
    padding: 0 40px;
    background-color: #fff;
    border-radius: 50px;
    justify-content: space-between;
    color: #4c4c4c;
    font-size: 14px;
    transition: all .5s;
    margin-right: 35px;
}
.zxkf a:hover{
	background-color: #ef6525;
	color: #fff;
}
.zxkf section{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.zxkf section a iconpark-icon{
	font-size: 20px;
	color: #dd5f25;
	transition: all .5s;
}
.showpro{
	width: 1500px;
	margin: 75px auto;
	display: flex;
	justify-content: space-between;
}
.showproleft{
	width: 48%;
}
.showproleft img{
	width: 100%;
	display: block;
}
.showproright{
	width: 40%;
}
.showproright h1{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.showproright p{
	line-height: 30px;
	font-size: 15px;
	color: #4c4c4c;
	margin-bottom: 30px;
}
.showproright h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333333;
	font-size: 38px;
	font-weight: bold;
	font-family: "Montserrat";
	color: #ea5403;
}
.showproright h2 img{
	margin-right: 5px;
}
.showproright section{
	margin-top: 25px;
	display: flex;
	justify-content: flex-start;
}
.showproright section a{
	display: block;
	width: 220px;
	height: 50px;
	background-color: #f5f6f7;
	margin-right: 20px;
	text-align: center;
	line-height: 50px;
	color: #4c4c4c;
	font-size: 16px;
}
.showproright section a:hover{
	background-color: #ea5403;
	color: #fff;
}
.showpronr{
	padding-top: 60px;
	padding-bottom: 65px;
	background-color: #f5f6f7;
}
.showpronrbt h1{
	text-align: center;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}
.showpronrbt i{
	display: block;
	height: 15px;
	width: 50px;
	border-bottom: 3px solid #ea5403;
	margin: 0 auto;
	margin-bottom: 35px;
}
.showpronrdv{
	width: 1420px;
	background-color: #fff;
	padding: 40px;
	margin: 0 auto;
	margin-bottom: 70px;
}
.showpronrdvbtn{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.showpronrdvbtn a{
	border: 1px dashed #ccc;
	width: 45%;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
	padding:0 2%;
	color: #666666;
	font-size: 14px;
	border-radius: 50px;
}
.showpronrdvbtn a:hover{
	color: #ea5403;
	border-color: #ea5403;
}
.xglist{
	width: 1500px;
	margin: 0 auto;
	margin-top: 30px;
}
.xglist ul{
	display: flex;
	justify-content: flex-start;
}
.xglist ul li{
	width: calc(25% - 50px);
	padding: 25px;
	background-color: #fff;
	border-right: 1px solid #ebeced;
}
.xglist ul li div{
	width: 100%;
	overflow: hidden;
}
.xglist ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.xglist ul li:hover div img{
	transform: scale(1.05);
}
.xglist ul li h1{
	margin-top: 20px;
	text-align: center;
	color: #616161;
	font-size: 16px;
}
.jcyshi {
	width: 1500px;
	margin: 70px auto;
}
.jcyshilist ul{
	display: flex;
	justify-content: space-between;
}
.jcyshilist ul li{
	padding: 50px;
	width: calc(25% - 100px);
	background-color: #124d87;
}
.jcyshilist ul li h1{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	font-family: "Montserrat";
	margin-bottom: 5px;
}
.jcyshilist ul li h2{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.jcyshilist ul li p{
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
}
.jcyshilist ul li:nth-child(2){
	background-color: #f0f5fa;
}
.jcyshilist ul li:nth-child(2) h1{
	color: #124d87;
}
.jcyshilist ul li:nth-child(2) h2{
	color: #333333;
}
.jcyshilist ul li:nth-child(2) p{
	color: #666666;
}
.jcyshilist ul li:nth-child(3){
	background-color: #4a94d6;
}
.jcyshilist ul li:nth-child(3) h1{
	color: #fff;
}
.jcyshilist ul li:nth-child(3) h2{
	color: #fff;
}
.jcyshilist ul li:nth-child(3) p{
	color: #fff;
}
.jcyshilist ul li:nth-child(4){
	background-color: #e6eff8;
}
.jcyshilist ul li:nth-child(4) h1{
	color: #124d87;
}
.jcyshilist ul li:nth-child(4) h2{
	color: #333333;
}
.jcyshilist ul li:nth-child(4) p{
	color: #4b4b4c;
}


.fwlclist{
	width: 1500px;
	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: 17px;
	font-weight: bold;
}
.fwlclist li.on .lcname p{
	color: #ffffff;
	font-size: 12px;
}
.fwlclist li.on span{
	z-index: 5;
	background-color: #ea5403;
}
.fwlclist li.on::after{
	content: "";
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 100%;
	background: url(../images/proshow_03.png) center bottom  no-repeat;
}
.lou{
	padding-top: 100px;
	padding-bottom: 110px;
	background: url(../images/lou_02.jpg) center  no-repeat;
}
.loubt h1{
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.loubt i{
	width: 50px;
	height: 10px;
	display: block;
	margin: 0 auto;
	border-bottom: 3px solid #ea5403;
}
.loubt{
	margin-bottom: 45px;
}
.boman{
	width: 1500px;
	margin: 0 auto;
}
.boman p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 35px;
}
.szdv{
	width: 1500px;
	margin: 0 auto;
}
.szdv ul{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.szdv ul li{
	width: 25%;
}
.szdv ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #333333;
	font-size: 64px;
	font-family: "Impact";
}
.szdv ul li h1 sub{
	font-size: 30px;
}
.szdv ul li p{
	margin-top: 20px;
	font-size: 22px;
	color: #4c4c4c;
}
.qywh{
	padding: 80px 0px;
	background-color: #f2f3f5;
}
.wh{
	width: 1500px;
	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;
}
.whlist{
	width: 1500px;
	margin: 0 auto;
}
.whlist ul{
	display: flex;
	justify-content: space-between;
}
.whlist ul li{
	width: 32.33%;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
}
.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;
}
.ceshiqianhou{
	width: 1500px;
	margin: 95px auto;
	display: flex;
	justify-content: space-between;
}
.ceshiqihleft{
	width: calc(49% - 140px);
	padding: 65px 70px;
	background: url(../images/kefu_03.jpg) center no-repeat;
	overflow: hidden;
	background-size: cover !important;
	transition: all .5s;
}
.ceshiqihleft:hover{
	border-radius: 30px;
}
.ceshiqihleft h1{
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ceshiqihleft p{
	width: 355px;
	line-height: 30px;
	color: #4c4c4c;
	font-size: 15px;
}
.ceshiqihleft h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333333;
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.ceshiqihleft h2 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #f0e3e0;
	color: #ea5403;
	font-size: 20px;
	border-radius: 50px;
	margin-right: 10px;
}
.ceshiqihleft a{
	width: 240px;
	height: 50px;
	display: block;
	background-color: #353331;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	transition: all .5s;
}
.ceshiqihleft a:hover{
	background-color: #ea5403;
}
.hz{
	background: url(../images/hz_02.jpg) center no-repeat;
	padding: 90px 0px;
	background-size: cover;
}
.hzbt{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hzbtleft h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}
.hzbtleft{
	width: 195px;
	border-right: 1px solid #c8c2c2;
}
.hzbtleft  i{
	width: 50px;
    height: 10px;
    display: block;
    
    border-bottom: 3px solid #ea5403;
}
.hzbtright{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	width: 950px;
	margin-left: 50px;
}
.yao{
	width: 1520px;
	margin: 0 auto;
	margin-top: 60px;
}
.yao ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.yao ul li{
	width: 14.65%;
    margin: 1%;
    overflow: hidden;
}
.yao ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.yao ul li:hover img{
	transform: scale(1.05);
}
.xinwen1{
	padding: 80px 0px;
	background-color: #fff;
}
.nestj{
	width: 1500px;
	margin: 0 auto;
}
.nestjs .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.nestjs .swiper-slide .tjnewsleft{
	width: 100%;
	display: block;
	overflow: hidden;
	width: 45%;
}
.nestjs .swiper-slide .tjnewsleft img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.nestjs .swiper-slide:hover .tjnewsleft  img{
	transform: scale(1.05);
}
.nestjs .swiper-slide .tjnewsright{
	width: 45%;
	background-color: #f6f7f7;
	padding: 5%;
}
.nestjs .swiper-slide .tjnewsright a h1{
	color: #333333;
	font-size: 22px;
	margin-bottom: 15px;
}
.nestjs .swiper-slide .tjnewsright a h2{
	color: #999999;
	font-size: 14px;
	margin-bottom: 35px;
}
.nestjs .swiper-slide .tjnewsright a p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	margin-top: 30px;
}
.nestjs .swiper-slide .tjnewsright a span{
	color: #808080;
	font-size: 14px;
}
.nestjs .swiper-pagination{
	width: 80%;
}
.nestjs .swiper-pagination .swiper-pagination-bullet{
	border-radius: 0px;
	width: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	height: 10px;opacity: 1;
}
.nestjs .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #ef6525;
}
.nestjs .swiper-button-next,.nestjs .swiper-button-prev{
	right: 40%;
	border: 1px solid #9b9b9b ;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	top: auto;
	bottom: 7%;
	opacity: 1;
	transition: all .5s;
}
.nestjs .swiper-button-prev,.nestjs  .swiper-rtl .swiper-button-next{
	left: 50%;
	border: 1px solid #9b9b9b ;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	top: auto;
	bottom: 7%;
	z-index: 66;
	
}
.nestjs .swiper-button-next:hover,.nestjs .swiper-button-prevt:hover{
	border-color: #028944;
	background-color: #028944;
}
.nestjs .swiper-button-prev:hover{
	border-color: #028944;
	background-color: #028944;
}
.nestjs .swiper-rtl .swiper-button-next:hover{
	border-color: #028944;
	background-color: #028944;
}
.nestjs .swiper-button-next:after,.nestjs .swiper-button-prev:after{
	color: #9b9b9b;
	font-size: 20px;
}
.nestjs .swiper-button-next:hover:after,.nestjs .swiper-button-prev:hover:after{
	color: #fff;
	font-size: 20px;
}
.nestjs .wiper-button-prev:after,.nestjs .swiper-button-prev:after{
	color: #9b9b9b;
	font-size: 20px;
}
.nestjs .wiper-button-prev:hover:after,.nestjs .swiper-button-prev:hover:after{
	color: #fff;
	font-size: 20px;
}
.newsdvlist{
	width: 1500px;
	margin: 0 auto;
}
.newsdvlist ul li {
	margin-top: 20px;
	background-color: #f6f7f7;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #f6f7f7;
	align-items: center;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #333333;
	font-size: 52px;transition: all .5s;
	display: block;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 15px;transition: all .5s;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 16px;
	color: #999999;transition: all .5s;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
}
.newsdvlist ul li iconpark-icon{
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #ea5403;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	transition: all .5s;
	color: #ea5403;
	opacity: 0;
}
.newsdvlist ul li{
	
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-color: #ea5403;
}
.newsdvlist ul li:hover .newsdvlistime span{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistime i{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext h1{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext p{
	color: #fff;
}
.newsdvlist ul li:hover  iconpark-icon{
	background-color: #ea5403;
	color: #fff;
	border-color: #fff;
	opacity: 1;
}
.nestjs .swiper-slide .tjnewsright section{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nestjs .swiper-button-next, .nestjs .swiper-button-prev{
	display: none;
}
.nestjs .swiper-slide .tjnewsright section i{
	display: block;
	color: #333333;
	font-size: 52px;
	font-family: "Arial";
	font-weight: bold;
}
.nestjs .swiper-slide .tjnewsright section span{
	display: block;
	text-align: center;
	color: #333333;
	font-size: 14px;
	font-family: "Arial";
}
.nestjs .swiper-slide .tjnewsright section iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid #f0773f;
	color: #f0773f;
}
.nestjs .swiper-slide .tjnewsright a h1{
	margin-bottom: 0px;
}
.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;
}
.bannersad .swiper-slide{
	position: relative;
}
.bannersad .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersad .swiper-slide div {
    position: absolute;
    width: 1500px;
    height: 100%;
    left: 50%;
    margin-left: -750px;
    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: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.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;
	transition: all .5s;
}
.bannersad .swiper-slide a iconpark-icon{
	font-size: 24px;
	color: #fff;
	margin-right: 10px;
}
.bannersad .swiper-slide a:hover{
	background-color: #ea5403;
	border-color: #ea5403;
}

.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;
}
.fwlcheng{
	background: url(../images/fwlc_02.jpg) center no-repeat;
	padding-top: 85px;
	padding-bottom: 90px;
}
.fwlcheng .loubt h1{
	text-align: center;
	color: #fff;
}
.fwlcheng .loubt i{
	margin: 0 auto;
	border-color: #fff;
}
.fwlchengdv{
	width: 1500px;
	margin: 0 auto;
}
.fwlchengdv .swiper-slide {
	position: relative;
}
.fwlchengdv .swiper-slide img{
	display: block;
	margin: 0 auto;
}
.fwlchengdv{
	position: absolute;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	top:0;
    width: 30%;
    left: 35%;
}
.fwlchengdv .swiper-slide div iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	background-color: #ea5403;
	font-size: 45px;
	color: #fff;
	margin: 0 auto;
	border-radius: 50%;
}
.fwlchengdv .swiper-slide div h1{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	margin: 20px 0;
}
.fwlchengdv .swiper-slide div {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all .5s;
}
.fwlchengdv .swiper-slide-active div{
	opacity: 1;
}

.fwlchengdv .swiper-slide div h2{
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 25px;
}
.fwlchengdv .swiper-slide div p{
	width:310px ;
	color: #d4e7f8;
	font-size: 16px;
	line-height: 30px;
}

.fwlcah{
	width: 1500px;
	margin: 0 auto;
	position: relative;
}
.fwlcah img{
	display: block;
	margin: 0 auto;
}
.cplistssaf ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 25px;
}
.cplistssaf{
	width: 1500px;
	margin: 0 auto;
	margin-top: 60px;
}
.cplistssaf ul li{
	width: 31.33%;
	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;
}
.navlist ul li{
	position: relative;
}
.navlist ul li:hover div{
	display: block;
}
.navlist ul li div{
	display: none;
    position: absolute;
    /* left: -65%; */
    width: 100%;
    top: 35px;
    z-index: 5;
    padding-top: 20px;
}

.navlist ul li div dl{
	overflow: hidden;
	border-radius: 6px;
}
.navlist 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;
}
.navlist ul li div dl dd a i{
	position: relative;
	z-index: 3;
	display: block;
	transition: all .3s;
}
.navlist ul li div dl dd a:hover{
	
	color: #fff !important;
}
.navlist 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;

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

.navlist ul li div dl dd a:hover i{
	transform: scale(1.05);
}
.showpronrdvtext td{
	padding: 10px !important;
}
@media only screen and (min-width: 1000px) and (max-width: 1499px){
	.heads{
		width: 95%;
	}
	.headscenter form div{
		display: none;
	}
	.headscenter form{
		width: 280px;
	}
	.navlist ul{
		width: 100%;
	}
	.jjfabt{
		width: 95%;
	}
	.jjfalist{
		width: 95%;
	}
	.jjfalist ul li{
		padding: 3%;
		width: 18%;
		background-size: cover;
	}
	.jjfalist ul li:nth-child(2):hover,.jjfalist ul li:nth-child(3):hover,.jjfalist ul li:nth-child(4):hover,.jjfalist ul li:nth-child(1):hover{
		background-size: cover;
	}
	.bmjcdv{
		width: 95%;
	}
	.bmjcdvleft{
		width: 54%;
	}
	.jscl{
		width: 95%;
	}
	.thumbs{
		width: 650px;
	}
	.jsclbtleft h1{
		margin-right: 25px;
	}
	.gd{
		width: 100px;
	}
	.jsclbtleft h1{
		font-size: 28px;
	}
	.jsnright ul li{
		padding: 2%;
		width: 28.33%;
	}
	.jsnrleft div ul li span{
		font-size: 14px;
	}
	.jsnrleft div {
	    position: absolute;
	    top: 10%;
	    left: 5%;
	    width: 90%;
	}
	.xzbmdv{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.xzbm{
		overflow: hidden;
	}
	.xzbm img{
		width: 130%;
		margin-left: -15%;
	}
	.aboutdv{
		width: 95%;
	}
	.aboutdvright ul{
		width: 170%;
	}
	.xwzx{
		width: 100%;
	}
	.gd{
		width: 85px;
	}
	.neul{
		width: 48%;
	}
	.neul li .nfftext h1{
		width: 80px;
		font-size: 14px;
	}
	.neul li .nfftext h2{
		width: 75%;
	}
	.neul li.active{
		padding: 5%;
	}
	.neul li.active .nffimg img{
		display: block;width: 100%;
	}
	.neul li.active .nfftext h1{
		width: 100%;
	}
	.neul li.active .nfftext{
		width: 45%;
	}
	.neul li.active .nffimg{
		max-width: 45%;
	}
	.neul li.active .nfftext{
		height: auto;
	}
	.neul li.active .nfftext iconpark-icon{
		display: none;
	}
	.neul li.active .nfftext{
		width: 50%;
	}
	.ffcs img{
		height: 100%;
	}
	.ffcs section{
		padding: 5%;
		width: 90%;
	}
	.ffcs section h1{
		font-size: 20px;
	}
	.zxundv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.shownavdv{
		width: 95%;
	}
	.shownavdv ul li{
		margin: 0 5px;
	}
	.shownavdv ul li a{
		font-size: 15px;
	}
	.showpro{
		width: 95%;
	}
	.showproleft{
		width: 55%;
	}
	.showpronrdv{
		width: 89%;
		padding: 3%;
	}
	.xglist{
		width: 95%;
	}
	.jcyshi{
		width: 95%;
	}
	.jcyshilist ul li{
		width: 20%;
		padding: 2.5%;
	}
	.fwlclist{
		width: 95%;
	}
	.fwlclist ul li .lcname h1{
		font-size: 17px;
	}
	.fwlclist ul li{
		width: 95px;
		height: 95px;
	}
	.fwlclist ul li .lcname{
		width: 85px;
		height: 85px;
	}
	.fwlclist li.on{
		width: 125px;
		height: 125px;
	}
	.boman{
		width: 95%;
	}
	.szdv{
		width: 95%;
		margin: 0 auto;
	}
	.szdv ul li p{
		font-size: 16px;
	}
	.lou{
		background-size: cover;
	}
	.wh{
		width: 95%;
	}
	.whlist{
		width: 95%;
	}
	.whlist ul li div{
		width: calc(100% - 30px);
		padding: 15px;
	}
	.ceshiqianhou{
		width: 95%;
	}
	.ceshiqihleft{
		padding: 35px 40px;
		width: calc(49% - 80px);
	}
	.hzbt{
		width: 95%;
	}
	.hzbtright{
		margin-left: 20px;
		font-size: 15px;
	}
	.yao{
		width: 97%;
	}
	.yao ul li{
		width: 23%;
		margin: 1%;
	}
	.jjfandv{
		width: 95%;
	}
	.khfuw{
		width: 95%;
	}
	.khfwlist{
		width: 100%;
	}
	.khfwlist ul li div section p{
		font-size: 12px;
	}
	.leibiedv{
		width: 95%;
	}
	.leibiedv .jsnright{
		width: 100%;
	}
	.leibiedv .jsnright ul li{
		width: 20.8%;
	}
	.lxwmlist{
		width: 95%;
	}
	.lxwmlist ul li{
		width: 18%;
		padding: 3%;
	}
	.xuqiu form{
		width: 95%;
	}
	.nestj{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.bannersad .swiper-slide div{
		margin-left: 2.5%;
		left: 0%;
	}
	.fwlchengdv{
		width: 100%;
	}
	.fwlcah{
		width: 95%;
	}
	.fwlcah img{
		max-width: 100%;
	}
	.whlist ul li div section p{
		font-size: 13px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1200px){
	.aboutdvright ul{
		width: 218%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 999px){
	.heads,.navlist{
		display: none;
	}
	.htmleaf-container{
		width: 100%;
		display: block;
		height: 50px;
	}
	.jjfa{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.jjfabt{
		width: 95%;
		display: block;
	}
	.jjfabt h1{
		font-size: 22px;
		text-align: center;
	}
	.jjfabt a{
		display: none;
	}
	.jjfalist{
		width: 95%;
		margin-top: 20px;
	}
	.jjfalist ul{
		display: flex;
		flex-wrap: wrap;
	}
	.jjfalist ul li{
		width: 40%;
		margin: 1%;
		padding: 4%;
	}
	.jjfalist ul li iconpark-icon{
		width: 50px;
		height: 50px;
		margin: 0;
		font-size: 22px;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.jjfalist ul li h1{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.jjfalist ul li span{
		bottom: 4%;
	}
	.jjfalist ul li p{
		margin-bottom: 25px;
	}
	.bmjcdv{
		width: 95%;
		display: block;
	}
	.bmjc{
		padding: 30px 0px;
	}
	.bmjcdvleft h1{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
	.bmjcdvleft p{
		font-size: 14px;
		line-height: 25px;
	}
	.bmjcdvright{
		margin: 0 auto;
		width: 65%;
		padding: 0 5%;
		margin-top: 20px;
		height: 40px;
	}
	.bmjcdvright h1{
		font-size: 16px;
	}
	.bmjcdvright h1 span{
		font-size: 17px;
	}
	.jsclall{
		padding: 30px 0;
		padding-bottom: 0px;
	}
	.jscl{
		width: 95%;
	}
	.jsclbtleft{
		display: block;
	}
	.jsclbtleft h1{
		font-size: 22px;
		margin-right: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.jsclbt,.jsclbtleft{
		width: 100%;
	}
	.thumbs{
		width: 100%;
	}
	.gd{
		display: none;
	}
	.jsnr{
		margin-top: 10px;
		display: block;
	}
	.jsnrleft{
		display: none;
	}
	.jsnright ul li{
		width: calc(42% - 1px);
		padding: 4%;
	}
	.jsnright{
		width: 100%;
	}
	.jsnright ul li h1{
		font-size: 14px;
	}
	.jsnright ul li:nth-child(4){
		border-bottom: 1px solid #ebeced;
	}
	.xzbm{
		background: url(../images/bnagq_02.jpg) center no-repeat;
		background-size: cover;
	}
	.xzbm img{
		display: none;
	}
	.xzbmdv{
		position: initial;
		margin-left: 0;
		padding: 20px 0px;
	}
	.xzbmdv{
		width: 100%;
	}
	.xzbmdvbt h1{
		font-size: 22px;
		text-align: center;
	}
	.xzbmdvbt i{
		margin: 0 auto;
		margin-top: 15px;
	}
	.bmlist ul{
		margin-top: 20px;
		display: block;
	}
	.bmlist ul li div{
		background-image: linear-gradient(to right, #124d87, #4a94d6);
		height: auto;
		bottom: 0;
		position: initial;
	}
	.bmlist ul li{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.bmlist ul li div p {
	    display: block;
	    width: calc(100% - 80px);
	    margin: 0 auto;
	    border-top: 1px solid rgba(255,255,255,0.1);
	    padding-top: 15px;
	    padding-bottom: 35px;
	    line-height: 25px;
	    color: #b2d5f5;
	    font-size: 14px;
	}
	.bmlist ul li div h1 span {
	    color: #fff;
	}
	.bmlist{
		width: 95%;
		margin: 0 auto;
	}
	.bmlist ul li div h1{
		height: 50px;
		padding: 0 5%;
	}
	.bmlist ul li div h1 span{
		font-size: 18px;
		font-weight: bold;
	}
	.bmlist ul li div h1 iconpark-icon{
		color: #fff;
		font-size: 32px;
	}
	.bmlist ul li div p{
		padding: 5%;
		width: 90%;
	}
	.about{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.aboutdv{
		width: 95%;
		display: block;
	}
	.aboutdvleft{
		width: 100%;
	}
	.aboutdvright{
		width: 100%;
	}
	.aboutdvright h1{
		text-align: center;
		font-size: 22px;
		margin-top: 25px;
	}
	.aboutdvright i{
		margin: 20px auto;
	}
	.aboutdvright p{
		font-size: 14px;
		line-height: 30px;
	}
	.aboutdvright ul{
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.aboutdvright ul li h2 span{
		font-size: 16px;
	}
	.aboutdvright ul li{
		width: 26.33%;
		padding: 3%;
	}
	.aboutdvright ul li h2 iconpark-icon{
		font-size: 20px;
	}
	.aboutdvright ul li .gehsagwh{
		font-size: 16px;
		width: 30px;
		height: 30px;
		margin-top: 20px;
	}
	.xwzx{
		width: 100%;
		margin-top: 20px;
	}
	.newsag{
		margin-top: 15px;
		display: block;
	}
	
	.neul{
		width: 100%;
	}
	.neul li.active{
		padding: 5%;
	}
	.nffimg img{
		display: block;
		width: 100%;
	}
	.neul li.active .nfftext{
		height: auto;
		width: 50%;
	}
	.neul li.active .nfftext iconpark-icon{
		display: none;
	}
	.neul li.active .nffimg{
		width: 48%;
	}
	.neul li.active .nffimg img{
		display: block;
		width: 100%;
	}
	.neul li.active .nfftext h1{
		font-size: 14px;
		margin: 5px 0px;
	}
	.neul li.active .nfftext h2{
		font-size: 16px;
		margin-bottom: 0px;
	}
	.neul li .nfftext h1{
		font-size: 14px;
		margin-right: 10px;
	}
	.neul li .nfftext{
		height: 59px;
	}
	.neul li .nfftext h2{
		font-size: 15px;
	}
	.ffcs{
		width: 100%;
		margin-top: 15px;
	}
	.ffcs section{
		padding: 5%;
		width: 90%;
	}
	.ffcs section span{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.ffcs section h1{
		font-size: 15px;
	}
	.foot{
		display: none;
	}
	.xwzx{
		margin-bottom: 30px;
	}
	.zxun{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.zxundv{
		width: 95%;
	}
	.zxundv h1{
		text-align: center;
		font-size: 22px;
	}
	.zxundv p{
		font-size: 15px;
		text-align: center;
		line-height: 30px;
	}
	.zxundv section{
		margin-top: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.zxundv section a{
		padding: 0 20px;
		margin :0 10px;
	}
	.shownavdv{
		display: block;
		width: 100%;
		height: auto;
	}
	.shownavdv h1{
		display: none;
	}
	.shownavdv ul{
		flex-wrap: wrap;
	}
	.shownavdv ul li{
		width: 33.33%;
		margin: 0;
		height: 40px;
		text-align: center;
		line-height: 40px;
	}
	.shownavdv ul li:nth-child(2n+1){
		background-color: #ededed;
	}
	.shownavdv ul li a{
		border-bottom: none;
		font-size: 15px;
	}
	.showpro{
		width: 95%;
		margin: 25px auto;
		display: block;
	}
	.showproleft{
		width: 100%;
	}
	.showproright{
		width: 100%;
	}
	.showproright{
		margin-top: 15px;
	}
	.showproright h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.showproright p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.showproright h2{
		font-size: 24px;
	}
	.showproright h2 img{
		width: 25px;
	}
	.showproright section{
		display: flex;
		justify-content: space-between;
	}
	.showproright section a{
		width: 48%;
		height: 40px;
		line-height: 40px;
		margin: 0;
		font-size: 14px;
	}
	.showpronr{
		padding-top: 20px;
	}
	.showpronrbt h1{
		font-size: 22px;
	}
	.showpronrbt i{
		height: 10px;
		margin-bottom: 20px;
	}
	.showpronrdv{
		width: 85%;
		padding: 5%;
	}
	.showpronrdvbtn{
		display: block;
	}
	.showpronrdvtext{
		margin-bottom: 15px;
	}
	.showpronrdvbtn a{
		display: block;
		width: 100%;
		margin-top: 10px;
		line-height: 40px;
	}
	.showpronrdv{
		margin-bottom: 20px;
	}
	.xglist{
		width: 95%;
	}
	.xglist ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.xglist ul li{
		width: calc(46% - 1px);
		padding: 2%;
	}
	.xglist ul li h1{
		font-size: 14px;
		margin-top: 10px;
	}
	.showpronr{
		padding-bottom: 30px;
	}
	.jcyshi{
		width: 95%;
		margin: 30px auto;
	}
	.jcyshilist ul{
		width: 100%;
		flex-wrap: wrap;
	}
	.jcyshilist ul li{
		width: 40%;
		padding: 5%;
	}
	.jcyshilist ul li p{
		font-size: 14px;
	}
	.jcyshilist ul li h2{
		margin-bottom: 5px;
	}
	.jcyshilist ul li h2{
		font-size: 17px;
	}
	.jcyshilist ul li h1{
		font-size: 24px;
	}
	.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: 20px;
		margin-bottom: 30px;
	}
	.shownavdv ul{
		justify-content: flex-start;
	}
	.lou{
		padding-top: 30px;
		padding-bottom: 40px;
		background-size: cover;
	}
	.loubt h1{
		font-size: 22px;
	}
	.loubt{
		margin-bottom: 15px;
	}
	.boman{
		width: 95%;
	}
	.boman p{
		font-size: 14px;
	}
	.szdv ul{
		margin-top: 15px;
		flex-wrap: wrap;
	}
	.szdv{
		width: 95%;
	}
	.szdv ul li h1{
		font-size: 24px;
	}
	.szdv ul li h1 sub{
		font-size: 16px;
	}
	.szdv ul li {
		width: 50%;
		margin-bottom: 20px;
	}
	.szdv ul li p{
		font-size: 15px;
		margin-top: 10px;
	}
	.qywh{
		padding: 30px 0px;
	}
	.wh{
		width: 95%;
		overflow: hidden;
	}
	.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%;
	}
	.ceshiqianhou{
		width: 95%;
		margin: 15px auto;
		display: block;
	}
	.ceshiqihleft{
		width: 90%;
		padding: 5%;
	}
	.ceshiqihleft h1{
		font-size: ;
	}
	.ceshiqihleft h1{
		font-size: 18px;
	}
	.ceshiqihleft h2{
		font-size: 20px;
		margin-top: 15px;
	}
	.ceshiqihleft h2 iconpark-icon{
		width: 35px;
		height: 35px;
	}
	.ceshiqihleft a{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.hz{
		padding: 30px 0px;
	}
	.hzbt{
		display: block;
		width: 95%;
	}
	.hzbtleft{
		width: 100%;
		text-align: center;
		border-right: none;
	}
	.hzbtleft h1{
		font-size: 22px;
	}
	.hzbtleft i{
		margin: 10px auto;
	}
	.hzbtright{
		width: 100%;
		margin-left: 0;
		font-size: 14px;
	}
	.yao{
		width: 97%;
		margin-top: 20px;
	}
	.yao ul li{
		width: 31.33%;
		margin: 1%;
	}
	.zxkf{
		padding: 30px 0px;
	}
	.zxkf h1{
		font-size: 18px;
	}
	.zxkf p{
		font-size: 14px;
	}
	.zxkf section{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
	.zxkf a{
		margin: 0 10px;
	}
	.jjfan{
		padding: 30px 0;
	}
	.jjfandv{
		width: 95%;
		display: block;
	}
	.jjfandvleft{
		width: 100%;
	}
	.jjfandvright{
		width: 100%;
		margin-top: 20px;
	}
	.jjfandvright h1{
		font-size: 20px;
		text-align: center;
	}
	.jjfandvright h2{
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
	}
	.jjfandvright p{
		font-size: 14px;
	}
	.jjfandvright a{
		width: 150px;
		margin: 0 auto;
		margin-top: 15px;
		font-size: 14px;
		line-height: 35px;
		height: 35px;
	}
	.jjfan1 .jjfandv{
		display: flex;
		flex-direction: column-reverse;
	}
	.khfuw{
		width: 95%;
		margin: 20px auto;
	}
	.khfuwbt h1{
		font-size: 22px;
	}
	.khfwlist{
		width: 100%;
	}
	.khfwlist ul{
		flex-wrap: wrap;
	}
	.khfwlist ul li{
		width:50%;
	}
	.khfwlist ul li div section iconpark-icon{
		font-size: 24px;
		width: 50px;
		height: 50px;
	}
	.khfwlist ul li div section h1{
		font-size: 18px;
	}
	.khfwlist ul li div section p{
		font-size: 12px;
	}
	.jjfan2 .jjfandv{
		display: flex;
		flex-direction: column-reverse;
	}
	.leibiedv .thumbs{
		width: 100%;
	}
	.leibiedv{
		width: 95%;
	}
	.leibie{
		padding: 25px 0px;
	}
	.leibie .thumbs .swiper-slide span{
		font-size: 14px;
	}
	.leibiedv .jsnright{
		width: 97%;
	}
	.leibiedv .jsnright ul li{
		width: calc(42% - 1px);
	}
	.lxwm{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.lxwmbt h1{
		font-size: 22px;
	}
	.lxwmbt p{
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
		line-height:25px;
		margin-bottom: 20px;
	}
	.lxwmlist{
		width: 95%;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		padding: 5%;
		width: 90%;
	}
	.lxwmlist ul li iconpark-icon{
		font-size: 32px;
		margin-bottom: 20px;
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.lxwmlist ul li h1{
		font-size: 17px;
		text-align: center;
	}
	.lxwmlist ul li p{
		font-size: 14px;
		text-align: center;
	}
	.xuqiu{
		padding-top: 30px;
	}
	.xuqiubt h1{
		font-size: 22px;
	}
	.xuqiubt p{
		font-size: 14px;
	}
	.xuqiu form{
		width: 95%;
	}
	.xuqiu form div input{
		width: 96%;
		line-height: 40px;
		height: 40px;
		padding: 0 2%;
	}
	.xuqiu form textarea{
		padding: 2%;
		font-size: 14px;
	}
	.xuqiu form button{
		display: block;
		width: 150px;
		height: 40px;
		margin: 0 auto;
		font-size: 14px;
		line-height: 40px;
	}
	.xuqiu{
		padding-bottom: 30px;
	}
	.xinwen1{
		padding: 30px 0px;
	}
	.nestj{
		width: 95%;
	}
	.nestjs .swiper-slide{
		display: block;
	}
	.nestjs .swiper-slide .tjnewsleft{
		width: 100%;
	}
	.nestjs .swiper-slide .tjnewsright{
		width: 90%;
		padding: 5%;
	}
	.nestjs .swiper-slide .tjnewsright section iconpark-icon{
		width: 40px;
		height: 40px;
	}
	.nestjs .swiper-slide .tjnewsright a p{
		font-size: 14px;
		margin-top: 15px;
	}
	.nestjs .swiper-slide .tjnewsright a h1{
		font-size: 18px;
	}
	.nestjs .swiper-slide .tjnewsright section{
		display: none;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 5%;
	}
	.newsdvlist ul li iconpark-icon{
		display: none;
	}
	.newsdvlistext{
		margin: 0;
		width: 100%;
	}
	.newsdvlistext h1{
		font-size: 16px;
	}
	.newsdvlistext p{
		font-size: 14px;
	}
	.newsdvlist ul li{
		margin-top: 15px;
	}
	.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: #db5f26;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #9e4a25;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersad .swiper-slide div{
		margin-left: 2.5%;
		left: 0%;
	}
	.bannersad .swiper-slide section h3{
		font-size: 20px;
		text-align: center;
	}
	.bannersad .swiper-slide section h4{
		font-size: 20px;
		text-align: center;
	}
	.bannersad .swiper-slide a{
		display: none;
	}
	.bannersad .swiper-slide div{
		width: 95%;
	}
	.bannersad .swiper-slide section {
		width:100%;
	}
	.bannersad .swiper-slide section ul{
		display: flex;
		justify-content: center;
	}
	.bannersad .swiper-slide section ul li{
		margin-right: 0px;
		margin:  5px auto;
		width: 50%;
		display: flex;
		justify-content: center;
		align-content: center;
	}
	.bannersad .swiper-slide section ul li iconpark-icon{
		font-size: 18px;
	}
	.bannersad .swiper-slide section ul li{
		font-size: 14px;
	}
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 10px;
	}
	.fwlchengdv{
		width: 100%;
	}
	.fwlcah{
		width: 95%;
	}
	.fwlcah img{
		max-width: 100%;
		display: none;
	}
	.fwlchengdv{
		position: relative;
	}
	.fwlchengdv .swiper-slide div iconpark-icon{
		width: 45px;
		height: 45px;
		font-size: 24px;
		margin-top: 20px;
	}
	.fwlcheng{
		padding: 30px 0px;
	}
	.fwlchengdv .swiper-slide div h1{
		font-size: 20px;
		margin: 10px 0;
	}
	.fwlchengdv .swiper-slide div h2{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.fwlchengdv .swiper-slide div p{
		font-size: 14px;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner{
		overflow: hidden;
	}
	.szdv ul li h1{
		justify-content: center;
	}
	.szdv ul li p{
		text-align: center;
	}
	.fwlchengdv{
		left: 0;
	}
}

@media only screen and (min-width: 1300px) and (max-width: 1499px){
	.shownavdv ul li {
	    margin: 0 15px;
	}
}
