.htop {
	height: 5em;
}

.here {
	border-bottom: 1px solid #ccc;
	margin-bottom: 3rem;
	padding-bottom: 1.5rem;
}

.here a:hover {
	color: #e47200;
}

.position {
	color: #FFF;

}

.position a {
	color: #FFF;
}

.position a:hover {
	color: #ef7f0f;
}

.ny-banner {
	position: relative;
}

.ny-banner .bg {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.35);
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9;
}

.ny-banner .box {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 99;
}

.ny-banner .box .tit {
	font-family: 'gilroy_Medium';
	font-size: 2.2rem;
	color: #FFF;
	margin-bottom: 1rem;
}

.ny-banner img {
	width: 100%;
}

.sublist {
	border-bottom: 1px solid #ccc;
}

.sublist li {
	margin-right: 3rem;
}

.sublist li a {
	display: block;
	font-size: 1.1rem;
	position: relative;
	line-height: 4.4rem;

}
.sublist li a::after{
	content: '';
	position: absolute;
	width:0;
	height: 2px;
	color: #00923f;
	background: #00923f;
	transition: all .5s;
	left: 0;
	bottom: 0;
	z-index: 9;
}
.sublist li a:hover::after{
	width: 100%;
}

.sublist li a.active::after{
   width: 100%;
}
.sublist li a.active {
	color: #00923f;
}
.pageTit {
	font-family: 'gilroy_Medium';
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	padding: 3rem 0;
	color: #333;
}

.page-content {
	font-family: 'gilroy_light';
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
	margin-bottom: 3rem;
}

.page-content img {
	max-width: 850px;
	border-radius: 1rem;
}

.webbox {
	margin: 3rem 0;
}


/* 联系我们 */
.contact {
	margin-bottom: 5rem;
}

.contact li .box {
	padding: 2rem;
}

.contact li {
	border: 1px solid #ccc;
	text-align: center;
	width: 31%;
}

.contact li i {
	font-size: 3rem;
	color: #00923f;
}

.contact li h2 {
	display: block;
	color: #333;
	font-size: 1.3rem;
	margin: 1rem 0;
}

.contact li p {
	font-size: 1rem;
	color: #777;
	font-family: Arial, Helvetica, sans-serif;

}


/*留言信息*/
.bookbg {
	overflow: hidden;
	background: #f7f7f7;
	padding: 3% 0;
}
.bookbg .title {
	margin-bottom: 2rem;
	text-align: center;
}

.bookbg .title h2 {
	font-family: 'gilroy_Medium';
	font-size: 2.4rem;
	font-weight: 500;
}

.bookbg .title p {
	font-size: 1.1rem;
	line-height: 1.2em;
	font-weight: 400;
	color: #666;
	margin: 1rem 0;
}

.form_book {}
.form_book .item{
	width: 48%;
}
.form_book .item em,.form_book .liuyan em,.form_book .yzm em{
	display: block;
	font-size: 1.1rem;
	margin-bottom: .5rem;
	color: #666;
}

.form_book .item input {
	width: 97%;
	background: #FFF;
	height: 3rem;
	line-height: 3rem;
	border: 1px solid #ccc;
	padding-left: 1rem;
}

.form_book .liuyan{
	margin: 1rem 0;
}
.form_book .liuyan textarea {
	width: 98%;
	height: 10vw;
	padding: 10px;
	background: #FFF;
	border: 1px solid #ccc;
}

.form_book .yzm {
	margin-bottom: 1rem;	
}
.form_book .yzm input{
	width: 120px;
	background: #FFF;
	height: 3rem;
	line-height: 3rem;
	border: 1px solid #ccc;
	padding-left: 1rem;
}
.form_book button{
	border: 0;
	background: none;
	color: #FFF;
	cursor: pointer;
}



.honorlist{
	margin-bottom: 3rem;
}
.honorlist .box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.3rem;
}

@media screen and (max-width: 990px) {
	.honorlist .box{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.6rem;
	}

}

@media screen and (max-width: 768px) {
	.honorlist .box{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 1.3rem;
	}

}

.honorlist .item .img {
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #e7e7e7;
}

.honorlist .item .img img {
	max-width: 100%;
}

.honorlist .item h2 {
	text-align: center;
	font-size: 1.1rem;
	padding: 1rem 0;
	font-weight: 500;

}

.caselist{
	margin-bottom: 3rem;
}
.caselist {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.3rem;
}

@media screen and (max-width: 990px) {
	.caselist{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.6rem;
	}

}

@media screen and (max-width: 768px) {
	.caselist{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 1.3rem;
	}

}

.caselist .item{

	background: #FFF;
	border-radius: .6rem;
	border: 1px solid #e7e7e7;
}

