.about{
    padding: 30px 0;
}

.about .a-img img{
    margin: 0 auto;
    width: 80%;
}
.about .about1 .about1-r{
    margin-top: 0px;
}
.about .title{
    text-align: center;
    margin-bottom: 20px;
}
.about .title h3{
    font-size: 24px;
    color: #212d39;
    position: relative;
    display: inline-block;
    padding-bottom:10px;
}
.about .title h3:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background: #e45d4b;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
.about .about-c{
    margin-top: 20px;
    margin-bottom: 30px;
}
.about .about-c p{
    text-indent: 2em;
    line-height: 28px;
    color: #9f9f9f;
}
.about-meth{
    margin-top: 30px;
}
.about-culture{
    background: #212d39;
    margin: 40px 0 20px 0;
    padding: 20px;
}
.about-culture ul li{
    display: block;
}

.about-culture .content{
    display: block;
}
.about-culture .cul-box{
    text-align: left;
}
.about-culture .cul-box .title1{
    position: relative;
    display: inline-block;
}
.about-culture ul li{
    margin: 20px 0;
}
.about-culture h3{
    margin-top: 0px;
    color: #e45d4b;
    margin-bottom: 5px;
    display: inline-block;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
}
.about-culture img{
    position: absolute;
    left: 20px;
    width: 30px;
    height: 30px;
    
}
.about-culture p{
    color: #fff;
    line-height: 23px;
    margin-bottom: 0;
    padding: 0 40px; 
}
/*.about-culture{
    background: #212d39;
    height: 200px;
    margin: 40px 0 20px 0;
}
.about-culture .c1{
    text-align: center;
}
.about-culture ul li{
    margin-top: 30px;
}
.about-culture .c1 h3{
    color: #e45d4b;
}
.about-culture .c1 h4{
    color: #f5f5f5;
}
*/
/*rongyu*/
.aboutus3{
    margin: 20px 0;
    margin-top: 0px
}
.aboutus-heading{margin-bottom: 10px;text-align: center;}
.aboutus-heading h2{
    font-size: 26px;
    color: #212d39;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.aboutus-heading h2:after{
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background: #e45d4b;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.aboutus3 .picMarquee-left{ width:100%;overflow:hidden; position:relative;}
.aboutus3 .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.aboutus3 .picMarquee-left .bd .tempWrap{width: 100%!important;}
.aboutus3 .picMarquee-left .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.aboutus3 .picMarquee-left .bd ul li .pic{ text-align:center; margin: 0 auto;}
.aboutus3 .picMarquee-left .bd ul li .pic img{ width:200px; height:270px; display:block; padding:2px; border:1px solid #ccc;margin: 0 20px; }
.aboutus3 .picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.aboutus3 .picMarquee-left .bd ul li .title{ line-height:24px;   }

#imgModule{display:none;}
#imgDefault{cursor:pointer;}
#imgDefault span{float: left;margin:10px;}
#imgDefault span p{text-align: center;}
.imgItem{width:295px;height:200px;}
.mask7{background:#000;opacity:.8;filter:alpha(opacity=80);position:fixed;left:0;top:0;width:100%;height:100%;z-index: 9999;}/*背景遮罩*/
.lightBoxContent{width:600px;height:800px;position:fixed;left:50%;top:50%;background:#fff;margin:-400px 0 0 -300px;z-index: 9999;}/*放大图片样式*/
#imgLoader{width:32px;height:32px;position:fixed;left:50%;top:50%;margin:-16px 0 0 -16px;display:none;z-index: 99999;}/*缓存动态图标*/
#imgLight{width:600px;-webkit-animation:change 1s;animation:change 1s;}
#imgModule .btn{width:40px;height:50px;position:fixed;top:50%;margin-top:-25px;cursor:pointer;z-index: 9999;}/*左右按钮*/
.lightBoxSprite{background-image:url(../images/imgIcons.png)!important;background-repeat:no-repeat;z-index: 9999;}/*功能图片*/

#lightBoxPrev{left:10px;background-position:2px center;}
#lightBoxNext{right:10px;background-position:-42px center;}
.closeBtn{width:35px;height:35px;background-position:-100px center;position:fixed;top:15px;right:15px;cursor:pointer;}/*关闭按钮*/
.lightBoxPagination{position:fixed;left:0;bottom:50px;width:100%;text-align:center;z-index: 9999;}/*圆点*/
.lightBoxPagination span{display:inline-block;width:6px;height:6px;border:1px solid #333;-webkit-border-radius:50%;border-radius:50%;margin-right:8px;}
.lightBoxPagination span.current{background:#00ff00;}
@keyframes change{
    0%{opacity:0;}
    100%{opacity:1;}
}

/*about4*/
.about4{margin:40px 0 20px 0;}
.swiper-slide img{
    width: 100%;
    height: auto;
    min-height: 250px;
    transition:all 0.3s
}
.swiper-slide img:hover{transform: scale(1.1);}
.fuwu-t h3{
    margin:0;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #555;
}