/* 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:#58b33d;
	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
}
.nyprobox .nyproshow .pic-box{
	width: 100%;
	height: 100%;
}
.nyprobox .nyproshow .pic-box img{
	min-height:100%;
	min-width: 100%;
}
.nyprobox .nyproshow .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;
}
.nyprobox .nyproshow .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%;
}
.nyprobox .nyproshow .arttitle{
	font-size: 18rem;
	line-height: 23rem;
	position: relative;
	padding:5rem;
}
.proshow .showbox:hover .arttitle{
	background:#000000a1;
	
}
.nyprobox .nyproshow .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;
}
.nyprobox .nyproshow .textbox .more:before{
	width:100%;
	position:absolute;
	background: #58b33dd4;
	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: #58b33d;
}
.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: #58b33d;
}
.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:#58b33d;
	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:#58b33d;
	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;
	position:relative;
	margin-top: 60rem;
	width: 100%;
	/* height: 250rem; */
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background: gainsboro;
	position: relative;
}
.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:1000rem;
	flex-direction: column;
	align-content: center;
	text-align: center;
}
.nybanner .textbox .tit{
	font-size:50rem;
	letter-spacing:5rem;
}
.nybanner .textbox .intro{
	margin-top:20rem;
	font-size: 18rem;
	line-height:40rem;
}
.nytit{
	/* text-align:center; */
	width:100%;
	margin-bottom: 0rem;
}
.nytit .tit{
	font-size: 22rem;
}
.nytit .intro{
	font-size:18rem;
	margin-top:15rem;
}
.nytit .subtit{
	font-size: 20rem;
	margin-top: 2rem;
	letter-spacing:2rem;
	margin-bottom: 20rem;
}
.nybanner img{
	width: 100%;
	/* height: 100%; */
	/* object-fit: cover; */
}

.nybanner .pic-box {
    width: 100%;
    /* height: 100%; */
}
.nywrapper{
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	z-index: 50;
}
.nywrapper .nyabbox{
	width:1600rem;
	position:relative;
	margin: 50rem auto;
}
.nywrapper .breadcrumb{
	/* width: 1400rem; */
	border-bottom: 1rem #dfdfdf dashed;
	padding: 10rem 0rem;
	margin: 0 auto;
	font-size: 14rem;
	display: flex;
}

.nywrapper .breadcrumb a {
    margin: 0 7rem;
}
.nywrapper .nycontain{
	width: 95%;
	margin: 0rem auto;
	min-height: 400rem;
	/* margin-bottom: 20rem; */
}
.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: 40rem;
	text-align: center;
	background: #e8e8e8;
	color: #333;
	font-size: 16rem;
	position: relative;
	border-radius: 5rem;
}
.nycontain .toppagin>ul>li:hover,
.nycontain .toppagin>ul>li.active{
	background-color:#58b33d;
	color: #fff;
}
.nycontain .toppagin>ul>li:hover .subnav{
	display: flex;
	background-color:#58b33d;
	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%;
}
.nyabout .nycontain{
	padding: 30rem 0;
}

.nyabout .nycontain.nyabnum {
    min-height: 0;
}

.mainshow.abexcitshow.nycontain .nytit {
    text-align: center;
}

.mainshow.abexcitshow.nycontain {
    padding: 0;
    width: 100%;
}
.pagination{
	margin:0 auto;
	display:flex;
	justify-content:center;
	margin: 20rem;
}
.pagination li{
	min-width:30rem;
	border: 1rem solid #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:#58b33d;
	color:#fff
}
.pagination li.active span{
	background:#58b33d;
	color:#fff;
}
/* nypublic end */
.nyprobox .nyproshow {}
.proscreen{
	width: 100%;
	--swiper-navigation-color: #58b33d;
	--swiper-navigation-size: 60rem;
	position: relative;
}
.nyprobox .nyproshow{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	position: relative;
	height: auto;
	flex-wrap: wrap;
	padding: 3rem;
	margin-top: 20rem;
}
.nyprobox .nyproshow .showitem{
	width: 49%;
	height:auto;
	position: relative;
	margin-right: 2%;
	transition:0.5s ease;
	display:block;
	overflow:hidden;
	margin-bottom: 2%;
	border-radius: 10rem;
	box-shadow: 0rem 0rem 5rem #00000063;
	background: #ffffffe3;
}

