/*
 *	Created by Edward on 24/01/11
 *	Copyright (c) 2024 ishutime.com All rights reserved
*/

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2?t=1663740079843') format('woff2'),
		url('iconfont.woff?t=1663740079843') format('woff'),
		url('iconfont.ttf?t=1663740079843') format('truetype');
}
@font-face {
	font-family: SourceHanSans;
	/*src: url(../fonts/SourceHanSansCN-Regular.TTF);*/
	
}

@font-face {
	font-family: din;
	src: url(../fonts/din-bold-webfont.woff2);
}

@font-face {
	font-family: din2;
	src: url(../fonts/DIN-Condensed-Bold.ttf);
}

.navBar{
    width: 80px;
    height: auto;
    position: fixed;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    background: #ffffff;
    border-radius: 50px;
    z-index: 10;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}

.navBar a{
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    position: relative;
    padding: 20px 0px;
    text-align: center;
}

.navBar a:hover{
    color: #5bbb49;
}

.navBar a:last-child:after{
    display: none;
}

.navBar a:after{
    width: 60%;
    height: 1px;
    position: absolute;
    left: 20%;
    bottom: 0%;
    content: '';
    background: rgba(0,0,0,.1);
}

.navBar a .txt{
    width: 100%;
    position: relative;
}

.navBar a .icon{
    text-align: center;
    position: relative;
    font-size: 28px;
    line-height: 40px;
}

.navBar a .name{
    text-align: center;
    font-size: 14px;
}

.navBar a .pho,.navBar a .img{
    width: 120px;
    height: auto;
    position: absolute;
    left: -130px;
    background: #90aac3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    padding: 5px;
    visibility: hidden;
    opacity: 0;
}

.navBar a .pho{
    background: #5bbb49;
    color: #fff;
    border-radius: 3px;
}

.navBar a:hover .pho,.navBar a:hover .img{
    visibility: visible;
    opacity: 1;
}

.navBar a .img:after{
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #90aac3;
    content: '';
    position: absolute;
    right: -5px;
    top: 20px;
}

html,
body {
	font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";
	color: #3a3a3a;
}

input,
textarea {
	font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}



.header {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 10;
	padding: 0px 3%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: all .5s;
	background: #fff;
}


.logo {
	width: 120px;
	display: flex;
	position: relative;
}

.logo img:nth-child(2) {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	opacity: 0;
}

.nav {
	width: calc(100% - 550px);
	position: relative;
}

.slogan {
	width: 100%;
	height: auto;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 3.5vw;
	letter-spacing: 0.5vw;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	font-family: alibaba;
	display: flex;
	justify-content: center;
}

.slogan p {
	margin-left: 1.5vw;
}

.nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.nav ul li {
	width: auto;
	position: relative;
	text-align: center;
	font-size: 18px;

}

.nav ul li .firstLab {
	width: 100%;
	position: relative;
}

