@import url("./head.css");
@import "./reset.css";
@import url("./animate.css");
*{
    margin: auto 0;
    padding: 0;
}
@media (max-width:1024px) {
    .no{
        display: none;
    }
    .text_align{
        text-align: center;
    }
    /* 移动端导航栏--开始 */
    .nav-logo {
        font-size: 2.1rem;
        font-weight: 500;
        color: #482ff7;
    }
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 3rem;
    }
    .bar {
        display: block;
        width: 33px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #fff;
    }
    .nav-menu {
        position: fixed;
        left: -120%;
        top: 6.5rem;
        flex-direction: column;
        background-color: #fff;
        font-size: 1.8rem;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(255, 255, 255, 1);
    }
    .nav-menu.active {
        left: 0;
        top: 0;
        height: 100%;

    }
    .nav-item {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #f3f4f6;
    }
    .nav-link {
        display: block;
        padding: 2.5rem 0;
    }
    .hamburger {
        display: block;
        cursor: pointer;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
        background-color: #101010;
    }
    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
        background-color: #101010;
    }
    /* 移动端导航栏--结束 */
    .m_fs22{
        font-size: 2.2rem;
    }
    .m_fs15{
        font-size: 1.5px;
    }
    /* .clearfix{
        display: none;
    } */
    .weTitle {
        padding-top: 90px;max-width: 1024px;margin:0 auto;color: #374567;display: flex;align-items: flex-end;justify-content: center;font-size: 42px !important;
    }
    #footer{
        height: 1200px;
    }
}


@media (min-width: 1024px) {
    #footer{
        height: 520px;
    }
    .block{
        display: none;
    }
    .navbar{
        display: none;
    }
}
body{
    /* font-family:PingFang,Segoe UI,Tahoma,Arial,Verdana,sans-serif; */
    /* font-family: PingFangSC-Regular, sans-serif; */
    /* font-family: PingFangSC-Ultralight, sans-serif; */
    font-family: PingFangSC-Thin, sans-serif;
    color:#374567;
    /* min-width: 1500px; */
}
.header{
    /* min-width: 1500px; */
}
.clearfix{
    padding: 20px 0px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    transition: all ease-in .3s;
}
.clearfix.t10{
    top: -140px;
}
#top-header{
    padding: 20px 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /* display: block; */
}
#f-header{
    background-color: #fff;
    color: #374567 !important;
}

.nav_list li{
    padding-bottom:10px;
}
ul,
li,
ol {
    list-style-type: none;
}
.display{
    display: flex;justify-content: center;align-items: center;
}
.border{
    border: 1px solid red;
}
.bold{
    font-weight: bold;
}
.text_center{
    text-align: center;
}
.padding_lr10 {
    padding: 0px 10px;
}
.padding_tb10 {
    padding: 10px 0px;
}
.margin_lr10 {
    margin: 0px 10px;
}
.margin_tb10 {
    padding: 10px 0px;
}
.hui{
    color: #374567;
    opacity: 0.6;
}
.fw500{
    font-weight: 500;
}
.fs12{
    font-size: 12px;
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}

.fs20{
    font-size: 20px;
}
.fs22{
    font-size: 22px;
}
.fs24{
    font-size: 24px;
}

.fs26{
    font-size: 26px;
}

.fs28{
    font-size: 28px;
}

.fs30{
    font-size: 30px;
}

.fs32{
    font-size: 32px;
}

.fs34{
    font-size: 34px;
}

.fs36{
    font-size: 36px;
}

.fs38{
    font-size: 38px;
}

.fs40{
    font-size: 40px;
}
.fs42{
    font-size: 42px;
}
.fs44{
    font-size: 44px;
}
.fs46{
    font-size: 46px;
}
.fs48{
    font-size: 48px;
}