.nyprobox .nyproshow .showitem:nth-child(2n) {
    margin-right: 0;
}
.nyprobox .nyproshow .showitem .text{
	background: #58b33d91;
	color:#fff;
	/* position:absolute; */
	bottom:0;
	left:0;
	width:100%;
	line-height: 42rem;
	text-align:center;
	font-size: 16rem;
}
.nyprobox .nyproshow .showitem:hover .text{
	opacity: 1;
}
.nyprobox .nyproshow .showitem:hover img{
	transform:scale(1.2)
}
.nyprobox .nyproshow .showitem:hover .text{
	background: #58b33d;
}
.nyprobox .nyproshow .pic-box{
	width: 100%;
	margin: auto;
	height: 136rem;
	/* padding: 10rem 0; */
	/* padding-top: 20rem; */
}

.nyprobox .nyproshow .showitem .pic-box:after {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}

.nyprobox .nyproshow .showitem:hover .pic-box:after {
    content: "";
    display: block;
    left: 100%;
    transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}
.nyprobox .nyproshow .floatpic{
	width: 200rem;
	height: 150rem;
	position: absolute;
	bottom: -50rem;
	left: 50rem;
	overflow: hidden;
	box-shadow: 10rem -10rem 40rem #00000061;
	opacity:0;
	transform:translateX(-100rem);
	z-index: 2;
}
.nyprobox .nyproshow .swiper-slide-active .showbox .floatpic{
	opacity:1;
	transform:translateX(0);
	transition:1s 0.3s ease;
}
.nyprobox .nyproshow .swiper-slide-active .showbox .floatpic:before{
	position:absolute;
	width:40rem;
	height:100%;
	transform:skew(30deg);
	content:'';
	top:0;
	left:-10%;
	display:block;
	background: linear-gradient(45deg, #ffffff52, transparent,#ffffff52);
	animation: bling 8s linear forwards infinite;
}
@keyframes bling{
	0{
		left:-10%
	}
	30%{
		left:140%;
	}
	100%{
		left:140%;
	}
}
.nyprobox .nyproshow .floatpic img{
	width: 100%;
}
.nyprobox .nyproshow .textbox{
	width: 40%;
	min-height: 150rem;
	padding: 20rem;
	background: #58b33da3;
	color:#fff;
	position: absolute;
	bottom: 0;
	right: 0;
	border-top-left-radius: 20rem;
	z-index: 2;
	opacity:0;
	padding-bottom:50rem;
}
.nyprobox .nyproshow .swiper-slide-active .showbox .textbox{
	opacity:1;
	transition:1s 0.3s linear;
}
.nyprobox .nyproshow .tit{
	font-size:20rem;
}
.nyprobox .nyproshow .line{
	width:100rem;
	height:2rem;
	margin:10rem 0;
	background-color:#fff;
}
.nyprobox .nyproshow .intro{
	font-size: 14rem;
	line-height: 25rem;
}
.nyprobox .nyproshow .more{
	/* position:absolute; */
	top: 0;
	left: 0;
	text-align: center;
	margin: 14rem auto;
	/* background: #0000005e; */
	font-size: 14rem;
	letter-spacing: 2rem;
	transition:0.5s ease;
	/* height: 100%; */
	width: 70%;
	border: 1rem #ffffff47 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	opacity: 1;
	border: 1rem solid #ddd;
	padding: 6rem 0;
}

.nyprobox .nyproshow .showitem:hover .more {
    background: #58b33d;
    color: #fff;
    transition: all .6s !important;
}

.nyprobox .nyproshow .showitem:hover .more span {
    color: #fff;
}
.nyprobox .nyproshow .more:before{
	position:absolute;
	width:0%;
	height: 40%;
	border-left:1rem #fff solid;
	border-right:1rem #fff solid;
	content:'';
	top: -10rem;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	transform: skewX(0deg);
	transition:0.5s ease;
	display:none;
	animation:proshow 1s ease forwards;
}
.nyprobox .nyproshow .more:hover{opacity: 1;}
/* nynews css */
.nynewsshow{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20rem;
}
.nynewsshow .showbox{
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	/* height: 320rem; */
	position: relative;
	padding-bottom: 15rem;
	border-bottom: 1rem #cccccc70 solid;
	align-items: center;
	margin-bottom: 15rem;
}
.nynewsshow .showbox .pic-box{
	width: 100%;
	border-radius: 10rem;
	overflow: hidden;
	height: 200rem;
}
.nynewsshow .showbox .pic-box{
	transition:0.5s ease;
}
.nynewsshow .showbox:hover .pic-box img
{
	transform:scale(1.2)
}
.nynewsshow .showbox .textbox{
	width: 100%;
	color: #000;
	position: relative;
	/* padding-left: 40rem; */
}
.nynewsshow .showbox .textbox .newtitle{
	font-size: 18rem;
	font-weight: bold;
	margin: 10rem 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .6s;
}

.nynewsshow .showbox:hover .textbox .newtitle {
    color: #58b33d;
}
.nynewsshow .showbox .textbox .textshow{
	opacity: 0.7;
	font-size: 14rem;
	line-height: 22rem;
	display: -webkit-box; /* 使用WebKit的弹性盒子模型 */
	-webkit-box-orient: vertical; /* 设置子元素为垂直排列 */
	-webkit-line-clamp: 2; /* 显示的行数 */
	overflow: hidden; /* 隐藏超出容器的内容 */
	text-overflow: ellipsis; /* 超出部分显示省略号 */
}

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

.nynewsshow .showbox .textbox .bottomtext .date{
	font-size: 16rem;
	background: #66666696;
	color: #fff;
	text-align: center;
	padding: 4rem 16rem;
	border-radius: 6rem;
	transition: all .6s;
}

.nynewsshow .showbox:hover .textbox .bottomtext .date {background: #58b33d;}
.nynewsshow .showbox .textbox .bottomtext .date span{
	font-size: 26rem;
	font-weight: 600;
}

.nynewsshow .showbox .textbox .bottomtext .more{
	padding: 6rem 32rem;
	font-size: 14rem;
	border: 1rem #b0b0b0 solid;
	text-align: center;
	/* margin-right: 50rem; */
	border-radius: 5rem;
}
.nynewsshow .showbox:hover .textbox .bottomtext .more{
	background:#58b33d;
	color:#fff;
	border:none;
}
/* nynews end */
/* abus css*/

.nyaboutus .nyabshow > .pic-box{
	width: 68%;
	/* height: 545rem; */
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
}

.nyaboutus .nyabshow > .pic-box .aboutvideobox {
    position: relative;
    /* box-shadow: 0rem 0rem 5rem #00000057; */
    /* height: 100%; */
    margin-top: 14rem;
}

.nyaboutus .nyabshow > .pic-box video {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.nyaboutus .nyabshow > .pic-box img{
	height:100%;
	width: 100%;
	object-fit: cover;
}
.nyaboutus .nyabshow .more{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color:#fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40rem;
	/* width: 100%; */
	/* height: 100%; */
	transition:0.5s ease;
	bottom: 0;
	/* background: #0000004d; */
}

.nyaboutus .nyabshow .more#videobtn img {width: 50rem;height: 50rem;}
.nyaboutus .nyabshow{
	display:flex;
	width:100%;
	/* margin-top: 40rem; */
	flex-wrap: wrap;
}
.nyaboutus .nyabshow .pic-box{
	width: 100%;
}
.nyaboutus .nyabshow .pic-box img{
	height:100%;
}
.nyaboutus .nyabshow .textbox{
	width: 100%;
	font-size: 14rem;
	line-height: 27rem;
}
.nyaboutus .nyabshow .textbox .tit{
	font-size: 16rem;
	font-weight: bold;
	margin-bottom: 10rem;
}
.nyabnum{
	width: 100%!important;
	background-image: url(../images/abnumbg.jpg);
	background-image: url(../images/bj3.jpg);
	background-attachment: fixed;
	position:relative;
}
.nyabnum:before{
	background: #00000075;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	position:absolute;
}
.abnumshow{
	display:flex;
	width: 95%;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0 auto;
	position: relative;
	z-index: 10;
	color:#fff;
	align-items: center;
	height: 100%;
}
.abnumshow .showbox{
	width: 49%;
	text-align:center;
	margin-bottom: 2%;
	background: #00000052;
	padding: 16rem;
	border-radius: 10rem;
	box-shadow: 0rem 0rem 5rem #ffffff99;
}
.abnumshow .showbox .top{
	color: #72df39;
	-webkit-background-clip: text;
	background-image: linear-gradient(180deg, #6bc53e 40%, #6ff12c 60%);
}
.abnumshow .showbox b{
	font-size: 30rem;
	font-weight:bold;
	margin-right: 3rem;
}
.abnumshow .showbox .top span{
	font-size: 18rem;
	font-weight: bold;
}
.abnumshow .showbox .bottom{
	font-size: 16rem;
	margin-top:5rem;
}
.nycom .comshow{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.nycom .comshow .showbox{
	width:30%;
	text-align:center;
}
.nycom .comshow .showbox .pic-box{
	height:300rem
}
.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: 600rem;
	width: 100%;
	margin:0 auto;
	--swiper-theme-color: #58b33d;
    --swiper-navigation-color: #58b33d;
    --swiper-navigation-size: 60rem;
	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: 3% 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: 150%;
	position:relative;
	font-size:16rem;
	padding:20rem;
	height: 50%;
	display: flex;
	flex-direction: column;
}
.nyhisshow .swiper-slide .showbox:before{
	position:absolute;
	left:0;
	bottom:0;
	height: 85%;
	width: 4rem;
	background: #bdbdbd;
	content:'';
}
.nyhisshow .swiper-slide:nth-child(even) .showbox:before{
	top:0;
	bottom:unset;
	height: 76%;
}
.nyhisshow .swiper-slide .showbox:after{
	position:absolute;
	left:0;
	bottom:0;
	height: 0%;
	width: 4rem;
	background: #58b33d;
	content:'';
	transition:0.5s ease;
}
.nyhisshow .swiper-slide .showbox:hover:after,
.nyhisshow .swiper-slide.swiper-slide-active .showbox:after{
	height:78%;
}
.nyhisshow .swiper-slide:nth-child(even) .showbox:after{
	position:absolute;
	left:0;
	top:0;
	height: 0%;
	width: 4rem;
	background: #58b33d;
	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: 76%;
}
.nyhisshow .swiper-slide .showbox .tit:after{
	position:absolute;
	left:-28rem;
	top:4rem;
	bottom: 0;
	height: 12rem;
	width: 12rem;
	content:'';
	border-radius:50%;
	border: 5rem #58b33d 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:#58b33d;
	top: 45%;
}
.nyhisshow .swiper-slide .showbox:hover .tit,
.nyhisshow .swiper-slide.swiper-slide-active .showbox .tit{
	font-size:35rem;
	color:#58b33d;
	font-weight:bold;
}
.nyhisshow .swiper-slide:nth-child(even) .showbox{justify-content: flex-end;}
.nyhisshow .swiper-slide .showbox .tit{
	font-size:22rem;
	margin-bottom:10rem;
	position:relative;
	transition:0.5s ease;
}
.abexcitshow .pagin{
	width:1300rem;
	display:flex;
	justify-content:center;
	margin:0 auto;
	margin-bottom: 20rem;
}
.abexcitshow .pagin li{
	width:130rem;
	text-align:center;
	line-height:40rem;
	background:#eee;
	font-size:18rem;
	margin:0 15rem;
	cursor:pointer;
	transition:background 0.5s ease;
}
.abexcitshow .pagin li:hover,
.abexcitshow .pagin li.active{
	background:#58b33d;
	color:#fff;
}
.excitshow{
	display:flex;
	margin-top: 20rem;
	flex-wrap: wrap;
}
.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: 49%;
	margin-right: 2%;
	position:relative;
	margin-bottom: 2%;
	overflow: hidden;
	transition: all .6s;
	border-radius: 6rem;
	box-shadow: 0rem 0rem 5rem #757575;
	transition: 0.5s ease;
}

.excitshow .showbox .showitem:hover {
    background: #58b33d;
}

.excitshow .showbox .showitem:nth-child(2n) {
    margin-right: 0;
}
.excitshow .showbox .showitem .pic-box{
	height: 132rem;
	width:100%;
	padding: 5rem;
}

.excitshow .showbox .showitem .pic-box img {
    border-radius: 6rem;
}
.excitshow .showbox .showitem:hover p{
	opacity:1;
}
.excitshow .showbox .showitem p{
	/* position:absolute; */
	bottom:0;
	/* text-align:center; */
	line-height: 28rem;
	width:100%;
	/* background: #fff; */
	color: #000;
	font-size: 16rem;
	letter-spacing:1rem;
	/* opacity:0; */
	transition:0.5s ease;
	padding: 5rem;
}

.excitshow .showbox .showitem:hover p {
    color: #fff;
}
/* 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:#58b33d;
	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:#58b33d!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 #58b33d 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:#58b33d;
	color:#fff
}
/* nyhonor end*/
.nyprodetailshow{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-top: 20rem;
}
.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:#58b33d;
	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: 100%;
	/* margin: 30rem 0; */
	border: 4rem solid #ccc;
	/* margin-bottom: 30rem; */
}

.nyprodetailshow .right {
    width: 100%;
    padding-top: 5%;
}
.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: 416rem; */
}
.nyprodetailshow .left .picview .pic-box{
	height: 130rem;
	border: 5rem #fff solid;
}
.nyprodetailshow .picview .swiper-slide-thumb-active .pic-box{
	border: 5rem #58b33d solid;
}

.nyprodetailshow .right .picview{
	width:100%;
	overflow:hidden;
	margin-top: 13rem;
}
.nyprodetailshow .right .picscreen .pic-box{
	width: 100%;
	height: 500rem;
}
.nyprodetailshow .right .picview .pic-box{
	height: 100rem;
	border: 5rem #fff solid;
}
.nyprodetailshow .right .picview .swiper-slide-active .pic-box{
	border: 5rem #58b33d solid;
}
.nyprodetailshow .right{
	/* padding: 60rem 0rem 0 50rem; */
	position: relative;
}

.nyprodetailshow .right .fenleibox {
    display: flex;
    align-items: center;
    font-size: 15rem;
    font-weight: 600;
    color: #58b33d;
    margin-bottom: 10rem;
}

.nyprodetailshow .right .fenleibox img {
    width: 16rem;
    margin-right: 7rem;
    /* filter: brightness(0); */
}
.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;
}
.protailtit{
	font-size: 20rem;
	color:#58b33d;
	font-weight:bold;
}
.protailintro{
	font-size: 14rem;
	margin-top: 12rem;
	line-height: 25rem;
}

