.about-profile-bg{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.about-profile-box{
	width: calc(100% - 110px);
	position: relative;
	right: 0;
	background-color: #EAF1EB;
	padding: 93px 88px 56px 115px;
	box-sizing: border-box;
}
.about-profile{
	width: 1470px;
	margin: 0 auto;
	display: flex;
	box-sizing: border-box;
	left: -55px;
	position: relative;
}
.about-profile .text{
	max-width: 412px;
	margin-right: 169px;
	position: relative;
	z-index: 2;
}
.about-profile .text span{
	font-size: 22px;
	line-height: 29px;
	color: #009C59;
}
.about-profile .text h3{
	font-size: 40px;
	line-height: 52px;
	color: #009C59;
	max-width: 360px;
	margin: 36px 0;
}
.about-profile .text p{
	font-size: 20px;
	line-height: 35px;
}
.about-profile .imgbox{
	max-width: 698px;
	position: relative;
	z-index: 2;
}
.about-profile .bg_style{
	position: absolute;
	top: -50px;
	right: -130px;
}

/* 数字内容 */
.about-num{
	width: 1081px;
	margin: 0 auto;
	margin-top: 71px;
	margin-bottom: 66px;
	display: flex;
	justify-content: space-between;
}
.about-num .left{
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about-num .left span{
	font-size: 18px;
	color: #757475;
}
.about-num .left .bottom{
	display: flex;
}
.about-num .left h3{
	font-size: 80px;
	color: #009C59;
	line-height: 80px;
}
.about-num .left p{
	font-size: 18px;
	color: #009C59;
}
.about-num .right{
	width: 65%;
	font-size: 20px;
	line-height: 35px;
}
.about-num .right p{
	color: #757475;
}
.about-num .right p:last-child{
	margin-top: 20px;
}

/* 企业文化 */
.about-culture{
	overflow: hidden;
	background-color: #EAF1EB;
	padding: 148px 119px 148px 158px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 129px;
}
.about-culture .con{
	position: relative;
	overflow: hidden;
	height: auto;
	transition: all 0.5s;
}
.about-culture .con .swiper-slide{
	display: flex;
	justify-content: flex-end;
}
.about-culture .con .swiper-slide .text{
	width: 550px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.about-culture .con .swiper-slide .text p{
	font-size: 22px;
	color: #009C59;
}
.about-culture .con .swiper-slide .text h3{
	font-size: 50px;
	line-height: 70px;
	color: #009C59;
	margin-top: 25px;
	font-weight: normal;
}
.about-culture .con .control_box{
	left: 0;
	z-index: 9;
	transform: translate(0, 0)
}
.about-culture .bg_style{
	width: 266px;
	height: 489px;
	top: 82px;
	right: -54px;
	position: absolute;
}
.about-culture.bg_style01 .bg_style{
	width: 259px;
	height: 477px;
	top: -86px;
	left: 80px;
	position: absolute;
}
.about-culture.bg_style02 .bg_style{
	width: 259px;
	height: 477px;
	top: -116px;
	right: 25px;
	position: absolute;
}
.about-culture.bg_style01{
	background-color: #EEEEEE;
}
.about-culture.bg_style02{
	background-color: #EEEEEE;
}

/* 价值观 */
.values{
	margin-top: 79px;
	margin-bottom: 46px;
	display: flex;
	justify-content: space-between;
	display: none;
}
.values .left{
	width: 38%;
}
.values .right{
	width: 38%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.values .item{
	margin-bottom: 42px;
}
.values .item h3{
	font-size: 25px;
	color: #009C59;
	margin-bottom: 10px;
}
.values .item p{
	font-size: 20px;
	line-height: 35px;
	color: #757475;
}

/* 发展历程 */
.about-development{
	background-color: #EAF1EB;
	padding: 95px 104px 237px 154px;
	box-sizing: border-box;
}
.about-development .item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.about-development .item .left{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100px;
}
.about-development .item .left span{
	font-size: 18px;
	font-weight: bold;
	color: #009C59;
	text-align: right;
}
.about-development .item .left p{
	font-size: 18px;
	color: #009C59;
	margin-top: 12px;
}
.about-development .item .left .icon{
	margin-top: 24px;
	width: 26px;
	flex: 1;
	background-image: url(../images/about/icon01.png);
	background-repeat: repeat-y;
}
.about-development .item .con{
	padding-bottom: 40px;
	width: 67.5%;
}
.about-development .item .con p{
	color: #009C59;
	font-size: 18px;
	line-height: 32px;
	position: relative;
}
.about-development .item .con p::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #009C59;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: -16px;
}

/* 荣誉资质 */
.honors{
	width: 1614px;
	margin: 0 auto;
	position: relative;
}
.lunbotu > p{
	width: 100%;
	font-size: 20px;
	line-height: 35px;
	color: #757475;
	margin-top: 70px;
	margin-bottom: 118px;
}
.lunbotu .text-box {
	width: 100%;
  overflow: hidden;
	padding-bottom: 46px;
	position: relative;
}
.lunbotu .mySwiperText {
	width: 100%;
}
.lunbotu .text-box .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	background-color: #EAF1EB;
	padding: 20px;
	box-sizing: border-box;
}
.lunbotu .text-box p {
	font-size: 18px;
	color: #009C59;
	padding-left: 14px;
	position: relative;
	box-sizing: border-box;
	width: 24%;
	margin: 7.5px 0.5%;
}
.lunbotu .text-box p::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #009C59;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.lunbotu .img-box {
	width: 100%;
  overflow: hidden;
	padding-bottom: 46px;
	position: relative;
}
.lunbotu .mySwiperImg {
	width: 100%;
}
.lunbotu .img-box .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
} 
.lunbotu .img-box .swiper-slide .img {
	width: 24%;
	margin: 0 0.5%;
	margin-bottom: 26px;
	height: 219px;
	padding: 10px;
	background-color: #E3E3E3;
	box-sizing: border-box;
}
.lunbotu .img-box .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.lunbotu .img-box .swiper-pagination-bullet {
	width: 96px;
	height: 6px;
	border-radius: 0px;
	background-color: #CCCCCC;
}
.lunbotu .img-box .swiper-pagination-bullet-active {
	background-color: #009C59;
}