.caselist .item .name{
	font-size: 1.4rem;
	width: 10%;
	padding-right: 5%;
	text-align: center;
	writing-mode: vertical-rl;
}
.caselist .item .img{
	width: 75%;
	background: #f2f2f2;
	padding: 5%;
	border-radius:0 .6rem .6rem 0;
}
.caselist .item .img .text{
	font-size: 1rem;
	padding: 0 .5rem;
}

.kehuzy {
	margin-bottom: 3rem;
}

.kehuzy li {
	border: 1px solid #E7E7E7;
	background: #FFFFFF;
	border-radius: .625rem;
	margin-top: 2rem;
}
.kehuzy li:hover {
	border: 1px solid #00923f;
	box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
}
.kehuzy li .left{
	overflow: hidden;
	width: 40%;
	border-radius: .625rem 0 0 .625rem;
}

.kehuzy li .left .img img{
	border-radius: .625rem 0 0 .625rem;
} 
.kehuzy li .right{
	width: 55%;
}
.kehuzy li .right h2 a {
	display: block;
	font-size: 1.5rem;
}

.kehuzy li .right h2 a:hover {
	color: #00923f;
}

.kehuzy li .right .p {
	color: #666;
	font-size: 1rem;
	margin: 1rem 0;
}

.kehuzy li .right a.ba {
	font-size: 1.1rem;
	line-height: 1.5em;
	color: #fff;
	margin-top: 2rem;
}


.kehuzy li .right a.ba:hover {
	color: #fff;
}

.news-list {
	margin-bottom: 3rem;
}

.news-list li {
	border: 1px solid #E7E7E7;
	background: #FFFFFF;
	border-radius: .625rem;
	margin-top: 2rem;
}

.news-list li:hover {
	border: 1px solid #00923f;
	box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
}

.news-list li .cont-p {
	padding: 2rem 3%;
}

.news-list li .cont-p .data {
	width: 7%;
	text-align: center;
}

.news-list li .cont-p .data span {
	display: block;
	font-family: 'gilroy_bold';
	font-size: 4rem;
	font-weight: bold;
	color: #00923f;
}

.news-list li .cont-p .data p {
	color: #666;
	font-size: 1.2rem;
}

