/* banner css */
.nybanner{
    width: 100%;
    height: auto;
}
.serarchshow{
	background:#333;
}
.searchbox{
	width:1400rem;
	margin:0 auto;
	display:flex;
	font-size:14rem;
	padding:20rem 0;
	justify-content: flex-end;
	color:#fff
}
.searchbox .left{
	line-height:32rem;
	width: auto;
	margin-right: 50rem;
}
.searchbox form{
}
.searchbox form input{
	line-height: 30rem;
	padding:0 10rem;
	border: 1rem #33333385 solid;
}
.searchbox form button{
	background:#3eb11b;
	color:#fff;
	padding: 0 40rem;
	display: inline-block;
	height: 32rem;
	line-height: 32rem;
}
.banner .showscreen{
	width: 100%;
	overflow: hidden;
}
.banner .paginbox{
	width: 600rem;
	position: absolute;
	height: 100rem;
	bottom: 40rem;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff6e;
	margin: auto auto;
	z-index: 10;
}
.banner .paginbox .bannerpagin{
	width: 400rem;
}

.banner .paginbox .bannerpagin .pic-box{
	height: 60rem;
	border: 3rem #fff0 solid;
}
.banner .paginbox .bannerpagin .pic-box img{
	height:100%;
}
.banner .bannerpagin .swiper-slide-thumb-active .pic-box{
	border-color: #ce000b;
}
.showscreen .pic-box{
	height:100%;
	width:100%;
	min-height:850rem;
}
.showscreen .bannerbox{
	position:absolute;
	z-index:100;
	top:0;
	left: -100%;
	transition: none;
	opacity: 0;
}
.showscreen .swiper-slide-active .bannerbox{
	left: 0;
	opacity: 1;
	transition: 0.7s ease-in-out;
}
.showscreen .pic-box img{
}
/* baanner end */
/* product css */
.proshow{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.proshow .showbox{
	height: 300rem;
	width: 32%;
	margin: 20rem 0;
	position: relative;
}
.proshow .showbox:nth-child(1),
.proshow .showbox:nth-child(2){
	width: 49%;
	margin: 20rem 0;
	height:350rem
}
.proshow .showbox .pic-box{
	width: 100%;
	height: 100%;
}
.proshow .showbox .pic-box img{
	min-height:100%;
	min-width: 100%;
}
.proshow .showbox .textbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 20rem;
	overflow: hidden;
}
.proshow .showbox .textbox:before{
	display:block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #0000005c;
	content:'';
	transition: 0.4s linear;
}
.proshow .showbox:hover .textbox:before{
	right: -100%;
}
.proshow .showbox .arttitle{
	font-size: 18rem;
	line-height: 23rem;
	position: relative;
	padding:5rem;
}
.proshow .showbox:hover .arttitle{
	background:#000000a1;
	
}
.proshow .showbox .arttitle span{
	font-size: 14rem;
}
.proshow .textbox>.more{
	font-size: 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow:hidden;
	padding: 5rem;
}
.proshow .showbox .textbox .more:before{
	width:100%;
	position:absolute;
	background: #3eb11bd4;
	height:100%;
	display:block;
	content:'';
	top:0;
	left:-100%;
	transition:0.3s 0.2s linear
}
.proshow .showbox:hover .textbox .more:before{
	left:0%;
}
.proshow .textbox>.more span{
	position:relative
}
.proshow .textbox>.more .pic-box{
	width: 30rem;
	margin-left: 5rem;
	position:relative;
}
/* product end */
/* aboutus css */
.aboutus{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 60rem;
}
.aboutus .ttit{
	font-size:25rem;
	padding-left: 40rem;
}
.aboutus .left{
	padding: 30rem;
	width: 45%;
}
.aboutus .left .line{
	background-color: #ce000b;
	margin: 20rem;
	width: 250rem;
	height: 2rem;
}
.aboutus .abbtu{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10rem;
}
.aboutus .showbox{
	width: 300rem;
	display: flex;
	padding: 10rem 15rem;
	align-items: center;
}
.aboutus .showbox .pic-box{
	width: 30%;
	opacity: 0.8;
}
.aboutus .showbox p{
	font-size:16rem;
	margin-left: 15rem;
}
.aboutus .textbox{
	width: 100%;
	line-height: 45rem;
	font-size: 16rem;
}
.aboutus .right{
	margin-top: 30rem;
	width: 55%;
}
.aboutus .right .videobox{
	width:100%;
}
.aboutus .right .videobox>video{
	display:block;
	width:100%;
	height:auto;
}
/* aboutus end*/
/* culture css */
.cultshow{
	display: flex;
	justify-content: flex-end;
	height: 550rem;
	margin-top: 50rem;
	align-items: flex-start;
}
.cultshow .textscreen{
	overflow: hidden;
	width: 50%;
	position: relative;
	z-index: 10;
}
.cultshow .textscreen .showbox{
	height: 400rem;
	position: relative;
}
.cultshow .textscreen .pic-box{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.cultshow .textscreen .pic-box img{
	height:100%;
	width:auto;
}
.cultshow .textscreen .textbox{
	position: absolute;
	background: #00000087;
	width:100%;
	height: 100%;
	content:'';
	top:0;
	left:0;
	color:#fff;
	z-index: 3;
	display: flex;
	flex-direction: column;
	padding: 25rem 20rem 0 67rem;
	align-items: flex-start;
	justify-content: center;
}
.cultshow .textscreen .txttit{
	font-size: 30rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 15rem;
	/* position: absolute; */
	top: 100rem;
	left: 80rem;
}
.cultshow .textscreen .txttit span{
	color: #3eb11b;
}
.cultshow .textscreen .txtshow{
	font-size: 18rem;
	line-height: 40rem;
	text-align: left;
	letter-spacing: 3rem;
}
.cultshow .culitem{
	width: 40%;
	position: relative;
	left: -10%;
	bottom: -95rem;
	z-index: 20;
	background: #000000ad;
	height: 400rem;
}
.cultshow .culitem .swiper-wrapper{
	justify-content:center;
	flex-wrap:wrap;
	align-items:center;
	align-content: center;
}
.cultshow .culitem .swiper-slide{
	width: 100rem!important;
	margin:30rem;
	height: auto;
}
.cultshow .culitem .showbox{
	width: 100%;
}
.cultshow .culitem .showbox .pic-box{
	width: 100%;
	height: 65rem;
}
.cultshow .culitem .showbox .pic-box img{
	height: 100%;
	width:auto;
}
.cultshow .culitem .showbox p{
	color: #fff;
	text-align: center;
	font-size: 14rem;
	margin-top: 10rem;
}
.haflbg{
	height: 400rem;
	width: 100%;
	position: absolute;
	bottom: -20rem;
}

.haflbg .pic-box{
	width: 100%;
	height: 100%;
	align-items: flex-end;
}
/* culture end */
/* comshow css */
#comshow .containtitle{
	color:#fff;
}
#comshow .containtitle .tit{
}
#comshow .containtitle b{
	color: #ffffff59;
	opacity:1;
}
#comshow .containtitle  p:nth-child(3){
	font-size:20rem;
	margin-top:10rem;
	font-weight: normal;
	color: #ffffffb3;
}
.combox{
	display: flex;
	justify-content: center;
	height: 550rem;
	align-items: flex-start;
}
.combox .left{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	height: 500rem;
	align-content: space-between;
}
.combox .left .showbox{
	width: 49%;
	height: 49.5%;
	position: relative;
}
.combox .left .showbox .pic-box{
	width: 100%;
	height:100%;
}
.combox .left .showbox .pic-box img{
	min-height:100%;
	width:100%;
	
}
.combox .left .textbox{
	width: 100%;
	height: 27%;
	bottom: 0;
	background: #0000009c;
	position: absolute;
	left:0;
	padding: 10rem;
	display:flex;
	color: #ffffff;
	flex-direction: column;
	justify-content: flex-end;
	font-size: 16rem;
}
.combox .left .showbox:hover .textbox{
	background:#c8740c;
}
.combox .left .textbox .tit{
	font-weight:bold;
	font-size: 20rem;
}
.combox .right{
	position: relative;
	height: 500rem;
	background: #00000091;
}
.combox .right:before{
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background: #00000091;
}
.combox .right .pic-box{
	width: 300rem;
	position: absolute;
	top:0;
	left: 0;
	bottom:0;
	right: 0;
	margin: auto auto;
	background: content-box;
}
/* comshow end */
/* honor show */
.honorbox{
	position:relative;
}
.honorshow{
	overflow-x: hidden;
	margin-top: 30rem;
	padding: 80rem 0;
	--swiper-navigation-color: #3eb11b;
}
.honorshow .swiper-wrapper{
	overflow: unset;
}
.honorshow .swiper-slide-active .pic-box{
	transition: 0.3s 0.6s linear;
	top:-50rem;
	transform: scale(1.2);
}
.honorshow .pic-box{
	height: 300rem;
	margin-bottom:20rem;
	position:relative;
	top:0;
}
.honorshow .pic-box img{
	height: 100%;
	width: auto;
}
.honorshow .showbox p{
	font-size: 15rem;
	text-align: center;
}
.honorbox .paginbox{
	min-width: 300rem;
	margin: auto;
	display: flex;
	justify-content: center;
}
.honorbox .paginbox a{
	display: inline-block;
	height: 40rem;
	line-height: 40rem;
	font-size: 16rem;
	box-shadow: 0 0 3rem #676767bf;
	margin: 0 20rem;
	text-align: center;
	border-radius: 5rem;
	padding: 0 20rem;
}
.honorbox .paginbox a:hover{
	background:#3eb11b;
	color:#fff;
}
.honorbox .swiper-button-next,
.honorbox .swiper-button-prev{
	background: #00000030;
	    height: 50rem;
	    width: 50rem;
}
/* honor end */
/* news css */
.newsshow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newsshow .showbox{
	width:30%;
	margin: 0 20rem;
}
.newsshow .showbox .pic-box{
	width: 100%;
	height: 300rem;
}
.newsshow .showbox .pic-box img{
	height:100%;
	
}
.newsshow .showbox .textbox{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 10rem;
	line-height: 50rem;
	margin-bottom: 20rem;
	color:#000
}
.newsshow .showbox:hover .textbox{
	background:#3eb11b;
	color:#fff;
}
.newsshow .showbox .attit{
	font-size: 18rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30rem;
	text-align: left;
	transition: none;
}
.newsshow .showbox .attit span{
	font-size:14rem;
	opacity:0.6;
}
.newsshow .showbox .date{
	font-size:14rem;
	line-height: 30rem;
	text-align: left;
	opacity: 0.6;
	transition: none;
}
.newsshow .showbox:hover .date{
	opacity:1
}
/* news end */
/* ny css */
/* nypublic */
.nybanner{
	width: 100%;
	height: auto;
	overflow: hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height: 400rem;
	background: gainsboro;
}
.nybanner img{
	width:1920rem;
	height:auto;
}
.nywrapper{
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	z-index: 50;
}
.nywrapper .nyabbox{
	width:1600rem;
	position:relative;
	margin: 50rem auto;
}
.nywrapper .breadcrumb{
	width: 1600rem;
	border-bottom: 1rem #dfdfdf dashed;
	padding: 10rem 10rem;
	margin: 0 auto;
	font-size: 14rem;
	display: flex;
}
.nywrapper .nycontain{
	width: 1600rem;
	margin: 20rem auto;
	min-height: 400rem;
	margin-bottom: 50rem;
}
.nycontain .toppagin .subnav{
	display: none;
}
.nycontain .toppagin{
	width: 100%;
}
.nycontain .toppagin .pic-box{
	margin-left: 500rem;
	width: 300rem;
}
.nycontain .toppagin>ul{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.nycontain .toppagin>ul>li{
	width: 14%;
	margin: 0rem 1% 10rem;
	line-height: 50rem;
	text-align: center;
	background: #e8e8e8;
	color: #333;
	font-size: 18rem;
	position: relative;
	border-radius: 5rem;
}
.nycontain .toppagin>ul>li:hover{
	background-color:#3eb11b;
	color: #fff;
}
.nycontain .toppagin>ul>li:hover .subnav{
	display: flex;
	background-color:#3eb11b;
	position: absolute;
	top: 50rem;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-top: 1rem #fff solid;
	border-radius: 5rem;
	width: 200%;
	z-index: 99;
}
.nycontain .toppagin>ul>li:hover .subnav>li{
	border: 1rem #ffffff21 solid;
	margin: 5rem;
	min-width: 12%;
	margin: 10rem 2%;
	line-height: 35rem;
	border-radius: 5rem;
}
.nycontain .toppagin>ul>li:hover .subnav>li:hover{
	background-color: #e59d14;
}
.nycontain .toppagin>ul>li:hover .subnav>li a{
	color: #fff;
	font-size: 14rem;
}
.nycontain .toppagin ul a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.pagination{
	margin:0 auto;
	display:flex;
	justify-content:center;
	margin-bottom: 60rem;
}
.pagination li{
	min-width:30rem;
	background:#ccc;
	margin:0 10rem;
	line-height:40rem;
	text-align:center;
	font-size:16rem;
}
.pagination li a,.pagination li span{
	display:block;
	padding:0 20rem
}
.pagination li a:hover{
	background:#3eb11b;
	color:#fff
}
.pagination li.active span{
	background:#3eb11b;
	color:#fff;
}
/* nypublic end */
.nyproshow{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 25rem;
}
.main-title{
	width:100%;
	margin:20rem;
	font-size:16rem;
}
.nyproshow .showbox{
	width: 30%;
	margin: 10rem 1.5%;
	position: relative;
	box-shadow: 0 0 10rem #979292d4;
}
.nyproshow .showbox .pic-box{
	width: 100%;
	position: relative;
	border: 2rem #3eb11b solid;
	transition: 0.5s ease;
	height: 400rem;
}
.nyproshow .showbox .pic-box img{
}
.nyproshow .showbox .textbox{
	display: flex;
	justify-content: space-between;
	padding: 20rem 10rem;
	font-size: 24rem;
	width: 90%;
	margin: 0 auto;
}
.nyproshow .showbox .textbox span:nth-child(1){
	font-weight: bold;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nyproshow .showbox .more{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom:-100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00000059;
}
.nyproshow .showbox:hover .more{
	bottom:0;
}
.nyproshow .showbox:hover img{
	transform:scale(1.2);
}
.nyproshow .showbox .more p{
	background: #3eb11b;
	color: #fff;
	width: 40%;
	line-height: 40rem;
	text-align: center;
	font-size: 14rem;
	border-radius: 5rem;
}
/* nynews css */
.nynewsshow{
	display: flex;
	flex-wrap: wrap;
}
.nynewsshow .showbox{
	width: 100%;
	margin-bottom: 20rem;
	display: flex;
	height: 320rem;
	position: relative;
	padding: 15rem 10rem;
	border-bottom: 1rem #ccc solid;
}
.nynewsshow .showbox .pic-box{
	width: 30%;
}
.nynewsshow .showbox .pic-box{
	transition:0.5s ease;
}
.nynewsshow .showbox:hover .pic-box img
{
	transform:scale(1.2)
}
.nynewsshow .showbox .textbox{
	width: 70%;
	color: #000;
	position: relative;
	padding: 0 20rem;
}
.nynewsshow .showbox .textbox .newtitle{
	font-size: 26rem;
	font-weight: bold;
	margin-bottom: 20rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nynewsshow .showbox .textbox .textshow{
	opacity: 0.7;
	font-size: 18rem;
	line-height: 40rem;
}

.nynewsshow .showbox .textbox .bottomtext{
	display: flex;
	justify-content:space-between;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10rem 0;
	width: 100%;
	align-items: center;
}

.nynewsshow .showbox .textbox .bottomtext .date{
	font-size: 20rem;
	background: #3eb11b;
	color: #fff;
	text-align: center;
	padding: 15rem 30rem;
}
.nynewsshow .showbox .textbox .bottomtext .date span{
	font-size: 30rem;
}

.nynewsshow .showbox .textbox .bottomtext .more{
	padding: 5rem 35rem;
	font-size: 20rem;
	border: 1rem #b0b0b0 solid;
	text-align: center;
	margin-right: 50rem;
	border-radius: 5rem;
}
.nynewsshow .showbox:hover .textbox .bottomtext .more{
	background:#3eb11b;
	color:#fff;
	border:none;
}
/* nynews end */
/* abus css*/
.nyabout h1,.nyabout h2{
	font-size: 40rem;
	color: #000;
	text-align: center;
	margin: 30rem 0;
	width: 100%;
}
.nyaboutus .nyabouttext{
	padding: 20rem 0;
	font-size: 16rem;
	line-height: 30rem;
	letter-spacing: 2rem;
	display: flex;
}
.nyaddshow{
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:30rem;
	padding: 30rem;
	background: url(/upload/portal/20231225/7cad1ffd38731ca9ac4c4ae03a1e1eee.jpg);
	background-position: top right;
	background-size: cover;
	align-items: flex-end;
}
.nyaddshow .showbox{
	width: 25%;
	background: linear-gradient(45deg, #3eb11b96, #208701);
	color:#fff;
	display:flex;
	height: 120rem;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	clip-path: polygon(0 55%,0 45%,25% 0,75% 0,100% 45%,100% 55%,75% 100%,25% 100%);
	/* opacity: 0; */
}
.nyaddshow .showbox:nth-child(even){
	margin-bottom: 80rem;
}
.nyaddshow .showbox .cn{
	font-size:28rem;
	font-weight:bold;
}
.nyaddshow .showbox .en{
	font-size: 12rem;
	letter-spacing: 0;
}
.nyaboutus .nyabouttext .textbox{
	width: 1600rem;
	line-height: 40rem;
	font-size: 20rem;
	padding: 15rem 30rem;
	position: relative;
	margin: 0 auto;
}
.nyaboutus .nyabouttext .pic-box{
	width: 50%;
}
.nyabadd{
	display:flex;
	flex-wrap:wrap;
	flex-direction: row-reverse;
}
.nyaboutus .nyabouttext .pic-box video{
	display:block;
	width:100%;
}
.nyabadd .group1{
	width:50%;
	display:flex;
	justify-content:space-evenly;
	padding: 140rem 0;
	position:relative;
}
.nyabadd .group1:before{
	position:absolute;
	top:0;
	right:0;
	width:300rem;
	height:100rem;
	border-right: 10rem #fa3f3f solid;
	border-top: 10rem #fa3f3f solid;
	content:'';
}
.nyabadd .group1:after{
	position:absolute;
	bottom:0;
	left:0;
	width:200rem;
	height:300rem;
	border-left: 10rem #3eb11b solid;
	border-bottom: 10rem #3eb11b solid;
	content:'';
}
.nyabadd .group1 .showbox{
	width:33%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	font-size: 24rem;
	line-height:60rem;
}
.nyabadd .group1 .showbox .pic-box{
	width:100rem;
	padding: 15rem;
	border-radius: 50%;
	border: 1rem #000 solid;
}
.nyabadd .group1 .showbox:nth-child(2){
	border-left: 1rem #dfdfdf solid;
	border-right: 1rem #dfdfdf solid;
}
.nyabadd .group2{
	width:50%;
	position:relative;
}
.nyabadd .group2 .textbox{
	background:#0000006e;
	position:absolute;
	bottom:0;
	right:0;
	color:#fff;
	padding:20rem 80rem;
	font-size:25rem;
	font-weight:bold;
}
.nyabadd .group3{
	width:50%;
	height:300rem;
	position:relative;
}
.nyabadd .group3 .textbox{
	position:absolute;
	top:0;
	left:0;
	background: radial-gradient(#00000045, #b6831f6e);
	height:100%;
	width:100%;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	padding:30rem;
}
.nyabadd .group3 .textbox .tit{
	font-size:25rem;
	font-weight:bold;
	margin-bottom:20rem
}
.nyabadd .group3 .textbox .intro{
	font-size:20rem;
	line-height:30rem;
	text-indent:40rem;
	text-shadow: 0 0 5rem #454545;
}
.nyabadd .group3 .pic-box{
	width:100%;
	height:100%;
}
.nyabadd .group4{
	margin-top: 10rem;
	display: flex;
	justify-content: space-between;
	width: 50%;
	flex-wrap: wrap;
}
.nyabadd .group4 .showbox{
	width: 50%;
	padding: 10rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.nyabadd .group4.top{
	font-size: 25rem;
}
.nyabadd .group4 b{
	font-size: 50rem;
	margin-right: 10rem;
}
.nyabadd .group4 .bot{
	font-size: 18rem;
	text-align: center;
}
.nyabhonor{
	/* width:100%!important; */
}
.nyabhonor .tit{
	font-size: 40rem;
	font-weight:bold;
	text-align:center;
}
.abhonorshow{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top: 20rem;
}
.abhonorshow .showbox{
	width: 16.6666%;
	margin:20rem 1%;
}
.nygoble{
	width:100%!important;
}
.nygoble:before{
	background: linear-gradient(45deg, #001f5dad, transparent);width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	z-index:5;
}
.nygoble>.pic-box{
	width:100%;
	position:relative;
	z-index:1;
	height: 900rem;
}
.nygoble .mainshow{
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	right: 0;
	width:1600rem;
	height:100%;
	margin:auto;
	display:flex;
	justify-content: space-between;
	align-items:center;
	flex-direction:column;
	color:#fff;
	padding: 120rem 50rem;
}
.nygoble .mainshow .textbox{
	text-align:center;
}
.nygoble .mainshow .tit{
	font-size:40rem;
	font-weight:bold;
	margin-bottom: 20rem;
}
.nygoble .mainshow .intro{
	font-size: 23rem;
}
.nygoble .bottomnum{
	display:flex;
	justify-content:space-around;
	width:100%;
}
.nygoble .bottomnum .showbox{
	display:flex;
	flex-direction:column;
	width:23%;
	text-align:center;
	align-content: space-between;
	align-items: center;
	justify-content: center;
}
.nygoble .bottomnum a.showbox p{
	font-size: 25rem;
	width: 70%;
	height: 70%;
	background: linear-gradient(45deg, #3eb11b, #27a301);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 30rem;
	flex-direction: column;
}
.nygoble .bottomnum a.showbox p span{
	font-size:14rem;
	display:inline-block;
	margin-top: 5rem;
}
.nygoble .bottomnum .top{
	display:flex;
	justify-content:center;
	align-items:flex-start;
	font-size: 30rem;
}
.nygoble .bottomnum .top b{
	font-size:80rem;
}
.nygoble .bottomnum .bot{
	font-size:22rem
}
/* abus end*/
/* nycase */
.caseintro{
	display: flex;
	justify-content: space-between;
}
.caseintro .left{
	padding:40rem 30rem 20rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position:relative;
}
.caseintro .left .pic-box{
	position:absolute;
	right:30rem;
	bottom:20rem;
	width:200rem;
}
.caseintro .left h1{
	color:#3eb11b;
	font-size:35rem;
	text-align: center;
	margin-bottom: 20rem;
}
.caseintro .left h2{
	font-size: 22rem;
	margin-bottom: 10rem;
}
.caseintro .left p{
	font-size: 18rem;
	margin: 20rem;
}
.caseintro .right .pic-box{
	height: 400rem;
	width: 100%;
}
.casepagin{margin: 40rem 0;}
.casepagin>ul{
	/* height: 50rem; */
	align-items: center;
}
.casepagin>ul>li{
	height: 100%;
	background: #fff!important;
	box-shadow: 0 0 10rem #a6a6a6;
	line-height: 50rem!important;
}
.casepagin>ul>li:hover{
	background:#3eb11b!important;
}
.nycasebox .caseshow{
	display:flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap:wrap;
	margin: 60rem 0;
}
.nycasebox .caseshow .casetitle{
	font-size: 35rem;
	width: 100%;
	line-height: 23rem;
	border-left: 15rem #3eb11b solid;
	padding-left: 25rem;
	margin-bottom: 20rem;
}
.nycasebox .caseshow .casetitle span{
	font-size: 16rem;
	letter-spacing: 1.5rem;
	opacity: 0.6;
}
.nycasebox .caseshow .showbox{
	width: 19.5%;
	height: 178rem;
	margin: 10rem 0;
	border: 1rem #0000 solid;
	box-shadow: 3rem 3rem 5rem #6969699e;
}
.nycasebox .caseshow .showbox:nth-child(2),
.nycasebox .caseshow .showbox:nth-child(3){
	width: 49.5%;
	height: 303rem;
}
.nycasebox .caseshow .showbox:nth-child(4),
.nycasebox .caseshow .showbox:nth-child(5),
.nycasebox .caseshow .showbox:nth-child(6){
	width: 33%;
	height: 255rem;
}
.nycasebox .caseshow .showbox .pic-box{
	height:100%;
	width:100%;
}
.nycasebox .caseshow .showbox .pic-box img{
	min-height:100%
}
/* nycase end*/
/* nyhonor */
.nyhonorshow{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30rem;
}
.nyhonorshow .showbox{
	width: 18%;
	display: block;
	margin: 0 1% 40rem;
	box-shadow: 0 0 10rem #bebebe;
}
.nygroundshow.nyhonorshow .showbox{
	width:31%
}
.nyhonorshow .showbox .pic-box{
	width: 100%;
}
.nyhonorshow .showbox p{
	font-size: 16rem;
	text-align: center;
	height: 60rem;
	padding: 10rem 20rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nyhonorshow .showbox:hover p{
	background:#3eb11b;
	color:#fff
}
/* nyhonor end*/
.nyprodetailshow{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}
.nyprodetailshow .deadd{
	display:flex;
	justify-content:space-between;
}
.nyprodetailshow .deadd .showbox{
	width:12.5%;
	text-align:center;
}
.nyprodetailshow .deadd .showbox .pic-box{
	width: 70rem;
	margin:0 auto;
	background:#3eb11b;
	height: 70rem;
	border-radius:50%;
	margin-bottom: 10rem;
	padding: 5rem;
}
.nyprodetailshow .deadd .showbox .pic-box img{
	filter:grayscale(1) brightness(200);
}
.nyprodetailshow .deadd .showbox .tit{
	font-size:14rem;
}
.nyprodetailshow .deadd .showbox .en{
	font-size:12rem;
	word-break: normal;
	display: none;
}
.nyprodetailshow .left{
	width: 50%;
	margin: 30rem 0;
}
.nyprodetailshow .left .pic-box{
	width: 100%;
	height: 450rem;
}
.nyprodetailshow .right{
	padding: 60rem 0rem 0 50rem;
	position: relative;
}
.nyprodetailshow .right .shorttext{
	font-size: 20rem;
	line-height:40rem;
	margin-bottom: 50rem;
}
.nyprodetailshow .right .shorttext img{
	max-width:100%;
	height:auto!important;
}
.nyprodetailshow .right .shorttext>a{
	margin-top:30rem;
	display:block;
	color: #f83030;
	font-size:18rem;
	animation:linkbling 1.5s alternate infinite ease;
}
.nyprodetailshow .right .shorttext>a:hover{
	animation:none;
}
@keyframes linkbling{
	from{transform:translateY(0rem);color:#000}
	to{transform:translateY(-5rem)}
}
.nyprodetailshow .right .shorttext .subtit{
	font-size: 26rem;
	font-weight:bold;
	margin-bottom:10rem;
	display:block;
	color: #369d16;
	position: relative;
	padding-left: 30rem;
}
.nyprodetailshow .right .shorttext .subtit:before{
	position:absolute;
	width:15rem;
	height:15rem;
	background:#3eb11b;
	top:0;
	bottom:0;
	margin:auto;
	left: 0;
	content:'';
}
.nyprodetailshow .right .arttit{
	font-size: 30rem;
	margin-bottom: 30rem;
	padding-left: 10rem;
	border-left: 10rem #369d16 solid;
	font-weight: 900;
}
.nyprodetailshow .right .arttit span{
	display:block;
	font-size:22rem;
	font-weight:normal;
	margin-top:5rem;
}
.nyprodetailshow .right>p{
	font-size: 18rem;
}
.nyprodetailshow .right .contact{
	height: 70rem;
	width: 85%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nyprodetailshow .right .contact a{
	background:#3eb11b;
	width:150rem;
	line-height:50rem;
	text-align:center;
	color:#fff;
	font-size:16rem;
	border-radius:5rem
}
.nyprodetailshow .right .contact a:hover{
	background:#fb9e2c
}
.nyprodetailshow .contact .phone{
	width: 250rem;
	display: flex;
	align-items: center;
}
.nyprodetailshow .contact .phone .pic-box{
	width: 60rem;
	height: 100%;
	margin-right: 20rem;
}
.nyprodetailshow .contact .phone p{
	font-size: 25rem;
	line-height: 35rem;
}
.nyprodetailshow .detailtext{
	width: 100%;
}
.nyprodetailshow .detailtext tr,.nyprodetailshow .detailtext td{
	border: 1rem rgb(255 255 255) solid;
	border-width: 3rem!important;
	text-align: center;
}
.nyprodetailshow .detailtext td{
	line-height: 30rem;
	font-size: 18rem;
}
.nyprodetailshow .detailtext td:nth-child(1){
	width: 18.5%;
}
.nyprodetailshow .detailtext td:nth-child(2){
	width: 13.5%;
}
.nyprodetailshow .detailtext td:nth-child(3){
	width: 11%;
}
.nyprodetailshow .detailtext td:nth-child(4){
	width: 13%;
}
.nyprodetailshow .detailtext td:nth-child(5){
	width: 15.8%;
}
.nyprodetailshow .detailtext td:nth-child(6){
	width: 14.1%;
}
.nyprodetailshow .detailtext td:nth-child(7){
	width: 14.1%;
}
.nyprodetailshow .detailtext td *{
	font-size: 18rem!important;
}
.nyprodetailshow .detailtext table{
	border:1rem #d2d2d2 solid!important;
	width: 1557rem;
}
.nyprodetailshow .detailtext tr:nth-child(even){
	background: #e4e2e2;
}
.nyprodetailshow .detailtext>div{
	font-size:16rem;padding:20rem;
	line-height:30rem
}
.nyprodetailshow .detailtext>div img{
	width:100%;
	height:auto!important;
}
.nyprodetailshow .detailtext .tit{
	font-size: 28rem;
	width: 100%;
	font-weight: bold;
	position:relative;
	text-align:center;
}
.nyprodetailshow .detailtext .tit span{
	display:inline-block;
	position:relative;
	z-index:10;
	background: #fff;
	padding: 5rem 40rem;
	/* border: 1rem #2d8c1036 solid; */
	line-height: 40rem;
}
.nyprodetailshow .detailtext .tit:before{
	position:absolute;
	width:100%;
	height: 5rem;
	/* border-top: 3rem #369d16 solid; */
	/* border-bottom: 3rem #369d16 solid; */
	content:'';
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	background: #369d16;
}
/* prodetail end */
.honordetail{
	width: 1300rem;
	margin: 0 auto;
	margin-top: 30rem;
}
.honordetail .arttit{
	font-size: 30rem;
	margin: 10rem 0;
	text-align: center;
}
.honordetail .showscreen{
	width: 100%;
	overflow: hidden;
}
.honordetail .textshow{
	font-size:18rem;
	line-height:40rem;;
}
.honordetail .showscreen .pic-box{
	height: auto;
}
.honordetail .showscreen .pic-box.pro22 img{
	width: 100%!important;
	height: auto!important;
}
.honordetail .textbox img{
	max-width:100%;
	display: block;
	margin: 20rem auto;
	height:auto!important;
}
.honordetail .showscreen .pic-box img{
	width: auto;
}
.honordetail .showitem{
	width: 100%;
	margin-top: 20rem;
	overflow: hidden;
	position: relative;
}
.honordetail .showitem .pic-box{
	width: 100%;
	height: 200rem;
	border: 1rem #9c9c9c solid;
}

.honordetail .showitem .swiper-slide-thumb-active .pic-box{
	border:3rem #3eb11b solid;
}
/* honordetail end*/
.newsdetail{
	margin: 30rem 0;
}
.newsdetail .newscontain{
	font-size:18rem;
	line-height:40rem
}
.newsdetail .newscontain img{
	display: block;
	width:60%!important;
	height:auto!important;
	margin: 20rem auto;
}
.newsdetail .titgroup{
	margin: 30rem 0;
	text-align: center;
	width: 100%;
	padding-bottom: 30rem;
	border-bottom:1rem #3eb11b dashed;
}
.newsdetail .titgroup h2{
	font-size: 30rem;
	font-weight: bold;
}
.newsdetail .titgroup .subtext{
	font-size: 16rem;
	padding: 10rem 0;
	color: #333;
	opacity: 0.6;
}
.newsdetail .nextbox{
	display: flex;
	justify-content: space-between;
	font-size: 16rem;
	margin-top: 50rem;
}
/* newsdetail end*/ 
.nycontact{
	display:flex;
	flex-wrap:wrap;
}
.nycontact .left{
	width: 100%;
	font-size: 24rem;
	line-height: 65rem;
	text-align: center;
	padding:0 80rem;
}
.nyabus .bottombox{
	margin-top: 10rem;
	display: flex;
	justify-content: space-between;
	width: 90%;
	position: absolute;
	bottom: 20rem;
}
.nyabus .bottombox .showbox{
	width: 25%;
	padding: 10rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.nyabus .bottombox .top{
	font-size: 16rem;
}
.nyabus .bottombox b{
	font-size: 35rem;
	color: #3eb11b;
}
.nyabus .bottombox .bot{
	font-size: 20rem;
	text-align: center;
}
.nyswiper{
	width:100%;
}
.nyswiper .tit{
	font-size:32rem;
	font-weight:bold;
	padding-left:20rem;
	border-left:10rem #3eb11b solid;
}
.nyswiper .morepro{
	width:100%;
	position: relative;
	margin-top:30rem;
	overflow: hidden;
}
.nyswiper .morepro .showbox{
	width:100%;
	padding: 10rem;
}
.nyswiper .morepro .showbox .pic-box{
	width:100%;
	height:auto;
	margin-bottom:10rem
}
.nyswiper .morepro .showbox p{
	font-size:20rem;
	text-align:center;
	width:100%;
	line-height:30rem
}
.BMap_bubble_content{
	font-size:20rem
}
.nysersup{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.nysersup .nytechtit{
	width:100%;
	font-size:40rem;
	text-align:center;
	font-weight:bold;
	margin-bottom:30rem;
}
.nysersup .showbox{
	position:relative;
	width: 24%;
	overflow:hidden;
}
.nysersup .showbox .textbox{
	padding: 50rem;
	font-size:18rem;
	line-height:35rem;
	position:relative;
	z-index:10;
	padding-bottom:80rem;
}
.nysersup .showbox .textbox .tit{
	font-weight:bold;
	font-size:25rem;
}
.nysersup .showbox:hover .textbox{
	color:#fff;
}
.nysersup .showbox .textbox .pic-box{
	width: 90rem;
	filter:brightness(0);
	margin-bottom: 20rem;
}
.nysersup .showbox:hover .textbox .pic-box{
	filter:brightness(1);
}
.nysersup .showbox .bgpic{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	filter: opacity(0.1) brightness(0.5);
	display:flex;
	justify-content:center;
	align-items:center;
	transition:0.3s ease;
}
.nysersup .showbox:hover .bgpic{
	filter:opacity(1) brightness(0.5)
}
.nysersup .showbox .bgpic img{
	height:100%;
	width:auto;
}
.nysersup .showbox .contact{
	position:absolute;
	bottom: 30rem;
	left: 0;
	z-index:10;
	width:100%;
	display:flex;
	align-items:center;
	justify-content: center;
}
.nysersup .showbox .contact .tit{
	display:inline-block;
	background:#68c14e;
	color:#fff;
	padding:5rem 15rem;
	margin-right: 20rem;
}
.nysersup .showbox .contact .phone{
	font-size:30rem;
	font-weight: bold;
}
.nysersup .showbox:hover .contact .phone{
	color:#fff
}
.nyserline{
	width:100%;
	margin:50rem 0;
	background:#68c14e;
	height:5rem;
	position:relative;
}
.nyserline:before{
	border-top:30rem transparent solid;
	border-bottom:30rem transparent solid;
	border-right:30rem transparent solid;
	border-left:30rem #68c14e solid;
	width:0;
	height:0;
	position:absolute;
	content:'';
	top:-25rem;
	left:0;
}
.nyserline:after{
	border-top:30rem transparent solid;
	border-bottom:30rem transparent solid;
	border-right:30rem #68c14e solid;
	border-left:30rem transparent solid;
	width:0;
	height:0;
	position:absolute;
	content:'';
	top:-25rem;
	right:0;
}
.nyproline{
	margin-top:50rem
}
.nyproline .tit{
	width:100%;
	font-size:40rem;
	text-align:center;
	font-weight:bold;
	margin-bottom:30rem;
}

.nycontactshow{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50rem;
}
.nycontactshow>div{
	width: 31%;
	box-shadow: 5rem 5rem 10rem #00000070;
	padding: 50rem 20rem;
	border-bottom-right-radius:40rem;
	height: 400rem;
}
.nycontactshow .conren{
	text-align:left;
}
.nycontactshow .tit{
	font-weight:bold;
	width:100%;
	font-size: 25rem;
	line-height: 50rem;
	margin-bottom: 20rem;
}
.nycontactshow .conren .textbox{
	font-size:18rem;
}
.nycontactshow .conren .textbox p{
	display:flex;
	align-items:center;
	line-height: 30rem;
	margin-bottom: 20rem;
}
.nycontactshow .conren img{
	width: 40rem;
	height: 40rem;
	margin-right: 10rem;
	border-radius: 50%;
	padding: 6rem;
	background: linear-gradient(45deg, #68c14e, #27a601);
}
.nycontactshow .ewmbox{
	text-align:left;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-content: flex-start;
}
.nycontactshow .ewmbox .showbox{
	width: 26%;
	margin-right: 6%;
}
.nycontactshow .ewmbox .showbox p{
	font-size:18rem;
	text-align:center;
	line-height:30rem;
	margin-top:5rem;
}
.nycontactshow .mapshow{
	width: 50%;
	margin-top: 230rem;
	position: relative;
}
.nycontactshow .pubbox{
	color:#fff;
	background: linear-gradient(45deg, #68c14e, #27a601);
	text-align: left;
	font-size: 18rem;
	line-height: 40rem;
}
.nycontactshow .pubbox img{
	width: 30rem;
	height: 30rem;
	margin-right:10rem;
}
.nycontactshow .pubbox .textbox p{
	display:flex;
	align-items:center;
	line-height: 30rem;
	margin-bottom: 20rem;
}
.nycontactshow .pubbox .textbox p span{
}
.nycontactshow .mapshow>b{
	font-size:70rem;
	color: #ffffff96;
	font-weight: bold;
	margin-bottom: 50rem;
	display: block;
	padding-left: 50rem;
}
.nycontactshow .mapshow .mapbox{
	width: 100%;
	height: 450rem;
	position: absolute;
	top: 120rem;
}