.about-banner{
    width: 100%;
    height: 500px;
    background-size: cover;
}
.about-banner h1 {
    color: #fff;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    padding-top: 238px;
}
.about .container h2{
    margin-top: 70px;
    margin-bottom: 55px;
}
.about .profile .container{
    overflow: hidden;
}
.about .profile .container .profile-con .profile-con-left{
    margin: 0 0 0 55px;
    float: left;
    width: 500px;
    height: 450px;
}
.about .profile .container .profile-con .profile-con-left .text{
    font-size: 18px;
    line-height: 30px;
    color: #4a4a4a;
    margin-bottom: 30px;
}
.about .profile .container .profile-con .profile-con-right{
    float: right;
    width: 600px;
}
.about .profile .container .profile-con .profile-con-right img{
    width: 100%;
}
/* 愿景使命 */
.mission{
    width: 100%;
    height: 350px;
    background-color: #F8FAFD;
}
.mission .container{
    overflow: hidden;
    transform: translateY(50%);
}
.mission .container .mission-item{
width: 50%;
float: left;
}
.mission .container .mission-item .pic{
    width: 168px;
    height: 168px;
    margin-right: 40px;
    float: left;
}
.mission .container .mission-item .text{
    float: left;
}
.mission .container .mission-item .pic img{
    width: 100%;
}
.mission .container .mission-item .text p{
    font-size: 18px;
    line-height: 30px;
}
.mission .container .mission-item .text p.title{
    font-size: 24px;
    line-height: 32px;
    color: #151515;
    font-weight: bold;
    margin: 24px 0;
}
/* 联系我们 */
.address{
    padding-bottom: 135px;
}
.address .container{
    overflow: hidden;
}
.address .container .address-left{
    width: 736px;
    height: 525px;
    float: left;
}
.address .container .address-right{
    width: 434px;
    height: 525px;
    float: right;
}
.address .container .address-right .content{
    padding: 40px 30px;
    min-height: 525px;
    color: #fff;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.address .container .address-right .content h1{
    font-size: 28px;
    line-height: 51px;
    color: #fff;
}
.address .container .address-right .content p{
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    margin-left: 3px;
}
.address .container .address-right .content hr {
    margin: 40px auto;
    border-top: 1px solid #fff;
    border-bottom: none;
    opacity: .2;
}
.address .container .address-right .qrcode{
    position: relative;
    padding: 24px 0 0 130px;
}
.address .container .address-right .qrcode img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
.address .container .address-right .qrcode p{
    line-height: 30px;
}

/* 合作伙伴 */
.partner .partner-banner{
    width: 100%;
    height: 360px;
    background: #0c2688 50% no-repeat;
    background-size: cover;
    text-align: center;
}
.partner .partner-con{
    width: 100%;
    height: auto;
    margin: 60px 0 100px;
}
.partner .partner-con .container ul{
    overflow: hidden;
}
.partner .partner-con .container ul li{
    width: 182px;
    height: 80px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    margin: 5px;
    background-color: #fff;
    float: left;
}
.partner .partner-con .container ul li a{
    display: block;
    width: 140px;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 15px 21px;
}