@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}


img {
	border: none;
	max-width: 100%;
	transition: 0.3s;
}
a, a:active, a:hover {
	color: #333;
	text-decoration: none;
}
ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置-----------------------------------------------------------------------------------------------------*/
::-webkit-input-placeholder{
	color:#969696;
}
:-moz-placeholder{
	caret-color:#969696;
}
::-moz-placeholder{
	color:#969696;
}
:-ms-input-placeholder{
	flood-color:#969696;
}
.mes-form ::-webkit-input-placeholder{
	color:#333;
}
.mes-form :-moz-placeholder{
caret-color:#333;
}
.mes-form ::-moz-placeholder{
	color:#333;
}
.mes-form :-ms-input-placeholder{
flood-color:#333;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow:0 0 0 60px #8DC420 inset; 
	-webkit-text-fill-color: #fff;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/*修改滚动条*/
::-webkit-scrollbar {
	width: 6px;
	height:6px;
}
::-webkit-scrollbar-track {
background: #fff;
}
::-webkit-scrollbar-thumb {
background: #8DC420;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:window-inactive {
background: #8DC420;
}
::-webkit-scrollbar-thumb:vertical:hover {
background: #8DC420;
}

/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.text-center{
	text-align: center;
}


/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #8DC420;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.f-oh{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.crumbs a,.crumbs{
	/* color: #fff; */
	font-size: 16px;
}
.crumbs{
	padding-top: 2%;
	padding-bottom: 2%;
}
.crumbs .icon{color: #8DC420;}
.crubnav{padding-top: 20px;}
.innernav{
	box-shadow: 0 0 5px #ccc;
	background-color: #fff;
	border-bottom: 1px solid #D8D8D8;
}
.innernav .flex{
	justify-content: space-between;
}
.crubnav a{
	line-height: 45px;
	font-size: 16px;
	transition: 0.5s;
	padding-right: 20px;
	display: inline-block;
	padding: 0 20px;
	border-left: 1px solid #D8D8D8;
	position: relative;
}
.crubnav a:last-child{
	border-right: 1px solid #D8D8D8;
}


/* .crubnav a::before{
	content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #999;
    margin: 0 20px 0 0;
    vertical-align: middle;
} */
/* .crubnav a:last-child::before{
	content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #999;
    margin: 0 24px;
    vertical-align: middle;
} */

.crubnav a::after{
	content: "";
	display: block;
    width: 0%;
    margin: 16px auto;
    height: 2px;
    background-color: #8DC420;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.5s;
}
.crubnav a.on{color: #8DC420;}
.crubnav a.on::after{ width: 100%;}
.crubnav a:hover{color: #8DC420;}
.crubnav a:hover::after{ width: 100%;}
.mores{
	color: #fff;
	margin: 3% auto 0;
    display: inline-block;
    transition: 0.3s;
	position: relative;
	white-space: nowrap;
	/* font-weight: bold; */
	padding: 7px 27px;
	font-size: 16px;
	border-radius: 50px;
	line-height: 26px;
	background-color: #222222;
}
.mores:visited{color: #fff;}
.mores .icon{
	display: inline-block;
	/* color: #fff; */
	font-weight: 100;
	text-align: center;
	font-size: 22px;
	margin-left: 20%;
    margin-right: 18px;
	vertical-align: middle;
	transition: 0.5s;
}
.mores:hover{background-color: #8DC420;color: #fff;}
.mores img{position: relative;z-index: 1;}





/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body{background: #fff;color: #000;font-family: "微软雅黑";}
.home{
	background-image: url(../images/indexbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto;
	background-color: #f6f5f3;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.disline{
	display: inline-block;
	vertical-align: middle;
}
.imgbox{overflow: hidden;}
.imgbox img{
	max-width: 100%;
	transition: 0.3s;
	display: inline-block;
	margin: auto;
}
.imgbox:hover img{transform: scale(1.1) rotate(0deg);}
.inpage{padding-top: 1%;}

.container{width: 1500px;}

/*header*/
.home .header{position: relative;}
.header{
	height: 119px;
	width: 100%;
	position: absolute;
	z-index: 10;
}

.header h1{margin-top: 0px;}
.header .msgbtn{border-right: 1px solid #000;padding-right: 10px;margin-right: 10px;}
.header .topgo{text-align: right;padding-right: 2.5%;}
.header .topgo a{font-size: 15px;}
.header .topgo .tel{color: #ffa019;margin-right: 15px;}
.header .topnav{position: relative;}
.header.on{
	background-color: rgba(233, 233, 233, 0.99);
}
.header.on .mainbav>li a{color: #222;}

header .webtit{
	padding-left: 2%;
	margin-left: 2%;
	margin-top: 10px;
	font-size: 16px;
}
header .webtit a{
	color: #fff;
	display: inline-block;
	font-size: 16px;
	border-radius: 7px;
	line-height: 2.4;
	padding: 0 30px;
	transition: 0.3s;
	background-color: #ff9806;
}
header .webtit a:hover{box-shadow: 5px 5px 5px #d30011;}
header .webtit>p:last-child{
	margin-top: 8px;
	display: flex;
	justify-content: space-around;
}
header .webtit>p span{display: inline-block;border-radius: 8px;color: #fff;padding: 6px 10px;background-color: #d30011; width: 30%;text-align: center;}
header .tel img{display: inline-block;margin-top: 16%;}

.headinner{padding: 0 6%;}
.mainbav>li{
	float: left;
	width: 7.5%;
	text-align: center;
	/* position: relative; */
    padding-top: 14px;
    padding-bottom: 18px;
}

.mainbav>li:nth-child(9)::after{display: none;}
.mainbav>li.logos{
	width: 24%;
	text-align: left;
}
.mainbav>li.tel{
	color:#fff;
	width: 22%;
	text-align: right;
	font-size: 16px;
	margin-top: 15px;
	font-family: "微软雅黑";
}
.mainbav>li.tel strong{display: block;font-size: 20px;}
.mainbav>li.tel::after{display: none;}
.mainbav>li a{
	display: inline-block;
	min-width: 74px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	line-height: 80px;
	transition: 0.3s;
	border-bottom: 4px solid transparent;
}
.mainbav>li.tel a{
	display: inline-block;
	padding: 2px 20px;
	background-color: #8DC420;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	line-height: unset;
	box-shadow: 0 0 4px rgba(141, 196, 32, 0.3);
}
.mainbav>li.tel a span{
	font-size: 26px;
	display: inline-block;
	font-weight: 400;
}



@media (min-width:768px){
	.mainbav>li:hover>a{color: #8DC420;font-weight: bold;border-bottom: 4px solid #8DC420;}
	.mainbav>li.tel:hover a{color: #fff;box-shadow: 2px 2px 10px rgba(141, 196, 32, 1);}
	.mainbav>li.logos:hover>a{border-bottom: 4px solid #8DC420;}
	.mainbav>li.on>a{color: #8DC420;font-weight: bold;}
	.mainbav>li.on>a::after{width: 70%;background-color: #fff;}
	.mainbav>li:hover .subnav{opacity: 1;transform: scaleY(1);}
}
.subnav{
	width: 150px;
	width: 100%;
	left: 50%;
	left: 0;
	position: absolute;
    transform: scaleY(0);
    opacity: 0;
    transition: all 0.3s;
	transform-origin: top;
	z-index: 2;
	background-color: rgba(0, 0, 0, .3);
}
.subnav li{
	/* width: 100%;background-color: #e30e19;border-bottom: 1px solid #bbbbbb; */
	display: inline-block;
}
.subnav li a{
	color: #fff;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.subnav li a:hover{color: #e30e19;background-color: #fff;}

/* banner */
.banner{
	width: 100%;
    margin: auto;
    display: flex;
    position: relative;
    /*top: -130px;*/
	z-index: 0;
	padding-bottom: 50%;
}

.banner .swiper-container{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .swiper-slide{overflow: hidden;}
.banner .slide-content{padding-top: 25%;}
.banner .slide-content a{
	display: inline-block;
	margin: 3% auto 0;
	font-size: 31px;
	border-radius: 10px;
	width: 268px;
	padding: 1% 0;
	color: #d30011;
	transition: 0.3s;
	background-color: #fff;
	box-shadow: 0 5px 5px #4d5261;
}
.banner .slide-content a:hover{
	color: #ef821e;
	box-shadow: 0 5px 5px #ef821e;
}

.banner .slide-inner{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.banner .banbtn{
	width: 350px;
	background-color: #1a1a1a;
	position: absolute;
    bottom: 0;
    height: 85px;
    z-index: 10;
}
.banner .banbtn>div::after{color: #fff;transition: 0.3s;}
.banner .banbtn>div:hover::after{transform: scaleX(1.5);}
.banbtn .numbox{text-align: center;color: #fff;margin-top: 7%;}
.banbtn .numbox span{font-size: 18px;}
.banbtn .numbox .big{font-weight: bolder;font-size: 24px;}
.banner .swiper-pagination-bullet-active{background-color: #8DC420;box-shadow: 0 0 5px #000;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{
	font-size: 18px;
	font-weight: bold;
}

.banner .swiper-button-next{
	top: 50%;
    right: 5%;
    border: 1px solid #fff;
    width: 55px;
    height: 55px;
    background: unset;
    line-height: 55px;
    text-align: center;
	border-radius: 50%;
	transition: 0.3s;
}
.banner .swiper-button-prev{
	font-size: 20px;
	color: #fff;
	top: 50%;
	left: 5%;
    border: 1px solid #fff;
    width: 55px;
    height: 55px;
    background: unset;
    line-height: 55px;
    text-align: center;
	border-radius: 50%;
	transition: 0.3s;
}
.banner .swiper-button-prev:hover{
	color: #e0212a;
}
.banner .swiper-button-next:hover{
	color: #e0212a;
}
.banner .txt{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
	color: #fff;
	text-align: center;
    transform: translate(-50%,-50%);
}
.banner .txt h3{
	margin-bottom: 5%;
	font-weight: 700;
	font-size: 64px;
	color: #FFFFFF;
	letter-spacing: 1.71px;
	text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}
.banner .txt p{font-weight: 700;
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 6px;
	text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}




@keyframes sliderPagination {
	100% {
		transform: scaleX(1);
		opacity: 1;
	}
}
#zbly{
	width: 960px;
	max-width: 100%;
	display: none;
	position: fixed;
    left: 50%;
	top: 50%;
	padding: 1.5% 3%;
	transform: translate(-50%,-50%);
	background-image: url(../images/msgbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 4px #d1d2d3;
}
#zbly h2{
	color: #265ebf;
	font-size: 40px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
}
#zbly h6{
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
#zbly .in3{
	width: 45%;
	margin: 2.5%;
}
#zbly .icon-chacha{
	font-size: 30px;
	cursor: pointer;
	position: absolute;
	right: 5%;
	top: 5%;
}



.banner .swiper-pagination{bottom: 5%;}
.banner .swiper-container .swiper-pagination-bullet {
	width: 12px;height: 12px;
	background-color: #fff;
	opacity: 1;
	transition: 0.3s;
	border-radius: 15px;
	/* opacity: 1;
	position: relative;
	width: 10%;
	height: 4px;
	border-radius: 0;
	margin: 0 4px;
	background-color: rgba(0,0,0,0.5);
	transition: background-color .3s ease; */
}
.banner .swiper-container .swiper-pagination-bullet::before {
	display: block;
	content: "";
	background-color: #8DC420;

	/* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: 0 0;  */
}
.banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	animation: sliderPagination 3s linear forwards
}
.banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{
	/* background-color: #8DC420; */
	width: 20px;
}
.banner .swiper-container .swiper-pagination-bullet:hover {
	/* background-color: #8DC420; */
	width: 20px;
}


.banner .swiper-button-next{
	color: #fff;
}
.banner .swiper-button-prev .icon,.banner .swiper-button-next .icon{
	color: #fff;
}

.banner .cbtn{
	position: absolute;
	width: 120px;
	right: 10%;
	bottom: 10%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}
.banner .gobox{background: unset;line-height: 44px;}
.banner .numbox{text-shadow: 0 0 5px #000;}
.banner .big{font-size: 40px;}
/* bannerend */

/* searchbox */
.search{position: relative;}
.searchbox{
	padding: 2% 0.95%;
	background-color: #fff;position: absolute;
	left: 50%;top: -65px;
	transform: translateX(-50%);
	border-radius: 15px;
	width: 100%;
    max-width: 1400px;
    z-index: 1;
}
.searchbox .ins{
	font-size: 18px;
	padding: 10px 25px;border-radius: 20px;
	background-color: #f1f1f1;
}
.searchbox .ins a{font-size: 18px;display: inline-block;margin: 0 15px;}


.newsgo{
	overflow: hidden; color: #6f6e6e;
	font-size: 15px;padding: 25px 0;
}
.newsgo a{
	color: #6f6e6e;
	font-size: 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsgo a time{float: right;}
.newsgo span{font-size: 15px;}
.newsgo .tz{display: inline-block; width: 10%;text-align: center;}
.newsgo .swiper-container {
	width: 89%;
	height: 32px;
	cursor: default;
	display: inline-block;
	vertical-align: middle;
}
.newsgo .swiper-slide {
	font-size: 15px;
	height: auto;
	line-height: 2;
}
/* mycons1-start */
.mycons1{padding: 5px 0% 0%;height: 1300px;}



/* mycons1-end */

/* region */
.region{margin-top: 3%;margin-bottom: 1%;}
.region .rebox{
	width: 78%;
	border-radius: 10px;
	font-size: 18px;
	transition: 0.3s;
	margin: 20px auto;
	background-color: #f6f6f6;
	transition: 0.3s;
}
.region .rebox:hover{
	box-shadow: 7px 5px 5px #d30011;
}
.region .rebox  span{
	font-size: 40px;
    vertical-align: sub;
	display: inline-block;
	margin-right: 5px;
}
.region .rebox a{
	font-size: 18px;
	color:#fff;
	display: block;
	padding: 6.5% 0;
	
}
.region .rebox p{text-transform: uppercase;font-size: 26px;color: #ef821e;}
.region .rebox h6{font-weight: bolder;font-size: 18px;color: #242323;line-height: 3;}
.region .rebox:hover{background-color: #d30011;}
/* .region .rebox:hover  a{color: #fff;} */
.region .col-md-2:nth-child(1) .rebox{
	background-color: #d30011;
}
.region .col-md-2:nth-child(2) .rebox{
	background-color: #79cbc4;
}
.region .col-md-2:nth-child(3) .rebox{
	background-color: #9cabe2;
}
.region .col-md-2:nth-child(4) .rebox{
	background-color: #e3b39d;
}
.region .col-md-2:nth-child(5) .rebox{
	background-color: #a7d9f2;
}
.region .col-md-2:nth-child(6) .rebox{
	background-color: #ffab34;
}


/* regionend */
.title{
	width: 100%;
	margin: 20px auto;
}
.title h2{
	font-size: 20px;
	line-height: 2;
	display: inline-block;
	color: #8DC420;
	vertical-align: middle;
}
.title span{font-size: 18px;margin-right: 10px;}
.title>div{
	color: #181b26;
	font-size: 28px;
	font-weight: bold;
	line-height: 2;
}

.title p{font-size: 28px;line-height: 1.3;color: #181b26;margin-top: 10px;}
.title p span{font-size: 38px;color: #181b26;display: inline-block;vertical-align: middle;}
.title h3{
	display: inline-block;line-height: 1.9;
	min-width: 220px;
	text-align: center;
	color: #181b26;
	font-size: 45px;
	margin: auto;
	position: relative;

}
/* 常见问题解答 */
.fak ul{
	border-top: 1px solid #dadada;margin-right: 2%;
}
.fak ul li{
	padding: 2.7% 0;
	border-bottom: 1px solid #dadada;
}
.fak ul li h3{
	line-height: 45px;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fak ul li span{color: #999;}
.fak ul li .reads{
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	font-size: 14px;
	border-radius: 10px;
	transition: 0.3s;
	margin-right: 15px;
	background-color: #79cbc4;
}
.fak ul li:hover .reads{
	background-color: #ff9806;
}








.probox ul{border-top: 1px solid #dadada;margin-right: 10%;}
.probox ul li a{font-size: 18px;display: block;line-height: 47.5px;color: #4a4a4a;
	padding: 10px 0 10px 10%;transition: 0.5s;
	background-image: url(../images/gobg.jpg);background-repeat: no-repeat;background-size: 0% 100%;}
.probox ul li:hover a{background-size: 100% 100%; color: #fff;}
.probox ul li.on a{background-size: 100% 100%; color: #fff;}
.probox .mores{display: block;font-size: 18px;text-align: center;margin-right: 10%;line-height: 3; background-color: #d30011;margin-top: 15px;color: #fff;}
.probox .conta{
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	padding: 3% 2% 12% 6.5%;
	margin-bottom: 15%;
	margin-top: 35px;
	margin-right: 5%;
	background-image: url(../images/gobg.jpg);background-repeat: no-repeat;background-size: 100% 100%;
}
.probox .conta h5{
	line-height: 2.2;
	font-size: 34px;
	font-weight: bold;

}
.center-content{
	padding: 2% 1%;
}
.layui-layer-iframe{
	max-width: 100%;
}

.indexcoms .abouts{
	padding: 2%;
	margin: auto;
}
.indexcoms .comnum{
	width: 720px;
	max-width: 100%;
	background-color: #8DC420;
}
.indexcoms .comnum ul{
	color: #fff;
	margin-top: 0;
	border: 0;
	padding-top: 2%;
	/* padding-bottom: 2%; */
	width: 100%;
}
.indexcoms .comnum ul li{padding: 4% 5%;}
.indexcoms .comnum ul li p{color: #fff;}
.indexcoms .comnum ul li b{color: #fff;}
.indexcoms .comnum ul li span{color: #fff;}




#swiper-container1{margin-top: 40px;}
#swiper-container1 .swiper-slide{
	/* height:280px; */
	text-align: center;
	font-size: 18px;
	/* background: #fff; */
	/* height: calc((100% - 50px) / 2); */
	/* Center slide text vertically */
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;*/
}
#swiper-container1 a{display: block;width: 100%;}
#swiper-container1 .imgbox{background-color: #fff;}
#swiper-container1 img{width: 100%;height: 319px;object-fit: contain;}
#swiper-container1 h4{
	margin: 4% auto;
	font-size: 16px;
	color: #222;
	line-height: 2;
  
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goodscard{overflow: hidden;}
.goodscard .flex{align-items: center;}
.goodscard .good1{width: 50%;}
.goodscard .good1:first-child  .inner .name{width: 99%;margin: 0 auto 2%;}
.goodscard .mores .icon{color: #fff;margin-left: 14%;}
.goodscard .good1:last-child .name{width: 97%;margin: 0 auto 3%;}
.goodscard .good1:last-child .name a{top: 6%;}
.goodscard .good1:last-child .cons{margin-bottom: 6%;}
.goodscard .good1 .name{position: relative;}
.goodscard .good1 .name a{
	position: absolute;
	width: 90%;top: 12%;
    padding-left: 10%;
}
.goodscard .good1 .inner{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.mycons1 .nums{
	position: relative;
	z-index: 1;
	color: transparent;
    font-size: 52px;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #ccc;
    -webkit-text-stroke-width: 1px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.goodscard a{color: #fff;}
.goodscard .mores{
	    background-color: #8DC420;
}
.goodscard h6{
	font-size: 34px;
	font-weight: bold;
	transition: 0.3s;
	line-height: 2.5;
}
.goodscard p{
	font-size: 14px;
	text-transform: uppercase;
	transition: 0.3s;
	margin-bottom: 15px;
}
.goodscard .cons{
	color: #e0e0e0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	white-space: initial;
	margin-bottom: 48%;
}
.goodscard a:hover h6{color: #0038bd;}
.goodscard a:hover p{color: #0038bd;}
.goodspage .myprobox .item{
	width: 96%;
	margin: 2% auto;
	background-color: #F5F5F5;
	box-shadow: 0 0 5px #dedede;
}
.goodspage .myprobox .item>div{width: 47%;}
.goodspage .myprobox .item>div:last-child{width: 53%;}
.goodspage .myprobox .item .imgbox{text-align: center;}
.goodspage .myprobox .item .cons{padding: 3%;}
.goodspage .myprobox .item .info{
	font-size: 16px;
	line-height: 30px;
	color: #222;
	height: 125px;
	text-align: justify;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.goodspage .myprobox .item .mores{float: right;font-size: 14px;}
.goodspage .myprobox .item h5{
	font-size: 28px;
	font-weight: 700;
	color: #333;
	line-height: 33px;
	margin-bottom: 6%;
	height: 66px;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.goodspage .product{
	margin-top: 2.5%;
}





.myprobox .aox{
	display: block;
	overflow: hidden;
	margin: 0 auto 3%;
	position: relative;
	width: 94%;
	border: 1px solid #e2eaed;
	background-color: #fff;
	padding: 15px;
}
.flex{display: flex;}
.myprobox .aox:hover .name{color: #fff;}

.myprobox .mores{
	margin-top: 12%;
	margin-bottom: 7%;
}
.myprobox img{
	width: 100%;
	height: 355px;
	object-fit: contain;
}
.myprobox .name{
	transition: 0.3s;
	padding: 4% 4% 0;
	color: #333;
	position: relative;
	z-index: 10;
}
.myprobox .name p{
	text-transform: uppercase;
	font-size: 14px;
}
.myprobox .name .flex{
	justify-content: space-between;
}

.myprobox .name span{
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	line-height: 45px;
	color: #8DC420;
	overflow: hidden;
	transition: 0.3s;
}

.myprobox .aox h4{
	font-size: 18px;
	line-height: 2.35;
	margin: 0;
	color: #000;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 1%;
}
.myprobox .aox p{padding:0% 0 5%;}
.myprobox .aox:hover h4{
	color: #0038bd;
}
.myprobox .imgboxs{overflow: hidden;}
.myprobox .pages>div{
	display: inline-block;
	width: 100px;
	height: 50px;line-height: 41px;
	text-align: center;
	font-size: 40px;color: #fff;
	margin-left: 5%;margin-top: 5%;
	border: 1px solid #fff;
	transition: 0.3s;
}
.myprobox .pages>div:hover{
	background-color: #d30011;
	border: 1px solid #d30011;
	transform: translateY(-10px);
}
.myprobox .pages .swiper-button-disabled{opacity: 0.5;}

.column{
	background-color: #f5f5f5;
	padding: 4% 2%;
	border-radius: 10px;
text-align: center;
}
.column a{
	font-size: 18px;
	display: inline-block;
	margin: 5px 15px;
}
.myprobox .pro img{ width: 100%;height: 240px;object-fit: contain;}
.goodinfo{position: relative;}
.goodinfo .gallery-top{
	width: 100%;
	margin-left: 0;
	display: inline-block;
	height: 450px;
	overflow: hidden;
}
.goodinfo .gallery-thumbs{
	width: 100%;
}
.goodinfo .gallery-top{
	margin-bottom: -6px;
    margin-top: -3px;
}
.goodinfo .gallery-top .swiper-slide{
    /* padding-bottom: 76.5%; */
	background-size: auto;

	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.prodefault{
	padding: 3%;
	background-color: #F5F5F5;
}

.prodefault .title h3{white-space: nowrap; width: 100%;}
.prodefault .title h3::after{
	content: "";
	width: 25px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	background-color: #d30011;
	margin-left: 2%;
}
.prodefault .title h3::before{margin-right: 2%;}
.prodefault h5{
	width: 44%;
	min-width: 150px;
	font-size: 20px;
	color: #1b1b1b;
	line-height: 1.7;
}
.prodefault .cons{
	font-size: 16px;
	color: #797979;
	line-height: 35px;
}
/* .prodefault .cons::before{
	content: "●";
	display: inline-block;
	margin: 0 10px;
} */
.prodefault .cons p{
	display: inline-block;
	width: 97%;
    vertical-align: top;
}
.goodinfo .gallery-thumbs .swiper-slide{
	cursor: pointer;
	padding-bottom: 10.6%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border:1px solid #fff;
	transition: 0.3s;
	background-color: #f8f8f8;
	filter: brightness(0.5);
}
.goodinfo .gallery-thumbs .swiper-slide-thumb-active{
	border:1px solid #8DC420;
	filter: brightness(1);
}

.goodall{
	padding: 3% 4%;
}
.goodall h2{
	color: #222;
	line-height: 30px;
	font-size: 28px;
	font-weight: bold;
	position: relative;
}
.goodall .cons{
	margin: 5% 0;
	font-size: 16px;
	line-height: 32px;
	color: #222;


	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goodall ul{
	font-size: 16px;
	line-height: 35px;
	color: #616161;
	border: none;
}
.goodall ul li{font-size: 16px;}
.goodall .telall{font-size: 16px;margin-bottom: 5%;}
.goodall .telall a{
	line-height: 34px;
	display: inline-block;
    padding: 7px 0;
    border-radius: 50px;
    transition: 0.3s;
    color: #fff;
	font-size: 16px;
	font-weight: bold;
    width: 200px;
	margin-right: 5%;
	text-align: center;
	transition: 0.6s;
	border: 1px solid #f5f5f5;
	background-color: #222222;
}
.goodall .telall a .icon{display: inline-block;margin-left: 5%;}
.goodall .telall a:hover{transform:  translateY(-5px);background-color: #8DC420;}


.prodefault .top{
	margin-top: 4%;
	border-bottom: 1px solid #6d99d7;
}
.prodefault .top h4{
	display: inline-block;
	background-image: url(../images/gobg.jpg);
    background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 12px 26px;
	font-size: 20px;
}
.prodefault .cons{line-height: 30px;}
.advbox{
	position: relative;
	padding: 3% 0 5%;
	background-image: url(../images/setbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.advbox .lines{position: absolute;}
.advbox .ask{
	display: inline-block;
	margin: 5% auto;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	background-color: #8DC420;
	border-radius: 30px;
	padding: 12px 6%;
	box-shadow: 0 0 12px #8DC420;
	transition: 0.3s;
}
.advbox .ask:hover{box-shadow: inset 0 0 5px #ccc;}
.liubox ul{
	overflow: hidden;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 1;
	text-align: center;
}
.liubox ul li{
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 14%;
	padding:1%;
	margin: 1%;
	transition: 0.5s;
	border: 1px solid #eeefef;
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
}
.liubox ul li img{width: 100%;height: 100px;object-fit: contain;}
.liubox ul li span{font-size: 36px;font-weight: bold;line-height: 1.75;}
.liubox ul li h5{font-size: 18px;font-weight: bold;}



#plant{margin: 3% auto 3.5%;}
#plant .swiper-slide{}
#plant .swiper-slide .info{display: none;}
#plant .swiper-slide img{width: 100%;height: 300px;object-fit: cover;}
.gomore .ask{
	float: none;
	display: inline-block;
	padding: 8px 15px;
	color: #fff;
	margin: 9% auto 20px;transition: 0.3s;
	background-color: #8DC420;
	border: 2px solid #8DC420;
}
.gomore .ask:hover{padding: 8px 25px;}
.chbox .gomore p{
	position: relative;
	font-size: 20px;
	color: #333;
	width: 33%;
	margin: auto;
	white-space: nowrap;
}
.chbox .gomore p::before{
	content: "";
	display: inline-block;
	width: 50px;height: 50px;
	border-radius: 50%;
	background-color: #f0f0f0;
	position: absolute;
	left:33px;
	z-index: -1;
	top: -4px;
}
.chbox .gomore p span{font-size:26px;color: #da251c;font-weight: bold;}


.advbox .chbox .left li .eng{
	color: #c8c9ca;font-size: 16px;

	text-transform: uppercase;
}
.advbox .chbox .left li .cons{
	position: relative;
	z-index: 1;
	padding: 2% 0;
}
.advbox .chbox .left li .cons::after{
	content: "";
	display: block;
	width: 100%;
	transition: 0.3s;
}
.advbox .chbox .left li:hover .cons::after{
	filter: brightness(0.25);
}
.advbox .chbox .left li .num{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 26px;
	color: #1a1a1a;
	background-color: #1a1a1a;
	width: 447px;height: 202px;line-height: 100px;	
	transition: 0.3s;
	transform: translate(0%,0%);
}
.advbox .chbox .left li h3{font-size: 30px;font-weight: bold;line-height: 28px;}
.advbox .chbox .left li span{font-size: 12px;text-transform: uppercase;}
.advbox .chbox .left li p{font-size: 15px;line-height: 30px;margin-top: 4%;}
.advbox .chbox .left li:hover .num{
	border-radius: 50%;
	width: 120px;height: 120px;
	color: #fff;
	transform: translate(35%,35%);
	text-indent: 19%;
	font-family: fantasy;
    font-size: 44px;
	font-weight: bold;
}

.advbox .chbox .right li{float: right;}
.advbox .chbox .right .left li{padding-bottom: 26%; width: 98%;}
.advbox .chbox .right .one .cons::after{
	padding-bottom: 44.7%;
	background-image: url(../images/adv2.jpg);
}

.advbox .chbox .right ol.left{overflow: hidden;}
.advbox .chbox .right ol.left li{width: 47.5%;margin-left: 2.5%;}
.advbox .chbox .right ol.left li:last-child{margin-left: 0;}
.advbox .chbox .right ol.left li:first-child .cons::after{
	background-image: url(../images/adv3.jpg);
}
.advbox .chbox .right ol.left li:last-child .cons::after{
	background-image: url(../images/adv4.jpg);
}
.advbox .chbox .right ol.left li .cons::after{padding-bottom: 72.5%;}
/* 流程 */
.lcbox ul li{position: relative;}
.lcbox ul li .lcimg{
	margin: 10px;
	border-radius: 5px;
    overflow: hidden;
	box-shadow: 3px 4px 8px #d30011;
}
.lcbox ul li .lcimg a{
	display: block;
	position: relative;
}
.lcbox ul li::after{
	content: "";
    display: inline-block;
    width: 50%;
    background-color: #fff;
	position: absolute;
	top: 0;
    right: -51%;
    height: 100%;
    background-image: url(../images/fan.png);
    background-repeat: no-repeat;
	background-position: center;
	display: none;
}
.lcbox ul li:last-child{
	margin-right: 0;
}
.lcbox ul li:last-child::after{
	display: none;
}
.lcbox ul li .imgbox{
	text-align: center;
	margin: auto;
	transition: 0.3s;
	background-color: #919fd0;
}
.lcbox ul li .imgbox img{display: inline-block;}

.lcbox ul li h3{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	opacity: 0;
	transition: 0.3s;
	background-color: rgba(229, 0, 0, .8);
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	padding: 0 5%;
}
.lcbox ul li:hover h3{opacity: 1;}
.lcbox ul li:hover .imgbox img{transform: scale(1.1) rotate(1deg);}
.inbanner{position: relative;}
.inbanner-content{
	position:absolute;top:53%;left:50%;
	transform: translate(-50%,-50%);
	color:#fff;
}
.inbanner-content small{font-size: 24px;}
.inbanner h2{
	font-size:42px;
	line-height:42px;
	font-weight: bold;
	text-align: center;
}
.inbanner p{
	font-size: 20px;
	margin-top: 1.5%;
	text-align: center;
}


.advbox .inner{
	width: 100%;
	max-width: 1128px;
	margin: auto;
}
.advbox .inner .title p{
	font-size: 174px;
    font-weight: 100;
    font-family: 'swiper-icons',emoji;
    line-height: 140px;
    opacity: 0.2;
}
.advbox .inner .title h4{
    font-weight: bolder;
    font-size: 38px;
    margin: auto;
    position: relative;
    color: #fff;
    display: inline-block;
    border-right: 7px solid #ef821e;
    padding-right: 15px;
    line-height: 40px;
    vertical-align: middle;
	margin-top: -11%;
	margin-left: 5%;
}

/*
.advbox .inner ul{width: 53.2%;}
.advbox .inner ul li{
	color: #fff;
	background-image: url(../images/adv_icon.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding: 0% 20% 2% 2%;
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 5%;
	transition: 0.3s;
}
.advbox .inner ul li p{
	opacity: 0.8;
	font-size: 18px;
}
.advbox .inner ul li:hover{
	padding: 0% 18% 2% 2%;
	background-position: 98% center;
}*/
/* products */
@keyframes routate {
    0% {
        transform: scaleX(1.2);
    }
    50% {
        transform: scaleX(0.9);
    }
    100% {
        transform: scaleX(1.2);
    }
}
.lang{
	animation-name: routate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.products{padding: 0 0 1%;position: relative; overflow: hidden;}
.products::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-bottom: 38%;
	background-color: #F2F2F2;
}
.products hr{margin: 2.5% 0;}
.goodsdefault{
	background-color: #fff;
	box-shadow: 0 0 5px #dedede;
}
.goodsdefault .protxt{
	padding: 1.8%;
	text-align: left;
	background-image: url(../images/infobg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.goodsdefault .protxt h2{
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 2;
}
.protxt{text-align: center;padding: 2% 0;}
.protxt h2 font{color: #8DC420;font-weight: bold;}
.protxt span{
	font-size: 50px;color: #000;display: block;font-weight: 400;
	text-transform: uppercase; font-family: fantasy;
	white-space: nowrap;margin-top: 2%;
}
.protxt span font{color: #8DC420;}
.protxt p{font-size: 18px;}



.domore{text-align: right;}
.domore a{
	display: inline-block;
	margin-top: 7%;
	font-size: 18px;
	width: 175px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	transition:0.3s;
	text-transform: uppercase;
	background-color: #eee;
}
.domore a img{
	display: inline-block;
	margin-left: 15px;
	transition:0.3s;
}
.domore a:hover img{
	filter: brightness(19.5);
}
.products .progo{
	float: left;
	width: 17%;
	text-align: center;
}
.products .progo a{
	display: block;
	color: #fff;
	font-size: 20px;
	padding: 30px 5px;
	background-color: #8DC420;
}
.products .progo a img{
	display: inline-block;
	margin-right: 5px;
}


.allpros{width: 81%;}
.allpros a{
	margin: auto;display: block;
	font-size: 18px;color: #000;
	padding: 7.5px 0;transition: 0.3s;
	margin-bottom: 6px;margin-top: 6px;
	border-bottom: 2px solid #e7e7e7;
	position: relative;
}
.allpros .more{color: #e11f27;font-size: 14px;height: 43px;}
.allpros a p{
	line-height: 1.7;
	font-size: 18px;color: #3d3d3d;
	white-space: nowrap;overflow: hidden;
	text-overflow: ellipsis;    display: inline-block;
	transition: 0.5s;
}
.allpros a p::after{
	content: "/product";
	display: block;
	font-size: 12px;
	zoom: 1;
	font-weight: 400;
    color: #3d3d3d;
}
.allpros a>div{display: inline-block;}
.allpros a span{
	float: right; width: 20px;height: 20px;
	border-radius: 50%;text-align: center;line-height: 20px;
	font-size: 18px;color: #fff;background-color: #134091;
	margin-top: 4.5%;
}
.allpros a::after{
	position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #134091;
    left: 0;
    bottom: 0px;
    transition: all 0.5s;
    right: 0;
    transition: transform 0.5s;
    margin: auto;
    transform-origin: right center;
    transform: scaleX(0);
}
.allpros a:hover::after{transform-origin: left center; transform: scaleX(1);}
.allpros a:last-child{margin-right: 0;}
.allpros a:hover p{
	font-weight: bold;
	color: #8DC420;
}
.allpros a:hover p::after{
	font-weight: 400;
	color: #3d3d3d;
}
.gomore a:hover{
	color: #fff; background-color: #8DC420;
}
.allpros a.on{
	color: #e62129;
	border: none;
}
.allpros .flex{
	color: #fff;
	background-color: #e62129;
	padding: 5%;font-size: 20px;
	border-radius: 4px;
	align-items: center;
	justify-content: space-evenly;
}
.allpros .flex span{
	font-size: 25px;
	padding: 0 4% 0 3%;
    border-right: 1px solid #b2262c;
}
.products .goodbox{border-top: 2px solid #D8D8D8;}
.products .goodbox h5 .icon{
	font-size: 54px;
    color: #8DC420;
    display: inline-block;
	vertical-align: middle;
	margin-right: 15%;
}
.products .goodbox h5{
	padding: 2% 5%;
	margin: 5% 0;
	border-right: 2px solid #D8D8D8;
	font-size: 18px;
}
.products .goodbox .swiper-slide{ transition: 0.3s;cursor: pointer;}
.products .goodbox .swiper-slide-thumb-active{
	background-color: #8DC420;
	color: #fff;
}
.products .goodbox .swiper-slide-thumb-active .icon{
	color: #fff;
}
.products .goodbox .swiper-slide:hover{
	background-color: #8DC420;
	color: #fff;
}
.products .goodbox .swiper-slide:hover h5 .icon{
	/* background-color: #8DC420; */
	color: #fff;
}
.products .goodbox .swiper-slide .casebox{
	padding: 2.8%;
    position: absolute;
    width: 100%;
	bottom: 0;
	color: #fff;
}
.products .goodbox .swiper-slide .casebox h4{
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 3%;
}
.products .goodbox .swiper-slide .casebox p{
	font-size: 16px;
	width: 67%;
	line-height: 30px;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}




.products .goodbox .letimgs{
	padding: 8% 2% 5% 10%;
}
.products .goodbox .letimgs h5{
	font-size: 26px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 8%;
	border-bottom: 1px solid #dcdcdc;
}
.products .goodbox .letimgs p{
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	margin-bottom: 23%;
}
.products .goodbox .letimgs p span{
	color: #8DC420;
	font-weight: bold;
}

.products .letimgs{position: relative;}
.products .txt{
	position: absolute;padding-top: 5%;top: 23%;
	width: 100%; text-align: center;
	color: #fff;
}
.products .txt p{font-size: 28px;margin-top: 38%;margin-bottom: 14%;}
.products .txt a{
	display: inline-block;
	width: 52%;margin: auto;
	line-height: 3;
	color: #fff;
	background-color: #8DC420;
	transition: 0.3s;
}
.products .txt a:hover{width: 70%;}
.products .move img{
	max-width: 384px;
	max-height: 370px;
	object-fit: cover;
}
.move img{transition: 0.3s;}
.move:hover img{transform: scale(1.1);}

.products .procons{margin-top: 7%;}
.products .procons li{display: none;color: #1a1a1a;}
.products .procons li:first-child{display: block;}
.products .procons li h3{font-size: 24px;color: #d30011;line-height: 2;margin-bottom: 15px;}
.products .procons li .text{
	font-size: 16px;
	line-height: 30px;
	padding-right: 8%;
}
@keyframes zhuan{
    0% {
        transform: scale3d(1.4, 1.4, 1) rotate(0deg)
    }
    100% {
        transform: scale3d(1.4, 1.4, 1) rotate(360deg)
    }
}
@keyframes zhuan1{
    0% {
        transform: scale3d(1.4, 1.4, 1) rotate(0deg)
    }
    100% {
		transform: scale3d(1, 1, 1) rotate(360deg);
    }
}






.probox{overflow: hidden;}
.products .probox{margin-top: 0;}
.probox li{
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-right: 0%;
	margin-bottom: 3.5%;
}
.probox li:nth-child(2n){margin-right: 0;}
.probox li a{
	display: block;background-color: #fff;
	border-radius: 8px;overflow: hidden;padding: 10px 10px 4px;
	transition: 0.3s;
}
.probox li a img{width: 100%;display: block;}
.probox li a h3{
	font-size: 18px;text-align: center;color: #333333;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	margin: 3.85% 0;transition: 0.3s;
	padding-left: 15px;
	border-left: 2px solid #8DC420;
	text-align: left;
}
.probox li a .imgbox img{border-radius: 8px 8px 0 0; height: 248px; object-fit: cover;}
.probox li a .imgbox{
	transition: 0.3s;
	overflow: hidden;
}
.probox li a:hover h3{font-weight: bolder;transform: translateX(-10px);color: #fff;}
.probox li a:hover{background-color: #8DC420;}
.abouteng{width: 80%;margin:10% auto 10%;}
.abouteng .box{
	width:100%;height: 100%;
	background: url(../images/icom-bg.png) center no-repeat;
	background-size: 100% 100%;overflow: hidden;
}
.abouteng{margin:4% auto 8%;position: relative;}
.advbox .txt{
    white-space: normal;
    writing-mode: vertical-rl;
    letter-spacing: 6px;
    position: absolute;
	right: 3%;
    top: 20%;
	color: #979797;
	font-size: 16px;
}

/* case */
.youshi{position: relative;}
.youshi .name{width: 90%;}
.youshi .name ul{overflow: hidden;}
.youshi .name ul li{
	float: left;
	width: 47.5%;
	margin-bottom: 5%;
	padding: 10px;
	border: 2px solid rgba(141, 196, 32, 0.57);
}
.youshi .name ul li:nth-child(2n){
	float: right;
}
.youshi .name ul li a{
	padding:8% 3% 8% 8%;
	align-items: center;
	background-color: rgba(141, 196, 32, 0.14);
	transition: 0.3s;
}
.youshi .name ul li a .icon{
	font-size: 50px;
	color: #fff;
	display: inline-block;
	margin-right: 20%;
	width: 72px;
	height: 72px;
	line-height: 72px;
	border-radius: 50%;
	text-align: center;
	background-color: #8DC420;
}
.youshi .name ul li a h6{
	font-size: 24px;
	color: #222;
	font-weight: 500;
}
.youshi .name ul li:hover a{
	background-color: rgba(141, 196, 32, 1);
}
.youshi .name ul li:hover a h6{
	color: #fff;
}

.youshi .con{
	margin-top: 8%;
	margin-bottom: 22%;
	font-size: 16px;
	line-height: 30px;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.advimg{
	position: absolute;
	width: 50%;
	height: 750px;
	right: 0;
	top: 0;
}
.case{padding:2% 0 0;background-color: #fff;}
.case .protxt{text-align: left;padding-bottom: 0;margin-bottom: -3%;padding-left: 2%;}
.case .protxt p{display: inline-block;}
.case .casego{margin-top: 10%;display: block;}


.case .newSwiper img{width: 100%;max-height: 750px;object-fit: cover;}
.case .newSwiper h4{
	font-size: 45px;
	color: #0038bd;
	line-height: 1px;
	font-weight: bold;
	margin-bottom: 10%;
}
.case .newSwiper p{
	font-size: 16px;
	color: #666;
	line-height: 35px;
	margin-bottom: 3%;
}
.case .newSwiper .swiper-slide{position: relative;}
.case .newSwiper .swiper-slide .casebox{
	position: absolute;
	left: 12%;top: 25%;
	width: 750px;
	padding: 4%;
	background-color: #fff;
}
.case .casebox>span{
	font-family: cursive;
	font-size: 53px;
	color: #000;
	font-weight: bold;
	opacity: 0.1;
	line-height: 1px;
	text-transform: uppercase;
}
.case .casebox>img{
	position: absolute;
	width: 77px;
	right: 11%;top: 11%;
}
.case .casebox .swiper-pagination{right: 11%;bottom: 18%;}
.case .casebox .swiper-pagination span{margin: 0 3px;}
.case .swiper-slide a:hover h4{color: #e11f27;}
.case .swiper-slide .title{
	margin: 0;
	font-size: 14px;
	line-height: 49px;
}
.case .casemore{display: block;font-size: 14px;color: #e50000;}
.case .gallery-thumbs .swiper-slide a{margin: 5% auto;padding-bottom: 0;}
.case .gallery-thumbs .swiper-slide a .imgbox{border: 10px solid #fff;}
.case .gallery-thumbs .swiper-slide a img{width: 100%;height: 190px;object-fit: cover;}
.case .gallery-thumbs .swiper-slide-thumb-active .imgbox{box-shadow: 0 0 5px #e50000;}

/* mynbox */
.mynbox{
	margin: 0 10px;
	position: relative;
	z-index: 1;
	margin-top: 1.5%;
}
.mynbox .inners{
	background-color: #fff;
	margin: 4% auto;
	padding: 2% 5% 4%;
	border: 1px solid #dfe8ef;
	box-shadow: 0 0 3px #dfe8ef;
	transition: 0.5s;
}
.mynbox .inners:hover{box-shadow: 0 0 13px #70ce50;}


.mynbox .tt .time{
	text-align: center;
	font-size: 12px;
}
.mynbox .tt .time span{
	font-size: 40px;
	color: #2a2a2a;
	line-height: 1;
}
.mynbox .tt .cons .vies{
	color: #d30011;
	padding: 4px 18px;
	display: inline-block;margin-top: 6%;
	border: 1px solid #d30011;
	transition: 0.3s;
}
.mynbox .tt .cons .vies:hover{
	color: #fff;
	background-color: #d30011;
}
.mynbox>.text-center{
	position: absolute;
	bottom: -9.5%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.mynbox .newSwiper{height: 710px;overflow: hidden;}
.mynbox .newSwiper .swiper-wrapper .imgbox img{transition: all 5s;}
.mynbox .gallery-thumbs{padding-top: 1%;}
.mynbox .gallery-thumbs .swiper-wrapper{border-top: 1px solid #e0e0e0;}
.mynbox .gallery-thumbs .swiper-slide h5{
	color: #181b26;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
    position: relative;
}
.mynbox .gallery-thumbs .swiper-slide h5::before{
	content: "";
	display: inline-block;
	width: 14px;height: 14px;border-radius: 50%;
	border:3px solid transparent;
	position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
}
.mynbox .gallery-thumbs .swiper-slide-thumb-active h5{color: #0038bd;}
.mynbox .gallery-thumbs .swiper-slide-thumb-active h5::before{border:3px solid #0038bd;}


#cmenus{
	padding: 10px 0px;
	border-bottom: dashed 0px #dedede; 
	line-height: 1.8; text-align: center;
}
#cmenus a{
	font-size: 18px; 
	line-height: 40px;
	overflow: hidden;
	border-radius: 5px;
	background: #8DC420;
	display: inline-block;
	padding: 5px 20px;
	color: #fff; margin: 0px 1% 4px 0px;
}
/*newshome*/
.ul_news{ list-style: none;overflow: hidden;}
.ul_news li{ 
	margin: auto;
    overflow: hidden;
    background: #fff;
	margin-bottom: 25px;
	overflow: hidden;
	display: flex;
	border-bottom: 1px solid #ccc;
	transition: 0.5s;
}
.newshome .newlist .ul_news li:hover{background-color: #0038bd;}
.newshome .newlist .ul_news li:hover .newcon h2{color: #fff;}
.newshome .newlist .ul_news li:hover .newcon p{color: #fff;}
.newshome .newlist .ul_news li:hover .time{color: #fff;}
.ul_news li a{display: block;overflow: hidden;}
.ul_news li>a{
	width: 26.9%;
}
/* proinfo */
.pmenuss{ margin-top: 25px; }
.pmenuss ul{ background:#8DC420; overflow: hidden; }
.pmenuss ul li{ width: 25%; cursor: pointer; float: left; text-align: center; font-size: 14px; padding: 12px 0px; color: #fff;}
.pmenuss ul li.on{ font-weight: bold; }
.pmenuss a{
	font-size: 14px; color: #fff;
	display: block;
}
.pmenuss.down{
	position: fixed;
	top: 0px; 
	width: 49.2%; 
	z-index: 999; 
	margin-top: 0px;
}
.newshome .newlist li .ndate{
	width: 10%;
	text-align: center;
	padding:10px 5px;
	overflow: hidden;
	vertical-align: middle;
}
.newshome .newlist li .ndate>span{
	color: #23334a;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 17%;
}
.newshome .newlist li .ndate h6{
	color: #363333;
	font-size: 3rem;
	line-height: 35px;
	font-weight: bolder;
	margin: 15px 0;
	text-align: center;
}
.newshome .newlist li .ndate p{
	color: #828282;
	font-size: 2rem;
	line-height: 25px;
}
.newshome .newlist li .mores{
	display: inline-block;
	padding: 0;
	border: unset;
	background: unset;
	color: #8DC420;
	float: right;
	margin: 0;font-size: 15px;
    width: auto;
    height: auto;
    border: none;
    box-shadow: none;
    line-height: 1;
    border-radius: 0;
}

.newshome .newlist li .mores::before{border: none;}
.newshome .newlist li .mores span{
	width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    margin-left: 5px;
    margin-right: 10px;
    vertical-align: middle;
    background-color: #134091;
}

.newshome .newlist li .newcon{
	width: 63%;
	padding: 4% 2% 3% 3%;
	overflow: hidden;
	vertical-align: middle;
}
.newshome .newlist li .newcon h2{
	color: #23334a;
	font-size: 20px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}
.newshome .newlist li .newcon p{

	color: #7e7e7e;
	font-size: 15px;
	line-height: 25px;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newshome .newlist li .imgs {
	overflow: hidden;
	vertical-align: middle;
}
.newshome .newlist li .imgs img {
	width: 100%;
	height: 215px;
	object-fit: cover;
}
.newshome .newlist li:hover h2{color: #134091;}
.myprobox .navgo{background-color: #fff;}
.myprobox .navgo .allpros{width: 91%;}
.myprobox .navgo .navbox{margin:17px auto;}
.myprobox .navgo .navbox h3{
	background-color: #8DC420;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	padding: 9% 0;
	color: #fff;
}
.myprobox .navgo .navbox ul li a{
	display: block;
	background-color: #f7f7f7;
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.3s;
	text-indent: 0.5em;

}
.myprobox .navgo .navbox ul li a span{
	display: inline-block;
}
.myprobox .navgo .navbox ul li:hover a{
	color: #8DC420;
	font-weight: bold;
	text-indent: 1em;
}
.myprobox .navgo .navbox ul li.on a{
	color: #8DC420;
	font-weight: bold;
	text-indent: 1em;
}
.myprobox .navgo .navbox h4{
	background-color: #8DC420;
	font-size: 16px;
	font-weight: 500;
	text-indent: 2em;
	padding: 5% 0;
	color: #fff;
	margin-bottom:3px;
}
.myprobox .navgo .navbox h4 span{
	display: inline-block;
    margin-left: 20%;
}
.myprobox .navgo .navbox .contact-box{
	margin-top: 10px;
	font-size: 20px;
	line-height: 35px;
	color: #fff;
	padding-bottom: 10%;
	background-color: #8DC420;
}

.myprobox .navgo .navbox .contact-box .code>div{
	padding: 9% 0 1%;
	font-size: 14px;
}

.myprobox .navgo .navbox .contact-box .gocont{
	display: inline-block;
    padding: 4px 17%;
    border: 1px solid #fff;
    font-size: 18px;
    border-radius: 20px;
    margin-bottom: 30px;
	margin-top: 10px;
	transition: 0.3s;
}
.myprobox .navgo .navbox .contact-box .gocont:hover{
	background-color: #fff;
	color: #8DC420;
}
.myprobox .navgo .navbox .contact-box  a{
	color: #fff;
}
.myprobox .navgo .navbox .contact-box .tel{
	font-size: 24px;
	font-weight: bold;
}

.myprobox .conta{
	color: #333;
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 15%;
	margin-top: 35px;
	margin-right: 5%;
}
.myprobox .conta h5{
	color: #fff;
	line-height: 2.2;
	font-size: 27px;
	font-weight: bold;
	background: #eb5b02;
	text-align: center;
	margin-bottom: 15px;
	margin-top: -8px;

}
.myprobox .conta li{
	border: 1px solid #dddddd;
}
.myprobox .conta  li img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.myprobox .conta li h4{
	color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    border-top: 1px solid #f1f1f1;
	background: #f1f1f1;
	transition: 0.3s;
}
.myprobox .conta li:hover h4{
	color: #fff;
	background-color: rgba(235, 91, 2, .7);
}
.apiclist {
	padding: 0;
	overflow: hidden;
  }
.apiclist .swiper-container {
	width: 100%;
	position: relative;
	padding: 2rem 0 3rem;
  }
.apiclist .swiper-container .swiper-slide-active .hjitem .hjtit p {
	color: #0164bb;
  }
.apiclist .swiper-slide {
	width: 80%;
	height: 100%;
  }
.apiclist .swiper-slide .hjitem {
	padding: 10px;
	background: #efefef;
	overflow: hidden;
	border-radius: 10px;
  }
.apiclist .swiper-slide .hjitem a {
	display: block;
	width: 100%;
	height: 100%;
  }
.apiclist .swiper-slide .hjitem .icon {
	width: 100%;
	height: 100%;
  }
.apiclist .swiper-slide .hjitem .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
  }
.apiclist .swiper-slide .hjitem .honortit {
	padding: 15px 0;
	overflow: hidden;
	background: #fff;
  }
.apiclist .swiper-slide .hjitem .hjtit p {
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 40px;
  }

  #honorspicshow {
	width: 100%;
	height: 100%;
	margin-top: 5rem;
  }
  #honorspicshow .swiper-wrapper {
	width: 100%;
  }
  #honorspicshow .swiper-slide {
	width: 400px;
	height: 100%;
	margin: 4rem 0;
	text-align: center;
	border: 0px solid #efefef;
	background-color: #f5f2e1;
	border-radius: 5px;
  }
  #honorspicshow .swiper-slide img {
	border: 1rem solid #efefef;
	border-radius: 5px;
	margin: 0 auto;
	width: 100%;
	height: 300px;
	object-fit: cover;
  }
  #honorspicshow .swiper-slide .honortit {
	background-color: #fff;
	padding: 3rem 0;
	font-size: 1.8rem;
	margin: 0;
}
/* company */
.indexcom{padding: 2.5% 0;}
.compage .company{
	padding: 0;
	position: relative;
	/* background-image: url(../images/zbbg.jpg);
	background-repeat: no-repeat;
	background-size: cover; */
	background: unset;
}
.compage .company .protxt{text-align: center;}
.compage .indexcoms .abouts{padding: 2% 0;margin-left: 4%;}


.compage .advbox .chbox{
	margin: 3% auto;
	width: 100%;
}
.compage .advbox{padding-bottom: 5px;}
.abouts .show .pull-left img{
	max-width: 570px;
    width: auto;
    margin-right: 40px;
    display: inline-block;
}
.company{
	color: #000;
	padding: 0.5% 0 2%;
	position: relative;
	overflow: hidden;
}
/* .company .protxt h2{color: #fff;} */
.company .protxt{text-align: left;}
.company .protxt h2::before{display: none;}
.company .rightcons{text-align: right;margin-top: 8%;}
.company .rightcons p{font-size: 16px;color: #000;}
.company .rightcons span{display: inline-block;width: 30%;height: 1px;background-color: #000;margin-top: 4%;}
.company .title h3{display: block;color: #000;font-weight: bold;margin-top: 15%;}
.company .title h3::after{display: none;}
.company .mybox{
	margin-top: 2%;
	margin-bottom: 10px;
	padding-bottom: 1%;
}
.company .mybox .in{margin-left: 3%;}
.company .myhonor{margin-top: 10%;}
.company .myhonor .imgbox a{display: inline-block;max-width: 320px;overflow: hidden;}
.company .myhonor .imgbox span{
	text-transform: uppercase;
	writing-mode: tb;
	margin-left: 1%;
	font-size: 18px;
    letter-spacing: 1px;
}
.company .btns a{
	padding: 15px 30px 15px 15px; border-radius: 0;
	font-size: 15px;text-transform: uppercase;
	background: transparent;
	color: #8DC420;
	border: 1px solid #d1d2d3;
	width: 210px;
	border-radius: 10px;
}
.company .btns a span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
	color: #fff;
	margin-left: 5%;
	margin-right: 30%;
	vertical-align: middle;
    background-color: #134091;
}
.company .infoshow p{
	color: #6f6f6f;
	font-size: 16px;
    line-height: 37px;
    width: 97%;
    margin-bottom: 5%;
    /* text-indent: 2em; */
	margin-top: 5%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
	-webkit-box-orient: vertical;
}




.company .boximg{position: relative;}
.company .boximg img{position: relative;z-index: 1;}
.company .boximg::after{
	content: "";
	display: block;
	width: 85%;
	padding-bottom: 59.2%;
    position: absolute;
	top: 3%;
	right: 10%;
	opacity: 0.2;
	z-index: 0;
	border-radius: 10px;
	background-color: #f9eaeb;
	transform: skewX(-7deg);
	transition: 0.5s;
	box-shadow: 3px 4px 8px #d30011;
}
.company .boximg.go::after{
	top: 7%;
	right: 8%;
	opacity: 1;
}
.company .mapimgs{
	width: 720px;
	max-width: 100%;
	position: relative;
	margin-top: 5%;
	text-align: left;
}
.company .mapimgs::before{
	content: "";
	display: inline-block;
	width: 100px;
	height: 100px;
	z-index: 11;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-image: url(../images/vidbtn.png);
	background-repeat: no-repeat;
	/* opacity: 0; */
	display: none;
}
.company .mapimgs .mores{
	background-color: #8DC420;
    box-shadow: 0 0 5px #8DC420;
}
.company .mapimgs .mores::before{border: 1px dashed #fff;}
.company .mapimgs img{max-width: 100%;}

.company .case2 h3{
    display: inline-block;
    font-size: 24px;
    border-bottom: 2px solid #8DC420;
    line-height: 50px;
    margin-top: 1%;
    margin-bottom: 3%;
}
.company .case2 h2{
	font-size: 20px;
	text-align: center;
	line-height: 2.3;
	background-color: #f6f6f6;
}
.company .case2 a{
	display: block;
	width: 95%;
	margin: auto;
}
.company .case2 a img{
	width: 100%;
	height: 260px;
	object-fit: cover;
}


.cominfo{width: 100%;}
.cominfo h2{
	font-size: 32px;
	line-height: 2;
	font-weight: 800;
	color: #113480;
	margin-bottom: 0.5%;
}
.cominfo .infoshow{line-height: 35px;font-size: 16px;}
.cominfo .infoshow a{
	margin-top: 3%;
	display: inline-block;
    color: #fff;
    transition: 0.3s;
    background-color: #a2a2a2;
    padding: 10px 11%;
    font-size: 20px;
    text-align: center;
	border: 2px solid #a2a2a2;

	box-shadow: 3px 4px 8px #d30011;
}
.cominfo .infoshow a:hover{
	box-shadow: 12px 6px 5px #d30011;
}
.combox{}
.combox p{font-size: 15px; font-weight: bold;}

.combox .comeng{
	font-size: 18px;
    text-transform: uppercase;
	width: 100%;
	text-align: center;
	transition: 0.5s;
	margin-top: -2%;
    margin-bottom: 5%;
}
.combox .comeng.ons{text-align-last: justify;}


.combox .news_three{margin-top: 2.5%;}
.combox .news_three a{
	display: block;color: #333;
	width: 95%;
	margin: auto;
}
.combox .news_three h5{
	font-size: 22px;
	line-height: 3;
	font-weight: bold;
	transition: 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.combox .news_three .def{
	font-size: 16px;
	margin-bottom: 5%;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.combox .news_three .imgbox img{
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
}
.combox .news_three a:hover h5{
	color: #ce1b22;
}
.comnum{padding: 0px 0px 3%;}
.comnum ul{
	display: flex;
	margin-top: 6%;
    justify-content: space-between;
    width: 89%;
    border: 1px solid #fff;
    border-radius: 20px;
}
.comnum ul li{
	padding:0 3% 2%;
	width: 33.33%;
	border-left: 2px solid #8DC420;
}
.comnum ul li p {
	color: #8DC420;
    font-size: 28px;
    font-weight: 400;
}
.comnum ul li b{
	color: #8DC420;
	font-size: 50px;
	font-weight: 100;
	font-family: fantasy;
	position: relative;
	z-index: 10;
}

/*
.comnum ul li b::before{
	content: "●";
	font-size: 70px;
	color: #8DC420;
	position: absolute;
    z-index: -1;
    left: -20px;
    top: -45px;
}*/

.comnum ul li span{
	color: #191f2d;
	font-weight: 500;
	font-size: 18px;
	display: block;
	margin-left: 2%;
}

.abouts{margin-bottom: 6%;}
.abouts .show{
	color: #707070;
	font-size: 16px;
	line-height: 35px;
}
.weh{
	padding: 3% 0 0;
	background-image: url(../images/whbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.disarea .title>div{color: #fff;}
.re_case .title h3::after{display: block;margin: 15px auto;}
.re_case{padding: 1% 1% 0;}
.re_case .whbox{
	height: 460px;
	margin-top: 2%;
	overflow: hidden;
	color: #fff;
	display: flex;
}
.re_case .whbox .items:first-child{
	border-left: 2px solid rgba(255, 255, 255, .3);
}
.re_case .whbox .items{
	width: 34%;
	font-size: 18px;
	line-height: 35px;
	padding: 0% 3% 8%;
	margin-top: 7%;
	border-right: 2px solid rgba(255, 255, 255, .3);
	transition: 0.5s;
}
.re_case .whbox .items .icon{
	color: #8DC420;
	font-size: 65px;
	display: inline-block;
	height: 60px;
}
.re_case .whbox .items h3{
	font-size: 23px;
	line-height: 2;
	margin: 5% 0 8%;
}
.re_case .whbox .items>div{
	color: #d7d7d7;
	height: 95px;
	opacity: 0;
}
.re_case .whbox .items:hover{
	text-shadow: 0 0 15px #000;
	padding: 1% 3% 8%;
	margin-top: 0;
	background-image: url(../images/onact.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
.re_case .whbox .items:hover div{opacity: 1;}
.re_case .whbox .items.on{
	text-shadow: 0 0 15px #000;
	padding: 1% 3% 8%;
	margin-top: 0;
	background-image: url(../images/onact.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
.re_case .whbox .items.on div{opacity: 1;}
.re_case .case_li{overflow: hidden;margin-top: 1%;}
.re_case .case_li img{width: 100%;object-fit: cover;}
.re_case  .title span{color: #fff;}
.re_case .title h3::before{background-color: #fff;}
.re_case .case_li h2{
	padding: 0 2%;
	font-size: 20px;
	line-height: 2.5;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	transition: 0.3s;
}
.re_case .case_li a:hover  h2{color: #e62129;}
.re_case .case_li h2 var{
	font-style: normal;
	float: right;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 6px;
	padding: 0 2px;
}
.re_case .case_li h2 var::after{
	content: "";
	display: block;
	width: 108%;
	height: 5px;
    background-color: #8DC420;
    transform: translateY(-13px) translateX(-3px);
}
/* zeren */
.zeren{
	padding: 3% 0;
	background-image: url(../images/zebg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: center; */
}
.zeren .title{padding-right: 8%;}
.zeren .title p{color: #8DC420;line-height: 1.7;}
.zeren .imgbox{margin-left: 15px;}
.zeren ul{margin-top: 5%;}
.zeren ul li{
	padding: 1.5% 0;
	line-height: 2.5;
	font-size: 18px;
	color: #222;
	transition: 0.5s;
	width: 55%;
	border-bottom: 1px solid #DDDDDD;
}
.zeren ul li:hover{
	width: 90%;
	font-weight: bold;
	color: #8DC420;
	text-indent: 2em;
	border-color: #8DC420;
}
.honorbox{overflow: hidden;}
.honorbox .green{background-color: #8DC420;margin-top: -5px;}
.honorbox .title>div{text-align: center;color: #fff;}
.honorbox .swiper-slide a .imgbox{background-color: #fff;padding: 10px 20px;display: block;}
.honorbox .swiper-slide a .imgbox img{width: 100%;height: 237px;object-fit: contain;}
.honorbox .swiper-slide .title{font-size: 16px;color: #fff;text-align: center;}

@keyframes move_wave{
	0% {
		background-position:right bottom;
		transform: translateX(0) translateZ(0) scaleY(1);
	}
	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.55);
	}
   100% {
		background-position:left bottom;
		transform: translateX(-50%) translateZ(0) scaleY(1);
	}
}
.honorbox .bg1-1{
    width: 6320px;
    background: url(../images/wave1.png) repeat-x right bottom;
    z-index: 2;
    animation: move_wave 20s linear 0s infinite;
}
.honorbox .bg1-2{
    width: 7280px;
    background: url(../images/wave2.png) repeat-x right bottom;
    z-index: 3;
    animation: move_wave 15s linear 0s infinite;
}
.honorbox .bg1-3 {
    background: url(../images/wave1.png) repeat-x right bottom;
    z-index: 1;
    animation: move_wave 18s linear 0s infinite;
}
@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}
.honorbox .parallax> use {
    animation: move-forever 12s linear infinite;
    transform-origin: 50% 50%;
}
.honorbox .parallax> use:nth-child(1) {
    animation-delay: -2s;
}
.honorbox .parallax> use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;
}
.honorbox .parallax> use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s;
}
.honorbox>svg{width: 100%;height: 120px;}
.honorbox .mybtn{}
.honorbox .mybtn>div{
	/* position: absolute; */
    /* top: 50%; */
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255,1);
}
.honorbox .mybtn>div::after{
	color: #8DC420;
	font-size: 20px;
}
.honorbox .mybtn>div:first-child{left: 0;}
.honorbox .mybtn>div:last-child{right: 0;}
.nnth{padding: 0 60px;position: relative;}

/* articlebox */
.articlebox{padding: 2% 0;}
.articlebox .liubox ul{text-align: left;}
.articlebox .liubox ul li{
	width: 17.5%;
	border: 4px solid #DDDDDD;
	box-shadow:unset;
}
.onesnews{background-color: #F5F5F5;margin-top: 3%;margin-bottom: 2%;}
.onesnews .imgbox img{
	width: 100%;
	height: 438px;
	object-fit: cover;
}
.onesnews .newnr{padding: 5%;}
.onesnews .newnr span{
	font-size: 17px;color: #222;line-height: 2;
}
.onesnews .newnr h2{
	font-size: 28px;
	line-height: 2;
	margin: 0 0 2%;
}
.onesnews .newnr p{
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 8%;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.onesnews .newnr .flex{
	justify-content: space-between;
    align-items: center;
}
.onesnews .newnr .mores{
	width: 200px;
	margin: unset;
	text-align: center;
}
.onesnews .newnr .mores span{color: #fff;}
.innews{margin: 0;padding-bottom: 2%;}
.innews .inners{
	background-color: #f5f5f5;
	margin: 3%;
}
.innews .news1{padding-bottom: 0;}
.innews .inners p{
	margin-bottom: 5%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innews a:hover h3{
	color: #8DC420;
}
.innews a:hover span{
	color: #8DC420;
}



/*  setinfo */
.setinfo{padding-bottom: 3%;}
.setinfo .inner{width: 97%;}
.setinfo .honor{margin-left: 3%;}
.setinfo .inner .name{background-color: #efefef;margin-bottom: 20px;}
.setinfo .inner .name h5{
	font-size: 24px;
	font-weight: bolder;
	display: inline-block;
	padding-right: 8px;
	background-color: #fff;
}
.setinfo .inner .name h5::after{
	content: "";
	display: block;
    width: 50px;
    height: 5px;
    background-color: #d30011;
    margin-top: 10px;
}
.setinfo .inner .shows a .imgbox{padding: 20px;}
.setinfo .inner .shows a{
	display: block;
	background-image: url(../images/honorbg.jpg);
    background-repeat: repeat;
    height: 200px;
    position: relative;
	width: 98%;
	margin: auto;
	margin-bottom: 2%;
}
.setinfo .inner .shows a h6{
	color:#344149;
	background-color: rgba(255, 255, 255, .7);
	font-size: 20px;
	line-height: 2;
	position: absolute;
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	bottom: 0;
	padding: 5px 0;
}
.setinfo .inner .shows a img{max-height: 151px;}
.setinfo .inner  .shows .imgbox .imgs{
	width: 100%;
	overflow: hidden;
}
.setinfo .inner  .shows .imgbox h6{
	text-align: center;
	line-height: 2.6;
	font-size: 16px;
}
/* indexadvs */
.indexadvs{
	padding: 3% 0;
	background-image: url(../images/advsbg.jpg);
	background-size: auto;
	background-repeat: repeat;
	background-attachment: fixed;
}
.indexadvs .mytxt{
	width: 89%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}
.indexadvs .rebox{padding: 20px;}
.indexadvs .rebox h3{font-size: 22px;color: #000;line-height: 2;}
.indexadvs .rebox p{color: #7f7f7f;font-size: 15px;}
.indexadvs .title{text-align: right;color: #fff;margin-top: 50%;overflow: hidden;}
.indexadvs .title h3{color: #fff;}
.indexadvs .title h3::after{background-color: #fff;margin-right: 2%;}


/* news */
.news{
	background-image: url(../images/newbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding:2% 0 5%;
	background-color: #F2F2F2;
	position: relative;
	overflow: hidden;
}
.news .product{padding: 2%;}
.news .protxt{
	text-align: center;
	margin: 0;
	padding-bottom: 2%;
}
.news .protxt p{display: block;}
.news .title img{filter: invert(1);}
.news .title h3{
	margin-top: 0%;
	white-space: nowrap;
	text-indent: 0;
}
.news .title span{
	line-height: 40px;
	white-space: unset;
	font-family: "微软雅黑";
}
.newshome .newlist li .ndate .time big{display: block;font-size: 70px;font-weight: bold;}
.news ul .time p{font-weight: bold;}
.news ul p{
	margin-top: 4.5%;
	margin-bottom: 4.5%;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goodsinfo .back{
	margin-top: 2%;
	display: inline-block;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	background-color: #fff;
	font-size: 14px;
	color: #808080;
	padding: 1% 2.5%;
}


.goodsinfo .myprobox .navgo .allpros{width: 100%;}
.goodsinfo .myprobox .navgo{width: 90%;}


.mynlist li{
	padding: 0.5% 0 2.5% 0;
	transition: 0.3s;
	float: left;
	width: 23%;
	margin-right: 2%;
	padding: 2%;
	background-color: #fff;
}
.news li h3{
	color: #23334a;font-size: 20px;
	height: 70px;white-space:normal;
    overflow: hidden;line-height: 1.7;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .case{padding: 2% 1%;}


.mynlist li:last-child{margin-right: 0;}
.mynlist li .tt{padding-bottom: 10%;}
.mynlist li:hover{background-color: #134091;}
.mynlist li:hover p{color: #fff;}
.mynlist li:hover h3{color: #fff;}
.mynlist li:hover span{background-color: #e11f27;}
.mynlist li:hover .mores{color: #fff;}

.news .news-li h3{
	color: #282828;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 3%;
	font-weight: bolder;
	transition: 0.3s;
}
.news .news-li a{
	color: #595959;
	transition: 0.3s;
}
.news .news-li a p{
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 5%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3%;
}

.news .news-li a span{
	color: #0d4b9b;
	font-size: 17px;
	line-height: 40px;
	font-weight: bolder;
	display: inline-block;
	transition: 0.3s;
}
.news .news-li a:hover span{
	margin-left: 5%;
}
.news .news-li a:hover h3{
	color: #2567c2;
}
.news-cont{
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}
.news-cont::before{
	content: "";
	display: inline-block;
	padding: 2px;
	background-color: #ccc;
	position: absolute;
    left: 6px;
    top: 5px;
}
.news .newsbtn{
	overflow: hidden; text-align: right;
	padding-right: 2px;margin-top: 6%;
}
.news .newsbtn a{}
.news .imgbox img{width: 100%;}
.news .left{width: 100%; display: flex;}
.news .left .imgbox{width: 47%;margin-right: 3%;}
.news .left .imgbox img{width: 100%;height: 270px;object-fit: cover;}
.news1{overflow: hidden;padding-bottom: 0;}
.news1 .titflx{
	padding: 15px 0;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #CCC;
}
.news1 .titflx .cons{width: 80%;}
.news1 .titflx .times{width: 20%;text-align: center;}
.news1 a{display: block;max-width: 100%;transition: 0.3s;}
.news1 a .right{text-align: right; color: #8DC420;font-size: 16px;}
.news .singlebox{padding-bottom: 1%;margin-top: 3%;}
.mz{font-size: 12px;}
.mz p{font-size: 12px;margin: 0;}

.news .newsone .times{
	padding: 3% 0 4% 3%;
	display: block;
	color: #fff;
	text-align: left;
	line-height: 2;
	opacity: 0.6;
}
.times span{
	font-size: 36px;
	font-weight: bold;
	color: #222;
	line-height: 1.5;
	margin-left: 10px;
	transition: 0.3s;
}
.inners h3{
	color: #181b26;
	font-size: 20px;
	line-height: 1.5;
	margin-right: 5%;
	transition: 0.3s;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inners p{
	color: #969696;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	/* display: block; */
	/* white-space: nowrap; */
	margin-bottom: 7%;
}
.news1 .icon{
	font-size: 16px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	margin-right: 10px;
	color: #fff;	
	background-color: #8DC420;
    transform: translateY(1px);
	display: inline-block;
	margin-left: 10px;
	transition: 0.2s;
}
.news1 .icon:before{transition: 0.3s;}
.news1:hover .icon{color: #fff;background-color: #8DC420;}
.news1:hover .icon:before{display: inline-block;transform: rotate(45deg);}
.news .newsbtn .icon{margin-left: 12%;}
.news .defaults{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}
.news .left .mores{border: 1px solid #d1d2d3;}
.news .rebox{border: 1px solid #d8dbe4;background-color: #fff;}
.news .rebox>.text-center{border-top: 10px solid #3b4045;}
.news .newsone{
	display: block;
	margin: 4% 10px 3% 0;
}
.news .newsone a{
	display: block;
	background-color: #8DC420;
}
.news .newsone img{
	width: 100%;
	height: 416px;
	object-fit: cover;
}
.news .newsone h2{
	padding: 3%;
	color: #fff;
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 1%;
}
.news .newsone p{
	font-size: 16px;
	color: #6f6f6f;
	line-height: 35px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsonego{line-height: 4.2;}
@keyframes downico {
	0% { -webkit-transform: translateX(-40%); transform: translateX(-40%); opacity: 0.5; }
	50% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
	100% { -webkit-transform: translateX(-40%); transform: translateX(-40%); opacity: 0.5; }
}
.newsonego img {
	margin-top: -10px;
	-webkit-animation: downico 1.5s ease-in-out 1s infinite;
	animation: downico 1.5s ease-in-out 1s infinite;
}
.news .newsone h3{font-size: 18px;line-height: 2.5;}
.news .newsone p{font-size: 15px;color: #787878;margin-bottom: 15px;}
.news .newsone .zb{font-size: 24px;color: #31394c;}

.indexnewslist{margin-left: 4%;}
.indexnewslist li{
	border: 1px solid #d8dbe4;
	background-color: #fff;
	margin-bottom: 2.4%;
	position: relative;
    transition: all 0.5s;
}
.indexnewslist li .text-center{
	width: 83%;
	transition: 0.3s;
	padding: 15px 0;
	background-color: #a2a2a2;
}
.indexnewslist li:hover .text-center{
	background-color: #e50000;
}
.indexnewslist li:after{
    /* position: absolute; */
    content: "";
    width: 100%;
    height: 0px;
    background: #037edb;
    left: 0;
    bottom: 0px;
    transition: all 0.5s;
    right: 0;
    transition: transform 0.5s;
    margin: auto;
    transform-origin: right center;
	transform: scaleX(0);
}
.indexnewslist li:hover:after{
	transform-origin: left center; transform: scaleX(1);
}
.indexnewslist li:hover{
	-webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 0 20px rgba(6, 102, 204, 0.5);
    -moz-box-shadow: 0 0 20px rgba(6, 102, 204, 0.5);
	box-shadow: 0 0 20px rgba(6, 102, 204, 0.5); 
}

.indexnewslist h3{
	font-size: 16px;
	color: #2c2d2d;
	line-height: 3.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newslist li{
	border-top: 1px solid #ccc;
	transition: 0.3s;
	padding: 2% 0 1% 1%;
}
.newslist li:last-child{
	border-bottom: 1px solid #ccc;
}
.newslist li h3{
	font-size: 26px;
	line-height: 3;
	color: #000;
}
.newslist li p{
	font-size: 16px;
	line-height: 35px;
}
.newslist li .mores{
	margin-top: 22%;
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid #333;
	line-height: 35px;
}
.newslist li .mores span{
	font-size: 16px;
}
.newslist li .time{
	width: 70%;
	margin: auto;
	margin-top: 7%;
	border: 1px solid #ccc;
}
.newslist li:hover{
	background-color: #f0f0f0;
}
.newbody .news{
	background-color: #fff;
}
.newsconts .time{
	height: 50px;
    line-height: 50px;
	margin-top: 25px;
	color: #666;
    border-top: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 20px;
}
.newsconts .time .o{
	display: inline-block;
	margin-right: 20px;
}
.contenbox{
	font-size: 16px;
	font-family: "微软雅黑";
}
.zx_news{
	float: right;
	width: 96%;
	padding: 4.5% 8%;
	border-radius: 10px;
	background-color: #edf3ff;
}
.zx_news h2{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 2.2;
}
.zx_news ul{
	padding: 2% 5%;
	border-radius: 10px;
	border: none;
	background-color: #fff;
}
.zx_news ul li{
	border: none;
	padding: 0;
}
.zx_news ul li a{
	padding: 2.4% 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zx_news ul li a::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	padding: 3px;
	border-radius: 50%;
	margin-right: 8px;
	background-color: #a0a0a0;
}
/*newend*/
.conpage{padding: 2% 0;}
.conpage ul li .flex{
	align-items: center;
}
.conpage ul li .icon{
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 89px;
	color: #8DC420;
	margin-right: 2%;
}
.conpage ul li .info p{
	font-size: 16px;
    line-height: 2.5;
    margin-bottom: 6px;
}
.conpage ul li .info h6{
	font-size: 32px;
	color: #8DC420;
	font-weight: bold;
}
.sjmeaasge{
	color: #fff;
	padding: 4%;
	background-color: #8DC420;
}
.sjmeaasge #formData{
	width: 100%;
}
.sjmeaasge p{
	font-size: 16px;
	/* opacity: 0.7; */
	line-height: 35px;
}
.sjmeaasge #formData input{
	border: unset;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.1);
}
.sjmeaasge #formData textarea{
	border: unset;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.1);
}
.sjmeaasge #formData .form-tr .code input{width: 48.5%;}
.sjmeaasge .in1{width: 97%;}
.sjmeaasge .in2{margin-left: 3%;}
.sjmeaasge #formData .submit{
	width: 100%;
	background-color: #fff;
	color: #8DC420;
	border-radius: 10px;
	transition: 0.3s;
}
.sjmeaasge #formData .submit:hover{
	transform: translateY(-5px);
	box-shadow: 0 0 10px #333;
}
.map{margin-top: 3%;}
#map{
	width: 100%;
	padding-bottom: 83.2%;
	background-color: #a7d9f2;
}

/* ls_team */
.ls_team{
	padding: 3% 0;
	background-image: url(../images/fcbg.jpg);
	background-size: auto;
	background-repeat: repeat;
}
.ls_team .title h3{margin-top: 5%;color: #fff;}


#prev_next{margin: 10px 10px;clear: both;overflow: hidden; }
#prev_next li{margin: 10px 0;}
#prev_next li i{ margin-right: 5px; }
#prev_next li a:hover{ color: #2567c2; }
#prev_next li div{ display: inline-block; }
#prev_next li:first-child{float: left;}
#prev_next li:last-child{float: right;}


/*mesages*/
.de-message{ margin: 25px auto; overflow: hidden;}
#formData{
	width: 60%;
	min-width: 300px;
    margin:30px auto;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
}
#formData .error{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
#formData .submit{
    margin-top: 15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0056ab;
    color: #fff;
    font-size: 15px;
}
.form-tr .code {
    overflow: hidden;
}
#formData .form-tr .code input{
    width: 188px;
    float: left;
}
.form-tr .code .verify{
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#formData textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
}
.rig-title-over{text-align: center;}
.articlebox .ind{
	width: 92%;
    margin: 4% auto;
	box-shadow: 0 0 5px #ccc;
	background-color: #fff;
}
.articlebox .ind h5{
	color: #222;
	font-size: 16px;
	padding: 20px 5px;
	text-align: center;
	background: #EEEEEE;
	
	/* background-color: #8DC420; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s;
}
.articlebox .ind p{
	color: #929292;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 2%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.articlebox .ind:hover h5{background-color: #8DC420;color: #fff;}
.articlebox .ind img{width: 100%;height: 240px;object-fit: contain;}

/* singlebox */
.c4{background-color: #F4F4F4;}
.singlebox{
	margin: 6% auto 0;
	padding: 7.5%;
	background-image: url(../images/dian.png);
	background-repeat: repeat-x;
	background-position: 0% 25px;
	background-color: #fff;
	box-shadow: 0 0 10px #666;
	font-size: 16px;
	line-height: 33px;
}
.singlebox p{margin-bottom: 10px;}
.singlebox h2{
	font-size: 28px;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2%;
}
.singlebox .imgbox{
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.slidBox{
	/* position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	min-width: 1024px;
	z-index: 110;
	margin: 0 auto;
	padding: 0 18%;
	opacity: 0;
	z-index: -1; */


	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	top: 119px;
	left: 0;
    z-index: -1;
    width: 100%;
    background-position: center;
    background-size: cover;
    padding: 1.5rem 1.6rem 10px;
    transition-property: none;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -ms-transition-property: none;
	-o-transition-property: none;
	background-image: url(../images/inlogo.png);
	background-repeat: no-repeat;
	background-position: 100% 99%;
	background-size: 240px;
	background-color: rgba(233, 233, 233, 0.99);
	/* border-top: 1px #efefef solid; */
}
.slidBox .inner{
	overflow: hidden;
	border-top: 1px #dce4e8  solid;
}
.slidBox .navSbox{
	text-align: left;
	width: 90%;
    border-right: 1px solid #c5c5c5;
    padding: 12% 17%;
}

.prolun .slidBox .navSbox{padding: 0% 17%;}
.slidBox .navSbox li a{
	font-size: 16px;
	color: #222;
	line-height: 40px;
	transition: 0.3s;
}
.slidBox .navSbox li a::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #8DC420;
	border-radius: 50%;
	margin-right: 20px;
}
.slidBox .navSbox li a:hover{
	color: #8DC420;
}
.onetitle{
	padding: 4% 0;
	font-size: 16px;
	line-height: 33px;
	color: #222;
	opacity: 0.8;
	text-align: left;
	text-indent: 2em;
}
/* pro-item */
.pro-list{padding: 3.5% 0;}
.pro-list .pro-item:nth-child(even) .imgs{
    order:2;
}
.pro-list .pro-item:nth-child(even) .inlist{
    order:1;
}
.pro-item{
	display: flex;
	align-items: flex-end;
	background-color: #F5F5F5;
}
.pro-item>div{
	width: 50%;
	background-color: #F5F5F5;
}
.pro-item .imgs{
	color: #fff;
	background-image: url(../images/goods1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3%;
	overflow: hidden;
}
.pro-item .imgs h2{
	font-size: 20px;
	line-height: 2;
	margin-bottom: 3%;
}
.pro-item .imgs p{
	height: 129px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 3%;
	width: 70%;
}
.pro-item .imgs a{
	float: right;
}
.pro-item .inlist{padding: 20px 0;}
.pro-item .inlist a{
	display: block;
	margin: 5%;
}
.pro-item .inlist a .imgbox{
	padding: 15px;
	background-color: #fff;
}
.pro-item .inlist a img{
	height: 210px;
	width: 100%;
	object-fit: contain;
}
.pro-item .inlist a h3{
	text-align: center;
	/* padding: 5%; */
	font-size: 16px;

	line-height: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}




/*contact*/
.contact-list{
	overflow: hidden;
	padding: 5%;
	margin-right: 6%;
	background-color: #f8f8f8;
}
.contact-list ul li {
	min-height: 36px;
	padding: 6.41% 0;
	font-size: 16px;
	color: #666;
	word-wrap: break-word;
	line-height: 36px;
	border-bottom: 1px solid #d9d9d9;
}
.contact-list ul li:last-child{border: none;}
.contact-list ul li span {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: #0038bd;
}

#dituContent {
	overflow: hidden;
	width: 100%;
	height: 475px;
}

/* 分页 */
.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 10px 0 35px;
    clear: both
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden
}

.de-page-mian .page-inner a {
    display: block;
    width: auto !important;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    margin: 0 5px;
    height: 36px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden
}

.de-page-mian .page-inner a.active,.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: #333;
    background: #333
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px
}

.de-page-mian .page-inner a.prev::before {
    content: "<<";
    display: inline-block
}

.de-page-mian .page-inner a.prev:hover {
    border-color: #ddd
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px
}

.de-page-mian .page-inner a.next::before {
    content: ">>";
    display: inline-block
}

.de-page-mian .page-inner a.next:hover {
    border-color: #ddd
}

.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px
}


/* footer */
.search{overflow: hidden;}
.search form input{
	border: none;
	outline: none;	
}
#search_text{
	float: left;
    padding-left: 18px;
	font-size: 16px;
	color: #000;
	width: 350px;
	line-height: 40px;
	border: 1px solid #fff;
}
.search form button{
	font-size: 16px;
	border: none;
	outline: none;
	color: #fff;
	line-height: 41px;
	padding: 0 8%;
	cursor: pointer;
	border: 1px solid #597191;
	transition: 0.3s;
	background-color: transparent;
	border-radius: 0;
}
.search form button:hover{color: #e62129;}
footer{color: #fff;background-color: #222;}
footer a{color: #fff;}
footer .link{
	color: #fff;
	padding: 18px 0;
	font-size: 16px;
	border-top: 1px solid rgba(216, 216, 216, 0.31);
	border-bottom: 1px solid rgba(216, 216, 216, 0.31);
}
footer .link .inks{
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2%;
}
footer .link .inks>img{
	/* display: block; */
}
footer .link a{color: #fff;}
footer .pad5{padding-left: 10%;}
footer .link span{
	font-size: 14px;
	display: inline-block;
	margin-right: 1%;
}
footer .footel{}
footer .footel h2{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	line-height: 67px;
}
footer .footel h2 span{
	color: #fff;
	opacity: 0.2;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

footer .fotbox{width: 100%;margin: auto;padding-bottom: 4%;}
footer .lcoinfo{font-size: 16px;line-height: 30px;}
footer .lcoinfo .icon{
	font-size: 28px;
	color: #fff;
}
footer .lcoinfo span{color: #7a7a7a;}
footer .copyright{
	padding: 1.5% 0;
	background-color: #151a21;
  position: relative;
    z-index: 1;
}
footer .lcoinfo .vx{margin-right: 5%;}
footer .foot{
	padding: 5% 0 0;
	font-size: 14px;
	color: #7a7a7a;
}
footer .foot a{color: #fff;}
footer .fotbox .flex{justify-content: space-between;}
footer .fotbox .code{
	text-align: center;
	/* padding: 0 2%; */
}
footer .fotbox .code p{
	color: #c5c5c5;
	font-size: 16px;
	line-height: 40px;
	background: #696868;
}


.pad .fotnav{
	/* margin-top: 3%; */
	/* padding-top: 3%; */
}
.fotnav p{line-height: 30px;}
.fotnav p b{color: #8DC420;font-size: 24px;font-weight: bold;}
.fotlog p{
	font-size: 18px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 6%;
}
footer .foot ul li{
	line-height: 30px;
	font-size: 15px;
	float: left;
	width: 16%;
}

footer .foot ul li:last-child{
	width: 20%;
	/* text-align: right; */
}
footer .foot .addtel{font-size: 18px;line-height: 35px;}
footer .foot .fline{
	margin: 10px auto;
	position: relative;
	text-align: center;
}
footer .foot .fline .icon{
	font-size: 50px;
	color: #919fd0;
	background-image: url(../images/quan.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 17px;
	margin: 0 1%;
}
footer .foot .fline::before{
	content: "";
	display: inline-block;
	width: 45%;
	border: 1px solid #c9c7c7;
	vertical-align: text-top;
}
footer .foot .fline::after{
	content: "";
	display: inline-block;
	width: 45%;
	border: 1px solid #c9c7c7;
	vertical-align: text-top;
}
footer .lcoinfos{
	padding: 3% 0;
	border-top: 1px solid rgba(255, 255, 255, .3);
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}
footer .lcoinfos .flex{
	font-size: 15px;
	justify-content: space-between;
}
footer .lcoinfos .icon{
	display: inline-block;
	width: 50px;height: 50px;text-align: center;line-height: 50px;
	border: 1px solid #fff;font-size: 20px;border-radius: 50%;
}
footer .lcoinfos .tel{
	font-size: 24px;
	color: #e11f27;
	font-weight: bold;
}
.foot .liuyan{
	background-color: #0c1931;
}
.foot .liuyan .liuyanbox{
	color: #fff;
	border-radius: 15px;
	margin-top: -20px;
	padding: 2%;
	background-color: #0056ab;
	position: relative;
	z-index: 1;
}
.foot .liuyan .liuyanbox h6{font-size: 28px;line-height: 2;}
.liuyanbox #formData{width: 100%;}
.liuyanbox #formData .froms .code{
	display: flex;
	justify-content: space-around;
}
.liuyanbox #formData input{
	padding: 4%;
	font-size: 16px;
	border-radius: 8px;
	height: 56px;
	color: #000;
}
.liuyanbox #formData textarea{
	color: #000;
	height: 56px;
	line-height: 34px;
	padding:  1% 4%;
	font-size: 16px;
	border-radius: 8px;
}

.liuyanbox #formData .in3{
	width: 45%;
	margin: 5px 2.5%;
	float: left;
}

.liuyanbox #formData .submit{
	color: #fff;
	font-size: 18px;
	margin-top: 0;
	background-color: #0051a4;
	padding: 5px 7px;
	border-radius: 7px;
	height: 56px;
	transition: 0.3s;
	display: inline-block;
	border: 2px solid #0051a4;
	font-weight: 400;
}
.liuyanbox #formData .close{
	color: #262626;
	font-size: 18px;
	margin-top: 0;
	background-color: transparent;
	padding: 5px 7px;
	border-radius: 7px;
	height: 56px;
	transition: 0.3s;
	display: inline-block;
	border: 2px solid #0051a4;
	float: unset;
	line-height: 40px;
	width: 190px;
	font-weight: 400;
	opacity: 1;
	transform: 0.5s;
}
.liuyanbox #formData .close:hover{
	color: #fff;
	background-color: #0051a4;
}

.liuyanbox #formData .submit:hover{
	box-shadow: 0 0 8px #ccc;
}
.liuyanbox #formData .code input{width: 50%;padding: 2%;}
.liuyanbox #formData .code .verify img{height: 56px;border-radius: 7px;}
.liuyanbox #formData .code .verify{margin: 0 2% 0 0;}


.footnav{overflow: hidden;}
.footnav a{
	font-size: 15px;
	text-align: center;
	display: block;
	margin-bottom: 13px;
	
}
.footnav a:last-child{border: none;}
.foot .copy{
    color: #bebebe;
    font-size: 14px;
    text-align: center;
    margin: 20px auto;
    line-height: 25px;
}
.gotop{
	background-color: #d30011;
	text-align: center;
	line-height: 65px;
}
.gotop img{margin-top: -55px; cursor: pointer;}
.ercode{line-height: 2;}
footer .foot .addtel span{
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
}
footer .foot h5{
	font-weight: bold;
	color: #8DC420;
	line-height: 40px;
	padding-bottom: 8px;
	font-size: 36px;
	margin-top: 3%;
	margin-bottom: 8px;
}
footer .foot .searchbox{
	position: unset;
	transform: unset;
	color: #000;
	overflow: hidden;
	padding: 2% 4%;
	margin-top: 3%;
}
footer .foot .searchbox>div{width: 50%;float: left;}
footer .fotnav a{
	color: #7a7a7a;
	font-size: 16px;
	margin-top: 5px;
	display: block;
	/* text-align: center; */
	line-height: 30px;
	transition: 0.3s;

	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
footer .fotnav a .icon{
	color: #8DC420;
	font-weight: 100;
}
footer .foot ul li a:first-child{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	line-height: 20px;
}
.fotnav a:hover{color: #8DC420;}
.rightnav {
    position: fixed;
    right: 12px;
    top: 54%;
	z-index: 9;
	zoom: 0.75;
}

.rightnav li{
    width: 84px;
    position: relative;
    margin-bottom: 2px
}
.rightnav li:last-child{border: none;}
.rightnav li.weightcons{border: none;}
.weightcons a{border-radius: 15px}
.rightnav li a{
    color: #fff;
    font-size: 16px;
    padding: 13px 12px;
    display: block;
    text-align: center;
    transition: .3s;
	line-height: 1px;
	border-radius: 15px;
	box-shadow: 0 5px 5px #ccc;
	background-color: #8DC420;
}

.rightnav li a img{margin-bottom: 10px}
.rightnav li>a:hover{background-color: #e50000}
.rightnav .hover_con a{font-weight: bolder}

.rightnav li .hover_con {
    width: 166px;
    border-radius: 3px;
    position: absolute;
    left: -175px;
    color: #fff;
    text-align: center;
    background-color: #e50000;
    padding: 5px;
    height: auto;
    top: 0;
    transform: rotateX(-90deg);
    transition: all .2s linear 0s;
    max-height: 140px
}
.rightnav li .hover_con img{margin: auto;}

.rightnav li .hover_con a{
	background-color: #e50000;
	box-shadow: 0 5px 5px #e50000;
}
.rightnav li:hover .hover_con {
    left: -176px;
    transform: rotateY(0deg)
}
#plugin-contact-ring2{display: none;}
.home .product{
	background-color: #fff;
	padding-top: 3%;
	padding-bottom: 0%;
	position: relative;
}
.home .product .indexgood{
	position: absolute;
	left: 0;
	width: 34.5%;
	bottom: 0;
}
.home .product .telnum{margin-top: 16%;}
.home .product  .telnum span{
	font-size: 20px;
	display: block;
	color: #344149;
}
.home .product .telnum  a{
	font-size: 26px;
	font-weight: bold;
	color: #e50000;
}
.home .product .telnum i{
	font-size: 32px;
	font-weight: bold;
	color: #e50000;
	vertical-align: sub;
}
.home .product .title{text-align: right;}
.home .product .title p{font-size: 62px;color: #3b4045;line-height: 1;}
.home .product .title h3{font-weight: 400;color: #e50000;line-height: 2;}
.home .product .title h3::after{display: none;}
.index_goodlist{text-align: center;margin-top: 7%;}
.index_goodlist .probox img{margin: auto;}
.index_goodlist .probox{
	background-color: #e6e6e6;
	transition: 0.3s;
	display: inline-block;
}
.index_goodlist .probox h2{
	font-size: 25px;
	color: #344149;
	line-height: 2;
	transition: 0.3s;
}
.index_goodlist .probox p{
	font-size: 16px;
	color: #969696;
	line-height: 30px;
	transition: 0.3s;
}
.index_goodlist .probox .imgbox{
	transition: 0.3s;
	margin-top: -37%;padding-bottom: 7%;
}
.index_goodlist .probox .procons{padding: 20% 7%;}
.index_goodlist li:hover .probox{
	background-color: #e50000;
	margin-top: -6%;
}
.index_goodlist li:hover h2,.index_goodlist li:hover p{color: #fff;}
.index_goodlist li:hover .imgbox{
	margin-top: -45%;
    padding-bottom: 20%;
}
/* honor */
.indexhonor{background-color: #fff;padding-top: 1%;}
.indexhonor .title{text-align: center;}
.indexhonor .title h3::after{display: block;margin: 25px auto;}
.indexhonor .honorshows{
	background-image: url(../images/honorbg.jpg);
	background-repeat: repeat;
	height: 407px;
	position: relative;
	margin-right: 1%;
}
.indexhonor .honorshows .imgs{padding: 30px;}
.indexhonor .honorshows .imgbox img{height: 305px;}
.indexhonor .honorshows h6{
	color:#344149;
	background-color: rgba(255, 255, 255, .7);
	font-size: 20px;
	line-height: 2;
	position: absolute;
	width: 100%;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	bottom: 0;
	padding: 5px 0;
}


.imageslist{
	padding-bottom: 2.5%;
}
.imageslist .imgbox{
	overflow: hidden;
}
.imageslist .imgbox img{
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: all 0.3s;
}

.imageslist a{
	width: 90%;
	margin: auto;
	display: block;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	color: #3e3e3e;
	margin-bottom: 8%;
	border: 1px solid #dcdcdc;
	box-shadow: 0 0 5px #ccc;
}
.imageslist a p{
	padding: 5% 4%;
	margin: 0;
	background-color: #f0f0f0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.imageslist a:hover p{color: #ff6b00;}
.imageslist a:hover img{transform: scale(1.1);}
.product{padding:3% 0 3%;}
.product .goods{
	background-color: #fff;
	background-color: #F5F5F5;
	box-shadow: 0 0 5px #dedede;
}
.ccc{background-color: #f5f5f5;}
.ccc .innder{padding: 0 5.6%;overflow: hidden;}
@media (max-width:1800px){
	.youshi .con{
		margin-top: 3%;
		margin-bottom: 5%;
	}
	.mycons1{height: 1288px;}
	.advimg{height: 603px;object-fit: cover;}
}
@media (max-width:1500px){
	.advimg{height: 585px;}
	.youshi .name ul li a h6{font-size: 21px;}
	.youshi .name ul li a .icon{margin-right: 14%;}
	.mycons1{height: 1235px;}
	.crubnav{padding-top: 16px;}
	.inbanner p{margin-top: 5%;}
	.conpage ul li .info h6{font-size: 26px;}
	footer .foot h5{font-size: 32px;}
	.container{width: auto;padding: 0 4%;}
	.inbanner-content{width: auto;padding: 0 4%;}
	.slidBox .navSbox li a{font-size: 15px;line-height: 32px;}
	.banner .txt h3{font-size: 56px;margin-bottom: 3%;}
	.banner .txt p{font-size: 32px;}
}
@media (max-width:1400px){
    .rightnav{top:32%;}
	.advimg{height: 512px;}
	footer .fotbox .code{zoom: 0.8;}
	.mores{font-size: 15px;}
	footer .foot h5{font-size: 26px;}
	.allpros a{font-size: 16px;}
	.probox li a .imgbox img{height: 220px;}
	.container{width: 1200px;max-width: 100%;}
	.probox ul li a{line-height: 42px;}
	.banner{padding-bottom: 45%;}
	.home .product .title p{font-size: 42px;}
	.title h3{font-size: 34px;}
	.home .product .telnum a{font-size: 20px;}
	.mainbav>li a{font-size: 16px;}
	.mainbav>li.tel{font-size: 18px;}
	.titfix .mynums{margin: 0 15%;}
	.company .mybox{background-size: cover;}
	.pro-item .inlist{padding: 10px 0;}
	footer .lcoinfo{font-size: 14px;}
	footer .fotnav a{font-size: 14px;}
	.crubnav{padding-top: 10px;}
	.mycons1{height: 1007px;}
	#swiper-container1 img{height: 240px;}
	.banner .txt h3{font-size: 50px;margin-bottom: 3%;}
	.banner .txt p{font-size: 30px;}
	.banner .txt{top: 50%;}
	.company .infoshow p{font-size: 15px;line-height: 28px;}
	.comnum ul li b{font-size: 40px;}
	.company{padding: 0.5% 0 0;}
	.products .goodbox h5 .icon{font-size: 45px;}
	.youshi .name ul li a .icon{
		width: 60px;height: 60px;line-height: 60px;
		font-size: 36px;
		margin-right: 8%;
	}
	.youshi .container{padding: 0 2%;}
	.advbox .container{padding: 0 2%;}
	.youshi .name ul li a h6{font-size: 19px;}
	.youshi .con{margin-top: 5%;margin-bottom: 8%;}
	.case{padding: 0;}
	.advbox{padding: 3% 0 5%;}
	.times span{font-size: 28px;}
	.inners h3{font-size: 18px;}
	.news1 .titflx{padding: 9px 0;}
	.news{padding: 2% 0 3%;}
	.news .newsone img{height: 355px;}
	.news .newsone h2{font-size: 18px;}
	footer .foot{padding: 3% 5px 0;}
	footer .container{padding: 0;}
	footer .fotbox{padding-bottom: 2%;}
	.crubnav a::after{margin: 10px auto;}
	.title>div{font-size: 24px;}
	.title{margin: 14px auto;}
	#plant .swiper-slide img{height: 210px;}
	.re_case .whbox .items{font-size: 15px;}
	.re_case .whbox{height: 360px;}
	.re_case .whbox .items h3{font-size: 20px;}
	.re_case .whbox .items .icon{font-size: 55px;height: 50px;}
	.title p{font-size: 21px;}
	.zeren ul li{width: 75%;padding: 0.5% 0;font-size: 15px;}
	.honorbox .swiper-slide a .imgbox img{height: 180px;}
	.honorbox>svg{height: 95px;}
	.honorbox .swiper-slide a .imgbox{padding: 10px;}
	.inbanner h2{font-size: 32px;}
	.inbanner p{font-size: 17px;margin-top: 2%;}
	.inbanner-content{top: 60%;}
	.pro-item .imgs p{font-size: 14px;}
	.mores .icon{margin-left: 13%;margin-right: 8%;}
	.pro-item .inlist a img{height: 190px;}
	.myprobox img{height: 300px;}
	.goodspage .myprobox .item h5{font-size: 23px;}
	.goodspage .myprobox .item .info{font-size: 15px;line-height: 26px;height: auto;}
	.myprobox .mores{margin-top: 8%;}
	.goodinfo .gallery-top{height: 340px;}
	.goodsdefault .protxt h2{font-size: 22px;}
	.conpage ul li .info h6{font-size: 18px;}
	.conpage ul li .icon{
		width: 82px;
		height: 82px;
		font-size: 65px;
		line-height: 90px;
	}
	#formData .error{height: 0;}
	#formData{margin: 10px auto;}
	#formData textarea{height: 130px;}
	.articlebox .ind h5{padding: 13px 5px;}
	.onetitle{font-size: 15px;padding: 3% 0;line-height: 30px;}
	.onesnews .newnr p{margin-bottom: 4%;}
	.onesnews .newnr h2{font-size: 25px;}
	.onesnews .imgbox img{height: 346px;}
	.innews .inners{margin: 2%;padding: 2% 2% 4%;}
	.singlebox{background-position: 0 15px;padding: 7.5% 3%;background-size: 68px;}
	.abouts .show{height: 478px;overflow-y: scroll;}


}

@media (max-width:1200px){

	.mycons1{height: 1000px;}
	.youshi .con{margin-top: 30px;margin-bottom: 55px;}
	.youshi .name ul li{margin-bottom: 12px;}
	.crubnav a{line-height: 41px;}
	.goodspage 	.product .goods{padding: 2% 0;}
	.myprobox .pro img{height: 200px;}
	.myprobox .navgo .navbox h3{font-size: 19px;}
	.myprobox .navgo .navbox .contact-box .tel{font-size: 19px;}
	#search_text{width: 320px;}
	.articlebox .ind img{height: 195px;}
	.products .move img{max-height: 300px;}
	.allpros{padding: 13.5px 10px;}
	.protxt span{font-size: 40px;}
	.protxt h2{font-size: 25px;}
	.products .progo a{font-size: 16px;}
	.allpros a{font-size: 14px;padding: 5px 8px;}

	.cominfo h2{font-size: 30px;line-height: 30px;margin-bottom: 5px;}
	
	footer .foot .fline::before{width: 40%;}
	footer .foot .fline::after{width: 40%;}
	.headinner{padding: 0 1%;}
	header .webtit{width: 47%;}
	.mainbav>li a{font-size: 14px;}
	.header h1{margin-top: 0;}	
	.container{width: 100%;}
	
}
@media (max-width:992px){
  footer .foot ul li a:first-child{font-size:16px;}
  
  
  
	.youshi .con{font-size: 15px;}
	.youshi .name{width: 95%;}
	.youshi .name ul li a{padding: 20px 3px 15px 10px;}
	.advimg{height: 478px;}
	.banner .txt h3{font-size: 36px;}
	.banner .txt p{font-size: 20px;}
	.banner .big{font-size: 28px;}
	.banner .cbtn{font-size: 17px;}
	.company .mapimgs{width: auto;margin-top: 1%;}
	.company .mybox .in{margin-left: 0;}
	.comnum ul{margin: 5% auto 0;}
	.mycons1{height: 900px;}
	.youshi .name ul li a{zoom: 0.8;}
	.inners p{margin-bottom: 4.5%;}

	.comnum ul li b{font-size: 35px;}
	.title{margin: 10px auto;}
	.title>div{font-size: 20px;}
	.crumbs{padding: 15px 0;}
	.conpage ul li .icon{
		width: 56px;
		height: 66px;
		font-size: 51px;
		line-height: 75px;
	}
	.sjmeaasge p{line-height: 27px;}
	#formData textarea{height: 92px;}
	.conpage ul li .info p{font-size: 15px;}
	.conpage ul li .info h6{font-size: 16px;}
	.mainbav>li.tel a{padding: 0 12px;}
	.mainbav>li a{line-height: 48px;}
	.onesnews .newnr h2{font-size: 20px;}
	.goodall h2{font-size: 22px;}
	.goodall .cons{margin: 3% 0;font-size: 15px;}
	.goodsdefault .protxt h2{font-size: 19px;}
	footer .lcoinfo{font-size: 13px;}
	.goodall .telall a{width: 160px;font-size: 15px;padding: 3px 0;}
	.goodspage .crubnav a{padding: 0 12px;}
	.indexcoms .comnum ul li{padding: 2% 1%;}
	.comnum ul li span{font-size: 16px;}
	.inbanner img{height: 260px;}


	.conpage ul li .info p{line-height: 2;}
	footer .link{padding: 10px 12px;}
	#search_text{width: 320px;font-size: 14px;}
	.fotnav a{font-size: 14px;}
	.search form button{font-size: 14px;}
	.mores{font-size: 15px;padding: 5px 20px;}
	.pro-item .imgs p{font-size: 14px;line-height: 27px;}
	.pro-item .inlist a img{height: 150px;}
	.mainbav>li.tel a{font-size: 15px;}
	.mainbav>li.tel a span{font-size: 20px;}
	.mainbav>li.tel{font-size: 14px;}
	.mainbav>li{margin: 9px 0;padding: 1px 0;width: 8.2%;}
	.mainbav>li.logos{width: 20%;}
	.goodspage .myprobox .item h5{font-size: 18px;line-height: 28px;height: auto;margin-bottom: 1%;}
	.goodspage .myprobox .item .info{font-size: 14px;line-height: 20px;}
	.myprobox img{height: 234px;}
	.header{height: 72px;}
	.inbanner h2{font-size: 27px;}
	.abouts .show{font-size: 15px;line-height: 30px;}

	.crubnav{padding-top: 0;}
	.news .newsbtn{margin-left: 20%;}
	.case .swiper-slide a img{height: 240px;}
	.news .times{font-size: 12px;    min-width: 57px;}
	.mynbox .tt .time span{font-size: 30px;}
	.news .times span{font-size: 30px;}
	.news h3{font-size: 16px;max-width: 99%;}
	.news p{font-size: 14px;}
	.protxt span{font-size: 34px;}
	.news .newsbtn a{line-height: 23px;}
	.products .goodbox h5 .icon{font-size: 40px;margin-right: 5%;}
	.youshi .name ul li a h6{font-size: 22px;}
	.company .mapimgs img{width: 100%;height: 450px;object-fit: cover;}
	.company .infoshow h2 img{zoom: 0.8;margin-bottom: 20px;}
	.company .rightcons p{font-size: 14px;}
	.company{background-size: auto;}
	.company .protxt{text-align: center;}
	.company .rightcons{text-align: center;margin:5px auto ;}
	.titfix .mynums{font-size: 20px;margin: 0 5%;}



	.products .goodbox .letimgs h5{font-size: 20px;}
	.products .goodbox .letimgs p{font-size: 14px;}
	.products .move img{max-height: 200px;}
	.header{    background-size: 68% 100%;}
	.products .txt p{font-size: 19px;}
	.probox li a .imgbox img{height: 170px;}

	.indexadvs .title{text-align: center;}
	.cominfo h2{font-size: 25px;margin-bottom: 20px;}
	.myprobox .swiper-slide h4{font-size: 16px;}
	.myprobox .swiper-slide a{width: 96%;}
	.region .rebox{width: 94%;margin: 8px auto;}
	.banner .slide-content a{font-size: 24px;width: 190px;}
	.comnum ul li b{font-size: 32px;}
	.cominfo .infoshow{padding-left: 0;}
	.setinfo .inner{width: 100%; margin-bottom: 25px;}
	.setinfo .honor{margin-left: 0;}
	.cominfo{width: 100%;}
	.region .rebox p{font-size: 18px;}
	.region .rebox h6{font-size: 16px;}
	.probox ul li a{line-height: 24px;}

	header .webtit{display: none;}
	header h1{width: 100%;}
	.title p{font-size: 24px;}
	.title h3{font-size: 26px;}
	.probox ul{margin-right: 0;}
	.probox .mores{margin-right: 0;}
	.myprobox .swiper-slide a img{width: 100%;    height: 178px;object-fit: contain;}
	#swiper-container1{height: 300px;}
	/* #swiper-container1 .swiper-wrapper{display: block;} */
	/* #swiper-container1 .swiper-slide{height: 245px; float: left;} */	
	.setinfo .inner .shows .imgbox img{height: 175px;}
	.company .infoshow{text-align: center;}
	.company .infoshow p{margin: auto;}
	.news .left .imgbox img{height: 210px;}
	.news .newsbtn a{font-size: 15px;}
	.news .newsbtn a span{font-size: 17px;}
	.banner .swiper-button-next{top: 70%;}
	.banner .swiper-button-prev{top: 70%;}


}
@media (max-width:767px){
	.news .newsone{margin: 4% 0 3% 0;}
	.re_case .whbox{display: block;overflow: hidden;}
	.re_case .whbox .items{float: left;width: 50%;}

	.company .mapimgs img{height: auto;}
	.comnum ul li{padding: 0 0 2%;}
	.youshi .name ul li a{padding: 5% 2%;}
	.title h2{font-size: 18px;}
	.mlogo a img{height: 50px;display: inline-block;margin: 8px;}
	.mainbav>li.tel{width: 100%;text-align: center;}
	.inbanner img{height: 230px;width: 100%;object-fit: cover;}
	.inbanner h2{font-size: 24px;}
	.inbanner p{font-size: 16px;}
	.crubnav{padding-top: 0;}
	.crubnav a::after{margin: -2px auto;}
	.conpage ul li .icon{font-size: 36px;height: 80px;width: 40px;}
	.conpage ul li .info p{line-height: 1.9;}
	.conpage ul li .info h6{font-size: 18px;}
	.sjmeaasge h3{font-size: 20px;}
	.sjmeaasge #formData{margin: 10px auto;}
	.sjmeaasge p{font-size: 15px;}
	.sjmeaasge .in1{width: 100%;}
	.sjmeaasge .in2{margin-left: 0;}
	.sjmeaasge #formData .error{height: auto;}
	.sjmeaasge #formData textarea{height: 70px;}
	.articlebox .ind img{height: 140px;}
	.articlebox .ind h5{font-size: 15px;padding: 8px;}
	.singlebox{background-size: 30px;background-position: 0 10px;}
	.news h3{margin-top: 3%;}
	.newsconts .time{margin: 10px 0;font-size: 14px;}
	#prev_next{font-size: 13px;}
	#prev_next li{margin: 0;}
	.innernav .flex{display: block;}
	.crubnav{text-align: center;border-bottom: 1px solid #D8D8D8;}
	.crubnav a{line-height: 36px;}
	.onesnews .imgbox img{height: 200px;}
	.onesnews .newnr{padding: 3%;}
	.onesnews .newnr h2{font-size: 19px;}
	.onesnews .newnr p{font-size: 14px;line-height: 30px;margin-bottom: 5%;}
	.mores{font-size: 14px;padding: 2px 20px;}
	.mores .icon{margin-left: 10%;margin-right: 3px;font-size: 19px;}
	.mynbox .inners{padding: 2%;margin: 2.5% auto 0;}
	.news .defaults{margin-bottom: 2%;}
	.news .newsone .times{padding: 0 0 3% 3%;}
	.news1 .titflx{padding: 5px 0;margin-bottom: 5px;}
	.innews .inners p{margin-bottom: 2%;}
	.onesnews .newnr .mores{width: auto;}
	.inners h3{font-size: 16px;}
	.times span{font-size: 20px;}
	.inners p{font-size: 13px;}
	.news1 a .right{font-size: 14px;}
	.singlebox{padding: 8% 3%;}
	.news h3{max-width: 100%;line-height: 30px;}
	.mz p{font-size: 12px;line-height: 24px;}
	.articlebox .liubox ul li{width: 22%;}
	.myprobox .navgo{width: 100%;}
	.myprobox .navgo .navbox h3{padding: 2% 0;}
	.myprobox .navgo .navbox .contact-box{display: none;}
	.myprobox .pro a{width: 100%;}
	.propage .crubnav a{padding: 0 6px;line-height: 50px;}
	.goodspage .crubnav a{padding: 0 6px;line-height: 50px;}
	.pro-item{display: block;}
	.pro-item>div{width: 100%;}
	.pro-item .inlist a h3{font-size: 14px;}
	.pro-item .imgs p{height: auto;}
	.goodspage .myprobox .item h5{font-size: 17px;line-height: 27px;height: 50px;}
	.goodspage .myprobox .item .info{
		height: auto;
		line-height: 26px;
		font-size: 14px;
		margin-top: 3%;
		-webkit-line-clamp: 2;
	}
	.myprobox img{height: 210px;}
	.goodinfo .gallery-top{height: 260px;}
	.goodall h2{font-size: 17px;}
	.goodall .cons{margin: 3% auto;font-size: 14px;line-height: 28px;}
	.goodinfo .gallery-thumbs .swiper-slide{padding-bottom: 15%;}
	.goodsdefault .protxt h2{font-size: 20px;}
	.indexcoms .comnum ul li{padding: 1%;}
	.compage .indexcoms .abouts{margin-left: 0;padding: 2%;text-align: center;}

	.title>div{font-size: 20px;}
	.title{margin: 9px auto;}
	.abouts .show{font-size: 15px;line-height: 30px;text-align: justify;}
	#plant .swiper-slide img{height: 150px;}
	.re_case .whbox{height: auto;}
	.re_case .whbox .items{font-size: 13px;line-height: 23px;}
	.re_case .whbox .items h3{font-size: 17px;}
	.re_case .whbox .items .icon{font-size: 40px;height: 35px;}
	.re_case .whbox .items.on{padding: 1% 1% 8%;}
	.re_case .whbox .items:hover{
		padding: 0% 3% 8%;
		margin-top: 7%;
	}
	.re_case .whbox .items:nth-child(3){border-left: 2px solid rgba(255, 255, 255, .3);}
	.disarea .title>div{text-align: center;}

	.zeren .title p{font-size: 15px;}
	.zeren .imgbox{margin-left: 0;}
	.zeren ul li{line-height: 2;width: 90%;font-size: 15px;}
	.honorbox .swiper-slide a .imgbox img{height: 140px;}
	.singlebox h2{font-size: 20px;}
	/* 首页内容 */
	.banner{padding-bottom: 53%;}
	.banner .txt h3{font-size: 30px;margin-bottom: 2%;}
	.banner .txt p{font-size: 17px;letter-spacing: 2px;}
	.banner .big{font-size: 20px;}
	.banner .cbtn{font-size: 13px;}
	.company .mybox .in{margin-left: 0;padding: 0 10px;}
	.company .infoshow p{width: 100%;font-size: 15px;line-height: 32px;}
	.comnum ul{width: 100%;}
	.comnum ul li:first-child{border: none;}
	.products .goodbox h5 .icon{display: none;}
	.products .goodbox h5{font-size: 16px;padding: 12% 5%;text-align: center;}
	.products .goodbox .swiper-slide .casebox h4{font-size: 20px;}
	.products .goodbox .swiper-slide .casebox p{
		font-size: 15px;
		width: 88%;
		line-height: 27px;
	}
	.mycons1{height: 675px;}
	#swiper-container1{margin-top: 15px;}
	#swiper-container1 img{height: 190px;}
	.advimg{
		position: relative;
		width: 100%;
		height: 292px;
		object-fit: cover;
	}
	.youshi .name{width: 100%;}
	.youshi .con{
		font-size: 15px;
		line-height: 27px;
		margin-top: 5%;
		margin-bottom: 7%;
	}
	.youshi .name ul li a .icon{zoom: 0.8;margin-right: 9%;}
	.youshi .name ul li a h6{font-size: 18px;}
	.liubox ul li{width: 22%;}
	.news .newsone img{height: 260px;}
	.news .newsone h2{font-size: 17px;}
	.mynbox{margin: 0;}
	.news .times span{font-size: 20px;}
	.honorbox .mybtn>div{zoom: 0.7;}
	.honorbox>svg{height: 55px;}
	.nnth{padding: 0 32px;}




	.mycons1 .myprobox{margin-top: 3%;}
	.products .progo{width: 100%;}
	.allpros{width: 100%;}
	.products .goodbox .letimgs{padding: 3% 2% 3% 2%;}

	.products .progo a{padding: 7px 5px;}
	.banner .swiper-button-prev,.banner .swiper-button-next{zoom: 0.7;}
	.title span{line-height: 2;margin: 5% 0;}
	.news .left{width: 100%;}
	.mynlist{margin-right: 0;}
	.case .swiper-slide a img{height: 260px;}
	.case{padding: 2%;}
	.chbox .gomore p{width: auto;}

	.protxt,.allpros{text-align: center;}
	.case .casego{margin: 2% 0;text-align: center;}
	.probox li a h3{font-size: 17px;}
	.indexadvs .title{margin-top: 0;}
	.home{background-size: contain;}
	.newsgo .tz{width: 20%;}
	.newsgo .swiper-container{width: 76%;}
	.company .boximg{text-align: center;}
	.company .boximg::after{width: 76%;}
	.combox{padding: 55px 5px 0 ;}
	.company .boximg.go::after{top: 1%;}
	.title h3{font-size: 26px;}
	.goodall .telall a{width: 33%;padding: 3px 0;font-size: 14px;}
	.mainbav>li{padding: 1% 0;}
	.mainbav>li a::after{display: none;}
	.mainbav>li a{
		color: #fff;
		font-size: 16px;
		border-bottom: 1px solid #ccc;
		line-height: 40px;
		border: none;
	}
	.cominfo .infoshow{display: block;}
	.cominfo .infoshow a{
		width: 25%;margin: auto;
		font-size: 16px;
		writing-mode:unset;
		padding: 5px;
		display: block;
	}
	.case .title{margin: 0 auto; text-align: center;}
	.case .title h3::after{margin: 15px auto;}
	.home .product .telnum{margin-top: 0;}
	.home .product .title{text-align: center;}
	.index_goodlist{margin-top: 12%;}
	.index_goodlist .probox h2{font-size: 18px;}
	.index_goodlist .probox p{font-size: 14px;height: 60px;}
	.home .product .indexgood{display: none;}
	.index_goodlist .probox{margin: 0 1px;}
	.indexhonor .title h3::after{margin: 15px auto;}
	.indexadvs .title h3::after{display: block;margin: 15px auto;}
	.indexadvs .mytxt{margin: auto;}
	.indexadvs .rebox p{height: 50px;}
	.indexnewslist{margin: 15px 0 0;}
	.news{padding: 2%;}

	.footnav a{
		width: 50%;
		float: left;
		margin: 15px 0;
	}

	footer .foot .addtel,footer .foot .addtel span,.footnav a,.foot .copy{font-size: 15px;}
	footer .foot .fline::before{width: 38%;}
	footer .foot .fline::after{width: 38%;}

	.lcbox ul li .img{width: 100%;height: 200px;object-fit: cover;}
	.lcbox ul li:nth-child(2){margin-right: 0;}
	.lcbox ul li:nth-child(2)::after{display: none;}
	.lcbox ul li::after{width: 27%;right: -23%;}

	.fak ul{margin-right: 0;}
	.zx_news{width: 100%;}
	.header h1{
		padding-left: 5%;
		margin-top: 0px;
		position: absolute;
		z-index: 10;
	}
	.header h1 img{
		max-width: 85%;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 6px;
	}
	.banner .slide-content a{
		font-size: 16px;
		width: auto;
		padding: 1% 2%;
	}
	.crubnav a{font-size: 14px;}
	.crumbs{padding-right: 1%;}
	/* footnav */
	#plugin-contact-ring2 {
		position: fixed;
		bottom: 0;	
		width: 100%;
		background: #8DC420;
		/* border-top: 1px solid #fff; */
		left: 0;
		max-width: 750px;    
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		display: block;
	}

	#plugin-contact-ring2 li {
		display: block
	}

	#plugin-contact-ring2 #ring-list {
		overflow: hidden;
		margin-bottom: 0;
	}

	#plugin-contact-ring2 #ring-list li:active {
		background: rgba(0, 0, 0, .3);
		border-radius: initial
	}


	#plugin-contact-ring2 #ring-list li{
		width: 25%;
		float: left;
		text-align: center;
	}
	#plugin-contact-ring2 #ring-list li img{
		height: 25px;
	}
	#ring-list span{
		display: block;
		color: #fff;
		font-size: 16px;
		line-height: 2.3;
	}
	#plugin-contact-ring2 #ring-list .item a {
		display: block;
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		height: 69px;
		border-right: 1px solid #f7f7f7;
		padding-top: 10%;
	}
	
	footer{margin-bottom: 69px;}
	.myprobox .swiper-slide a img{height: 126px;}
	.rightnav{display: none;}
	/* #swiper-container1{height: 240px;} */
	#formData .form-tr .code input{width: 120px;}
	/* #swiper-container1 .swiper-slide{height: 240px;} */
	footer .foot h5{width: 100%;font-size: 24px;}
	footer .foot  .footel a{width: 96%;}
	.product .pronav{
		border: none;
		overflow: hidden;
	}
	footer .fotbox .code{zoom: 0.7;}
	footer .foot .link a{display: inline-block;width: auto;font-size: 14px;}
	.product .pronav li a{font-size: 14px;}
	.product .pronav li.on a{
		background: unset;
		color:#4a4a4a;
	}
	.product .pronav li{
		text-align: center;
		float: left;
		width: 33%;
		white-space: nowrap;
		border: 2px solid #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #ededed;
	}
	.product .pronav li a{
		padding:8px 2px;
		overflow: hidden;
		text-overflow: ellipsis;
		background-color: #ededed;
	}
	.crumbs a, .crumbs{font-size: 14px;}
	.fotnav a{width: 45%;}
	#prev_next li{width: 100%;}
	.setinfo .inner .shows .imgbox img{height: 135px;}
	.newslist li .time{width: 90%;}
	
	.comnum{padding: 0 0 3%;margin-bottom: 6px;}
	.comnum ul{display: block;}
	.comnum ul li{width: 33%;float: left; text-align: center;}
	.comnum ul li p{font-size: 16px;}
	.comnum ul li b{font-size: 22px;font-weight: 700;}
	.comnum ul li span{font-size: 16px;}
	.title p{font-size: 20px;}
	.header{
		height: 56px;padding-top: 0%;
		background-image: none;
	}
	.mainbav>li{width: 100%;}
	.mnav{
		zoom:0.85;
		position: relative;
		float: right;
		line-height: 13px;
		margin: 10px;
		width: 55px;
		height: 55px;
		padding: 5px 10px;
		background-color: #8DC420;
		overflow: hidden;
	}
	.mnav span{
		display: inline-block;
		width: 100%;
		background-color: #fff;
		height: 5px;
		border-radius: 5px;
	}
	.topnav{
		position: relative;
		margin-top: 0;
	}
	.topnav .mainbav{
		position: absolute;
		background-color: rgba(0, 0, 0, .7);
		z-index: 10;
		top: 66%;
		width: 100%;
		margin-top: 25px;
	}
	.mainbav>li.logos{display: none!important;}
	.mainbav li{display: none;margin: 0;}
	.contenbox{font-size: 14px;}
	.mainbav>li>a::before{display: none;}
	.foot .copy{margin: 10px auto;font-size: 13px;}
	.foot .copy a{font-size: 13px;}
	footer .foot a {
		color: #fff;
		width: 100%;
		display: block;
		text-align: center;
	}
	#search_text{width: 76%;}
	footer .foot .copyright a{display: inline-block;width: auto;}
	.pad .fotnav{display: none;}
	footer .lcoinfo {
		display: flex;
		text-align: right;
		justify-content: center;
		align-items: center;
	}
	footer .copyright{line-height: 30px;}

	.cominfo h2{margin-top: 20px; text-align: center;}
	.abouts .show .pull-left{float: none!important;}
	.abouts .show .pull-left img{
		max-width: 100%;
		margin: auto;
		display: block;
	}
	.protxt span{font-size: 30px;}
	.protxt h2{font-size: 21px;}
	.products .gomore{padding: 0 10px;}
	.news .newsbtn{margin-left: 13%;margin-top: 7.5%;}
	footer .link{padding: 10px 5px;}
}
@media (max-width:500px){
  .products .goodbox .swiper-slide .casebox p{font-size:13px;}
  #swiper-container1 h4{font-size:13px;}
  .goodbox  .imgbox img{
  height: 200px;
    object-fit: cover;
  }
  #swiper-container1{height:250px;}
  
  
	.honorbox .swiper-slide a .imgbox img{height: 110px;}
	.honorbox .swiper-slide .title{font-size: 14px;}
	footer .container{padding: 0 2%;}
	.youshi .name ul li{padding: 5px;}
	footer .link .inks{width: auto;}
	footer .link{font-size: 13px;}
	footer .fotbox{padding: 2%;}
	footer .foot .footel a{width: 78%;}
	.youshi .name ul li{width: 48.5%;margin-bottom: 3%;}
	.youshi .name ul li a h6{font-size: 15px;}
	.youshi .name ul li a .icon{width: 60px;height: 60px;line-height: 60px;}
	.mycons1{height: 600px;}
	.banner .cbtn{display: none;}
	.products .goodbox h5{font-size: 13px;}
	.banner .txt{top: 55%;zoom: 0.8;}
	.title p{font-size: 20px;}
	.articlebox .liubox ul li{width: 30%;}
	.newsconts .time{font-size: 12px;}
	#ring-list span{font-size: 14px;}
	footer .foot .fline::before{width: 35%;}
	footer .foot .fline::after{width: 35%;}
	.setinfo .inner .shows .imgbox img{height: 95px;object-fit: contain;}
	.banner{padding-bottom: 59%;}

}