.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: #3965DA; content: '';}
.about_company img{width: 100%;}

.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: 0.3rem 0 0;}

.about_com_left{width: 48.2%;}
.about_com_left .com_pic{padding-bottom: 66.8%; overflow: hidden;}
.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{padding-bottom: 0.8rem;}
.about_dev_list li{display: flex; align-items: center; justify-content: space-between; padding: 0.3rem 0; border-bottom: 1px solid #ddd;}
.about_dev_list li:first-child{padding-top: 0;}
.about_dev_list li .year{font-size: 40px; font-size: 0.4rem; width: 120px; width: 1.2rem; font-weight: bold;}
.about_dev_list li .brief{flex: 1; line-height: 28px; color: #333;}

@media only screen and (max-width: 950px) {
	.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_list li:first-child{padding-top: 0.3rem;}
}

/* s_about_honor */
.s_about_honor{padding: 0.8rem 0 1rem;}
.about_th .th{font-size: 50px; 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: 0.78rem; height: 0.38rem; 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: 1rem; left: auto;}
.about_company-next{right: 0;}

@media only screen and (max-width: 950px) {
	.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{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;}
}
.s_about_box{
	margin-top: 0.5rem;
}