.nav ul li .firstLab::after {
	width: 0px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	bottom: 0px;
	content: '';
	background: #fff;
	border-radius: 5px;
	-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.nav ul li:hover .firstLab::after {
	width: 50px;
	margin-left: -25px;
}

.nav ul li .second {
	width: 120px;
	left: 50%;
	margin-left: -60px;
	height: auto;
	position: absolute;
	background: #fff;
	backdrop-filter: blur(5px);
	font-size: 14px;
	line-height: 25px;
	padding: 10px 0px;
	border-radius: 0px 0px 5px 5px;
	opacity: 0;
	visibility: hidden;

}

.nav ul li:hover .second {
	-webkit-transition: all .85s;
	opacity: 1;
	visibility: visible;
}

.nav ul li .second a {
	line-height: 35px;
	font-size: 16px;
	-webkit-transform: translateY(5px);
	opacity: 0;
	position: relative;
}

.nav ul li .second a p {
	color: rgba(0, 0, 0, .75);
	-webkit-transition: all .35s;
}

.nav ul li .second a::after {
	width: 0px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	content: '';
	bottom: 0px;
	background: rgba(0, 0, 0, .3);
	-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.nav ul li .second a:hover::after {
	width: 60px;
	margin-left: -30px;
}

.nav ul li .second a:hover p {
	color: rgba(0, 0, 0, 1);
}

.nav ul li:hover .second a:nth-child(2) {
	-webkit-transition: all .5s ease .1s;
}

.nav ul li:hover .second a:nth-child(3) {
	-webkit-transition: all .5s ease .2s;
}

.nav ul li:hover .second a:nth-child(4) {
	-webkit-transition: all .5s ease .3s;
}

.nav ul li:hover .second a:nth-child(5) {
	-webkit-transition: all .5s ease .4s;
}

.nav ul li:hover .second a:nth-child(6) {
	-webkit-transition: all .5s ease .5s;
}

.nav ul li:hover .second a {
	-webkit-transition: all .5s ease 0s;
	-webkit-transform: translateY(0px);
	opacity: 1;
}

.nav ul li a {
	line-height: 80px;
	align-items: center;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav ul li.active .firstLab a{
	color: #5bbb49;
}

.nav ul li .firstLab a img{
	width: 22px;
	height: 22px;
	margin-right: 3px;
}

.nav ul li a p {
	white-space: nowrap;
}

.bannerBox {
	width: 100%;
	height: 100vh;
	position: relative;
	padding-top: 80px;
}

#container{
	cursor: url('../images/s1.ico'), auto;
}

.bannerBox .swiper-slide {
	overflow: hidden;
	
}

.bannerBox .swiper-slide .img {
	width: 100%;
	height: calc(100vh - 80px);
	background: center center no-repeat;
	background-size: cover;
	transition: transform 4s linear;
	transition-delay: 1s;
}

.bannerBox .swiper-slide .txt {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.bannerBox .swiper-slide.swiper-slide-active .img {
	transition-delay: 0s;

}

.bannerBox .swiper-button-next {
	color: white;
	right: 3vw;
}

.bannerBox .swiper-button-prev {
	color: white;
	left: 3vw;
}

.bannerBox .swiper-pagination {
	bottom: 3vw;
}

.bannerBox .swiper-pagination-bullet {
	background: white;
	opacity: 1;
}

.bannerBox .swiper-pagination-bullet-active {
	width: 2vw;
	border-radius: 5px;
}

.hot_tel {
	width: 230px;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 50px;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
	justify-content: center;
	font-size: 16px;
}

.hot_tel .icon {
	width: 25px;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	text-align: center;
}

.hot_tel b {
	font-family: din;
	font-size: 18px;
}

.hot_tel p {
	margin-right: 3px;
}

.f1Tab {
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	margin-bottom: 3vw;
}

.f1Tab .item {
	width: 150px;
	height: auto;
	margin: 0px 10px;
	cursor: pointer;
}

.f1Tab .item a{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	transition: .3s ease;
	padding: 25px 0px;
	border: 1px solid transparent;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.f1Tab .item .icon {
	width: 68px;
	margin: 0 auto 15px auto;
}
.f1Tab .item .icon img{
	-webkit-transform: scale(0.98);
}
.f1Tab .item .icon img:nth-child(2) {
	display: none;
	-webkit-transform: scale(1);
}

.f1Tab .item p {
	font-size: 18px;
	display: block;
	width: 100%;
}

.f1Tab .item:hover a,.f1Tab .item.active a{
	background-image: linear-gradient(0deg,#fff,#f3f5f8);
	box-shadow: 16px 16px 40px 0 rgba(55,99,170,.1), -16px -16px 40px 0 #fff;
	border-radius: 10px;
	color: #5bbb49;
}

.f1Tab .item:hover .icon img:nth-child(1),.f1Tab .item.active .icon img:nth-child(1) {
	display: none;
}

.f1Tab .item:hover .icon img:nth-child(2),.f1Tab .item.active .icon img:nth-child(2) {
	display: block;
}

.imginfo1 {
    width: 40vw;
    position: absolute;
    left: 0;
	top: 0px;
}

.imginfo2 {
    width: 40vw;
    position: absolute;
    right: 0;
    bottom: 0;
}

.f1Box {
    width: 100%;
    display: flex;
	justify-content: space-between;
}

.f1Box .imgBox {
    width: 45%;
	height: auto;
	border-radius: 0.5vw;
	overflow: hidden;
}
.f1Box .imgBox .thum{
	height: 100%;
}
.f1Box .imgBox .thum .inner img{
	-webkit-transition: all 0.45s;
}
.f1Box .imgBox .inner{
	padding-top: 75%;
	height: 100%;
}

.f1Box .imgBox .img {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transition: 0.5s all;
}

.f1Box .itemBox {
    width: calc(55% - 25px);
	display: flex;
	flex-wrap: wrap;
}

.f1Box .itemBox .item {
    width: calc(50% - 12.5px);
	height: auto;
	margin-right: 25px;
	margin-bottom: 25px;
}

.f1Box .itemBox .item a{
	background-color: #ffffff;
	border-radius: 0.5vw;
	display: flex;
	text-align: center;
	width: 100%;
	display: block;
	position: relative;
	flex-wrap: wrap;
	padding: 45px 0px;
	-webkit-transition: all 1s;
}

.f1Box .itemBox .item a:hover{
	box-shadow: 16px 16px 50px 0 rgba(0,0,0,.2), -16px -16px 50px 0 #fff;
}

.f1Box .itemBox .item:nth-child(n+3){
	margin-bottom: 0px;
}

.f1Box .itemBox .item:nth-child(even){
	margin-right: 0%;
}

.f1Box .itemBox .item .img {
    width: 30%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.f1Box .itemBox .item .img::before {
    content: '';
    position: absolute;
    width: 11vw;
    height: 11vw;
    background: url(../images/icon7.png) center no-repeat;
    background-size: cover;
    top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.05);
    z-index: -1;
    opacity: 0;
    transition: 1s all ease;
}
.f1Box .itemBox .info{
	width: 100%;
	margin-top: 15px;
}
.f1Box .itemBox .item .name {
    font-size: 18px;
	margin-bottom: 5px;
}

.f1Box .itemBox .item .des {
    opacity: 0.5;
	font-size: 14px;
}

.f1Box .itemBox .item:hover .img::before {
    opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
}

.show_info{
	width: 100%;
	padding: 5vw 0px 2vw;
	text-align: center;
	position: relative;
}

.show_info.l{
	text-align: left;
}

.show_info .name{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	font-size: 2vw;
	margin-bottom: 0.5vw;
}

.show_info .des{
	margin-bottom: 2vw;
	font-size: 18px;
}

.zts_more{
	width: 160px;
	height: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	color: #5dbc4c;
	line-height: 50px;
	cursor: pointer;
}

.zts_more.w{
	color: #ffffff;
}

.zts_more.w .icon::after{
	border: 1px solid #ffffff;
}
.zts_more p{
	font-weight: bold;
	width: 100px;
	font-size: 14px;
	-webkit-transition: all .35s;
}
.zts_more p span{
	font-weight: normal;
}

.zts_more .icon{
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 40px;
	margin-left: 10px;
	position: relative;
	line-height: 30px;
	
}

.zts_more:hover p{
	letter-spacing: 1px;
}

.zts_more.active{
	opacity: 0.5;
	cursor: no-drop;
}

.zts_more .icon::after{
	width: 40px;
	height: 40px;
	border: 1px solid #5bbb49;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 10px;
	top: 5px;
	-webkit-transition: all .35s;
}

.zts_more:hover .icon::after{
	left: 25px;
}


.zts_more.c{
	margin: 0px auto;
}

.case_box{
	width: 100%;
	position: relative;
}

.case_box::after{
	width: 1px;
	height: 0vw;
	position: absolute;
	left: 50%;
	top: 0%;
	content: '';
	background: rgba(0, 0, 0, .1);
	-webkit-transition: all 2s ease;
}

.case_box.is-inview::after{
	height: 20vw;
}

.words{
	width: 100%;
	height: auto;
	position: relative;
}

.words .box{
	width: 200vw;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -100vw;
	display: flex;
	justify-content: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14vw;
	font-family: din;
	letter-spacing: 1vw;
}

.case_box ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.case_box ul li{
	width: 30%;
	position: relative;
}



.case_box ul li:nth-child(1){
	margin-top: 10vw;
}

.case_box ul li:nth-child(2){
	margin-top: 20vw;
}

.case_box ul li .thum{
	margin-bottom: 2vw;
	border-radius: 10px;
}

.case_box ul li .info{
	position: relative;
}

.case_box ul li .name{
	position: relative;
	width: 100%;
	font-size: 2vw;
	color: #5bbb49;
	padding-top: 1vw;
	margin-bottom: 0.5vw;
}

.case_box ul li .name::after{
	width: 30px;
	height: 4px;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	background: #5bbb49;
	-webkit-transition: all 0.5s;
}

.case_box ul li:hover .name::after{
	width: 80px;
}

.case_box ul li .des{

	line-height: 1.7;
	position: relative;
}

.zts_more.zm2{
	width: 50px;
}

.zts_more.zm2 .icon{
	margin-left: 0px;
}

.case_box ul li  .thum .inner img{
	height: 130%;
	top: -15%;
}

.gy_list{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 3vw;
}

.gy_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.boxes.gy_box{
	padding: 0px;
}

.gy_box .w1400{
	width: 40%;
	position: absolute;
	left: 7.5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.gy_box .show_info{
	padding: 0px;
}

.show_info.l .name{
	justify-content: flex-start;
}

.show_info.w{
	color: #fff;
}

.gy_list ul li{
	width: 30%;
	position: relative;
	margin-right: 5%;
	margin-bottom: 3vw;
}

.gy_list ul li:nth-child(3n){
	margin-right: 0%;
}

.gy_list ul li:nth-child(n+4){
	margin-bottom: 0px;
}

.gy_list ul li .icon{
	width: 78px;
	height: auto;
	position: relative;
}

.gy_list ul li .name{
	color: #fff;
	margin-top: 10px;
}

.gy_list ul li .name b{
	font-size: 1.2vw;
	font-weight: normal;
}

.gy_list ul li .name p{
	font-family: din;
	text-transform: uppercase;
	font-size: 12px;
}

.boxes.gc_case{
	padding: 0px;
}

.imginfo3{
	width: 40vw;
	position: absolute;
	left: 0;
	margin-top: -10vw;
}

.gc_list{
	width: 100%;
	position: relative;
	margin-bottom: 7vw;
}

.gc_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.gc_list ul li{
	width: 45%;
	position: relative;
	margin-right: 10%;
	margin-bottom: 7vw;
}

.gc_list ul li:nth-child(even){
	margin-right: 0%;
}

.gc_list ul li .inner{
	padding-top: 70%;
	
}

.gc_list ul li .thum{
	border-radius: 10px;
}

.gc_list ul li a{
	display: block;
	position: relative;
	width: 100%;
}



.gc_list ul li a .name{
	width: 70%;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: -1px;
	padding: 25px;
	background: #fff;
	border-radius: 10px 0px 0px 0px;
	font-size: 18px;	
	-webkit-transition: all 0.5s;
}

.gc_list ul li a .name p{
	position: relative;
	padding-top: 10px;
}

.gc_list ul li a .name p::after{
	width: 20px;
	height: 3px;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	background: #5bbb49;
	-webkit-transition: all 0.5s;
}

.gc_list ul li a:hover .name p::after{
	
	background: #fff;
}


.gc_list ul li a:hover .name{
	background: #5bbb49;
	color: #fff;
	width: 80%;
}

.gc_list ul li:nth-child(even){
	top: 7vw;
}

.footer {
	height: auto;
	position: relative;
}

.footer_top{
	position: relative;
	background: #5dbc4c;
	color: #fff;
	padding: 35px 0px;
	display: flex;
}

.footer_top .w1400{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.footer_top .left{
	width: 480px;
	display: flex;
	align-items: center;
}

.footer_top .left .img{
	width: 185px;
	position: relative;
	padding: 25px;
	background: #fff;
}

.footer_top .left .name{
	width: auto;
	font-size: 24px;
	position: relative;
	margin-left: 15px;
}

.footer_top .left .name p{
	font-size: 14px;
	text-transform: uppercase;
}

.footer_top .center{
	font-size: 16px;
	line-height: 1.5;
	width: 400px;
	position: relative;	
}

.footer_top .line{
	width: 1px;
	height: 100%;
	position: relative;
	background: rgba(255,255,255,.2);
}


.footer_top .center a{
	color: #fff;
	font-size: 36px;
	font-family: din;
}

.footer_top .right{
	text-align: center;
	position: relative;
	font-size: 14px;
	width: 135px;
}

.footer_top .right ul{
	width: 100%;
	display: flex;
	position: relative;
}

.footer_top .right ul li{
	width: 135px;
	height: auto;
	position: relative;
}

.footer_top .right ul li .img{
	width: 100%;
	background: #fff;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 5px;
}

.footerCenter{
	width: 100%;
	position: relative;
	padding: 45px 0px;
}

.footerCenter .w1400{
	display: flex;
	justify-content: space-between;
}

.footerCenter ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.footerCenter ul li{
	width: auto;
	position: relative;
	text-align: center;

}

.footerCenter ul li a{
	display: block;
	line-height: 35px;
	position: relative;
	opacity: 0.7;
}

.footerCenter ul li a:first-child{
	margin-bottom: 10px;
	position: relative;
	opacity: 1;
	font-weight: bold;
	font-size: 18px;
}

.copyright{
	width: 100%;
	position: relative;
	padding: 15px 0px;
	font-size: 14px;
	border-top: 1px solid rgba(0,0,0,.1);
}

.copyright .w1400{
	display: flex;
	justify-content: space-between;
	position: relative;
	color: rgba(0,0,0,.3);
}

.copyright a{
	color: rgba(0,0,0,.3);
}

.copyright a:hover{
	color: rgba(0,0,0,.6);
}

.footerCenter ul li a:hover{
	opacity: 1;
}

.sub_banner{
	padding-top: 80px;
}

.intro_box{
	position: relative;
}

.inro_img{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
}

.aboutBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aboutBox .left{
	width: 30%;
}

.aboutBox .right{
	width: 65%;
}

.aboutBox .right .singePage,.detail_box .singePage{
	text-indent: 32px;
}

.sub_name{
	width: 100%;
	position: relative;
	margin-bottom: 3vw;
}
.sub_name .name{
	margin-bottom: 5px;
}
.sub_name .name,.sub_name .des{
	overflow: hidden;
	position: relative;
}

.sub_name .name p{
	font-size: 36px;
	font-weight: bold;
}

.sub_name .des p{
	font-size: 18px;
}

.intro{
	width: 100%;
	margin-top: 3vw;
	position: relative;
}

.intro ul{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
}

.intro ul li{
	width: 49%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	color: #fff;
}

.intro ul li .icon{
	position: absolute;
	left: 50px;
	top: 25px;
	width: 50px;
	line-height: 50px;
	font-size: 48px;
}

.intro ul li .name{
	position: absolute;
	left: 50px;
	bottom: 50px;
	width: calc(100% - 100px);
	line-height: 1.4;
}

.intro ul li .name b{
	font-weight: normal;
	font-size: 28px;
}

.intro ul li .name p{
	font-weight: normal;
	font-size: 18px;
}

.intro ul li .thum .inner{
	padding-top: 35%;
}

.jzgBox{
	width: 100%;
	position: relative;
	padding-top: 6vw;
}

.sub_name.c{
	text-align: center;
}

.jzg_center{
	position: relative;
	padding-bottom: 5vw;
}

.jzg_center ul{
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
}

.jzg_center ul:last-child{
    display: none;
}

.jzg_center ul li{
	width: 30%;
	position: absolute;
	top: 20vw;
}

.jzg_center ul li:nth-child(2){
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 2vw;
	top: 0%;
}

.jzg_center .img{
	width: 68%;
	position: relative;
	margin-left: 16%;
}

.jzg_center .tong{
	width: 14vw;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -7vw;
	bottom: 0px;
}

.jzg_center ul li .name{
	font-size: 28px;
	color: #5bbb49;
	margin-bottom: 5px;
}

.jzg_center ul li .des{
	line-height: 1.7;
}

.jzg_center ul li:nth-child(3){
	right: 0px;
	text-align: right;
}

.leaf{
	width: 64%;
	height: auto;
	position: absolute;
	left: 17.5%;
	bottom: -5vw;
}

.h_img{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 0%;
}

.honorBox{
	width: 100%;
	position: relative;
	padding: 0px 100px;
	margin-top: 8vw;
}

.honorBox .button-prev,.honorBox .button-next{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 40%;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	line-height: 42px;
	font-size: 36px;
	cursor: pointer;
}

.honorBox .button-prev{
	left: 0px;
}

.honorBox .button-next{
	right: 0px;
}

.honorBox .button-prev i,.honorBox .button-next i{
	color: #fff;
	width: 100%;
	height: auto;
	line-height: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
}
.honorBox .button-prev i{
	left: 25px;
}

.honorBox .button-next i{
	right: 25px;
	text-align: right;
}

.yanfa{
	width: 100%;
	position: relative;
	margin-top: 5vw;
	border-radius: 10px;
	overflow: hidden;
}

.yanfa .info{
	width: 40%;
	height: auto;
	position: absolute;
	left: 5%;
	top: 10%;
}

.yanfa .info .name{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0.5vw;
}

.yanfa .info .des{
	line-height: 1.7;
}

.yanfa .info .imgs{
	width: 40%;
	position: relative;
	margin-top: 2vw;
}

.yanfa .info .imgs img{
	width: 100%;
	margin-bottom: 15px;
	border-radius: 10px;
}

.zts_more.submit{
	width: 120px;
}

.zts_more.submit p{
	width: calc(100% - 50px);
	font-size: 16px;
}

.zts_more .icon{
	margin-left: 0px;
}

.contact_box .left{
	width: 55%;
	display: flex;
	flex-wrap: wrap;
}
.contact_box .left ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.contact_box .left ul li{
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/link_bg.jpg) no-repeat;
	background-size: cover;
	padding: 8% 5%;
	border-radius: 10px;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
	margin-bottom: 0vw;
}

.contact_box .left ul li:hover{
	background-image: url(../images/hover_bg.jpg);
	color: #fff;
}

.contact_box .left ul li:hover a{
	color: #fff;
}

.hzhb{
	width: 100%;
	position: relative;
}



.hzhb ul{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 2vw;
	flex-wrap: wrap;
}

.hzhb ul li{
	width: 18%;
	height: auto;
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin-right: 2%;
	-webkit-transition-delay: 0.2s;
	margin-bottom: 1.5vw;
}



.hzhb ul li:nth-child(2n){
	-webkit-transition-delay: 0.4s;
}

.hzhb ul li:nth-child(3n){
	-webkit-transition-delay: 0.6s;
}

.hzhb ul li:nth-child(4n){
	-webkit-transition-delay: 0.5s;
}

.hzhb ul li:nth-child(5n){
	-webkit-transition-delay: 0.35s;
}

.hzhb ul li:nth-child(5n){
	margin-right: 0%;
}

.contact_box .left ul li:hover .info .name::after{
	background: #fff;
}

.contact_box .left ul li:nth-child(2){
	margin-bottom: 0vw;
}

.contact_box .right{
	width: 40%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
	padding:6% 5%;
}

.contact_box .right .sub_name{
	margin-bottom: 1vw;
}

.con_form{
	width: 100%;
	position: relative;
	flex-wrap: wrap;
	display: flex;
	margin-bottom: 1vw;
}

.con_form input{
	width: 100%;
	height: 60px;
	background: transparent;
	border: none;
	outline: none;
	font-size: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 10px;
}

.contact_box .left ul li .info{
	width: 100%;
	position: relative;
}

.contact_box .left ul li .info .name{
	font-size: 28px;
	position: relative;
	font-weight: bold;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.contact_box .left ul li .info .name::after{
	width: 30px;
	height: 5px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #5bbb49;
}

.contact_box .left ul li .info a{
	font-family: din;
	font-size: 36px;
}

.contact_box .left ul li .icon{
	width: 150px;
	height: 150px;
	background: url(../images/lbx.png) no-repeat;
	background-size:200% auto;
	background-position: 100% 0%;
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	line-height: 150px;
	text-align: center;
	color: #5bbb49;
	font-size: 60px;
}

.contact_box .left ul li:hover .icon{
	background-position: 0% 0%;
	color: #fff;
}

.news{
	position: relative;
}

.news ul li{
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	position: relative;
	padding-bottom: 2vw;
	margin-bottom: 2vw;
}



.news ul li a{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news ul li a:hover .name{
	color: #5bbb49;
}

.news ul li a .left{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.news ul li a .left .name{
	font-size: 24px;
	background: linear-gradient(#5bbb49, #5bbb49) 0 100%/0 1px no-repeat;
	text-decoration: none;
	transition: background .6s cubic-bezier(.19, 1, .22, 1);
	display: inline;
}

.news ul li a:hover .left .name {
	background-size: 100% 1px;
}

.news ul li a .left .des{
	opacity: 0.7;
}
.news ul li a .left .more{
	width: auto;
	display: flex;
	align-items: center;
	font-size: 14px;
	opacity: 0.5;
}

.news ul li a .left .more p{
	margin-right: 5px;
}

.news ul li a .thum{
	width: 25%;
	position: relative;
	border-radius: 10px;
}

.news ul li a .thum .inner{
	padding-top: 65%;
}

.news ul li a .thum .inner img{
	-webkit-transition: all .5s;
}

.news ul li a:hover .thum .inner img{
	-webkit-transform: scale(1.05);
}

.news ul li a .time{
	width: auto;
	position: relative;
	text-align: right;
	font-family: din;
}

.news ul li a .time b{
	font-size: 36px;
}

.case{
	position: relative;
	width: 100%;
}

.case ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.case ul li{
	width: 32%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 2vw;
}

.case ul li a{
	display: block;
	width: 100%;
	background: #fff;
	padding: 1vw;
	border-radius: 10px;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
}

.case ul li:nth-child(3n){
	margin-right: 0%;
}

.case ul li a .name{
	font-size: 18px;
	position: relative;
	padding: 15px 0px;
}

.case ul li a .name p{
	position: relative;
	padding-top: 10px;
}

.case ul li a .name p::after{
	width: 20px;
	height: 3px;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	background: #5bbb49;
	-webkit-transition: all 0.5s;
}
.case ul li .thum{
	border-radius: 10px;
	-webkit-transition: all .5s;
}
.case ul li .thum .inner{
	padding-top: 70%;
}

.case ul li .thum .inner img{
	-webkit-transition: all .5s;
}
.case ul li a:hover .name p::after{
	width: 80px;
}
.case ul li a:hover .name{
	color: #5bbb49;
}
.case ul li a:hover .thum .inner img{
	-webkit-transform: scale(1.1);
}

.service {
	width: 100%;
}

.service ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.service ul li {
	width: 30%;
	position: relative;
	margin-right: 5%;
	margin-top: 10vw;
	border-radius: 5vw 1vw 1vw 1vw;
	overflow: hidden;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	-webkit-transition: all 1.2s cubic-bezier(.215, .61, .355, 1) .5s;
	-webkit-transform: translateY(50px);
}

.service ul li:nth-child(2n) {
	-webkit-transition: all 1.2s cubic-bezier(.215, .61, .355, 1) .7s;
}

.service ul li:nth-child(3n) {
	-webkit-transition: all 1.2s cubic-bezier(.215, .61, .355, 1) .9s;
}

.service ul li.is-inview {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	-webkit-transform: translateY(0px);
}

.service ul li::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	pointer-events: none;
	left: 0%;
	top: 0%;
}

.service ul li:hover::before {
	animation: gradient-rectangle 2s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.service ul li .thum::after {
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: linear-gradient(-180deg, rgba(2, 147, 88, .0), rgba(93, 188, 76, .75));

	content: '';
	top: auto;
}


.service ul li .pic {
	-webkit-transition: all 0.6s ease;
	-webkit-transform: scale(1.2);
}

.service ul li:hover .pic {
	-webkit-transform: scale(1);
}

.service ul li:nth-child(3n) {
	margin-right: 0%;
}

.service ul li a {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.service ul li a .info {
	width: 100%;
	height: auto;
	position: absolute;
	padding: 45px 25px;
	text-align: center;
	left: 0%;
	bottom: 5%;
	color: #fff;
	-webkit-transition: all 0.65s;
}

.service ul li:hover a .info {
	padding-bottom: 85px;
}

.service ul li a .info .name {
	font-size: 28px;
	margin-bottom: 25px;
	font-weight: bold;
}

.service ul li a .info .more {
	width: 40px;
	height: auto;
	line-height: 38px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	margin: 0px auto;
	text-align: center;
	font-size: 20px;
	-webkit-transition: all .5s;
}

.service ul li a:hover .info .more{
	background: #fff;
	color: #5bbb49;
}

.service ul li:nth-child(2),
.service ul li:nth-child(5) {
	top: -5vw;
}

.service ul li:nth-child(3),
.service ul li:nth-child(6) {
	top: -10vw;
}

.service ul li .thum .inner{
	padding-top: 140%;
}

.product_tips{
	width: 60%;
	position: relative;
}

.pd_menu{
	width: 30%;
	position: relative;
	cursor: default;
}

.pd_detail{
	width: 65%;
	position: relative;
	background: #fff;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
	border-radius: 10px;
	overflow: hidden;
	min-height: 170vh;
}

.pd_box .w1400{
	align-items: flex-start;
}

.singePage.pd_detail p{
	margin-bottom: 0px;
}

.pd_menu .title{
	width: 100%;
	height: 75px;
	background: #5bbb49;
	color: #fff;
	line-height: 75px;
	position: relative;
	font-size: 24px;
	padding-left: 25px;
	border-radius: 10px 10px 0px 0px;
}

.pd_menu ul{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	padding: 25px;
	padding-top: 15px;
}

.pd_menu ul li{
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-bottom: 10px;
	padding-top: 10px;
}

.pd_menu ul li:last-child{
	border-bottom: none;
}

.pd_menu ul li .first{
	position: relative;
	width: 100%;
	line-height: 45px;
	font-size: 20px;
	cursor: pointer;
	opacity: 0.5;
}

.pd_menu ul li.active .first,.pd_menu ul li:hover .first{
	opacity: 1;
}

.pd_menu ul li .first::after{
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	background: url(../images/menu_icon.png) no-repeat;
	background-size: cover;
	content: '';
}

.pd_menu ul li.active .first::after,.pd_menu ul li:hover .first::after{
	-webkit-transform: translateY(-50%) rotate(90deg);
}

.pd_menu ul li .second{
	width: 100%;
	position: relative;
	padding-left: 15px;
	display: none;
}

.pd_menu ul li.active .second{
	display: block;
}

.pd_menu ul li .second a{
	display: block;
	position: relative;
	line-height: 40px;
	color: rgba(0, 0, 0, .5);
	cursor: pointer;
}

.pd_menu ul li .second a.active,.pd_menu ul li .second a:hover{
	color: #5bbb49;
}

.sub_name.lc{
	padding-top: 6vw;
}

.ys_list{
	width: 100%;
	position: relative;
}

.detail_top .w100{
	position: relative;
}

.detail_top::before{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	backdrop-filter: blur(10px);
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
}

.ys_list ul{
	width: 100%;
	display: flex;
	height: 50vh;
	justify-content: space-between;
}

.ys_list ul li{
	width: 15%;
	height: 100%;
	position: relative;
	background: #fff;
	-webkit-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1);
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}

.ys_list ul li .icon{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 25px;
	top: 25px;
	background: url(../images/yhx_icon.png) no-repeat;
}
.ys_list ul li:nth-child(1) .icon{
	background-position: 0px -50px;
}
.ys_list ul li:nth-child(2) .icon{
	background-position: -50px -50px;
}

.ys_list ul li:nth-child(3) .icon{
	background-position: -100px -50px;
}

.ys_list ul li:nth-child(4) .icon{
	background-position: -150px -50px;
}

.ys_list ul li:nth-child(1).active .icon{
	background-position: 0px 0px;
}

.ys_list ul li:nth-child(2).active .icon{
	background-position: -50px 0px;
}

.ys_list ul li:nth-child(3).active .icon{
	background-position: -100px 0px;
}

.ys_list ul li:nth-child(4).active .icon{
	background-position: -150px 0px;
}

.ys_list ul li .name{
	width: calc(100% - 50px);
	height: auto;
	position: absolute;
	top: 50px;
	left: 25px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
}

.ys_list ul li .des{
	width: calc(100% - 50px);
	height: auto;
	position: absolute;
	left: 25px;
	top: 115px;
	opacity: 0;
	color: #fff;
	line-height: 2;
	font-size: 18px;
}

.ys_list ul li .name span{
	display: block;
}

.ys_list ul li .img{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 50%;
	opacity: 0;
	border-radius: 10px;
	overflow: hidden;
}

.ys_list ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ys_list ul li.active .icon{
	left: auto;
	right: 25px;
	top: 25px;
}
.ys_list ul li.active{
	width: 68%;
}

.ys_list ul li.active .words{
	opacity: 0;
}

.ys_list ul li.active .img{
	opacity: 1;
}

.ys_list ul li.active .name{
	top: 35px;
	line-height: 40px;
	color: #fff;
}

.ys_list ul li.active .name span{
	display: initial;
	padding: 0px 5px;
}

.mob_img{
	display: none;
}

.ys_list ul li.active{
	background: #5bbb49;
}
.ys_list ul li.active .des{
	opacity: 1;
}

.ys_list ul li .words{
	width: auto;
	position: absolute;
	left: 25px;
	bottom: 25px;
	text-transform: uppercase;
	font-family: din;
	font-size: 24px;
	opacity: 0.2;
	line-height: 1.2;
}

.ys_list ul li .info{
	height: auto;
	position: absolute;
	left: 25px;
	width: calc(50% - 50px);
	top: 105px;
	color: #fff;
	font-size: 14px;
}

.ys_list ul li .info .rows{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	line-height: 1.7;
	margin-bottom: 5px;
}

.ys_list ul li .info .rows b{
	display: block;
	width: 100px;
}

.ys_list ul li .info .rows p{
	display: block;
	width: calc(100% - 100px);
}

.process_list{
	width: 100%;
	position: relative;
}

.process_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3vw;
}

.process_list ul li{
	width: 15%;
	position: relative;
	border-top: 4px solid #5bbb49;
	padding: 35px;
	text-align: center;
	background: #fff;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	line-height: 1.7;
}

.process_list ul li:nth-child(2),.process_list ul li:nth-child(5){
	margin-top: 25px;
}

.process_list ul li:nth-child(1),.process_list ul li:nth-child(6){
	margin-top: 50px;
}

.process_list ol{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.process_list ol li{
	width: calc(100% / 6);
	position: relative;
	padding-bottom: 3vw;
}

.process_list ol li::before{
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: linear-gradient(0deg, #c8e8c3 0%, #F8F9FA 100%);
	content: '';
}

.process_list ol li .icon{
	width: 40%;
	margin-left: 30%;
	position: relative;
}

.process_list ol li::after{
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: linear-gradient(0deg, #5dbc4c 0%, #F8F9FA 100%);
	content: '';
}

.process_list ol li .num{
	text-align: center;
	position: relative;
	font-family: din;
	text-align: center;
	font-size: 3.5vw;
	padding: 25px 0px;
}

.process_list ol li .name{
	text-align: center;
	color: #5bbb49;
	position: relative;
	z-index: 1;
	font-size: 28px;
	text-align: center;
	line-height: 1.1;
}

.process_list ol li .name span{
	display: block;
}

.boxes.s_box{
	padding-bottom: 0px;
}

.gy_box2{
	display: flex;
	position: relative;
	justify-content: space-between;
	margin-bottom: 5vw;
	
}

.gy_box2 .left{
	width: 50%;
	position: relative;
}

.gy_box2 .sub_name{
	width: auto;
	margin-left: 15%;
	position: relative;
	margin-bottom: 0px;
}

.gy_box2 .right{
	width: 37.5%;
	margin-right: 7.5%;
}

.gy_box2 .right li{
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}

.gy_box2 .right li a{
	display: flex;
	width: 100%;
	position: relative;
}

.gy_box2 .right li a .thum{
	width: 40%;
	position: relative;
}

.gy_box2 .right li a .thum .inner{
	padding-top: 70%;
}

.gy_box2 .right li a .info{
	width: 60%;
	position: relative;
	padding: 0px 25px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.gy_box2 .right li a .info .des{
	font-size: 14px;
}

.gy_box2 .right li a .info .name{
	font-size: 20px;
	position: relative;
}

.gy_box2 .right li a .info .name p{
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.gy_box2 .right li a .info .name p::after{
	width: 30px;
	height: 3px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #5bbb49;
}

.youshi ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.youshi ul li{
	width: 23.5%;
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 1.5vw;
}

.youshi ul li:nth-child(4n){
	margin-right: 0%;
}

.youshi ul li .thum .inner{
	padding-top: 60%;
}

.youshi ul li .info{
	padding: 15px;
	width: 100%;
}
.youshi ul li .info .name{
	font-size: 18px;
	margin-bottom: 5px;
}
.youshi ul li .info .des{
	font-size: 14px;
	line-height: 1.7;
	opacity: 0.7;
}

.cp_db{
	position: relative;
	width: 100%;
	margin-top: 5vw;
}

.sub_name.pos{
	position: absolute;
	top: 0%;
}

.cp_list{
	width: 100%;
	position: relative;
	margin-top: -5vw;
	margin-bottom: 5vw;
}

.cp_list ul{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.cp_list ul li{
	width: 40%;
	background: #fff;
	padding: 3vw;
	border-radius: 10px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}

.cp_list ul li .name{
	text-align: center;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1vw;
}

.cp_list ul li:nth-child(1){
	border-radius: 10px 0px 0px 10px;
}

.cp_list ul li:nth-child(2){
	width: 60%;
}


@media screen and (max-width: 1440px) {
	.nav {
		width: calc(100% - 450px);
	}
	.nav ul li {
		font-size: 16px;
	}
}

@media screen and (max-width: 1200px) {
	.nav{
		display: block;
		position: fixed;
		left: 0;
		top: 60px;
		margin-left: 0;
		background: rgba(0, 0, 0, .7);
		width: 100%;
		height: calc(100vh - 60px);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1);
		pointer-events: none;
	}
	#nav-icon2{
		display: block;
		right: 5%;
	}
	.hot_tel p,.hot_tel b{
		display: none;
	}
	.hot_tel{
		width: 45px;
		margin-right: 50px;
		box-shadow: none;
	}
	#nav-icon2 span{
		background: #3a3a3a;
	}
	.header {
	    height: 60px;
	    background: #fff;
	    padding: 0px 5%;
		position: fixed;
		align-items: center;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, .05);
	}
	.logo{
		width: 90px;
	}
	.bannerBox{
		height: auto;
		padding-top:0px;
	}
	#container{
		margin-top: 60px;
	}
	.bannerBox .swiper-slide .img{
		height: 50vw;
	}
	.bannerBox .swiper-button-next,.bannerBox .swiper-button-prev{
		display: none;
	}
	html.has-scroll-smooth, html{
		position: relative;
		overflow: auto;
	}
	.f1Tab .item .icon{
		width: 38px;
		margin-bottom: 5px;
	}
	.f1Tab .item{
		width: 32%;
		margin: 0%;
	}
	.f1Tab .item a{
		padding: 20px 0px;
	}
	.f1Tab .item p{
		font-size: 16px;
	}
	.nav.active {
	    opacity: 1;
	    visibility: visible;
	    pointer-events: auto;
	}
	.nav ul {
	    background: #fff;
	    flex-wrap: wrap;
	    padding: 20px 10%;
	}
	.nav ul li {
	    width: 100%;
	    display: flex;
	    border-bottom: 1px solid rgba(0, 0, 0, .05);
	    padding: 10px 0px;
	}
	.nav ul li .firstLab {
	    font-weight: bold;
		width: 100%;
	}
	.nav ul li .second {
	    width: calc(100% - 80px);
	    position: relative;
	    height: auto;
	    top: 0px;
	    padding: 0px;
	    opacity: 1;
	    visibility: visible;
	    display: flex;
	    flex-wrap: wrap;
		margin-left: 0px;
		left: 0%;
		display: none;
	}
	.nav ul li a{
		line-height: 35px;
		justify-content: flex-start;
		padding: 2.5px 0px;

	}
	.nav ul li .second a{
		-webkit-transform: translateY(0px);
		opacity: 1;
	}
	.f1Tab{
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 5vw;
	}
	.boxes{
		padding: 10vw 0px;
	}
	.f1Box{
		flex-wrap: wrap;
	}
	.f1Box .imgBox,.f1Box .itemBox{
		width: 100%;
	}
	.f1Box .imgBox{
		margin-bottom: 5vw;
	}
	.f1Box .itemBox .item a{
		padding: 25px 10px;
		border-radius: 0vw;
	}
	.f1Box .itemBox .item{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2vw;
	}
	.f1Box .itemBox .item .name{
		font-size: 14px;
	}
	.f1Box .itemBox .item{
		background: #fff;
		border-radius: 1vw;
		overflow: hidden;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
	}
	.w1400{
		width: 90%;
	}
	.show_info{
		padding-top: 15vw;
	}
	.show_info .des{
		font-size: 14px;
	}
	.show_info .name{
		font-size: 6vw;
	}
	.case_box ul li{
		width: 100%;
		margin-bottom: 5vw;
	}
	.case_box ul li:nth-child(1){
		margin-top: 0%;
	}
	.case_box ul{
		flex-wrap: wrap;
	}
	.case_box ul li .thum .inner img{
		height: 100%;
		top: 0%;
	}
	.case_box.is-inview::after{
		display: none;
	}
	.case_box ul li .thum .inner{
		padding-top: 70%;
	}
	.case_box ul li:nth-child(2){
		margin-top: 0px;
	}
	.case_box ul li .name{
		font-size: 5vw;
	}
	.case_box ul li .thum{
		margin-bottom: 3.5vw;
	}
	.case_box ul li .des{
		font-size: 14px;
	}
	.gy_box .w1400{
		width: 90%;
		position: relative;
		left: 0%;
		top: 0%;
		-webkit-transform: translateY(0%);
	}
	.boxes.gy_box img{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0%;
		object-fit: cover;
	}
	.boxes.gy_box{
		padding: 10vw 0px;
	}
	.gy_list ul li .name b{
		font-size: 4vw;
	}
	.gy_list ul li .icon img{
		position: relative;
	}
	.gy_list ul li .icon{
		width: 58px;
	}
	.gy_box .show_info{
		margin-bottom: 5vw;
	}
	.gy_list ul li{
		width: 32%;
		margin-right: 2%;
	}
	.gy_list ul li:nth-child(3n){
		margin-right: 0%;
	}
	.gy_list{
		margin-bottom: 10vw;
	}
	.gc_case .show_info{
		margin-bottom: 5vw;
	}
	.gc_list ul li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 5vw;
	}
	.gc_list ul li:nth-child(even) {
	    top: 0vw;
	}
	.gc_list ul li a .name{
		padding: 15px;
		width: 80%;
		font-size: 16px;
	}
	.gc_list ul li:last-child{
		margin-bottom: 0px;
	}
	.boxes.gc_case{
		padding-bottom: 10vw;
	}
	.footer_top .line{
		display: none;
	}
	.footer_top .w1400{
		flex-wrap: wrap;
	}
	.footer_top .left,.footer_top .center,.footer_top .right{
		width: 100%;
	}
	.footer_top .left{
		display: none;
	}
	.footer_top .left .img{
		padding: 5px;
		width: 120px;
	}
	.footer_top .left .name{
		font-size: 5vw;
	}
	.footer_top .left .name p{
		font-size: 12px;
	}
	.footer_top .center{
		font-size: 14px;
		margin-top: 3vw;
		margin-bottom: 3vw;
	}
	.footer_top .center a{
		font-size: 7vw;
		line-height: 1;
	}
	.footer_top .right ul li{
		margin-left: 0px;
		margin-right: 15px;
		width: 115px;
	}
	.footer_top .right ul li .txt{
		font-size: 12px;
	}
	.footerCenter{
		display: none;
	}
	.copyright .w1400{
		flex-wrap: wrap;
		font-size: 12px;
	}
	.footer_top{
		padding: 15px 0px;
	}
	.sub_banner{
		padding-top: 0px;
	}
	.sub_banner img{
		max-width: none;
		width: 150%;
		margin-left: -25%;
	}
	.aboutBox .left{
		width: 100%;
	}
	.sub_name .name p{
		font-size: 7vw;
	}
	.sub_name .des p{
		font-size: 16px;
	}
	.aboutBox .right{
		width: 100%;
	}
	.sub_name{
		margin-bottom: 5vw;
	}
	.sub_name .name{
		margin-bottom: 0px;
	}
	.intro ul{
		flex-wrap: wrap;
	}
	.intro ul li{
		width: 100%;
		margin-bottom: 5vw;
	}
	.intro ul li:last-child{
		margin-bottom: 0px;
	}
	.intro ul li .thum .inner {
	    padding-top: 40%;
	}
	.intro ul li .icon{
		left: 4vw;
		top: 3vw;
		font-size: 8vw;
	}
	.intro ul li .name{
		left: 5%;
		width: 90%;
		text-align: center;
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
	}
	.intro ul li .name b{
		font-size: 5vw;
		display: block;
		margin-bottom: 0.5vw;
	}
	.intro ul li .name p{
		font-size: 16px;
	}
	.intro{
		margin-bottom: 10vw;
	}
	.jzg_center ul li .name{
		font-size: 5vw;
	}
	.jzg_center ul li .des{
		font-size: 16px;
	}
	.honorBox .button-prev, .honorBox .button-next{
		display: none;
	}
	.honorBox{
		padding: 0px 0px;
	}
	.h_img{
		width: 200%;
	}
	.yanfa .info{
		width: 100%;
		position: relative;
		top: 0%;
		left: 0%;
		margin-top: 5vw;
	}
	.yanfa{
		border-radius: 0px;
	}
	.yanfa .info .name{
		font-size: 7vw;
		margin-bottom: 1vw;
	}
	.yanfa .info .imgs{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.yanfa .info .imgs img{
		width: 49%;
	}
	.product_tips{
		width: 100%;
	}
	.service ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 0vw;
		margin-bottom: 3vw;
	}
	.service ul li:nth-child(2), .service ul li:nth-child(5),.service ul li:nth-child(3), .service ul li:nth-child(6){
		top: 0px;
	}
	.service ul li:nth-child(3n){
		margin-right: 4%;
	}
	.service ul li:nth-child(2n){
		margin-right: 0%;
	}
	.service ul li a .info .name{
		font-size: 5vw;
		margin-bottom: 1vw;
	}
	.service ul li a .info{
		bottom: 3%;
		padding: 5%;
	}
	.service ul li a .info .more{
		width: 30px;
		line-height: 28px;
	}
	.pd_menu{
		margin-bottom: 5vw;
	}
	.pd_menu,.pd_detail{
		width: 100%;
	}
	.pd_menu .title{
		font-size: 5vw;
		line-height: 50px;
		height: auto;
	}
	.pd_menu ul li .second a{
		line-height: 30px;
		font-size: 14px;
		margin-right: 10px;
	}
	.pd_menu ul li .first{
		font-size: 16px;
		line-height: 35px;
	}
	.pd_menu ul li .second{
		padding-left: 0px;
	}
	.pd_menu ul li{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.pd_menu ul li:hover .second, .pd_menu ul li.active .second{
		display: flex;
		flex-wrap: wrap;
	}
	.pd_menu ul{
		padding: 15px;
		padding-top: 10px;
	}
	.pd_menu ul li .first::after{
		width: 24px;
		height: 24px;
	}
	.gy_box2{
		flex-wrap: wrap;
	}
	.gy_box2 .left{
		width: 100%;
	}
	.gy_box2 .img{
		display: none;
	}
	.gy_box2 .sub_name{
		width: 90%;
		margin-left: 5%;
		margin-bottom: 5vw;
	}
	.gy_box2 .right{
		width: 90%;
		margin-right: 0%;
		margin-left: 5%;
	}
	.gy_box2 .right li a .info{
		padding: 15px;
	}
	.gy_box2 .right li a .thum .inner{
		height: 100%;
	}
	.gy_box2 .right li a .info .name{
		font-size: 4vw;
	}
	.cp_db{
		margin-top: 15vw;
	}
	.cp_db .sub_name.pos{
		position: relative;
	}
	.cp_list ul{
		flex-wrap: wrap;
	}
	.cp_list ul li,.cp_list ul li:nth-child(2){
		width: 100%;
	}
	.cp_list{
		margin-top: 5vw;
	}
	.cp_list ul li{
		margin-bottom: 5vw;
	}
	.youshi ul li{
		width: 48%;
		margin-bottom: 3vw;
		margin-right: 4%;
	}
	.youshi ul li:nth-child(4n){
		margin-right: 4%;
	}
	.youshi ul li:nth-child(2n){
		margin-right: 0%;
	}
	.youshi ul li .info .name{
		font-size: 4vw;
	}
	.case ul li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 5vw;
	}
	.case ul li a .name{
		font-size: 4vw;
		padding: 3.5vw 0px;
	}
	.case ul li a{
		padding: 2vw;
	}
	.ys_list ul{
		height: auto;
		flex-wrap: wrap;
	}
	.ys_list ul li .img{
		display: none;
	}
	.ys_list ul li.active,.ys_list ul li{
		width: 100%;
	}
	.ys_list ul li.active .words{
		opacity: 1;
	}
	.ys_list ul li .info{
		position: relative;
		width: 100%;
		top: 0px;
		left: 0px;
	}
	.ys_list ul li .name{
		width: 100%;
		left: 0px;
		font-size: 7vw;
		position: relative;
		top: 0px;
		margin-bottom: 3vw;
	}
	.ys_list ul li.active .name{
		top: 0px;
	}
	.ys_list ul li .info .rows{
		flex-wrap: wrap;
	}
	.ys_list ul li .info .rows b,.ys_list ul li .info .rows p{
		width: 100%;
	}
	.ys_list ul li{
		padding: 10vw 5vw;
		background: #5bbb49;
		color: #fff;
	}
	.ys_list ul li .words{
		display: none;
	}
	.ys_list ul li{
		margin-bottom: 5vw;
		padding: 5vw;
	}
	.process_list ul li{
		width: 48%;
		margin-bottom: 5vw;
		padding: 25px 15px;
	}
	.process_list ul li:nth-child(1), .process_list ul li:nth-child(6),.process_list ul li:nth-child(2), .process_list ul li:nth-child(5){
		margin-top: 0px;
	}
	.process_list ol li{
		width: 48%;
		padding-bottom: 5vw;
		margin-bottom: 5vw;
	}
	.process_list ol li::after{
		display: none;
	}
	.process_list ol li .icon{
		width: 30%;
		margin-left: 35%;
	}
	.process_list ol li .num{
		padding: 15px 0px;
		font-size: 12vw;
	}
	.process_list ol li .name{
		font-size: 5vw;
	}
	.news ul li a .thum,.news ul li a .left,.news ul li a .time{
		width: 100%;
	}
	.news ul li a .left .des,.news ul li a .left .more{
		display: none;
	}
	.news ul li a .left .name{
		font-size: 4vw;
		margin-bottom: 3vw;
	}
	.news ul li a .time{
		display: flex;
		align-items: center;
	}
	.news ul li a .time b{
		font-size: 16px;
	}
	.news ul li a .time p{
		display: none;
	}
	.news ul li a .thum{
		margin-bottom: 3vw;
	}
	.news ul li{
		margin-bottom: 5vw;
		padding-bottom: 3vw;
	}
	.contact_box .left,.contact_box .right{
		width: 100%;
	}
	.contact_box .left ul li{
		margin-bottom: 5vw;
	}
	.contact_box .left ul li .icon{
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 6vw;
		top: 30%;
	}
	.contact_box .left ul li .info .name{
		font-size: 5vw;
		padding-bottom: 3vw;
		margin-bottom: 3vw;
	}
	.contact_box .left ul li .info a{
		font-size: 8vw;
	}
	.contact_box .right{
		margin-top: 5vw;
	}
	.con_form input{
		height: 50px;
		font-size: 14px;
	}
	.hzhb ul{
		flex-wrap: wrap;
	}
	.hzhb ul li:nth-child(5n){
		margin-right: 4%;
	}
	.hzhb ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 3vw;
	}
	.hzhb ul li:nth-child(2n){
		margin-right: 0%;
	}
	.case_box ul li .thum{
		margin-bottom: 4.5vw;
	}
	.case_box ul li .name{
		padding-top: 3vw;
	}
	.aboutBox .right .singePage,.detail_box .singePage{
		text-indent: 32px;
	}
	.mob_img{
		display: block;
	}
	.jzg_center .img,.jzg_center .tong,.leaf{
		display: none;
	}
	.jzg_center ul li {
	    width: 100%;
	    position: relative;
	    top: 0vw;
		margin-bottom: 5vw;
	}
	.jzg_center ul li:nth-child(2){
		margin-bottom: 5vw;
		text-align: left;
	}
	.jzg_center ul li:nth-child(3){
		text-align: left;
	}
	.jzg_center ul li .name{
		margin-bottom: 0px;
	}
	.jzg_center{
		padding-bottom: 0px;
	}
	.case ul li a{
		padding: 4vw;
	}
	.jzg_center ul{
	    display: none;
	}
	.jzg_center ul:last-child{
        display: block;
    }
    .navBar a{
        padding: 10px 0px;
    }
    .navBar a .name{
        font-size: 10px;
    }
    .navBar a .pho{
        display: none;
    }
    .navBar{
        width: 65px;
    }
    .navBar a .icon {
        font-size: 20px;
        line-height: 30px;
    }
}