.about .box1{
	padding: 60px 0 100px;
}
.about .box1 .box-c{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .box1 .box-c .l{
	width: 45.14%;
}
.about .box1 .box-c .l .text{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	margin-top: 29px;
}
.about .box1 .box-c .r{
	width: 48.57%;
}
.about .box1 .box-c .r .pic{
	border-radius: 50px 0px 50px 0px;
}
.about .box2 .inner-title{
	text-align: center;
}
.about .box2 .box-c{
	margin-top: 40px;
}
.about .box2 .box-c li{
	position: relative;
	background-color: rgba(247, 247, 247, 1);
	display: flex;
}
.about .box2 .box-c li:nth-child(2n){
	flex-direction: row-reverse;
}
.about .box2 .box-c li .content1400{
}
.about .box2 .box-c li .l,
.about .box2 .box-c li .r{
	width: 50%;
}
.about .box2 .box-c li .pic,
.about .box2 .box-c li .pic img{
	height: 100%;
}
.about .box2 .box-c li .pic img {
	height: 100%;
	object-fit: cover;
}
.about .box2 .box-c li .r{
	display: flex;
	align-items: center;
	padding: 30px 0;
	min-height: 500px;
}
.about .box2 .box-c li:nth-child(2n) .r{
	justify-content: flex-end;
}
.about .box2 .box-c li .text-box{
	width: 700px;
	max-width: 94%;
	padding-left: 9.37%;
}
.about .box2 .box-c li:nth-child(2n) .text-box{
	padding-left: 0;
	padding-right: 9.37%;
}
.about .box2 .text-title{
	font-size: 24px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}
.about .box2 .text-title .bold{
	font-weight: bold;
}
.about .box2 .text-box .line{
	width: 40px;
	height: 4px;
	background: #D90B18;
	margin-top: 23px;
}
.about .box2 .text-des{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	margin-top: 30px;
}
.about .box3{
	margin: 60px 0 40px;
}
.about .box3 .inner-title{
	text-align: center;
}
.about .box3 .box-c{
	position: relative;
}
.about .box3 .box-c .swiper{
	padding: 50px 0 ;
}
.about .box3 .box-c .swiper .swiper-slide{
	width: 23.57%;
	text-align: center;
	box-shadow: 6px 8px 20px 0px rgba(51,51,51,0.15);
	border-radius: 10px;
	height: auto;
	padding: 50px 37px 44px;
}
.about .box3 .box-c .swiper .swiper-slide:hover{
	background-image: url(../img/about-box3-1.png);
	background-size: cover;
}
.about .box3 .box-c .swiper .swiper-slide:not(:last-child){
	margin-right: 1.92%;
}
.about .box3 .box-c .swiper .swiper-slide .icon .iconfont{
	font-size: 40px;
	color: #D90B18;
}
.about .box3 .box-c .swiper .swiper-slide:hover .icon .iconfont{
	color: rgba(255, 255, 255, 1);
}
.about .box3 .box-c .swiper .swiper-slide .text-title{
	font-size: 20px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-top: 30px;
}
.about .box3 .box-c .swiper .swiper-slide:hover .text-title,
.about .box3 .box-c .swiper .swiper-slide:hover .text-des{
	color: rgba(255, 255, 255, 1);
}
.about .box3 .box-c .swiper .swiper-slide:hover .line{
	background-color: #fff;
}
.about .box3 .box-c .swiper .swiper-slide .line{
	width: 30px;
	height: 3px;
	background: #D90B18;
	margin: 20px auto 0;
}
.about .box3 .box-c .swiper .swiper-slide .text-des{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 22px;
}
.about .box3 .box-c .btn,
.about .box5 .box-c .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #999999;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
	background-color: #fff;
}
.about .box3 .box-c .btn:hover{
	background-color: #D90B18;
	border-color: #D90B18;
	color: #fff;
}
.about .box3 .box-c .btn.btn-prev{
	left: -76px;
}
.about .box3 .box-c .btn.btn-next{
	right: -76px;
}
.about .box5 .box-c .btn{
	border: none;
	background-color: rgba(255,255,255,.25);
	color: #fff;
}
.about .box5 .box-c .btn:hover{
	border: none;
	background-color: rgba(255,255,255,1);
	color: #D90B18;
}
.about .box5 .box-c .btn.btn-prev{
	left: 0;
}
.about .box5 .box-c .btn.btn-next{
	right: 0;
}
.about .box4 .inner-title{
	text-align: center;
}
.about .box4 .box-c{
	margin-top: 40px;
	background-image: url(../img/about-box3-bg.jpg);
	background-size: cover;
	height: 600px;
	box-shadow: 0px 10px 20px 0px rgba(51, 51, 51, 0.3);
}
.about .box4 .box-c .list{
	height: 100%;
	display: flex;
}
.about .box4 .box-c li{
	height: 100%;
	display: flex;
	width: 18.57%;
}
.about .box4 .box-c li.active{
	flex: 1;
	/* width: 100%;
	
	transition: all 1s; */
}
.about .box4 .box-c li .icon{
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	border: 2px solid #D90B18;
	margin: 30px auto 0;
	color: rgba(217, 11, 24, 1);
}
.about .box4 .box-c li.active .icon{
	border-color: #fff;
	color: #fff;
}
.about .box4 .box-c li .icon .iconfont{
	font-size: 14px;
}
.about .box4 .box-c li .li-l{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	width: 100%;
}
.about .box4 .box-c li.active .li-l{
	background-color: rgba(217, 11, 24, .8);
	
}
.about .box4 .box-c li .li-l .zh{
	font-size: 20px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.about .box4 .box-c li .li-l .en{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 10px;
}
.about .box4 .box-c li .li-r{
	width: 0;
	/* flex: 1; */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: rgba(217, 11, 24, .5);
}
.about .box4 .box-c li.active .li-r{
	flex: 1;
	width: 100%;
	transition: all 1s;
}
.about .box4 .box-c li .li-r .text{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	width: 237px;
	max-width: 94%;
	opacity: 0;
	transform: translateY(30px);
}
.about .box4 .box-c li.active .li-r .text{
	transform: translateY(0);
	opacity: 1;
	transition: all 1s .6s;
}
.about .box5{
	background-image: url(../img/about-box4-bg.jpg);
	background-size: cover;
	padding: 60px 0;
	margin-top: 100px;
}
.about .box5 .zh,
.about .box6 .zh{
	font-size: 24px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
}
.about .box2 .en,
.about .box3 .en,
.about .box4 .en,
.about .box5 .en,
.about .box6 .en{
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	opacity: 0.8;
	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
}
.about .box5 .box-c{
	position: relative;
	padding: 0 54px;
	margin-top: 114px;
}
.about .box5 .gallery-top .swiper-slide .year{
	font-size: 86px;
	/*font-family: Poppins;*/
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
}
.about .box5 .gallery-top .swiper-slide .text-box{
	width: 907px;
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.8;
	max-width: 80%;
	margin: 45px auto 0;
	text-align:center;
}
.about .box5 .gallery-top .swiper-slide{
	min-height: 400px;
}
.about .box5 .box-b{
	position: relative;
	margin-top: 95px;
}
.about .box5 .box-b::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	top: 16px;
	width: 100vw;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
}
.about .box5 .box-b .gallery-thumbs{
	padding: 0 50px;
}
.about .box5 .box-b .swiper-slide{
	position: relative;
	width: .57%;
	height: 71px;
	padding-top: 13px;
	cursor: pointer;
}
.about .box5 .box-b .swiper-slide:not(:last-child){
	margin-right: 24.29%;
}
.about .box5 .box-b .swiper-slide .bullet{
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.5);
}
.about .box5 .box-b .swiper-slide.swiper-slide-thumb-active .bullet{
	background-color: rgba(255,255,255,1);
}
.about .box5 .box-b .swiper-slide .line{
	position: absolute;
	left: 100%;
	content: "";
	width: 0;
	top: 16px;
	height: 1px;
	background-color: #ffff;
}
.about .box5 .box-b .swiper-slide.swiper-slide-thumb-active .line{
	transition: all 5s;
}
.about .box5 .box-b .swiper-slide .bullet::before{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: "";
	width: 34px;
	height: 34px;
	background: rgba(255,255,255,.1);
	border-radius: 50%;
	z-index: -1;
}
.about .box5 .box-b .swiper-slide .text{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 35px;
	font-size: 18px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 14px;
}
.about .box6{
	padding: 60px 0 100px;
}
.about .box6 .zh{
	color: #333;
}
.about .box2 .en,
.about .box3 .en,
.about .box4 .en,
.about .box6 .en{
	color: #666666;
}
.about .box6 .box-c{
	margin-top: 60px;
}
.about .box6 .box-c .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about .box6 .box-c .list li,
.about .box6 .box-c .list i{
    	width: 31.42%;
}
.about .box6 .box-c .list li{
	position: relative;
	border-radius: 120px 0 120px 120px;
	background-color: rgba(246, 247, 251, 1);
	margin-bottom: 60px;
}
.about .box6 .box-c .list li:hover{
	box-shadow: 5px 9px 20px 0px rgba(51, 51, 51, 0.15);
}
.about .box6 .box-c .list li.big{
	width: 47.14%;
	border-radius: 140px 0 140px 140px;
}
.about .box6 .box-c .list li a{
	display: flex;
	align-items: center;
}
.about .box6 .box-c .list li .avatar{
	width: 44.31%;
}
.about .box6 .box-c .list li .avatar img{
	display: block;
	width: 100%;
}
.about .box6 .box-c .list li .text-box{
	width: 34.09%;
	margin-left: 7.27%;
}
.about .box6 .box-c .list li .title{
	position: relative;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	padding-bottom: 13px;
	border-bottom: 2px solid rgba(204, 204, 204, 1) ;
}
.about .box6 .box-c .list li.big .title{
	font-size: 24px;
}
.about .box6 .box-c .list li.big .title::before{
	position: absolute;
	content: "";
	left: 0;
	width: 70px;
	height: 2px;
	bottom: -2px;
	background-color: #D90B18;
}
.about .box6 .box-c .list li .title span{
	font-size: 16px;
	font-weight: normal;
}
.about .box6 .box-c .list li .des{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about .box6 .box-c .list li.big .des{
	-webkit-line-clamp: 2;
	font-size: 18px;
	margin-top: 15px;
}
.about .box6 .box-c .list li .more{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
}
.about .box6 .box-c .list li:hover .more{
	color: #D90B18;
}
.about .box6 .box-c .list li .more .iconfont{
	font-size: 24px;
	margin-left: 10px;
}
.about .loadmore{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #D90B18;
	border-radius: 5px;
	font-size: 18px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #D90B18;
	text-align: center;
	margin: 0 auto;
}
.introduceContent{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 530px;
	background: #FFFFFF;
	border-radius: 10px;
}
.introduceContent .swiper,
.introduceContent .swiper-wrapper,
.introduceContent .swiper-slide{
	width: 100%;
	height: 100%;
}
.introduceContent .close{
	cursor: pointer;
	color: rgba(102, 102, 102, 1);
}
.introduceContent .swiper-slide .slide-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 937px;
	max-width: 90%;
	margin: 0 auto;
}
.introduceContent .swiper-slide .avatar{
	width: 32.27%;
}
.introduceContent .swiper-slide .avatar img{
	display: block;
	width: 100%;
}
.introduceContent .swiper-slide .text-box{
	width: 58.2%;
}
.introduceContent .swiper-slide .title{
	position: relative;
	font-size: 30px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	padding-bottom: 21px;
	border-bottom: 2px solid rgba(204, 204, 204, 1);
}
.introduceContent .swiper-slide .title span{
	font-size: 24px;
	font-weight: 400;
}
.introduceContent .swiper-slide .title::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	height: 2px;
	width: 200px;
	max-width: 100%;
	background-color: rgba(217, 11, 24, 1);
}
.introduceContent .swiper-slide .des{
	font-size: 18px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin-top: 14px;
}
.introduceContent .swiper-slide .text{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 26px;
	height: 210px;
	overflow: auto;
}
.introduceContent .close{
	position: absolute;
	right: 40px;
	top: 40px;
	cursor: pointer;
	color: rgba(102, 102, 102, 1);
	z-index: 2;
}
.introduceContent .close .iconfont{
	cursor: pointer;
	font-size: 24px;
}
.introduceContent .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 59px;
	height: 59px;
	line-height: 59px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 50%;
	color: rgba(217, 11, 24, 1);
	cursor: pointer;
}
.introduceContent .btn .iconfont{
	font-size: 24px;
	font-weight: bold;
}
.introduceContent .btn::before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 77px;
	height: 77px;
	line-height: 77px;
	text-align: center;
	background: rgba(255,255,255,.2);
	border-radius: 50%;
}
.introduceContent .btn.btn-prev{
	left: -170px;
}
.introduceContent .btn.btn-next{
	right: -170px;
	background-color: #D90B18;
	color: #fff;
}
.introduceContent .btn.btn-next::before,
.introduceContent .btn.btn-prev:hover::before{
	background-color: rgba(217, 11, 24, .2);
}
.introduceContent .btn.btn-prev:hover{
	background-color: #D90B18;
	color: #fff;
}
.introduceContent .btn.btn-prev:hover + .btn{
	background-color: #fff;
	color: #D90B18;
}
.introduceContent .btn.btn-prev:hover + .btn::before{
	background: rgba(255,255,255,.2);
}
@media (max-width: 1600px) {
	.about .box3 .box-c .btn.btn-next{
		right: -30px;
	}
	.about .box3 .box-c .btn.btn-prev
	{
		left: -30px;
	}
	.introduceContent .btn{
	    width: 44px;
	    height: 44px;
	    line-height: 44px;
	}
	.introduceContent .btn::before{
	    height: 56px;
	    width: 56px;
	}
	.introduceContent .btn.btn-next{
	     right: -70px;
	    
	}
	.introduceContent .btn.btn-prev{
	   
	    left: -70px;
	}
}
@media (max-width: 1440px) {
	.about .box3 .box-c .swiper .swiper-slide{
		padding: 40px 30px 30px;
	}
	.about .box3 .box-c .swiper .swiper-slide .text-title{
		margin-top: 20px;
	}
	.about .box4 .box-c li{
		width: 16.57%;
	}
	.about .box5 .gallery-top .swiper-slide{
		min-height: 330px;
	}
	.about .box5 .box-c{
		margin-top: 70px;
	}
	.about .box5 .box-b{
		margin-top: 50px;
	}
	.about .box5 .gallery-top .swiper-slide .year{
		font-size: 60px;
	}
	.about .box5 .gallery-top .swiper-slide .text-box{
		margin-top: 82px;
	}
}
@media (max-width: 1380px){
    .introduceContent .btn.btn-next{
	     right: -30px;
	    
	}
	.introduceContent .btn.btn-prev{
	   
	    left: -30px;
	}
	.introduceContent .btn::before{
	    background: rgba(0,0,0,.2);
	}
}
@media (max-width: 1199px) {
	.about .box6 .box-c .list li,
	.about .box6 .box-c .list i{
		width: 48.5%;
	}
	.about .box6 .box-c .list li.big .title{
		font-size: 20px;
	}
	.about .box6 .box-c .list li .text-box{
		margin-left: 5%;
	}
	.about .box6 .box-c .list li.big .des{
		font-size: 16px;
	}
	.about .box6 .box-c .list li .text-box{
		width: 40%;
	}
}
@media (max-width: 1024px) {
    .introduceContent .btn{
        position: relative;
    }
    .introduceContent .btns{
        position:absolute;
        top: 110%;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.about .box1{
		padding-bottom: 60px;
	}
	.about .box1 .box-c{
		flex-direction: column;
	}
	.about .box1 .box-c .l{
		width: 100%;
	}
	.about .box1 .box-c .r{
		width: 100%;
		margin-top: 35px;
	}
	.about .box2 .box-c li,
	.about .box2 .box-c li:nth-child(2n){
		flex-direction: column;
	}
	.about .box2 .box-c li .l, .about .box2 .box-c li .r{
		width: 100%;
	}
	.about .box2 .box-c li .text-box,
	.about .box2 .box-c li:nth-child(2n) .text-box{
		width: 100%;
		max-width: 100%;
		padding: 0 3%;
	}
	.about .box2 .box-c li .r{
		min-height: 0;
	}
	.about .box2 .text-title{
		font-size: 22px;
		line-height: 1.5;
	}
	.about .box2 .text-box .line{
		margin-top: 17px;
	}
	.about .box2 .text-des{
		margin-top: 20px;
		line-height: 26px;
	}
	.about .box3 .box-c .swiper .swiper-slide{
		width: 32%;
	}
	.about .box3 .box-c .swiper .swiper-slide:not(:last-child){
		margin-right: 2%;
	}
	.about .box3 .box-c .btn{
		position: relative;
		top: 0;
		transform: translateX(0);
		width: 40px;
		height: 40px;
		line-height: 38px;
		margin: 0 5px;
	}
	.about .box3 .box-c .btn.btn-prev{
		left: 0;
	}
	.about .box3 .box-c .btn.btn-next{
		right: 0;
	}
	.about .box3 .box-c .btns{
		display: flex;
		justify-content: center;
	}
	.about .box3 .box-c .swiper{
		padding: 30px 0;
	}
	.about .box4 .box-c li.active,
	.about .box4 .box-c li{
		width: 25%;
		background-color: rgba(217, 11, 24, .8);
		padding: 100px 10px 0;
	}
	.about .box4 .box-c li{
		flex-direction: column;
		
	}
	.about .box4 .box-c li .li-r{
		width: 100%;
		flex: none !important;
		background-color: transparent;
		margin-top: 15px;
	}
	.about .box4 .box-c li .li-l,
	.about .box4 .box-c li.active .li-l{
		height: auto;
		background-color: transparent;
	}
	.about .box4 .box-c li .li-r .text{
		opacity: 1;
		transform: translateY(0);
	}
	.about .box4 .box-c li .icon{
		color: #fff;
		border-color: #fff;
	}
	.about .box4 .box-c{
		height: 450px;
	}
	.about .box4 .box-c li .li-r .text{
		line-height: 26px;
	}
	.about .box5 .gallery-top .swiper-slide .text-box{
		max-width: 100%;
	}
	.about .box5 .box-c{
		padding: 0;
	}
	.about .box5 .gallery-top .swiper-slide .year{
		font-size: 40px;
	}
	.about .box5 .box-b{
		margin-top: 30px;
	}
	.about .box5 .box-c{
		margin-top: 45px;
	}
	.introduceContent .swiper-slide .title{
		font-size: 26px;
		padding-bottom: 15px;
	}
	.introduceContent{
		height: 420px;
	}
	.introduceContent .close{
		top: 20px;
		right: 20px;
	}
	.introduceContent .swiper-slide .text-box{
		width: 65%;
	}
	.about .box5 .box-c .btn{
		position: relative;
		margin: 0 10px;
		top: 0;
		transform: translateY(0);
	}
	.about .box5 .box-c .btn.btn-prev{
		left: auto;
	}
	.about .box5 .box-c .btn.btn-next{
		right: auto;
	}
	.about .box5 .box-c .btns{
		display: flex;
		justify-content: center;
		margin-top: 15px;
	}
}
@media (max-width: 768px) {
	.introduceContent .swiper-slide .slide-box{
		flex-direction: column;
		justify-content: flex-start;
		padding: 30px 0;
	}
	.introduceContent .swiper-slide .avatar{
		width: 200px;
	}
	.introduceContent .swiper-slide .text-box{
		width: 100%;
		margin-top: 20px;
	}
	.introduceContent{
		height: 600px;
	}
	.introduceContent .swiper-slide .title{
		font-size: 22px;
	}
	.introduceContent .swiper-slide .title span{
		font-size: 20px;
	}
	.about .box3 .box-c .swiper .swiper-slide{
		width: 48%;
	}
	.about .box2 .text-title{
		font-size: 20px;
	}
	.about .box4 .box-c{
		background: none;
		height: auto;
	}
	.about .box4 .box-c li.active, .about .box4 .box-c li{
		width: 100%;
	}
	.about .box4 .box-c .list{
		flex-wrap: wrap;
		height: auto;
	}
	.about .box4 .box-c li.active, .about .box4 .box-c li{
		padding: 30px 20px;
	}
	.about .box4 .box-c li .li-r .text{
		width: 100%;
		text-align: center;
	}
	.about .box4 .box-c li:not(:last-child){
		margin-bottom: 25px;
	}
	.about .box5{
		margin-top: 60px;
	}
	.about .box5 .box-b .swiper-slide:not(:last-child){
		margin-right: 49.29%;
	}
	.about .box6 .box-c .list li,
	.about .box6 .box-c .list i{
		width: 100%;
		margin-bottom: 35px;
	}
	.about .box6 .box-c .list li .avatar{
		width: 30%;
	}
	.about .box6{
		padding: 60px 0;
	}
	.about .box6 .box-c{
		margin-top: 35px;
	}
	.about .loadmore{
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}
	.about .box6 .box-c .list li .text-box{
		width: 55%;
	}
	.about .box4 .box-c li .icon{
		display: none;
	}
}
@media (max-width: 500px) {
	.introduceContent{
		height: auto;
	}
	.introduceContent .swiper-slide .avatar{
		width: 160px;
	}
	.introduceContent .swiper-slide .des{
		font-size: 16px;
		margin-top: 10px;
	}
	.introduceContent .swiper-slide .text{
		margin-top: 15px;
	}
	.introduceContent .swiper-slide .title span{
		font-size: 18px;
	}
	.introduceContent .swiper-slide .title{
		font-size: 20px;
	}
	.about .box1{
		padding: 20px 0 40px;
	}
	.about .box1 .box-c .l .text{
		margin-top: 15px;
	}
	.about .box1 .box-c .r{
		margin-top: 25px;
	}
	.about .box2 .box-c{
		margin-top: 25px;
	}
	.about .box2 .text-des{
		font-size: 15px;
	}
	.about .box3 .box-c .swiper .swiper-slide{
		width: 100%;
		padding: 30px 20px;
	}
	.about .box5 .gallery-top .swiper-slide .year{
		font-size: 30px;
	}
	.about .box5 .box-c{
		margin-top: 30px;
	}
	.about .box5 .gallery-top .swiper-slide .text-box{
		margin-top: 15px;
	}
	.about .box5 .gallery-top .swiper-slide{
		min-height: auto;
	}
	.about .box5{
		margin-top: 50px;
		padding: 50px 0;
	}
	.about .box5 .box-b .swiper-slide .text{
		font-size: 16px;
	}
	.about .box5 .zh, .about .box6 .zh{
		font-size: 22px;
	}
	.about .box2 .en,
	.about .box3 .en,
	.about .box4 .en,
	.about .box5 .en, .about .box6 .en{
		font-size: 16px;
		margin-top: 10px;
	}
	.about .box6 .box-c .list li .avatar{
		width: 40%;
	}
	.about .box6 .box-c .list li .text-box{
		width: 45%;
	}
	.about .box6 .box-c .list li .more{
		font-size: 14px;
		margin-top: 5px;
	}
	.about .box6 .box-c .list li .title{
		line-height: 25px;
	}
	.about .box3{
		margin: 40px 0;
	}
	.about .box3 .box-c .swiper{
		padding: 25px 0;
	}
	.about .box3 .box-c .btn{
		width: 35px;
		height: 35px;
		line-height: 33px;
	}
	.about .box4 .box-c{
		margin-top: 30px;
	}
	.about .box4 .box-c li.active .li-r{
		margin-top: 10px;
	}
}