.content{
    width: 100%;
    height: auto;
    margin-top: 100px;
    overflow: hidden;
}
.content .con-img{
    width: 100%;
    height: 500px;
    background: url("../images/banner_about.jpg") no-repeat center;
}
.content .about{
    width: 100%;
    height: 426px;
    overflow: hidden;
}
.about .abo-title{
    width: 100%;
    height: 34px;
    font-size: 24px;
    color: #666666;
    text-align: center;
    line-height: 34px;
    margin-top: 54px;
}
.about .abo-line{
    width: 602px;
    height: 1px;
    background: #dddddd;
    margin: 17px auto 0;
    position: relative;
}
.abo-line .abo-wire{
    width: 60px;
    height: 3px;
    background: #d52d2d;
    position: absolute;
    top: -1px;
    left: 270px;
}
.about .abo-con{
    width: 100%;
    height: 280px;
    margin-top: 40px;
}
.abo-con .abo-le{
    width: 440px;
    height: 280px;
    float: left;
}
.abo-le .img{
    display: block;
    width: 100%;
    height: 100%;
}
.abo-con .abo-ri{
    width: 644px;
    height: 280px;
    float: left;
    margin-left: 114px;
}
.abo-ri p{
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 34px;
}


.content .culture{
    width: 100%;
    height: 445px;
    overflow: hidden;
    margin-top: 22px;
}
.culture .cul-title{
    width: 100%;
    height: 34px;
    font-size: 24px;
    color: #666666;
    text-align: center;
    line-height: 34px;
    margin-top: 54px;
}
.culture .cul-line{
    width: 602px;
    height: 1px;
    background: #dddddd;
    margin: 17px auto 0;
    position: relative;
}
.cul-line .cul-wire{
    width: 60px;
    height: 3px;
    background: #d52d2d;
    position: absolute;
    top: -1px;
    left: 270px;
}
.culture .cul-ul{
    width: 100%;
    height: 260px;
    margin-top: 40px;
}
.cul-ul .cul-li{
    width: 378px;
    height: 118px;
    border: 1px solid #dddddd;
    float: left;
    margin-right: 30px;
}
.cul-li:nth-of-type(3n){
    margin-right: 0;
}
.cul-li:nth-of-type(n+4){
    margin-top: 20px;
}
.cul-li p{
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #666666;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
}
.cul-li p span{
    color: #333;
}
