html,body{
    margin: 0;
    padding: 0;
}
body{
    color: #626675;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
a{
    color: #3882e9;
    text-decoration: none;
}
ul{
    padding: 0;
}
li{
    list-style: none;
}
@media screen and (max-width:1000px ){
    #header .wrap,
    .footer-wrap, 
    .flex{
        flex-direction: column;
    }
    .partners-list ul{
        overflow-y: auto;
    }
    .partners-list img{
        width: 98% !important;
        height: 100px !important;
    }
    .copyright{
        text-align: center;
    }
    .qr{
        flex-wrap: wrap;
    }
    .qr div{
        margin-bottom: 20px;
    }
}
.wrap{
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 1200px;
}
.logo-wrap{
    display: flex;
    align-items: center;
}
.logo{
    height: 80px;
}
#header .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-us{
/*     background-color: #F8F8F8; */
    padding: 20px 0;
}
.partners{
}
.faq{
    background-color: #F8F8F8; 
    padding: 20px 0;
}
.title{
    font-size: 28px;
    padding-left: 10px;
    color: #f48428;
}
.nav li{
    display: inline-block;
    text-align: center;
    margin: 0 20px;
}
.nav li a{
    font-size: 20px;
}
.banner{
/*     height: 400px;
    background: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; */
}
.banner img{
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}
.tit{
    font-size: 20px;
    color: #3882e9;
    text-indent: 20px;
    position: relative;
}
h3{
    color: #2c2c2d;
}
.tit::before{
    width: 3px;
    height: 100%;
    content: "";
    left: 0;
    background-color: #3882e9;
    position: absolute;
    vertical-align: middle;
}
.partners{
    padding: 20px 0;
}
.partners h2{
    text-align: center;
}
.partners-list ul{
    display: flex;
    padding: 0;
}
.partners-list li{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners-list img{
    width: 200px;
    height: 200px;
    object-fit: contain;
}
#footer{
    font-size: 14px;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
    background: #f2f3f6;
}
.footer-wrap,.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wx-qr{
    width: 110px;
    /* border-radius: 20px; */
}
.qr{
    display: flex;
    justify-content: center;
    text-align: center;
}
.qr p{
    margin-top: 5px;
    margin-bottom: 0;
}
.qr div{
    background-color: #ffffff;
    margin-right: 20px;
    border-radius: 5px;
    padding: 10px;
}
.copyright p{
    margin: 6px 0;
}
