/* top-nav */
html {
    font-size: 100px;
    /*overflow-y:scroll;*/
    /*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
    /*-webkit-filter: grayscale(100%);*/
}

@media (max-width: 1200px) {
    .right-btn-div {
        display: none
    }

    html {
        font-size: 90px;

    }
}

@media (max-width: 1000px) {
    html {
        font-size: 80px;
    }
}


.top-container {
    padding: 0;
    margin: 0;
}

/* 导航样式 */
.navbar {
    background-color: rgba(0, 0, 0, 0.6);
}

.navbar-header {
    padding-left: 40px;
    height: 80px;
}

#top-navbar {
    font-size: 0.15rem;
    color: white;
    line-height: 80px;
}

#top-navbar .navbar-menu {
    margin-left: .6rem;
}

#top-navbar .navbar-menu a {
    color: white;
    padding-left: 0;
    padding-right: 0px;
    margin: 15px 20px;
    font-weight: bold;
    background: none
}

#top-navbar .navbar-right {
    margin-top: 0px;
}

@media (min-width: 768px) {
    #top-navbar .navbar-menu a:hover, #top-navbar .active a {
        color: #6CA9F7;
        background: none
    }

    #top-navbar .navbar-menu .underline {
        border-bottom: 0px solid #6CA9F7
    }

    #top-navbar .navbar-menu .underline::before {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 0;
        height: 100%;
        border-bottom: 2px solid #6CA9F7;
        transition: 0.2s all linear;
    }

    #top-navbar .navbar-menu .underline:hover::before {
        width: 100%;
        left: 0;
    }

    #top-navbar .navbar-menu .underline:hover ~ .underline::before {
        left: 0;
    }
}

.nav-logo-img {
    content: url("/images/logo.png");
}

.search-btn {
    float: right;
    margin-top: 30px;
    color: rgba(153, 153, 153, 1);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    -webkit-text-stroke: 1px white;
    background: none;
    border: none;
}

#top-navbar .navbar-right {
    padding-left: 0;
    padding-right: 0px;
}

.navbar-toggle {
    border: 1px solid white;
    margin-top: 18px
}

.navbar-toggle .icon-bar {
    background: rgba(153, 153, 153, 1);
}

.navbar-right-a {
    color: rgba(255, 255, 255, 0.5);
    display: inline
}

.navbar-right-a.active {
    color: rgba(255, 255, 255, 1)
}

.dropdown-menu {
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(19, 8, 1, 0.14);
    min-width: 130px;
}

.
.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 58px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown-menu-a {
    color: rgba(102, 102, 102, 1) !important;
}

a:hover {
    color: #6CA9F7 !important;;
    background: none
}

