/* banner css */
.nybanner{
	width:100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.serarchshow{
	background:#333;
}
.searchbox{
	width:100%;
	margin:0 auto;
	display:flex;
	font-size:14rem;
	padding: 10rem 0;
	justify-content: flex-end;
	color:#fff;
	flex-direction: column;
	align-items: center;
}
.searchbox .left{
	line-height: 30rem;
	width: auto;
	display: none;
}
.searchbox form{width: 100%;padding: 0 10rem;display: flex;justify-content: space-around;}
.searchbox form input{
	line-height: 30rem;
	padding:0 10rem;
	border: 1rem #33333385 solid;
	width: 65%;
}
.searchbox form button{
	text-align: center;
	width: 30%;
	background:#4ac327;
	color:#fff;
	display: inline-block;
	height: 32rem;
	line-height: 32rem;
}
.banner .showscreen{
	width: 100%;
	overflow: hidden;
}
.banner .paginbox{
	width: 80%;
	position: absolute;
	height: 60rem;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff6e;
	margin: auto auto;
	z-index: 10;
	display: none;
}
.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: auto;
	min-height: auto;
}
.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{
	width:100%;
	height: auto;
}
/* baanner end */
/* product css */
.proshow{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.proshow .showbox{
	height: 150rem;
	width: 48%;
	margin: 5rem 0;
	position: relative;
}
.proshow .showbox:nth-last-child(1){
	width:100%;
	height: 200rem;
}
.proshow .showbox:nth-child(1),
.proshow .showbox:nth-child(2){
	width: 49%;
	height: 150rem;
}
.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-start;
	justify-content: space-between;
	padding: 10rem;
	overflow: hidden;
	flex-direction: column;
}
.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: 16rem;
	line-height: 20rem;
	position: relative;
	padding:5rem;
}
.proshow .showbox:hover .arttitle{
	background:#000000a1;
	
}
.proshow .showbox .arttitle span{
	font-size: 12rem;
}
.proshow .textbox>.more{
	font-size: 13rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow:hidden;
	padding: 5rem 15rem;
}
.proshow .showbox .textbox .more:before{
	width:100%;
	position:absolute;
	background: #4ac327d4;
	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: 12rem;
	margin-left: 5rem;
	position:relative;
	display: none;
}
/* product end */
/* aboutus css */
.aboutus{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aboutus .ttit{
	font-size: 18rem;
	padding-left: 10rem;
}
.aboutus .left{
	margin-top: 20rem;
}
.aboutus .left .line{
	background-color: #ce000b;
	margin: 5rem 10rem;
	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: 14rem;
	margin-left: 15rem;
}
.aboutus .textbox{
	width: 100%;
	line-height: 35rem;
	font-size: 14rem;
}
.aboutus .right{
	margin-top: 30rem;
}
.aboutus .right .videobox{
	width:100%;
}
.aboutus .right .videobox video{
	display:block;
	width:100%;
}
/* aboutus end*/
/* culture css */
.cultshow{
	display: flex;
	justify-content: flex-end;
	height: auto;
	margin-top: 20rem;
	align-items: flex-start;
	flex-wrap: wrap;
}
.cultshow .textscreen{
	overflow: hidden;
	width: 95%;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}
.cultshow .textscreen .showbox{
	height: 230rem;
	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: 10rem;
	align-items: center;
	justify-content: center;
}
.cultshow .textscreen .txttit{
	font-size: 18rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3rem;
	margin-bottom: 5rem;
	/* position: absolute; */
	top: 100rem;
	left: 80rem;
}
.cultshow .textscreen .txttit span{
	color: #4ac327;
}
.cultshow .textscreen .txtshow{
	font-size: 12rem;
	line-height: 20rem;
	text-align: center;
	letter-spacing: 0rem;
}
.cultshow .culitem{
	width: 80%;
	position: relative;
	margin-left: 20%;
	z-index: 20;
	background: #000000ad;
	height: auto;
	top: -40rem;
}
.cultshow .culitem .swiper-wrapper{
	justify-content:center;
	flex-wrap:wrap;
	align-items:center;
	align-content: center;
}
.cultshow .culitem .swiper-slide{
	width: 70rem!important;
	margin: 10rem;
	height: auto;
}
.cultshow .culitem .swiper-slide:nth-child(4),
.cultshow .culitem .swiper-slide:nth-child(5){
	width: 90rem!important;
}
.cultshow .culitem .showbox{
	width: 100%;
}
.cultshow .culitem .showbox .pic-box{
	width: 100%;
	height: 35rem;
}
.cultshow .culitem .showbox .pic-box img{
	height: 100%;
	width:auto;
}
.cultshow .culitem .showbox p{
	color: #fff;
	text-align: center;
	font-size: 12rem;
	margin-top: 10rem;
}
.haflbg{
	height: 300rem;
	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;
}
#comshow{
	background: none!important;
}
#comshow:before{
	background-image:url(../images/serverbg.jpg);
	position:fixed;
	content:'';
	z-index:-1;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.combox{
	display: flex;
	justify-content: center;
	height: 480rem;
	align-items: flex-start;
	flex-wrap: wrap;
}
.combox .left{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	height: 300rem;
	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%;
	bottom: 0;
	background: #0000009c;
	position: absolute;
	left:0;
	padding: 6rem;
	display:flex;
	color: #ffffff;
	flex-direction: column;
	justify-content: flex-end;
	font-size: 12rem;
	white-space: nowrap;
}
.combox .left .showbox:hover .textbox{
	background:#c8740c;
}
.combox .left .textbox .tit{
	font-weight:bold;
	font-size: 15rem;
}
.combox .right{
	position: relative;
	background: #00000091;
	height: 150rem;
	background-image: none!important;
}

