.aboutPage{
	background-color: RGBA(250, 250, 250, 1);
	background-image: url(../img/aboutPage-bg.png);
	background-size: auto;
	background-repeat: no-repeat;
}
.aboutPage .box1{
	padding: 113px 0 140px;
}
.aboutPage .box1 .title{
	text-align: center;
}
.aboutPage .box1 .box-t{
	margin-top: 70px;
}
.aboutPage .box1 .item{
	position: relative;
}
.aboutPage .box1 .item .pic{
	border-radius: 10px;

}
.aboutPage .box1 .item .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 30px 40px;
	color: #fff;
	text-transform: uppercase;
}
.aboutPage .box1 .box-t .item .text{
	padding: 0 100px  70px;
}
.aboutPage .box1 .box-c{
	margin-top: 25px;
}
.aboutPage .box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.contact,
.newsDetails,
.news,
.history,
.companyProfile{
	background-color: RGBA(250, 250, 250, 1);
}
.contact .box1,
.news-details .box1,
.news .box1,
.history .box1,
.companyProfile .box1{
	padding: 90px 0 140px;
}
.companyProfile .box1 .des,
.companyProfile .box1 .title{
    text-align: center;
}
.contact .box1 .title,
.news .box1 .title,
.history .box1 .title,
.companyProfile .box1 .title{
	color: #333;
}
.contact .box1 .des,
.history .box1 .des,
.companyProfile .box1 .des{
	width: 730px;
	max-width: 100%;
	margin-top: 20px;
	line-height: 1.5;
	color: #333;
}
.companyProfile .box1 .des{
    width: 100%;
}
.companyProfile .box1 .box-t{
	margin-top: 70px;
}
.companyProfile .box1 .box-t .list{
	display: flex;
}
.companyProfile .box1 .box-t .list li{
	position: relative;
	width: 18.57%;
	background: linear-gradient(47deg, #6FCB2E, #ECF5E2);
	padding: 2px;
	border-radius: 130px;
	overflow: hidden;
	transition: all .6s;
}
.companyProfile .box1 .box-t .list li:not(:last-child){
	margin-right: 1.42%;
}
.companyProfile .box1 .box-t .list li.active{
	width: 40%;
}
.companyProfile .box1 .box-t .list li.active .text-box,
.companyProfile .box1 .box-t .list li.active{
	border-radius: 80px;
}
.companyProfile .box1 .box-t .list li .text-box{
	background-color: #fff;
	height: 456px;
	border-radius: 130px;
	padding: 110px 14px 40px;
	text-align: center;
	transition: all .6s;
}
.companyProfile .box1 .box-t .list li .icon{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.companyProfile .box1 .box-t .list li .text-box .icon{
	margin: 0 auto;
}
.companyProfile .box1 .box-t .list li .icon img{
	max-width: 100%;
	max-height: 100%;
	transition: all .6s;
}
.companyProfile .box1 .box-t .list li:hover .icon img{
	transform: rotateY(180deg);
}
.companyProfile .box1 .box-t .list li .text-box .text-title{
	color: #333;
	margin-top: 50px;
	line-height: 1.5;
}
.companyProfile .box1 .box-t .list li .li-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(111, 203, 46, 1);
	padding: 40px 46px;
	color: rgba(255, 255, 255, 1);
	display: flex;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .2s;
}
.companyProfile .box1 .box-t .list li.active .li-box{
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
	transition: all .6s .4s;
}
.companyProfile .box1 .box-t .list li .li-box .icon img{
	filter: grayscale(100%) brightness(150%);
}
.companyProfile .box1 .box-t .list li .li-box .text-title{
	margin-top: 15px;
}
.companyProfile .box1 .box-t .list li .li-box .text-des{
	flex: 1;
	margin-top: 38px;
	overflow: auto;
	padding-right: 5px;
	line-height: 1.66;
}
.companyProfile .box1 .box-c{
	position: relative;
	margin-top: 70px;
}
.companyProfile .box1 .box-c .l{
	position: relative;
	width: 68.57%;
	z-index: 3;
}
.companyProfile .box1 .box-c .l .pic{
	border-radius: 80px;
}
.companyProfile .box1 .box-c .l .player{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
	cursor: pointer;
}
.companyProfile .box1 .box-c .r{
	position: absolute;
	right: 0;
	bottom: 5.43%;
	width: 36.42%;
}
.companyProfile .box1 .box-c .r img{
	display: block;
	width: 100%;
}
.history .box1 .box-c{
	position: relative;
	margin-top: 74px;
}
.history .box1 .box-c .list li{
	display: flex;
}
.history .box1 .box-c .list li .date{
	width: 100px;
}
.history .box1 .box-c .list li .bullet{
	margin: 0 40px 0 35px;
	margin-top: 9px;
}
.history .box1 .box-c .list li .bullet span{
	position: relative;
	display: block;
	width: 21px;
	height: 21px;
	background: #6DC70F;
	border-radius: 50%;
	z-index: 3;
}
.history .box1 .box-c .list li:first-child .bullet::before{
	position: absolute;
	content: "";
	width: 1px;
	height: calc(100% - 20px);
	background-color: RGBA(222, 222, 222, 1);
	transform: translateX(10px);
	z-index: 1;
}
.history .box1 .box-c .list li .text{
	flex: 1;
	line-height: 1.66;
	color: #333;
	padding-top: 5px;
}
.history .box1 .box-c .list li:not(:last-child){
	margin-bottom: 60px;
}
.news .box1 .box-t{
	display: flex;
	gap: 10px;
	margin-top: 45px;
	flex-wrap: wrap;
}
.news .box1 .box-t a{
	line-height: 50px;
	min-width: 80px;
	background: #FFFFFF;
	border-radius: 25px;
	padding: 0 28px;
	font-size: 18px;
	color: #333;
	transition: all .6s;
}
.news .box1 .box-t a:hover{
	color: #6DC70F;
}
.news .box1 .box-t a.active{
	background: #71D30B;
	box-shadow: 5px 9px 30px 0px rgba(113,211,11,0.3);
	color: #fff !important;
}
.news .box1 .box-c{
	margin-top: 80px;
}
.news .box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.news .box1 .box-c .list li{
	background-color: #fff;
	border-radius: 5px;
	transition: all .6s;
}
.news .box1 .box-c .list li:hover{
	box-shadow: 5px 9px 30px 0px rgba(113,211,11,0.3);
	background: #71D30B;
}
.news .box1 .box-c .list li>a{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	height: 260px;
}
.news .box1 .box-c .list li .text-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .list li .date,
.news .box1 .box-c .list li .text-title{
	color: rgba(51, 51, 51, 1);
	line-height: 1.5;
}
.news .box1 .pagination{
	margin-top: 60px;
}
.news-details .box1 .content{
	width: 1000px;
	margin: 0 auto;
	max-width: 94%;
}
.news-details .box1 .content ol,
.news-details .box1 .content ul{
	padding-left: 1em;
	list-style: inherit;
}
.news-details .box1 .content li{
    list-style: inherit;
}
.news-details .box1 .title{
	line-height: 1.33;
	color: #333;
}
.news-details .box1 .date{
	color: #333;
	margin-top: 20px;
}
.news-details .box1 .box-c{
	margin-top: 40px;
	font-size: 18px;
	line-height: 24px;
}
.news-details .box1 .box-c img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.news-details .box1 .box-b{
	margin-top: 65px;
	border-top: 2px solid rgba(153, 153, 153, 1);
	padding-top: 45px;
	display: flex;
	gap: 20px;
}
.news-details .box1 .box-b a{
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: RGBA(46, 46, 46, 1);
	transition: all .6s;
}
.news-details .box1 .box-b a:hover{
	color: #fff;
	background: #71D30B;
	box-shadow: 5px 9px 30px 0px rgba(113,211,11,0.3);
}
.news-details .box1 .box-b a .iconfont{
	font-size: 22px;
	font-weight: bold;
}
.contact .box1 .box-c{
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.contact .box1 .box-c .l{
	width: 47.57%;
}
.contact .box1 .box-c .l .text-des{
	margin-top: 7px;
	color: rgba(113, 211, 11, 1);
}
.contact .box1 .box-c .l .list{
	margin-top: 85px;
}
.contact .box1 .box-c .l .list li{
	display: flex;
}
.contact .box1 .box-c .l .list li .text{
    flex: 1;
    display: flex;
    align-items: center;
}
.contact .box1 .box-c .l .list li:not(:last-child){
	margin-bottom: 70px;
}
.contact .box1 .box-c .l .list li .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #71D30B;
	border-radius: 50%;
	margin-right: 20px;
}
.contact .box1 .box-c .l .list li .icon .iconfont{
	font-size: 22px;
	color: rgba(255, 255, 255, 1);
}
.contact .box1 .box-c .r{
	position: relative;
	width: 52.14%;
}
.contact .box1 .box-c .r .img{
	position: relative;
	width: 80.27%;
	margin: 0 0 0 auto;
	z-index: 3;
}
.contact .box1 .box-c .r .img .pic{
	border-radius: 10px;
}
.contact .box1 .box-c .r .bg{
	position: absolute;
	width: 28.76%;
	left: 0;
	top: -20.75%;
}
@media (max-width:1440px) {
	.news .box1 .box-c .list li .text-title{
		font-size: 22px;
	}
}
@media (max-width:1280px) {
	.news .box1 .box-c .list li .text-title{
		font-size: 20px;
	}
}
@media (max-width:1199px) {
	.aboutPage .box1{
		padding: 70px 0;
	}
	.aboutPage .box1 .box-t{
		margin-top: 45px;
	}
	.companyProfile .box1 .box-t .list li .text-box{
		height: 400px;
		padding-top: 80px;
	}
	.companyProfile .box1 .box-t .list li .li-box .text-title{
		font-size: 20px;
	}
	.companyProfile .box1 .box-t .list li .text-box .text-title{
		margin-top: 40px;
		font-size: 20px;
	}
	.companyProfile .box1 .box-t .list li .li-box .text-des{
		margin-top: 20px;
		font-size: 16px;
	}
	.companyProfile .box1 .box-t .list li.active .text-box, .companyProfile .box1 .box-t .list li.active{
		border-radius: 50px;
	}
	.companyProfile .box1 .box-t .list li .li-box{
		padding: 30px;
	}
}
@media (max-width:1280px) {
	.contact .box1 .des, .history .box1 .des, .companyProfile .box1 .des{
		font-size: 22px;
	}
}
@media (max-width:1199px) {
	.news .box1 .pagination,
	.news .box1 .box-c{
		margin-top: 45px;
	}
	.news .box1 .box-t a{
		line-height: 42px;
		min-width: 70px;
		padding: 0 20px;
		font-size: 16px;
	}
	.contact .box1, .news-details .box1, .news .box1, .history .box1, .companyProfile .box1{
		padding: 70px 0;
	}
	.companyProfile .box1 .box-c,
	.companyProfile .box1 .box-t{
		margin-top: 45px;
	}
	.contact .box1 .box-c{
		margin-top: 70px;
	}
	.contact .box1 .box-c .l .list li:not(:last-child){
		margin-bottom: 45px;
	}
	.contact .box1 .box-c .l .list li{
		align-items: center;
	}
	.contact .box1 .box-c .l .list{
		margin-top: 50px;
	}
	.history .box1 .box-c{
		margin-top: 45px;
	}
	.history .box1 .box-c .list li:not(:last-child){
		margin-bottom: 45px;
	}
}
@media (max-width: 1024px) {
	.news .box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.news .box1 .box-c .list li>a{
		height: 220px;
		padding: 20px;
	}
	.news .box1 .box-t,
	.news .box1 .pagination,
	.news .box1 .box-c{
		margin-top: 40px;
	}
	.contact .box1 .box-c .l .list{
		margin-top: 40px;
	}
	.contact .box1 .box-c .l .list li:not(:last-child){
		margin-bottom: 30px;
	}
	.contact .box1 .box-c .l .list li .icon .iconfont{
		font-size: 18px;
	}
	.contact .box1 .box-c .l .list li .icon{
		width: 40px;
		height: 40px;
	}
	.contact .box1 .box-c{
		margin-top: 60px;
	}
	.companyProfile .box1 .box-c,
	.companyProfile .box1 .box-t{
		margin-top: 40px;
	}
	.contact .box1 .des, .history .box1 .des, .companyProfile .box1 .des{
		font-size: 20px;
	}
	.contact .box1, .news-details .box1, .news .box1, .history .box1, .companyProfile .box1{
		padding: 60px 0;
	}
	.companyProfile .box1 .box-t .list li .li-box .text-title,
	.companyProfile .box1 .box-t .list li .text-box .text-title{
		font-size: 18px;
	}
	
	.aboutPage .box1{
		padding: 60px 0;
	}
	.aboutPage .box1 .box-t{
		margin-top: 40px;
	}
	.aboutPage .box1 .item .text{
		padding: 20px 30px;
	}
	.aboutPage .box1 .box-t .item .text{
		padding: 50px 60px ;
	}
	.aboutPage .box1 .box-c{
		margin-top: 15px;
	}
	.aboutPage .box1 .box-c .list{
		gap: 15px;
	}
	.companyProfile .box1 .box-t .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 15px;
	}
	.companyProfile .box1 .box-t .list li,
	.companyProfile .box1 .box-t .list li.active{
		width: 100%;
	}
	.companyProfile .box1 .box-t .list li.active .text-box, .companyProfile .box1 .box-t .list li.active,
	.companyProfile .box1 .box-t .list li,
	.companyProfile .box1 .box-t .list li .text-box,
	.companyProfile .box1 .box-t .list li .li-box{
		border-radius: 30px;
	}
	.companyProfile .box1 .box-t .list li .li-box{
		position: relative;
		opacity: 1;
		visibility: visible;
		pointer-events: initial;
	}
	.companyProfile .box1 .box-t .list li .text-box{
		display: none;
	}
	.companyProfile .box1 .box-t .list li:not(:last-child){
		margin-right: 0;
	}
	.companyProfile .box1 .box-t .list li .li-box .text-des{
		font-size: 14px;
	}
	.companyProfile .box1 .box-c .l .player img{
		width: 50px;
		display: block;
	}
	.history .box1 .box-c .list li .bullet{
		margin: 7px 20px 0 15px;
	}
	.history .box1 .box-c .list li:first-child .bullet::before{
		transform: translateX(7px);
	}
	.history .box1 .box-c .list li .date{
		width: 80px;
		line-height: 1;
	}
	.history .box1 .box-c .list li .bullet span{
		width: 15px;
		height: 15px;
	}
	.history .box1 .box-c .list li .text{
		font-size: 16px;
		padding-top: 1px;
	}
	.history .box1 .box-c{
		margin-top: 40px;
	}
	.history .box1 .box-c .list li:not(:last-child){
		margin-bottom: 40px;
	}
}
@media (max-width: 768px) {
	.news .box1 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.news .box1 .box-t,
	.news .box1 .pagination,
	.news .box1 .box-c{
		margin-top: 30px;
	}
	.history .box1 .box-c{
		margin-top: 30px;
	}
	.history .box1 .box-c .list li:not(:last-child){
		margin-bottom: 20px;
	}
	.contact .box1 .box-c .l .list{
		margin-top: 30px;
	}
	.contact .box1 .box-c .l{
		width: 100%;
	}
	.contact .box1 .box-c .r{
		width: 100%;
		margin-top: 20%;
	}
	.contact .box1 .box-c{
		margin-top: 30px;
		flex-direction: column;
	}
	.companyProfile .box1 .box-c .l .player img{
		width: 40px;
	}
	.companyProfile .box1 .box-t .list{
		grid-template-columns: repeat(1,1fr);
	}
	.contact .box1 .des, .history .box1 .des, .companyProfile .box1 .des{
		font-size: 18px;
		margin-top: 15px;
	}
	.companyProfile .box1 .box-t .list li .li-box{
		padding: 25px;
	}
	.companyProfile .box1 .box-t .list li{
		background: transparent;
	}
	.companyProfile .box1 .box-t .list li,
	.companyProfile .box1 .box-t .list li .li-box{
		border-radius: 15px;
	}
	.companyProfile .box1 .box-t .list li .icon{
		width: 40px;
		height: 40px;
	}
	.companyProfile .box1 .box-c,
	.companyProfile .box1 .box-t{
		margin-top: 35px;
	}
	.contact .box1, .news-details .box1, .news .box1, .history .box1, .companyProfile .box1{
		padding: 50px 0;
	}
	.aboutPage .box1{
		padding: 50px 0;
	}
	.aboutPage .box1 .box-t{
		margin-top: 30px;
	}
	.aboutPage .box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.aboutPage .box1 .box-t .item .text{
		padding: 20px 30px;
	}
	.contact .box1 .box-c .l .list li:not(:last-child){
		margin-bottom: 25px;
	}
	.contact .box1 .box-c .l .list li .text{
		font-size: 22px;
	}
	.news-details .box1 .box-c{
		margin-top: 30px;
	}
	.news-details .box1 .box-b{
		margin-top: 30px;
		padding-top: 30px;
	}
	.news-details .box1 .box-b a{
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 500px) {
	.news-details .box1 .date{
		margin-top: 15px;
		font-size: 14px;
	}
	.news-details .box1 .box-c{
		margin-top: 25px;
		font-size: 16px;
	}
	.news-details .box1 .box-b{
		margin-top: 25px;
		padding-top: 25px;
	}
	.news .box1 .box-c .list{
		gap: 20px;
	}
	.news .box1 .box-t a{
		line-height: 36px;
		font-size: 14px;
		min-width: 60px;
		padding: 0 10px;
	}
	.news .box1 .box-c .list li .date{
		font-size: 16px;
	}
	.news .box1 .box-c .list li>a{
		height: 180px;
	}
	.news .box1 .box-c .list li .text-title{
		font-size: 18px;
	}
	.news .box1 .box-t,
	.news .box1 .box-c{
		margin-top: 25px;
	}
	.history .box1 .box-c .list li .text{
		margin-top: -4px;
		font-size: 14px;
	}
	.history .box1 .box-c .list li .bullet{
		margin-top: 4px;
	}
	.history .box1 .box-c .list li:first-child .bullet::before{
		transform: translateX(4px);
	}
	.history .box1 .box-c .list li .bullet span{
		width: 10px;
		height: 10px;
	}
	.history .box1 .box-c .list li .date{
		width: 50px;
		font-size: 18px;
	}
	.history .box1 .box-c{
		margin-top: 25px;
	}
	.history .box1 .box-c .list li:not(:last-child){
		margin-bottom: 15px;
	}
	.contact .box1 .box-c{
		margin-top: 20px;
	}
	.contact .box1 .box-c .l .list li .icon{
		margin-right: 10px;
	}
	.contact .box1 .box-c .l .list li:not(:last-child){
		margin-bottom: 20px;
	}
	.contact .box1 .box-c .l .list{
		margin-top: 25px;
	}
	.contact .box1 .des, .history .box1 .des, .companyProfile .box1 .des{
		font-size: 16px;
		margin-top: 10px;
	}
	.companyProfile .box1 .box-c .l .player img{
		width: 30px;
	}
	.companyProfile .box1 .box-c,
	.companyProfile .box1 .box-t{
		margin-top: 25px;
	}
	.contact .box1, .news-details .box1, .news .box1, .history .box1, .companyProfile .box1{
		padding: 40px 0;
	}
	.aboutPage .box1{
		padding: 40px 0;
	}
	.aboutPage .box1 .box-t{
		margin-top: 25px;
	}
	.aboutPage .box1 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.contact .box1 .box-c .l .list li .text{
		font-size: 18px;
	}
}