.banner{
    width: 100%;
    height: 8.53rem;
    background-image: url('qbg2.jpg');
    background-size:  100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-title{
    font-size: 1.28rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.1rem;
}
.banner-line{
    width: 2rem;
    height: 0.21rem;
    background: linear-gradient(304deg, #cb986e 0%, #b89876 35%, #f7e5bc 70%, #cb986e 100%);
    border-radius: 5px;
}
.banner-msg{
    font-size: 0.74rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #DCDCDC;
    letter-spacing: 0.1rem;
    padding-top: 0.3rem;
}
.main{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.49rem;
}
.main-title{
    font-size: 0.95rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #222222;
    padding-bottom: 1.5rem;
}
.main-textare{
    font-size: 0.45rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333;
    line-height: 1.04rem;
    padding-top: 0.5rem;
}
.main-textare-bot{
    font-size: 0.64rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #cb986e;
    line-height: 1.04rem;
    width: 25.54rem;
    padding-top: 0.7rem;
    padding-bottom: 1rem;
}
.mobile-menu{
    display: none;
}
@media (max-width: 980px) {



    .banner{
        width: 100% ;
        height: auto;
        padding-bottom: 0.5rem;
        background-image: url('qbg2.jpg');
    }
    .mobile-menu{
        display: block;
        width: 5%;
        margin-left: auto;
        margin-right: 0.5rem;
        margin-top: 0.5rem;
    }
    .banner-title{
        font-size: 0.7rem;
        padding-top: 0;
        line-height: 1.5rem;
    }
    .banner-msg{
        width: 90%;
        text-align: center;
        font-size: 0.44rem;
    }
    .main-textare{
        font-size: 0.4rem;
        font-family: PingFang SC;
        font-weight: 400;
        color: #222222;
        line-height: 0.8rem;
        width: 90%;
        padding-top: 0.7rem;
    }
    .main-textare-bot {
        font-size: 0.44rem;
        font-family: PingFang SC;
        font-weight: 400;
        color: #cb986e;
        line-height: 1.04rem;
        width: 100%;
        padding-top: 0.2rem;
        text-align: center;
    }
}
* {
    margin: 0;
    padding: 0;

}

html{
    font-size: 37.5px !important;
}
a:hover{
    color: #cb986e !important;
    text-decoration: none !important;
}
/* .all{
    width: 100%;
    overflow: hidden;
} */
.nav{
    height: 80px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}
.nav-left-logo{
    height: 1.28rem;
    background-repeat: no-repeat;
    margin-top: 0.266rem;
    margin-left: 3.04rem;
}
.nav-right-link{
    display: flex;
    align-items: center;
    height: 1.76rem;
    margin-left:auto;
}
.nav-link{

    font-size: 0.48rem;
    padding-right: 1.3rem;
    color: #666666;
    text-decoration: none;
    font-weight: 500;
}
.navactive{
    color: #cb986e !important;
}
.float-gg{
    position: fixed;
    right: 2rem;
    top: 19rem;
}
.mobile-top{
    display: none;
}
.mobile-link{
    display: none;
}
.bot-bot {
    padding-top: 0.2rem;
    color: #222;
    font-family: PingFang SC;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    font-size: 0.4rem;
    align-items: center;
    margin-bottom: 1rem;
}
.bot-first{
    display: flex;


}
.bot-second{
    display: flex;


    margin: 0 auto;
}
.bot-top-word {
    padding: 0 0.2rem;
    color: #222222;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 1rem;
}
.bot-bei{
    line-height: 1rem;
}
/* 中屏查询 */
@media (max-width: 980px) {
    .nav{
        display: none;
    }
    .mobile-top{
        display: block;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        height: 8%;
    }
    .mobile-link-back{
        height: 0.4rem;
        padding-left: 0.5rem;
    }
    .z
    .mobile-link-more{
        width: 1.56rem;
        height: 0.24rem;
        padding-right: 0.5rem;

    }
    .mobile-top-title{
        font-family: PingFang SC;
        font-weight: 500;
        color: #141414;
        font-size: 0.4rem;
    }
    .mobile-link{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0, 0.8);
        display: none;
        z-index: 999;

    }
    .mobile-link-close{

        width: 6%;
        margin-left: 90%;

        margin-top: 0.5rem;
    }
    .mobile-link-box{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;

        align-items: center;

    }
    .mobile-nav-link{
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.5rem;
        color: white;
        font-weight: 500;
    }
    
    a{
        text-decoration: none;
    }
    .bot-bot {
        padding-top: 0.2rem;
        color: #222;
        font-family: PingFang SC;
        font-weight: 400;
        display: flex;
        flex-direction: column;
    }
    .bot-first {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .bot-second {
        width: 70%;
        display: flex;
    }
}