﻿/* 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;
}
body {
    font-size: 12px;
    font-family: "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}
@font-face{
	font-family: "Montserrat";
	src:url('../font/MONTSERRAT-REGULAR.TTF');
}
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;
}
.heads{
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
}
.headdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
}
.headdvleft img{
	display: block;
}
.bai{
	background-color: #fff;
	transition: all .5s;
}
.bai .headdvright ul li a{
	color: #333333;
}
.headdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul li{
	margin-right: 50px;
}
.headdvright ul li a{
	line-height: 100px;
	font-size: 16px;
	color: #ffffff;
}
.banners img{
	display: block;
	width: 100%;
}
.bannersdv .swiper-slide{
	position: relative;
}
.bannersdvimg{
	width: 1400px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -700px;
}
.bannersdvimg h1{
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 30px;
}
.bannersdvimg i{
	display: block;
	width: 90px;
	height: 5px;
	background-color: #ffffff;
	margin-bottom: 40px;
}
.bannersdvimg p{
	width: 510px;
	line-height: 40px;
	font-size: 20px;
	color: #ffffff;
}
.inpro{
	background-color: #f7f7f7;
	padding: 60px 0px;
	padding-bottom: 100px;
}
.inprodv{
	width: 1400px;
	margin: 0 auto;
}
.inprodvtop{
	display: flex;
	justify-content: space-between;
}
.inprodvbt h1{
	font-family: 'Impact';
	font-size: 40px;
	color: #313131;
	line-height: 50px;
}
.inprodvbt p{
	line-height: 35px;
	color: #333333;
	font-size: 22px;
}
.thumbs{
	width: 700px;
	margin: 0%;
}
.thumbs .swiper-slide img{
	margin: 0 auto;
	display: block;
}
.thumbs .swiper-slide  p{
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
}
.inprolist{
	margin-top: 50px;
}
.inprolist ul{
	display: flex;
	justify-content: flex-start;
}
.inprolist ul li{
	background-color: #ffffff;
	padding: 20px;
	width: 290px;
	margin:  10px;
	box-shadow: 0px 0px 10px #eaeaea;
}
.inprolist ul li span{
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.inprolist ul li h1{
	line-height: 35px;
	color: #333333;
	font-size: 20px;
	height: 35px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inprolist ul li div{
	width: 280px;
	margin: 25px auto;
	overflow: hidden;
}
.inprolist ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.inprolist ul li section {
	display: flex;
	justify-content: space-between;
}
.inprolist ul li section a{
	display: block;
	width: 48%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 14px;
	background-color: #333333;
	text-align: center;
	border: 1px solid #333333;
}
.inprolist ul li section a:last-child{
	border: 1px solid #be9a4e;
	border-image: linear-gradient(to right, #be9a4e,#f3e09f,#be9a4e) 1;
	background-color: #fff;
	font-size: 14px;
	background-image: linear-gradient(to right, #be9a4e,#f3e09f,#be9a4e);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent; /*需要文字透明*/
}
.inprolist ul li:hover div img{
	transform: scale(1.05);
}
.inhy{
	display: flex;
	justify-content: space-between;
}
.inhytop{
	width:calc(50% - 5px);
	position: relative;
}
.inhytop img{
	display: block;
	width: 100%;
	transition: all .3s;
}
.inhytop section{
	width: 100%;overflow: hidden;
	height: 100%;
}
.inhytop:hover img{
	transform: scale(1.05);
}
.inhytop div div{
	position: absolute;
	top: 15%;
	left: 85px;
	width: calc(100% - 170px);
	z-index: 3;
}
.inhytop div a i{
	width: 100%;
	transition: all .3s;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}