.nav-btn {
    background: none;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

.search-input-class {
    background: #0057B6;
    margin-right: 0;
    width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 80px;
    justify-content: center
}

.input_control {
    -web-kit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    outline: 0;
    width: 120px;
    margin-right: 10px;
}

body {
    background-color: #EAEAEA;
    font-family: "Hiragino Sans GB", "STHeiti", Helvetica, 黑体, 新細明體, Arial, "Lucida Grande", sans-serif;
}

a {
    color: #000;
    outline-style: none;
    text-decoration: none;
    cursor: pointer;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

a:hover {
    text-decoration: none;
}

/* 轮播指示器 */
.carousel-indicators li {
    border-radius: 0px;
    width: 25px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.5);;
    border-color: transparent;
}

.carousel-indicators li.active {
    width: 25px;
    height: 6px;
    margin: 1px;
    background-color: #fff;
}

/* 轮播图指示器 */
.banner-indicators {
    bottom: 60px;
}

/* topbar */
.topbar-index {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 2;
    height: 81px;
    line-height: 81px;
}

.topbar-index__search {
    text-align: right;
    line-height: 81px;
}

.topbar-index__lang-link {
    padding: 10px;
    line-height: 14px;
    margin-top: -15px;
    margin-left: -20px;
    margin-right: 15px;
}

.topbar {
    line-height: 81px;
}

.topbar__search {
    text-align: right;
}

.topbar__lang-link {
    padding: 10px;
    line-height: 14px;
    margin-top: -15px;
    margin-left: -20px;
    margin-right: 15px;
    position: absolute;
    z-index: 10;
}

.bottom-language {
    width: 1.25rem;
    display: flex;
    justify-content: center;
}

.bottom-language a {
    opacity: 0.5;
    color: white;
}

/* main-nav */
.main-nav {
    margin-bottom: 0;
    background-color: rgba(248, 248, 248, 0.3);
    position: relative;
    left: 0;
    right: 0;
    bottom: 51px;
}

.main-nav-mobile {
    margin-bottom: 0;
    background-color: rgba(248, 248, 248, 0.3);
    position: inherit;
    left: 0;
    right: 0;
    bottom: 51px;
}


/* bottom-nav */
.bottom-nav {
    background-color: #666666;
    height: 240px;
}

.bottom-nav__content {
}

.bottom-nav__list_first {
    margin-top: 20px;
    padding-bottom: 35px;
    padding-left: 35px;
    height: 200px;
}

.bottom-nav__list {
    margin-top: 20px;
    height: 200px;
}

.bottom-nav__link {
    display: block;
    text-align: left;
    padding-left: 10px;
    line-height: 22px;
    color: white;
    font-size: 14px;
}

.bottom-nav__list-title {
    color: white;
    text-align: left;
    padding-left: 10px;
    font-size: 16px;
}


.footer .a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.footer a:hover, a {
    color: #6CA9F7;
    background: none
}

.footer__nav {
    display: flex;
    justify-content: flex-start;
}

.footer-nav__link {
    color: white;
    margin: 0 .15rem 0;
    font-size: .15rem;
}

.footer-nav_xs_link {
    color: white;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    padding: 0 0;
    text-align: center;
}

.footer__link {
    color: white;
    outline-style: none;
    cursor: pointer;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.footer__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.footer__copyright {
    text-align: right;
    font-size: .12rem;
    font-weight: 400;
    /*color:rgba(255,255,255,1);*/
}

/* 页脚 - end */

/* 内容 */
.cs-content {
    background-color: #FFF;
    margin-bottom: .6rem;
    padding: 30px 30px 60px;
}

.cs-main {

}

/* TODO 删除 */
.cs-main img {
    width: 100%;
    /*height: 400px;*/
}

.cs-breadcrumb {

}

.breadcrumb {
    background-color: transparent;
    padding: 0 15px;
}

/* 二级页 标题 以及 描述 */
.page-info {
    position: absolute;
    left: 12%;
    right: 0;
    top: 220px;
    bottom: 0;
    z-index: 1;
    width: auto;
    height: 100px;
    margin-left: .53rem;
}

.page-title {
    font-size: .38rem;
}

.page-desc {
    color: #221815;
    font-size: .2rem;
    margin-top: .2rem;
    text-indent: 2em;
}

.header-background {
    background-position: center center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    margin-top: 0px;
}

/* 图片缩放 div */
.transform-img-div {
    overflow: hidden;
}

/* 图片缩放动画 */
.transform-img {
    cursor: pointer;
    transition: all 3.0s;
}

.transform-img:hover {
    transform: scale(1.1);
}

/* 栏目 p 高度、居中、字体颜色以及大小 */
.cs-col-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.3rem;
}

.cs-col-div_en {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.6rem;
}

.cs-col-p {
    text-align: center;
    color: white;
    font-size: .3rem;
    margin: 0;
}

.cs-col-p_en {
    text-align: center;
    color: white;
    font-size: .2rem;
    margin: 0;
}

/* 栏目公有颜色区 */
.bg-B1314C {
    background-color: #B1314C;
}

.bg-3399cc {
    background-color: #3399cc;
}

.bg-009966 {
    background-color: #009966;
}

.bg-03A474 {
    background-color: #03A474;
}

.bg-333366 {
    background-color: #333366;
}

.bg-3366cc {
    background-color: #3366cc;
}

.bg-3A4961 {
    background-color: #3A4961;
}

.bg-3E81D8 {
    background-color: #3E81D8;
}

.bg-5D98E4 {
    background-color: #5D98E4;
}

.bg-6699cc {
    background-color: #6699cc;
}

.bg-F9BC6E {
    background-color: #F9BC6E;
}

.bg-ffcc66 {
    background-color: #ffcc66;
}

.cs-article {
    background: #fff;
    padding: 110px .4rem 0px;
    min-height: 91vh;
    margin-bottom: .6rem;
}

.cs-article .breadcrumb {
    padding: 0;
}

.cs-article p {
    text-indent: 2em;
}

.cs-article .article-title {
    margin: .4rem 0;
    padding: 0;
    font-size: .32rem;
    font-weight: 400;
    color: rgba(55, 46, 44, 1);
}

.cs-article img {
    width: 100%;
    margin: 20px 0;
}

@media (min-width: 768px) {
    .container {
        width: 74%;
        /*margin: 0 13%;*/
    }

    /* 页脚 - start */
    .footer {
        color: white;
        background-color: rgba(55, 55, 55, 1);
        text-decoration: none;
        min-height: 89px;
    }
}

@media (max-width: 768px) {
    .cs-article {
        padding: 85px 15px 0;
    }

    .cs-article .article-title {
        margin: .2rem 0;
    }

    .footer {
        display: flex;
        min-height: 89px;
        align-items: center;
        color: white;
        background-color: rgba(55, 55, 55, 1);
        text-decoration: none;
    }

    .header-background {
        margin-top: 80px;
        height: 240px;
    }

    .navbar-header {
        float: none;
        padding-left: 25px;
    }

    #top-navbar .navbar-menu {
        margin-left: -15px
    }

    .navbar {
        margin-bottom: 0px;
        background-color: #fff;
    }

    .nav-logo-img {
        content: url("/images/-s-logo.png");
        width: 100px;
        height: 35px;
    }

    #top-navbar .navbar-menu a {
        color: rgba(43, 43, 43, 1);
        font-size: .2rem
    }

    .footer .a {
        font-size: .18rem;
    }

    .footer-nav__link {
        color: white;
        margin: 0 .15rem 0;
        font-size: .18rem;
    }

    .footer-nav_xs_link {
        color: white;
        margin: 20px 0px 0px 0px;
        font-size: .18rem;
    }

    #top-navbar .navbar-menu a {
        font-weight: 400;
        margin: 10px 15px;
    }

    .navbar-collapse {
        max-height: unset !important;
    }

    .bottom-a {
        color: rgba(43, 43, 43, 0.5) !important;
        display: inline !important;
        width: 40px;
        margin: 0 0 !important;
    }

    #bottom-langauge a.active {
        color: rgba(43, 43, 43, 1) !important;
    }

    .page-info {
        position: absolute;
        left: 5%;
        right: 0;
        top: 50px;
        bottom: 0;
        z-index: 1;
        width: auto;
        height: 100px;
    }

    .cs-article .breadcrumb {
        /*padding: 0 0.2rem;*/
    }

    .cs-article .article-title {
        margin: .4rem 0;
        /*padding: 0 .2rem;*/
        font-size: .32rem;
        font-weight: 400;
        color: rgba(55, 46, 44, 1);

    }
}

#mobile-search {
    display: none;
}

.mobile-search-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #000;
    opacity: .7;
}

.mobile-search-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
    height: 50px;
    padding: 5px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-search-form {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-search-form .form-group {
    margin: 0;
    flex: 1;
}

.mobile-search-form .btn-close {
    border: none;
    color: rgb(153, 153, 153);
}

.mobile-search-form .input-group-addon {
    background: transparent;
    color: rgb(153, 153, 153);
}

.mobile-search-form .input-group .form-control {
    border-left: none;
    outline: 0px !important;
    -webkit-appearance: none;
    border-color: rgb(204, 204, 204) !important;
    box-shadow: none !important;
}
