﻿@charset "utf-8";
body,
dd,
div,
dl,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
iframe,
input,
label,
menu,
nav,
ol,
p,
section,
select,
td,
textarea,
th,
time,
ul,
video {
    margin: 0;
    padding: 0
}

article,
aside,
audio,
canvas,
footer,
header,
hgroup,
nav,
section,
video {
    display: block
}

body {
    font-size: 14px;
    font-family: 微软雅黑;
    color: #fff;
    padding: 0;
    color: #333
}

@font-face {
    font-family: abel;
    src: url(/static/fonts/abel.0bb6057.ttf)
}

textarea {
    resize: none
}

iframe,
img {
    border: 0
}

ol,
ul {
    list-style: none
}

input,
select,
textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only
}

a {
    text-decoration: none;
    color: #333
}

h1,
h2,
h3,
h4 {
    font-weight: 100
}

img {
    display: block
}

em,
i {
    font-style: normal
}

a:hover {
    color: #283FFB;
}

i {
    font-family: iconfont;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body #__layout {
    min-width: 1300px
}

.dow-btn {
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: #001CFF;
    border-radius: 65px;
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.dow-btn:hover {
    color: #fff;
    background: #7C8BFF;
}

.back {
    position: fixed;
    right: 44px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    cursor: pointer;
    background: url(/myimg/top.png) no-repeat 50% rgba(0, 0, 0, .5)
}
#__layout{
    padding-top: 82px;
    min-width: 1200px;
    position: relative;
}
.top {
    position: fixed;
    height: 82px;
    width: 100%;
    min-width: 1300px;
    top: 0;
    left: 0;
    z-index: 99;
}
.top.topbgs{
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.13);
}

.top .cen_top {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    padding-left: 0;
    height: 82px;
    align-items: center
}

.top .cen_top .logo {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 70px;
    font-size: 24px;
    color: #000000;
    background: url(/myimg/ico1.png) no-repeat  0 center;
}

.top .cen_top .nav_list {
    display: flex;
    flex-wrap: wrap;
    text-align: right
}

.top .cen_top .nav_list .list {
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
.top .cen_top .nav_list .list + .list{
    margin-left: 34px;
}
.top .cen_top .nav_list .list > a {
    display: inline-block;
    padding: 11px 8px;
}
.top .cen_top .nav_list .list.router-link-exact-active:after {
    position: absolute;
    content: "";
    height: 2px;
    background: #283FFB;
    bottom: 0;
    left: 14px;
    right: 14px;
    z-index: 9;
}

.top .cen_top .nav_list .second {
    font-size: 15px;
    display: block;
    height: 41px;
    line-height: 41px;
    margin: 0 10px;
    padding: 0 6px;
    color: #333;
    white-space: nowrap;
    box-sizing: content-box;
    text-align: center;
    font-weight: 300;
}
.top .cen_top .nav_list .second + .second{
    border-top: 1px solid rgba(184, 209, 248, .34);
}
.top .cen_top .nav_list .second.router-link-exact-active{
    color: #001CFF;
}
.top .cen_top .nav_list .second:hover{
    font-weight: 400;
}

.top .cen_top .nav_list .list.fuceng .fuceng-main {
    position: absolute;
    display: none;
    top: 43px;
    left: 0;
    min-width: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.11);
    border-radius: 2px;
    overflow: hidden;
    z-index: 7;
}
.top .cen_top .nav_list .list.fuceng:hover .fuceng-main {
    display: block
}

.top-dow-btn-wrap{
    margin-left: 40px;
}
.top-dow-btn-wrap .dow-btn{
    width: 120px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
}

.top-bg{
    position: absolute;
    left: 0;
    right: 0;
    top: -82px;
    height: 424px;
    background: url(/myimg/h-bg.png) center / cover;
}
.home-layout .top-bg{
    height: 1116px;
    background: url(/myimg/bg.png) center / cover;
}
.about-layout .top-bg{
    height: 535px;
}
.layout-body{
    position: relative;
}
.page-home{
    position: relative;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}


