/* img scale */
.factory_list li .fac_pic img, .ser_pic_item .ser_pic img, .cer_item .cer_pic img, .top_right .top_pic img, .about_com_right .com_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;
}
.s_about_pic:hover .about_pic img, .factory_list li:hover .fac_pic img, .cer_item:hover .cer_pic img, .top_right .top_pic:hover img, .about_com_right .com_pic:hover img{
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06);
}
.web_main{padding-bottom: 0;}
.web_th .title{font-size: 30px;}
.web_th .s_title{font-size: 16px; color: #14457B;}

.s_about_top{overflow: hidden; padding-top: 3.5%;}
.about_top_div{background: #F8F8F8; margin-top: 20px;}

.top_left{flex: 1; position: relative;}
.about_con{position: absolute; left: 0; top: 0; right: 0; height: 100%; overflow-y: auto; padding-right: 20px; color: #666; line-height: 1.5;}
.top_con{left: 3.5%; top: 14%; height: 72%; right: 3.5%;}
.about_con p{padding-bottom: 12px;}
.about_con a{color: #14457B;}
.about_con a:hover{text-decoration: underline;}
.ab_s_img{float: left; margin: 0 15px 0 0;}

.top_right{margin: 0 5.6% 0 6%;}
.top_right .top_pic{margin-top: -34px;}

@media only screen and (max-width: 1200px) {
	.web_th .title{font-size: 26px;}
}
@media only screen and (max-width: 950px) {
	.web_th .title{font-size: 24px;}
	.s_about_top{padding-top: 30px;}
	.about_top_div{flex-direction: column; margin-top: 10px;}
	.top_right .top_pic{margin: 20px auto; width: 150px;}
	.top_left{width: 100%; order: 2; padding: 0 15px 15px;}
	.top_right{width: 100%; order: 1; margin: 0;}
	.about_con{position: static; padding-right: 0;}
}

/* about_company */
.about_company{margin-top: 3%; align-items: center;}
.about_com_left{width: 59%; position: relative;}
.about_com_left .about_con{position: static;}
/* .about_com_left .about_con{position: absolute; left: 0; top: 0; right: 0; height: 100%; overflow-y: auto; padding-right: 20px;} */
.about_com_right{width: 38.5%; height: auto;}
.about_com_right .com_pic{padding-bottom: 78%; overflow: hidden; border-radius: 12px;}

@media only screen and (max-width: 1200px) {
	.about_company{align-items: normal;}
	.about_com_left .about_con{position: absolute;}
}
@media only screen and (max-width: 950px) {
	.about_company{margin-top: 30px; flex-direction: column;}
	.about_com_left{width: 100%; order: 2; margin-top: 15px;}
	.about_com_right{width: 100%; order: 1;}
}

/* s_about_award */
.s_about_award{background: #FAFAFA; margin-top: 3.5%; padding: 4% 0;}

.about_award{position: relative; padding: 0 50px; margin-top: 2%; z-index: 0;}
.about_award::before{position: absolute; left: 0; right: 0; top: 42px; height: 4px; background: #14457B; content: ''; z-index: -1;}
.about_award .swiper-container-horizontal{padding: 0 6px 6px;}
.about_award .swiper-slide{width: 24%;}

.award_item .year{color: #14457B;}
.award_item .year .icon{display: block; width: 42px; height: 42px; border: 2px solid #2C6DF5; background: url(../img/icon13.png) no-repeat center/21px auto; border-radius: 50%; margin-top: 3px; background-color: #F8F8F8;}

.award_info{background: #fff; box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.09); padding: 16px 14px; margin-top: 32px; position: relative;}
.award_info::before{position: absolute; left: 18px; top: -15px;
	height: 20px; line-height: 20px; font-size: 32px; color: #fff;
	content: '\f0d8'; text-shadow: 0 -2px 4px rgba(0, 0, 0, 0.12);
}
.award_info .title{font-family: 'Poppins-Bold'; font-size: 18px; color: #14457B; height: 110px; overflow-y: auto;}
.award_info .date{color: #2C6DF5; margin: 6px 0; height: 24px;}
.award_info .brief{color: #999; height: 240px; overflow-y: auto;}

.award_item:hover .year .icon{animation: swing 0.5s;}
.award_item:hover .award_info{box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);}
.award_item:hover .award_info::before{text-shadow: 0 -3px 4px rgba(0, 0, 0, 0.3);}

.award-prev{left: 0;}
.award-next{right: 0;}
.award-next, .award-prev{width: 38px; height: 38px; background-repeat: no-repeat; background-position: center; background-size: 60% auto; border-radius: 0; margin-top: 20px; border: 2px solid #999; background: none; border-radius: 50%; color: #14457B;}
.award-next:before, .award-prev:before{font-size: 20px; display: block; height: 38px; line-height: 38px;}
.award-prev:before{content: '\f104';}
.award-next:before{content: '\f105';}
.award-next:hover, .award-prev:hover{background-color: #2C6DF5; border-color: #2C6DF5; color: #fff;}

.award-pagination{display: none;}

@media only screen and (max-width: 950px) {
	.about_award .swiper-slide{width: 100%;}
	.s_about_award{margin-top: 20px; padding: 30px 0 25px;}
	.about_award{margin-top: 20px; padding: 0 0 34px;}
	.award_info{margin-top: 25px;}
	.award-next, .award-prev{display: none;}
	.award-pagination{display: block;}
}

/* s_about_factory */
.s_about_factory{padding-top: 3.5%;}
.factory_inner{padding: 0 0 32px; position: relative;}
.factory_list{padding-top: 2%;}
.factory_list li{margin: 0 2% 0 0; width: 49%; margin-bottom: 2%;}
.factory_list li:nth-child(2n){margin-right: 0;}
.factory_list li .fac_pic{padding-bottom: 56.3%; overflow: hidden;}
.factory_list li .title{text-align: center; padding: 10px 0 12px; display: none;}

.factory-next, .factory-prev{display: none;}

@media only screen and (max-width: 950px) {
	.s_about_factory{padding-top: 30px;}
	.factory_list li{margin-bottom: 15px;}
	.factory_list li:last-child{margin-bottom: 0;}
}
@media only screen and (max-width: 640px) {
	.factory_list li{width: 100%; margin-bottom: 15px; margin-right: 0;}
}

/* s_about_cer */
.s_about_cer{padding-top: 3%;}
.about_ser_list li{width: 30%; margin-top: 3%;}
.cer_item .cer_pic{padding-bottom: 136.9%; overflow: hidden;}
.about_cer{padding: 2% 0 50px;}
.cer-prev, .cer-next{display: none;}
.about_cer .swiper-slide{width: 23%;}

@media only screen and (max-width: 950px) {
	.s_about_cer{padding-top: 30px;}
	.about_cer{padding: 10px 0 34px;}
	.cer_item:hover .cer_pic img{transform: none;}
}

/* s_about_form */
.s_about_form{position: relative; padding: 7% 0 5%; margin-top: 3.5%;}
.s_about_form::before{position: absolute; top: 0; left: 0; bottom: 0; width: 57%; background: #F3F3F3; content: ''; z-index: 0;}

.about_form{}
.about_form .web_th{width: 40%;}
.about_form .web_th .title{font-size: 45px; color: #333; text-transform: uppercase;}
.about_form .web_th .brief{font-family: 'MicrosoftPhagsPa'; margin: 5px 0 25px;}
.about_form .web_th .email a{color: #14457B; font-size: 20px; font-family: 'MyriadPro-Semibold'; line-height: 30px; background: url(../img/icon14.png) no-repeat left center; padding-left: 40px; display: inline-block; height: 30px;}
.form_div{width: 50%;}
.about_form .web_th .email a:hover{color: #2C6DF5; background-image: url(../img/icon14_1.png);}

.form_input input, .form_input textarea{height: 48px; width: 100%; background: #D8D8D8; border: 0; font-size: 16px; margin-bottom: 18px; padding: 0 15px;}
.form_input textarea{height: 144px; line-height: 28px; padding: 10px 15px; margin-bottom: 14px;}

.form_btn .submit_btn{font-family: 'Poppins-Medium'; color: #fefefe; background: #14457B; border: 0; margin: 0; height: 44px; width: 166px; font-size: 16px;}
.form_btn .submit_btn:hover{background: #2C6DF5;}

@media only screen and (max-width: 1450px) {
	.about_form .web_th .title{font-size: 40px;}
}
@media only screen and (max-width: 1350px) {
	.about_form .web_th .title{font-size: 35px;}
}
@media only screen and (max-width: 1200px) {
	.about_form .web_th .title{font-size: 30px;}
	.s_about_form{padding: 6% 0 5%;}
}
@media only screen and (max-width: 950px) {
	.s_about_form{padding: 30px 0;}
	.s_about_form::before{width: 100%;}
	.about_form .web_th .title{font-size: 24px;}
	.about_form{flex-direction: column;}
	.about_form .web_th{width: 100%;}
	.about_form .web_th .brief{margin-bottom: 15px;}
	.form_div{width: 100%; margin-top: 20px;}
	.form_input input, .form_input textarea{margin-bottom: 15px;}
}