/* 手机端 */

.h5-nav {
    display: none;
}

.h5-nav .h5-nav-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(99vw / 7.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    z-index: 7;
    padding: 0 30px;
    box-sizing: border-box;
}

.h5-nav .h5-logo img {
    width: calc(311vw / 7.5);
}

.h5-button-box {}

.h5-button-box .menu {
    width: calc(36vw / 7.5);
    height: calc(24vw / 7.5);
    background: url(/en/h5images/menu.png);
    background-size: calc(36vw / 7.5) calc(24vw / 7.5);
}

.down-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F1F1F1;
    padding: calc(99vw / 7.5) calc(30vw / 7.5) 0;
    box-sizing: border-box;
    overflow-y: scroll;
    display: none;
    z-index: 6;
}

.down-menu.show {
    display: block;
}


/*  */

.down-menu-item {
    font-size: calc(30vw / 7.5);
    font-weight: bold;
    /* height: calc(100vw / 7.5); */
    color: #333333;
    border-bottom: calc(2vw / 7.5) solid #D2D2D2;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* .down-menu-item:last-child{
    border-bottom: none;
} */

.down-menu-item.alone {
    height: calc(100vw / 7.5);
}

.down-menu-item.alone {
    color: #333333;
}

.down-menu-item .one-menu {
    /* height: 100px; */
    height: calc(100vw / 7.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.down-menu-item .one-menu a {
    color: #333333;
}

.down-menu-item .tow-menu {
    border-top: calc(2vw / 7.5) solid #D2D2D2;
    display: none;
}

.down-menu-item .tow-menu.show {
    display: block;
}

.down-menu-item .tow-menu .tow-menu-item {
    display: block;
    height: calc(80vw / 7.5);
    line-height: calc(80vw / 7.5);
    font-size: calc(26vw / 7.5);
    color: #666666;
    font-weight: 400;
    opacity: 0.7;
}


/*  */

.h5-nav .lang {
    width: calc(260vw / 7.5);
    height: calc(70vw / 7.5);
    border: calc(2vw / 7.5) solid #D2D2D2;
    box-sizing: border-box;
    border-radius: calc(35vw / 7.5);
    margin-top: calc(30vw / 7.5);
    font-size: calc(30vw / 7.5);
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow {
    width: calc(16vw / 7.5);
    height: calc(16vw / 7.5);
    border-top: calc(3vw / 7.5) solid #313131;
    border-right: calc(3vw / 7.5) solid #313131;
    transform: rotate(135deg);
    margin-right: calc(3vw / 7.5);
    transition: 1s;
}

.arrow-deg {
    transition: 1s;
    transform: rotate(-45deg);
}

.footer-menu {
    display: none;
    padding: 0 calc(30vw / 7.5) 0;
}

.h5-switch {
    width: calc(180vw / 7.54);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: calc(25vw / 7.5);
    display: none;
}

.h5-switch .h5-switch-left,
.h5-switch-right {
    width: calc(80vw / 7.5);
    height: calc(80vw / 7.5);
}

.h5-switch img {
    width: 100%;
}


/* 回到顶部 */

.toTop {
    position: fixed;
    right: calc(30vw / 7.5);
    /* bottom: calc(711vw / 7.5); */
    bottom: calc(150vw / 7.5);
    z-index: 5;
    width: calc(80vw / 7.5);
    height: calc(80vw / 7.5);
    border-radius: calc(10vw / 7.5);
    /* background: #000000;
    opacity: 0.7; */
    display:none;
}

.toTop img {
    width: 100%;
    height: 100%;
}


/* 手机端竣事 */

*{
font-family: Helvetica,Arial,Utkal,sans-serif !important;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.bs {
    box-sizing: border-box;
}

.pl355 {
    padding-left: 355px;
}

.active {
    /* color: #2EA0D3 !important; */
    opacity: 1 !important;
    border-bottom: 3px solid #2EA0D3;
}

.ft {
    font-family: "宋体";
}


/* .active::after {
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: relative;
    top: -23px;
    left: 0;
    background: #2EA0D3;
    ;
    border-bottom: 3px solid #2EA0D3;
    opacity: 0;
} */


/* 头部 */

.navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 90px;
    padding: 0 38px 0 81px !important;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    z-index: 11;
}

.navbar .navbar-brand:hover {
    opacity: 1;
}

@media all and (max-width:1420px) {
    .navs .navbar-nav {
        margin-left: 10px !important;
    }
}

.navs .navbar-nav {
    width: 870px;
    display: flex;
    justify-content: space-between;
    margin-left: 156px;
}

.navs .nav-link {
    /* height: 40px; */
    height: 90px;
    font-size: 20px;
    line-height: 90px;
    /* color: #333333 !important; */
    padding: 0;
    cursor: pointer;
    /* cursor: pointer; */
}

.navs .nav-link>a {
    width: 100%;
    height: 70px;
    display: block;
}

.navs .nav-link .navs-hover {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: .8;
    color: #666666;
    font-size: 16px;
    display: none;
    z-index: 5;
    /* display: flex;
    align-items: center; */
}

.navs-show {
    display: block !important;
}

.navs .nav-link .navs-hover li {
    float: left;
    line-height: 32px;
}

.navs .nav-link a {
    font-size: 20px;
    /* font-family: Arial; */
    font-weight: 500;
    color: #333333;
    text-decoration: none;
}

.navs .nav-link .navs-hover li a {
    opacity: 1;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
}


.navs .nav-link .navs-hover .line {
    margin: 0 10px;
}

.navs-right {
    width: 80px;
    /* height: 16px; */
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #AFB3B5;
}

.navs-right .lang {
    font-size: 16px;
    font-weight: 500;
    color: #052029;
    opacity: 0.6;
    cursor:pointer;
}

.navs-right .logon {
    font-weight: 500;
    color: #333333;
}


/* 尾部 */

.footer {
    width: 100%;
    /* height: 427px; */
    background-color: #f1f1f1;
    padding-top: 66px;
    box-sizing: border-box;
    margin-top: 100px;
}

.footer-top {
    display: flex;
    justify-content:space-between;
}

.footer .footer-logo {
    /* width: 177px; */
    /* height: 57px; */
    /* background-color: red; */
}

.footer .footer-logo img {
    /* width: 100%;
    height: 100%; */
    /* background-color: red; */
}

.footer .footer-nav {
    width: 901px;
    height: 181px;
    display: flex;
    justify-content: space-between;
}

.footer .footer-nav .onRouter {
    font-size: 18px;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    /* margin-left: 80px; */
}

.footer .footer-nav .onRouter a {
    color: #000;
}

.footer .footer-nav .onRouter a:hover {
    opacity: 1;
    text-decoration: none;
}

.footer .footer-nav .towRouter {
    font-size: 16px;
    margin-top: 20px;
    color: #999;
    font-weight: normal;
}

.footer .footer-nav .towRouter li {
    cursor: pointer;
    margin-bottom: 10px;
}

.footer .footer-nav .towRouter li a {
    color: #999;
}

.footer .footer-nav .towRouter li a:hover {
    color: #2ea0d3;
    text-decoration: none;
}

.footer .footer-copyright {
    width: 100%;
    height: 68px;
    background-color: #DFDFDF;
    margin-top: 40px;
    box-sizing: border-box;
}

.footer .footer-copyright .government {
    width: 1200px;
    height: 60px;
    border-bottom: 2px solid #BFBFBF;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin: 0 auto;
    padding-top: 23px;
    box-sizing: border-box;
    display: flex;
}

.footer .footer-copyright .government a {
    color: #666666;
}

.footer .footer-copyright .government .footer-line {
    margin: 0 15px;
}

.footer .footer-bottom-box {
    width: 100%;
    height: 68px;
    background-color: #DFDFDF;
    padding-top: 25px;
    box-sizing: border-box;
}

.footer .footer-bottom-box .footer-bottom {
    display: flex;
    justify-content: space-between;
}

.footer .footer-bottom-box .footer-bottom .dropdown {
    position: relative;
    width: 180px;
    height: 36px;
    background: #D1D1D1;
    border: 1px solid #B2B2B2;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    cursor: pointer;
}

.footer .footer-bottom-box .footer-bottom .dropdown .dropdown-down {
    padding-left: 21px;
    padding-right: 21px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-bottom-box .footer-bottom .dropdown .dropdown-down::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #666666;
}

.footer .footer-bottom-box .footer-bottom .dropdown:hover .dropdown-down::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #666666;
    transform: rotate(-90deg);
}

.footer .footer-bottom-box .footer-bottom .dropdown .dropdown-list {
    display: none;
    position: absolute;
    top: -108px;
    left: -1px;
    width: 180px;
}

.footer .footer-bottom-box .footer-bottom .dropdown:hover .dropdown-list {
    display: block;
}

.footer .footer-bottom-box .footer-bottom .dropdown .dropdown-list .dropdown-list-item {
    width: 180px;
    height: 36px;
    padding-left: 21px;
    padding-right: 21px;
    box-sizing: border-box;
    background: #D1D1D1;
    border: 1px solid transparent;
    border-bottom: 1px solid #B2B2B2;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-bottom-box .footer-bottom .dropdown .dropdown-list .dropdown-list-item:hover {
    background: #2EA0D3;
    color: #FFFFFF;
}

.footer .footer-bottom-box .footer-bottom .dropdown .dropdown-list .dropdown-list-item:hover::after {
    border-left: 7px solid #FFFFFF;
}

.footer .footer-bottom-box .footer-bottom .dropdown .dropdown-list .dropdown-list-item::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid #666666;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
}


/* .footer .footer-bottom-box .footer-bottom .dropdown .btn{
    width: 100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.footer .footer-bottom-box .footer-bottom .dropdown-menu {
    width: 100%;
    background: #D1D1D1;
    text-align: center;
}
.footer .footer-bottom-box .footer-bottom .dropdown-menu.show{
    transform: translate3d(0px, -100px, 0px);   
    padding: 0;
}
.footer .footer-bottom-box .footer-bottom .dropdown-menu.show .dropdown-item{
    border-top: 1px solid #BFBFBF;
}
.footer .footer-bottom-box .footer-bottom .dropdown-menu.show .dropdown-item:hover{
    background-color:#2EA0D3;
} */

.footer .footer-bottom-box .footer-bottom-text {
    /* width: 329px; */
    height: 39px;
    font-size: 14px;
}

.footer .footer-bottom-box .footer-bottom-text a,
a:hover {
    opacity: 0.6;
    color: #333333;
    text-decoration: none;
}


/* ._page_container ._pages li {
    min-width: 44px !important;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    border-radius: 4px !important;
    font-size: 18px !important;
    color: #666666;
} */

._active_1,
._page_container ._pages li:hover {
    background-color: #2EA0D3 !important;
}

.page-box {
    margin-top: 55px;
}

._page_container ._pages li._pages_li_2 {
    min-width: 25px !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

._page_container ._pages ._pages_li_2:hover {
    background-color: transparent !important;
}


/* ._page_container .right {
    height: 44px;
} */


/* 修改 */
/* .en-nav-ngis{
    font-family: 'Times New Roman';
    font-size: 12px;
    color: #000000;
} */
@media all and (max-width:1520px) and (min-width:990px) {
    .navs .navbar-nav {
        width: calc(800vw / 13);
    }
    .navs .nav-link {
        font-size: calc(20vw / 13);
    }
    .navbar-light .navbar-brand img {
        width: calc(251vw / 13);
    }
    .navbar {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .navs-right {
        font-size: calc(14vw / 13);
    }
    .navs-right .lang {
        font-size: calc(16vw / 13);
    }
    .navbar-expand-lg .navbar-collapse{
        justify-content: center;
    }
    .navs .nav-link a{
        font-size: calc(20vw / 15);
    }
    .navs .nav-link .navs-hover li a {
        font-size: calc(16vw / 13);
    }
}

@media all and (max-width:990px) {
    /* @media all and (max-width:1200px) { */
    .navbar {
        display: none !important;
    }
    .h5-nav {
        display: block !important;
    }
    .footer-menu {
        display: flex;
    }
    .footer-menu {
        display: block;
    }
    .footer-menu a:hover {
        color: #333333;
    }
    .footer-top {
        display: none;
    }
    .footer-button {
        display: block !important;
    }
    .footer .footer-bottom-box {
        /* height: calc(467vw / 7.5) !important; */
        padding-top: 0;
        display: flex;
        align-items: center;
    }
    .dropdown {
        width: 90vw !important;
        height: calc(100vw / 7.5) !important;
        border: none !important;
    }
    .dropdown-down {
        font-size: calc(30vw / 7.5);
        line-height: calc(100vw / 7.5);
    }
    .footer .footer-bottom-box .footer-bottom .dropdown .dropdown-down::after {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-left: calc(14vw / 7.5) solid transparent;
        border-right: calc(14vw / 7.5) solid transparent;
        border-top: calc(15vw / 7.5) solid #666666;
    }
    .footer .footer-bottom-box .footer-bottom .dropdown .dropdown-down.h5-dropdown::after {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-left: calc(14vw / 7.5) solid transparent;
        border-right: calc(14vw / 7.5) solid transparent;
        border-top: calc(15vw / 7.5) solid #666666;
        transform: rotate(-90deg);
    }
    .footer {
        height: auto;
        padding: 0;
        margin-top: calc(76vw / 7.5);
    }
    .footer .footer-bottom-box .footer-bottom-text {
        /* margin-top: calc(50vw / 7.5); */
        font-size: calc(24vw / 7.5);
    }
    .footer .footer-bottom-box .footer-bottom-text img {
        display: none;
    }
    .dropdown+.dropdown {
        margin-left: 0 !important;
        margin-top: calc(40vw / 7.5);
    }
    .footer .footer-bottom-box .footer-bottom {
        flex-direction: column-reverse;
    }
    .footer .footer-copyright {
        margin-top: 0;
    }
    .footer .footer-bottom-box .footer-bottom .dropdown .dropdown-list {
        width: 100% !important;
        top: calc(-400vw / 7.5) !important;
    }
    .footer .footer-bottom-box .footer-bottom .dropdown:nth-of-type(2) .dropdown-list {
        width: 100% !important;
        top: calc(-100vw / 7.5) !important;
    }
    .footer .footer-bottom-box .footer-bottom .dropdown .dropdown-list .dropdown-list-item::after {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-left: calc(15vw / 7.5) solid #666666;
        border-bottom: calc(14vw / 7.5) solid transparent;
        border-top: calc(14vw / 7.5) solid transparent;
    }
    .footer .footer-bottom-box .footer-bottom .dropdown .dropdown-list .dropdown-list-item {
        width: 100% !important;
        height: calc(100vw / 7.5) !important;
    }
    .footer .footer-bottom-box .footer-bottom .dropdown .dropdown-list .dropdown-list-item a {
        width: 100%;
        color: #666666;
        font-size: calc(30vw / 7.5);
        line-height: calc(100vw / 7.5);
    }
    .page-box {
        display: none;
    }
    .h5-switch {
        display: flex;
    }
    .news-tab-box {
        height: calc(99vw / 7.5);
        font-size: calc(24vw / 7.5);
    }
    /* 首页加关于九州酷游ku游登录平台 */
    .brief-top-box {
        flex-direction: column;
    }
    .brief-top-box .marks-top {
        left: 0 !important;
        top: calc(10vw / 7.5) !important;
    }
    .brief-top-box .marks-bottom {
        right: 0 !important;
        bottom: 0;
    }
    .brief-top-box .brief-top-text-box {
        width: calc(549vw / 7.5) !important;
        height: calc(222vw / 7.5) !important;
        font-size: calc(30vw / 7.5) !important;
        font-style: italic;
        font-family: Arial;
        line-height: calc(48vw / 7.5) !important;
        letter-spacing: 0;
        margin: 0 auto;
        margin-top: calc(80vw / 7.5) !important;
    }
    .brief-top-img img {
        width: 100%;
    }
    .brief-top-box .brief-top-right {
        /* width: calc(690vw / 7.5); */
        width: 100% !important;
        height: calc(390vw / 7.5);
    }
    .brief-text-box {
        font-size: calc(24vw / 7.5) !important;
        margin-top: calc(55vw / 7.5) !important;
        line-height: calc(36vw / 7.5) !important;
    }
    .brief-text-box .brief-text+.brief-text {
        margin-top: calc(15vw / 7.5) !important;
    }
    .marks img {
        width: calc(28vw / 7.5);
        height: calc(26vw / 7.5);
    }
    .news {
        width: 93vw !important;
    }
    .content {
        width: 93vw;
    }
    .banner {
        height: calc(240vw / 7.5) !important;
        margin-top: calc(99vw / 7.5);
    }
    .banner img {
        width: 100%;
        height: 100%;
    }
}
<!--耗时1768492439.2235秒-->