.about-honors{
	width: 100%;
	background-color: #EAF1EB;
	overflow: hidden;
	position: relative;
}
.about-honors-box{
	padding-top: 85px;
	padding-bottom: 111px;
}
.about-honors-box .item{
	display: flex;
	margin-bottom: 81px;
}
.about-honors-box .item:last-child{
	margin-bottom: 0px;
}
.about-honors-box .item .title{
	position: relative;
	width: 326px;
}
.about-honors-box .item .title span{
	color: #D5E3D7;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
}
.about-honors-box .item .title p{
	color: #009C59;
	font-size: 20px;
	font-weight: bold;
	margin-top: -20px;
}
.about-honors-box .item .right {
	flex: 1;
}
.about-honors-box .item .con{
	flex: 1;
	display: flex;
	justify-content: space-between;
}
.about-honors-box .item .time{
	color: #009C59;
	font-size: 24px;
	padding-bottom: 24px;
	margin-bottom: 24px;
	position: relative;
	width: 140px;
	text-align: right;
}
.about-honors-box .item .time::after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 1px;
	background-color: #707070;
}
.about-honors-box .item .con{
	margin-top: 20px;
}
.about-honors-box .item .con p{
	color: #009C59;
	font-size: 24px;
	width: calc(100% - 260px);
	position: relative;
}
.about-honors-box .item .con p::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #009C59;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: -16px;
}

.about-honors-box .item .con{
	flex: 1;
	display: flex;
}
.about-honors .bg_style{
	width: 616px;
	height: 1135px;
	position: absolute;
	right: 102px;
	bottom: -161px;
}

/* 自主知识产权 */
.property-right{
	margin-top: 78px;
	justify-content: space-between;
}
.property-right .imgbox01{
	width: 70%;
}
.property-right.lunbotu .img-box .swiper-slide .img {
	height: 464px;
}

/* 团队风采 */
.about-team{
	display: flex;
	flex-wrap: wrap;
	width: 1496px;
	padding-bottom: 91px;
	position: relative;
}
.about-team .item{
	width: calc(25% - 52px);
	padding: 0 26px;
	cursor: pointer;
}
.about-team .item{
	margin: 76.5px 0;
}
.about-team .item .text p{
	color: #009C59;
	font-size: 18px;
	text-align: center;
	margin-top: 25px;
}
.about-team .control_box{
	position: absolute;
}

/* 产品导航 */
.product-nav{
	width: 289px;
	position: absolute;
	top: 0;
	left: 11.7%;
	z-index: 2;
}
.product-nav .item{
	width: 149px;
	height: 66px;
	border: 2px #009C59 solid;
	border-radius: 0 0 30px 0;
	display: flex;
	align-items: center;
	padding-left: 12px;
	box-sizing: border-box;
	margin: 14px 0;
	transition: all 0.5s;
}
.product-nav .item.active{
	background-color: #009C59;
	width: 251px;
	justify-content: flex-end;
	padding-right: 12px;
}
.product-nav .item span{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #009C59;
	line-height: 19px;
}
.product-nav .item.active span{
	color: #EAF1EB;
	width: 112px;
}

/* 产品内容 */
.product-con{
	margin-top: 64px;
	margin-bottom: 94px;
	position: relative;
	min-height: 600px;
}
.product-con .con{
	flex: 1;
}

