/*首页导航样式*/
.navbar-custom a {
    color: #000;
}
.nav-top {
    overflow: hidden;
    border-bottom: 0;
    width: 100%;
    position: relative;
    background: #ffffff;
}
.top-div-zsh {
    padding: 0;
    height: 30px;
    line-height: 30px;
    background: #333333;
}
.top-div-zsh a:hover{
    opacity: 0.8;
}
.top-div-zsh{
    text-align: right;
}
.top-div-zsh a{
    font-size: 12px;
    color: #ffffff!important;
    line-height: 30px;
    margin: 0 10px;
}
.up-show{
    padding-right: 20px;
    background: url("/assets/eevee/img/arrow-up.png") right center no-repeat;
    background-size: 16px;
}

@media (min-width: 1367px){
    .top-div-zsh {
        padding: 0px 8%;
        height: 30px;
        line-height: 30px;
    }
    .nav-top {
        padding: 0px 8%;
        height: 72px;
        line-height: 72px;
    }
    .navbar-right{
        margin-top: 24px;
    }
    .navbar-brand{
        line-height: 65px;
    }
}
@media (max-width: 1366px){
    .top-div-zsh {
        padding: 0;
        height: 30px;
        line-height: 30px;
    }
    .nav-top {
        padding: 0;
        height: 80px;
        line-height: 80px;
    }
    .navbar-nav{
        margin: 0;
    }
    .navbar-right{
        margin-top: 24px;
    }
    .navbar-brand{
        line-height: 70px;
    }
}
.navbar-header{
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    top: 10px;
}
.cg-logo{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: inherit;
    display: inline-block;
}
.navbar-brand{
    float: left;
    margin-left: 0!important;
    font-size: 30px;
    width: 260px;
}
.navbar-brand>img{
    margin-top: 8px;
    margin-right: 10px;
    width: 100%;
}
.navbar-cn>li>a {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400!important;
}
.navbar-en>li>a {
    padding: 15px 20px;
    font-size: 14px;
}
.navbar-mid{
    float: left;
    line-height: inherit;
    height: inherit;
    margin-left: 3%;
}
.navbar-mid .navbar-nav,.navbar-mid .navbar-nav li,.navbar-mid .navbar-nav li a{
    height: inherit;
    line-height: inherit;
    float: left;
    font-weight: bold;
}
.navbar-mid .navbar-en li a{
    line-height: 20px!important;
}
.navbar-mid .navbar-en li a.single-en-word{
    padding-top: 25px;
}
.navbar-right{
    float: right;
    height: 22px;
    line-height: 22px;
    margin-right: 0;
}

.workbenchEntry{
    color: #fff!important;
    background-color: #004baa;
    padding: 5px;
}

.navR a:hover {
    /*background: #015AAA;*/
    opacity: 0.8;
}
.navbar-custom{
    margin-bottom: 0;
    /*font-family: "Microsoft YaHei";*/
    background-color: #222222;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    position: relative;
}

