/* img scale */
.about_pic img{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.about_pic_item:hover .about_pic img{
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
}

.s_about_top .c_sub_th{text-align: left; margin-top: 0;}
.s_about_top{overflow: hidden;}
.s_about_top .about_right{width: 49%; float: right; margin-left: 0.4rem;}

.about_company{position: relative; padding-right: 8px; overflow: hidden;}
.about_company::before{position: absolute; top: 20%; bottom: 20%; right: 0; width: 8px; background: var(--commonColor); content: '';}
.about_company img{width: 100%; transition: all 0.3s ease;}
.about_company:hover img{transform: scale(1.05);}

.s_about_pic{padding-bottom: 0.9rem;}
.s_about_pic .about_pic_item{width: 24%;}
.about_pic_item .about_pic{padding-bottom: 61.5%; overflow: hidden;}

@media only screen and (max-width: 950px) {
	.s_about_box{padding-top: 10px;}
	.s_about_top{display: flex; flex-direction: column;}
	.s_about_top .c_sub_th{order: 1;}
	.s_about_top .about_right{order: 2; margin-left: 0; width: 100%;}
	.s_about_box .innerContent{order: 3; padding-bottom: 10px;}
	.s_about_pic{order: 4; flex-wrap: wrap; padding-bottom: 30px;}
	.about_company{padding-right: 0;}
	.about_company::before{display: none;}
	.s_about_pic .about_pic_item{width: 100%; margin-bottom: 15px;}
	.s_about_pic .about_pic_item:last-child{margin-bottom: 0;}
}

/* s_about_company */
.s_about_company{background: #f5f5f5; padding: 0.8rem 0;}
.s_about_company .c_sub_th{text-align: left; margin-top: 0;}

.about_company_inner{padding: 2% 0 40px; position: relative;}
.about_company_inner .swiper-slide{height: auto; border-top: 1px solid #ddd;}

.about_com_left{width: 48.2%;}
.about_com_left .com_pic{padding-bottom: 66.8%; overflow: hidden; padding-bottom: 0; height: 100%;}
.about_com_left .com_pic img{transition: all 0.3s ease;}
.about_com_left .com_pic:hover img{transform: scale(1.05);}

.about_com_right{width: 48%;}
.swiper_about_company{height: 450px; margin-bottom: 30px;}
.about_dev_item{display: flex; align-items: center; justify-content: space-between; padding: 0.3rem 0;}
/* .about_dev_item:first-child{padding-top: 0;} */
.about_dev_item .year{font-size: 32px; line-height: 1.2; width: 24%; margin-right: 3%; font-weight: bold;}
.about_dev_item .brief{flex: 1; line-height: 28px; color: #333;}

@media only screen and (max-width: 1100px) {
	.about_dev_item{padding: 15px 0;}
	.about_dev_item .year{font-size: 28px;}
}
@media only screen and (max-width: 950px) {
	.swiper_about_company{height: 526px;}
	.s_about_company{padding: 20px 0;}
	.about_company_inner{padding: 5px 0; flex-wrap: wrap;}
	.about_com_left{width: 100%;}
	.about_com_right{width: 100%;}
	.about_dev_item .year{font-size: 24px;}
	/* .about_dev_item:first-child{padding-top: 0.3rem;} */
}

/* s_about_honor */
.s_about_honor{padding: 0.8rem 0 1rem;}
.about_th .th{font-size: 0.5rem; line-height: 1.25; text-align: center; font-weight: bold; font-family: 'OPENSANS-BOLD';}
.about_th .brief{line-height: 28px; text-align: center; color: #333;}

.about_honor_inner{padding: 0.5rem 0 0;}
.about_honor_inner .cerPic{padding-bottom: 142%;}
.about_honor_inner .swiper-slide {
	transition: 300ms;
	transform: scale(0.8);
}

.about_honor_inner .swiper-slide-active, .about_honor_inner.swiper-slide-duplicate-active{
  transform: scale(1);
}
.about_honor-prev, .about_honor-next, .about_company-prev, .about_company-next{background: #333; width: 78px; height: 38px; border-radius: 0;}
.about_honor-prev::before, .about_honor-next::before, .about_company-prev::before, .about_company-next::before{content: ''; transform: scale(1); position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.about_honor-prev::before, .about_company-prev::before{background: url(../img/icon_left_w.png) no-repeat center /0.22rem auto;}
.about_honor-next::before, .about_company-next::before{background: url(../img/icon_right_w.png) no-repeat center /0.22rem auto;}

.about_company-prev, .about_company-next{top: auto; bottom: 0;}
.about_company-prev{right: 84px; left: auto;}
.about_company-next{right: 0;}

@media only screen and (max-width: 950px) {
	.about_honor_inner .swiper-slide {
		transition: 300ms;
		transform: scale(1);
	}
	.s_about_honor{padding: 30px 0;}
	.about_honor_inner{padding-top: 16px;}
	.about_honor-prev, .about_honor-next, .about_company-prev, .about_company-next{width: 60px; height: 30px;}
	.about_honor-prev, .about_honor-next{display: none;}
	.about_honor-prev{left: 0;}
	.about_honor-next{right: 0;}
	.about_honor-prev::before, .about_honor-next::before, .about_company-prev::before, .about_company-next::before{background-size: 20px auto;}
	.about_company-prev{right: 75px;}
}