.home-top-wrap {
    position: relative;
    width: 100%;
    padding: 125px 0 60px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}
.home-top-ico1,
.home-top-ico2,
.home-top-ico3{
    position: absolute;
    left: 50%;
}
.home-top-ico1{
    top: 8px;
    margin-left: 84px;
    animation: homeIcoDown 4s infinite;
}
.home-top-ico2{
    top: 223px;
    margin-left: -534px;
    animation: homeIcoDown 3.5s infinite;
}
.home-top-ico3{
    top: 460px;
    margin-left: 265px;
    animation: homeIcoDown 3s infinite;
}

@keyframes homeIcoDown {
    0%, to {
        transform: translateY(0px);
    }

    50%{
        transform: translateY(10px);
    }
}

.home-top-wrap .dow-btn {
    margin-top: 100px;
}

.home-top-title {
    font-size: 58px;
    font-weight: bold;
    color: #012453;
    line-height: 78px;
}

.home-top-title2 {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 300;
    color: #012453;
    line-height: 38px;
    letter-spacing: 1px;
}

.home-top-msg {
    margin: 20px auto 0;
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
}
.home-top-msg{
    font-weight: 500;
}

.trait-wrap{
    margin: 155px auto 0;
}
.trait-content{
    position: relative;
    height: 480px;
    font-size: 0;
    white-space: nowrap;
    transition: transform .35s ease;
}
.trait-item{
    display: inline-block;
    vertical-align: middle;
    width: 100vw;
    font-size: 14px;
    white-space: normal;
}
.trait-cont{
    width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
.trait-txt b{
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;
}
.trait-txt p{
    margin-top: 20px;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
}
.trait-img{
    width: 692px;
    height: 480px;
}
.trait-indicator{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.trait-indicator li{
    width: 80px;
    padding: 10px 0;
    border-radius: 25px;
    overflow: hidden;
    cursor: pointer;
    margin: -10px 0;
}
.trait-indicator li + li{
    margin-left: 5px;
}
.trait-indicator li.on b{
    background: #B9D3FF;
}
.trait-indicator li b{
    display: block;
    height: 1px;
    background: #A1C5FF;
}
.trait-indicator li i{
    display: block;
    width: 0;
    height: 100%;
    background: #3982FC;
    border-radius: 25px;
}

.home-section {
    padding: 60px 0 40px;
    width: 100%;
    background: #F8FAFF;
}

.home-section h3 {
    font-size: 36px;
    font-weight: bold;
    color: #012453;
    line-height: 48px;
    text-align: center;
    margin-bottom: 40px;
}
.home-section h3 strong {
    position: relative;
}
.home-section h3 strong::before,
.home-section h3 strong::after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 161px;
    height: 2px;
    border-radius: 16px;
}
.home-section h3 strong::before{
    left: -181px;
    background: linear-gradient(303deg, #5E7AFD 0%, rgba(57,130,252,0) 100%);
}
.home-section h3 strong::after{
    right: -181px;
    background: linear-gradient(135deg, #5E7AFD 0%, rgba(57,130,252,0) 100%);
}

.fun-cat-list{
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.fun-cat{
    width: 25%;
}
.fun-cat-title{
    height: 42px;
    line-height: 42px;
    font-size: 28px;
    margin-bottom: 12px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 0 center;
}
.catid78{
    order: 1;
}
.catid87{
    order: 2;
}
.catid90{
    order: 3;
}
.catid89{
    order: 4;
}
.catid78 .fun-cat-title{
    background-image: url(/myimg/ico4.png);
}
.catid87 .fun-cat-title {
    background-image: url(/myimg/ico5.png);
}
.catid90 .fun-cat-title {
    background-image: url(/myimg/ico6.png);
}
.catid89 .fun-cat-title {
    background-image: url(/myimg/ico7.png);
}
.fun-list li {
    margin: 8px 0;
    padding-left: 50px;
    position: relative;
    line-height: 32px;
}
.fun-list li::after{
    content: '';
    position: absolute;
    top: 14px;
    left: 17px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #386BF3;
}

.fun-list li a {
    font-size: 20px;
    font-weight: 300;
    color: #555555;
}
.fun-list li a:hover{
    color: #283FFB;
}


.log-wrap {
    background: #fff;
    padding-bottom: 60px
}
.log-wrap h3{
    margin-bottom: 30px;
}
.log-wrap .log-main {
    width: 1200px;
    margin: 0 auto;
}

.log-wrap .log-btn {
    position: relative;
    display: inline-block;
    margin: 30px auto 0;
    font-size: 28px;
    font-weight: 300;
    color: #386BF3;
    line-height: 38px;
    cursor: pointer;
}
.log-wrap .log-btn.stow{
    display: none;
}
    .log-wrap .log-btn i {
        display: block;
        width: 30px;
        height: 30px;
        margin: 10px auto 0;
        background: url('/myimg/ico8.png');
        transition: transform .25s ease;
    }
.log-wrap .log-btn:hover i{
    transform: translateY(6px);
}
.log-wrap .log-btn.stow i{
    transform: rotate(180deg);
}
.log-wrap .log-btn.stow:hover i{
    transform: rotate(180deg) translateY(6px);
}
.log-wrap.open .log-btn.more{
    display: none;
}
.log-wrap.open .log-btn.stow{
    display: inline-block;
}
.logbox {
    width: 880px;
    padding-left: 70px;
    position: relative;
}

.logbox .loglist {
}

.logbox .loglist li {
    position: relative;
    padding: 22px 0 22px 173px;
    min-height: 64px;
}
.logbox .loglist li+li{
    border-top: 1px solid rgba(217, 217, 217, 0.4);
}
.logbox .loglist li:nth-child(3) ~ li{
    display: none;
}
.logbox .loglist li:nth-child(3) > b{
    display: none;
}
.log-wrap.open .logbox .loglist li:nth-child(3) ~ li{
    display: block;
}
.log-wrap.open .logbox .loglist li:nth-child(3) > b{
    display: block;
}
.logbox .loglist li > i{
    position: absolute;
    top: 0;
    left: -46px;
    height: 35px;
    width: 1px;
    background: #3D4265;
}
.logbox .loglist li > i{
    position: absolute;
    top: 0;
    left: -46px;
    height: 35px;
    width: 1px;
    background: #3D4265;
}
.logbox .loglist li > b{
    position: absolute;
    top: 35px;
    left: -46px;
    bottom: -1px;
    width: 1px;
    background: #3D4265;
}
.logbox .loglist li:first-child > i{
    display: none;
}
.logbox .loglist li:last-child > b{
    display: none !important;
}

.logbox .loglist div {
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
}


.logbox .loglist span {
    position: absolute;
    top: 30px;
    left: -62px;
    width: 32px;
    height: 32px;
    background: #C3D2FB;
    border-radius: 50%;
    z-index: 1;
}
.logbox .loglist span b ,
.logbox .loglist span i{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
.logbox .loglist span b {
    width: 22px;
    height: 22px;
    background: #386BF3;
}
.logbox .loglist span i {
    width: 11px;
    height: 11px;
    background: #57B45A;
}

.logbox .loglist p {
    position: absolute;
    width: 170px;
    left: 0;
    top: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
}

.logbox .loglist p em {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}


.about-top {
    padding: 100px 0;
    position: relative;
    text-align: center
}

.about-top-title {
    font-weight: bold;
    font-size: 55px;
    letter-spacing: 2px;
    color: #012453;
    line-height: 72px;
}

.about {
    margin: 80px auto;
    width: 1100px;
    font-size: 18px;
    line-height: 30px
}

.about p {
    margin-bottom: 30px
}

.about h3 {
    font-size: 35px;
    margin-bottom: 50px;
    text-align: left
}

.about img {
    margin: 0 auto
}

.faq .tops {
    width: 100%;
    height: 260px;
    display: flex;
    position: relative;
}

.faq .tops .title {
    width: 227px;
    margin: 63px auto 0
}

.faq .tops .title img {
    width: 100%
}

.faq .tops .tops_cen {
    width: 1200px;
    height: 60px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 7;
    font-size: 16px
}

.faq .tops .tops_cen .clist {
    cursor: pointer;
    position: relative
}

.faq .tops .tops_cen .clist:nth-child(3) {
    margin-right: 0
}

.faq .tops .tops_cen .clist.router-link-exact-active {
    color: #3a7df7;
    font-weight: 700
}

.faq .tops .tops_cen .clist.router-link-exact-active:after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -8px;
    height: 2px;
    background: #3a7df7
}

.faq .tops .tops_cen .clist:hover {
    color: #3a7df7
}

.faq .cen {
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 100px
}

.faq .cen .cen_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    min-height: 601px;
    background: #fff
}

.faq .cen .cen_cont:not(.nobb) {
    border-top: 1px solid #eeecef
}

.faq .cen .cen_cont .left_text {
    flex: 0 0 386px;
    box-sizing: border-box;
    padding: 21px 28px 21px 37px;
    height: calc(100% - 100px)
}

.faq .cen .cen_cont .left_text .title {
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-left: 10px
}

.faq .cen .cen_cont .left_text .title:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 3px;
    background: #797979
}

.faq .cen .cen_cont .left_text .list {
    color: #919191;
    font-size: 14px;
    display: block;
    padding: 6px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor: pointer
}

.faq .cen .cen_cont .left_text .list:hover {
    color: #3a7df7
}

.faq .cen .cen_cont .left_text .list.active {
    font-weight: 600;
    color: #3a7df7
}

.faq .cen .cen_cont .left_text .list .icon {
    width: 8px;
    vertical-align: -.1em;
    margin-right: 5px;
}

.faq .cen .cen_cont .left_text .list.up .icon {
    transform: rotate(180deg)
}

.faq .cen .cen_cont .left_text .list.up+.list-child {
    display: none;
}

.faq .cen .cen_cont .left_text .list-child {
    padding-left: 2em
}

.faq .cen .cen_cont .left_text .title~.list-child {
    padding-left: 0
}

.faq .cen .cen_cont .right_text {
    flex: 1;
    border-left: 1px solid #eeecef;
    overflow: hidden;
    box-sizing: border-box;
    padding: 39px 44px
}

.faq .cen .cen_cont .right_text .about {
    margin: 0 auto;
    width: 1100px;
    font-size: 18px;
    line-height: 30px
}

.faq .cen .cen_cont .right_text .about p {
    margin-bottom: 30px
}

.faq .cen .cen_cont .right_text .about h3 {
    text-align: left
}

.faq .cen .cen_cont .right_text .about img {
    margin: 0 auto
}

.faq .cen .cen_cont .right_text-tips {
    color: #f59a23;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #333
}

.faq .cen .cen_cont2 .left_text {
    flex: 0 0 218px;
    padding: 0
}

.faq .cen .cen_cont2 .left_text .list {
    border-radius: 0;
    padding: 16px 44px 17px;
    font-size: 16px;
    margin-bottom: 0
}

.faq .cen .cen_cont2 .left_text .list.active {
    background: #ebebeb;
    color: #3a7df7;
    position: relative
}

.faq .cen .cen_cont2 .left_text .list.active:after {
    content: "";
    position: absolute;
    height: 18px;
    border-left: 3px solid #3a7df7;
    left: 33px;
    top: 50%;
    margin-top: -9px
}

.faq .search {
    position: relative;
    height: 40px;
    line-height: 38px;
    margin-bottom: 20px
}

.faq .search-input {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 30px 0 10px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 5px
}

.faq .search-input:focus {
    border-color: #3a7df7
}

.faq .search-icon {
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -9px;
    font-size: 18px;
    color: #767474;
    cursor: pointer
}

.faq .search-icon:hover {
    color: #3a7df7
}

.faq .nodata {
    text-align: center
}

.faq .detail,
.faq .nodata {
    font-size: 15px
}

.faq .detail-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px
}

.faq .detail p {
    margin: 15px auto;
    text-indent: 2em;
    text-align: justify
}

.faq .detail img {
    margin: 30px auto;
    max-width: 680px;
    display: block
}

.faq .detail strong {
    color: #333
}

.footer-box {
    padding: 20px 0 10px;
    background: url(/myimg/f-bg.png) center / cover;
}
.footer-cont{
    width: 970px;
    margin: 0 auto;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    color:  #696969;
}
.footer-rq{
    text-align: center;
    font-size: 14px;
    margin-right: 30px;
}
.footer-rq img{
    width: 120px;
    margin-bottom: 5px;
}
.footer-rq + .footer-rq{
    margin-right: 26px;
}
.footer-contact{
    flex: 1;
}
.footer-contact a{
    display: block;
    line-height: 26px;
    font-size: 14px;
    color: inherit;
}
.footer-contact a + a{
    margin-top: 20px;
}
.footer-contact a:hover em{
    color: #283FFB;
}
.footer-contact img{
    display: inline;
    vertical-align: middle;
}
.footer-links{
    width: 204px;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
}
.footer-links li{
    min-width: 50%;
    margin-bottom: 10px;
}
.footer-links a{
    color: inherit;
}
.footer-links a:hover{
    color: #283FFB;
}
.footer-box .copyRight {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #8B8B8B;
    line-height: 14px;
}
.footer-box .copyRight a {
    color: inherit
}
.footer-box .copyRight a:hover {
    color: #283FFB
}

.kefubox {
    position: fixed;
    right: 30px;
    bottom: 200px;
    width: 80px;
    height: 150px;
    box-shadow: 0 0 6px #ccc;
    border-radius: 6px;
    z-index: 1000
}

.kefuimg {
    margin: 10px auto -5px
}

.kefu,
.qq {
    height: 75px;
    width: 100%;
    background: hsla(0, 0%, 100%, .8);
    text-align: center;
    cursor: pointer;
    position: relative;
    float: left
}

.kefu {
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #e8e8e8
}

.kefu .layer a {
    padding-top: 10px
}

.kefu .layer p {
    line-height: 35px
}

.layerbox {
    display: none
}

.kefu:hover .layerbox {
    width: 250px;
    text-align: center;
    position: absolute;
    left: -240px;
    top: 0;
    display: block
}

.layer {
    background: #fff;
    box-shadow: 0 0 6px #ccc;
    border-radius: 4px;
    margin-right: 20px
}
.layer-img{
    padding: 10px;
}
.layer-img img {
    width: 160px;
    height: 160px;
}

.layer a {
    border-bottom: 1px solid #e8e8e8;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.layer a em {
    text-decoration: underline;
    color: #20ca8d
}

.layer a:hover em {
    color: #283FFB
}

.corner {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 20px
}

.layer p {
    line-height: 25px
}

.qq {
    border-radius: 0 0 6px 6px
}

.qq:hover .layerbox {
    width: 200px;
    text-align: center;
    position: absolute;
    left: -190px;
    top: 0;
    display: block
}

.qq .layer a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}


.qq .layer p {
    line-height: 40px;
    margin-top: -10px
}

.kefu:hover,
.qq:hover {
    background: #f0f0f0
}

.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.sys-xp,
.sys-win64 {
    display: none;
}

[hidden] {
    display: none;
}

input::-ms-clear {
    width: 0;
    height: 0;
}