.protailintro p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@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: #58b33d;
	position: relative;
	padding-left: 30rem;
}
.nyprodetailshow .right .shorttext .subtit:before{
	position:absolute;
	width:15rem;
	height:15rem;
	background:#58b33d;
	top:0;
	bottom:0;
	margin:auto;
	left: 0;
	content:'';
}
.nyprodetailshow .right .arttit{
	font-size: 18rem;
	margin: 14rem 0;
	/* padding-left: 10rem; */
	border: none;
	font-weight: 900;
	position: relative;
	display: flex;
	align-items: center;
}

.nyprodetailshow .right .arttit:before {
    content: "";
    width: 12rem;
    height: 12rem;
    display: inline-block;
    background: #58b33d;
    margin-right: 10rem;
    border-radius: 50%;
}
.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:#58b33d;
	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%;
	margin-top: 20rem;
}
.nyprodetailshow .detailtext tr,.nyprodetailshow .detailtext td{
	border: 1rem rgb(235 235 235) solid;
	border-width: 1rem!important;
	text-align: center;
	padding: 10rem 5rem;
}
.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: 25%;
}
.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(odd){
	background: #e4e2e2;
}
.nyprodetailshow .detailtext>div{
	font-size:16rem;
	/* padding:20rem; */
	line-height:30rem
}
.nyprodetailshow .detailtext>div img{
	max-width: 100%;
	height:auto!important;
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
	object-fit: cover;
}

