/* 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-Medium.ttf');
}
@font-face
{
	font-family: "Cormorant_Garamond_Medium";
	src:url('../font/CormorantGaramond-Medium.ttf');
}
@font-face
{
	font-family: "Cormorant_Garamond_SemiBold";
	src:url('../font/CormorantGaramond-SemiBold.ttf');
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/Montserrat-Regular.ttf');
}
body {
    font-size: 12px;
}
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 {
	position:fixed;
	top:30;
	width:100%;
	text-align:center;
	z-index:9999;
}
.banner img{
	display: block;
	width: 100%;
}

.htop{
	background-color: #212121;
	height: 40px;
}
.htopdv{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	height: 40px;
	align-items: center;
}
.htopdvleft{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
} 
.htopdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.htopdvright form{
	display: flex;
	justify-content: space-between;
	height: 26px;
	width: 156px;
	padding: 0 12px;
	border: 1px solid #969696;
	border-radius: 50px;
}
.htopdvright form input{
	background-color: transparent;
	border: none;
	line-height: 26px;
	outline: none;
	color: #fff;
	width: 120px;
}
.htopdvright form input::placeholder{
	color: #fff;
}
.htopdvright form button{
	border: none;
	line-height: 26px;
	outline: none;
	background-color: transparent;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.htopdvright section{
	display: flex;
	align-items: center;
	height: 40px;
	margin-left: 15px;
	color: #fff;
}
.htopdvright section iconpark-icon{
	color: #fff;
	font-size: 20px;
	margin-right: 5px;
}
.heads{
	margin-top: 20px;
}
.headsimg{
	display: flex;
	justify-content: center;
	align-items: center;
}
.headnav{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.headnav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.headnav ul li{
	margin: 0 40px;
}
.headnav ul li a{
	line-height: 25px;
	display: block;
	border-bottom: 2px solid #fff;
	font-size: 14px;
	font-family: "Montserrat_Light";
	transition: all 1s;
}
.headnav ul li a:hover{
	line-height: 25px;
	display: block;
	border-bottom: 2px solid #2d2d2d;
}
.headnav ul li.active a{
	line-height: 25px;
	display: block;
	border-bottom: 2px solid #2d2d2d;
}
.overview{
	margin: 100px auto;
	width: 1400px;
}
.overviewbt{
	text-align: center;
	font-family: "Cormorant_Garamond_Medium";
	font-size: 48px;
	color: #333333;
}
.overviewtxt p{
	margin-top: 30px;
	line-height: 30px;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins";
}
.overviewimg{
	margin-top: 30px;
	width: 100%;
}
.overviewimg img{
	display: block;
	width: 100%;
}
.needit{
	padding: 100px 0px;
	background-color: #f9f5f2;
}
.needitbt{
	text-align: center;
	font-family: "Cormorant_Garamond_Medium";
	font-size: 48px;
	color: #333333;
	margin-bottom: 55px;
}
.needitlist{
	width: 1400px;
	margin: 0 auto;
}
.needitlist ul{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.needitlist ul li {
	width: 23%;
}
.needitlist ul li iconpark-icon{
	display: block;
	width: 110px;
	height: 110px;
	border: 1px solid #575757;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 42px;
	color: #4a4a4a;
	margin: 0 auto;
}
.needitlist ul li h1{
	color: #333333;
	font-size: 18px;
	font-family: "Montserrat_Light";
	text-align: center;
	margin-top: 50px;
}
.needitlist ul li p{
	margin-top: 10px;
    line-height: 25px;
    color: #4c4c4c;
    font-size: 14px;
    font-family: "Poppins";
    text-align: center;
}
.guanggao{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	background: url(../images/beijing_02.jpg) center no-repeat;
	background-attachment: fixed;
}
.guanggao div h1{
	color: #ffffff;
	font-size: 30px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}	
.guanggao div p{
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-family: "Montserrat_Light";
}
.service{
	margin: 80px auto;
	width: 1400px;
}
.servicebt{
	font-family: "Cormorant_Garamond_Medium";
	font-size: 48px;
	text-align: center;
	color: #333333;
}
.servicelist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.servicelist ul li{
	margin: 1%;
	width: 31.3%;
	position: relative;
}
.servicelist ul li div{
	width: 100%;
	overflow: hidden;
}
.servicelist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.servicelist ul li:hover div img{
	transform: scale(1.05);
}
.servicelist ul li section{
	position: absolute;
	bottom: 0;
	width: calc(100% - 60px);
	padding: 15px 30px;
}
.servicelist ul li section h1{
	color: #ffffff;
	font-size: 18px;
	font-family: "Montserrat_Light";
	margin-bottom: 10px;
}
.servicelist ul li section p{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
	line-height: 25px;
	height: 50px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.inproduct{
	width: 100%;
	background-color: #f9f5f2;
	padding: 80px 0px;
}
.inproductbt{
	text-align: center;
	color: #333333;
	font-family: "Cormorant_Garamond_Medium";
	font-size: 48px;
	margin-bottom: 40px;
}
.inproductlist{
	width: 1400px;
	margin: 0 auto;
}
.inproductlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.inproductlist ul li{
	width: 31.3%;
	margin: 1%;
}
.inproductlist ul li div{
	width: 100%;
	display: block;
	overflow: hidden;
}
.inproductlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.inproductlist ul li:hover div img{
	transform: scale(1.05);
}
.inproductlist ul li h1{
	color: #333333;
	font-size: 14px;
	font-family: "Montserrat_Light";
	text-align: center;
	margin-top: 15px;
} 
.lnews{
	margin: 90px auto;
	width: 1400px;
}
.inproductbt{
	margin-bottom: ;
}
.xwlist ul{
	display: flex;
	justify-content: space-between;
}
.xwlist ul li{
	width: 32%;
	border-radius: 15px;
}
.xwlist ul li div{
	display: block;
	width: 100%;
	overflow: hidden;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.xwlist ul li img{
	width: 100%;
	transition: all .5s;
	display: block;
}
.xwlist ul li:hover div img{
	transform: scale(1.05);
}
.xwlist ul li section{
	padding: 30px;
	box-shadow: 0px 0px 15px #cfcfcf;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.xwlist ul li section h1{
	color: #4c4c4c;
	font-size: 20px;
	font-family: "Montserrat_Light";
	margin-bottom: 15px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height: 25px;
}
.xwlist ul li section p{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 15px;
	color: #999999;
	font-family: "Montserrat_Light";
	overflow:hidden;

	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2; 
}
.xwlist ul li section iconpark-icon{
	font-size: 24px;
	color: #000000;
	margin-top: 15px;
}
.foot{
	width: 100%;
	border-top: 1px solid #e5e5e5;
	padding-top: 65px;
	padding-bottom: 65px;
}
.footdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 290px;
}
.footdvleft img{
	display: block;
}
.footdvleft p{
	margin-top: 15px;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.footdvleft section{
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}
.footdvleft section img{
	display: block;
}
.footdvleft section a{
	margin-right: 20px;
}
.footdvright{
	width: 75%;
	display: flex;
	justify-content: space-between;
} 
.footdvright dl dt{
	color: #333333;
	font-size: 18px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 20px;
}
.footdvright dl:first-child{
	width: 450px;
}
.footdvright dl dt a{
	border-bottom: 1px solid #333333;
	font-size: 18px;
	font-family: "Montserrat";
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 18px;
}
.footdvright dl dd {
	margin-top: 5px;
	color: #666666;
	font-size: 14px;
	font-family: "Montserrat_Light";
	line-height: 30px;
	display: block;
}
.footdvright dl dd a{
	color: #666666;
	font-size: 14px;
	font-family: "Montserrat_Light";
	line-height: 30px;
	display: block;
	transform: translateX(0);
	transition: all .5s;
}
.footdvright dl dd a:hover{
	color: #333;
	transform: translateX(-10px);
}
.footdvright div{
	width: 120px;
}
.footdvright div img{
	display: block;
	width: 100%;
}
.footdvright h1{
	text-align: center;
	margin-top: 15px;
	color: #666666;
	font-size: 14px;
}
.wdl{
	width: 100%;
	border-top: 1px solid #e6e6e6;
	height: 70px;
}
.wdldv{
	width: 1400px;
	margin: 0 auto;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wdldv p{
	color: #666666;
	font-size: 14px;
}
.wdldv p a{
	color: #666666;
	font-size: 14px;
}
.about{
	margin: 90px auto;
	width: 1400px;
}
.about h1{
	color: #333333;
	font-size: 48px;
	font-family: "Cormorant_Garamond_Medium";
	margin-bottom: 30px;
}
.about p{
	color: #4c4c4c;
	font-size: 14px;
	line-height:30px;
	font-family: "Poppins";
	font-size: 14px;
	margin-bottom: 20px;
}
.about p i{
	font-weight: bold;
}
.about dl dt{
	font-size: 16px;
	color: #4c4c4c;
	line-height:30px;
	font-family: "Poppins";
	font-weight: bold;
	margin-bottom: 20px;
}
.about h3,.about h2{
	color: #4c4c4c;
    font-size: 18px;
    line-height: 30px;
    font-family: "Poppins";
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
.about dl dd{
	color: #4c4c4c;
	font-size: 14px;
	line-height:30px;
	font-family: "Poppins";
	font-size: 14px;
	margin-bottom: 20px;
}
.about dl dd i{
	font-weight: bold;
}
.about dl dd span{
	font-weight: normal;
}
.about p em{
	font-weight: bold;
	font-size: 24px;
	font-family: "Poppins";
	color: #2068bc;
}
.about img{
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.shownav{
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}
.shownav ul{
	display: flex;
	justify-content: flex-start;
	width: 1400px;
	margin: 0 auto;
}
.shownav ul li{
	margin-right: 95px;
}
.shownav ul li a{
	display: block;
	height: 70px;
	line-height: 70px;
	border-bottom: 2px solid #fff;
	color: #4c4c4c;
	font-size: 18px;
	font-family: "Poppins";
	text-transform: uppercase;
	transition: all .5s;
}
.shownav ul li a:hover{
	border-bottom: 2px solid #333333;
}
.shownav ul li.active a{
	border-bottom: 2px solid #333333;
}
.touch{
	width: 1400px;
	margin: 90px auto ;
}
.touchbt h1{
	color: #333333;
	font-size: 48px;
	font-family: "Cormorant_Garamond_Medium";
	margin-bottom: 20px;
	text-align: center;
}
.touchbt p{
	text-align: center;
	margin-bottom: 35px;
	color: #4c4c4c;
	font-family: "Poppins";
	font-size: 14px;
}
.touchlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.touchlist ul li{
	width: 39%;
	padding: 0 5%;
	margin: 0.5%;
	height: 265px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #f9f5f2;
}
.touchlist ul li iconpark-icon {
	display: block;
	width: 110px;
	height: 110px;
	border: 1px solid #9a9897;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 48px;
	color: #7f7e7d;
	margin-right: 35px;
}
.touchlist ul li section{
	width: 75%;
}
.touchlist ul li section h1{
	color: #323333;
	font-size: 24px;
	font-family: "Poppins Medium";
	text-transform: uppercase;
	margin-bottom: 5px;
}
.touchlist ul li section p{
	color: #666666;
	font-size: 14px;
	font-family: 'Arial';
	line-height: 25px;
}
.messags{
	width: 1400px;
	margin: 90px auto;
}
.messagsdv form div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.messagsdv form div h1{
	width: 150px;
	color: #333333;
	font-size: 16px;
	font-family:"Montserrat_Light" ;
}
.messagsdv form div input{
	width: 85%;
	height: 50px;
	padding: 0 2%;
	background-color: #f9f5f2;
	border: none;
	margin-top: 15px;
	outline: none;
	color: #333333;
	font-size: 16px;
	font-family:"Montserrat_Light" ;
}
.messagsdv button{
	width: 200px;
	height: 50px;
	background-color: #262626;
	border: none;
	color: #ffffff;
	font-size: 16px;
	margin-left: 150px;
	font-family:"Montserrat_Light" ;
	margin-top: 40px;
}
.newsall{
	margin: 90px auto;
	width: 1400px;
	display: flex;
	justify-content: space-between;
}
.newslist{
	width: 70%;
}
.newstj{
	width: 25%;
}
.newsbt{
	color: #333333;
	font-size: 48px;
	font-family:"Cormorant_Garamond_Medium" ;
	margin-bottom: 45px;
}
.newslb ul li{
	margin-bottom: 40px;
}
.newslb ul li a{
	display: flex;
	justify-content: flex-start;
}
.newsimg{
	width: 32%;
}
.newsimg img{
	display: block;
	width: 100%;
}
.newstxt{
	width: 60%;
	padding: 0 4%;
	box-shadow: 0px 0px 0px #d7d5d5;
	transition: all 0.5S;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.newslb ul li:hover .newstxt{
	box-shadow: 0px 0px 15px #d7d5d5
}
.newstxt h1{
	color: #4c4c4c;
	font-size: 20px;
	font-family: "Montserrat_Light";
}
.newstxt h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #4c4c4c;
	font-size: 12px;
	font-family: "Montserrat_Light";
}
.newstxt h2 iconpark-icon{
	display: block;
	font-size: 20px;
	margin-top: 5px;
	margin-right: 10px;
}
.newstxt p{
	line-height: 25px;
	color: #999999;
	font-size: 14px;
	font-family: "Montserrat_Light";
}
.newstxt iconpark-icon{
	margin-top: 10px;
	font-size: 22px;
}
.newstj form{
	display: flex;
	justify-content: space-between;
	background-color: #f9f5f2;
	padding: 0 30px;
	height: 35px;
}
.newstj form input{
	border: none;
	background-color: transparent;
	line-height: 35px;
	color: #999999;
	font-size: 14px;
	font-family: "Montserrat_Light";
	outline: none;
}
.newstj form button{
	border: none;
	background-color: transparent;
	line-height: 35px;
	color: #999999;
	font-size: 14px;
	font-family: "Montserrat_Light";
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newstj form button iconpark-icon{
	font-size: 22px;
}
.tjnews{
	margin-top: 30px;
}
.tjnewsbt{
	margin-bottom: 15px;
	color: #4c4c4c;
	font-size: 20px;
	font-family: "Montserrat_Light";
}
.tjnewslist ul li{
	line-height: 30px;
}
.tjnewslist ul li a{
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Montserrat_Light";
}
.shownews{
	width: 70%;
}
.shownewsbt h1{
	color: #4c4c4c;
	font-size: 24px;
	font-family: "Poppins Light";
}
.shownewsbt h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.shownewsbt h2 iconpark-icon{
	font-size: 20px;
	margin-top: 4px;
	display: block;
	margin-right: 5px;
}
.shownewsbt h2 i{
	display: block;
	font-size: 12px;
	color: #4c4c4c;
	font-family: "Montserrat_Light";
}
.shownewstxt{
	margin-top: 30px;
}
.shownewstxt img{
	max-width: 100%;
}
.prolist{
	padding: 80px 0px;
	background-color: #f9f5f2;
}
.prolistdv{
	width: 1400px;
	margin: 0 auto;
}
.prolistdvbt {
	color: #333333;
	font-size: 48px;
	font-family: "Cormorant_Garamond_Medium";
	margin-bottom: 50px;
}
.prolistdvbt p{
	color: #4c4c4c;
    font-size: 14px;
    line-height: 30px;
    font-family: "Poppins";
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.showpro{
	padding:100px 0px ;
	background-color: #f9f5f2;
}
.showprodv{
	width: 1400px;
	margin: 0 auto;
}

.cpxq{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cpxqleft{
	width: 48%;
}
.cpxqleft img{
	display: block;
	width: 100%;
}
.cpxqright{
	width: 40%;
}
.cpxqright div h1{
	color: #333333;
	font-size: 36px;
	font-family: "Montserrat_Light";
	margin-bottom: 10px;
}
.cpxqright div h2{
	color: #333333;
	font-size: 16px;
	font-family: "Montserrat_Light";
	margin-bottom: 50px;
}
.cpxqright div p{
	color: #666666;
	font-size: 14px;
	font-family: "Montserrat_Light";
	line-height: 30px;
}
.cpxqright div section{
	display: flex;
	justify-content: flex-start;
}
.cpxqright div section a{
	width: 160px;
	height: 40px;
	margin-top: 70px;
	border: 1px solid #333333;
	border-radius: 50px;
	margin-right: 20px;
	text-align: center;
	line-height: 40px;
	color: #333333;
	font-size: 14px;
	font-family: "Montserrat_Light";
	transition: all .5s;
}
.cpxqright div section a:hover{
	background-color: #333333;
	color: #fff;
}
.cpxq{
	margin-bottom: 90px;
}
.cpnrbt{
	border-top: 1px solid #d9d5d2;
	height: 70px;
	border-bottom: 1px solid #d9d5d2;
	text-align: center;
	line-height: 70px;
	color: #333333;
	font-size: 30px;
	font-family: "Cormorant_Garamond_Medium";
}
.cpnrtxt{
	padding: 30px 0px;
}
.related{
	margin-top: 30px;
}
.cpnrtxt img{
	max-width: 100%;
}
.related .inproductlist ul{
	margin-top: 30px;
}
.related .inproductlist ul li{
	width: 24%;
	margin: 1.3%;
	margin-left: 0;
}
.related .inproductlist ul li:last-child{
	margin-right: 0;
}
.serviceall{
	background-color: #fff;
}
.serviceall .cpnrbt{
	background-color: #f9f5f2;
	border: none;
}
.servicewz{
	width: 1400px;
	margin: 0 auto;
}
.servicewz{
	width: 1400px;
	margin: 85px auto;
}
.servicewzh1 h1{
	color: #333333;
	font-size: 48px;
	font-family: "Cormorant_Garamond_Medium";
	margin-bottom: 35px;
}
.servicewzh1 p{
	line-height: 30px;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins";
	margin-bottom: 30px;
}
.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;
}
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 90%;
    height: 100%;
    left: 5%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	margin: 0 auto;
}
.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 72px;
	margin-bottom: 35px;
	text-align: center;
	font-family: "Cormorant_Garamond_SemiBold";
}
.bannersasg  .swiper-slide section h4{
	font-size: 20px;
	font-family: "Montserrat_Light";
	color: #ffffff;
/* 	max-width: 800px; */
	text-align: center;
	line-height: 30px;
}
.bannersasg .swiper-pagination-bullet{
	height: 7px;
	width: 7px;
}
.bannersasg .swiper-pagination-bullet-active{
	width: 30px;
	border-radius: 30px;
}
.nrbanner{
	position: relative;
	z-index: 66;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 90%;
	left: 5%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width: 95%;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 48px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-family: "Cormorant_Garamond_SemiBold";
}
.htop{
	position: fixed;
}
.heads{
	background-color: #fff;
	transition: all .5s;
	margin-top: 40px;
}
.headsimg{
	padding-top: 15px;
}
.headnav{
	margin-bottom: 0;
	padding-bottom: 5px;
}
.headall{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top:0px;
    padding-top: 10px;
    z-index: 99;
}
.headsimg img{
	height: 75px;
}
.headsimg img,.headnav{
	transition: all .5s;
}
.headall .headsimg{
	padding-top: 0px;
}
.headall .headsimg img{
	height: 50px;
}
.headall .headnav{
	margin-top: 10px;
	margin-bottom: 3px;
}
.headall .headnav{
	margin-bottom: 0px;
}
.heasg{
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.htop{
	width: 100%;
}
.headnav ul{
	justify-content: space-between;
}
.bbtop{
	height: 157px;
}
.bbtop{
	transition: all .5s;
}
.needitlist ul li iconpark-icon{
	transition: all .5s;
	transform: rotateY(0deg);
}
.needitlist ul li:hover iconpark-icon{
	transform: rotateY(180deg);
	background-color: #575757;
	color: #fff;
}
.servicelist ul li section{
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}
.headnav ul li{
	position: relative;
}
.headnav ul li dl{
	position: absolute;
	display: none;
	background-color: #fff;
	padding: 5px 15px;
	left: -15px;
	top: 27px;
	width: 150px;
}
.headnav ul li:hover dl{
	display: block;
}
.headnav ul li dl dd a{
	line-height: 35px;
}
.headnav ul li dl dd a:hover{
	line-height: 35px;
}
.headnav ul li.active  dl dd a{
	line-height: 35px;
	border-bottom: 2px solid #fff;
}
.headnav ul li  dl dd a:hover{
	line-height: 35px;
	border-bottom: 2px solid #2d2d2d;
}

.showcpleft{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.showcpleft #gallery2{
	width: 505px;
	margin: 0;
}
.showcpleft #gallery2 img{
	display: block;
	width: 100%;
}

