/* 站点头部样式 */
.header{
    width: 100%;
}
.site-topbar {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #878787;
    background: #fff;
}

.site-header {
    width: 100%;
    height: 119px;
    display: flex;
    align-items: center;
}

.site-header .header-left img {
    width: 400px;
    height: auto;
}

.header-right {
    display: flex;
    justify-content: center;
}

.site-header .header-search {
    width: 486px;
    height: 46px;
    border: 2px solid #15499F;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-btn {
    width: 98px;
    height: 100%;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #15499F;
    border: 1px solid #15499F;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 15px;
}

.search-content {
    flex: 1;
    height: 100%;
    /*padding: 0 24px;*/
}

.search-content input {
    border: none;
    height: 17px;
    background: none;
}

.search-content input:focus {
    outline: none;
}

.search-content .line {
    width: 1px;
    height: 17px;
    margin: 0 17px;
    background: #B1B1B1;
}

.search-select {
    width: 48px;
    border: none;
    background: none;
    font-size: 14px;
    color: #B1B1B1;
}

.search-select:focus { outline:none }


.site-header .header-join {
    width: 128px;
    height: 46px;
    background-color: #DD9C00;
    padding: 16px 21px;
    margin-left: 26px;
}

.site-header .header-join img {
    width: 16px;
    height: 13px;
    margin-right: 8px;
}

.site-header .header-join p {
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
}


.site-nav {
    width: 100%;
    /* height: 66px; */
    background-color: #fff;
}

.topbar-left {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}

.topbar-right img {
    width: 11px;
    height: 15px;
    margin-right: 10px;
}

.topbar-right .download {
    position: relative;
    cursor: pointer;
    height: 13px;
    border-right: 1px solid #878787;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 13px;
}

.download-code{
    position: absolute;
    width: 120px;
    height: 0px;
    border-radius: 5px;
    top: 20px;
    left: -15px;
    right: 0;
    margin: auto;
    transition: all .5s;
    background-color: #fff;
    z-index: 99;
}

.download-code img{
    width: 100%;
    height: 100%;
}

.download:hover .download-code{
    height: 140px;
    padding: 10px;
    border: 1px solid #F1F1F1;
}

.topbar-right .download a {
    font-size: 14px;
    font-weight: 400;
    color: #878787;
    text-decoration-line: none;
}

.topbar-right .tr-label {
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    margin: 0;
}

.topbar-right .tr-value {
    font-size: 16px;
    font-weight: 800;
    color: #004CA1;
    margin: 0;
}

.site-nav .nav-menu {
    width: 223px;
    height: 64px;
    position: relative;
    background-color: #1752A9;
    border-radius: 0 5px 0 0;
}

.site-nav .nav-menu .menu-title {
    width: 100%;
    height: 100%;
    padding: 0 55px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

.site-nav .nav-menu .menu-content {
    width: 223px;
    position: absolute;
    top: 64px;
    display: none;
    z-index: 99;
}

.site-nav .menu-content ul .is-active {
    background: rgba(23, 82, 169, 0.8) !important;
}

.site-nav .menu-content ul .is-active .item-content::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 42%;
    left: 111%;
    z-index: 10;
    border-top: solid 10px transparent;
    border-left: solid 10px rgba(23, 82, 169, 0.8);
    border-bottom: solid 10px transparent;
}

.nav-menu .menu-content ul li {
    padding: 16px 20px;
    border-bottom: 1px solid #1E3255;
    background: rgba(0, 0, 0, 0.54);
}

.nav-menu .menu-content ul li ul {
    position: absolute;
    width: 129px;
    height: 317px;
    top: 5px;
    left: 223px;
    background-color: #fff;
    padding: 13px;
    overflow: auto;
    display: none;
    transition: width .4s;
}

/*滚动条整体粗细样式*/
.nav-menu .menu-content ul li ul::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 3px;
    height: 8px;
}

/*滚动条里面小方块*/
.nav-menu .menu-content ul li ul::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
    /* 颜色 */
    background: #1752A9 !important;
    /* 线性渐变背景 */
    /* background-image: linear-gradient(45deg, #ffbd61 25%,#ffbd61 25%, #ff8800 25%, #ff8800 50%,#ffbd61 50%, #ffbd61 75%, #ff8800 75%, #ff8800 100%)!important; */
}

/*滚动条轨道*/
.nav-menu .menu-content ul li ul::-webkit-scrollbar-track {
    border-radius: 10px !important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
    background: #EDEDED !important;
}

.nav-menu .menu-content ul li ul li {
    height: 39px;
    padding: 0;
    font-size: 14px;
    line-height: 39px;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
    background: #fff;
}

.nav-menu .menu-content ul li ul li a {
    color: #7D7D7D;
}

.item .item-content {
    position: relative;
}

.item .item-content .menu-item-top {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.item .item-content .menu-item-top h4 {
    margin: 0;
}

.item .item-content a {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}


.site-nav .nav-content {
    flex: 1;
    margin-left: 10px;
}

.site-nav .nav-content ul li {
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    border-right: 1px solid #E4E4E4;
}

.site-nav .nav-content ul li:last-child {
    border-right: none;
}

.site-nav .nav-content ul li a {
    color: #6C6C6C;
}

.nav-content .is-current a {
    color: #154095 !important;
}