.product-con01 .con01{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding-bottom: 200px;
}
.product-con01 .con01 .bg{
	width: calc(100% - 514px);
	background-color: #EAF1EB;
	height: 391px;

}
.product-con01 .con01 .imgbox01{
	position: absolute;
	right: 20%;
	top: 30px;
	z-index: 2;
}
.product-con01 .con01 .bg01{
	overflow: hidden;
	width: 217px;
	height: 100%;
	position: absolute;
	top: -26px;
	right: -150px;
}
.product-con01 .con01 .bg_style{
	position: absolute;
	width: 217px;
	height: 399px;
	top: -100px;
}
.product-con .public-box{
	display: flex;
	justify-content: flex-end;
}
.product-con .public-box .public-box-text{
	width: 80%;
}
©{
	color: #009C59;
	font-size: 20px;
	line-height: 35px;
}
.product-con .public-box-color{
	padding: 55px 62px;
	box-sizing: border-box;
	background-color: #009C59;
	width: 80%;
	overflow: hidden;
}
.product-con01 .con02{
	margin-top: 37px;
	margin-bottom: 41px;
	position: relative;
}
.product-con01 .con02 .text{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 18px;
	margin-top: 18px;
}
.product-con01 .con02 p{
	color: #fff;
	line-height: 45px;
	font-size: 20px;
}
.product-con01 .con02 .bg{
	background-image: url(../images/about/img08.png);
	position: absolute;
	top: 0px;
	right: 49px;
	z-index: 2;
	width: 329px;
	height: 416px;
}
.product-con01 .con03{
	margin-top: 64px;
}
.product-con01 .con03 .text{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 18px;
	margin-top: 18px;
}
.product-con01 .con03 .point{
	line-height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-top: 30px;
}
.product-con01 .con03 p{
	padding-left: 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	width: 100%;
}

.product-con02 .con01{
	margin-bottom: 28px;
}
.product-con02 .con01 p{
	color: #000000;
}
.product-con02 .img01{
	display: flex;
	justify-content: flex-end;
}
.product-con02 .img01 img{
	width: calc(100% - 289px);
}

