.about .box1{
	padding: 80px 0 95px;
}
.about .box1 .box-c{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.about .box1 .box-c .l{
	flex: 1;
}
.about .box1 .box-c .l li:not(:last-child){
	margin-bottom: 70px;
}
.about .box1 .box-c .l .number{
	display: flex;
	color: rgba(0, 153, 68, 1);
}
.about .box1 .box-c .l .number .counter{
	font-size: 72px;
	font-family: Rany;
	font-weight: 400;
	color: #009944;
	line-height: 1;
}
.about .box1 .box-c .l .number sup{
	font-size: 36px;
	font-family: Arial;
	font-weight: 400;
	color: #009944;
	line-height: 1;
	margin-left: 7px;
}
.about .box1 .box-c .l .number sub{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #009944;
	line-height: 1;
	align-self: flex-end;
	transform: translate(-20px,-14px);
}
.about .box1 .box-c .l .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1.875;
}
.about .box1 .box-c .r{
	width: 900px;
}
.about .box4 .box-t .text-box .zh,
.about .box1 .box-c .r .zh{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1.65;
}
.about .box4 .box-t .text-box .en,
.about .box1 .box-c .r .en{
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #009944;
	line-height: 1.65;
	text-transform: uppercase;
}
.about .box1 .box-c .r .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
	margin-top: 10px;
}
.about .box1 .box-c .r li:not(:last-child){
	margin-bottom: 50px;
}
.about .box2 .pic{
	background-image: url(../img/about-box2-bg.jpg);
	background-size: cover;
	height: 528px;
	padding: 80px;
}
.about .box2 .pic .zh{
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #009944;
	line-height: 1;
}
.about .box2 .pic .des{
	font-size: 36px;
	font-family: Rany-Bold;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 20px;
}
.about .box3 .box-c{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 35px 0 55px;
}
.about .box3 .box-c .l{
	flex: 1;
	margin-right: 460px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
}
.about .box3 .box-c .r{
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../img/about-box3-r.jpg);
	background-size: cover;
	width: 430px;
	padding: 70px 40px;
	min-height: 530px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.875;
}
.about .box3 .box-c .r strong{
	font-size: 18px;
	line-height: 2.66;
	margin: 22px 0;
	display: block;
}
.about .box4{
	margin-top: 93px;
	background-image: url(../img/about-box4-bg.jpg);
	background-position: left bottom ;
	background-size: 100% 777px;
	background-repeat: no-repeat;
	
}
.about .box4 .box-t{
	display: flex;
	justify-content: space-between;
}
.about .box4 .box-t .pic{
	width: 500px;
}
.about .box4 .box-t .pic img{
	height: 100%;
	object-fit: cover;
}
.about .box4 .box-t .text-box{
	flex: 1;
	padding: 60px 50px;
	background-color: rgba(245, 245, 245, 1);
}
.about .box4 .box-t .text-box .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
	margin-top: 10px;
}
.about .box4 .box-c{
	padding: 100px 0;
	height: 570px;
	display: inline-block;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
	background: linear-gradient(to right, #1CA1DA 0%, #009944 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.subsidiaries .box1{
	padding: 80px 0 140px;
}
.subsidiaries .box1 .box-c{
	margin-top: 80px;
}
.subsidiaries .box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px 39px;
}
.subsidiaries .box1 .box-c .list li{
	position: relative;
	box-shadow: 5px 9px 30px 0px rgba(237,237,237,0.3);
	border-radius: 5px;
	background: linear-gradient(-90deg, #1CA1DA, #37B880);
	transition: all .6s;
	border: 1px solid #EDEDED;
}
.subsidiaries .box1 .box-c .list li:hover{
	box-shadow: 5px 9px 30px 0px rgba(55,184,129,0.3);
}
.subsidiaries .box1 .box-c .list li::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 1;
	transition: all .6s;
}
.subsidiaries .box1 .box-c .list li:hover::before{
	opacity: 0;
}
.subsidiaries .box1 .box-c .list li a{
	position: relative;
	display: flex;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #666666;
	line-height: 30px;
	padding: 25px 35px;
	border-radius: 5px;
	z-index: 2;
	transition: all .6s;
}
.subsidiaries .box1 .box-c .list li:hover a{
	color: #fff;
	border-color: transparent;
}
.subsidiaries .box1 .box-c .list li .text{
	flex: 1;
	margin-right: 20px;
}
.subsidiaries .box1 .box-c .list li .icon-youjiantou{
	opacity: 0;
	transition: all .6s;
	color: #fff;
}
.subsidiaries .box1 .box-c .list li:hover .icon-youjiantou{
	opacity: 1;
}
.subsidiaries-introduce .box1{
	padding: 80px 0;
}
body{
	background-color: RGBA(250, 250, 250, 1);
}
.subsidiaries-introduce .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.subsidiaries-introduce .box1 .l{
	width: 440px;
}
.subsidiaries-introduce .box1 .l .pic img{
	display: block;
	width: 100%;
}
.subsidiaries-introduce .box1 .r{
	flex: 1;
	margin-left: 64px;
}
.subsidiaries-introduce .box1 .r .r-t .zh{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.subsidiaries-introduce .box1 .r .r-t .en{
	text-transform: uppercase;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #009944;
	line-height: 1;
	margin-top: 12px;
}
.subsidiaries-introduce .box1 .r .r-c{
	margin-top: 36px;
}
.subsidiaries-introduce .box1 .r .r-c li:not(:last-child){
	margin-bottom: 28px;
}
.subsidiaries-introduce .box1 .r .r-c .zh{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.subsidiaries-introduce .box1 .r .r-c .en{
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #009944;
	line-height: 1;
	margin-top: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.subsidiaries-introduce .box1 .r .r-c .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
}
.subsidiaries-introduce .box2{
	padding-top: 70px;
	background-image: url(../img/subsidiaries-introduce-box2-BG.jpg);
	background-size: 100% 420px;
	background-repeat: no-repeat;
}
.subsidiaries-introduce .box2 .about-title .zh,
.subsidiaries-introduce .box2 .about-title .en{
	color: #fff;
}
.subsidiaries-introduce .box2 .box-c{
	position: relative;
	margin-top: 52px;
	display: flex;
	justify-content: flex-end;
}
.subsidiaries-introduce .box2 .box-c .l{
	position: relative;
	width: 36%;
}
.subsidiaries-introduce .box2 .box-c .l .pic{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.subsidiaries-introduce .box2 .box-c .r{
	width: 64%;
	padding: 74px;
	background-color: rgba(244, 244, 244, 1);
}
.subsidiaries-introduce .box3 .zh,
.subsidiaries-introduce .box2 .box-c .r .zh{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #009944;
	line-height: 1;
}
.subsidiaries-introduce .box3 .en,
.subsidiaries-introduce .box2 .box-c .r .en{
	font-size: 24px;
	font-family: Arial;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 1;
	margin-top: 13px;
	text-transform: uppercase;
}
.subsidiaries-introduce .box2 .box-c .r .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
	margin-top: 40px;
}
.subsidiaries-introduce .box2 .box-c .r .text p:not(:last-child){
	margin-bottom: 30px;
}
.subsidiaries-introduce .box3{
	padding: 98px 0 140px;
	text-align: center;
}
.subsidiaries-introduce .box3 .box-c{
	margin-top: 40px;
}
.subsidiaries-introduce .box3 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 34px 25px;
}
.subsidiaries-introduce .box3 .box-c .list .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
	margin-top: 15px;
	text-align: left;
	transition: all .6s;
}
.subsidiaries-introduce .box3 .box-c li:hover .text{
	color: #009944;
}
.subsidiaries-introduce .box3 .box-c .more{
	display: block;
	width: 160px;
	line-height: 50px;
	background: #009944;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	transition: all .6s;
	margin-top: 50px;
}
.subsidiaries-introduce .box3 .box-c .more:hover{
	background-color: rgba(0, 153, 68, .7);
}
.chairman-speech .box1{
	padding: 80px 0 140px;
}
.chairman-speech .box1 .box-c{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.chairman-speech .box1 .box-c .l{
	flex: 1;
	margin-right: 50px;
}
.chairman-speech .box1 .box-c .l .title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1.66;
	margin-bottom: 40px;
}
.chairman-speech .box1 .box-c .l .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
}
.chairman-speech .box1 .box-c .l .text p:not(:last-child){
	margin-bottom: 34px;
}
.chairman-speech .box1 .box-c .l .name{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.66;
	margin-top: 50px;
	text-align: right;
}
.chairman-speech .box1 .box-c .r{
	width: 600px;
}
.chairman-speech .box1 .box-c .r img{
	display: block;
	width: 100%;
}
.culture .box1{
	padding: 80px 0 140px;
}
.culture .box1 .box-c{
	margin-top: 80px;
}
.culture .box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
}
.culture .box1 .box-c .list li{
	position: relative;
	
}
.culture .box1 .box-c .list li .text-box{
	position: absolute;
	padding: 22px 30px;
	min-height: 174px;
	left: 0;
	bottom: 76px;
	width: 526px;
	max-width: 90%;
	background: linear-gradient(to right, #1CA1DA, #37B880);
}
.culture .box1 .box-c .list li .text-box .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.culture .box1 .box-c .list li .text-box .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 25px;
}
.history .box1{
	padding: 80px 0 70px;
}
.history .box1 .box-c{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.history .box1 .box-c .l{
	position: relative;
	width: 502px;
}
.history .box1 .box-c .l::before{
	/* position: absolute;
	content: "";
	width: 36.25%;
	padding-top: 83.51%;
	height: ;
	right: 0;
	bottom: 0; */
}
.history .box1 .box-c .l .pic{
	position: relative;
	z-index: 2;
}
.history .box1 .box-c .r{
	flex: 1;
	margin-left: 65px;
	overflow: hidden;
}
.history .box1 .box-c .r .swiper{
	overflow: visible;
	/* height: 774px; */
}
.history .box1 .box-c .r .swiper .swiper-wrapper{
	flex-direction: column;
}
.history .box1 .box-c .r  .swiper-slide{
	padding-left: 26px;
	overflow: auto;
	padding-bottom: 40px;
	border-bottom: 2px solid transparent;
	opacity: .5;
	transition: all .6s;
}
.history .box1 .box-c .r  .swiper-slide:not(:last-child){
	margin-bottom: 64px;
}
.history .box1 .box-c .r  .swiper-slide:hover,
.history .box1 .box-c .r  .swiper-slide-active{
	opacity: 1;
	border-color: rgba(235, 235, 235, 1);
}
.history .box1 .box-c .r .swiper-slide .title{
	font-size: 48px;
	font-family: Rany-Bold;
	color: #009944;
	line-height: 1;
}
.history .box1 .box-c .r .swiper-slide ul{
	margin-top: 35px;
}
.history .box1 .box-c .r .swiper-slide li{
	display: flex;
}
.history .box1 .box-c .r .swiper-slide li:not(:last-child){
	margin-bottom: 15px;
}
.history .box1 .box-c .r .swiper-slide li .li-l{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #009944;
	line-height: 1.66;
	width: 96px;
	margin-right: 20px;
}
.history .box1 .box-c .r .swiper-slide li .li-r{
	flex: 1;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.875;
}
.activity .box1,
.honor .box1{
	padding: 80px 0 140px;
}
.activity .box1 .box-c,
.honor .box1 .box-c{
	margin-top: 80px;
}
.honor .box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px 25px;
}
.honor .box1 .box-c .list li a{
	position: relative;
	display: block;
	padding-top: 97.77%;
	background-color: #fff;
}
.honor .box1 .box-c .list li a .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.honor .box1 .box-c .list li a .pic img{
	max-width: 90%;
	max-height: 90%;
	width: auto;
}
.honor .box1 .pagination{
	margin-top: 60px;
}
.activity .box1 .box-c{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.activity .box1 .list{
	width: 648px;
	max-width: 48%;
}
.activity .box1 .list:nth-child(2n){
	margin-top: 137px;
}
.activity .box1 .list li:not(:last-child){
	margin-bottom: 55px;
}
.activity .box1 .list li .img{
	position: relative;
}
.activity .box1 .list li .pic{
	position: relative;
}
.activity .box1 .list li .img::before{
	position: absolute;
	content: "";
	right: 10px;
	bottom: 10px;
	transform: rotate(42deg);
	width: 75px;
	height: 40px;
	background: linear-gradient(-90deg, #1CA1DA, #37B880);
	border-radius: 20px;
	z-index: 2;
	transform-origin: left center;
}
.activity .box1 .list li .text{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	margin-top: 22px;
}
.activity-modal{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.activity-modal.active{
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}
.activity-modal .shadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}
.activity-content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 820px;
	max-width: 94%;
}
.activity-content .close{
	position: absolute;
	right: -30px;
	top: -30px;
	color: #fff;
	cursor: pointer;
}
.activity-content .close{
	font-size: 30px;
}
.activity-content .text{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	padding: 45px 20px;
	background-color: #fff;
	text-align: center;
}
.activity-content .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 50%;
	transition: all .6s;
	color: rgba(0, 153, 68, 1);
	cursor: pointer;
}
.activity-content .btn .iconfont{
	font-size: 22px;
}
.activity-content .btn:hover{
	color: #fff;
	background-color: rgba(0, 153, 68, 1);
}
.activity-content .btn.btn-prev{
	left: -90px;
}
.activity-content .btn.btn-next{
	right: -90px;
}
@media (max-width:1440px) {
	.culture .box1 .box-c .list li .text-box{
		bottom: 50px;
	}
	.history .box1 .box-c .r{
		margin-left: 30px;
	}
}
@media (max-width: 1280px) {
	.history .box1 .box-c .r .swiper-slide{
		padding-left: 0;
	}
	.history .box1 .box-c .r .swiper-slide .title{
		font-size: 36px;
	}
	.about .box1 .box-c .l .number .counter{
		font-size: 56px;
	}
	.about .box1 .box-c .l .number sup{
		font-size: 32px;
		margin-top: -5px;
	}
	.about .box1 .box-c .l .number sub{
		font-size: 18px;
		transform: translate(-20px,-8px);
	}
	.about .box2 .pic .zh{
		font-size: 36px;
	}
	.about .box2 .pic .des{
		font-size: 30px;
	}
	.chairman-speech .box1 .box-c .l .title,
	.chairman-speech .box1 .box-c .l .text p:not(:last-child){
		margin-bottom: 20px;
	}
	.chairman-speech .box1 .box-c .l .name{
		margin-top: 30px;
	}
}
@media (max-width:1199px) {
	.subsidiaries .box1 .box-c .list{
		gap: 20px;
	}
	.subsidiaries .box1 .box-c .list li a{
		padding: 15px;
	}
	.history .box1{
		padding: 70px 0;
	}
	.history .box1 .box-c{
		margin-top: 45px;
	}
	.culture .box1{
		padding: 70px 0;
	}
	.culture .box1 .box-c{
		margin-top: 45px;
	}
	.chairman-speech .box1{
		padding: 70px 0;
	}
	.about .box2 .pic .zh{
		font-size: 30px;
	}
	.about .box2 .pic .des{
		font-size: 28px;
	}
	.about .box1 .box-c .l{
		flex: none;
		width: 190px;
	}
	.about .box1 .box-c .r{
		flex: 1;
	}
	.about .box1,.about .box4 .box-c{
		padding: 70px 0;
	}
	.about .box2 .pic{
		padding: 70px;
		min-height: 400px;
		height: auto;
	}
	.about .box4{
		margin-top: 70px;
	}
	.about .box1 .box-c{
		margin-top: 45px;
	}
	.about .box4 .box-t .text-box{
		padding: 25px;
	}
	.about .box4 .box-c{
		font-size: 22px;
		min-height: 400px;
		height: auto;
	}
	.activity .box1, .honor .box1{
		padding: 70px 0;
	}
	.activity .box1 .box-c, .honor .box1 .box-c{
		margin-top: 45px;
	}
	.chairman-speech .box1 .box-c{
		margin-top: 45px;
	}
	.chairman-speech .box1 .box-c{
		flex-direction: column-reverse;
	}
	.chairman-speech .box1 .box-c .r{
		width: 100%;
	}
	.chairman-speech .box1 .box-c .l{
		margin-right: 0;
		margin-top: 30px;
	}
	.history .box1 .box-c .r .swiper-slide li .li-l{
		width: 50px;
	}
	.history .box1 .box-c .r .swiper-slide .title{
		font-size: 30px;
	}
	.honor .box1 .pagination{
		margin-top: 45px;
	}
	.subsidiaries .box1{
		padding: 70px 0;
	}
	.subsidiaries .box1 .box-c{
		margin-top: 45px;
	}
	.subsidiaries-introduce .box1,
	.subsidiaries-introduce .box3{
		padding: 70px 0;
	}
	.subsidiaries-introduce .box2{
		padding-top: 70px;
	}
	.subsidiaries-introduce .box2 .box-c{
		margin-top: 45px;
	}
	.subsidiaries-introduce .box1 .r{
		margin-left: 40px;
	}
	.subsidiaries-introduce .box1 .r .r-c{
		margin-top: 20px;
	}
	.subsidiaries-introduce .box1 .r .r-c li:not(:last-child){
		margin-bottom: 16px;
	}
	.subsidiaries-introduce .box2 .box-c .r{
		padding: 45px;
	}
	.subsidiaries-introduce .box2 .box-c .r .text{
		margin-top: 26px;
	}
	.subsidiaries-introduce .box2 .box-c .r .text p:not(:last-child){
		margin-bottom: 20px;
	}
	.subsidiaries-introduce .box3 .box-c .more{
		margin-top: 45px;
	}
}
@media (max-width: 1024px) {
	.subsidiaries-introduce .box2 .box-c .r{
		padding: 40px;
	}
	.subsidiaries-introduce .box2 .box-c .l{
		width: 100%;
	}
	.subsidiaries-introduce .box2 .box-c .l .pic{
		position: relative;
		left: 0;
		width: 100% !important;
	}
	.subsidiaries-introduce .box2 .box-c .r{
		width: 100%;
	}
	.subsidiaries-introduce .box2 .box-c{
		flex-direction: column;
	}
	.subsidiaries-introduce .box3 .zh, .subsidiaries-introduce .box2 .box-c .r .zh{
		font-size: 22px;
	}
	.subsidiaries-introduce .box1 .l{
		margin-top: 35px;
		max-width: 100%;
	}
	.subsidiaries-introduce .box1 .r{
		margin-left: 0;
	}
	.subsidiaries-introduce .box1 .box-c{
		flex-direction: column-reverse;
	}
	.subsidiaries-introduce .box1,
	.subsidiaries-introduce .box3{
		padding: 60px 0;
	}
	.subsidiaries-introduce .box2{
		padding-top: 60px;
	}
	.subsidiaries-introduce .box2 .box-c{
		margin-top: 40px;
	}
	.subsidiaries .box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.honor .box1 .pagination{
		margin-top: 40px;
	}
	.history .box1 .box-c .r .swiper-slide li .li-r{
		font-size: 15px;
	}
	.history .box1 .box-c .r .swiper-slide li .li-l{
		margin-right: 10px;
	}
	.history .box1 .box-c .r .swiper-slide{
		padding-bottom: 25px;
	}
	.history .box1 .box-c .r .swiper-slide:not(:last-child){
		margin-bottom: 30px;
	}
	.history .box1 .box-c .r .swiper-slide ul{
		margin-top: 25px;
	}
	.history .box1 .box-c .l{
		width: 45%;
	}
	.history .box1,
	.culture .box1{
		padding: 60px 0;
	}
	.culture .box1 .box-c{
		margin-top: 40px;
	}
	.chairman-speech .box1{
		padding: 60px 0;
	}
	.activity .box1 .box-c, .honor .box1 .box-c{
		margin-top: 40px;
	}
	.activity .box1, .honor .box1{
		padding: 60px 0;
	}
	.about .box4{
		background-size: 100% 500px;
		background-repeat: no-repeat;
	}
	.about .box4 .box-c{
		font-size: 20px;
	}
	.about .box4 .box-t{
		flex-direction: column;
	}
	.about .box4 .box-t .pic{
		width: 100%;
	}
	.about .box3 .box-c .r{
		min-height: 400px;
		height: auto;
	}
	.about .box3 .box-c{
		padding: 30px 0 0;
	}
	.about .box3 .box-c .r strong{
		font-size: 16px;
		line-height: 1.7;
		margin: 14px 0;
	}
	.about .box3 .box-c .r{
		padding: 40px 20px;
	}
	.about .box3 .box-c .l{
		margin-right: 46%;
	}
	.about .box3 .box-c .r{
		width: 40%;
	}
	.about .box2 .pic .zh{
		font-size: 28px;
	}
	.about .box2 .pic .des{
		font-size: 26px;
	}
	.about .box1 .box-c .r li:not(:last-child){
		margin-bottom: 20px;
	}
	.about .box1 .box-c .r .text{
		margin-top: 5px;
	}
	.about .box1,.about .box4 .box-c{
		padding: 60px 0;
	}
	.about .box2 .pic{
		padding: 60px;
	}
	.about .box4{
		margin-top: 60px;
	}
	.about .box1 .box-c{
		margin-top: 40px;
	}
	.activity .box1 .list li .text{
		font-size: 20px;
	}
	.activity .box1 .list li:not(:last-child){
		margin-bottom: 35px;
	}
	.activity .box1 .list:nth-child(2n){
		margin-top: 70px;
	}
	.activity .box1 .list li .img::before{
		transform: rotate(42deg)scale(.7);
	}
	.chairman-speech .box1 .box-c{
		margin-top: 40px;
	}
	.culture .box1 .box-c .list li .text-box{
		bottom: 20px;
		min-height: 150px;
	}
	.culture .box1 .box-c .list li .text-box .text-title{
		font-size: 22px;
	}
	.culture .box1 .box-c .list li .text-box .text-des{
		margin-top: 17px;
	}
	.activity-content .btns{
		display: flex;
		align-items: center;
		position: absolute;
		left: 50%;
		transform: translate(-50%,150%);
		bottom: 0;
	}
	.activity-content .btn{
		position: relative;
		top: 0;
		transform: translate(0);
		margin: 0 10px;
		width: 40px;
		height: 40px;
	}
	.activity-content .btn.btn-prev{
		left: 0;
	}
	.activity-content .btn.btn-next{
		right: 0;
	}
	.activity-content .btn .iconfont{
		font-size: 16px;
	}
	.activity-content .close{
		right: 0;
		top: -40px;
	}
	.activity-content .text{
		font-size: 20px;
	}
	.activity-content .text{
		padding: 30px 20px;
	}
	.subsidiaries .box1{
		padding: 60px 0;
	}
	.subsidiaries .box1 .box-c{
		margin-top: 40px;
	}
	.subsidiaries-introduce .box3 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.subsidiaries-introduce .box3 .box-c .list .text{
		margin-top: 7px;
	}
	.subsidiaries-introduce .box3 .box-c .more{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.subsidiaries-introduce .box2 .box-c .r{
		padding: 30px;
	}
	.subsidiaries-introduce .box1 .r .r-t .zh{
		font-size: 22px;
	}
	.subsidiaries-introduce .box1 .r .r-t .en{
		font-size: 16px;
	}
	.subsidiaries-introduce .box1,
	.subsidiaries-introduce .box3{
		padding: 50px 0;
	}
	.subsidiaries-introduce .box2{
		padding-top: 50px;
	}
	.subsidiaries-introduce .box2 .box-c{
		margin-top: 30px;
	}
	.subsidiaries .box1 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.activity-content .text{
		padding: 20px 15px;
	}
	.honor .box1 .pagination{
		margin-top: 30px;
	}
	.history .box1 .box-c .r{
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.history .box1 .box-c .l{
		width: 100%;
	}
	.history .box1 .box-c{
		flex-direction: column;
	}
	.culture .box1 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.history .box1,
	.culture .box1{
		padding: 50px 0;
	}
	.culture .box1 .box-c{
		margin-top: 30px;
	}
	.chairman-speech .box1{
		padding: 50px 0;
	}
	.activity .box1 .list li .text{
		margin-top: 15px;
		font-size: 18px;
	}
	.activity .box1 .box-c{
		flex-direction: column;
	}
	.activity .box1 .list{
		max-width: 100%;
		width: 100%;
	}
	.activity .box1 .list:nth-child(2n){
		margin-top: 0;
	}
	.activity .box1 .box-c, .honor .box1 .box-c{
		margin-top: 30px;
	}
	.activity .box1, .honor .box1{
		padding: 50px 0;
	}
	.about .box4 .box-c{
		font-size: 18px;
	}
	.about .box4 .box-c{
		min-height: 350px;
	}
	.about .box3 .box-c .r{
		position: relative;
		width: 100%;
		margin-top: 30px;
		min-height: 300px;
	}
	.about .box3 .box-c{
		flex-direction: column;
	}
	.about .box3 .box-c .l{
		margin-right: 0;
	}
	.about .box2 .pic .zh{
		font-size: 26px;
	}
	.about .box2 .pic .des{
		font-size: 24px;
	}
	.about .box1,.about .box4 .box-c{
		padding: 50px 0;
	}
	.about .box2 .pic{
		padding: 50px;
	}
	.about .box4{
		margin-top: 50px;
	}
	.about .box1 .box-c{
		margin-top: 30px;
	}
	.about .box1 .box-c{
		flex-direction: column-reverse;
	}
	.about .box1 .box-c .r{
		flex: none;
		width: 100%;
	}
	.about .box1 .box-c .l{
		width: 100%;
		margin-top: 30px;
	}
	.about .box1 .box-c .l .list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.about .box1 .box-c .l .number .counter{
		font-size: 30px;
	}
	.about .box1 .box-c .l .number sub{
		transform: translate(0,0);
		font-size: 14px;
	}
	.about .box1 .box-c .l .number sup{
		font-size: 26px;
		margin-left: 2px;
	}
	.about .box1 .box-c .l li:not(:last-child){
		margin-bottom: 0;
	}
	.about .box1 .box-c .l .text{
		font-size: 14px;
	}
	.chairman-speech .box1 .box-c{
		margin-top: 30px;
	}
	.honor .box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.subsidiaries .box1{
		padding: 50px 0;
	}
	.subsidiaries .box1 .box-c{
		margin-top: 30px;
	}
	.subsidiaries-introduce .box3 .box-c{
		margin-top: 30px;
	}
	.subsidiaries-introduce .box3 .box-c .more{
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.subsidiaries-introduce .box3 .box-c .more{
		margin-top: 25px;
		line-height: 40px;
	}
	.subsidiaries-introduce .box3 .box-c .list{
		gap: 25px 15px;
		grid-template-columns: repeat(1,1fr);
	}
	.subsidiaries-introduce .box3 .box-c{
		margin-top: 25px;
	}
	.subsidiaries-introduce .box2 .box-c .r .text p:not(:last-child){
		margin-bottom: 10px;
	}
	.subsidiaries-introduce .box2 .box-c .r .text{
		margin-top: 15px;
	}
	.subsidiaries-introduce .box3 .en, .subsidiaries-introduce .box2 .box-c .r .en{
		font-size: 20px;
	}
	.subsidiaries-introduce .box3 .zh, .subsidiaries-introduce .box2 .box-c .r .zh{
		font-size: 20px;
	}
	.subsidiaries-introduce .box2 .box-c .r{
		padding: 20px;
	}
	.subsidiaries-introduce .box1,
	.subsidiaries-introduce .box3{
		padding: 40px 0;
	}
	.subsidiaries-introduce .box2{
		padding-top: 40px;
	}
	.subsidiaries-introduce .box2 .box-c{
		margin-top: 25px;
	}
	.subsidiaries .box1 .box-c .list{
		gap: 10px;
	}
	.subsidiaries .box1{
		padding: 40px 0;
	}
	.subsidiaries .box1 .box-c{
		margin-top: 25px;
	}
	.activity-content .close{
		font-size: 22px;
	}
	.activity-content .text{
		font-size: 18px;
		padding: 12px 10px;
	}
	.honor .box1 .pagination{
		margin-top: 25px;
	}
	.history .box1 .box-c .r .swiper-slide ul{
		margin-top: 20px;
	}
	.history .box1 .box-c .r .swiper-slide .title{
		font-size: 24px;
	}
	.culture .box1 .box-c .list li .text-box .text-des{
		margin-top: 10px;
		font-size: 14px;
	}
	.culture .box1 .box-c .list li .text-box{
		padding: 20px;
	}
	.culture .box1 .box-c .list li .text-box .text-title{
		font-size: 20px;
	}
	.history .box1,
	.culture .box1{
		padding: 40px 0;
	}
	.culture .box1 .box-c{
		margin-top: 25px;
	}
	.chairman-speech .box1 .box-c{
		margin-top: 25px;
	}
	.chairman-speech .box1{
		padding: 40px 0;
	}
	.activity .box1 .box-c, .honor .box1 .box-c{
		margin-top: 25px;
	}
	.activity .box1, .honor .box1{
		padding: 40px 0;
	}
	.about .box4{
		background-size: auto 500px;
	}
	.about .box4 .box-c{
		font-size: 16px;
		min-height: 320px;
	}
	.about .box4 .box-t .text-box{
		padding: 20px;
	}
	.about .box3 .box-c .r{
		padding: 20px;
	}
	.about .box3 .box-c{
		padding-top: 20px;
	}
	.about .box2 .pic{
		min-height: 260px;
	}
	.about .box2 .pic .zh{
		font-size: 22px;
	}
	.about .box2 .pic .des{
		font-size: 20px;
	}
	.about .box1,.about .box4 .box-c{
		padding: 40px 0;
	}
	.about .box2 .pic{
		padding: 40px;
	}
	.about .box4{
		margin-top: 40px;
	}
	.about .box1 .box-c{
		margin-top: 25px;
	}
	.about .box1 .box-c .l .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		text-align: center;
		gap: 14px 10px;
	}
	.about .box1 .box-c .l .number{
		justify-content: center;
	}
	.about .box2 .pic{
		padding: 40px 30px;
	}
}