/*************** banner **********************/
.banner{
    background: url('./../images/partner//aboutus.jpg') no-repeat;
    background-size:100% 100%;
    height: 500px;
    overflow: hidden;
    color: #fff;
    font-family: '微软雅黑';
}
.banner h4{
    margin-top: 200px;
    margin-bottom: 10px;
    font-size: 28px;
    /* font-weight: bolder; */
    text-align: center;
}
.banner hr{
    width: 80px;
    border-top: 1px solid #747474
}
.banner div{
    text-align: center;
    /* color:#7D7D7E */
}
.banner div:first-of-type{
    margin-bottom: 20px;
}
.banner div:last-of-type{
    font-size: 18px;
}
/*************** introduction **********************/
.introduction .container h2{
    text-align: center;
    margin-top: 50px;
    font-weight: bolder;
}
.introduction .container hr{
    width: 40px;
    border-top: 1px solid #747474;
    margin: 12px auto;
}
.introduction .container .english-introduction{
    text-align:center;
    text-transform: uppercase;
    color: #9E9E9E;
    letter-spacing: 4px;
    margin-bottom: 60px
}
.partner-experience{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.partner-brand img{
    width: 100%;
    height: 190px;
}
.partner-brand h3{
    margin: 0;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
}
.partner-brand{
    width: 340px;
    height: 260px;
    background-color: #fff;
    padding: 20px 20px 0 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.logos-div{
    display: flex;
    justify-content: space-between;
}
.logos-div img{
    width: 244px;
    height: 244px
}
.hover-div{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    background-color: #fff;
}
.hover-div h3{
    color: #009CFF
}
.hover-div p{
    padding: 0 30px 5px 30px;
    color: #777777;
}
/*************** more **********************/
.bottom-container{
    background: #F7F7F7;
    /* background: red; */
    padding-top: 40px;
    padding-bottom: 40px;
}

/*************** footer **********************/
.footer{
    margin-top: 100px;
}
.footer .container{
    display: flex;
}
.contact{
    width: 80%
}
.contact a{
    color: #000;
}
.contact ul:first-of-type{
    display: flex;
}
.contact ul:first-of-type li span:last-of-type{
    margin: 0 5px;
}
.contact ul:last-of-type{
    margin-top: 30px;
}
.contact ul:last-of-type li:last-of-type{
    margin-top: 5px;
}
.QR-code{
    width: 20%;
    text-align: right;
}
.contact-secondul img{
    width: 18px;
    height: 18px;
    
}
.contact-secondul li{
    display: flex;
}
.contact-secondul span{
    display: inline-block;
    /* padding-top: 5px; */
    margin-left: 7px;
}
.copyright{
    margin-top: 50px;
    color:#7E7A7A;
    text-align: center;
}

