@charset "utf-8"; 

:root {
    /* --hover-bgc: #18DCA7; */
    /* --main-blue: #3982F7; */
    --main-blue: #2D4FB4;

    --hover-bgc: #4261BB;
    --title_a: #262D43;
    --text-color: #5d6070;
    --explain-text: #8e929a;

    --hoverWindow: #0451bf;
    --iconColor: #c1d9d7;
    /* --mask: #0f0101; */
    --bigBackground: #f3f5f7;
    --white: #fff;

    --assist-blue: #2D4FB4;
}

/* .foot{ background:#000516; padding-bottom:30px;} */
.foot ul{box-sizing:border-box; padding-top:50px;}
.foot ul:after{content:""; clear:both; display:block; }
.foot li{ float:left;position:relative;}
.foot .foot-scan{ width:150px; text-align:center; margin-right:0;}
.foot .foot-scan p{ font-size:12px; text-align:center; color:#f0f0f0; line-height:2; margin-bottom:10px;}
.foot li h3{ width:90px; text-align:left; color:#dcdcdc; font-size:16px; height:30px; line-height:30px; position:relative;}
.foot li p{ text-indent:0; text-align:left; line-height:2.4;}
.foot li p a{color:#999; font-size:14px;}
.foot li p a:hover{color:#fff;}

.foot .nav{ 
    height: auto !important;
    width: auto !important;
}
.foot .nav .nav-bar{ width:33%; height:70px; line-height:70px; float:left; text-align:center; color:#fff; font-size:18px;  border-right:1px solid #14617D;}
.foot .nav .nav-bar span{ color:#04A6EF;}
.foot .nav .nav-bar:last-child{ border-right:0;}
.foot .nav .nav-bar img{ vertical-align:middle; margin-right:10px;}



/* CSS Document */
a:hover {
    color: var(--hover-bgc) !important;
}

/* 修改滚动条样式 */
*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    transition: all 0.3s ease;
}

*::-webkit-scrollbar:hover {
    width: 8px;
    transition: all 0.3s ease;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.25rem;
    transition: all 0.3s ease;
}

*::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

*::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0.1);
}

*::-webkit-scrollbar-resizer {
    display: none;
}

/* 防止苹方字体下 office 的 i 缺失点 */
/* .oneLetterSpace {
    letter-spacing: 1px;
} */

.head {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 10000;
    background-color: transparent;
    top: 0;
    display: flex;
    flex-direction: column;
    transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -webkit-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
    background-color: rgba(255, 255, 255, 1);
}

.small-head {
    height: 60px !important;
}

.head .close-button {
    position: absolute;
    right: 20px;
    top: 30px;
    cursor: pointer;
}

.head.top {
    top: -60px;
    height: 60px;
    transition: top 0.3s linear;
    -moz-transition: top 0.3s linear;
    -webkit-transition: top 0.3s linear;
    -o-transition: top 0.3s linear;
}

.head.top .header-top {
    display: none;
}

.relative-head {
    height: 60px;
    width: 100%;
}

.head .wrap {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    min-width: 845px;
}

.head .test {
    width: 100%;
    height: 300px;
    border: 1px solid red;
    min-width: 1200px;
}

.head .test .content {
    width: 1200px;
    height: 300px;
    border: 1px solid blue;
    margin: 0 auto;
}

/* .head .wrap > a {
    line-height: 73px;
} */

.head .menu {
    position: absolute;
    right: 0;
    top: 0;
    flex: 0 0 990px;
}

.head .menu li {
    float: left;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.head .menu li > a {
    color: #000000;
    display: block;
    height: 100%;
    padding: 0 14px;
    font-size: 14px;
}

.head .menu li.service > a {
    padding: 0 0 0 14px;
}

.head .menu li button {
    padding: 0 30px;
    margin-left: 10px;
}

.head .menu li button.login {
    background: var(--main-blue);
    color: #fff;
    line-height: 60px;
    position: relative;
    top: 0;
    border: none;
    margin-left: 0;
    font-size: 14px;
    transition: all 0.5s;
}

.head .menu li button.login a {
    color: #fff;
    font-size: 14px;
}

.head .menu li button.login a:hover {
    color: #fff !important;
}

.head .menu li button.login:hover {
    background: var(--hover-bgc);
}

.head .menu li button.register {
    background: var(--main-blue);
    color: #fff;
    line-height: 60px;
    position: relative;
    top: 0;
    border: none;
}

.head .menu li a:hover,
.head.fixed-head .menu li a:hover,
.head .menu li.curr a,
.head.fixed-head .menu li.curr a {
    position: relative;
    color: var(--main-blue);
}

/* a 下面使用 div 会产生一个 a 在 div 下面, 所以隐藏它 */
.head .menu li .small-hover-box > a:first-of-type,
.head.fixed-head .menu li .small-hover-box > a:first-of-type {
    display: none;
}


/* 收缩菜单 */
.head .more-menu li .small-hover-box,
.head.fixed-head .more-menu li .small-hover-box {
    top: 20px;
    left: -120%;
}

.head .more-menu li .small-hover-box.contractLock,
.head.fixed-head .more-menu li .small-hover-box.contractLock {
    left: -272%;
}

/* 显示 hover-box */
.head .menu li:not(.more-menu):hover .hover-box,
.head.fixed-head .menu li:not(.more-menu):hover .hover-box,
.head .menu li:not(.more-menu):hover .small-hover-box,
.head.fixed-head .menu li:not(.more-menu):hover .small-hover-box {
    display: flex;
}
/* 导航 hover 样式结束 */

.head .menu li.curr > a:before,
.head .menu li:hover > a:before,
.head.fixed-head .menu li:hover > a:before,
.head .menu li:hover > a:before,
.head.fixed-head .menu li:hover > a:before {
    content: '';
    width: 30%;
    display: inline-block;
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 35%;
}

.head .more-menu li.curr > a:before,
.head .more-menu li:hover > a:before,
.head.fixed-head .more-menu li:hover > a:before,
.head .more-menu li:hover > a:before,
.head.fixed-head .more-menu li:hover > a:before {
    width: 4px;
    height: 23px;
    left: 0;
    top: 32%;
}

.head .menu li.curr > a:before {
    background-color: var(--main-blue);
}

.head .menu li:hover > a:before,
.head.fixed-head .menu li:hover > a:before,
.head .menu li:hover > a:before,
.head.fixed-head .menu li:hover > a:before {
    background-color: var(--hover-bgc);
}

/* 顶部导航栏兼容小屏幕 - 开始 */
@media screen and (max-width: 1280px) {
    .head .menu {
        flex: 0 0 723px !important;
    }

    .head .menu .more-menu {
        display: block !important;
    }

    .head .menu .remains-menu-item {
        display: none !important;
    }
}

.head .menu .more-menu {
    position: relative;
    display: none;
    margin: 0 15px;
}

.head .menu .more-menu .toggle-menu-black {
    display: inline;
    font-size: 24px;
}

.head .menu .more-menu .remains-menus {
    display: none;
    position: absolute;
    width: 100px;
    left: -47px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #f7f8fa;
    color: black;
    top: 60px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}

.head .menu .more-menu .remains-menus li {
    float: none;
}
/* 顶部导航栏兼容小屏幕 - 最小 1024 - 结束 */

.head.fixed-head {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px rgba(22, 39, 107, 0.05);
}

.head.fixed-head .menu li > a {
    color: #2e364e;
}

.head.fixed-head .menu li button.register {
    border-color: #999;
    color: #fff;
}

.head .fixed-opacity {
    display: none;
}

.head.fixed-head .opacity {
    display: none;
}

.head.fixed-head .fixed-opacity {
    display: block;
}

.head .wrap .navBarPhoneDivide {
    font-size: 16px;
    line-height: 60px;
    color: #e8eef1;
    margin: 0 10px;
    opacity: 0;
}

.head .wrap .navBarPhone {
    font-size: 16px;
    line-height: 60px;
    color: rgba(138, 146, 158, 1);
    opacity: 0;
}