*{
    margin: 0;
    padding: 0;
}
body{
    font-family: PingFang SC,Microsoft YaHei;
    color: rgba(0,0,0,.85);
}
li {
    list-style-type:none;
}
a{
    color: inherit;
}
a:focus, a:hover{
    color: inherit;
    text-decoration: none;
}
.point{
    cursor: pointer;
}
.point:hover{
    color: #3F82C4;
}

/* header */

.navMenu{
    width: 100%;
    position: fixed;
    z-index: 10;
    background-color: #ffffff;
}
.navMenuTitle{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 0 10%;
    border-bottom: 1px solid #EFF2F3;
}
.logo1, .logo2{
    height: 30px;
    margin-top: -9px;
}
.navMenu .navMenuTitle .nav-title-item{
    font-weight: bold;
    color: rgba(0,0,0,.85);
    font-size: 16px;
    cursor: pointer;
    height: 90px;
    line-height: 90px;
}
.menuLine1{
    display: none;
}
.navActive{
    display: none;
    border-top: 1px solid #EFF2F3;
    overflow: hidden;
    box-shadow: 0px 20px 10px -20px rgb(0 0 0 / 30%);
}
.navActTitle{
    display: none;
}
.navActTitle li{
    height: 40px;
    line-height: 40px;
    color: rgba(0,0,0,.85);
    cursor: pointer;
    width: 100px;
}
.navActTitle li:hover{
    color: #3F82C4;
}
.nav-yewu{
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: #F6F9FC;
    font-size: 16px;
    font-weight: bold;
}
.nav-yewu-item{
    margin-left: 40px;
    float: left;
    color: #676767;
    cursor: pointer;
}
.nav-yewu-item:hover{
    color: #2a2a2a;
    border-bottom: 3px solid #3F82C4;
}
.nav-yewu-text{
    display: none;
}
.yewu2:hover .yewu2Active{
    display: block !important;
}

.main{
    padding: 6vh 15%;
}
/* footer */

.footer-content{
    width: 100%;
    /* height: 72vh; */
    background-color: #1F2431;
    padding: 5vh 15%;
    color: #A39F9E;
}
.footer-list{
    display: flex;
}
.footer-list-item{
    flex: 1;
}
.footer-list-title{
    color: #E8EAEF;
    font-size: 16px;
}
.footer-item{
    margin-top: 14px;
    cursor: pointer;
}
.footer-logo{
    height: 60px;
    background-color: #1B1F2A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #474A53;
}
.code-box{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.code-info{
    margin-top: 20px;
}

/** 移动端 */
.mobile-nav{
    display: none;
}
.mobile-nav-icon{
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #000000;
    cursor: pointer;
}
.mobile-nav-logo{
    margin-left: 20px;
}
.logo3, .logo4{
    width: 120px;
    cursor: pointer;
}
.logo3{
    display: none;
}
.mobile-left-menv{
    display: none;
}
.close-menv{
    font-size: 20px;
    text-align: right;
}
.left-menv-list, .left-menv-list-sec{
    color: rgba(0,0,0,.85);
    padding: 12px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-menv-list-title{
    /* font-weight: bold; */
}
.left-close, .left-open, .left-open-sec, .left-close-sec{
    width: 20px;
}
.left-close{
    display: none;
}
.left-box, .left-close-sec, .left-box-sec{
    display: none;
}
.left-box>li{
    font-size: 14px;
    color: rgba(0,0,0,.65);
    padding: 12px 0 12px 8px;
}
.left-box-sec>li{
    padding: 12px 0 12px 20px;
}
.mobile-footer{
    display: none;
    background-color: #1F2431;
    padding: 20px;
    color: #A39F9E;
}
.mobile-footer-list{
    color: #E8EAEF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;

}
.mobile-footer-info{
    margin-top: 20px;
}
.mobile-footer-close, .mobile-footer-open{
    width: 20px;
}
.mobile-footer-close, .mobile-footer-box{
    display: none;
}
.mobile-footer-box > li{
    padding: 0 12px 12px;
}
.emptyBox{
    height: 90px;
}
.pageBanner1{
    width: 100%;
    height: 300px;
    background: url("../images/pageBanner01.jpg");
    background-position: center;
    background-size: cover;
}
.pageBanner2{
    width: 100%;
    height: 300px;
    background: url("../images/pageBanner02.jpg");
    background-position: center;
    background-size: cover;
}
.pageBanner3{
    width: 100%;
    height: 300px;
    background: url("../images/pageBanner03.jpg");
    background-position: center;
    background-size: cover;
}
.pageBanner4{
    width: 100%;
    height: 300px;
    background: url("../images/pageBanner04.jpg");
    background-position: center;
    background-size: cover;
}
.pageBanner5{
    width: 100%;
    height: 300px;
    background: url("../images/pageBanner05.jpg");
    background-position: center;
    background-size: cover;
}
.box-wrapper{
    display: none;
}
.bodyOver{
    overflow: hidden;
}
.colPadding-r{
    padding-right: 40px !important;
}
.colPadding-l{
    padding-left: 40px !important;
}
.image-70{
    width: 70%;
}
.image-50{
    width: 50%;
}
.image-40{
    width: 40%;
}
.footer-item:hover a{
    color: #ffffff;
}
.yewuMenv{
    margin: 0 4% 0 15%;
    display: flex;
    flex-wrap: wrap;
}
.yewuMenv li{
    word-break: keep-all;
    margin-right: 50px;
    width: auto;
}
.header-icon{
    width: 16px;
}
.margin-top-40{
    margin-top: 40px;
}
@media screen and (max-width: 768px){
    .margin-top-40{
        margin-top: 16px;
    }
    .image-70, .image-50, .image-40{
        width: 100%;
    }
    .colPadding-r{
        padding-right: 15px !important;
    }
    .colPadding-l{
        padding-left: 15px !important;
    }
    .navMenu{
        display: none;
    }
    .mobile-nav{
        width: 100%;
        position: fixed;
        z-index: 3;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color:#ffffff;
        color: #000000;
    }
    .mobile-left-menv{
        display: block;
        width: 60vw;
        background-color: #ffffff;
        height: 100%;
        position: fixed;
        right: -60vw;
        top: 0;
        padding: 20px;
        z-index: 1002;
        overflow-y: auto;
    }
    .box-wrapper{
        display: block;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,.5);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1001;
    }
    .footer{
        display: none;
    }
    .mobile-footer{
        display: block;
    }
    .footer-logo{
        font-size: 12px;
        flex-direction: column;
        justify-content: space-around;
        background-color: transparent;
    }
    .footer-logo img{
        width: 60%;
    }
    .main{
        padding: 20px 30px;
    }
    .emptyBox{
        height: 70px;
    }
    .pageBanner1, .pageBanner2, .pageBanner3, .pageBanner4, .pageBanner5{
        display: none;
    }


    .title-content{
        width: 100% !important;
    }
    .main-content{
        padding: 0 !important;
    }
    .info-text{
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
}