.combox .right .pic-box{
	width: 200rem;
	position: absolute;
	top:0;
	left: 0;
	bottom:0;
	right: 0;
	margin: auto auto;
	background: content-box;
}
/* comshow end */
/* honor show */
.honorbox{
	position:relative;
	overflow: hidden;
}
.honorshow{
	overflow-x: hidden;
	margin-top: 30rem;
	padding: 80rem 0 30rem;
	--swiper-navigation-color: #4ac327;
--swiper-navigation-size: 25rem;
}
.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: 140rem;
	margin-bottom: 10rem;
	position:relative;
	top:0;
}
.honorshow .pic-box img{
	height: 100%;
	width: auto;
}
.honorshow .showbox p{
	font-size: 12rem;
	text-align: center;
}
.honorbox .paginbox{
	min-width: 300rem;
	margin: auto;
	display: flex;
	justify-content: center;
	margin-top: 10rem;
}
.honorbox .paginbox a{
	display: inline-block;
	height: 30rem;
	line-height: 30rem;
	font-size: 14rem;
	box-shadow: 0 0 3rem #676767bf;
	margin: 0 20rem;
	text-align: center;
	border-radius: 5rem;
	padding: 0 10rem;
}
.honorbox .paginbox a:hover{
	background:#4ac327;
	color:#fff;
}
.honorbox .swiper-button-next,
.honorbox .swiper-button-prev{
	background: #00000030;
	height: 30rem;
	width: 30rem;
}
/* honor end */
/* news css */
.newsshow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newsshow .showbox{
	width: 48%;
	margin: 0 1%;
}
.newsshow .showbox .pic-box{
	width: 100%;
	height: 130rem;
	background: #fff;
}
.newsshow .showbox .pic-box img{
	height: auto;
}
.newsshow .showbox .textbox{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 10rem;
	line-height: 30rem;
	margin-bottom: 10rem;
	color:#000
}
.newsshow .showbox:hover .textbox{
	background:#4ac327;
	color:#fff;
}
.newsshow .showbox .attit{
	font-size: 14rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20rem;
	text-align: left;
	transition: none;
}
.newsshow .showbox .attit span{
	font-size: 12rem;
	opacity:0.6;
}
.newsshow .showbox .date{
	font-size: 12rem;
	line-height: 22rem;
	text-align: left;
	opacity: 0.6;
	transition: none;
}
.newsshow .showbox:hover .date{
	opacity:1
}
/* news end */