.news-list li .cont-p .img {
	width: 27.14286%;
	padding-bottom: 16.28571%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.news-list li .cont-p .img>img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news-list li .cont-p .img img {
	width: 100%;
}

.news-list li .cont-p .cont {
	width: 60%;
}

.news-list li .cont-p .cont h2 a {
	display: block;
	font-size: 1.5rem;
}

.news-list li .cont-p .cont h2 a:hover {
	color: #00923f;
}

.news-list li .cont-p .cont .p {
	color: #666;
	font-size: 1rem;
	margin: 1rem 0;
}

.news-list li .cont-p .cont a.ba {
	font-size: 1.1rem;
	line-height: 1.5em;
	color: #fff;
	margin-top: 2rem;
}


.news-list li .cont-p .cont a.ba:hover {
	color: #fff;
}



.newshow {
	padding: 3rem 0;
	background: #f5f5f5;
}

.newshow .left {
	width: 66%;
}

.newshow .left h1 {
	font-size: 1.5rem;
	line-height: 2;
	color: #363636;
	font-weight: bold;
}
.newshow .left .line {
	display: block;
	margin: 1rem 0;
	background: #ccc;
	height: 1px;
}

.newshow .left .data {
	font-size: .9rem;
	line-height: 2;
	color: #666;
	border-bottom: 1px solid #999;
	padding-bottom: 1rem;
	margin: 1rem 0;
}

.newshow .left .newsshow-nr {
	font-size: 1rem;
	line-height: 2;
	color: #444;
	margin: 1rem 0;
}

.newshow .left .newsshow-nr img {
	max-width: 100%;
}

.newshow .right {
	width: 28%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 1.25rem;
}

.newshow .right .box {
	padding: 2rem;
}

.newshow .right .tit {
	font-weight: 700;
	font-size: 1.25rem;
	color: #222;
}

.newshow .right .img {
	border: 1px solid #ccc;
	margin: 2rem 0;
}

.newshow .right .img img {
	width: 100%;
}

.newshow .right .news-xg li {
	border-bottom: 1px solid #E5E5E5;
	color: #363636;
	padding: 1.5rem 0;

}

.newshow .right .news-xg li h2 {
	font-weight: 400;
	font-size: 1.15rem;

}

.newshow .right .news-xg li p {
	color: #ACACAC;
	font-size: 1rem;
	margin-top: 1rem;

}

.product {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin: 2rem 0;
}

@media screen and (max-width: 1366px) {
	.product {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1.3rem;
	}

}

@media screen and (max-width: 990px) {
	.product {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.3rem;
	}

}

@media screen and (max-width: 768px) {
	.product {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 1.3rem;
	}

}

.product .item {
	background: #FFF;
	border-radius: .5rem;
	border: 1px solid #e7e7e7;
}

.product .item:hover {
	border: 1px solid #00923f;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

.product .item h2 {
	text-align: center;
	font-size: 1.1rem;
	padding: 1.3rem 0;
}

.Details-pro {
	padding: 5rem 0;
}

.Details-pro .left {
	width: 45%;
	position: relative;
	cursor: pointer;
	border: 1px solid #ccc;
}

.Details-pro .left img {
	width: 100%;
}
.Details-pro .left iframe {
	width: 100%;
	height: 25vw;
}
.Details-pro .right {
	width: 50%;
}

.Details-pro .right h2 {
	font-size: 2.2rem;
	font-family: 'gilroy_Medium';
	line-height: 2rem;
	font-weight: 600;
	margin-bottom: 2rem;
}
.Details-pro .right h3 {
	font-size: 1.5rem;
	font-family: 'gilroy_Medium';
	line-height: 2rem;
	font-weight: 600;
	color: #00923f;
}

.Details-pro .right .gk {
	font-size: 1.1rem;
	line-height: 2rem;
	color: #666;
	margin: 1rem 0;
	font-family: 'gilroy_light';
	font-weight: 400;
}

.Details-pro .right .zx {

}
.Details-pro .right .zx .item{
	border-radius: .5rem;
	padding: 1rem 2rem;
	margin-right: 2rem;
	background: -webkit-linear-gradient(90deg, #84c225 -20.93%, #00923f 126.57%);
	background: -moz-linear-gradient(90deg, #84c225 -20.93%, #00923f 126.57%);
	background: -o-linear-gradient(90deg, #84c225 -20.93%, #00923f 126.57%);
	background: linear-gradient(90deg, #84c225 -20.93%, #00923f 126.57%);
}
.Details-pro .right .zx .item:nth-child(2){
	border-radius: .5rem;
	padding: 1rem 2rem;
	margin-right: 2rem;
	background: -webkit-linear-gradient(90deg, #349acf -20.93%, #2463ae 126.57%);
	background: -moz-linear-gradient(90deg, #349acf -20.93%, #2463ae 126.57%);
	background: -o-linear-gradient(90deg, #349acf -20.93%, #2463ae 126.57%);
	background: linear-gradient(90deg, #349acf -20.93%, #2463ae 126.57%);
}
.Details-pro .right .zx .item a{
	color: #FFF;
}
.Details-pro .right .zx .item a i{
	font-size: 1.5rem;
	margin-right: .5rem;
}
.Details-pro .right .zx .item span{
	font-size: 1.1rem;
}

.proshow-bt {
	font-size: 1.8rem;
	font-family: 'gilroy_Medium';
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5rem;
	margin: 2rem 0;
	color: #333;
}

.proshow-content {
	font-family: 'gilroy_light';
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 2.2rem;
	color: #666;
}

.proshow-content img {
	max-width: 100%;
}




@media screen and (max-width: 990px) {

	.htop {
		height: 0;
	}
	.page-content img {
		max-width:100%;
		border-radius: 1rem;
	}
	
	.pageTit{
		font-size: 2rem;
	}
	.Details-pro .right h2{
		font-size: 2rem;
	}
	.bookbg .title h2{
		font-size: 2rem;
	}
}



@media screen and (max-width: 768px) {

	.htop {
		height: 0;
	}
	.page-content img {
		max-width:100%;
		border-radius: 1rem;
	}
	.pageTit{
		font-size: 1.8rem;
	}
	.sublist{
		padding: 1rem 0;
	}
	.sublist .left{
		display: none;
	}
	.Details-pro .left{
		width: 100%;
		margin-bottom: 2rem;
	}
	.Details-pro .left iframe {
	    height: 65vw;
	}
	.Details-pro .right{
		width: 100%;
	}
	.Details-pro .right h2{
		font-size: 1.8rem;
	}
	.Details-pro .right .zx .item,.Details-pro .right .zx .item:nth-child(2){
		margin-right: .5rem;
		padding: .8rem;
	}
	.kehuzy li .left{
		width: 100%;
		border-radius: 0;
	}
	.kehuzy li{
		border-radius: 0;
	}
	.kehuzy li .left .img img{
		border-radius: 0;
	}
	.kehuzy li .right{
		width: 90%;
		padding: 5%;
	}
	.newshow .left{
		width: 100%;
	}
	.newshow .right{
		width: 100%;
	}
	.news-list li .cont-p .data{
		display: none;
	}
	.news-list li .cont-p .img{
		width: 100%;
		margin-bottom: 1rem;
		padding-bottom: 68.28571%;
	}
	.news-list li .cont-p .cont{
		width: 100%;
	}
	.contact li{
		width: 100%;
		margin: 1rem 0;
	}
	.bookbg .title h2{
		font-size: 1.8rem;
	}


}