@charset "utf-8";
/*
* {
    font-family: "Microsoft Yahei";
}
*/
@font-face {
    font-family: "Yasi";
    src: url("../../fonts/SourceHanSans-Normal.otf");
}
* {
    font-family: "Yasi";
}

.dis_n {
    display: none;
}

.ov-hidden{
    overflow: hidden;
}

.border-none {
    border: none !important;
}
.navbar{
    background: none;
}
@media (max-width: 768px){
    .navbar{
        background: #fff;
    }
}

.navbar .logo img {
    vertical-align: middle;
    margin-top: -3px;
}

.vr_banner_pages {
    line-height: 20px;
}

.vr_banner_pages .swiper-pagination-bullet {
    background: #fff;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius: 20px;
    vertical-align: middle;
    cursor: pointer;
}
@media (max-width: 768px) {
    .vr_banner_pages .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }
}

.vr_banner_pages .swiper-pagination-bullet-active {
    background: #007aff;
}

.navbar .logo img {
    height: 44px;
    width: auto;
}

.nav-toggle,
a.nav-toggle {
    background: none;
    color: #999;
}

.nav-toggle:hover,
a.nav-toggle:hover {
    color: #333;
}

/*.nav>ul>li.current>a,*/
/*.nav>ul>li>a:hover {*/
    /*color: #06c;*/
/*}*/

footer {
    background: #323232;
}

.footer {
    border: none;
    line-height: 1;
}

.footer_list {
    border-bottom: 1px solid #3a3a3a;
    padding: 60px 0 40px;
    font-size: 18px;
}
@media(max-width:768px) {
    .footer_list {
        padding: 20px 0 30px;
    }
}

.footer_list a {
    margin: 0 15px;
    color: #fff;
}

.footer_list a:hover {
    color: #6d80bc;
}

.footer_list div a {
    color: #999;
    line-height: 30px;
    margin: 0 5px;
}

.footer_list a i {
    font-size: 18px;
}

.copyright {
    background: #1b1b1b;
    line-height: 70px;
    font-size: 14px;
    color: #999;
    text-align: center;
}
@media(max-width:768px) {
    .copyright {
        line-height: 30px;
    }
}

.footer_text {
    text-align: left;
    font-size: 18px;
    line-height: 2;
    padding: 30px 0 50px;
}
@media(max-width:768px) {
    .footer_text {
        padding: 10px 0 20px;
    }
}

.footer_text img {
    max-width: 93px;
    margin-left: 20px;
    margin-top: 10px;
}

.footer_text p span {
    font-size: 14px;
}


.footer-box{background: #000; color: #fff;}
.footer-item-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 50px 0;
    border-bottom: 1px solid #474747;
}
.footer-item-list dt{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-item-list dd{
    margin-bottom: 5px;
    color: #a3a3a3;
    font-size: 14px;
}
.footer-item-list a{
    color: #a3a3a3;
}
.footer-item-list a:hover{
    color: unset;
}
.footer-item-list .hot-no{color: #fc3d0a; font-weight: bold; font-size: 20px;}
.footer-item-list .gz-us{margin-top: 10px; margin-bottom: 10px;}
.footer-item-list .gf-show{margin-bottom: 8px;}
.footer-item-list .gf-show a{
    padding: 3px 10px;
    background: #7c7b7b;
    border-radius: 10px;
    color: #fff;
}

.cpy-info{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    color: #a3a3a3;
    font-size: 14px;
}
@media(max-width:768px) {
    .cpy-info{
        flex-direction: column;
        text-align: center;
    }
}
.copyright{
    background: #000;
}



.navbar-wrapper .navbar-nav>ul>li>a {
    color: #fff;
}
@media (min-width: 992px) {
    .navbar-wrapper .container {
        /*height: 140px;*/
        /*line-height: 140px;*/
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }
    .navbar .logo img {
        height: 74px;
        width: auto;
    }
    .navbar .logo {
        height: 74px;
        line-height: inherit;
    }
    .navbar-wrapper {
        /*height: 140px;*/
        position: absolute;
        width: 100%;
    }
    .navbar{background: none;}
    .navbar-wrapper .nav {
        /*margin-top: 48px;*/
    }
    .navbar-wrapper .navbar-nav>ul>li,
    .navbar-wrapper .navbar-nav>ul>li>a {
        font-size: 20px;
        color: #fff;
    }
}

@media(max-width:767px) {
    .navbar .logo {
        float: none !important;
    }
    .footer_list>a {
        font-size: 14px;
        margin: 0 5px;
    }
    .footer_list div {
        float: none !important;
        margin-top: 10px;
    }
    .copyright {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        display: block !important;
    }
}