.nyprodetailshow .detailtext>div img:nth-child(2n) {
    margin-right: 0;
}
.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 #58b33d solid; */
	/* border-bottom: 3rem #58b33d solid; */
	content:'';
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	background: #58b33d;
}
/* prodetail end */
.honordetail{
	width: 100%;
	margin: 0 auto;
	margin-top: 30rem;
}
.honordetail .arttit{
	font-size: 20rem;
	margin: 10rem 0;
	/* text-align: center; */
}
.honordetail .showscreen{
	width: 100%;
	overflow: hidden;
}
.honordetail .maindetail{
	display:flex;
	margin: 20rem 0;
	flex-wrap: wrap;
}
.honordetail .maindetail .showscreen{
	width: 100%;
	min-height: unset;
	height: auto;
	border: 4rem solid #ccc;
}
.honordetail .maindetail .textbox{
	width: 100%;
	padding: 14rem 0%;
}
.honordetail .textshow{
	font-size:18rem;
	/* line-height:40rem; */
}
.honordetail .showscreen .pic-box{
	height: auto;
	min-height: unset;
}
.honordetail .morewrapper{
	display:flex;
	flex-wrap:wrap;
}
.honordetail .morewrapper p{
	width:48%;
	height:300rem;
	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 #58b33d solid;
}
/* honordetail end*/
.newsdetail{
	margin: 30rem 0;
}
.newsdetail .newscontain{
	font-size: 14rem;
	line-height: 26rem;
}
.newsdetail .newscontain img{
	display: block;
	width:60%!important;
	height:auto!important;
	margin: 20rem auto;
}
.newsdetail .titgroup{
	margin: 20rem 0;
	text-align: center;
	width: 100%;
	padding-bottom: 15rem;
	border-bottom:1rem #58b33d dashed;
}
.newsdetail .titgroup h2{
	font-size: 20rem;
	font-weight: bold;
}
.newsdetail .titgroup .subtext{
	font-size: 14rem;
	padding: 10rem 29rem;
	color: #333;
	opacity: 0.6;
}
.newsdetail .nextbox{
	display: flex;
	justify-content: space-between;
	font-size: 14rem;
	margin-top: 20rem;
	flex-wrap: wrap;
	line-height: 27rem;
}
/* newsdetail end*/ 
.nycontact{
	display:flex;
	flex-wrap:wrap;
}
.nycontact .left{
	width: 100%;
	font-size: 16rem;
	line-height: 40rem;
	/* text-align: center; */
	margin-bottom: 20rem;
}