.navbar-custom .nav li a:hover {
    background: none;
    color:#004Baa;
}
.navbar-custom .nav li a:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #004baa;
    transform: scaleX(0);
    transform-origin: 50% 50%;
    transition: transform .3s ease;
    /*border-bottom: 4px solid #004BAA;*/
    /*-webkit-animation-name:ani-data-v-0e9bfec7;*/
    /*animation-name:ani-data-v-0e9bfec7;*/
    /*-webkit-animation-duration:.3s;*/
    /*animation-duration:.3s;*/
    /*-webkit-animation-fill-mode:forwards;*/
    /*animation-fill-mode:forwards;*/
    /*-webkit-animation-direction:alternate;*/
    /*animation-direction:alternate；*/
}
.navbar-custom .nav li a:not(.is-active):hover:after{
    transform: scaleX(1);
}
@-webkit-keyframes ani-data-v-0e9bfec7{
    0%{width:0;left:50%}
    to{width:73%;left:16%}
}
@keyframes ani-data-v-0e9bfec7{
    0%{width:0;left:50%}
    to{width:100%;left:0%}
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background: #0090ff;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}
.navR {
    z-index: 1033;
    color:#fff;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top:-2px;
}
.navR a.log {
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    color: #000;
}
.navR a.log.active {
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    background: #004BAA;
    color: #fff;
}
.navR .v-line{
    width: 1px;height: 12px; background: #fff;display: inline-block;
}
.language-select{
    float: right;
    margin-right: 50px;
    color: #015AAA;
    font-size: 14px;
}
.language-select>a{
    color: #000000;
}
.language-select>a.cn{
    padding-right: 5px;
}
.language-select>a.en{
    padding-left: 5px;
}
.language-select>a.active {
    color: #004BAA;
}

 /*子站样式*/
.top-nav-div .top-nav{
    width: 100%;
    height: 25px;
    background: #333333;
    padding: 0 80px;
}
.top-nav-div .top-nav .top-nav-text{
    height: 25px;
    float: right;
    cursor: pointer;
    margin-left: 32px;
}
/*.top-nav-div .top-nav .top-nav-text > a{*/
    /*margin-right: 20px;*/
/*}*/
.top-nav-div .top-nav .top-nav-text span{
    font-size: 12px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 25px;
}
.top-nav-div .top-nav .top-nav-text .top-icon{
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 2px;
}
.top-nav-div .top-nav .top-nav-text .second-js:hover{
    opacity: 1;
}
.top-nav-div .top-nav .top-nav-text .second-js:hover + .top-icon{
    opacity: 1;
}
.top-nav-div .top-nav .top-nav-text:hover .fa-angle-down{
    transition: all 0.3s;
    transform: rotate(-180deg);
}
.top-nav-div .top-nav-content{
    position: absolute;
    width: 100%;
    min-height: 780px;
    top: 25px;
    left: 0px;
    padding-top: 30px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transform-origin: center top;
    display: none;
}
.top-nav-div .collapse-leave,.collapse-enter-to {
    transition: transform 0.3s ease;
    transform: scaleY(1);
}
.top-nav-div .collapse-enter,.collapse-leave-to {
    transform: scaleY(0);
}

.top-nav-div .top-panel {
    position: relative;
}
.top-nav-div .top-close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 22px;
    color: #bbbbbb;
    cursor: pointer;
}
.top-nav-div .top-nav-text1 {
    font-size: 24px;
    color: #0b559d;
    line-height: 26px;
    font-weight: 600;
}
.top-nav-div .top-nav-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.top-nav-div .top-hor-line {
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin-top: 28px;
    margin-bottom: 30px;
}

.top-nav-div .top-item{
    width: 240px;
    margin-top: 32px;
    cursor: pointer;
}
.top-nav-div .top-item:hover .top-item-title{
    color: #004baa;
}
.top-nav-div .top-item:hover .top-item-title i{
    color: #004baa;
}
.top-nav-div .top-item .top-item-title{
    font-size: 14px;
    line-height: 14px;
    height:14px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
}
.top-nav-div .top-item .top-item-title label{
    font-weight:600!important;
}
.top-nav-div .top-item .top-item-title i{
    margin-left: 6px;
    font-weight: 600!important;
    color: #000000;
}
.top-nav-div .top-item .top-item-text{
    height: 88px;
    font-size: 14px;
    font-weight: 400;
    color: #595959;
    line-height: 22px;
    overflow: hidden;
}

.top-nav-div .top-item-nap {
    margin-right: 78px;
}
.top-nav-div .top-item-nap2 {
    margin-bottom: 30px;
}
.top-nav-text i{
    color: white;
}
@media (max-width: 1830px) {
    .top-nav-div .top-nav {
        padding: 0 42px;
    }
}
@media (max-width: 1600px) {
    .top-nav-div .top-nav {
        padding: 0 16px;
    }
    .top-nav-div .top-close {
        right: 20px;
    }
    .top-nav-div .top-panel {
        width: 1280px;
        padding: 0px;
        margin: 0 auto;
    }
}
@media (max-width: 1340px) {

    .top-nav-div .top-close {
        right: 30px;
    }
    .top-nav-div .top-panel {
        width: 100%;
        padding: 0px 60px 0px 160px;
    }

}
@media (max-width: 1260px) {
    .top-nav-div .top-close {
        right: 30px;
    }
    .top-nav-div .top-panel {
        width: 100%;
        padding: 0px 60px 0px 120px;
    }
}
@media (min-width: 1540px) {
    .nap-container {
        width: 1280px;
        margin: 0 auto;
    }
}
