/*about_company  关于我们 公司简介*/
#about-company .company{padding:50px 0px 70px;}
#about-company .company .title{text-align:center;}
#about-company .company .title .p1{font-size:24px;color:#333;font-weight: bold;}
#about-company .company .title .p2{font-size:14px;color:#666;margin:30px auto 80px;}
#about-company .company .title .shuju{padding:0px 50px;}
#about-company .company .title .shuju .info{width:25%;}
#about-company .company .title .shuju .info .p3 .span1{font-size:40px;color:#333;line-height:40px;}
#about-company .company .title .shuju .info .p3 .span2{font-size:14px;color:#333;line-height:20px;margin:20px 0px 0px 10px;}
#about-company .company .title .shuju .info .p4{font-size:14px;color:#666;line-height:28px;}
#about-company .company .con{width:100%;}
#about-company .company .con .img{margin:60px 0px;}
#about-company .company .con .img .left{padding-top:31.25%;width:50%;cursor: pointer;}
#about-company .company .con .img .right{padding-top:31.25%;width:50%;}
#about-company .company .con .text{font-size:14px;color:#555;line-height:24px;}
#about-company .company .con .text img{
	max-width: 100%;
}
#about-company .honor{background:#f5f5f5;padding:25px 0px 95px;} 
#about-company .honor .title{font-size:30px;color:#333;line-height:100px;position: relative;}
#about-company .honor .title:before{display: block;content:"";width:30px;height:2px;background:#333333;position: absolute;bottom:7px;left:50%;margin-left:-15px;}
#about-company .honor .con{margin-top:50px;}
#about-company .honor .honor-con .swiper-slide{background: #fff;padding:30px 0px;}
#about-company .honor .honor-con .swiper-slide img{width:80%;}
#about-company .honor .honor-con .swiper-pagination{display: none;bottom:0;}
#about-company .honor .honor-con .swiper-pagination .swiper-pagination-bullet{background:transparent;opacity: 1;border:1px solid #333;}
#about-company .honor .honor-con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#333;}
#about-company .honor .con .swiper-button-next{width:30px;height:30px;background:url(../images/icon36.png) no-repeat center;background-size:cover;right:-50px;}
#about-company .honor .con .swiper-button-prev{width:30px;height:30px;background:url(../images/icon35.png) no-repeat center;background-size:cover;left:-50px;}

@media screen and (max-width: 1100px){
    #about-company .honor .con .swiper-button-next{display: none;}
	#about-company .honor .con .swiper-button-prev{display: none;}
	#about-company .honor .honor-con .swiper-pagination{display: block;}

}
@media screen and (max-width: 768px){
    #about-company .company{padding: 30px 0px 30px;}
	#about-company .company .title .p1{font-size:20px;}
	#about-company .company .title .p2{margin: 20px auto 20px;}
	#about-company .company .title .shuju{padding:0px;}
	#about-company .company .title .shuju .info .p3 .span1{font-size:30px;}
	#about-company .company .con .img{margin:20px 0px;}
	#about-company .company .con .img .left{padding-top:31.25%;width:50%;}
	#about-company .company .con .img .right{padding-top:31.25%;width:50%;}
	#about-company .honor{padding:0.5rem 0px 1.9rem;} 
	#about-company .honor .title{font-size:24px;line-height:80px;}
	#about-company .honor .con{margin-top:1rem;}
	#about-company .honor .honor-con .swiper-slide{padding:10px 0px;}
	#about-company .honor .honor-con .swiper-slide img{width:90%;}

}
@media screen and (max-width: 500px){
    #about-company .company .title .shuju .info {width: 50%;margin-bottom:15px;}
	#about-company .company .con .img .left {padding-top: 62.5%;width: 100%;margin-bottom: 15px;}
	#about-company .company .con .img .right {padding-top: 62.5%;width: 100%;}

}