/* 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: "Poppins";
}
@font-face
{
	font-family: "Tungsten_Semibold";
	src:url('../font/TUNGSTEN-SEMIBOLD.OTF');
}
@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: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
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:30;
	width:100%;
	text-align:center;
	z-index:9999;
}
.heads{
	height:100px;
	top: 0px;
	width: 100%;
	left: 0%;
	transition: all .5s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform:translateY(-120px);
	-ms-transform:translateY(-120px);
	-o-transform:translateY(-120px);
	transform:translateY(-120px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
}
.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
	
}
.headdv{
	width: 80%;
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
}
.headdvleft img{
	display: block;
}
.headdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul li{
	line-height: 98px;
	margin: 0 10px;
	border-top: 3px solid transparent;
	padding: 0 10px;
	transition: all .3s;
}
.headdvright ul li a{
	color: #333333;
	font-size: 17px;
	font-family: "Montserrat_Light";
	transition: all .5s;
}
.headdvright ul li:hover{
	border-top: 3px solid #759b4e;
}
.headdvright ul li:hover a{
	color: #333333;
}
.headdvright ul li.active{
	border-top: 3px solid #759b4e;
}
.headdvright ul li.active a{
	color: #333333;
}
.ss img{
	display: block;
}
.yuyan {
	margin-left: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.yuyan span{
	display: block;
	width: 160px;
	height: 34px;
	border:1px solid  #fff;
	border-radius: 5px;
	line-height: 34px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.banners img{
	display: block;
	width: 100%;
}
.ss{
	margin: 0 25px;
}
.ss img{
	display: block;
	width: auto;
}
.dh{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #759b4e;
	font-size: 36px;
	font-family: "Tungsten_Semibold";
}
.dh img{
	display: block;
	margin-right: 5px;
}
.bags{
	width: 80%;
	margin:80px auto ;
}
.bagsbt{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bagsbt h1{
	position: relative;color: #333333;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Poppins';
	text-transform: uppercase;
}
.bagsbt h1::after{
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #759b4e;
	border-radius: 50px;
	position: absolute;
	top: 10px;
	margin-left: 10px;
}
.paperlist ul{
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
	align-items: center;
}
.paperlist ul li a{
	position: relative;
	display: block;
}
.paperlist ul li{
	width: 23%;
	background-image: linear-gradient(#fff, #c3c3c3);
	transition: all 1.5s;
}
.paperlist ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.paperlist ul li div:last-child{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	width: calc(100% - 60px);
}
.paperlist ul li div:last-child h1{
	color: #ffffff;
	font-size: 24px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 5px;
}
.paperlist ul li div:last-child h2{
	width: 120px;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #ffffff;
	align-items: center;
	height: 40px;
	margin-bottom: -2px;
}
.paperlist ul li div:last-child h2{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
	margin-bottom: -2px;
}
.paperlist ul li div:last-child h2 iconpark-icon{
	font-size: 20px;
}
.paperlist ul li div:last-child span{
	font-size: 14px;
    color: #ffffff;
    border-bottom: 2px solid #fff;
    height: 40px;
    line-height: 40px;
    margin-bottom: -2px;
	transition: all 1.5s;
}
.paperlist ul li:hover{
	width: 23%;
	background-image: linear-gradient(#f7f7f7, #95b277);
}
.paperlist ul li:hover img{
	display: block;
	transform: scale(1.1);
}
.paperlist ul li:hover div:last-child span{
	border-bottom: 2px solid #759b4e;
}
.onestop{
	position: relative;
	width: 100%;
	background: url(../images/uage_02.jpg) center no-repeat;
	background-attachment: fixed;
	height: 700px;
}
.onestop img{
	display: block;
	width: 100%;
}
.onestop div{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.onestop div section img{
	display: block;
	width: auto;
	margin: 0 auto;
}
.onestop div section h1{
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	font-family: "Poppins";
	font-weight: bold;
	margin: 30px auto;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.onestop div section p{
	color: #ffffff;
	font-size: 22px;
	font-family: "Poppins";
	width: 800px;
	margin: 0 auto;
	text-align: center;
	line-height: 35px;
}
.onestop div section a{
	display: block;
	width: 260px;
	height: 55px;
	border-radius: 5px;
	background-color: #759b4e;
	line-height: 55px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.chose{
	padding-top: 175px;
	padding-bottom: 90px;
	background-color: #eff4e9;
	background: url(../images/saghhh.png) top center no-repeat;
	margin-top: -65px;
	position: relative;
}
.choselist{
	margin: 0 auto;
	width: 80%;
	margin-top: 50px;
}
.choselist ul{
	display: flex;
	justify-content: space-between;
}
.choselist ul li{
	width: 31%;
}
.choselist ul li iconpark-icon{
	display: flex;
	width: 110px;
	height: 110px;
	border: 1px solid #585958;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #3e3e3e;
	font-size: 42px;
	margin-bottom: 20px;
	transition: all 1s;
}
.choselist ul li:hover  iconpark-icon{
	transform: rotateY(360deg);
	background-color: #759b4e;
	color: #fff;
	border-color:  #759b4e;
}
.choselist ul li h1{
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	text-align: center;
}
.choselist ul li p{
	line-height: 25px;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins";
	margin-top: 15px;
}
.custom{
	background: url(../images/EVER-PACKAGE_02.jpg) center no-repeat;
	padding-top: 80px;
	padding-bottom: 60px;
	background-attachment: fixed;
}
.custom h1{
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	font-family: "Montserrat";
	margin-bottom: 10px;
}
.custom p{
	color: #ffffff;
	font-size: 18px;
	font-family: "Montserrat_Light";
	text-align: center;
}
.Featured{
	padding:100px 0;
	padding-bottom: 80px;
	background-color: #f5f5f5;
}
.Featuredlist{
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
}
.Featuredlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Featuredlist ul li{
	padding: 20px;
	background-color: #fff;
	width: calc(23% - 40px);
	margin: 1%;
	padding-bottom: 0;
}
.Featuredlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.Featuredlist ul li:hover div img{
	transform: scale(1.1);
}
.Featuredlist ul li section h1{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e8e8e8;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
	overflow: hidden;
}
.Featuredlist ul li section h2{
	display: flex;
	justify-content: space-between;
	height: 50px;
	align-items: center;
}
.Featuredlist ul li section h2 span{
	color: #808080;
	font-size: 14px;
	font-family: "Poppins";
}
.Featuredlist ul li section h2 iconpark-icon{
	color: #80a35c;
	font-size: 20px;
}
.abuid{
	background: url(../images/uaigas_02.jpg) center no-repeat;
	padding-top: 145px;
	padding-bottom: 125px;
	background-size: cover;
}
.abuid{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.abuidleft{
	width: 40%;
	padding: 70px 10%;
	background-color: #76a04b;
}
.abuidright{
	width: 40%;
	margin-left: -10%;
}
.abuidright img{
	display: block;
	width: 100%;
}
.abuidleftdvs{
	width: 90%;
}
.abuidleftdvs h1{
	color: #ffffff;
	font-size: 36px;
	font-family: "Poppins";
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
.abuidleftdvs h1::after{
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 50px;
	position: absolute;
	top: 10px;
	margin-left: 10px;
}
.abuidleftdvs h2{
	color: #ffffff;
	font-size: 22px;
	font-family: "Poppins";
}
.abuidleftdvs i{
	display: block;
	width: 40px;
	height: 3px;
	background-color: #ffffff;
	margin-top: 15px;
	margin-bottom: 30px;
}
.abuidleftdvs p{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}
.abuidleftdvs  a{
	width: 140px;
	padding-left: 40px;
	padding-right: 20px;
	height: 50px;
	border: 1px solid #fff;
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 1s;
}
.abuidleftdvs  a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
	text-transform: uppercase;
	transition: all 1s;
}
.abuidleftdvs  a iconpark-icon {
	font-size: 20px;
	color: #fff;
	transition: all 1s;
}
.abuidleftdvs  a:hover{
	background-color: #fff;
}
.abuidleftdvs  a:hover iconpark-icon {
	color: #759b4e;
}
.abuidleftdvs  a:hover  span{
	color: #759b4e;
}
.getnews{
	padding: 90px 0px;
	background-color: #f5f5f5;
}
.getnewlist{
	 width: 80%;
	 margin: 0 auto;
	 margin-top: 50px;
}
.getnewlistleft{
	width: 31%;
	overflow: hidden;
	border-radius: 10px;
}
.getnewlistleft .xiao {
	display: block;
	width: 100%;
	overflow: hidden;
}
.getnewlistleft .xiao img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.getnewlistleft:hover .xiao img{
	transform: scale(1.1);
}
.getnewlistleft .plss{
	padding: 40px;
	width: calc(100% - 80px);
	background-color: #fff;
	transition: all 1s;
}
.getnewlistleft .plss h1{
	color: #333333;
	font-size: 18px;
	font-family: "Montserrat_Light";
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	transition: all 1s;
}
.getnewlistleft .plss p{
	line-height: 30px;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	height: 60px;
	transition: all 1s;
}
.getnewlistleft .plss  section{
	margin-top: 10px;
	border-top: 1px solid #f0f0f0;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 1s;
}
.getnewlistleft .plss section div h2{
	color: #a6a6a6;
	font-size: 34px;
	font-family: "Arial";
	font-weight: bold;
	margin-bottom: 5px;
	transition: all 1s;
}
.getnewlistleft .plss section div h3{
	color: #999999;
	font-size: 14px;
	font-family: "Arial";
	transition: all 1s;
}
.getnewlistleft .plss section iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #e8e8e8;
	font-size: 24px;
	color: #ababab;
	transition: all 1s;
}
.getnewlistleft:hover .plss{
	background-color: #759b4e;
}
.getnewlistleft:hover .plss h1{
	color: #ffffff;
}
.getnewlistleft:hover .plss h2{
	color: #fff;
}
.getnewlistleft:hover .plss h3{
	color: #fff;
}
.getnewlistleft:hover .plss p{
	color: #fff;
}
.getnewlistleft:hover .plss iconpark-icon{
	color: #fff;
}
.getnewlist{
	display: flex;
	justify-content: space-between;
}
.getnewlistcenter{
	width: 31%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.getnewlistcenter .plss{
	padding: 40px;
	width: calc(100% - 80px);
	background-color: #fff;
	transition: all 1s;
	border-radius: 10px;
	overflow: hidden;
}
.getnewlistcenter .plss h1{
	color: #333333;
	font-size: 18px;
	font-family: "Montserrat_Light";
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	transition: all 1s;
}
.getnewlistcenter .plss p{
	line-height: 30px;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	height: 60px;
	transition: all 1s;
}
.getnewlistcenter .plss  section{
	margin-top: 10px;
	border-top: 1px solid #f0f0f0;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 1s;
}
.getnewlistcenter .plss section div h2{
	color: #a6a6a6;
	font-size: 34px;
	font-family: "Arial";
	font-weight: bold;
	margin-bottom: 5px;
	transition: all 1s;
}
.getnewlistcenter .plss section div h3{
	color: #999999;
	font-size: 14px;
	font-family: "Arial";
	transition: all 1s;
}
.getnewlistcenter .plss section iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #e8e8e8;
	font-size: 24px;
	color: #ababab;
	transition: all 1s;
}
.getnewlistcenter .plss:hover {
	background-color: #759b4e;
}
.getnewlistcenter .plss:hover h1{
	color: #ffffff;
}
.getnewlistcenter .plss:hover h2{
	color: #fff;
}
.getnewlistcenter .plss:hover h3{
	color: #fff;
}
.getnewlistcenter .plss:hover p{
	color: #fff;
}
.getnewlistcenter .plss:hover iconpark-icon{
	color: #fff;
}
.getnewlist{
	display: flex;
	justify-content: space-between;
}
.getnewlistright{
	width: 31%;
}
.getnewlistright ul{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.getnewlistright ul li{
	border-radius: 10px;
	overflow: hidden;
}
.getnewlistright ul li a{
	display: flex;
	justify-content: space-between;
}
.getnewlistright ul li .pasleft{
	width: 40%;
	overflow: hidden;
}
.getnewlistright ul li .pasleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.getnewlistright ul li:hover .pasleft img{
	transform: scale(1.1);
}
.getnewlistright ul li .pasright{
	width: calc(60% - 60px);
	padding: 10px 30px;
	background-color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.getnewlistright ul li .pasright h1{
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.getnewlistright ul li .pasright h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.getnewlistright ul li .pasright h2{
	color: #999999;
	font-size: 14px;
	font-family: "Montserrat_Light";
	margin-top: 10px;
}
.getnewlistright ul li .pasright h2 iconpark-icon{
	color: #8aaa68;
	font-size: 14px;
	margin-left: 10px;
}
.foot{
	padding: 60px 0px;
}
.footdv{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdv dl dt a{
	color: #4c4c4c;
	font-size: 18px;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
}
.footdv dl dt{
	margin-bottom: 25px;
}
.footdv dl dd{
	margin-bottom: 15px;
}
.footdv dl dd a{
	color: #808080;
	font-size: 14px;
	font-family: "Montserrat_Light";
}
.footdv h3 a{
	margin-right: 10px;
}
.wdl{
	background-color: #2d2d2d;
	height: 70px;
}
.wdldv{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.wdldv p{
	color: #bfbfbf;
	font-size: 14px;
}
.wdldv p a{
	color: #bfbfbf;
	font-size: 14px;
	font-family: "Montserrat Hairline";
}
.abt{
	padding: 120px 0px;
	background: url(../images/abousat_02.jpg) center no-repeat;
	background-size: cover;
}
.abtdv{
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.abtdvleft h1{
	color: #333333;
	font-size: 36px;
	font-family: "Poppins";
	font-weight: bold;
	margin-bottom: 10px;
} 
.abtdv{
	width: 80%;
	margin: 0 auto;
}
.abtdvleft{
	width: 48%;
}
.abtdvleft h1{
	color: #333333;
	font-size: 36px;
	font-family: 'Poppins';
	font-weight: bold;
	text-transform: uppercase;
}
.abtdvleft p{
	color: #4c4c4c;
	font-size: 15px;
	font-family: 'Poppins';
	line-height: 30px;
}
.abtdvright{
	width: 48%;
	border-radius: 10px;
	overflow: hidden;
	overflow: hidden;
}
.abtdvright img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.abtdvright:hover img{
	transform: scale(1.15);
}
.abtdv2{
	margin-top: 100px;
}
.abtdvleft p{
	margin-top: 15px;
}
.abtdv2{
	flex-direction: row-reverse;
}
.zhengshu{
	background: url(../images/zsbg_02.jpg) center top  no-repeat;
	padding-top: 120px;
	background-color: #f5f5f5;
	padding-bottom: 100px;
}
.zhengshudv{
	width: 80%;
	margin: 0 auto;
}
.zhengshubt h1{
	color: #fff;
	font-family: "Poppins";
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
}
.zhengshubt p{
	color: #ffffff;
	font-size: 16px;
	font-family: "Poppins";
	margin-bottom: 50px;
}
.zhengshulists .swiper-slide div{
	width: 100%;
	transition: all .5s;
	overflow: hidden;
}
.zhengshulists .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.zhengshulists .swiper-slide div img:hover{
	transform: scale(1.1);
}
.zhengshulists .swiper-button-next,.zhengshulists .swiper-button-prev{
	width: 45px;
	height: 45px;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 1s;
}
.zhengshulists .swiper-button-next:hover,.zhengshulists .swiper-button-prev:hover{
	background-color: #759b4e;
}
.zhengshulists .swiper-button-prev,.zhengshulists .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}
.zhengshulists  .swiper-button-next,.zhengshulists  .swiper-rtl .swiper-button-prev{
	right: 0px;
	left: auto;
}
.zhengshulists .swiper-button-next:after,.zhengshulists  .swiper-button-prev:after{
	font-size: 20px;
}
.machines{
	padding-bottom: 120px;
	background-color: #f5f5f5;
	padding-top: 35px;
}
.machinesbt{
	width: 80%;
	margin: 0 auto;
}
.machinesbt{
	color: #333333;
	font-size: 36px;
	font-family: "Poppins";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.machineslist ul {
	width: 82%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
}
.machineslist ul li{
	width: 23%;
	margin: 1%;
	overflow: hidden;
}
.machineslist ul li img{
	display: block;
	width: 100%;
	transition: all 1s; 
}
.machineslist ul li:hover img{
	transform: scale(1.1);
}
.touchs{
	width: 100%;
	padding: 100px 0px;
	background-color: #f7f7f7;
}
.touchsbt h1{
	color: #404040;
	font-size: 30px;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.touchsbt p{
	color: #4c4c4c;
	font-size: 14px;
	text-align: center;
}
.touchlist{
	width: 80%;
	margin: 0 auto;
	margin-top: 60px;
}
.touchlist ul{
	display: flex;
	justify-content: space-between;
}
.touchlist ul li{
	width: 32%;
	background-color: #edeff0;
	padding-top: 60px;
	padding-bottom: 40px;
	transition: all 1s;
}
.touchlist ul li iconpark-icon{
	display: block;
	text-align: center;
	color: #666666;
	font-size: 42px;
	margin-bottom: 10px;
	transition: all 1s;
}
.touchlist ul li h1{
	color: #666666;
	font-size: 18px;
	text-align: center;
	font-family: "Montserrat_Light";
	width: 80%;
	margin: 0 auto;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	transition: all 1s;
}
.touchlist ul li:hover{
	background-color: #759b4e;
}
.touchlist ul li:hover iconpark-icon{
	color: #fff;
}
.touchlist ul li:hover h1{
	color: #fff;
}
.messages{
	background: url(../images/lybg_02.jpg) center no-repeat;
	background-size: cover;
	padding: 85px 0px;
}
.messagesbt h1{
	color: #ffffff;
	font-size: 30px;
	font-family: "Montserrat";
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.messagesbt p{
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
	width: 60%;
	margin: 0 auto;
}
.messages form{
	padding: 40px 60px;
	width: calc(80% - 120px);
	margin: 0 auto;
	background-color: #fff;
	margin-top: 50px;
}
.messages form div {
	display: flex;
	justify-content: space-between;
}
.messages form div input{
	width: calc(32% - 30px);
	padding: 0 15px;
	line-height: 45px;
	border: 1px solid #cccccc;
	outline: none;
}
.messages form textarea{
	margin-top: 25px;
	line-height: 45px;
	border: 1px solid #cccccc;
	padding: 0 15px;
	width: calc(100% - 30px);
	font-family: "微软雅黑";
	outline: none;
}
.messages form button{
	width: 100%;
	border: none;
	display: block;
	height: 50px;
	color: #ffffff;
	font-size: 16px;
	font-family: "Montserrat_Light";
	text-align: center;
	margin-top: 25px;
	background-color: #759b4e;
}
.inquirydv{
	padding-top: 115px;
	padding-bottom: 100px;
	background-color: #f5f5f5;
}
.inquirydvall{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
}
.inquirydvallleft{
	width: 20%;
	padding: 2.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #769c4f;
	position: relative;
}
.inquirydvallleft img{
	display: block;
}
.inquirydvallleft h1{
	color: #ffffff;
	font-size: 40px;
	font-family: "Poppins";
	font-weight: bold;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.inquirydvallleft p{
	color: #ffffff;
	font-size: 15px;
	font-family: "Montserrat_Light";
	line-height: 30px;
}
.inquirydvallright{
	width: 70%;
	background-color: #fff;
	padding: 2.5%;
}
.inquirydvallright form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inquirydvallright form div input{
	width: 27%;
	margin: 1%;
	padding: 0 2%;
	border: none;
	border: 1px solid #e6e6e6;
	height: 50px;
	border-radius: 10px;
	overflow: hidden;
	outline: none;
}
.inquirydvallright form div:nth-child(2) input{
	display: block;
	width: 43.5%;
}
.inquirydvallright form  textarea{
	width: 94%;
	margin: 1%;
	padding: 2%;
	border: none;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	font-family: "微软雅黑";
	line-height: 30px;
	height: 150px;
}
.inquirydvallright form button{
	display: flex;
	width: 140px;
	border: none;
	height: 50px;
	padding: 0 20px;
	justify-content: space-between;
	align-items: center;
	border-radius: 60px;
	background-color: #759b4e;
	margin-left: 1%;
	margin-top: 1%;
}
.inquirydvallright form button span{
	color: #ffffff;
	font-size: 15px;
	line-height: 50px;
	font-family: 'Poppins';
}
.inquirydvallright form button iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 25px;
}
.pro{
	padding-top: 50px;
	padding-bottom: 80px;
	background-color: #f7f7f7;
}
.prodv{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.prodv .prodvleft{
	width: 25%;
}
.prodv .prodvright{
	width: 73%;
}
.prodvright .Featuredlist{
	width: 100%;
	margin-top: 0;
}
.prodvright .Featuredlist ul {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.prodvright .Featuredlist ul li{
	width: calc(31% - 40px);
	margin: 1%;
}
.cpyfwleft {
	width: 100%;
}
.cpyfwleft .fw{
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
.cpyfwleft .fw h1{
	width: 100%;
	height: 60px;
	background-color: #759b4e;
	line-height: 64px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-indent: 1em;
	font-family: "Poppins_Medium";
}
.cpyfwleft .fw dl dd h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f0f0f0;
	padding: 0 20px;
	color: #4c4c4c;
	font-size: 14px;
}
.cpyfwleft .fw dl dd h2 a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 75%;
	height: 55px;
	color: #333333;
	font-size: 16px;
	font-family: "Poppins";
}
.cpyfwleft .fw dl dd h2 iconpark-icon{
	font-size: 16px;
	opacity: 0;
}
.cpyfwleft .fw dl dd:hover h2{
	background-color: #f2f2f2;
}
.cpyfwleft .fw dl dd.active h2{
	background-color: #f2f2f2;
}
.cpyfwleft .fw dl dd:hover h2 iconpark-icon{
	opacity: 1;
}
.cpyfwleft .fw dl dd.active h2 iconpark-icon{
	opacity: 1;
}
.cpyfwleft .fw dl dd ul{
	display: none;
}
.cpyfwleft .fw dl dd.active ul{
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid #ebebeb;
}
.cpyfwleft .fw dl dd.active ul li{
	line-height: 35px;
	text-indent: 3em;
}
.cpyfwleft .fw dl dd.active ul li a{
	color: #666666;
	font-size: 14px;
	font-family: "Poppins";
}
.cpyfwleft .fw dl dd.active ul li a:hover{
	color: #759b4e;
}
.rmtj{
	margin-top: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
.rmtj h1{
	width: 100%;
	height: 60px;
	background-color: #759b4e;
	line-height: 64px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-indent: 1em;
	font-family: "Poppins_Medium";
}
.rmtj ul{
	display: block;
}
.rmtj ul li{
	padding: 15px;
	border-bottom: 1px solid #edeff0;
}
.rmtj ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rmtj ul li a div{
	width: 100px;
}
.rmtj ul li a div img{
	display: block;
	width: 100%;
}
.rmtj ul li a h3{
	color: #333333;
	font-size: 14px;
	width: 60%;
	line-height: 25px;
	font-family: 'Poppins';
}
.rmtj ul li:last-child{
	border-bottom: none;
}
.showproright{
	width: 45%;
}
.showproright {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.showproright h1{
	color: #333333;
	font-size: 28px;
	font-family: 'Poppins_Medium';
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.showpro{
	display: flex;
	justify-content: space-between;
}
.showproleft{
	width: 48%;
}
.showproleft .swiper-slide img{
	display: block;
	width: 100%;
}
.showproleft #thumbs2{
	margin-top: 10px;
}
.showproleft #thumbs2 .swiper-slide div {
	width: calc(100% - 3px);
	overflow: hidden;
	border: 1px solid #fff;
	transition: all 1s;
}
.showproleft #thumbs2 .swiper-slide div img{
	display: block;
	width: 100%;
}
.showproleft #thumbs2 .swiper-slide div:hover{
	border: 1px solid #759b4e;
}
.showproleft #thumbs2 .swiper-slide-thumb-active div{
	border: 1px solid #759b4e;
}
.showproright section p{
	line-height: 30px;
	color: #4c4c4c;
	font-size: 16px;
	font-family: "Poppins";
	margin-bottom: 50px;
}
.showproright h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: "Tungsten_Semibold";
	color: #759b4e;
	font-size: 60px;
}
.showproright h2 img{
	display: block;
	margin-right: 10px;
	width: 52px;
}
.showproright section section{
	display: flex;
	justify-content: flex-start;
	margin-top: 35px;
}
.showproright section section a{
	display: flex;
	justify-content:space-between;
	align-items: center;
	width: 165px;
	height: 50px;
	padding-left: 30px;
	padding-right: 15px;
	background-color: #262626;
	margin-right: 15px;
	transition: all 1s;
}
.showproright section section a span{
	color: #ffffff;
	font-size: 16px;
	font-family: "Segoe UI";
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -3px;
}
.showproright section section a iconpark-icon{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.showproright section section a:hover{
	background-color: #759b4e;
}
.des{
	padding: 20px 3%;
	background-color: #fff;
}
.nerongbt h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 60px;
	color: #333333;
	font-size: 22px;
	font-family: "Montserrat_Light";
	border-bottom: 1px solid #e6e6e6;
}
.nerongbt h1 i{
	display: block;
	width: 3px;
	height: 20px;
	margin-right: 15px;
	background-color:#759b4e;
}
.des{
	margin-top: 35px;
}
.destext {
	width: 100%;
	word-wrap:break-word;
}
.destext img{
	max-width: 100%;
}
.destext td{
	padding: 5px 8px;
}
.newbg{
	background-color: #f7f7f7;
	padding: 60px 0px;
}
.newsdvlist{
	width: 80%;
	margin: 0 auto;
}
.newsdvlist ul li {
	margin: 30px auto;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	transition: all .5s;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #ffffff;
	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: #333333;
	font-size: 20px;
	margin-bottom: 15px;
	transition: all .5s;
	font-family: "Montserrat_Light";
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 14px;
	color: #8a8b8e;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
	transition: all .5s;
	font-family: "Montserrat_Light";
}
.newsdvlist ul li{
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-color: #769d4e;
}
.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: #e9eef6;
}
.newsdvlist ul li:hover  iconpark-icon{
	background-color: #0673c7;
	color: #fff;
	border-color: #fff;
	opacity: 1;
}
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 85%;
	margin: 0 auto;
}
.bannersasg  .swiper-slide section a{
	width: 130px;
    height: 55px;
    display: block;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-top: 80px;
    transition: all .5s;
    color: #fff;
    font-size: 16px;
    padding: 0 30px;
}
.bannersasg  .swiper-slide section a span {
    color: #759b4e;
    font-size: 14px;
    margin-left: 30px;
}
.bannersasg  .swiper-slide section a iconpark-icon {
    display: block;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 24px;
    color: #759b4e;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #759b4e;
	border-color: #759b4e;
}
.bannersasg  .swiper-slide section a:hover span{
	color: #fff;
}
.bannersasg  .swiper-slide section a:hover iconpark-icon{
	color: #fff;
}
.bannersasg .swiper-pagination-bullet{
	height: 8px;
	width: 8px;
}
.bannersasg .swiper-pagination-bullet-active{
	width: 40px;
	border-radius: 50px;
}
.bannersasg .swiper-slide section h2{
	color: #333333;
	font-size: 64px;
	font-family: "Poppins";
	font-weight: bold;
	text-transform: uppercase;
	line-height: 75px;
	margin-bottom: 20px;
}
.bannersasg .swiper-slide section h4{
	color: #4c4c4c;
	font-size: 18px;
	font-family: "Poppins";
	line-height: 30px;
	width: 550px;
}

.bannersasg {
	width: 100%;
}
.bannersasg a{
	display: block;
	justify-content: space-between;
	border: 1px solid #759b4e;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 3;
}
.btext {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
}
.btext div{
	width: 80%;
	margin: 0 auto;
}
.btext h3 {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    height: 180px;
    background: url(../images/aboutbg_03.png) left no-repeat;
    line-height: 180px;
    text-indent: 30px;
    font-family: "Poppins";
    text-transform: uppercase;
}
.btext p{
	color: #ffffff;
	font-size:100px;
	font-family: "Impact";
	text-align: center;
	opacity: 0.2;
	margin-top: -55px;
}
.btext i{
	display: block;
	width: 40px;
	height: 3px;
	background-color: #fff;
	margin: 0 auto;
}
.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
@media only screen and (min-width: 1201px) and (max-width: 1500px){
	.headdv{
		width: 95%;
	}
	.bags{
		width: 95%;
	}
	.headdvright ul li{
		margin: 0 5px;
	}
	.paperlist ul li{
		width: 23%;
	}
	.paperlist ul li section h1{
		font-size: 20px;
	}
	.onestop div section h1{
		margin: 10px auto;
	}
	.onestop div section a{
		margin-top: 15px;
	}
	.choselist{
		width: 95%;
	}
	.Featuredlist{
		width: 95%;
	}
	.abuidleft{
		padding: 30px 2.5%;
	}
	.abuidright{
		width: 55%;
		margin-left: -2.5%;
	}
	.getnewlist{
		width: 95%;
	}
	.getnewlistcenter .plss{
		padding: 20px;
	}
	.getnewlistcenter .plss{
	    width: calc(100% - 40px);
	}
	.getnewlistright ul li .pasleft{
		width: 45%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.abtdv{
		width: 95%;
	}
	.zhengshudv{
		width: 95%;
	}
	.machinesbt{
		width: 95%;
	}
	.machineslist ul{
		width: 97%;
	}
	.inquirydvall{
		width: 95%;
	}
	.prodv{
		width: 95%;
	}
	.showproright section{
		width: 100%;
	}
	.showproright h2{
		font-size: 48px;
	}
	.touchlist{
		width: 95%;
		margin: 0 auto;
	}
	.messages form{
		width: 90%;
	}

}
@media only screen and (min-width: 1000px) and (max-width: 1200px){
	.headdv{
		width: 95%;
	}
	.bags{
		width: 95%;
	}
	.headdvright ul li{
		margin: 0 5px;
	}
	.paperlist ul li{
		width: 22%;
	}
	.paperlist ul li section h1{
		font-size: 20px;
	}
	.onestop div section h1{
		margin: 10px auto;
	}
	.onestop div section a{
		margin-top: 15px;
	}
	.choselist{
		width: 95%;
	}
	.Featuredlist{
		width: 95%;
	}
	.abuidleft{
		padding: 30px 2.5%;
	}
	.abuidright{
		width: 55%;
		margin-left: -2.5%;
	}
	.getnewlist{
		width: 95%;
	}
	.getnewlistcenter .plss{
		padding: 20px;
	}
	.getnewlistcenter .plss{
	    width: calc(100% - 40px);
	}
	.getnewlistright ul li .pasleft{
		width: 45%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.abtdv{
		width: 95%;
	}
	.zhengshudv{
		width: 95%;
	}
	.machinesbt{
		width: 95%;
	}
	.machineslist ul{
		width: 97%;
	}
	.inquirydvall{
		width: 95%;
	}
	.prodv{
		width: 95%;
	}
	.showproright section{
		width: 100%;
	}
	.showproright h2{
		font-size: 48px;
	}
	.touchlist{
		width: 95%;
		margin: 0 auto;
	}
	.messages form{
		width: 90%;
	}
	.inquirydvallleft h1{
		font-size: 30px;
	}
	.showproright h2{
		font-size: 36px;
	}
	.showproright section section a{
		padding-left: 20px;
	}
	.headdvright ul li{
		padding: 0 3px;
	}
	.headdvright ul li{
		margin:  0 3px;
	}
	.touchlist{
		margin-top: 20px;
	}
	.headdvright ul li a{
		font-size: 15px;
	}
	.paperlist ul li section{
		padding: 5%;
		width: 90%;
	}
	.paperlist ul li section h1{
		font-size: 18px;
	}
}
@media screen and (max-width: 999px){
	.heads {
		display: none;
	}
	.htmleaf-container{
		height: 50px;
		display: block;
	}
	.bags{
		width: 95%;
		margin: 30px auto;
	}
	.bagsbt h1{
		font-size: 22px;
	}
	.bagsbt h1::after{
		width: 3px;
		top: 7px;
		height: 3px;
	}
	.paperlist ul{
		margin: 15px auto;
		flex-wrap: wrap;
	}
	.paperlist ul li{
		width: 48%;
		margin: 1%;
	}
	.paperlist ul li section{
		padding: 5%;
		width: 90%;
	}
	.paperlist ul li section h1{
		font-size: 14px;
	}
	.paperlist ul li section h2{
		font-size: 12px;
		height: 30px;
	}
	.paperlist ul li section span{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.paperlist ul li section h2 iconpark-icon{
		font-size: 16px;
	}
	.paperlist ul li section h2{
		width: 100%;
	}
	.paperlist ul li:hover{
		width: 48%;
	}
	.onestop{
		padding: 20px 0px;
		background:url(../images/uage_02.jpg) center no-repeat;
		background-size: cover;
	}
	.onestop img{
		display: none;
	}
	.onestop div section img{
		width: 35px;
		display: block;
	}
	.onestop div section h1{
		font-size: 20px;
		margin: 10px auto;
		margin-bottom: 0px;
	}
	.onestop div section p{
		width: 95%;
		text-align: center;
		font-size: 14px;
		line-height: 25px;
	}
	.onestop div section a{
		width: 160px;
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
		font-size: 12px;
	}
	.onestop div{
		position: inherit;
	}
	.chose{
		padding: 20px 0px;
	}
	.choselist{
		width: 95%;
		margin-top: 15px;
	}
	.choselist ul{
		display: block;
	}
	.choselist ul li{
		width: 100%;
	}
	.choselist ul li iconpark-icon{
		width: 45px;
		height: 45px;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.choselist ul li h1{
		font-size: 16px;
	}
	.choselist ul li p{
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.custom{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.custom h1{
		font-size: 17px;
	}
	.custom p{
		font-size: 14px;
	}
	.Featured{
		padding: 30px 0px;
	}
	.Featuredlist{
		width: 95%;
		margin-top: 15px;
	}
	.Featuredlist ul li{
		width: 42%;
		padding: 3%;
		padding-bottom: 0;
	}
	.Featuredlist ul li section h1{
		font-size: 13px;
		height: 40px;
		line-height: 40px;
	}
	.Featuredlist ul li section h2{
		height: 40px;
	}
	.Featuredlist ul li section h2 span{
		font-size: 12px;
	}
	.Featuredlist ul li section h2 iconpark-icon{
		font-size: 16px;
	}
	.abuid{
		display: block;
		padding-top: 0rem;
		padding-bottom: 25px;
	}
	.abuidleft{
		width: 90%;
		padding: 5%;
	}
	.abuidleftdvs h1{
		font-size: 22px;
	}
	.abuidleftdvs h1::after{
		width: 4px;
		height: 4px;
	}
	.abuidleftdvs h2{
		font-size: 18px;
	}
	.abuidleftdvs i{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.abuidleftdvs p{
		font-size: 13px;
		line-height: 25px;
	}
	.abuidleftdvs{
		width: 100%;
	}
	.abuidleftdvs a{
		width: 120px;
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		margin-top: 15px;
	}
	.abuidright{
		width: 100%;
		margin-left: 0;
	}
	.abuidright img{
		display: block;
		width: 100%;
	}
	.getnews{
		padding: 30px 0px;
	}
	.getnewlist{
		width: 95%;
		margin-top: 15px;
	}
	.getnewlistleft,.getnewlistcenter{
		display: none;
	}
	.getnewlistright{
		width: 100%;
	}
	.getnewlistright ul li{
		margin-bottom: 15px;
	}
	.getnewlistright ul li .pasright{
		padding: 5%;
		width: 50%;
	}
	.getnewlistright ul li .pasright h1{
		font-size: 16px;
	}
	.foot{
		display: none;
	}
	.wdl{
		display: none;
	}
	.abt{
		padding: 30px 0px;
	}
	.abtdv{
		width: 95%;
		display: block;
	}
	.abtdvleft{
		width: 100%;
	}
	.abtdvleft h1{
		font-size: 22px;
		text-align: center;
	}
	.abtdvleft p{
		font-size: 14px;
		margin-top: 7px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.abtdvright{
		width: 100%;
	}
	.abtdvright img{
		display: block;
		width: 100%;
	}
	.abtdv2{
		margin-top: 25px;
	}
	.zhengshu{
		padding: 30px 0px;
	}
	.zhengshudv{
		width: 95%;
	}
	.zhengshubt h1{
		font-size: 22px;
		text-align: center;
	}
	.zhengshubt p{
		font-size: 14px;
		margin-bottom: 20px;
		text-align: center;
	}
	.machines{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.machinesbt{
		width: 95%;
		text-align: center;
		font-size: 22px;
		margin-bottom: 15px;
	}
	.machineslist ul{
		width: 97%;
	}
	.machineslist ul li{
		width: 48%;
		margin: 1%;
	}
	.inquirydv{
		padding: 30px 0px;
	}
	.inquirydvall{
		width: 95%;
		display: block;
	}
	.inquirydvallleft{
		width: 90%;
		padding: 5%;
	}
	.inquirydvallleft img{
		width: 40px;
		display: block;
		margin: 0 auto;
	}
	.inquirydvallleft h1{
		text-align: center;
		font-size: 22px;
		margin: 10px auto;
		margin-bottom: 0;
	}
	.inquirydvallleft p{
		font-size: 14px;
		text-align: center;
		line-height: 25px;
	}
	.inquirydvallright{
		width: 92%;
		padding: 4%;
	}
	.inquirydvallright form div input{
		width: 43%;
		height: 40px;
		line-height: 40px;
	}
	.inquirydvallright form div:nth-child(2) input{
		width: 43%;
	}
	.inquirydvallright form button{
		height: 40px;
		line-height: 40px;
	}
	.inquirydvallright form button span{
		line-height: 40px;
		font-size: 14px;
	}
	.touchs{
		padding: 30px 0px;
	}
	.touchsbt h1{
		font-size: 22px;
	}
	.touchsbt p{
		line-height: 25px;
	}
	.touchlist{
		width: 95%;
		margin-top: 15px;
	}
	.touchlist ul{
		display: block;
	}
	.touchlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.touchlist ul li iconpark-icon{
		margin-bottom: 5px;
		font-size: 28px;
	}
	.touchlist ul li h1{
		font-size: 16px;
		line-height: 25px;
		height: auto;
	}
	.messages{
		padding: 5%;
	}
	.messagesbt h1{
		font-size: 22px;
	}
	.messagesbt p{
		width: 100%;
	}
	.messages form{
		padding: 5%;
		width: 90%;
		margin-top: 20px;
	}
	.messages form div {
		display: block
	}
	.messages form div input{
		width: calc(100% - 30px);
		padding: 0 15px;
		height: 40px;
		margin-bottom: 10px;
	}
	.messages form textarea{
		margin-top: 0px;
	}
	.messages form button{
		margin-top: 15px;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.pro{
		padding: 30px 0px;
	}
	.prodv{
		width: 95%;
	}
	.prodv .prodvleft{
		display: none;
	}
	.prodv .prodvright{
		width: 100%;
	}
	.showpro{
		display: block;
	}
	.showproleft{
		width: 100%;
	}
	.showproright{
		width: 100%;
		margin-top: 15px;
	}
	.showproright h1{
		line-height: normal;
		font-size: 18px;
		margin-bottom: 5px;
	}
	.showproright section p{
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.showproright h2 img{
		width: 24px;
	}
	.showproright h2{
		font-size: 24px;
	}
	.showproright section section{
		margin-top: 15px;
		justify-content:space-between;
	}
	.showproright section section a{
		width: 44%;
		margin: 0;
		height: 40px;
		padding: 0 2%;
	}
	.des{
		margin-top: 25px;
		padding: 5%;
		padding-top: 0;
	}
	.nerongbt h1{
		font-size: 18px;
	}
	.prodvright .Featuredlist ul li{
		width: 42%;
		margin: 1%;
		padding: 3%;
		padding-bottom: 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:#759b4e;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #4c8512;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersasg .swiper-slide div section{
		width: 90%;
	}
	.bannersasg .swiper-slide section h2{
		font-size: 24px;
		line-height: normal;
		margin-bottom: 5px;
		text-align: center;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 14px;
		width: 100%;
		line-height: 25px;
		display:none;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.btext h3{
		height: 35px;
		line-height: 35px;
		font-size: 22px;
	}
	.btext h3{
		height: 50px;
		line-height: 50px;
		background-size: cover;
	}
	.newbg{
		padding: 30px 0px;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li{
		margin: 15px auto;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 15px 0px;
	}
	.newsdvlistext h1{
		margin-bottom: 10px;
	}
	.newsdvlist ul li a{
		width: 90%;
		padding: 5%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		font-size: 17px;
	}

	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.chose{
		background-size: cover;
	}
	.onestop{
		height: 400px;
	}
	.paperlist ul li div:last-child{
		padding: 10px;
		width: calc(100% - 20px);
	}
	.paperlist ul li div:last-child h1{
		font-size: 16px;
	}
	.bannersasg .swiper-slide section h2{
		text-align: left;
	}
	.bannersasg .swiper-slide section h2{
		font-size: 16px;
	}
}



