
.nav-language {
    text-align: right;
    margin-top: 5%;
}
.nav-list .list-info {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.list-info-up {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF !important;
    line-height: 73px;
}

.list-info-up a {
    color: #fff !important;
}

.list-info-down {
    border-top: 1px solid #5F5F5F;
    display: none;
}

.list-info-down li a {
    text-decoration: none;
    color: #fff !important;
}

.list-info-down li a:link {
    color: #fff !important;
}

.list-info-down:hover {
    display: block;
}

.list-info-down ul {
    list-style: none;
    padding-left: 5%;
}

.list-info-down ul li {
    line-height: 50px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}


.titleBg {
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #000;
    /* opacity: 0.7; */
    display: flex;
    justify-content: flex-end;
}

.titleBg2 {
    visibility: hidden;
    z-index: 10000;
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0;
    transition: all 0.1s;
    text-align: center;
}
.titleBg3 {
    position: fixed;
    z-index: 10000;
    width: 80%;
    height: 100vh;
    top: 0px;
    right: 0;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.9);
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
    transition: all 0s;
}

.titleBg:hover~.titleBg2 {
    visibility: visible;
    opacity: 1;
}

.titleBg:hover .close {
    display: inline;
}

/* .titleBg:hover .pcnav {
    display: none;
} */
.titleBg a:visited {
    color: #000;
}

.titleBg2 a:visited {
    color: #fff;
}
.titleBg2:hover {
    visibility: visible;
    opacity: 1;
}

.titleBg2:hover .close {
    display: inline;
}

.titleBg3 a:visited {
    color: #fff;
}

.titleBg3 a:hover {
    color: #004EA1;
}

.lineHead {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 100px;
}

.lineHead2 {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 100px;
}


.titleBar {
    display: flex;
    width: 70%;
}

.titleBar .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 14%;
    cursor: pointer;
}

.titleBar .title .head {
    color: #000 !important;
    display: flex;
    align-items: center;
    height: 100px !important;
    text-align: center;
}

.titleBar .title .bar {
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-left: solid 1px #4c4c4c;
}

.close {
    display: none;
}


.titleBar2 {
    display: flex;
    width: 70%;
}

.titleBar2 .title2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 14%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.title2 a:link {
    color: #fff;
}
.titleBar2 .title2 .head2 {
    color: #fff;
    display: flex;
    align-items: center;
    height: 67px !important;
    cursor: pointer;
}
.head2:hover {
    color: #fff;
}
.bottomborder {
    width: 0%;
    height: 1px;
    background-color: #fff;
}
.head2:hover+.bottomborder {
    width: 100%;
    transition: all 0.3s;
}
.titleBar2 .title2 .bar2 {
    width: 100%;
    padding-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-left: solid 1px #4c4c4c;
}

/* .title a:link {
    color: #fff;
} */

.title:hover {
    color: #004EA1;
}

.title .head:hover {
    color: #004EA1;
}

.movenav {
    display: none !important;
}

.closebg3 {
    display: inline-block;
    text-shadow: 0px 0px 10px #fff;
}

.jia {
    display: inline-block;
}

.jian {
    display: none;
}

.logo {
    width: 176px;
    position: fixed;
    /* position: absolute; */
    top: 26px;
    left: 91px;
}





@media (max-width: 996px) {
    .nav-language a {
        color: #fff;
    }
    .list-info-up {
        font-size: 17px;
    }
    .titleBg .nav-a {
        display: none;
    }
    .titleBg2 {
        display: none;
    }
    .titleBar .title div {
        visibility: hidden;
    }
    .title {
        height: 100px;
    }
    .pcnav {
        display: none !important;
    }
    .close {
        display: none !important;
    }
    .movenav {
        display: inline-block !important;
        text-align: center;
        visibility: visible !important;
    }
    .logo {
        width: 122px;
        top: 35px;
        left: 20px;
    }
}