.inhytop:hover div a i{
	opacity: 1;
}
.inhytop div span{
	display: block;
	color: #cccccc;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 25px;
}
.inhytop div h1{
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 10px;
}
.inhytop div p{
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}
.inhy2 .inhytop{
	width: calc(33.33% - 8px);
	margin-top:10px;
}
.inabout{
	width: 1400px;
	margin: 0 auto;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.inaboutleft{
	width: 48%;
}
.inaboutleft h1{
	margin-top: 20px;
	color: #333333;
	font-size: 40px;
	font-family: "Impact";
	margin-bottom: 10px;
	text-transform: uppercase;
}
.inaboutleft h2{
	color: #333333;
	margin-bottom: 50px;
	font-size: 22px;
}
.inaboutleft h3{
	color: #333333;
	font-size: 26px;
	margin-bottom: 15px;
}
.inaboutleft p{
	line-height: 30px;
	font-size: 14px;
	color: #4c4c4c;
}
.inaboutleft a{
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	overflow: hidden;
	line-height: 40px;
	border: 1px solid #be9a4e;
	border-image: linear-gradient(to right, #be9a4e,#f3e09f,#be9a4e) 1;
	background-color: #fff;
	font-size: 14px;
	background-image: linear-gradient(to right, #be9a4e,#f3e09f,#be9a4e);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	margin-top: 40px;
}
.inaboutright{
	width: 48%;
}
.inaboutright img{
	display: block;
	max-width: 100%;
}
.inablist{
	width: 1400px;
	margin: 0 auto;
}
.inablist ul{
	display: flex;
	width: 100%;
	border: 1px solid #e6e6e6;
}
.inablist ul li{
	border-left: 1px solid #e6e6e6;
	width: 25%;
	height: 118px;
	transition: all .3s;
}
.inablist ul li:first-child{
	border-left: none;
}
.inablist ul li a{
	display: flex;
	width: 100%;height: 118px;
	justify-content: center;
	align-items: center;
}
.inablist ul li i{
	display: block;
	width: 56px;
	height: 64px;
	background: url(../image/icbg_03.png) center no-repeat;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
}
.inablist ul li section h1{
	color: #4c4c4c;
	font-size: 18px;
}
.inablist ul li section h1{
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all .3s;
}
.inablist ul li section p{
	color: #808080;
	font-size: 14px;
	font-family: "Arial";
	transition: all .3s;
}
.inablist ul li:hover{
	background-color: #333333;
}
.inablist ul li:hover h1{
	color: #fff;
}
.inablist ul li:hover p{
	color: #fff;
}
.inscl{
	margin-top: 100px;
}
.insclzd{
	width: 100%;
	display: block;
	position: relative;
	background: url(../image/yy_02.png) center no-repeat;
	background-attachment: fixed;
	height: 640px;
	background-size: cover;
}

.insclzd img{
	display: none;
	width: 100%;
}
.insclzd div{
	width: 1400px;
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -700px;
}
.insclzd div section{
	width: 48%;
	float: right;
}
.insclzd div section h1{
	font-size: 26px;
	color: #fff;
	margin-bottom: 25px;
}
.insclzd div section p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.insclzd div section a{
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 65px;
	border: 1px solid #fff;
	border-radius: 50px;
	font-size: 14px;
}
.inscllist{
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: -135px;
}
.inscllist ul{
	width: 1400px;
	margin: 0 auto;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
}
.inscllist li{
	width: 25%;
	border-right:1px solid #f2f2f2 ;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid #fff;
}
.inscllist li:last-child{
	border: none;
}
.inscllist li:hover{
	border-bottom: 2px solid #333333;
}
.inscllist li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.inscllist li p{
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
}
.inscl{
	background-color: #f6f6f6;
}
.innews{
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #f6f6f6;
}
.innewsdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.innewsdvleft{
	width: 350px;
	position: relative;
}
.innewsdvleftimg{
	width: 100%;
	overflow: hidden;
}
.innewsdvleftimg img{
	display: block;
	width: 100%;
	transition: all .3s;
}
.innewsdvleftnr{
	position: absolute;
	padding: 0 35px;
	top: 80px;
}
.innewsdvleftnr h1{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 35px;
}
.innewsdvleftnr h1 span{
	color: #ffffff;
	font-size: 40px;
	font-family: "Impact";
	margin-right: 10px;
}
.innewsdvleftnr i{
	display: block;
	width:40px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 25px;
}
.innewsdvleftnr  p{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 45px;
}
.innewsdvleft:hover .innewsdvleftimg img{
	transform: scale(1.03);
}
.innewsdvright{
	width: 1020px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.innewslb a{
	display: flex;
	justify-content: space-between;
}
.innewslbleft{
	width:460px;overflow: hidden;
}
.innewslbleft img{
	display: block;
	width: 100%;
	transition: all .3s;
}
.innewslbright {
	width: 450px;
	height: 210px;
	padding: 55px;
	background-color: #fff;
}
.innewslbright h1{
	color: #333333;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.innewslbright span{
	color: #808080;
	font-size: 14px;
	display: block;margin-bottom: 25px;
}
.innewslbright p{
	line-height: 30px;
	color: #4c4c4c;
	font-size: 14px;
}
.innewslbright i{
	display: block;
	width: 150px;
	height: 40px;
	border: 1px solid #dedede;
	border-radius: 50px;
	margin-top: 20px;
	text-align: center;
	line-height: 40px;
	color: #666666;
	font-size: 14px;
	transition: all .3s;
}
.innewslbright i:hover{
	background: #333333;
	color: #fff;
	border: 1px solid #333333;
}
.bangn{
	width: 100%;
	background: url(../image/das_02.png) center no-repeat;
	background-size: cover;
	height: 170px;
}
.bangndv{
	width: 1400px;
	height: 170px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bangndv h1{
	color: #ffffff;
	font-size: 24px;
}
.bangndv form{
	display: flex;
	justify-content: space-between;
}
.bangndv form input{
	width: 220px;
	padding: 0 10px;
	border: none;
	background-color: #fff;
	line-height:45px ;
	outline: none;
	margin-left: 10px;
}
.bangndv form button{
	border: none;
	background-color: #2e2e2e;
	outline: none;
	width: 160px;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	margin-left: 10px;
}
.foot{
	background-color: #292929;
	padding-top: 115px;
	padding-bottom: 115px;
}
.footdv{
	width: 1400px;
	display: flex;
	margin: 0 auto;
	justify-content:space-between;
}
.footdv dl dt a{ 
	color: #cccccc;
	font-size: 16px;
	line-height: 35px;
}
.footdv dl dd a{
	color: #999999;
	font-size: 14px;
}
.footdv dl dd a:hover{
	color: #f2f2f2;
}
.footdv dl dt a:hover{
	color: #f2f2f2;
}
.footdv dl dd{
	margin-top: 15px;
}
.footdv div img{
	display: block;
}
.footdv div p{
	font-size: 14px;
	display: block;
	text-align: center;
	margin-top: 15px;
	color: #999999;
}
.wdl{
	width: 100%;
	height: 80px;
	border-top: 1px solid #3b3b3b;
	background-color: #292929;
	line-height: 80px;
}
.wdldv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	height: 80px;
	align-items: center;
	justify-content: space-between;
}
.wdldv p{
	color: #999999;
	font-size: 14px;
}
.wdldv p a{
	color: #999999;
	font-size: 14px;
}
.aboutdv{
	width:100% ;
	background-color: #f7f7f7;
	padding: 100px 0px;
}
.abouttop{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.aboutleft{
	width: 540px;
	padding: 70px;
	background-color: #fff;
}
.aboutleft div h1{
	color: #333333;
	font-size: 26px;
	margin-bottom: 30px;
	text-align: center;
}
.aboutleft div p{
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 55px;
}
.aboutleft div section{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row-reverse;
}
.aboutleft div section a{
	display: block;
	width: 140px;
	height: 45px;
	background-color: #333333;
	text-align: center;
	line-height: 45px;
	color: #fffefe;
	font-size: 14px;
}
.aboutright{
	width: 690px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.aboutright .abr{
	width: 340px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 120px 0px;
}
.aboutright .abr section i{
	color: #333333;
	font-size: 60px;
	display: block;
	text-align: center;
	font-family: "Montserrat";
}
.aboutright .abr section p{
	color: #4c4c4c;
	font-size: 16px;
}
.aboutright .abr:nth-child(1){
	margin-bottom: 10px;
}
.aboutright .abr:nth-child(2){
	margin-bottom: 10px;
}
.abservice{
	background: url(../image/service_02.png) center no-repeat;
	background-size: cover;
	padding: 90px 0px;
}
.abservicedv h1{
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
}
.abservicedv h2{
	font-size: 32px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
.abservicedv p{
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #cccccc;
	margin-bottom: 50px;
}
.abservicedvlist{
	width: 1400px;
	margin: 0 auto;
}
.abservicedvlist ul{
	display: flex;justify-content: space-between;
}
.abservicedvlist ul li{
	width: 300px;
	position: relative;
}
.abservicedvlist ul li section{
	overflow: hidden;
	width: 100%;
}
.abservicedvlist ul li section img{
	display: block;
	width: 100%;
	transition: all .3s;
}
.abservicedvlist ul li div{
	padding: 20px;
	bottom: 0;
	width: calc(100% - 40px);
	position: absolute;
	bottom: 0;
}
.abservicedvlist ul li div h3{
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 15px;
}
.abservicedvlist ul li div h4{
	line-height: 30px;
	color:#fff;
	font-size: 14px;
	height: 60px;
}
.abservicedvlist ul li:hover section img{
	transform: scale(1.05);
}
.abfj{
	width: 100%;
	display: block;
	background: url(../image/mas_02.png) center no-repeat;
	height: 770px;
}
.pronav{
	width: 100%;
	background-color: #f7f7f7;
}
.prnavdv{
	width: 1310px;
	padding: 35px 45px;
	background-color: #fff;
	margin: 0% auto;
	position: relative;
	z-index: 999;
	top: -55px;
}
.prnavdv ul{
	display: flex;
	justify-content: flex-start;
	background-color: #fff;
}
.prnavdv ul li{
	width: 135px;
	height: 45px;
	border: 1px solid #e6e6e6;
	margin-right: 20px;
	line-height: 45px;
	text-align: center;
	color: #666666;
	font-size: 16px;
}
.prnavdv ul li a{
	display: block;
	color: #666666;
}
.prnavdv ul li:hover a{
	color: #fff;
	background-color: #333333;
}
.prnavdv ul li.active a{
	color: #fff;
	background-color: #333333;
}
.prolist{
	background-color: #f7f7f7;
	width: 100%;
	padding-bottom: 40px;
}
.prolistdv{
	width: 1400px;
	margin: 0 auto;
}
.prolistdv .inprolist {
	margin-top: 0px;
	margin-bottom: 40px;
}
.prolistdv .inprolist ul{
	flex-wrap: wrap;
}
.fy{
	width: 1400px;
	margin: 0 auto;
}
.abfj{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.abfjdv{
	width: 1400px;
	margin: 0 auto;
}
.abfjdv h1{
	color: #333333;
	font-size: 36px;
	margin-bottom: 30px;
}
.abfjdv p{
	color: #666666;
	font-size: 16px;
	width: 540px;
	line-height: 30px;
}
.abfjdv a{
	width: 200px;
	height: 50px;
	display: block;
	background-color: #333333;
	margin-top: 30px;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	justify-content: space-around;
	line-height: 50px;
}
.proxq{
	background-color: #f7f7f7;
}
.proxqdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.proxqdvleft{
	width: 580px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.proxqdvleft img{
	display: block;
	width: 100%;
}
.proxqdvright{
	width: 50%;
	padding: 40px 0px;
}
.proxqdvright h1{
	color: #333333;
	font-size: 18px;
	margin-bottom: 15px;
}
.proxqdvright h2{
	color: #333333;
	font-size: 30px;
	margin-bottom: 20px;
}
.proxqdvright  p{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 85px;
}
.proxqdvright div{
	width: 100%;
	line-height: 105px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333333;
	font-size: 42px;
	font-weight: bold;
}
.proxqdvright div img{
	margin-right: 10px ;
}
.proxqdvright section{
	display: flex;
	justify-content: flex-start;
	margin-top: 35px;
}
.proxqdvright section a{
	display: block;
	width: 190px;
	height: 55px;
	background-color: #333333;
	color: #ffffff;
	font-size: 16px;
	margin-right: 15px;
	text-align: center;
	line-height: 55px;
}
.proxqdvright section a:last-child{
	display: block;
	width: 190px;
	height: 51px;
    text-align: center;
    overflow: hidden;
    line-height: 51px;
    border: 2px solid #be9a4e;
    border-image: linear-gradient(to right, #be9a4e,#f3e09f,#be9a4e) 1;
    background-color: #fff;
    font-size: 16px;
    background-image: linear-gradient(to right, #be9a4e,#f3e09f,#be9a4e);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.cpxq{
	width: 100%;
	padding-top: 60px;
	background-color: #f7f7f7;
	padding-bottom: 100px;
}
.cpxqbt{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	color: #404040;
	align-items: center;
	font-size: 24px;
	margin-bottom: 30px;
}
.cpxqbt i{
	width: 5px;
	height: 25px;
	background-color: #333333;
	margin-right: 10px;
	display: block;
}
.xqnr{
	width: 1300px;
	padding: 50px;
	background-color: #fff;
	margin: 0 auto;
}
.lxwm{
	width: 100%;
	background-color: #f7f7f7;
	padding: 85px 0px;
}
.lxwmdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.lxwmleft{
	width: calc(50% - 140px);
	padding:80px 70px;
	background-color: #fff;
}
.lxwmleft h1{
	color: #323333;font-size: 28px;
	height: 60px;
	border-bottom: 1px solid #d7d7d9;
	margin-bottom: 50px;
}
.lxwmleft h2{
	color: #333333;
	font-size: 18px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.lxwmleft h2 span{
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-left: 10px;
	font-family: "Arial";
}
.lxwmleft p{
	display: flex;
	justify-content: flex-start;
	line-height: 50px;
	height: 50px;
	align-items: center;
	color: #4c4c4d;
	font-size: 16px;
}
.lxwmleft p img{
	width: 30px;
	display: block;
	height: 30px;
	margin-right: 10px;
}
.lxwmright{
	width: 50%;
	background-color: #f1f1f1;
	padding: 65px 60px;
}
.lxwmright h1{
	text-align: center;
	font-size: 26px;
	color: #323333;
	margin-bottom: 35px;
}
.lxwmright form{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwmright form input{
	width: 44%;
	margin: 1%;
	padding: 0 2%;
	outline: none;
	border: none;
	background-color: #fff;
	border-radius: 10px;
	line-height: 45px;
}
.lxwmright form textarea{
	width: 94%;
	margin: 1%;
	padding: 0 2%;
	border: none;
	height: 120px;
	line-height: 30px;
	font-size: 14px;
	font-family: "微软雅黑";
	outline: none;
	border-radius: 10px;
}
.lxwmright form button{
	width: 99%;
	height: 45px;
	background-color: #333333;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	border: none;
	margin: 0 1%;
	margin-top: 30px;
}
.map{
	width: 1400px;
	margin: 0% auto;
	margin-top: 50px;
}
.map img{
	width: 100%;
	display: block;
}
.hangye{
	display: flex;justify-content: space-between;
}
.hangyeleft{
	width: 50%;
	background-color: #ffffff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.hangyeleft div{
	width: 700px;
}
.hangyeleft div h1{
	color: #333333;
	font-size: 14px;
	margin-bottom: 45px;
}
.hangyeleft div h2{
	color: #333333;
	font-size: 28px;
	margin-bottom: 20px;
}
.hangyeleft div p{
	width: 525px;
	line-height: 30px;
	color: #666666;
	font-size: 16px;
}
.hangyeleft div a{
	display: block;
    width: 150px;
    height: 40px;
    border: 1px solid #dedede;
    border-radius: 50px;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
    transition: all .3s;
}
.hangyeleft div a:hover{
	background: #333333;
    color: #fff;
    border: 1px solid #333333;
}
.hangye1 .hangyeleft{
	justify-content: flex-start;
}
.hangye1 div{
	display: flex;
	justify-content: flex-end;
}
.hangyeright{
	width: 50%;
}
.hangyeright img{
	display: block;
	width: 100%;
}
.innewslb a:hover .innewslbleft img{
	display: block;
	transform: scale(1.03);
}
.innewslb a:hover .innewslbright i{
	background: #333333;
	color: #fff;
    border: 1px solid #333333;
}
.mfoot{
	display: none;
}
.mfootdv{
	display: none;
}
.newslist{
	width: 1400px;
	margin: 0px auto;
	padding-bottom: 30px;
}
.newslist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	
}
.newslist ul li{
	width: calc(31% - 50px);
	padding:25px ;
	margin: 1%;border: 1px solid #e6e6e6;
	transition: all .5s;
	background-color: #fff;
}
.newslist ul li span{
	display: block;
	width: 110px;
	height: 35px;
	background-color: #fdf4ef;
	color: #e9854b;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 25px;
	transition: all .5s;	
}
.newslist ul li  p{
	color: #333333;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.newslist ul li i{
	display: block;
	color: #666666;
	font-size: 14px;
	margin-bottom: 30px;
}
.newslist ul li div{
	width: 100%;
	overflow: hidden;
}
.newslist ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.newslist ul li section{
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	margin-top: 20px;
}
.newslist ul li:hover{
	box-shadow: 0px 0px 10px #ddd;
	border-color: transparent;
}
.newslist ul li:hover img{
	transform: scale(1.05);
}
.newslist ul li:hover span{
	background-color: #333;
	color: #fff;
}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 100px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 1400px;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
.xqnr img{
	max-width: 100%;
	height: auto;
}
.swiper-slide2 .bannersdvimg{
	top: 30%;
}
.swiper-slide2 .bannersdvimg h1{
	text-align: center;
}
.swiper-slide2 .bannersdvimg i{
	margin: 0 auto;
}
.swiper-slide2 .bannersdvimg p{
	text-align: center;
	width: auto;
	margin-top: 15px;

}
.abfjdvlist ul {
	width: 1000px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.abfjdvlist ul li{
	width:18%;
	margin: 1%;
	transition: all .3s;
}
.abfjdvlist ul li img{
	display: block;
	width: 100%;
}
.abfjdvlist ul li p{
	width: 100%;
	text-align: center;
	padding: 5px 0px;transition: all .3s;
}
.abfjdvlist ul li:hover{
	background-color: #333333;
}
.abfjdvlist ul li:hover p{
	color: #fff;
}
.zscq{
	width: 100%;
    background-color: #f7f7f7;
    padding: 85px 0px;
}
.zscpbt{
	width: 100%;
	text-align: center;
	color: #333333;
    font-size: 36px;
    margin-bottom: 30px;
}
.zscqlist{
	width: 1400px;
	margin: 0 auto;
}
.zscqlist .swiper-slide img{
	width: 100%;
	display: block;
}
#contrast{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
}
#contrast a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 45px;
	text-align: center;
	background-color: #333;
	margin: 0 10px;
	line-height: 45px;
}
#contrast a iconpark-icon{
	color: #fff;
	font-size: 24px;
}
@media only screen and (min-width: 1000px) and (max-width: 1400px){
	.headdv{
		width: 95%;
	}
	.bannersdvimg{
		width: 90%;
		left: 5%;
		margin-left: 0px;
		top: 30%;
	}
	.inprodv{
		width: 95%;
	}
	.inprolist ul li{
		width: 21%;
		margin: 1%;
		padding: 1%;
	}
	.inprolist ul li div{
		width: 100%;
	}
	.inprolist ul li div img{
		width: 100%;
	}
	.inprolist ul li h1{
		font-size: 18px;
	}
	.inabout{
		width: 95%;
	}
	.inablist{
		width: 95%;
	}
	.inablist ul li i{
		margin-right: 15px;
	}
	.insclzd{
		background: url(../image/yy_02.png) center no-repeat;
		background-attachment: fixed;
	}
	.inhytop div div{
		width: 90%;
		left: 5%;
	}
	.insclzd div{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.inscllist ul{
		width: 95%;
	}
	.innewsdv{
		width: 95%;
	}
	.innewsdvleft{
		width: 25%;
	}
	.innewsdvright{
		width: 72%;
	}
	.innewsdvleftnr{
		padding: 0 15px;
	}
	.innewslbright{
		padding: 3%;
		height: auto;
	}
	.innewslbright p{
		height: 60px;
		overflow: hidden;
	}
	.innewslbright span{
		margin-bottom: 5px;
	}
	.bangndv{
		width: 95%;
	}
	.bangndv form{
		width: 70%;
	}
	.bangndv form input{
		width: 24%;
	}
	.footdv{
		width: 95%;
	}
	.abouttop{
		width: 95%;
	}
	.aboutleft{
		width: 38%;
		padding: 5%;
	}
	.aboutright{
		width: 50%;
	}
	.aboutright .abr{
		width: 48%;
	}
	.aboutleft div section{
		display: block;
	}
	.aboutleft div section a{
		margin-top: 15px;
	}
	.aboutright .abr section p{
		font-size: 14px;
	}
	.abservicedvlist{
		width: 95%;
	}
	.abservicedvlist ul li{
		width: 23%;
		margin: 1%;
	}
	.abservicedvlist ul li div{
		bottom: 20px;
	}
	.abfjdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.prnavdv{
		width: 90%;
		top: 0;
		padding:3% 5%;
	}
	.proxqdv{
		width: 95%;
	}
	.proxqdvright{
		width: 46%;
		padding: 40px 2%;
	}
	.cpxqbt{
		width: 95%;
	}
	.xqnr{
		width: 85%;
		padding: 5%;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmleft{
		width: 40%;
		padding: 5%;
	}
	.lxwmleft h1{
		font-size: 22px;
	}
	.lxwmleft h2 span{
		font-size: 32px;
	}
	.lxwmright{
		padding: 5%;
		width: 40%;
	}
	.map{
		width: 95%;
	}
	.hangyeleft div{
		width: 95%;
	}
	.hangyeleft div p{
		width: 100%;
	}
	.hangyeleft{
		justify-content: center;
	}
	.hangye1 .hangyeleft{
		justify-content: center;
	}
	.hangyeleft div h1{
		margin-bottom: 30px;
	}
	.prolistdv{
		width: 95%;
	}
	.newslist{
		width: 95%;
		padding-top: 20px;
	}
	.fy{
		width: 95%;
	}
}
@media screen and (max-width: 999px){
	.headdv{
		width: 95%;
		display: none;
	}
	.bannersdvimg{
		width: 90%;
		left: 5%;
		margin-left: 0px;
		top: 30%;
	}
	.bannersdvimg h1{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.bannersdvimg p{
		width: 90%;
		font-size: 14px;
		line-height: 25px;
	}
	.bannersdv .swiper-slide{
		overflow: hidden;
	}
	.banners{
		width: 100%;
		overflow: hidden;
	}
	.banners img{
		width: 150%;
		margin-left: -25%;
	}
	.bannersdvimg i{
		width: 60px;
		height: 3px;
		margin-bottom: 20px;
	}
	.inprodv{
		width: 95%;
	}
	.inprolist ul li{
		width: 21%;
		margin: 1%;
		padding: 3%;
	}
	.inprolist ul li div{
		width: 100%;
		margin: 15px auto;
	}
	.inprolist ul li div img{
		width: 100%;
	}
	.inprolist ul li h1{
		font-size: 14px;
	}
	.inprolist ul li section a{
		font-size: 14px;
		height: 35px;
		line-height: 35px;
	}
	.inabout{
		width: 95%;
	}
	.inablist{
		width: 95%;
	}
	.inablist ul li i{
		margin-right: 15px;
	}
	.insclzd{
		background: url(../image/yy_02.png) center no-repeat;
	}
	.inprodvtop{
		display: block;
	}
	.inhytop div div{
		width: 90%;
		left: 5%;
	}
	.insclzd div{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.inscllist ul{
		width: 95%;
	}
	.innewsdv{
		width: 95%;
	}
	.innewsdvleft{
		width: 25%;
	}
	.innewsdvright{
		width: 72%;
	}
	.innewsdvleftnr{
		padding: 0 15px;
	}
	.innewslbright{
		padding: 3%;
		height: auto;
	}
	.innewslbright p{
		height: 60px;
		overflow: hidden;
	}
	.innewslbright span{
		margin-bottom: 5px;
	}
	.bangndv{
		width: 95%;
	}
	.bangndv form{
		width: 70%;
	}
	.bangndv form input{
		width: 24%;
	}
	.footdv{
		width: 95%;
	}
	.abouttop{
		width: 95%;
	}
	.aboutleft{
		width: 38%;
		padding: 5%;
	}
	.aboutright{
		width: 50%;
	}
	.aboutright .abr{
		width: 48%;
	}
	.aboutleft div section{
		display: block;
	}
	.aboutleft div section a{
		margin-top: 15px;
	}
	.aboutright .abr section p{
		font-size: 14px;
	}
	.abservicedvlist{
		width: 95%;
	}
	.abservicedvlist ul li{
		width: 23%;
		margin: 1%;
	}
	.abservicedvlist ul li div{
		bottom: 20px;
	}
	.abfjdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.prnavdv{
		width: 90%;
		top: 0;
		padding:3% 5%;
	}
	.proxqdv{
		width: 95%;
	}
	.proxqdvright{
		width: 46%;
		padding: 40px 2%;
	}
	.cpxqbt{
		width: 95%;
	}
	.xqnr{
		width: 85%;
		padding: 5%;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmleft{
		width: 40%;
		padding: 5%;
	}
	.lxwmleft h1{
		font-size: 20px;
	}
	.lxwmleft h2 span{
		font-size: 32px;
	}
	.lxwmright{
		padding: 5%;
		width: 40%;
	}
	.map{
		width: 95%;
	}
	.hangyeleft div{
		width: 95%;
	}
	.hangyeleft div p{
		width: 100%;
	}
	.hangyeleft{
		justify-content: center;
	}
	.hangye1 .hangyeleft{
		justify-content: center;
	}
	.hangyeleft div h1{
		margin-bottom: 30px;
	}
	.inpro{
		padding: 30px 0;
	}
	.inprodvbt h1{
		font-size: 24px;
		line-height: 35px;
		text-align: center;
	}
	.inprodvbt p{
		font-size: 24px;
		text-align: center;
		margin-bottom: 15px;
	}
	.thumbs{
		width: 100%;
	}
	.inprolist{
		margin-top: 15px;
	}
	.inprolist ul {
		flex-wrap: wrap;
	}
	.inprolist ul li{
		width: 42%;
	}
	.inhy{
		display: block;
	}
	.inhytop{
		width: 100%;
		height: 185px;
		margin-bottom: 10px;

		overflow: hidden;
	}
	.inhytop div span{
		margin-bottom: 10px;
	}
	.inhytop div h1{
		font-size: 20px;
	}
	.inhy2 .inhytop{
		width: 100%;
		margin: 0;
		margin-bottom: 10PX;
	}
	.inabout{
		margin-top: 30px;
		display: block;
		margin-bottom: 15px;
	}
	.inaboutleft{
		width: 100%;
	}
	.inaboutleft h1{
		font-size: 24px;
		text-align: center;
	}
	.inaboutleft h2{
		margin-bottom: 10px;
		text-align: center;
		font-size: 24px;
	}
	.inaboutleft h3{
		font-size: 18px;
		text-align: center;
		margin-bottom: 5px;
	}
	.inaboutleft a{
		width: 120px;
		height: 35px;
		margin: 0 auto;
		margin-top: 20px;
		line-height: 35px;
	}
	.inaboutright{
		width: 100%;
	}
	.inaboutright img{
		width: 100%;
	}
	.inablist ul{
		flex-wrap: wrap;
	}
	.inablist ul li{
		width: calc(50% - 1px);
	}
	.inablist ul li,.inablist ul li a{
		height: 100px;
	}
	.inablist ul li i{
		width: 45px;
		background-size: contain;
	}
	.inablist ul li i img{
		width: 30px;
	}
	.inablist ul li:nth-child(3){
		border-top: 1px solid #e6e6e6;
		border-left: none;
	}
	.inablist ul li:nth-child(4){
		border-top: 1px solid #e6e6e6;
	}
	.inscl{
		margin-top: 15px;
	}
	.insclzd{
		height: 330px;
	}
	.insclzd div{
		top: 20px;
	}
	.insclzd div section{
		width: 100%;
	}
	.insclzd div section h1{
		font-size: 24px;
		text-align: center;
		margin-bottom: 15px;
	}
	.insclzd div section a{
		width: 125px;
		margin: 0 auto;
		margin-top: 20px;
	}
	.inscllist{
		margin-top: 15px;
	}
	.inscllist ul{
		flex-wrap: wrap;
	}
	.inscllist li{
		width: calc(50% - 1px);
		height: 100px;
	}
	.inscllist li img{
		width: 40px;
	}
	.inscllist li:nth-child(3){
		border-top: 1px solid #f2f2f2;
	}
	.inscllist li:nth-child(4){
		border-top: 1px solid #f2f2f2;
	}
	.innews{
		padding-top: 15px;
	}
	.innewsdv{
		display: block;
	}
	.innewsdvleft{
		width: 100%;
		height: 360px;
	}
	.innewsdvleftnr h1 span{
		font-size: 24px;
	}
	.innewsdvleftimg{
		height: 360px;
	}
	.innewsdvleftnr{
		top: 60px;
	}
	.innewsdvright{
		width: 100%;
	}
	.innewslb a{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.innewslb{
		margin-top: 15px;
		width: 100%;
	}
	.innewslbright h1{
		font-size: 20px;
	}
	.innewslbright i{
		width: 120px;
		height: 35px;
		line-height: 35px;
	}
	.innewslbright{
		width: 94%;
	}
	.innewslb2 a{
		flex-direction: column-reverse;
	}
	.innewslbleft{
		width: 100%;
	}
	.bangndv{
		display: block;
	}
	.bangndv h1{
		text-align: center;
		padding-top: 20px;
	}
	.bangndv form{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-top: 15px;
	}
	.bangndv form input{
		line-height: 35px;
		width: 98%;
		padding: 0 1%;
		margin: 0;
		margin-bottom: 10px;

	}
	.bangndv form button{
		height: 40px;
		line-height: 40px;
		margin: 0 ;
		margin-top: 15px;
	}
	.bangndv h1{
		font-size: 22px;
	}
	.foot{
		display: none;
	}
	.wdl{
		display: none;
	}
	.prnavdv{
		width: 95%;
		padding: 2% 2.5%;
	}
	.prnavdv ul li{
		width: 100%;
		margin: 0 1%;
		height: 35px;
		line-height: 35px;
	}
	.prnavdv ul{
		display: flex;justify-content: space-between;
	}
	.prnavdv ul li a{
		font-size: 15px;
		overflow: hidden;
		height: 35px;
		
	}
	.hangye{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.hangyeleft{
		width: 100%;
		margin: 15px auto;
	}
	.hangyeright{
		width: 100%;
	}
	.hangyeright img{
		width: 100%;
	}
	.hangye1{
		flex-direction: column;
	}
	.hangyeleft div h1{
		margin-bottom: 10px;
	}
	.hangyeleft div h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.hangyeleft div p{
		font-size: 14px;
	}
	.aboutdv{
		padding: 30px 0px;
	}
	.abouttop{
		display: block;
	}
	.aboutleft{
		width: 90%;
	}
	.aboutleft div h1{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.aboutleft div section a{
		width: 120px;
		height: 40px;
		line-height: 40px;
		margin: 0% auto;
		margin-top: 15px;
	}
	.aboutright{
		width: 100%;
		margin-top: 10px;
	}
	.aboutright .abr{
		padding: 3%;
		width: 43%;
	}
	.aboutright .abr section p{
		line-height: 25px;
		height: 50px;
		text-align: center;
	}
	.aboutright .abr section i{
		font-size: 32px;
	}
	.abservice{
		padding: 30px 0px;
	}
	.abservicedv h2{
		font-size: 18px;
		font-weight: bold;
	}
	.abservicedv p{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.abservicedvlist ul{
		display: flex;
		flex-wrap: wrap;
	}
	.abservicedvlist ul li{
		width: 48%;
	}
	.abservicedvlist ul li div h3{
		font-size: 18px;
	}
	.abfj{
		height:auto;
		padding: 30px 0px;
		background-size: cover;
	}
	.abfjdv h1{
		font-size: 24px;
		text-align: center;
	}
	.abfjdvlist ul {
		width: 100%;
	}
	.abfjdvlist ul li{
		width: 48%;
	}
	.abfjdvlist ul li img{
		width: 100%;
	}
	.abfjdvlist ul li{

	} 
	.abfjdv p{
		width: 100%;
		font-size: 14px;
	}
	.abfjdv a{
		margin-top: 15px;
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.prolistdv{
		width: 95%;
		padding-top: 10px;
	}
	.proxqdv{
		display: block;
	}
	.proxq{
		padding-top: 10px;
	}
	.proxqdvleft{
		width: 100%;
	}
	.proxqdvright{
		width: 96%;
		padding: 15px 2%;
	}
	.proxqdvright h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.proxqdvright p{
		margin-bottom: 10px;
	}
	.proxqdvright div{
		line-height: 65px;
		font-size: 24px;
	}
	.proxqdvright div img{
		width: 35px;
	}
	.proxqdvright section{
		margin-top: 15px;
	}
	.proxqdvright section a{
		height: 40px;
		line-height: 40px;
	}
	.proxqdvright section a:last-child{
		height: 36px;
		line-height: 36px;
	}
	.cpxq{
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.cpxqbt{
		font-size: 20px;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.lxwm{
		padding: 30px 0px;
		display: block;
	}
	.lxwmdv{
		display: block;
	}
	.lxwmleft{
		width: 90%;
	}
	.lxwmleft h1{
		height: 40px;
		margin-bottom: 10px;
	}
	.lxwmleft h2 span{
		font-size: 24px;
	}
	.lxwmleft h2{
		margin-bottom: 10px;
	}
	.lxwmleft p{
		line-height: 35px;
		height: 35px;
		align-items: center;
	}
	.lxwmleft p img{
		width: 20px;
		height: auto;
	}
	.lxwmright{
		width: 95%;
		padding: 2.5%;
	}
	.lxwmright form input{
		width: 94%;
		line-height: 35px;
		
	}
	.lxwmright form{
		display: block;
	}
	.lxwmright h1{
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.lxwmright form button{
		margin-top: 15px;
		line-height: 40px;
		height: 40px;
	}
	.map{
		margin-top: 15px;
	}
	.htmleaf-container{
		display: block;
	}
	.mfoot{
		display: block;
		height: 45px;
	}
	.mfootdv{
		display: block;
		background-color: #333333;
		height: 45px;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 999;
		left: 0;
	}
	.mfootdv ul{
		display: flex;
		justify-content: space-between;
	}
	.mfootdv ul li {
		width: 100%;
		border-right: 1px solid #1c1b1b;
	}
	.mfootdv ul li a{
		line-height: 45px;
		display: block;
		text-align: center;
		font-size: 14px;
		color: #fff;
	}
	.newslist{
		width: 95%;
		margin:  0px auto;
		padding-top: 20px;
	}
	.newslist ul li{
		width: calc(44% - 2px);
		margin: 1%;
		padding: 2%;
	}
	.newslist ul li span{
		margin-bottom: 15px;
	}
	.newslist ul li p{
		font-size: 16px;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
	}
	.newslist ul li i{
		margin-bottom: 10px;
	}
	.newslist ul li section{
		margin-top: 10px;
		height: 60px;
		overflow: hidden;
	}
	.fy{
		width: 95%;
	}
	.bangn{
		padding-bottom: 20px;
	}
	.bangn,.bangndv{
		height: auto;
	}
	.container{
		padding-top: 20px;
	}
	.article .padding-large{
		padding: 2.5%;
	}
	.article .post h1{
		font-size: 20px;
	}
	.padding-big-bottom{
		padding-bottom: 10px;

	}
	.x2 {
		display: none;
	}
	.inprolist{
		margin-bottom: 15px;

	}.prolist{
		padding-bottom: 30px;
	}
	.innews{
		padding-bottom: 15px;

	}.inprolist ul li section a{
		width: 47%;
	}
	.hangye1 div{
		justify-content: flex-start;
	}
	.thumbs .swiper-slide img{
		width: 60px;
	}
	.inablist ul li section h1{
		font-size: 16px;
	}
	.inablist ul li section p{
		font-size: 12px;
	}
	.inscllist li p{
		font-size: 14px;
	}
	.innewsdvleftnr h1{
		margin-bottom: 15px;
	}
	.innewsdvleftnr p{
		margin-bottom: 25px;

	}
	.innewsdvleft{
		height: auto;
	}
	.abservicedvlist ul li div{
		padding: 5%;
		width: 90%;
	}
	.abservicedvlist ul li div h4{
		height: auto;
		line-height: 25px;
	}
	.pagination li a{
		padding: 6px 10px;
	}
	.prnavdv1 ul{
		flex-wrap: wrap;
	}
	.prnavdv1 ul li{
		width: 30.3%;
		margin: 1%;
	}
	.abservicedvlist ul li section{
		position: relative;
	}
	.abservicedvlist ul li section:after{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.3);
	}
	.zscqlist{
		width: 95%;
		margin: 0 auto;
	}
	.zscq{
		padding: 35px 0px;
	}
	.zscpbt{
		font-size: 24px;
	}
	#contrast a{
		width: 100px;
		height: 30px;
	}
}


/* 内容 begin */
.article{overflow:hidden}
.article .padding-large{padding:30px 50px}
.article .post h1{font-size:28px;font-weight:600;}
.article .post h2{font-size:24px;font-weight:600;margin:10px 0}
.article .post h3{font-size:20px;font-weight:600;margin:10px 0}
.article .post hr{margin:10px 0;height:1px}
.article .post strong{font-size:16px;margin:10px 0}
.article .post table{margin:20px 0}
.article .post table th{background:#daf0fd;color:#fff;border:1px solid #fff}
.article .post table tr.ue-table-interlace-color-single{background:#daf0fd}
.article .post p{font-size:16px;line-height:28px;margin-bottom:10px}
.article .post img{max-width:100%;height: auto !important;}
.article .post a{text-decoration:none;}
.article .post a:hover{color:#333;border-bottom:0 solid #333}
.article .post .text-right{text-align:right}
.article .post ul li{padding:0 0 5px 20px;position:relative;font-size:16px}
.article .post ul li p{line-height:24px}
.article .post ul li:before{content:'';position:absolute;top:8px;left:0;background:#888888;width:7px;height:7px;border-radius:50%}
.article .post ol{padding:10px 0 0 0}
.article .post ol.list-paddingleft-2{position:relative}
.article .post ol li{padding:0;position:relative}
.article .post ol li p{line-height:26px;font-size:16px;color:#888888}
/* 内容 end */