.nycontact .left img {
    width: 150rem !important;
    height: auto !important;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    !i;
    !;
    
    
    
    
    
    
    
    
    
    !i;
    !;
}

.nycontact .right {
    width: 100%;
}
.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: #58b33d;
}
.nyabus .bottombox .bot{
	font-size: 20rem;
	text-align: center;
}
.nyswiper{
	width:100%;
	margin-top: 20rem;
}
.nyswiper .tit{
	font-size: 20rem;
	font-weight:bold;
	/* padding-left:20rem; */
	position: relative;
	color: #58b33d;
}

.nyswiper .tit:before {
    content: "";
    content: "";
    width: 12rem;
    height: 12rem;
    display: inline-block;
    background: #58b33d;
    margin-right: 10rem;
    border-radius: 50%;
}
.nyswiper .morepro{
	width:100%;
	position: relative;
	margin: 20rem 0;
	overflow: hidden;
}

.nyswiper .morepro .swiper-slide {
    border-radius: 8rem;
    overflow: hidden;
}
.nyswiper .morepro .showbox{
	width:100%;
}
.nyswiper .morepro .showbox .pic-box{
	width:100%;
	height: 142rem;
	/* margin-bottom:10rem; */
}
.nyswiper .morepro .showbox p{
	font-size: 16rem;
	background: #58b33d91;
	color: #fff;
	/* position: absolute; */
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 35rem;
	text-align: center;
}
.BMap_bubble_content{
	font-size: 14rem;
}
.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;
}
.companyvideo .videoshow{
	display:flex;
	
}
.companyvideo .videoshow .textbox{
	padding:30rem;
	font-size: 17rem;
	line-height: 50rem;
}
.companyvideo .videoshow .tit{
	font-weight:bold;
	font-size: 35rem;
	margin-bottom:40rem
}
.companyvideo .videoshow .pic-box{
	width:100%;
}
.companyvideo .videoshow .pic-box video{
	display:block;
	width:100%;
	height:auto
}
.companytext .textshow{
	display:flex;
}
.companytext .textshow .textbox{
	padding:50rem;
	font-size: 17rem;
	line-height: 40rem;
}
.companytext .textshow .textbox .tit{
	font-weight:bold;
	font-size:35rem;
	margin-bottom:40rem
}

