.about .box1{
	padding: 100px 0 100px;
}
.about .box1 .content1400{
	display: flex;
	justify-content: space-between;
}
.about .box1 .l{
	width: 51.35%;
}
.title-div .zh{
	font-size: 34px;
	font-family: PingFang;
	color: #353744;
	line-height: 1;
}
.title-div .en{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 16px;
	text-transform: uppercase;
}
.about .box1 .l .text-box{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 34px;
	margin-top: 48px;
}
.about .box1 .l .text-box p:not(:last-child){
	margin-bottom: 30px;
}
.about .box1 .r{
	width: 42.85%;
}
.about .box1 .r .img img{
	width: 100%;
}
.about .box2{
	background-image: url(../img/about-box2-bg.jpg);
	padding: 72px 0 97px;
	text-align: center;
	background-size: cover;
}
.about .box2 ul{
	display: flex;
	justify-content: space-between;
	margin-top: 99px;
}
.about .box2 .icon{
	width: 112px;
	height: 112px;
	line-height: 112px;
	text-align: center;
	margin: 0 auto;
	background: rgba(0, 145, 41, 0);
	border: 1px solid rgba(0, 145, 41, 1);
	border-radius: 50%;
}
.about .box2 .icon .iconfont{
	display: block;
	font-size: 48px;
	color: rgba(0, 145, 41, 1);
	transition: transform 0.6s;
}
.about .box2 li:hover .icon{
	background-color: rgba(0, 145, 41, 1);
}
.about .box2 li:hover .icon .iconfont{
	transform: rotateY(180deg);
	color: #fff;
}
.about .box2 .text-title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 26px;
}
.about .box2  .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 28px;
	margin-top: 17px;
}
.about .box3{
	padding: 67px 0 0px;
	text-align: center;
}
.about .box3 .box-c{
	position: relative;
	margin-top: 52px;
}
.about .box3 .box-c .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	line-height: 52px;
	z-index: 2;
	text-align: center;
	background: rgba(0,0,0,0.7);
	border-radius: 50%;
	cursor: pointer;
}
.about .box3 .box-c .btn .iconfont{
	color: #fff;
	font-size: 18px;
}
.about .box3 .box-c .btn:hover{
	background-color: rgba(0, 145, 41, 1);
}
.about .box3 .box-c .btn:hover .iconfont{
}
.about .box3 .box-c .btn.btn-prev{
	left: -26px;
}
.about .box3 .box-c .btn.btn-next{
	right: -26px;
}
.about .box3 .box-c .swiper-slide{
	background-color: rgba(250, 250, 250, 1);
	padding-bottom: 36px;
}
.about .box3 .box-c .pic{
	overflow: visible;
	width: 100%;
	padding: 44px 0 29px;
}
.about .box3 .box-c .pic img{
	margin: 0 auto;
	width: auto;
}
.about .box3 .box-c .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.orgin .box1{
	text-align: center;
	padding: 98px 0 8px;
}
.orgin .box1 .img{
	margin-top: 77px;
}
.orgin .box1 .img img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.recruitment .box1{
	position: relative;
	overflow: hidden;
}
.recruitment .box1 .bg{
	position: absolute;
	left: -43px;
	top: -80px;
	z-index: -1;
	max-width: 100%;
}
.recruitment .box1 .box-t{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 57px 0 89px;
}
.recruitment .box1 .box-t .l{
	font-size: 50px;
	font-family: PingFang;
	font-weight: bold;
	color: #009129;
	line-height: 70px;
}
.recruitment .box1 .box-t .l .box{
	position: relative;
}
.recruitment .box1 .box-t .l .box::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 97%;
	height: 34px;
	background-color: rgba(104, 199, 131, 0.1);
}
.recruitment .box1 .box-t .r{
	font-size: 18px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 34px;
}
.recruitment .box1 .box-b img{
	display: block;
	width: 100%;
}
.recruitment .box2 {
	margin-top: -40px;
	padding-bottom: 107px;
	background-image: url(../img/recruitment-box2-bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	/* background-size: cover; */
}
.recruitment .box2 .zh{
	font-size: 34px;
	font-family: PingFang;
	font-weight: 800;
	color: #353744;
	line-height: 1;
}

.recruitment .box2 .en {
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	line-height: 1;
	margin-top: 16px;
	text-transform: uppercase;
}
.recruitment .box2 .content-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 48px;
}

.recruitment .box2 .content-top .content-top-l {
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #353744;
	line-height: 25px;
}

.recruitment .box2 .content-top .content-top-l span {
	color: rgba(0, 145, 41, 1);
}

.recruitment .box2 .li-head {
	height: 70px;
	background-color: rgba(247, 247, 247, 1) !important;
	line-height: 70px;
	display: flex;
	justify-content: space-between;
}

.recruitment .box2 li .li-top {
	display: flex;
	justify-content: space-between;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
}

.recruitment .box2 li.active .li-top {
	background-color: rgba(0, 145, 41, 1);
}


.recruitment .box2 ul {
	margin-top: 50px;
	text-align: center;
	min-width: 800px;
}

.recruitment .box2 li:nth-child(2n+1) {
	background-color: rgba(93, 164, 113, 0.1);
}