.showcpleft #thumbs2{
	width: 100%;
	margin: 0;
	width: 108px;
    height: 385px;
    margin-left: 20px;
}
.showcpleft #thumbs2 img{
	display: block;
	width: 100%;
}




@media only screen and (min-width: 1201px) and (max-width: 1499px){
	.htopdv{
		width: 95%;
		margin: 0 auto;
	}
	.overview{
		width: 95%;
	}
	.needitlist{
		width: 95%;
	}
	.service{
		width: 95%;
	}
	.inproductlist{
		width: 95%;
	}
	.lnews{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright{
		width: 70%;
	}
	.wdldv{
		width: 95%;
	}
	.about{
		width: 95%;
	}
	.shownav ul{
		width: 95%;
	}
	.touch{
		width: 95%;
	}
	.messags{
		width: 95%;
	}
	.newsall{
		width: 95%;
	}
	.newstxt p{
		height: 50px;
		overflow: hidden;
	}
	.newsall{
		width: 95%;
	}
	.prolistdv{
		width: 95%;
	}
	.showprodv{
		width: 95%;
	}
	.servicewz{
		width: 95%;
	}
	.showcpleft #gallery2{
		width: 444px;
	}
	.showcpleft #thumbs2{
		height:340px;
		width: 95px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px){
	.htopdv{
		width: 95%;
		margin: 0 auto;
	}
	.overview{
		width: 95%;
	}
	.needitlist{
		width: 95%;
	}
	.service{
		width: 95%;
	}
	.inproductlist{
		width: 95%;
	}
	.lnews{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright{
		width: 70%;
	}
	.wdldv{
		width: 95%;
	}
	.about{
		width: 95%;
	}
	.shownav ul{
		width: 95%;
	}
	.touch{
		width: 95%;
	}
	.messags{
		width: 95%;
	}
	.newsall{
		width: 95%;
	}
	.newstxt p{
		height: 50px;
		overflow: hidden;
	}
	.newsall{
		width: 95%;
	}
	.prolistdv{
		width: 95%;
	}
	.showprodv{
		width: 95%;
	}
	.servicewz{
		width: 95%;
	}
	.footdvright dl:first-child{
		width: 300px;
	}
	.footdvright{
		width: 65%;
	}
	.newstxt iconpark-icon{
		display: none;
	}
	.cpxqright{
		width: 46%;
	}
	.showcpleft #thumbs2{
		height: 270px;
		width: 75px;
	}
	.showcpleft #gallery2{
		width: 354px;

	}
}
@media screen and (max-width: 999px){
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.heads{
		display: none;
	}
	.htop{
		height: auto;
	}
	.htopdv{
		width: 95%;
		display: block;
		height: auto;
	}
	.htopdvleft{
		display: none;
	}
	.overview{
		width: 95%;
		margin: 30px auto;
	}
	.overviewbt{
		font-size: 24px;
	}
	.overviewtxt p{
		font-size: 13px;
		margin-top: 15px;
	}
	.overviewimg{
		margin-top: 15px;
	}
	.needit{
		padding: 30px 0;
		padding-bottom: 15px;
	}
	.needitbt{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.needitlist{
		width: 95%;
	}
	.needitlist ul{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.needitlist ul li{
		width: 48%;
	}
	.needitlist ul li iconpark-icon{
		width: 50px;
		height: 50px;
		font-size: 24px;
	}
	.needitlist ul li h1{
		margin-top: 15px;
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.guanggao div h1{
		font-size: 18px;
	}
	.guanggao div{
		width: 95%;
	}
	.guanggao{
		height: auto;
		padding: 30px 0px;
	}
	.guanggao div p{
		font-size: 13px;
	}
	.service{
		margin: 30px auto;
		width: 95%;
	}
	.servicebt{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.servicelist ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.servicelist ul li{
		width: 48%;
	}
	.servicelist ul li:last-child{
		display: none;
	}
	.servicelist ul li section{
		padding: 5%;
		width: 90%;
	}
	.servicelist ul li section h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.servicelist ul li section p{
		overflow: hidden;
		font-size: 13px;
		height: 40px;
		line-height: 20px;
	}
	.inproduct{
		padding: 30px 0;
	}
	.inproductbt{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.inproductlist{
		width: 97%;
	}
	.inproductlist ul li{
		width: 48%;
		margin-bottom: 10px;
	}
	.inproductlist ul li:last-child{
		display: none;
	}
	.lnews{
		width: 95%;
		margin: 20px auto;
	}
	.xwlist ul{
		display: block;
	}
	.xwlist ul li{
		width: 100%;
	}
	.foot{
		display: none;
	}
	.wdl{
		display: none;
	}
	.xwlist ul li{
		margin-bottom: 15px;
	}
	.xwlist ul li section{
		padding: 5%;
	}
	.xwlist ul li section h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.xwlist ul li section p{
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}
	.xwlist ul li section iconpark-icon{
		display: none;
	}
	.about{
		width: 95%;
		margin: 30px auto;
	}
	.about h1{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.about p{
		font-size: 13px;
	}
	.shownav ul{
		width: 95%;
	}
	.shownav ul li a{
		line-height: 45px;
		height: 45px;
		font-size: 16px;
	}
	.shownav ul li{
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.touch{
		width: 95%;
		margin: 30px auto;
	}
	.touchbt h1{
		font-size: 24px;
	}
	.touchbt p{
		font-size: 13px;
	}
	.touchlist ul li{
		width: 90%;
		padding: 20px 5%;
		height: auto;
	}
	.touchlist ul li iconpark-icon{
		width: 60px;
		height: 60px;
		font-size: 24px;
	}
	.touchlist ul li section h1{
		font-size: 18px;
	}
	.touchlist ul li section p{
		line-height: 25px;
		font-size: 13px;
	}
	.messags{
		width: 95%;
		margin: 30px auto;
	}
	.messagsdv form div h1{
		display: none;
	}
	.messagsdv form div input{
		width: 94%;
		margin-top: 10px;
		padding: 0 3%;
		font-size: 14px;
		height: 40px;
	}
	.touchbt p{
		margin-bottom: 15px;
	}
	.messagsdv button{
		width: 170px;
		display: block;
		height: 40px;
		margin: 0 auto; 
		font-size: 14px;
		margin-top: 15px;
	}
	.newsall{
		width: 95%;
		margin: 30px auto;
	}
	.newstj{
		display: none;
	}
	.newslist{
		width: 100%;
	}
	.newsbt{
		font-size: 24px;
		text-align: center;
		margin-bottom: 25px;
	}
	.newslb ul li a{
		display: block;
	}
	.newsimg{
		width: 100%;
	}
	.newstxt{
		width: 90%;
		padding: 5%;
	}
	.newstxt h1{
		font-size: 18px;
	}
	.newstxt iconpark-icon{
		display: none;
	}
	.newstxt p{
		height: 50px;
		line-height: 25px;
		font-size: 13px;
		overflow: hidden;
	}
	.newslb ul li{
		margin-bottom: 15px;
	}
	.newstxt{
		box-shadow: 0px 0px 15px #dcdcdc;
	}
	.shownews{
		width: 100%;
	}
	.shownewsbt h1{
		font-size: 18px;
	}
	.shownav ul{
		width: 100%;
	}
	.shownav ul li{
		padding: 0 8px;
	}
	.prolistdv{
		width: 100%;
	}
	.prolist{
		padding: 30px 0px;
	}
	.prolistdvbt{
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}
	.showpro{
		padding: 30px 0px;
	}
	.showprodv{
		width: 95%;
	}
	.cpxq{
		display: block;
	}
	.cpxqleft{
		width: 100%;
	}
	.cpxqright{
		width: 100%;
		margin-top: 15px;
	}
	.cpxqright div h1{
		font-size: 20px;
	}
	.cpxqright div h2{
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.cpxqright div p{
		font-size: 13px;
		line-height: 25px;
	}
	.cpxqright div section a{
		margin-top: 20px;
		margin-right: 0;
		width: 48%;
	}
	.cpxqright div section{
		display: flex;
		justify-content: space-between;
	}
	.cpxq{
		margin-bottom: 30px;
	}
	.cpnrbt{
		font-size: 20px;
		height: 40px;
		line-height: 40px;
	}
	.related .inproductlist ul li{
		width: 48%;
		margin-top: 10px;
	}
	.related .inproductlist ul{
		margin-top: 15px;
	}
	.related .inproductlist{
		width: 100%;
	}
	.cpnrtxt{
		padding-bottom: 0;
	}
	.servicewz{
		width: 95%;
		margin: 30px auto;
	}
	.servicewzh1 h1{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.servicewzh1 p{
		margin-bottom: 25px;
		font-size: 13px;
	}
	.touchbt p{
		margin-bottom: 20px;
	}
	.touchlist ul li{
		margin: 5px 0;
	}
	.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: #212121;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #535353;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersasg .swiper-slide div{
		width: 90%;
		left: 5%;
	}
	.bannersasg .swiper-slide section h4{
		width: 100%;
		font-size: 13px;
		line-height: 25px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 28px;
		margin-bottom: 15px;
	}
	.nrbanner img{
		display: block;
		width: 170%;
		margin-left: -35%;
	}
	.nrbanner {
		width: 100%;
		overflow: hidden;
	}
	.nrbanner .btext h2{
		font-size: 24px;
	}
	.mobile-inner-nav{
		z-index: 99;
	}
	.bbtop{
		display: none;
	}
	.heasg{
		display: none;
	}
	.pagination li a{
		padding: 6px 10px;
	}
	.bannersasg .swiper-slide img{
		width: 150%;
		margin-left: -25%;
		max-width: none;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.needitlist ul li p{
		height: 50px;
		overflow:hidden;

		text-overflow:ellipsis;

		display:-webkit-box;

		-webkit-box-orient:vertical;

		-webkit-line-clamp:2;
	}
	.showcpleft{
		width: 100%;display: block;
	}
	.showcpleft #thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.showcpleft #gallery2{
		width: 100%;
	}
	.showcpleft #thumbs2{
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	.showcpleft #thumbs2 .swiper-slide{
		opacity: 0.5;
	}
	.showcpleft #thumbs2 .swiper-slide-thumb-active{
		opacity: 1;
	}
}