.product-con02 .con02{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin-top: 62px;
	padding-bottom: 83px;
}
.product-con02 .con02 .bg{
	width: calc(100% - 225px);
	background-color: #EAF1EB;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	padding-top: 77px;
	padding-bottom: 90px;
}
.product-con02 .con02 .bg-box{
	width: calc(100% - 514px);
	margin-right: 225px;
}
.product-con02 .con02 .text p{
	color: #009C59;
	font-size: 20px;
	line-height: 35px;
}
.product-con02 .con02 .formula{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 98px;
	align-items: center;
}
.product-con02 .con02 .formula .item{
	width: 132px;
	height: 78px;
	background-color: #009C59;
	border-radius: 0 10px 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.product-con02 .con02 .formula .item p{
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.product-con02 .con02 .formula span{
	color: #009C59;
	font-size: 35px;
	font-weight: bold;
}
.product-con02 .con02 .bottom{
	display: flex;
	justify-content: space-between;
}
.product-con02 .con02 .bottom .text-box{
	display: flex;
	width: 733px;
	justify-content: space-between;
}
.product-con02 .con02 .bottom .text-box p{
	width: 46%;
	color: #009C59;
	font-size: 20px;
	line-height: 35px;
}
.product-con02 .con02 .bottom-box{
	width: 417px;
	display: flex;
	justify-content: space-between;
}
.product-con02 .con02 .bootom-item{
	background-color: #009C59;
	border-radius: 0 10px 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.product-con02 .con02 .bootom-item p{
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.product-con02 .con02 .bottom-box-left{
	width: 108px;
	height: 159px;
}
.product-con02 .con02 .bottom-box-right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 159px;
}
.product-con02 .con02 .bottom-box-right .bootom-item{
	width: 277px;
	height: 52px;
}
.product-con02 .con02 .bottom-box-right span{
	color: #009C59;
	font-size: 35px;
	font-weight: bold;
}

.product-con02 .img02{
	display: flex;
	justify-content: flex-end;
}

.product-con03 .public-box-text p{
	color: #000;
}
.product-con03 .public-box-color{
	background-color: #EAF1EB;
}
.product-con03 .con02{
	margin-top: 25px;
	margin-bottom: 32px;
	position: relative;
	overflow: hidden;
}
.product-con03 .con02 .title{
	font-size: 20px;
	color: #009C59;
	margin-bottom: 15px;
}
.product-con03 .con02 .title-top{
	margin-top: 43px;
}
.product-con03 .con02 p{
	font-size: 20px;
	line-height: 35px;
	color: #000000;
}
.product-con03 .img01{
	margin-top: 34px;
}
.product-con03 .bg_style{
	width: 227px;
	height: 427px;
	position: absolute;
	top: -100px;
	right: 65px;
}

.product-con04 .con01 p{
	color: #000;
}
.product-con04 .color-box{
	background-color: #EAF1EB;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 61px;
	margin-bottom: 27px;
}
.product-con04 .top-right{
	border-radius: 0 50px 0 0;
}
.product-con04 .left-bottom{
	border-radius: 0 0 0 50px;
}
.product-con04 .color-box .title{
	font-size: 20px;
	color: #009C59;
	margin-bottom: 15px;
	font-weight: bold;
}
.product-con04 .color-box p{
	font-size: 20px;
	line-height: 35px;
	color: #009C59;
}
.product-con04 .img01{
	margin-top: 60px;
}
.product-con04 .img01 img{
	max-width: 100%;
	width: auto;
}

.product-con04 .left-right-box{
	display: flex;
	height: 426px;
	align-items: center;
	margin-top: 72px;
}
.product-con04 .left-right-box .left{
	width: 431px;
	height: 100%;
	margin-right: 93px;
}
.product-con04 .left-right-box .left p{
	color: #000;
}
.product-con04 .left-right-box img{
	width: 423px;
}

.product-con04 .left-right-box02{
	display: flex;
	flex-direction: row-reverse;
	height: 291px;
	align-items: center;
	margin-top: 72px;
	justify-content: space-between;
}
.product-con04 .left-right-box02 .left{
	width: 600px;
	padding: 20px;
	margin: 0;
}
.product-con04 .left-right-box02 img{
	width: 495px;
}

.product-con05{
	background-color: #EAF1EB;
	border-radius: 0 30px 0 0;
	padding-top: 64px;
	padding-bottom: 166px;
	position: relative;
	overflow: hidden;
}
.product-con05 .control_box{
	bottom: -79px;
}
.product-con05 .product-nav{
	top: 64px;
}
.product-con05 .list-box{
	position: relative;
	z-index: 2;
}
.product-con05 .list-box .item{
	display: flex;
	margin-bottom: 83px;
}
.product-con05 .list-box .item .imgbox{
	width: 497px;
	margin-right: 51px;
}
.product-con05 .list-box .item .text{
	flex: 1;
}
.product-con05 .list-box .item .text .title{
	font-size: 25px;
	color: #009C59;
	margin-bottom: 34px;
}
.product-con05 .list-box .item .text p{
	font-size: 20px;
	line-height: 35px;
	margin-bottom: 34px;
	color: #000;
}
.product-con05 .bg_style{
	position: absolute;
	width: 558px;
	height: 1028px;
	left: 62px;
	bottom: -200px;
}

.product02.product-con .public-box-color{
	min-height: 305px;
	box-sizing: border-box;
	overflow: hidden;
	padding: 22px 40px;
}
.product02.product-con .public-box-color p{
	position: relative;
	z-index: 3;
}
.product02.product-con01 .con02 .bg{
	height: 302px;
}


.product02 h3{
	color: #009C59;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 22px;
}

.product02 .con03 h3 {
	
	margin-bottom: 0px;
}

.product02 .title{
	color: #757475;
	font-size: 20px;
	font-weight: bold;
}

.product02.product-con03 .public-box-text p{
	color: #757475;
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 35px;
}

.product02.product-con01 .public-box-text p{
	color: #757475;
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 35px;
}

.product02.product-con03 .public-box-text p b{
	color: #757475;
}

.product02.product-con01 .public-box-text p b{
	color: #757475;
}

.product02 .autoimg{
	width: auto;
	height: auto;
	margin-bottom: 63px;
}
.product02.product-con01 .con01 .imgbox01{
	position: initial;
	width: 1181px;
}
.product02.product-con01 .con01 .bg{
	height: auto;
	padding-left: 289px;
	box-sizing: content-box;
	padding-top: 54px;
	padding-bottom: 168px;
}

.product02.product-con01 .con01 p{
	color: #757475;
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 35px;
}
.product02 .agent .public-box-text{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}
.product02 .agent .public-box-text h3{
	padding-bottom: 20px;
	border-bottom: 1px #707070 solid;
}
.product02 .agent .public-box-text .text{
	width: 963px;
}
.product02 .agent .public-box-text img{
	width: 140px;
	height: 140px;
	object-fit: cover;
}
.product02.product-con .public-box{
	flex-wrap: wrap;
}

.product05-show-bg{
	width: 100%;
	position: relative;
	margin-top: 147px;
}
.product05-show-bg .bgimg{
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	max-width: 100%;
}
.product05-show{
	width: 1470px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 137px;
}
.product05-show h3{
	font-size: 25px;
	font-weight: bold;
	color: #009C59;
	margin-top: 34px;
	margin-bottom: 55px;
}
.product05-show .litpic{
	width: 560px;
	height: 560px;
	object-fit: contain;
	position: absolute;
	right: 0;
	top: 0;
}

.news-con{
	position: relative;
	height: auto;
	min-height: 500px;
	display: flex;
	justify-content: flex-end;
	padding-bottom: 137px;
}
.news-con .product-nav{
	top: -16px;
	left: 0;
}
.news-con .sub_nav{
	margin-bottom: 64px;
}
.news-con .right{
	width: 1181px;
}
.news-con .right h1 {
	text-align: center;
	width: 80%;
	line-height: 50px;
	margin: 0 auto;
}
.news-con .right .time {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}
.news-con .right ul li{
	width: 375px;
}
.news-con .right ul li .imgbox{
	width: 100%;
	height: 262px;
}
.news-con .right ul li h3{
	font-size: 25px;
	font-weight: bold;
	color: #009C59;
	margin:  24px 0;
}
.news-con .right ul li p{
	font-size: 20px;
	color: #757475;
	line-height: 35px;
}
.news-con .right ul li .bottom{
	display: flex;
	margin-top: 32px;
	align-items: center;
}
.news-con .right ul li span{
	font-size: 12px;
	color: #009C59;
	background-color: #D5E3D7;
	width: 86px;
	line-height: 32px;
	display: block;
	margin-right: 28px;
	text-align: center;
	border-radius: 0 6px 6px 6px;
}
.news-con .right ul li .time{
	font-size: 12px;
	color: #757475;
}

.solution{
	margin-bottom: 137px;
}
.solution .right p{
	font-size: 20px;
	line-height: 35px;
	text-align: justify;
	margin-bottom: 91px;
}
.solution .right .title{
	font-size: 40px;
	font-weight: bold;
	color: #009C59;
	margin-bottom: 33px;
}
.solution .solutionautoimg{
	width: auto;
	height: auto;
}
.solution .right .con01{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.solution .right .con01 .text{
	width: 500px;
}
.solution .right .con01 .imgbox{
	width: 578px;
}
.solution .right .con01 .bg{
	background-image: url(../images/index/bg01.png);
    background-size: 100%;
	position: absolute;
    width: 294px;
	height: 542px;
    top: 0px;
	right: -179px;
	z-index: -1;
}
.solution .right .imgbox{
	margin-bottom: 52px;
}
.solution .right .con02{
	box-sizing: border-box;
	position: relative;
	height: 655px;
	margin-bottom: 300px;
}
.solution .right .con02 .imgbox{
	width: 100%;
}
.solution .right .con02 .bg{
	background-image: url(../images/about/img08.png);
    position: absolute;
    top: 0px;
    right: 49px;
    z-index: 2;
    width: 165px;
    height: 304px;
	background-size: 100%;
	background-repeat: no-repeat;
}	
.solution .right .con02 .text{
	width: 903px;
	height: 352px;
	padding: 40px 61px;
	box-sizing: border-box;
	border-radius: 0 0 0 150px;
	background-color: #009C59;
	font-size: 20px;
	line-height: 35px;
	position: absolute;
	bottom: -186px;
	left: 120px;
}
.solution .right .con02 .text .text-info{
	position: relative;
	z-index: 20;
	color: #fff;
}
.solution.solution-list01 .right ul li{
	width: 569px;
}
.solution.solution-list01 .right ul a {
	width: 31%;
}
.solution.solution-list01 .right ul li .imgbox{
	height: 398px;
	margin: 0;
}
.solution.solution-list01 .right ul li p{
	margin-bottom: 18px;
}
.solution .info img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.solution .info img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.news-con {
	margin-bottom: 100px;
}
.news-con .con .item{
	width: auto;
	margin-bottom: 0px;
}
.news-con ul{
	display: flex;
	flex-wrap: wrap;
}
.news-con ul a{
	display: flex;
	margin-bottom: 60px;
}
.news-con ul a:nth-child(3n - 1){
	margin: 0 28px;
	margin-bottom: 60px;
}
.solution .con{
	margin-top: 0px;
}
.i-solution .con{
	margin-top: 57px;
}
.news-con .swiper{
	width: 828px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.news-con .swiper .swiper-slide{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.news-con .conwidth{
	position: relative;
	width: 947px;
}
.news-con .swiper .swiper-slide .item{
	font-size: 18px;
	font-weight: bold;
	color: #C1C1C1;
	padding-bottom: 11px;
	cursor: pointer;
	margin: 0;
}
.news-con .swiper .swiper-slide .item.active{
	color: #009C59;
	border-bottom: 3px #009C59 solid;
}
.news-con .swiper-button-next,.news-con .swiper-button-prev{
	width: 17px;
    height: 7px;
    border-radius: 10px;
    background-color: transparent;
    background-size: auto;
}
.news-con .swiper-button-next,.news-con .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/product/right.jpg);
    margin: 0;
    margin-left: 18px;
	right: 0;
	top: 6px;
}
.news-con .swiper-button-prev,.news-con .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/product/left.jpg);
    margin: 0;
    margin-left: 0px;
	left: 0;
}
.news-con .swiper-button-prev,.news-con .swiper-container-rtl .swiper-button-next{
	top: 6px;
	left: 0;
	position: absolute;
}
.product-con-show{
	display: flex;
}
.product-con-show .left{
	width: 847px;
	margin-right: 60px;
}
.product-con-show .left img{
	width: auto;
	height: auto;
	max-width: 100%;
}
.product-con-show .imgbox{
	flex: 1;
}
.lianxi-bg{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	position: relative;
}
.lianxi{
	width: 1660px;
	position: relative;
	top: -100px;
}
.lianxi-bg .bg-color{
	width: 100%;
	height: 300px;
	background-color: #EAF1EB;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: -1;
}
.lianxi .title-box{
	width: 100%;
}
.lianxi .title-box span{
	font-size: 200px;
	color: #73C07B;
	opacity: 0.35;
}
.lianxi .title-box h3{
	font-size: 70px;
	color: #009C59;
	font-weight: normal;
	margin-bottom: 17px;
}
.lianxi .title-box p{
	font-size: 30px;
	color: #757475;
}
.lianxi .con-bg{
	width: 100%;
	height: 796px;
	background: #009C59;
	border-radius: 200px 0 0 0;
	display: flex;
	align-items: center;
	margin-top: 105px;
	position: relative;
}
.lianxi .con-bg .bg{
	background-image: url(../images/product/product17.png);
    position: absolute;
    bottom: 0px;
    left: 49px;
    z-index: 2;
    width: 404px;
    height: 587px;
	background-position: top;
}
.lianxi .con{
	display: flex;
	flex-wrap: wrap;
	width: 860px;
	margin-left: 265px;
	position: relative;
	z-index: 3;
}
.lianxi .con .icon{
	width: 65px;
	height: 62px;
	background-position: center;
	background-repeat: no-repeat;
}
.lianxi .con .item:nth-child(1) .icon{
	background-image: url(../images/product/icon01.png);
}
.lianxi .con .item:nth-child(2) .icon{
	background-image: url(../images/product/icon02.png);
}
.lianxi .con .item:nth-child(3) .icon{
	background-image: url(../images/product/icon03.png);
}
.lianxi .con .item:nth-child(4) .icon{
	background-image: url(../images/product/icon04.png);
}
.lianxi .con .item{
	width: 320px;
	margin:  40px 55px;
}
.lianxi .con .item h3{
	font-size: 26px;
	color: #fff;
	margin: 22px 0;
}
.lianxi .con .item p{
	font-size: 18px;
	color: #fff;
	margin-bottom: 32px;
}
.lianxi .con .item span{
	font-size: 18px;
	color: #fff;
}
.msg-ewm {
	position: relative;
}
.msg-ewm img {
	width: 168px;
	height: 168px;
	object-fit: cover;
	display: none;
	position: absolute;
	top: 40px;
}

.about-new-culture .item {
	width: 100%;
	height: 454px;
	position: relative;
	margin-bottom: 40px;
}
.about-new-culture .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-new-culture .item .text-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 46px 72px;
	box-sizing: border-box;
}
.about-new-culture .item span {
	font-size: 60px;
	color: #fff;
	display: block;
	position: absolute;
  top: 123px;
	line-height: 60px;
	transform: rotate(90deg);
	text-transform: uppercase;
}
.about-new-culture .item:nth-child(1) span {
	left: -99px;
	top: 140px;
}
.about-new-culture .item:nth-child(2) span {
	right: -92px;
}
.about-new-culture .item:nth-child(3) span {
	left: -73px;
	top: 116px;
}
.about-new-culture .item .text-box p {
	font-size: 22px;
	color: #009C59;
}
.about-new-culture .item .text-box h3 {
	margin-top: 20px;
}
.about-new-culture .item .text-box h3 p {
	font-size: 35px;
	line-height: 55px;
	font-weight: normal; 
	color: #757475;
}
.about-new-culture .item:nth-child(2) .text-box{
	display: flex;
	justify-content: flex-end;
}
.about-new-culture .item .text-box:hover  {
	background-color: #009C59;
}
.about-new-culture .item .text-box:hover p {
	color: #fff;
}


@media (max-width: 960px ){
	.sub_nav a{
		width: auto;
		box-sizing: border-box;
		margin: 0 2px;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.about-profile-box{
		width: 100%;
		padding: 20px;
	}
	.about-profile{
		width: 100%;
		left: 0;
		flex-wrap: wrap;
	}
	.about-profile .text h3{
		font-size: 22px;
    line-height: 36px;
    width: 100%;
    margin: 20px 0;
	}
	.about-profile .text{
		width: 100%;
		margin-right: 0px;
	}
	.about-profile .text p{
		font-size: 14px;
	}
	.about-profile .imgbox{
		margin-top: 20px;
	}
	.about-num{
		width: 96%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.about-num .left{
		width: 100%;
	}
	.about-num .left h3{
		font-size: 40px;
		line-height: 40px;
	}
	.about-num .right{
		width: 100%;
		font-size: 16px;
	}
	.about-num .right p{
		font-size: 14px;
	}
	.product-con .public-box .public-box-text{
		width: 100%;
	}
	.product-nav{
		position: initial;
		left: 5%;
	}
	.product-con03 .public-box-text p{
		font-size: 16px;
	}
	.product-con .public-box-color{
		padding: 20px;
		width: 100%;
	}
	.product-con03 .bg_style{
		display: none;
	}
	.product-con03 .con02 p{
		font-size: 16px;
	}
	.product-con03 .con02 p{
		font-size: 16px;
	}
	.product-con04 .color-box p{
		font-size: 16px;
	}
	.product-con04 .left-right-box{
		flex-wrap: wrap;
		height: auto;
	}
	.product-con04 .left-right-box .left{
		width: 100%;
		margin-right: 0;
		height: auto;
	}
	.product-con .public-box p{
		font-size: 16px;
	}
	.product-con04 .img01{
		margin-top: 20px;
    margin-bottom: 20px;
	}
	.product-con04 .left-right-box img{
		width: 100%;
		height: auto;
	}
	.product-con04 .left-right-box02 img{
		width: 100%;
	}
	.product-con05 .list-box .item{
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.product-con05 .list-box .item .imgbox{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.product-con05 .list-box .item .text p{
		font-size: 14px;
		margin-bottom: 0px;
		line-height: 26px;
	}
	.product-con05 .list-box .item .text .title{
		margin-bottom: 10px;
		font-size: 18px;
	}
	.product02.product-con03 .public-box-text p{
		font-size: 14px;
	}
	.product02 .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.product02 .autoimg{
		width: 100%;
	}
	.product02 h3{
		font-size: 14px;
	}
	.product02.product-con01 .public-box-text p{
		font-size: 14px;
	}
	.product-con01 .con01 .bg{
		width: 100%;
		padding-left: 0;
	}
	.product02.product-con01 .con01 .imgbox01{
		width: 100%;
	}
	.product02.product-con01 .con01 p{
		font-size: 14px;
	}
	.product-con01 .con01{
		padding-bottom: 0px;
	}
	.product02 .agent .public-box-text{
		flex-wrap: wrap;
	}
	.product05-show{
		width: 100%;
	}
	.product05-show .litpic{
		width: 100%;
		height: auto;
		position: initial;
	}
	.news-con ul a:nth-child(3n - 1){
		margin: 0;
		margin-bottom: 20px;
	}
	.news-con .right ul li{
		width: 100%;
	}
	.news-con .right ul li p{
		font-size: 14px;
	}
	.news-con{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.news-con .right{
		width: 100%;
	}
	.news-con .right ul li h3{
		font-size: 18px;
		margin: 10px 0;
	}
	.news-con .conwidth{
		width: 100%;
		overflow: hidden;
	}
	.solution.solution-list01 .right ul li{
		width: 100%;
	}
	.news-con .right ul li h3{
		font-size: 16px;
		margin: 10px 0;
	}
	.news-con ul a{
		margin-bottom: 20px;
	}
	.solution .right .con01{
		flex-wrap: wrap;
	}
	.solution .right p{
		font-size: 16px;
	}
	.solution .right .title{
		font-size: 30px;
	}
	.solution .right .con02 .text{
		width: 100%;
		height: auto;
		position: initial;
		padding: 20px;
		padding-bottom: 100px;
	}
	.solution .right .con02 .text .text-info{
		font-size: 16px;
	}
	.solution .right .con02 .text .text-info{
		font-size: 16px;
	}
	.solution .right .con02 .text .text-info{
		display: none;
	}
	.solution .solutionautoimg{
		width: 100%;
	}
	.solution{
		margin-bottom: 0px;
	}
	.about-profile .bg_style{
		display: none;
	}
	.about-culture{
		padding: 20px;
		margin-bottom: 60px;
	}
	.about-development{
		padding: 20px;
	}
	.about-development .item .left{
		width: 100%;
		align-items: flex-start;
	}
	.about-development .item .con{
		width: 100%;
	}
	.honors{
		width: 100%;
	}
	.about-culture{
		padding: 20px;
	}
	.about-development{
		padding: 20px;
	}
	.about-development .item{
		flex-wrap: wrap;
	}
	.about-development .item .left{
		width: 100%;
		align-items: flex-start;
	}
	.about-development .item .con{
		width: 100%;
	}
	.honors{
		width: 96%;
		margin: 0 auto;
	}
	.honors p{
		width: 100%;
		position: initial;
		font-size: 14px;
	}
	.about-honors-box .item{
		flex-wrap: wrap;
	}
	.about-honors-box .item .con{
		display: block;
		font-size: 18px;
	}
	.about-honors-box .item .time{
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 0;
		width: auto;
		text-align: left;
	}
	.about-honors-box .item .time::after {
		display: none;
	}
	.about-honors-box .item .con p::before {
		top: 9px;
	}
	.about-honors{
		margin-top: 20px;
	}
	.about-honors-box .item .con p{
		width: 100%;
		font-size: 16px;
		margin-bottom: 40px;
	}
	.property-right{
		flex-wrap: wrap;
		margin-top: 0px;
	}
	.property-right p{
		width: 100%;
		font-size: 14px;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.property-right .imgbox01{
		width: 100%;
	}
	.about-team{
		width: 100%;
	}
	.about-team .item{
		width: 100%;
		margin: 20px 0;
	}
	.product-nav{
		position: initial;
	}
	.product-con01 .con01{
		padding-bottom: 20px;
	}
	.product-con .public-box .public-box-text{
		width: 96%;
		margin: 0 auto;
	}
	.product-con .public-box p{
		font-size: 14px;
		line-height: 26px;
	}
	.product-con01 .con02 .bg{
		display: none;
	}
	.product-con .public-box-color{
		width: 100%;
		padding: 20px;
	}
	.product-con01 .con02 p{
		font-size: 14px;
		line-height: 26px;
	}
	.product-con01 .con03 p{
		font-size: 14px;
		line-height: 26px;
	}
	.product-con .public-box .public-box-text{
		width: 100%;
	}
	.product-con .public-box p{
		font-size: 14px;
		line-height: 26px;
	}
	.product-con02 .img01 img{
		width: 100%;
	}
	.product-con02 .con02 .bg{
		width: 100%;
	}
	.product-con01 .con01 .bg01{
		display: none;
	}
	.about-honors .bg_style{
		display: none;
	}
	.product-con01 .con03 .point{
		font-size: 16px;
	}
	.product-con01 .con02 .text{
		font-size: 16px;
	}
	.product-con02 .con02 .bg-box{
		width: 100%;
		margin-right: 0;
	}
	.product-con02 .con02 .text p{
		font-size: 14px;
		line-height: 26px;
	}
	.product-con02 .con02 .formula{
		flex-wrap: wrap;
	}
	.product-con02 .con02 .formula .item p{
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
	}
	.product-con02 .con02 .bottom .text-box p{
		font-size: 14px;
		line-height: 26px;
	}
	.product-con02 .con02 .formula .item{
		width: 100px;
		height: 60px;
		margin: 10px 0;
	}
	.product-con02 .con02 .bottom{
		flex-wrap: wrap;
	}
	.product-con02 .con02 .bottom-box{
		width: 100%;
	}
	.product-con02 .con02 .bottom-box-right .bootom-item{
		width: 100%;
	}
	.product-con02 .con02 .bootom-item p{
		font-size: 16px;
	}
	.product-con02 .con02 .bootom-item p{
		font-size: 16px;
	}
	.product-con02 .con02 .bottom-box-right{
		width: 70%;
	}
	.product-con02 .con02 .bottom-box-left{
		width: 25%;
	}
	.about-culture .con .swiper-slide .text h3{
		font-size: 22px;
		line-height: 36px;
	}
	.about-culture .con .swiper-slide .text{
		width: 100%;
		position: initial;
		padding-top: 60px;
	}
	.about-culture .con{
		height: auto !important;
	}
	.about-culture .con .swiper-slide{
		flex-wrap: wrap;
	}
	.about-culture .con .swiper-slide{
		margin-bottom: 60px;
	}
	.product-con01 .con01 .bg_style{
		display: none;
	}

	.news-con .conwidth{
		width: 100%;
	}
	.news-con .conwidth .swiper-wrapper{
		flex-wrap: wrap;
	}
	.news-con .swiper .swiper-slide{
		flex-wrap: wrap;
	}
	.news-con .swiper .swiper-slide .item{
		width: 33%;
	}
	.news-con .swiper-button-next, .news-con .swiper-button-prev{
		display: none;
	}
	.values{
		flex-wrap: wrap;
	}
	.values .left{
		width: 100%;
	}
	.values .item h3{
		font-size: 18px;
	}
	.values .item p{
		font-size: 14px;
	}
	.values .right{
		width: 100%;
	}
	.about-development .item .con p{
		font-size: 14px;
	}
	.product-nav .item{
		height: 50px;
	}
	.product-nav .item.active{
		width: 200px;
	}
	.product02.product-con01 .con01 .bg{
		padding-left: 0;
	}
	.news-con .con .item{
		padding-bottom: 8px;
	}
	.product-con{
		margin-top: 0px;
	}
	.about-new-culture .item {
		height: 300px;
	}
	.about-new-culture .item .text-box {
		padding: 46px;
	}
	.about-new-culture .item .text-box h3 p {
		font-size: 20px;
    line-height: 30px;
	}
	.about-new-culture .item .text-box p {
		font-size: 16px;
	}
	.about-new-culture .item span {
		font-size: 40px;
	}
	.about-new-culture .item:nth-child(1) span {
		left: -69px;
		top: 100px;
	}
	.about-new-culture .item:nth-child(2) span {
		right: -62px;
		top: 100px
	}
	.about-new-culture .item:nth-child(3) span {
		left: -53px;
		top: 86px;
	}
	.lunbotu .text-box p {
		width: 100%;
	}
	.lunbotu .img-box .swiper-slide .img {
		width: 100%;
	}
}