.recruitment .box2 .li-head span,
.recruitment .box2 li .li-top span {
	width: 16%;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.recruitment .box2 .li-head span:first-child,
.recruitment .box2 li .li-top span:first-child {
	width: 23%;
}

.recruitment .box2 .li-head span:last-child,
.recruitment .box2 li .li-top span:last-child {
	width: 6%;
}

.recruitment .box2 li .li-top span:last-child {
	transition: all 0.6s;
}

.recruitment .box2 li.active .li-top span:last-child {
	transform: rotate(-180deg);
}

.recruitment .box2 li.active .li-top span:last-child .icon-shang {
	color: #fff;
}

.recruitment .box2 li.active .li-top span {
	color: #fff;
}

.recruitment .box2 li .li-top span {
	font-size: 18px;
	color: #333;
}

.recruitment .box2 li .li-top .icon-shang {
	font-size: 24px;
	color: #666;
}

.recruitment .box2 li .li-content {
	text-align: left;
	padding: 38px 74px 45px;
	border: 2px solid rgba(0, 145, 41, 1);
	display: none;
	margin-bottom: 30px;

}

.recruitment .box2 li .li-content .text-div {
	margin-bottom: 30px;
}

.recruitment .box2 li .li-content .text-div p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.recruitment .box2 li .li-content .apply {
	display: flex;
	align-items: center;
}

.recruitment .box2 li .li-content .apply .apply-btn {
	width: 125px;
	height: 43px;
	background: rgba(0, 145, 41, 1);
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 43px;
	margin-right: 38px;
}

.recruitment .box2 li .li-content .apply .apply-btn a {
	display: block;
	color: #fff;
}

.recruitment .box2 li .li-content .apply .email {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(0, 145, 41, 1);
	line-height: 1;
}
@media (max-width:1199px) {
	.about .box1 .content1400{
		flex-wrap: wrap;
	}
	.about .box1 .l{
		width: 100%;
	}
	.about .box1 .r{
		margin-top: 40px;
		width: 100%;
	}
	.title-div .zh{
		font-size: 30px;
	}
	.about .box2 .text-des{
		font-size: 14px;
		white-space: nowrap;
text-overflow:ellipsis;
overflow: hidden;
	}
	.recruitment .box1 .box-t .l{
		font-size: 26px;
	}
}
@media (max-width:1080px) {
	.recruitment .box2 .content-ul {
		overflow-x: scroll;
		overflow-y: auto;
	}
	.recruitment .box2 .content-ul::-webkit-scrollbar {
		width: 0px;
		height: 5px;
		border-radius: 3px;
		
	}
	
	.recruitment .box2 .content-ul::-webkit-scrollbar-thumb {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: rgba(3, 108, 65, 1);
		border-radius: 3px;
	}
	
	.recruitment .box2 .content-ul::-webkit-scrollbar-track {
		background: rgba(234, 234, 234, 1);
		border-radius: 3px;
	}
	.recruitment .box2 .content-top{
		flex-wrap: wrap;
		flex-direction: column;
	}
	.recruitment .box2 .content-top .recruitment-title-div{
		width: 100%;
	}
	.recruitment .box2 .content-top .content-top-l{
		margin-top: 20px;
	}
}
@media (max-width:800px) {
	.recruitment .box2 ul{
		margin-top: 0px;
	}
	.recruitment .box2 .li-head span, .recruitment .box2 li .li-top span{
		font-size: 16px;
	}
	
	.recruitment .box2 li .li-top span{
		font-size: 16px;
	}
	.recruitment .box1 .box-t{
		flex-wrap: wrap;
	}
	.recruitment .box1 .box-t .l{
		width: 100%;
	}
	.recruitment .box1 .box-t .l .box{
		display: inline-block;
		line-height: 1.5;
	}
}

@media (max-width:768px) {
	.about .box2 ul{
		flex-wrap: wrap;
	}
	.about .box2 li{
		width: 100%;
		margin-bottom: 40px;
	}
	.title-div .zh{
		font-size: 26px;
	}
	.recruitment .box2 .zh{
		font-size: 26px;
	}
}
@media (max-width:500px) {
	.recruitment .box1 .box-t .l{
		font-size: 22px;
	}
	.recruitment .box1 .box-t .r{
		font-size: 16px;
		line-height: 2;
	}
	.recruitment .box2 .zh{
		font-size: 22px;
	}
	
	.about .box2 .icon{
		height: 70px;
		line-height: 70px;
		width: 70px;
	}
	.about .box2 .icon .iconfont{
		font-size: 30px;
	}
	.title-div .zh{
		font-size: 22px;
	}
	.recruitment .box2 .li-head span, .recruitment .box2 li .li-top span{
		font-size: 14px;
	}
	.recruitment .box2 .li-head,
	.recruitment .box2 li .li-top{
	
		height: 50px;
		line-height: 50px;
	}
	.about .box1{
		padding: 60px 0 70px;
	}
	.about .box1 .l .text-box{
		margin-top: 28px;
	}
	.about .box1 .l .text-box p:not(:last-child){
		margin-bottom: 20px;
	}
	.about .box2 .text-title{
		font-size: 18px;
		margin-top: 15px;
	}
	.about .box2 ul{
		margin-top: 50px;
	}
	.about .box2{
		padding-bottom: 40px;
	}
	.about .box3 .box-c .btn{
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.about .box3 .box-c .btn.btn-next{
		right: 0;
	}
	.about .box3 .box-c .btn.btn-prev{
		left: 0;
	}
	.orgin .box1{
		padding: 60px 0 80px;
	}
}	