.about{
	background-color: #FAFAFA;
}
.about .box1{
	padding: 80px 0;
}
.about .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.about .box1 .box-c .l{
	width: 34.88%;
}
.about .box1 .box-c .l .text{
	font-family: Arial;
	line-height: 24px;
	color: #666666;
	font-size: 16px;
}
.about .box1 .box-c .l .text .bold{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}
.about .box1 .box-c .l .text p:not(:last-child){
	margin-bottom: 23px;
}
.about .box1 .box-c .l .video{
	position: relative;
	margin-top: 38px;
	border-radius: 5px;
	overflow: hidden;
}
.about .box1 .box-c .l .video .pic img{
	display: block;
	width: 100%;
}
.about .box1 .box-c .l .video .playBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 13.33%;
	cursor: pointer;
}
.about .box1 .box-c .l .video .playBtn img{
	display: block;
	width: 100%;
}
.about .box1 .box-c .r{
	width: 62.97%;
	border-radius: 5px;
	overflow: hidden;
}
.about .box1 .box-c .r .pic,
.about .box1 .box-c .r .pic img{
	display: block;
	height: 100%;
}
.about .box1 .box-c .r .pic img{
	object-fit: cover;
}
.about .box2{
	position: relative;
}
.about .box2 .pic img{
	display: block;
	width: 100%;
}
.about .box2 .contain{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .box2 .contain .text-box{
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	background-color: rgba(23, 72, 150, .9);
	border-radius: 5px;
	width: 673px;
	padding: 20px 17px;
	max-width: 94%;
}
.about .box2 .contain .text-box p:not(:last-child){
	margin-bottom: 15px;
}
.about .box3{
	margin: 80px 0 40px;
}
.about .box3 table{
	width: 100%;
	border: 1px solid #DEDEDE;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	text-align: left;
	background-color: RGBA(255, 255, 255, 1);
	border-collapse: collapse;
}
.about .box3 table tr:nth-child(2n){
	background-color: rgba(246, 246, 246, 1);
}
.about .box3 table td{
	font-size: 16px;
	padding: 15px 14px;
}
.about .box3 table th{
	padding: 30px 14px;
}
.about .box3 table th:first-child,
.about .box3 table td:first-child{
	padding-left: 120px;
}
.about .box3 table th:nth-child(2),
.about .box3 table td:nth-child(2){
	text-align: center;
	min-width: 250px;
}
.about .box3 .list{
	margin-top: 42px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	text-align: center;
}
.about .box3 .list .item-t{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 60px;
}
.about .box3 .list .item-t img{
	width: 40px;
	margin-right: 16px;
}
.about .box3 .list .item-t .counter{
	font-family: Rany;
	font-weight: 400;
	font-size: 60px;
	color: #174896;
}
.about .box3 .list .item-t .counter+span{
	font-family: Rany;
	font-weight: 400;
	font-size: 24px;
	color: #174896;
	padding-left: 7px;
}
.about .box3 .list .text{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 1;
	margin-top: 5px;
}
.about .box3 .list .number{
	font-family: Rany;
	font-weight: 400;
	font-size: 36px;
	color: #174896;
}
.about .box3 .list .number + span{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #174896;
	padding-left: 7px;
}
.about .box4 .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
	
}
.about .box4 .list li{
	position: relative;
	background: #EBEBEB;
	border-radius: 5px;
	overflow: hidden;
	padding: 50px 35px 42px;
	text-align: center;
	min-height: 309px;
}
.about .box4 .list li:nth-child(n+4){
	display: flex;
	justify-content: center;
	align-items: center;
}
.about .box4 .list li .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .6s;
}
.about .box4 .list li:hover .pic{
	opacity: 1;
}
.about .box4 .list li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about .box4 .list li .li-box{
	position: relative;
	z-index: 2;
	color: #333333;
	transition: all .6s;
}
.about .box4 .list li:hover .li-box{
	color: #fff;
}
.about .box4 .list li .li-box .number{
	font-family: Rany;
	font-weight: 400;
	font-size: 60px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .box4 .list li .li-box .number span{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	padding-left: 9px;
}
.about .box4 .list li .li-box .text{
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	text-align: center;
}
.about .box5{
	margin-top: 80px;
	background-color: rgba(235, 235, 235, 1);
	padding: 60px;
}
.about .box5 .box-t{
	display: flex;
	margin: 30px auto 0;
	width: 1170px;
	max-width: 100%;
}
.about .box5 .box-b .list li .item,
.about .box5 .box-t .list li{
	display: flex;
	font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.about .box5 .box-b .list li .item .bullet,
.about .box5 .box-t .list li .bullet{
	width: 8px;
	height: 8px;
	background: #4C4C4C;
	border-radius: 50%;
	margin-top: 11px;
}
.about .box5 .box-b .list li .item .text,
.about .box5 .box-t .list li .text{
	flex: 1;
	margin-left: 11px;
}
.about .box5 .box-c{
	margin-top: 35px;
}
.about .box5 .box-c .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.about .box5 .box-c .list li{
	position: relative;
	width: 190px;
	z-index: 1;
}
.about .box5 .box-c .list li .icon{
	position: relative;
	width: 130px;
	height: 130px;
	box-shadow: 5px 9px 30px 0px rgba(171,171,171,0.3);
	border-radius: 50%;
	margin: 0 auto;
	z-index: 3;
}
.about .box5 .box-c .list li .icon::before{
	position: absolute;
	content: "";
	left: 7.69%;
	top: 7.69%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #DEDEDE;
	z-index: -1;
}
.about .box5 .box-c .list li .icon .iconPic{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4;
	background-color: #fff;
	border-radius: 50%;
}
.about .box5 .box-c .list li .icon img{
	max-height: 52px;
	max-width: 52px;
	transition: all .6s;
}
.about .box5 .box-c .list li:hover .icon img{
	transform: rotateY(180deg);
}
.about .box5 .box-c .list li .text{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-top: 25px;
	text-align: center;
}
.about .box5 .box-b{
	margin-top: 53px;
}
.about .box5 .box-b .list{
	margin-top: 34px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}
.about .box5 .box-b .list li{
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	transition: all .6s;
}
.about .box5 .box-b .list li:hover{
	border-color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 1);
}
.about .box5 .box-b .list li .li-title{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}
.about .box5 .box-b .list li .items{
	margin-top: 20px;
}
.about .box6{
	padding: 50px 0 0;
}
.about .box6 .inner-title{
	position: relative;
	z-index: 3;
}
.about .box6 .box-c{
	position: relative;
	margin: -38px auto 0;
	width: 1680px;
	max-width: 100%;
}
.about .box6 .box-c #map{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.about .box6 .box-c #map .map-l{
	position: absolute;
	left: 0;
	height: 100%;
	padding-top: 1.77%;
	width: 51.55%;
}
.about .box6 .box-c #map .map-r>img,
.about .box6 .box-c #map .map-l>img{
	display: block;
	width: 100%;
}
.about .box6 .box-c #map .map-r{
	position: absolute;
	right: 0;
	top: 0;
	width: 39.04%;
}
.about .box6 .box-c>img{
	display: block;
	width: 100%;
	opacity: 0;
}
.about .box6 .box-c #map .list li{
	position: absolute;
	transform-origin: center center;
	cursor: pointer;
}
.about .box6 .box-c #map .list li img{
	display: block;
}
.about .box6 .box-c #map .list li .text{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(110%,-50%);
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #174896;
	line-height: 1;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
}
.about .box6 .box-c #map .list li .text.bottom{
	left: 0;
	top: auto;
	bottom: 0;
	transform: translateY(105%);
}
.about .box6 .box-c #map .list li .text.left{
	left: 0;
	right: auto;
	transform: translate(-110%,-50%);
}
.about .box6 .box-c #map .list li:hover .text{
	opacity: 1;
	visibility: visible;
}
.about .box6 .box-c #map .list li.li1{
	left: 26.32%;
	top: 25.65%;
}
.about .box6 .box-c #map .list li.li2{
	left: 7.04%;
	top: 29.31%;
}
.about .box6 .box-c #map .list li.li3{
	left: 12.58%;
	top: 32.15%;
}
.about .box6 .box-c #map .list li.li4{
	left: 5.54%;
	top: 35.69%;
}
.about .box6 .box-c #map .list li.li5{
	left: 12.58%;
	top: 39.71%;
}
.about .box6 .box-c #map .list li.li6{
	left: 5.54%;
	top: 41.25%;
}
.about .box6 .box-c #map .list li.li7{
	left: 33.6%;
	top: 46.57%;
}
.about .box6 .box-c #map .list li.li8{
	left: 21.7%;
	top: 47.99%;
}
.about .box6 .box-c #map .list li.li9{
	left: 28.89%;
	top: 50.23%;
}
.about .box6 .box-c #map .list li.li10{
	left: 9.58%;
	top: 58.15%;
}
.about .box6 .box-c #map .list li.li11{
	left: 17.78%;
	top: 82.26%;
}
.about .box6 .box-c #map .list li.li12{
	left: 66.97%;
	top: 42.43%;
}
.about .box6 .box-c #map .list li.li13{
	left: 72.74%;
	top: 44.56%;
}
.about .box6 .box-c #map .list li.li14{
	left: 59.35%;
	top: 50.23%;
}
.about .box6 .box-c #map .list li.li15{
	left: 53.81%;
	top: 62.29%;
}
.about .box6 .box-c #map .list li.li16{
	left: 57.85%;
	top: 68.67%;
}
.about .box6 .box-c #map .list li.li17{
	left: 75.75%;
	top: 81.2%;
}
.about .box6 .box-c #map .list li.li18{
	left: 88.56%;
	top: 89.47%;
}
.about .box6 .box-c #map .list li.li19{
	left: 37.65%;
	top: 29.55%;
}
.about .box6 .box-c #map .list li.li20{
	left: 32.92%;
	top: 41.01%;
}
.about .box6 .box-c #map .list li.li21{
	left: 56.09%;
	top: 52.48%;
}
.about .box6 .box-c #map .list li.li22{
	left: 40.09%;
	top: 52.6%;
}
.about .box6 .box-c #map .list li.li23{
	left: 55.94%;
	top: 61.82%;
}
.about .box6 .box-c #map .list li.li24{
	left: 78.35%;
	top: 71.63%;
}
.about .box6 .box-c #map .list li.li25{
	left: 65.7%;
	top: 85.1%;
}
.about .box7{
	margin-top: 50px;
}
.about .box7 .swiper{
	border-radius: 5px;
}
.about .box7 .swiper-slide{
	width: 62.79%;
	border-radius: 5px;
	overflow: hidden;
}
.about .box7 .swiper-slide:not(:last-child){
	margin-right: 1.74%;
}
.about .box8 .swiper-pagination,
.about .box7 .swiper-pagination{
	position: relative;
	margin-top: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
}
.about .box8 .swiper-pagination-bullet,
.about .box7 .swiper-pagination-bullet{
	width: 60px;
	height: 3px;
	background: #E5E5E5;
	opacity: 1;
	transition: all .6s;
	border-radius: 0;
}
.about .box8 .swiper-pagination-bullet-active,
.about .box7 .swiper-pagination-bullet-active{
	background-color: rgba(23, 72, 150, 1);
}
.about .box8{
	padding: 80px 0;
}
.about .box8 .box-c{
	margin-top: 55px;
}
.about .box8 .box-c .swiper-slide{
	width: auto;
	background: #FFFFFF;
	box-shadow: 5px 9px 30px 0px rgba(189,189,189,0.3);
	border-radius: 5px;
	border: 1px solid #EAEAEA;
	padding: 33px 40px;
}
.about .box8 .box-c .swiper-slide:not(:last-child){
	margin-right: 75px;
}
.about .box8 .box-c .swiper-slide .img{
	position: relative;
}
.about .box8 .box-c .swiper-slide .img .pic{
	width: auto;
	max-width: 447px;
	height: 345px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .box8 .box-c .swiper-slide .img .pic img{
	max-width: 100%;
	max-height: 100%;
}
.about .box8 .box-c .swiper-slide .text{
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-top: 25px;
	text-align: center;
}
.about .box9 .inner-title{
	color: #fff;
}
.about .box9{
	padding: 60px 0;
	background: linear-gradient(90deg, #BC1313, #EB2828, #D61818);
}
.about .box9 .box-c{
	margin-top: 25px;
}
.about .box9 .box-c form{
	display: flex;
	gap: 14px;
	align-items: center;
}
.about .box9 .box-c form .input{
	display: flex;
	background: #FFFFFF;
	border-radius: 5px;
	line-height: 70px;
	flex: 1;
	align-items: center;
	padding: 0 20px;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
}
.about .box9 .box-c form .input input,
.about .box9 .box-c form .input select{
	flex: 1;
	width: 100%;
	border: none;
	outline: none;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	/* margin-left: 14px; */
	background: #fff;
	height: 70px;
}
.about .box9 .box-c form .submit{
	width: 140px;
	background: #2C2C2C;
	border-radius: 5px;
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	line-height: 70px;
	cursor: pointer;
}
.about .box9 .social{
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 30px;
}
.about .box9 .social a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 50%;
	transition: all .6s;
}
.about .box9 .social a .iconfont{
	font-size: 20px;
	color: rgba(44, 44, 44, 1);
	transition: all .6s;
}
.about .box9 .social a:hover .iconfont{
	color: #fff;
}
.about .box9 .social a:hover{
	background-color: RGBA(44, 44, 44, 1);
}
@media (max-width:1440px) {
	.about .box4 .list li .li-box .number{
		font-size: 50px;
	}
	.about .box8 .box-c .swiper-slide:not(:last-child){
		margin-right: 40px;
	}
}
@media (max-width:1280px) {
	.about .box4 .list li .li-box .number{
		font-size: 40px;
	}
	.about .box4 .list li .li-box .text{
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.9;
	}
	.about .box6 .box-c #map .list li{
		transform: scale(.7);
	}
}
@media (max-width:1199px) {
	.about .box4 .list li .li-box .number{
		font-size: 30px;
	}
	.about .box1,.about .box8{
		padding: 70px 0;
	}
	.about .box3{
		margin: 70px 0 40px;
	}
	.about .box5{
		margin-top: 70px;
	}
	.about .box8 .box-c{
		margin-top: 45px;
	}
}
@media (max-width:1024px) {
	.about .box8 .box-c .swiper-slide:not(:last-child){
		margin-right: 30px;
	}
	.about .box8 .box-c .swiper-slide{
		padding: 24px;
	}
	.about .box8 .box-c .swiper-slide .text{
		font-size: 12px;
		margin-top: 10px;
	}
	.about .box4 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.about .box4 .list li .li-box .number{
		font-size: 26px;
	}
	.about .box1,.about .box8{
		padding: 60px 0;
	}
	.about .box3{
		margin: 60px 0 40px;
	}
	.about .box5{
		margin-top: 60px;
	}
	.about .box1 .box-c .l{
		width: 44.88%;
	}
	.about .box1 .box-c .r{
		width: 52.97%;
	}
	.about .box1 .box-c .l .text{
		font-size: 14px;
	}
	.about .box1 .box-c .l .text p:not(:last-child){
		margin-bottom: 10px;
	}
	.about .box1 .box-c .l .video{
		margin-top: 20px;
	}
	.about .box2 .contain .text-box{
		font-size: 14px;
	}
	.about .box2 .pic img{
		min-height: 340px;
		object-fit: cover;
	}
	.about .box3 table th{
		padding: 10px 13px;
	}
	.about .box3 table th:first-child, .about .box3 table td:first-child{
		padding-left: 40px;
	}
	.about .box3 table{
		font-size: 16px;
	}
	.about .box3 table td{
		padding: 7px 13px;
	}
	.about .box3 table th:nth-child(2), .about .box3 table td:nth-child(2){
		min-width: 100px;
	}
	.about .box3 .list .item-t .counter{
		font-size: 44px;
	}
	.about .box3 .list .number{
		font-size: 28px;
	}
	.about .box4 .list li{
		min-height: 249px;
	}
	.about .box5 .box-c .list li .icon{
		width: 100px;
		height: 100px;
	}
	.about .box5 .box-c .list{
		gap: 25px;
	}
	.about .box5 .box-c .list li .text{
		margin-top: 10px;
		font-size: 16px;
	}
	.about .box5{
		padding: 40px;
	}
	.about .box5 .box-t{
		margin-top: 20px;
	}
	.about .box5 .box-c{
		margin-top: 30px;
	}
	.about .box5 .box-b .list li{
		padding: 20px;
	}
	.about .box5 .box-b .list li .items{
		margin-top: 10px;
	}
	.about .box5 .box-b .list{
		grid-template-columns: repeat(2,1fr);
	}
	.about .box8 .box-c{
		margin-top: 40px;
	}
	.about .box9 .box-c form{
		flex-wrap: wrap;
	}
	.about .box9 .box-c form .input{
		width: calc(50% - 7px);
		flex: none;
		line-height: 50px;
	}
	.about .box9 .box-c form .submit{
		line-height: 50px;
	}
}
@media (max-width:768px) {
	.about .box9 .box-c form .input{
		width: 100%;
		font-size: 16px;
	}
	.about .box8 .box-c{
		margin-top: 30px;
	}
	.about .box8 .swiper-pagination, .about .box7 .swiper-pagination{
		margin-top: 20px;
	}
	.about .box6 .box-c>img{
		display: none;
	}
	.about .box6 .box-c #map{
		position: relative;
		flex-wrap: wrap;
		justify-content: center;
	}
	.about .box6 .box-c #map .map-r,
	.about .box6 .box-c #map .map-l{
		position: relative;
	}
	.about .box6 .box-c #map .map-l{
		width: 100%;
		padding-top: 3.43%;
	}
	.about .box6 .box-c #map .map-r{
		width: 93.18%;
	}
	.about .box6 .box-c{
		margin-top: 0;
	}
	.about .box5 .box-c .list li{
		width: auto;
	}
	.about .box5 .box-b .list li .item .bullet, .about .box5 .box-t .list li .bullet{
		width: 6px;
		height: 6px;
		margin-top: 12px;
	}
	.about .box5 .box-b .list{
		grid-template-columns: repeat(1,1fr);
	}
	.about .box5 .box-b .list li .item, .about .box5 .box-t .list li{
		font-size: 14px;
	}
	.about .box5 .box-t{
		margin-top: 10px;
	}
	.about .box5{
		padding: 40px 30px;
	}
	.about .box5 .box-b .list{
		margin-top: 30px;
	}
	.about .box5 .box-b{
		margin-top: 40px;
	}
	.about .box5 .box-c .list li .icon{
		width: 80px;
		height: 80px;
	}
	.about .box5 .box-c .list li .icon img{
		width: 38px;
		height: 38px;
	}
	.about .box5 .box-c .list li .text{
		font-size: 14px;
		margin-top: 5px;
	}
	.about .box5 .box-c .list{
		grid-template-columns: repeat(3,1fr);
	}
	.about .box4 .list li{
		padding: 30px 20px;
	}
	.about .box4 .list li .li-box .number{
		font-size: 24px;
	}
	.about .box3 table,
	.about .box3 table td{
		font-size: 14px;
	}
	.about .box2 .contain .text-box p:not(:last-child){
		margin-bottom: 10px;
	}
	.about .box1 .box-c{
		flex-direction: column;
	}
	.about .box1 .box-c .l{
		width: 100%;
	}
	.about .box1,.about .box8{
		padding: 50px 0;
	}
	.about .box3{
		margin: 50px 0 40px;
	}
	.about .box5{
		margin-top: 50px;
	}
	.about .box9{
		padding: 50px 0;
	}
	.about .box1 .box-c .r{
		width: 100%;
		margin-top: 35px;
	}
	.about .box3 .list .item-t .counter{
		font-size: 36px;
	}
	.about .box3 .list .item-t img{
		width: 30px;
		margin-right: 6px;
	}
	.about .box3 .list .number{
		font-size: 22px;
	}
	.about .box3 .list .text{
		font-size: 14px;
	}
	.about .box3 .list{
		margin-top: 30px;
	}
	.about .box3 .list .item-t{
		line-height: 40px;
	}
	.about .box9 .box-c form .input input, .about .box9 .box-c form .input select{
		font-size: 16px;
	}
}
@media (max-width: 500px) {
	.about .box7 .swiper-slide{
		width: 80%;
	}
	.about .box9 .box-c form .input input, .about .box9 .box-c form .input select{
		font-size: 14px;
	}
	.about .box9 .box-c form .submit{
		font-size: 16px;
		line-height: 45px;
		width: 120px;
	}
	.about .box9 .box-c form .input{
		line-height: 45px;
		font-size: 14px;
		padding: 0 13px;
	}
	.about .box8 .box-c .swiper-slide .img .pic{
		max-width: 70vw;
		height: 300px;
	}
	.about .box8 .box-c{
		margin-top: 25px;
	}
	.about .box5 .box-b .list li .li-title{
		font-size: 16px;
	}
	.about .box5 .box-b .list{
		margin-top: 20px;
	}
	.about .box5 .box-b{
		margin-top: 30px;
	}
	.about .box5 .box-c{
		margin-top: 20px;
	}
	.about .box5{
		padding: 30px 20px;
	}
	.about .box4 .list li{
		padding: 20px 15px;
		min-height: 200px;
	}
	.about .box4 .list li .li-box .text{
		margin-top: 10px;
		font-size: 12px;
	}
	.about .box4 .list li .li-box .number{
		font-size: 22px;
	}
	.about .box1 .box-c .r{
		margin-top: 25px;
	}
	.about .box1 .box-c .l .text .bold{
		font-size: 16px;
	}
	.about .box3 .list .number + span{
		font-size: 14px;
	}
	.about .box3 .list .number{
		font-size: 18px;
	}
	.about .box3 .list .item-t .counter{
		font-size: 30px;
	}
	.about .box3 table th:nth-child(2), .about .box3 table td:nth-child(2){
		min-width: 70px;
	}
	.about .box3 table td,
	.about .box3 table th{
		padding: 5px;
	}
	.about .box3 table, .about .box3 table td{
		font-size: 12px;
		line-height: 24px;
	}
	.about .box3 table th:first-child, .about .box3 table td:first-child{
		padding-left: 14px;
	}
	.about .box1,.about .box8{
		padding: 40px 0;
	}
	.about .box3{
		margin: 40px 0 ;
	}
	.about .box5{
		margin-top: 40px;
	}
	.about .box9{
		padding: 40px 0;
	}
	.about .box7{
		margin-top: 40px;
	}
	.about .box9 .social a{
		width: 34px;
		height: 34px;
	}
	.about .box9 .social a .iconfont{
		font-size: 18px;
	}
	.about .box9 .social{
		margin-top: 20px;
	}
}	