.index-title{
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
}
.index-title h2{
    font-size:40px;
    font-family:Source Han Sans CN;
    font-weight:500;
    color:rgba(38,38,38,1);
}
.index-title p{
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(38,38,38,1);
    margin-top: 10px;
}
.about-about .content{
    height: 310px;
}
.about-about .content img{
    width: 500px;
    height: 310px;
    float: left;
}
.about-about .content>p{
    display: block;
    width: 660px;
    float: right;
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:27px;
    color:rgba(38,38,38,1);
    text-align: justify;
    text-indent: 32px;
}
.about-about .main{
    width: 100%;
    height: 180px;
    background: url("../images/aab.png") no-repeat center center;
    background-size: auto 100%;
    margin-top: -120px;
    padding-top: 20px;
}
.about-about .main .content{
    padding-left: 590px;
    padding-right: 90px;
}
.about-about .main .content .item{
    width: 120px;
    float: left;
    margin-right: 80px;
}
.about-about .main .content .item:nth-of-type(3){
    margin-right: 0;
}
.about-about .main .content .item h2{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(102,102,102,1);
    text-align: center;
}
.about-about .main .content .item h2 span{
    font-size: 60px;
    color: #E62129;
}
.about-about .main .content .item p{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(102,102,102,1);
    text-align: center;
}
.about-culture .content{
    height: 350px;
    background: url("../images/acb.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 55px;
    padding-left: 30px;
}
.about-culture .content .item{
    margin-bottom: 60px;
    width: 560px;
}
.about-culture .content .item h2{
    font-size:24px;
    font-family:Source Han Sans CN;
    font-weight:500;
    color:rgba(38,38,38,1);
    border-left: 4px solid #E62129;
    padding-left: 5px;
    margin-bottom: 10px;
}
.about-culture .content .item p{
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:27px;
    color:rgba(102,102,102,1);
}
.about-honor{
    width: 100%;
    background: #F7F7F7;
    padding-bottom: 50px;
    overflow: hidden;
    margin-top: 70px;
}
.about-honor .content .item{
    display: block;
    width: 285px;
    height: 200px;
    position: relative;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.about-honor .content .item:nth-of-type(4n){
    margin-right: 0;
}
.about-honor .content .item .imgBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.about-honor .content .item .imgBox img{
    width: 100%;
    height: auto;
}
.about-honor .content .item .wordsBox{
    background: rgba(230, 33, 41, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: -200px;
    left: 0;
    padding-top: 80px;
    transition-duration: .3s;
}
.about-honor .content .item .wordsBox span{
    width: 20px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 0 auto;
}
.about-honor .content .item .wordsBox p{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
    margin: 10px 0;
}
.about-honor .content .item:hover .wordsBox{
    top: 0;
}
.about-partner{
    padding-bottom: 100px;
}
.about-partner img{
    display: block;
    width: 224px;
    height: 130px;
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    transition-duration: .3s;
    margin-bottom: 20px;
}
.about-partner img:nth-of-type(5n){
    margin-right: 0;
}
.about-partner img:hover{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}