.compicshow{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.compicshow .showbox{
	width:31%;
	margin:1%;
}
.compicshow .showbox .pic-box{
	height:270rem
}
.compicshow .showbox p{
	font-size:18rem;
	line-height:40rem;
	text-align:center;
}
.processshow{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.processshow .showbox{
	display:flex;
	justify-content:space-between;
	margin: 15rem 0;
	width:23%;
	position: relative;
	overflow: hidden;
	transition:0.5s ease;
}
.processshow .showbox:nth-child(even){
	flex-direction:row-reverse;
}
.processshow .showbox .pic-box{
	width: 100%;
	height: 250rem;
}
.processshow .showbox .pic-box img{
	height:100%;
	width:auto;
}
.processshow .showbox:hover .pic-box img{
	transform:scale(1.2)
}
.processshow .showbox .textbox{
	width:50%;
	padding: 16rem;
	font-size: 16rem;
	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:22rem;
	font-weight:bold;
	margin-bottom: 20rem;
}
.processshow .showbox:hover .textbox .tit{
	font-size:28rem;
}
.processshow .showbox:hover .textbox .intro{
	transition:0.3s ease;
}
.processshow .showbox:hover .textbox .intro{
	font-size:18rem;
	line-height:30rem;
}
.processshow .showbox .textbox .tit span{
	font-size: 100rem;
	margin-right:30rem;
	display: block;
	position: absolute;
	bottom: 20rem;
	right: -70rem;
	color: #ffffff7a;
	transform: skewX(334deg);
	font-weight: bold;
}
.comhonor .comhonorshow{
	width:100%;
	overflow:hidden;
}
.comhonor .swiper-slide{
	padding: 20rem;
}
.comhonor .swiper-slide .pic-box{
	height:400rem;
	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:20rem;
	font-size:20rem;
	word-break: break-word;
}
.nycomlist{
	overflow:hidden;
	margin-top: 20rem;
	padding: 2rem;
}
.nycomlist .showbox{
	float:left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	/* height: 290rem; */
	transition:background 0.5s ease;
	box-shadow: 0rem 0rem 5rem #757575;
	transition: 0.5s ease;
	position: relative;
	display: block;
	border-radius: 6rem;
	overflow: hidden;
}

.nycomlist .showbox:nth-child(3) {
    margin-right: 0;
}

.nycomlist .showbox:nth-child(9) {
    margin-right: 0;
}

.nycomlist .showbox:nth-child(5) {
    margin-right: 0;
}

.nycomlist .showbox:nth-child(7) {
    margin-right: 0;
}
.nycomlist .showbox:hover{
	background:#58b33d;
}
.nycomlist .showbox:hover .textbox{
	color:#fff;
	position: relative;
	top: 0;
	width: 100%;
	height: 27%;
	font-size: 16rem;
	line-height: 25rem;
	word-break: break-word;
	padding: 0rem 15rem;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-direction: column;
	justify-content: center;
	transition: background 0.5s ease;
}
.nycomlist .showbox .pic-box{
	height: 150rem;
	padding: 3rem;
}
.nycomlist .showbox .pic-box img{
	height:100%;
	width: 100%;
	object-fit: cover;
	border-radius: 6rem;
}
.nycomlist .showbox:nth-child(1){
	width: 100%;
	/* height: 607rem; */
}
.nycomlist .showbox:nth-child(1) img{
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
}
.nycomlist .showbox:nth-child(1) .pic-box{
	/* height: 88%; */
}
.nycomlist .showbox:nth-child(1) .textbox{
	height: 12%;
}
.nycomlist .showbox .textbox{
	padding:10rem 15rem;
	height:25%;
	font-size:16rem;
	position: relative;
	top:0;
	width:100%;
	height: 30rem;
	font-size: 16rem;
	line-height: 30rem;
	word-break:break-word;
	padding: 0rem 15rem;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-direction: column;
	justify-content: center;
	transition:background 0.5s ease;
}
.nycomlist .showbox .textbox .intro{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top:6rem
}