/* news css end */
/* ny css */
/* nypublic */
.nybanner{
	width: 100%;
	height: 250rem;
	overflow: hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	background: gainsboro;
	position:relative;
}
.nybanner .pic-box{
	width:100%;
	height:100%;
}
.nybanner .pic-box img{
	height:100%;
	width:auto;
}
.nybanner .textbox{
	position:absolute;
	color:#fff;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	display:flex;
	justify-content:center;
	align-items:center;
	width: 90%;
	flex-direction: column;
	align-content: center;
	text-align: center;
}
.nybanner .textbox .tit{
	font-size: 20rem;
	font-weight: bold;
	letter-spacing: 1rem;
}
.nybanner .textbox .intro{
	margin-top: 10rem;
	font-size: 12rem;
	line-height: 20rem;
}
.nywrapper{
	width: 100%;
	overflow: hidden;
	padding-bottom: 30rem;
}
.nywrapper .breadcrumb{
	width: 95%;
	border-bottom: 1rem #3d9324 solid;
	padding: 5rem;
	margin: 0 auto;
	font-size: 13rem;
}
.nywrapper .nycontain{
	width: 100%;
	margin: 0 auto 20rem;
	padding: 0 10rem;
	margin-top: 40rem;
}
.nytit{
	text-align:center;
	width:100%;
	margin-bottom: 10rem;
}
.nytit .tit{
	font-size: 22rem;
}
.nytit .intro{
	font-size: 14rem;
	margin-top:15rem;
}
.nytit .subtit{
	font-size: 20rem;
	margin-top:5rem;
}
.nycontain .toppagin .subnav{
	display: none!important;
}
.nycontain .toppagin{
	width: 100%;
}
.nycontain .toppagin .pic-box{
	margin-left: 500rem;
	width: 300rem;
}
.nycontain .toppagin>ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.nycontain .toppagin>ul>li{
	width: auto;
	margin: 0rem 0.5% 10rem;
	text-align: center;
	background: #e8e8e8;
	color: #333;
	font-size: 12rem;
	position: relative;
	border-radius: 5rem;
	padding: 5rem 15rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nycontain .toppagin>ul>li:hover,
.nycontain .toppagin>ul>li.active{
	background-color: #6aa64c;
	color: #fff;
}
.nycontain .toppagin>ul>li:hover .subnav{
	display: flex;
	background-color:#4ac327;
	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%;
}
.main-title{
	font-size:14rem;
	margin:10rem 0;
}
.pagination{
	margin:0 auto;
	display:flex;
	justify-content:center;
}
.pagination li{
	min-width:30rem;
	background:#ccc;
	margin:0 10rem;
	line-height: 30rem;
	text-align:center;
	font-size: 14rem;
}
.pagination li a,.pagination li span{
	display:block;
	padding:0 20rem
}
.pagination li a:hover{
	background:#4ac327;
	color:#fff
}
.pagination li.active span{
	background:#4ac327;
	color:#fff;
}
/* nypublic end */
.nyproshow{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 10rem;
	font-size: 14rem;
}
.nyproshow .showbox{
	width: 48%;
	margin: 10rem 1%;
	position: relative;
	box-shadow: 0 0 10rem #979292d4;
	transition: 0.5s ease;
}
.nyproshow .showbox .pic-box{
	width: 100%;
	height: auto;
	position: relative;
	border: 2rem #3d9324 solid;
}
.nyproshow .showbox .pic-box img{
}
.nyproshow .showbox .textbox{
	display: flex;
	justify-content: space-between;
	padding: 5rem;
	font-size: 16rem;
	width: 90%;
	margin: 0 auto;
	line-height: 35rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nyproshow .showbox .textbox span:nth-child(1){
	font-weight: bold;
}

.nyproshow .showbox .more{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom:-100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0000002e;
}
.nyproshow .showbox:hover .more{
	bottom:0;
}
.nyproshow .showbox:hover img{
	transform:scale(1.2);
}
.nyproshow .showbox .more p{
	background: #4ac327;
	color: #fff;
	width: 50%;
	line-height: 25rem;
	text-align: center;
	font-size: 12rem;
	border-radius: 5rem;
}
/* nynews css */
.nynewsshow{
	display: flex;
	flex-wrap: wrap;
}
.nynewsshow .showbox{
	width: 100%;
	margin-bottom: 20rem;
	display: flex;
	height: auto;
	position: relative;
	padding: 15rem 10rem;
	border-bottom: 1rem #ccc solid;
	flex-wrap: wrap;
}
.nynewsshow .showbox .pic-box{
	width: 100%;
	height: 180rem;
}
.nynewsshow .showbox .textbox{
	width: 100%;
	color: #000;
	position: relative;
	padding: 0 10rem;
	overflow: hidden;
}
.nynewsshow .showbox .textbox .newtitle{
	font-size: 18rem;
	font-weight: bold;
	margin-bottom: 10rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nynewsshow .showbox .textbox .textshow{
	opacity: 0.7;
	font-size: 12rem;
	line-height: 25rem;
	height: 50rem;
	overflow: hidden;
}

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

.nynewsshow .showbox .textbox .bottomtext .date{
	font-size: 10rem;
	background: #4ac327;
	color: #fff;
	text-align: center;
	padding: 5rem;
}
.nynewsshow .showbox .textbox .bottomtext .date span{
	font-size: 22rem;
}

.nynewsshow .showbox .textbox .bottomtext .more{
	padding: 5rem 25rem;
	font-size: 12rem;
	border: 1rem #b0b0b0 solid;
	text-align: center;
	border-radius: 5rem;
}
.nynewsshow .showbox:hover .textbox .bottomtext .more{
	background:#4ac327;
	color:#fff;
	border:none;
}
/* nynews end *//* abus css*/
.nyaboutus .nyabshow{
	display:flex;
	width:100%;
	flex-direction: column-reverse;
}
.nyaboutus .nyabshow .pic-box{
	width: 100%;
}
.nyaboutus .nyabshow .pic-box img{
	height:100%;
}
.nyaboutus .nyabshow .textbox{
	width: 100%;
	font-size:16rem;
	line-height: 30rem;
	padding: 10rem;
}
.nyaboutus .nyabshow .textbox .tit{
	font-size: 22rem;
	font-weight: bold;
	margin-bottom: 15rem;
}
.nyabnum{
	width: 100%!important;
	background-image: url(../images/abnumbg.jpg);
	background-attachment: fixed;
	position:relative;
	padding: 20rem 10rem!important;
	background-position: center;
}
.nyabnum:before{
	background: #00000075;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	position:absolute;
}
.abnumshow{
	display:flex;
	width: 100%;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0 auto;
	position: relative;
	z-index: 10;
	color:#fff
}
.abnumshow .showbox{
	width: 48%;
	text-align:center;
	margin: 15rem 0;
}
.abnumshow .showbox .top{
	color: #72df39;
	-webkit-background-clip: text;
	background-image: linear-gradient(180deg, #6bc53e 40%, #6ff12c 60%);
}
.abnumshow .showbox b{
	font-size: 31rem;
	font-weight:bold;
	margin-right: 5rem;
}
.abnumshow .showbox .top span{
	font-size: 16rem;
	font-weight: bold;
}
.abnumshow .showbox .bottom{
	font-size: 16rem;
	margin-top: 3rem;
}
.nycom .comshow{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.nycom .comshow .showbox{
	width: 100%;
	text-align:center;
	margin: 0rem 0 20rem;
}
.nycom .comshow .showbox .pic-box{
	height: auto;
}
.nycom .comshow .showbox .textbox{
	margin-top:20rem;
}
.nycom .comshow .showbox .textbox .tit{
	font-size:20rem;
	margin-bottom:10rem
}
.nycom .comshow .showbox .textbox .intro{
	line-height:25rem;
	color:#717171;
}
.nyhisshow{
	width:100%;
	height: 250rem;
	width: 100%;
	margin:0 auto;
	--swiper-theme-color: #6aa64c;
	--swiper-navigation-color: #6aa64c;
	--swiper-navigation-size: 30rem;
	position:relative;
}
.nyhis{
	width:100%!important;
	position:relative;
}
.nyhisshow:before{
	position:absolute;
	top: -7.5rem;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	content:"";
	width:100%;
	height: 10rem;
	background-image: linear-gradient(90deg, #bdbdbd 4%, transparent 4%);
	border-bottom: 3rem #bdbdbd solid;
	background-size: 11% 100%;
}
.nyhisshow .swiper-slide{
	height:100%;
	display:flex;
	flex-direction:column;
}
.nyhisshow .swiper-slide:nth-child(even){
	flex-direction:column-reverse;
}
.nyhisshow .swiper-slide .showbox{
	width: 120%;
	position:relative;
	font-size: 12rem;
	padding: 10rem;
	height: 50%;
	display: flex;
	flex-direction: column;
}
.nyhisshow .swiper-slide .showbox:before{
	position:absolute;
	left:0;
	bottom:0;
	height: 120rem;
	width: 2rem;
	background: #bdbdbd;
	content:'';
	display: none;
}
.nyhisshow .swiper-slide:nth-child(even) .showbox:before{
	top:0;
	bottom:unset;
	height: 85rem;
}
.nyhisshow .swiper-slide .showbox:after{
	position:absolute;
	left:0;
	bottom:0;
	height: 0%;
	width: 2rem;
	background: #6aa64c;
	content:'';
	transition:0.5s ease;
	display: none;
}
.nyhisshow .swiper-slide .showbox:hover:after,
.nyhisshow .swiper-slide.swiper-slide-active .showbox:after{
	height: 120rem;
}
.nyhisshow .swiper-slide:nth-child(even) .showbox:after{
	position:absolute;
	left:0;
	top:0;
	height: 0%;
	width: 2rem;
	background: #6aa64c;
	content:'';
	transition:0.5s ease;
}
.nyhisshow .swiper-slide:nth-child(even) .showbox:hover:after,
.nyhisshow .swiper-slide:nth-child(even).swiper-slide-active .showbox:after{
	height: 85rem;
}
.nyhisshow .swiper-slide .showbox .tit:after{
	position:absolute;
	left: -13.5rem;
	top: 4rem;
	bottom: 0;
	height: 5rem;
	width: 5rem;
	content:'';
	border-radius:50%;
	border: 2rem #6aa64c solid;
	background:#fff;
	margin: auto;
	transition: 0.5s ease;
	display:block;
}
.nyhisshow .swiper-slide .showbox:hover .tit:after,
.nyhisshow .swiper-slide.swiper-slide-active .showbox .tit:after{
	background:#6aa64c;
	top: 10rem;
}
.nyhisshow .swiper-slide .showbox:hover .tit,
.nyhisshow .swiper-slide.swiper-slide-active .showbox .tit{
	font-size: 22rem;
	color:#6aa64c;
	font-weight:bold;
}
.nyhisshow .swiper-slide:nth-child(even) .showbox{justify-content: flex-end;}
.nyhisshow .swiper-slide .showbox .tit{
	font-size: 18rem;
	margin-bottom:10rem;
	position:relative;
	transition:0.5s ease;
}
.abexcitshow .pagin{
	width: 100%;
	display:flex;
	justify-content:center;
	margin:0 auto;
	margin-bottom: 10rem;
}
.abexcitshow .pagin li{
	width: 100rem;
	text-align:center;
	line-height: 30rem;
	background:#eee;
	font-size: 14rem;
	margin:0 15rem;
	cursor:pointer;
	transition:background 0.5s ease;
}
.abexcitshow .pagin li:hover,
.abexcitshow .pagin li.active{
	background:#6aa64c;
	color:#fff;
}
.excitshow{
	display:flex;
}
.excitshow .showbox{
	display:none;
	flex-wrap:wrap;
	justify-content:flex-start;
	animation:opashow 1s ease forwards;
	opacity:0;
}
@keyframes opashow{
	from{opacity:0}
	to{opacity:1}
}
.excitshow .showbox.active{
	display:flex;
}
.excitshow .showbox .showitem{
	width: 48%;
	margin: 1%;
	position:relative;
}
.excitshow .showbox .showitem .pic-box{
	height: 120rem;
	width:100%;
}
.excitshow .showbox .showitem:hover p{
	opacity:1;
}
.excitshow .showbox .showitem p{
	position:absolute;
	bottom:0;
	text-align:center;
	line-height: 30rem;
	width:100%;
	background:#6aa64c;
	color:#fff;
	font-size: 14rem;
	letter-spacing:1rem;
	opacity:0;
	transition:0.5s ease;
}
/* abus end*/
/* nycase */
.caseintro{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.caseintro .left{
	padding: 10rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position:relative;
}
.caseintro .left .pic-box{
	position:absolute;
	right:30rem;
	bottom: -20rem;
	width: 100rem;
}
.caseintro .left h1{
	color:#4ac327;
	font-size: 25rem;
	text-align: center;
}
.caseintro .left h2{
	font-size: 18rem;
	margin-bottom: 10rem;
}
.caseintro .left p{
	font-size: 14rem;
	margin: 10rem;
}
.caseintro .right .pic-box{
	height: auto;
	width: 100%;
	margin-top: 30rem;
}
.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:#4ac327!important;
}
.nycasebox .caseshow{
	display:flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap:wrap;
	margin: 60rem 0;
}
.nycasebox .caseshow .casetitle{
	font-size: 22rem;
	width: 100%;
	line-height: 23rem;
	border-left: 10rem #3d9324 solid;
	padding-left: 10rem;
}
.nycasebox .caseshow .casetitle span{
	font-size: 14rem;
	opacity: 0.6;
}
.nycasebox .caseshow .showbox{
	width: 49.5%;
	height: 130rem;
	margin: 5rem 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%;
}
.nycasebox .caseshow .showbox:nth-child(4),
.nycasebox .caseshow .showbox:nth-child(5),
.nycasebox .caseshow .showbox:nth-child(6){
}
.nycasebox .caseshow .showbox .pic-box{
	height:100%;
	width:100%;
}
.nycasebox .caseshow .showbox .pic-box img{
	width: auto;
	height: auto;
	min-height: 100%;
	max-width: 100%;
}
/* nycase end*/
/* nyhonor */
.nyhonorshow{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30rem;
}
.nyhonorshow .showbox{
	width: 48%;
	display: flex;
	margin: 0 1% 20rem;
	box-shadow: 0 0 10rem #bebebe;
	flex-direction: column;
	justify-content: center;
}
.nyhonorshow .showbox .pic-box{
	width: 100%;
	height: auto;
}
.nyhonorshow .showbox p{
	font-size: 13rem;
	text-align: center;
	padding: 5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.nyhonorshow .showbox:hover p{
	background:#4ac327;
	color:#fff
}
/* nyhonor end*/
.nyprodetailshow{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nyprodetailshow .left{
	width: 100%;
	padding: 10rem;
}
.nyprodetailshow .left .picscreen {
	width:100%;
	overflow:hidden;
}
.nyprodetailshow .left .picview{
	width:100%;
	overflow:hidden;
	margin-top: 10rem;
}
.nyprodetailshow .left .picscreen .pic-box{
	width: 100%;
	height: 300rem;
}
.nyprodetailshow .left .picview .pic-box{
	height: 100rem;
	border: 5rem #fff solid;
}
.nyprodetailshow .picview .swiper-slide-thumb-active .pic-box{
	border: 3rem #3eb11b solid;
}
.nyprodetailshow .right{
	position: relative;
}
.protailtit{
	font-size: 18rem;
	color:#369d16;
	font-weight:bold;
}
.protailintro{
	font-size: 15rem;
	margin-top: 10rem;
	line-height: 25rem;
}
.protailintro img{
	max-width:100%;
}
.nyprodetailshow .right{
	position: relative;
}
.nyprodetailshow .right .arttit{
	font-size: 20rem;
	margin-bottom: 30rem;
	font-weight: bold;
}
.nyprodetailshow .right .arttit span{
	display:block;
	font-size:13rem;
}
.nyprodetailshow .right>p{
	font-size: 18rem;
}
.nyprodetailshow .right .shorttext{
	font-size:14rem;
	line-height:30rem;
	margin-bottom: 10rem;
}
.nyprodetailshow .right .shorttext .subtit{
	font-size:18rem;
	padding-bottom: 5rem;
	border-bottom: 1rem #3d9324 solid;
	width: 100%;
	display: block;
}
.nyprodetailshow .right .shorttext img{
	max-width:100%;
}
.nyprodetailshow .right .contact{
	height: auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nyprodetailshow .right .contact a{
	background:#4ac327;
	width: 135rem;
	line-height: 30rem;
	text-align:center;
	color:#fff;
	font-size:16rem;
	border-radius:5rem
}
.nyprodetailshow .right .contact a:hover{
	background:#fb9e2c
}
.nyprodetailshow .contact .phone{
	width: 50%;
	display: flex;
	align-items: center;
}
.nyprodetailshow .contact .phone .pic-box{
	width: 30rem;
	height: 100%;
}
.nyprodetailshow .contact .phone p{
	font-size: 17rem;
	line-height: 25rem;
}
.nyprodetailshow .detailtext{
	width: 100%;
}
.nyprodetailshow .detailtext>div{
	font-size:14rem;
	line-height:35rem;
	padding:15rem 0;
	overflow-x: auto;
}
.nyprodetailshow .detailtext .tit{
	font-size: 18rem;
	width: 100%;
	padding-bottom: 10rem;
	margin-top: 30rem;
	border-bottom: 1rem #3d9324 solid;
}
.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: 25rem;
	font-size: 14rem;
}
.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: 15rem!important;
}
.nyprodetailshow .detailtext table{
	border:1rem #d2d2d2 solid!important;
	width: 1000rem;
}
.nyprodetailshow .detailtext tr:nth-child(even){
	background: #e4e2e2;
}
/* prodetail end */
.honordetail{
	width: 100%;
	margin: 0 auto;
	margin-top: 30rem;
}
.honordetail .arttit{
	font-size: 22rem;
	margin: 10rem 0;
	text-align: center;
}
.honordetail .showscreen{
	width: 100%;
	overflow: hidden;
}
.honordetail .maindetail{
	display:flex;
	margin: 30rem 0;
	flex-wrap: wrap;
}
.honordetail .maindetail .showscreen{
	width: 100%;
	min-height: unset;
	height: auto;
}
.honordetail .maindetail .textbox{
	width: 100%;
	padding: 20rem 2%;
}
.honordetail .textshow{
	font-size: 14rem;
	line-height: 30rem;
}
.honordetail .showscreen .pic-box{
	height: auto;
	min-height: unset;
}
.honordetail .morewrapper{
	display:flex;
	flex-wrap:wrap;
}
.honordetail .morewrapper p{
	width:48%;
	height: 150rem;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:1%
}
.honordetail .morewrapper p img{
	width:100%;
	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: 16rem;
	line-height: 30rem;
}
.newsdetail .newscontain img{
	display: block;
	width:60%!important;
	height:auto!important;
	margin: 20rem auto;
}
.newsdetail .titgroup{
	margin: 10rem 0;
	text-align: center;
	width: 100%;
	border-bottom:1rem #3d9324 dashed;
}
.newsdetail .titgroup h2{
	font-size: 20rem;
	font-weight: bold;
}
.newsdetail .titgroup .subtext{
	font-size: 12rem;
	padding: 10rem 0;
	color: #333;
	opacity: 0.6;
}
.newsdetail .titgroup .subtext span{
	display:block;
}
.newsdetail .nextbox{
	display: flex;
	justify-content: space-between;
	font-size: 12rem;
	margin-top: 30rem;
}
/* newsdetail end*/ 
.nycontact{
	display:flex;
	flex-wrap:wrap;
}
.nycontact .left{
	font-size: 15rem;
	line-height: 30rem;
	text-align:right;
}

/* newsdetail end*/ 
.nycontact{
	display:flex;
	flex-wrap:wrap;
}
.nycontact .left{
	font-size: 16rem;
	line-height: 35rem;
	text-align: center;
}
.nyabus .bottombox{
	margin-top: 10rem;
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.nyabus .bottombox .showbox{
	width: 48%;
	padding: 10rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.nyabus .bottombox .top{
	font-size: 12rem;
}
.nyabus .bottombox b{
	font-size: 30rem;
	color: #4ac327;
}
.nyabus .bottombox .bot{
	font-size: 15rem;
	text-align: center;
}
.nyprodetailshow .deadd{
	display:flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.nyprodetailshow .deadd .showbox{
	text-align:center;
	margin-bottom: 10rem;
	margin: 10rem 10rem;
}
.nyprodetailshow .deadd .showbox .pic-box{
	width: 60rem;
	margin:0 auto;
	background:#4ac327;
	height: 60rem;
	border-radius:50%;
	margin-bottom: 5rem;
	padding: 5rem;
}
.nyprodetailshow .deadd .showbox .pic-box img{
	filter:grayscale(1) brightness(200);
}
.nyprodetailshow .deadd .showbox .tit{
	font-size: 12rem;
}
.nyprodetailshow .deadd .showbox .en{
	font-size:12rem;
	word-break: normal;
	display: none;
}

.nyprodetailshow .right .shorttext>a{
	margin-top: 10rem;
	display:block;
	color: #f83030;
	font-size: 14rem;
	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)}
}

.nyswiper{
	width:100%;
	margin-top: 30rem;
}
.nyswiper .tit{
	font-size: 22rem;
	font-weight:bold;
	padding-left:20rem;
	border-left:10rem #3d9324 solid;
}
.nyswiper .morepro{
	width:100%;
	position: relative;
	margin-top:30rem;
	overflow: hidden;
}
.nyswiper .morepro .showbox{
	width:100%;
	padding: 0 10rem;
}
.nyswiper .morepro .showbox .pic-box{
	width:100%;
	height:auto;
	margin-bottom:10rem
}
.nyswiper .morepro .showbox p{
	font-size: 14rem;
	text-align:center;
	width:100%;
	line-height: 25rem;
}
.nyabadd{
	display:flex;
	flex-wrap:wrap;
	flex-direction: row;
}
.nyabadd .group1{
	width: 100%;
	display:flex;
	justify-content:space-evenly;
	padding: 25rem 0;
	position:relative;
}
.nyabadd .group1:before{
	position:absolute;
	top:0;
	right:0;
	width: 150rem;
	height: 50rem;
	border-right: 5rem #fa3f3f solid;
	border-top: 5rem #fa3f3f solid;
	content:'';
}
.nyabadd .group1:after{
	position:absolute;
	bottom:0;
	left:0;
	width: 50rem;
	height: 100rem;
	border-left: 5rem #3d9324 solid;
	border-bottom: 5rem #3d9324 solid;
	content:'';
}
.nyabadd .group1 .showbox{
	width:33%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	font-size: 16rem;
	line-height: 25rem;
}
.nyabadd .group1 .showbox .pic-box{
	width: 60rem;
	padding: 10rem;
	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: 100%;
	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: 100%;
	height: 200rem;
	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: 10rem;
}
.nyabadd .group3 .textbox .tit{
	font-size: 20rem;
	font-weight:bold;
	margin-bottom: 10rem;
}
.nyabadd .group3 .textbox .intro{
	font-size: 14rem;
	line-height: 25rem;
	text-indent: 20rem;
	text-shadow: 0 0 5rem #454545;
}
.nyabadd .group3 .pic-box{
	width:100%;
	height:100%;
}
.nyabadd .group4{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
.nyabadd .group4 .showbox{
	width: 50%;
	padding: 10rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: 12rem;
}
.nyabadd .group4.top{
	font-size: 25rem;
}
.nyabadd .group4 b{
	font-size: 30rem;
	margin-right: 10rem;
}
.nyabadd .group4 .bot{
	font-size: 14rem;
	text-align: center;
}
.nyabhonor{
	/* width:100%!important; */
}
.nyabhonor .tit{
	font-size: 22rem;
	font-weight:bold;
	text-align:center;
}
.abhonorshow{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top: 10rem;
}
.abhonorshow .showbox{
	width: 48%;
	margin: 5rem 1%;
}
.abhonorshow .showbox:nth-last-child(1){
	display:none;
}
.nycontactshow{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30rem;
	flex-wrap: wrap;
}
.nycontactshow>div{
	width: 48%;
	box-shadow: 5rem 5rem 10rem #00000070;
	padding: 10rem;
	border-bottom-right-radius:40rem;
	height: 340rem;
}
.nycontactshow .conren{
	text-align:left;
}
.nycontactshow .tit{
	font-weight:bold;
	width:100%;
	font-size: 15rem;
	line-height: 30rem;
	margin-bottom: 10rem;
}
.nycontactshow .conren .textbox{
	font-size: 12rem;
}
.nycontactshow .conren .textbox p{
	display:flex;
	align-items: flex-start;
	line-height: 25rem;
	margin-bottom: 10rem;
	flex-direction: column;
}
.nycontactshow .conren img{
	width: 30rem;
	height: 30rem;
	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: 60%;
	margin: 10rem;
}
.nycontactshow .ewmbox .showbox p{
	font-size: 14rem;
	text-align:center;
	line-height: 20rem;
	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: 12rem;
	line-height: 25rem;
	margin-top: 20rem;
	width: 100%;
	height: auto;
}
.nycontactshow .pubbox img{
	width: 30rem;
	height: 30rem;
	margin-right:10rem;
}
.nycontactshow .pubbox .textbox p{
	display:flex;
	align-items: center;
	line-height: 25rem;
	margin-bottom: 20rem;
	flex-direction: row;
}
.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;
}
.nysersup{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.nysersup .nytechtit{
	width:100%;
	font-size: 22rem;
	text-align:center;
	font-weight:bold;
	margin-bottom: 10rem;
}
.nysersup .showbox{
	position:relative;
	width: 48%;
	overflow:hidden;
	margin: 10rem 0;
	padding: 8rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nysersup .showbox .textbox{
	font-size: 11rem;
	line-height: 22rem;
	position:relative;
	z-index:10;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nysersup .showbox .textbox .tit{
	font-weight:bold;
	font-size: 17rem;
	margin-bottom: 10rem;
	text-align: center;
}
.nysersup .showbox:hover .textbox{
	color:#fff;
}
.nysersup .showbox .textbox .pic-box{
	width: 50rem;
	filter:brightness(0);
	margin-bottom: 10rem;
}
.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{
	width: 100%;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 10;
	text-align: center;
	margin-top: 10rem;
}
.nysersup .showbox .contact .tit{
	display:inline-block;
	background:#68c14e;
	color:#fff;
	padding: 2rem 9rem;
	margin-bottom: 10rem;
}
.nysersup .showbox .contact .phone{
	font-size: 18rem;
	font-weight: bold;
	5: 500;
}
.nysersup .showbox:hover .contact .phone{
	color:#fff
}
.nyserline{
	width:100%;
	margin: 20rem 0;
	background:#68c14e;
	height: 2rem;
	position:relative;
}
.nyserline:before{
	border-top: 15rem transparent solid;
	border-bottom: 15rem transparent solid;
	border-right: 15rem transparent solid;
	border-left: 15rem #68c14e solid;
	width:0;
	height:0;
	position:absolute;
	content:'';
	top: -13rem;
	left:0;
}
.nyserline:after{
	border-top:15rem transparent solid;
	border-bottom:15rem transparent solid;
	border-right:15rem #68c14e solid;
	border-left:15rem transparent solid;
	width:0;
	height:0;
	position:absolute;
	content:'';
	top:-13rem;
	right:0;
}
.nyproline{
	margin-top: 20rem;
}
.nyproline .tit{
	width:100%;
	font-size: 22rem;
	text-align:center;
	font-weight:bold;
	margin-bottom: 20rem;
}
.nycomlist{
	overflow:hidden;
}
.nycomlist .showbox{
	float:left;
	width: 47%;
	margin: 10rem 1.5%;
	height: 200rem;
	transition:background 0.5s ease;
}
.nycomlist .showbox:hover{
	background:#6aa64c;
}
.nycomlist .showbox:hover .textbox{
	color:#fff;
}
.nycomlist .showbox .pic-box{
	height: 75%;
}
.nycomlist .showbox .pic-box img{
	height:100%;
	width:auto;
}
.nycomlist .showbox:nth-child(1){
	width: 97%;
	height: auto;
}
.nycomlist .showbox:nth-child(1) img{
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
}
.nycomlist .showbox:nth-child(1) .pic-box{
	height: 350rem;
}
.nycomlist .showbox:nth-child(1) .textbox{
	height:15%;
}
.nycomlist .showbox .textbox{
	padding: 5rem;
	height:25%;
	font-size: 12rem;
}
.nycomlist .showbox .textbox .intro{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top:6rem
}
.companyvideo .videoshow{
	display:flex;
	flex-wrap: wrap;
}
.companyvideo .videoshow .textbox{
	padding: 10rem;
	font-size: 14rem;
	line-height: 30rem;
}
.companyvideo .videoshow .tit{
	font-weight:bold;
	font-size: 25rem;
	margin-bottom: 10rem;
	text-align: center;
}
.companyvideo .videoshow .pic-box{
	width:100%;
}
.companyvideo .videoshow .pic-box video{
	display:block;
	width:100%;
	height:auto
}
.companytext .textshow{
	display:flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.companytext .textshow .textbox{
	padding: 10rem;
	font-size: 14rem;
	line-height: 30rem;
}
.companytext .textshow .textbox .tit{
	font-weight:bold;
	font-size: 25rem;
	margin-bottom: 10rem;
	text-align: center;
}

.compicshow{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.compicshow .showbox{
	width: 48%;
	margin:1%;
}
.compicshow .showbox .pic-box{
	height: 100rem;
}
.compicshow .showbox p{
	font-size: 14rem;
	line-height: 30rem;
	text-align:center;
}
.processshow{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.processshow .showbox{
	display:flex;
	justify-content:space-between;
	margin: 1.5% 1%;
	width: 48%;
	position: relative;
	overflow: hidden;
	transition:0.5s ease;
}
.processshow .showbox:nth-child(even){
	flex-direction:row-reverse;
}
.processshow .showbox .pic-box{
	width: 100%;
	height: 200rem;
}
.processshow .showbox .pic-box img{
	height:100%;
	width:auto;
}
.processshow .showbox:hover .pic-box img{
	transform: scale(1.4);
}
.processshow .showbox .textbox{
	width:50%;
	padding: 5rem;
	font-size: 12rem;
	line-height: 25rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0000008a;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align:center;
}
.processshow .showbox .textbox .tit{
	font-size: 16rem;
	font-weight:bold;
	margin-bottom: 10rem;
}
.processshow .showbox:hover .textbox .tit{
}
.processshow .showbox:hover .textbox .intro{
	transition:0.3s ease;
}
.processshow .showbox:hover .textbox .intro{
	font-size: 12rem;
	line-height: 25rem;
}
.processshow .showbox .textbox .tit span{
	font-size: 80rem;
	margin-right:30rem;
	display: block;
	position: absolute;
	bottom: 10rem;
	right: -60rem;
	color: #ffffff7a;
	transform: skewX(334deg);
	font-weight: bold;
}
.comhonor .comhonorshow{
	width:100%;
	overflow:hidden;
}
.comhonor .swiper-slide{
	padding: 5rem;
}
.comhonor .swiper-slide .pic-box{
	height: 180rem;
	width:100%;
}
.comhonor .swiper-slide .pic-box img{
	height:100%;
	width:auto;
}
.comhonor .showbox{
	text-align:center;
	box-shadow: 2rem 3rem 5rem #838383c7;
	padding: 20rem 0;
}
.comhonor .showbox p{
	margin-top: 10rem;
	font-size: 12rem;
	word-break: break-word;
}
.comhonor .showbox:hover img{
	transform:scale(1.5);
}