body{
    width:100%;
    overflow-x: hidden;
    overflow-y: scroll;
    margin:0;
    padding:0;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: none !important;
    padding: 0 6.25%;
}
.content-center a{
    margin-top: 20px;
    margin-bottom: 0;
}

@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}
@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}
@font-face {
    font-family: Mont-Light;
    src: url('../fonts/Mont/Mont-Light.otf');
}
@font-face {
    font-family: Mont-Regular;
    src: url('../fonts/Mont/Mont-Regular.otf');
}
@font-face {
    font-family: Mont-Regular;
    src: url('../fonts/Mont/Mont-Regular.otf');
}

h1{
    font-size: 30px;
    line-height: 140%;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
}
h2{
    font-size: 48px;
    line-height: 140%;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
}
h3{
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 15px;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
}
h4{
    font-size: 30px;
    line-height: 140%;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
}
h5{
    font-size: 24px;
    line-height: 140%;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
}
h6{
    font-size: 18px;
    line-height: 140%;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
}
a{
    text-decoration: none !important;   
    font-family: Mont-Regular,SourceHanSansCN-Regular;
}
p{
    font-size:16px;
    line-height: 160%;
}
@media (max-width: 1500px) {
    h1{
        font-size: 30px;
        line-height: 140%;
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    h2{
        font-size: 40px;
        line-height: 140%;
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    h3{
        font-size: 32px;
        line-height: 140%;
        margin-bottom: 15px;
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    h4{
        font-size: 26px;
        line-height: 140%;
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    h5{
        font-size: 22px;
        line-height: 140%;
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    h6{
        font-size: 16px;
        line-height: 140%;
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    a{
        text-decoration: none !important;   
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    p{
        font-size:15px;
        line-height: 160%;
    }
}
ul{
    font-size: 1.2vw;
}
.btn-border{
    width: 116px;
    height: 40px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.btn-border:hover{
    color: #0075FF;
    background: #fff;
    border: 1px solid #fff;
}
.btn-white{
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color:#0075FF;
    background: #fff;
    border-radius: 50px;
    font-size: 17px;
    text-align: left;
    padding-left: 28px;
}
.btn-white span{
    vertical-align: middle;
}
.btn-white .icon{
    vertical-align: middle;
    margin-left: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: -3px;
}
.btn-white:hover .icon{
    margin-left: 18px;
}
.btn-white:hover{
    color: #fff;
    background: #0075FF;
}
.btn-white:hover svg path{
    stroke: #fff;
}

.btn-blue{
    display: inline-block;
    width: 142px;
    height: 36px;
    line-height: 36px;
    color:#fff;
    background: #0075FF;
    border-radius: 50px;
    font-size: 14px;
    text-align: left;
    padding-left: 18px;
}
.btn-blue span{
    vertical-align: middle;
}
.btn-blue .icon{
    vertical-align: middle;
    margin-left: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: -3px;
}
.btn-blue:hover .icon{
    margin-left: 10px;
}
.btn-blue:hover{
    opacity: 0.7;
    color: #fff;
}
/* .btn-blue:hover svg path{
    stroke: #0075FF;
} */
.btn-blue.lg{
    width:200px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    padding-left: 28px;
}
.btn-blue.max{
    width:247px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    padding-left: 28px;
}

.header .btn-blue.lg{
    width:155px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding-left: 18px;
}

.btn-border-icon{
    width: 160px;
    height: 50px;
    color: #000;
    border-radius: 50px;
    border: 1px solid #000;
    display: inline-block;
    line-height: 50px;
    font-size: 17px;
    text-align: left;
    padding-left: 28px;
}
.btn-border-icon span{
    vertical-align: middle;
}
.btn-border-icon .icon{
    vertical-align: middle;
    margin-left: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: -3px;
}
.btn-border-icon:hover .icon{
    margin-left: 18px;
}
.btn-border-icon.plus:hover .icon{
    transform: rotate(90deg);
    margin-left: 12px;
}
.btn-border-icon svg path{
    stroke: #000;
}
.btn-border-icon:hover{
    color: #fff;
    background: #0075FF;
    border: 1px solid #0075FF;
}
.btn-border-icon:hover svg path{
    stroke: #fff;
}
.btn-border-icon.lg{
    width:200px;
}
.btn-border-icon.max{
    width: 236px;
}
.btn-border-icon.md{
    width: 215px;
}

.btn-border-icon-white{
    width: 160px;
    height: 50px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    display: inline-block;
    line-height: 50px;
    font-size: 17px;
    text-align: left;
    padding-left: 28px;
}
.btn-border-icon-white span{
    vertical-align: middle;
}
.btn-border-icon-white .icon{
    vertical-align: middle;
    margin-left: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: -3px;
}
.btn-border-icon-white:hover .icon{
    margin-left: 18px;
}
.btn-border-icon-white.plus:hover .icon{
    transform: rotate(90deg);
    margin-left: 12px;
}
.btn-border-icon-white svg path{
    stroke: #fff;
}
.btn-border-icon-white:hover{
    color: #0075FF;
    background: #fff;
    border: 1px solid #fff;
}
.btn-border-icon-white:hover svg path{
    stroke: #0075FF;
}
.btn-border-icon-white.lg{
    width:200px;
}
.btn-border-icon-white.md{
    width: 215px;
}
.btn-border-icon-white.max{
    width: 236px;
}
span.after{
    display: inline-block;
    padding: 0 8px;
    height: 20px;
    background: rgba(0,117,255,.4);
    border-radius: 15px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 22px;
}

@media (max-width: 1500px) {
    .btn-blue.lg {
        width: 170px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        padding-left: 25px;
    }
    .btn-border-icon{
        width: 140px;
        height: 45px;
        border-radius: 45px;
        line-height: 45px;
        font-size: 15px;
        padding-left: 25px;
    }
    .btn-border-icon span{
        vertical-align: middle;
    }
    .btn-border-icon .icon{
        margin-left: 8px;
    }
    .btn-border-icon:hover .icon{
        margin-left: 14px;
    }
    .btn-border-icon.plus:hover .icon{
        transform: rotate(90deg);
        margin-left: 8px;
    }
    .btn-border-icon.lg{
        width:170px;
    }
    .btn-border-icon.max{
        width: 206px;
    }
    .btn-border-icon.md{
        width: 185px;
    }

    .btn-border-icon-white{
        width: 140px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        padding-left: 25px;
    }
    .btn-border-icon-white .icon{
        margin-left: 8px;
    }
    .btn-border-icon-white:hover .icon{
        margin-left: 14px;
    }
    .btn-border-icon-white.lg{
        width:170px;
    }
    .btn-border-icon-white.md{
        width: 185px;
    }
    .btn-border-icon-white.max{
        width: 206px;
    }
}

.animate-text{
    overflow: hidden;
    position: relative;
}
.animate-text .animate-block{
    position: relative;
    overflow: hidden;
    display: block !important;
}
.animate-text .animate-item{
    display: block;
    transform: translateY(100%);
    transition: var(--overwrite-word-transition,transform 0.7s cubic-bezier(0,1,.45,1)),opacity 0.7s;
    -webkit-transition: var(--overwrite-word-transition,transform 0.7s cubic-bezier(0,1,.45,1)),opacity 0.7s;
    opacity: 0;
}
.animate-text .animate-item1{
    transition-delay: 0.4s;
}
.animate-text .animate-item2{
    transition-delay: 0.5s;
}
.animate-text .animate-item3{
    transition-delay: 0.6s;
}
.animate-text .animate-item4{
    transition-delay: 0.7s;
}
.animate-text .animate-item5{
    transition-delay: 0.8s;
}
.animate-text .animate-item6{
    transition-delay: 0.7s;
}
.animate-text.action .animate-item{
    transform: translateY(0);
    opacity: 1;
}
.animate-text2{
    overflow: hidden;
    position: relative;
}
.animate-text2 .animate-block{
    position: relative;
    overflow: hidden;
    display: block;
}
.animate-text2 .animate-item{
    display: block;
    transform: translateY(100%);
    transition: var(--overwrite-word-transition,transform 0.7s cubic-bezier(0,1,.45,1)),opacity 0.7s;
    -webkit-transition: var(--overwrite-word-transition,transform 0.7s cubic-bezier(0,1,.45,1)),opacity 0.7s;
    transition-delay: 0.2s;
    opacity: 0;
}
.animate-text2 .animate-item1{
    transition-delay: 0.3s;
}
.animate-text2 .animate-item2{
    transition-delay: 0.4s;
}
.animate-text2 .animate-item3{
    transition-delay: 0.5s;
}
.animate-text2 .animate-item4{
    transition-delay: 0.6s;
}
.animate-text2 .animate-item5{
    transition-delay: 0.7s;
}
.animate-text2.action .animate-item{
    transform: translateY(0);
    opacity: 1;
}

.animate-text3{
    overflow: hidden;
    position: relative;
}
.animate-text3 .animate-block{
    position: relative;
    overflow: hidden;
    display: block;
}
.animate-text3 .animate-item{
    display: block;
    transform: translateY(100%);
    transition: var(--overwrite-word-transition,transform 0.7s cubic-bezier(0,1,.45,1)),opacity 0.7s;
    -webkit-transition: var(--overwrite-word-transition,transform 0.7s cubic-bezier(0,1,.45,1)),opacity 0.7s;
    transition-delay: 0.4s;
    opacity: 0;
}
.animate-text3 .animate-item1{
    transition-delay: 0.5s;
}
.animate-text3 .animate-item2{
    transition-delay: 0.6s;
}
.animate-text3 .animate-item3{
    transition-delay: 0.7s;
}
.animate-text3 .animate-item4{
    transition-delay: 0.8s;
}
.animate-text3 .animate-item5{
    transition-delay: 0.9s;
}
.animate-text3.action .animate-item{
    transform: translateY(0);
    opacity: 1;
}

.line-title{
    text-align: center;
    font-size: 24px;
    color: #0075FF;
}
.line-title .line{
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    background-color: #0075FF;
    margin: 0 30px;
    width: 70px;
}
.line-title span{
    vertical-align: middle;
}
.card-body{
    padding-bottom: 3em;
}
/* @media (max-width: 1920px) {
    h1{
        font-size: 80px;
        line-height: 140%;
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    h2{
        font-size: 3.1vw;
        line-height: 140%;
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    h3{
        font-size: 2.3vw;
        line-height: 140%;
        margin-bottom: 15px;
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    h4{
        font-size: 2vw;
        line-height: 140%;
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    h5{
        font-size: 1.4vw;
        line-height: 140%;
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    p{
        font-size: 1.2vw;
    }
} */
.section{
    margin-bottom: 90px !important;
}
@media (max-width: 996px) {
    /* a{
        font-family: auto !important;
    } */
    .section{
        margin-bottom: 40px !important;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        padding: 0 4.3%;
    }
    .card-body{
        padding-bottom: 1.25em;
    }
    .line-title{
        font-size: 18px;
    }
    .line-title .line{
        margin: 0 20px;
        width: 40px;
    }
    .banner .text-center{
        font-size: 12px;
    }
    .content-center a{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .style-1 .line li h2{
        font-size: 24px;
    }
    h1{
        font-size: 36px;
        line-height: 120%;
    }
    h2{
        font-size: 32px;
        line-height: 120%;
    }
    h3{
        font-size: 26px;
        line-height: 120%;
    }
    h4{
        font-size: 24px;
        line-height: 130%;
    }
    h5{
        font-size: 20px;
        line-height: 120%;
    }
    p{
        font-size: 16px;
    }
    ul{
        font-size: 16px;
    }

    .btn-blue{
        height: 36px;
        line-height: 40px;
    }
    .btn-blue.lg{
        width: 142px;
        height: 36px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 18px;
    }
    .btn-blue .icon{
        margin-left: 3px;
        margin-top: -1px;
    }
    .btn-blue.lg .icon{
        margin-left: 3px;
        margin-top: -1px;
    }
    .btn-blue:hover .icon{
        margin-left: 3px;
    }
    .btn-blue.max{
        width: 180px;
        height: 36px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 18px;
    }

    .btn-white{
        font-size: 14px;
        width: 114px;
        height: 36px;
        line-height: 40px;
        padding-left: 18px;
    }
    .btn-white .icon{
        margin-top: -1px;
        margin-left: 6px;
    }
    .btn-white:hover .icon{
        margin-left: 6px;
    }

    .btn-border-icon-white{
        width: 114px;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        padding-left: 18px;
    }
    .btn-border-icon-white.lg{
        width: 142px;
    }
    .btn-border-icon-white.max{
        width: 176px;
    }
    .btn-border-icon-white .icon{
        margin-left: 3px;
        margin-top: -1px;
    }
    .btn-border-icon-white:hover .icon{
        margin-left: 3px;
    }
    .btn-border-icon-white.md{
        width: 156px;
    }

    .btn-border-icon{
        width: 114px;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        padding-left: 18px;
    }
    .btn-border-icon.lg{
        width: 142px;
    }
    .btn-border-icon.max{
        width: 176px;
    }
    .btn-border-icon.max{
        width: 156px;
    }
    .btn-border-icon .icon{
        margin-left: 3px;
        margin-top: -1px;
    }
    .btn-border-icon:hover .icon{
        margin-left: 3px;
    }
    .btn-border-icon.md{
        width: 160px;
    }
    .plus .icon{
        margin-top: -3px !important;
    }
}

.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 96px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #fff;
}
.header.scroll{
    background-color: rgba(255,255,255,.8);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.header.hover{
    background: #fff !important;
}
.header .logo{
    margin-left: 6.25%;
    margin-top: 31.7px;
    position: relative;
    z-index: 2;
}
.header .logo path:nth-child(13),.header .logo path:nth-child(1),.header .logo path:nth-child(2),.header .logo path:nth-child(3),.header .logo path:nth-child(4){
    fill:#646464;
}
.header .logo path{
    fill:#0075FF;
}
.header.scroll .logo path:nth-child(13),.header.scroll .logo path:nth-child(1),.header.scroll .logo path:nth-child(2),.header.scroll .logo path:nth-child(3),.header.scroll .logo path:nth-child(4){
    fill:#646464;
}
.header.scroll .logo path{
    fill:#0075FF;
}
.header.hover .logo path:nth-child(13),.header.hover .logo path:nth-child(1),.header.hover .logo path:nth-child(2),.header.hover .logo path:nth-child(3),.header.hover .logo path:nth-child(4){
    fill:#646464;
}
.header.hover .logo path{
    fill:#0075FF;
}
.header .link-box{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.header .link-box .bottom-link{
    display: none;
}
.header .link-box .slide-link{
    display: inline-block;
    color: #000;
    padding: 0 30px;
    height: 96px;
    line-height: 96px;
    cursor: pointer;
    font-family: Mont-Regular,SourceHanSansCN-Regular !important;
    font-size: 14px;
    margin: 0 -3px;
}
.header .link-box .slide-link.link{
    position: relative;
}
.header .link-box .slide-link.link .under-line{
    position: absolute;
    bottom: 29px;
    left: 30px;
    width:0;
    height: 1px;
    background: #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header .link-box .slide-link .link-name{
    /* pointer-events: none; */
    height: 100%;
    display: block;
    position: relative;
}
.header .link-box .slide-link .link-name .icon{
    margin-left: 8px;
}
.header .link-box .slide-link .link-name .icon path{
    stroke:#000;
}
.header.scroll .link-box .slide-link .link-name .icon path{
    stroke:#000;
}
.header.hover .link-box .slide-link .link-name .icon path{
    stroke:#000;
}
.header .link-box .slide-link .link-name .under-line{
    display: block;
    position: absolute;
    bottom: 29px;
    left: 0px;
    width: 0;
    height: 1px;
    background: #000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header .link-box .slide-link.link.active .under-line{
    width: calc(100% - 60px);
}
.header .link-box .slide-link.active .link-name .under-line{
    width: 100%;
}
.header .link-box .slide-link.active:nth-child(2) .link-name .under-line{
    width: calc(100% - 15px);
}
.header .link-box .slide-link.active:nth-child(3) .link-name .under-line{
    width: calc(100% - 15px);
}
.header .link-box .slide-link.active:nth-child(4) .link-name .under-line{
    width: calc(100% - 15px);
}
.header .link-box .slide-link.active:nth-child(5) .link-name .under-line{
    width: calc(100% - 15px);
}
.header .link-box .slide-link.link:hover .under-line{
    width: calc(100% - 60px);
}
.header .link-box .slide-link:hover .link-name .under-line{
    width: 100%;
}
.header .link-box .slide-link:nth-child(2):hover .link-name .under-line{
    width: calc(100% - 15px);
}
.header .link-box .slide-link:nth-child(3):hover .link-name .under-line{
    width: calc(100% - 15px);
}
.header .link-box .slide-link:nth-child(4):hover .link-name .under-line{
    width: calc(100% - 15px);
}
.header .link-box .slide-link:nth-child(5):hover .link-name .under-line{
    width: calc(100% - 15px);
}
@media (min-width: 996px) {
    .header .link-box .slide-link.active:nth-child(2),.header .link-box .slide-link:nth-child(2):hover .link-name{
        color: #0075FF;
    }
    .header .link-box .slide-link:nth-child(3).active,.header .link-box .slide-link:nth-child(3):hover .link-name{
        color: #FFC720;
    }
    .header .link-box .slide-link:nth-child(4).active,.header .link-box .slide-link:nth-child(4):hover{
        color: #0AADB7;
    }
    .header .link-box .slide-link:nth-child(5).active,.header .link-box .slide-link:nth-child(5):hover .link-name{
        color: #FE6464;
    }
    .header .link-box .slide-link:nth-child(6).active,.header .link-box .slide-link:nth-child(6):hover{
        color: #7526DB;
    }
    .header .link-box .slide-link:nth-child(7).active,.header .link-box .slide-link:nth-child(7):hover{
        color: #0075FF !important;
    }
    .header .link-box .slide-link:nth-child(2) .under-line{
        background: #0075FF;
    }
    .header .link-box .slide-link:nth-child(3) .under-line{
        background: #FFC720;
    }
    .header .link-box .slide-link:nth-child(4) .under-line{
        background: #0AADB7;
    }
    .header .link-box .slide-link:nth-child(5) .under-line{
        background: #FE6464;
    }
    .header .link-box .slide-link:nth-child(6) .under-line{
        background: #7526DB;
    }
    .header .link-box .slide-link:nth-child(7) .under-line{
        background: #0075FF;
    }
}

.header .link-box .slide-link:hover .link-name{
    opacity: 0.7;
}
.header .link-box .slide-link.link:hover{
    opacity: 0.7;
}
.header.scroll .link-box .slide-link{
    color: #000;
}
.header.hover .link-box .slide-link{
    color: #000;
}
.header .right-btn{
    position: absolute;
    right: 6.25%;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    border: 1px solid #000;
}
.header .right-btn:hover{
    color: #fff;
    background: #0075FF;
    border: 1px solid #0075FF;
}
.header.scroll .right-btn{
    color: #000;
    border: 1px solid #000;
}
.header.scroll .right-btn:hover{
    color: #fff;
    background: #0075FF;
    border: 1px solid #0075FF;
}
.header.hover .right-btn{
    color: #000;
    border: 1px solid #000;
}
.header.hover .right-btn:hover{
    color: #fff;
    background: #0075FF;
    border: 1px solid #0075FF;
}
.header .link-box .close-btn{
    display: none;
}
.header .slide-link-box{
    background: #fff;
    width: 100%;
    position: absolute;
    top:96px;
    left: 0;
    height: 220px;
    border-top: 1px solid #CBCDD0;
    display: none;
    cursor:default;
}
.header .slide-link-box .left-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    text-align: right;
    padding-right: 60px;
    color: #000;
    line-height: 16px;
}
.header .slide-link-box .left-box .name{
    margin-top: 60px;
}
.header .slide-link-box .left-box .name a{
    color: #000;
}
.header .slide-link-box .left-box .name a.jump-link:hover{
    color: #0075FF;
}
.header .slide-link-box .left-box .name a.jump-link:hover svg path{
    stroke: #0075FF;
}
.header .slide-link-box .link-content{
    background: rgba(203,205,208,.15);
    position: absolute;
    top: 0;
    left: 25%;
    width:75%;
    height: 100%;
    text-align: left;
    line-height: 18px;
    padding-top: 60px;
    padding-left: 4%;
}
.header .slide-link-box .link-content .link-row{
    width: 60%;
}
.header .slide-link-box .link-content .link-row .item{
    margin-bottom: 55px;
}
.header .slide-link-box .link-content .item{
    height: 100%;
    display: inline-block;
    float: left;
    color: #000;
    padding-right: 12%;
}
.header .slide-link-box .link-content .item .link{
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
    pointer-events: all;
}
.header .slide-link-box .link-content .item .link svg{
    margin-top: -2px;
}
.header .slide-link-box .link-content .item .link svg path{
    stroke:#000;
}
.header .slide-link-box .link-content .item .link:hover{
    color: #0075FF;
}
.header .slide-link-box .link-content .item .link:hover svg path{
    stroke: #0075FF;
}
.header .slide-link-box .link-content .item .link span{
    vertical-align: middle;
}
.header .slide-link-box .link-content .item p{
    font-size: 12px;
    color: #646464;
    font-family: Mont-Light,SourceHanSansCN-Regular;
    padding-top: 15px;
}
.header .slide-link-box .btn-box{
    position: absolute;
    top: 50px;
    right: 0;
    height: 120px;
    text-align: left;
    width: 23%;
    padding-left: 60px;
    border-left: 1px solid #CBCDD0;
    line-height: 1px;
}
.header .slide-link-box .btn-box .name{
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
    margin-bottom: 15px;
    margin-top: 15px;
}
.header .slide-link:nth-child(4) .slide-link-box .btn-box a{
    width: 155px;
}
.header .menu-box{
    display: none;
}
.header .after{
    color: #fff;
}
@media (max-width: 1560px) {
    .header .slide-link-box .btn-box{
        width: 20%;
    }
}
@media (max-width: 1440px) {
    .header .slide-link-box .btn-box{
        width: 18%;
    }
    .header .slide-link-box .link-content .item{
        padding-right: 9%;
    }
}
/* @media (max-width: 1280px) {
    .header .slide-link-box .left-box{
        width: 20%;
        padding-right: 45px;
    }
    .header .slide-link-box .link-content{
        left: 20%;
        width: 80%;
        padding-left: 4%;
    }
    .header .slide-link-box .link-content .item .link{
        font-size: 16px;
    }
    .header .slide-link-box .btn-box{
        width: 228px;
        padding-left: 45px;
    }
}
@media (max-width: 1100px) {
    .header .slide-link-box .left-box{
        width: 170px;
    }
    .header .slide-link-box .link-content{
        left: 170px;
        width: calc(100% - 170px);
        padding-left: 4%;
    }
 .header .slide-link-box .link-content .item{
        padding-right: 4%;
    }
    .header .slide-link-box .link-content .item .link{
        font-size: 14px;
    }
    .header .slide-link-box .btn-box {
        width: 200px;
        padding-left: 30px;
    }
    .header .slide-link-box .btn-box .name{
        font-size: 16px;
    }
} */
@media (max-width: 1350px) {
    #main{
        width: 100vw;
        overflow-x: hidden;
    }
    .header .menu-box{
        display: block;
        position: absolute;
        right:0;
        top: 50%;
        transform: translateY(-50%);
        padding:15px 4.3%;
        cursor: pointer;
    }
    .header .link-box{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transform: translate(0);
        background: #fff;
        z-index: 9999;
        padding-top: 75px;
        display: none;
    }
    .header .link-box.active{
        left: 0;
        display: block;
    }
    .header .right-btn{
        display: none;
    }
    .header .link-box .slide-link{
        display: block;
        height: auto;
        line-height: 60px;
        text-align: left;
        border-bottom: 1px solid #CBCDD0;
        padding: 0;
        margin: 0 4.3%;
        font-size: 16px;
        font-family: Mont-Regular,SourceHanSansCN-Regular;
        background: url(../img/arrow-bottom.png) right 20px no-repeat;
        background-size: 20px 20px;
        color: #000 !important;
    }
    .header .link-box .slide-link .under-line{
        display: none !important;
    }
    .header .link-box .slide-link.active{
        background: url(../img/arrow-top.png) right 20px no-repeat;
        background-size: 20px 20px;
        border: none;
    }
    .header .link-box .close-btn{
        display: block;
        position: absolute;
        top: 20px;
        right: 4.3%;
        cursor: pointer;
    }
    .header .slide-link-box{
        position: static;
        height: auto;
    }
    .header .slide-link-box .left-box{
        display: none;
    }
    .header .slide-link-box .btn-box{
        display: none;
    }
    .header .slide-link-box .link-content{
        position: static;
        width: 100%;
    }
    .header .link-box .slide-link .link-name{
        font-size: 15px;
    }
    .header .link-box .slide-link:hover .link-name{
        opacity: 1;
    }
    .header .link-box .slide-link.link:hover{
        opacity: 1;
        border-bottom: 1px solid #CBCDD0;
    }
    .header .link-box .slide-link.link{
        background: #fff;
        z-index: 2;
    }
    .header .slide-link-box .link-content{
        background: #fff;
    }
    .header .slide-link-box .link-content .item{
        float: none;
    }
    .header .slide-link-box .link-content .item p{
        display: none;
    }
    .header .slide-link-box .link-content .item .link{
        display: block;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }
    .header .slide-link-box .link-content .item .link svg{
        display: none;
    }
    .header .slide-link-box .link-content{
        padding: 0 0 0 15px;
    }
    .header .slide-link-box .link-content .item{
        display: block;
        width: 100%;
        border-bottom: 1px solid #CBCDD0;
        height: 60px;
        line-height: 60px;
    }
    .header .slide-link-box .link-content .item .link{
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    .header .link-box .bottom-link{
        display: block;
        text-align: left;
        padding: 0 4.3%;
        position: static;
        width: 100%;
        left: 0;
        bottom: 90px;
        height: 40px;
        line-height: 40px;
        margin-top: 100px;
    }
    .header .link-box .bottom-link span{
        color: #646464;
        font-size: 12px;
    }
    .header .link-box .bottom-link a{
        width: 168px;
        padding: 0;
        text-align: center;
        float: right;
        height: 40px;
        line-height: 42px;
    }
    .header .link-box .bottom-link a:hover{
        color: #fff;
        background: #0075FF;
    }
    .header .link-box .slide-link .link-name .icon{
        display: none;
    }
    .header .slide-link-box .link-content .link-row{
        width: 100%;
    }
    .header .slide-link-box .link-content .link-row .item{
        margin: 0;
    }
}
@media (max-width: 996px) {
    .header{
        height: 60px;
        /* overflow: hidden; */
    }
    /* .wrap{
        overflow-x: hidden;
    }
    .main{
        overflow-x: hidden;
    } */
    #main{
        width: 100vw;
        overflow-x: hidden;
    }
    .header .menu-box{
        display: block;
        position: absolute;
        right:0;
        top: 50%;
        transform: translateY(-50%);
        padding:15px 4.3%;
    }
    .header .logo{
        width: 120px;
        margin-left: 4.3%;
        margin-top: 20px;
        height: 20px;
    }
    .header .link-box{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transform: translate(0);
        background: #fff;
        z-index: 9999;
        padding-top: 75px;
        display: none;
    }
    .header .link-box.active{
        left: 0;
        display: block;
    }
    .header .right-btn{
        display: none;
    }
    .header .link-box .slide-link{
        display: block;
        height: auto;
        line-height: 60px;
        text-align: left;
        border-bottom: 1px solid #CBCDD0;
        padding: 0;
        margin: 0 4.3%;
        font-size: 16px;
        font-family: Mont-Regular,SourceHanSansCN-Regular;
        background: url(../img/arrow-bottom.png) right 20px no-repeat #fff; 
        background-size: 20px 20px;
        color: #000 !important;
        position: relative;
        z-index: 2;
    }
    .header .link-box .slide-link .under-line{
        display: none !important;
    }
    .header .link-box .slide-link.active{
        background: url(../img/arrow-top.png) right 20px no-repeat;
        background-size: 20px 20px;
        border: none;
    }
    .header .link-box .close-btn{
        display: block;
        position: absolute;
        top: 20px;
        right: 4.3%;
    }
    .header .slide-link-box{
        position: static;
        height: auto;
    }
    .header .slide-link-box .left-box{
        display: none;
    }
    .header .slide-link-box .btn-box{
        display: none;
    }
    .header .slide-link-box .link-content{
        position: static;
        width: 100%;
    }
    .header .link-box .slide-link:hover .link-name{
        opacity: 1;
    }
    .header .link-box .slide-link.link:hover{
        opacity: 1;
        border-bottom: 1px solid #CBCDD0;
    }
    .header .link-box .slide-link.link{
        background: #fff;
        z-index: 2;
        font-size: 15px;
    }
    .header .slide-link-box .link-content{
        background: #fff;
    }
    .header .slide-link-box .link-content .item p{
        display: none;
    }
    .header .slide-link-box .link-content .item .link{
        display: block;
        height: 60px;
        line-height: 60px;
    }
    .header .slide-link-box .link-content .item .link svg{
        display: none;
    }
    .header .slide-link-box .link-content{
        padding: 0 0 0 15px;
    }
    .header .slide-link-box .link-content .item{
        display: block;
        width: 100%;
        border-bottom: 1px solid #CBCDD0;
        height: 60px;
        line-height: 60px;
    }
    .header .slide-link-box .link-content .item .link{
        font-family: Mont-Regular,SourceHanSansCN-Regular;
    }
    .header .link-box .bottom-link{
        display: block;
        text-align: left;
        margin-top: 100px;
        padding: 0 4.3%;
        position: static;
        width: 100%;
        left: 0;
        bottom: 80px;
        height: 40px;
        line-height: 40px;
    }
    .header .link-box .bottom-link span{
        color: #646464;
        font-size: 12px;
    }
    .header .link-box .bottom-link a{
        width: 168px;
        padding: 0;
        text-align: center;
        float: right;
        height: 40px;
        line-height: 42px;
    }
    .header .link-box .bottom-link a:hover{
        color: #fff;
        background: #0075FF;
    }
    .header .link-box .slide-link .link-name .icon{
        display: none;
    }
    .header .slide-link-box .link-content .link-row{
        width: 100%;
    }
    .header .slide-link-box .link-content .link-row .item{
        margin: 0;
    }
}

.footer{
    background: #0E2241;
    padding: 76px 6.25% 40px 6.25%;
    position: relative;
}
.footer .logo{
    position: absolute;
    top: 76px;
    left: 6.25%;
    width: 175px;
}
.footer .link-box{
    min-width: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    width: 70%;
}
.footer .link-box .item{
    width: 20%;
    display: inline-block;
    float: left;
}
.footer .link-box .item:nth-child(4){
    width: 25%;
}
.footer .link-box .item:nth-child(5){
    width: 15%;
}
.footer .link-box .item .link-title{
    color: #0075FF;
    font-size: 14px;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
    margin-bottom: 23px;
    padding-left: 15px;
}
.footer .link-box .item .border-box{
    border: none;
    border-left: 1px solid rgba(0,117,255,.4);
    padding-left: 15px;
    min-height: 180px;
}
.footer .link-box .item a{
    display: block;
    font-size: 12px;
    color: #D8D8D8;
    margin-bottom: 24px;
    font-family: Mont-Regular,SourceHanSansCN-Regular;
    padding-right: 10px;
}
.footer .link-box .item a:hover{
    opacity: 0.7;
}
.footer .qr-box{
    position: absolute;
    top: 76px;
    right:6.25%;
}
.footer .qr-box .img-box{
    width: 126px;
    height: 126px;
    line-height: 122px;
    text-align: center;
    background: url(../img/border.png) no-repeat;
}
.footer .qr-box .img-box img{
    width: 90%;
}
.footer .qr-box .title{
    height: 24px;
    line-height: 24px;
    position: relative;
    color: #fff;
    margin-bottom: 8px;
    font-size: 14px;
}
.footer .qr-box .title .wx{
    position: absolute;
    right: 0;
    top: 0;
}
.footer .bottom-text{
    text-align: center;
    color: #fff;
    opacity: 0.3;
    font-size: 14px;
    margin-top: 75px;
}
.footer .bottom-text .link{
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px;
}
.footer .bottom-text .link a{
    color: #fff;
    display: inline-block;
    margin: 0 2px;
}
.footer .bottom-text p{
    font-size: 14px;
}
.footer .bottom-text .link a:hover{
   color: #eee;
}
.footer .bottom-text p span{
    margin-left: 20px;
}
.footer .bottom-text p a{
    color: #fff;
}
@media (max-width: 1680px) {
    .footer .link-box{
        min-width: auto;
        width: 900px;
    }
    .footer .link-box .item:nth-child(5){
        width: 90px;
    }
    .footer .link-box .item{
        width: 21.5%;
    }
}
@media (max-width: 1500px) {
    .footer .link-box{
        min-width: auto;
        width: 800px;
    }
    .footer .link-box .item:nth-child(5){
        width: 90px;
    }
    .footer .link-box .item:nth-child(4){
        width: 232px;
    }
    .footer .link-box .item{
        width: 159px;
    }
}
@media (max-width: 996px) {
    .footer .link-box{
        min-width: auto;
        width: 700px;
    }
    .footer .link-box .item:nth-child(5){
        width: 80px;
    }
    .footer .link-box .item:nth-child(4){
        width: 220px;
    }
    .footer .link-box .item{
        width: 133px;
    }
    .footer span.after{
        margin-left: 5px;
    }
}

@media (max-width: 1350px) {
    .footer{
        padding: 50px 4.3% 40px 4.3%;
        margin-top: -1px;
    }
    .footer .logo{
         position: static;
        margin-bottom: 30px;
        width: 140px;
    }
    .footer .link-box{
        position: static;
        width: 100%;
    }
    .footer .link-box .item{
        float: none;
        width: 100%;
    }
    .footer .qr-box{
        position: static;
        width: 126px;
        margin: 0 auto;
    }
    .footer .link-box .item{
        margin-bottom: 20px;
    }
    .footer .link-box .item .link-title{
        padding: 0 0 12px 0;
        border-bottom: 1px solid rgba(0,117,255,.4);
        margin-bottom: 20px;
    }
    .footer .link-box .item a{
        margin-bottom: 20px;
    }
    .footer .link-box .item .border-box{
        border: none;
        padding: 0;
        min-height: auto;
    }
    .footer .bottom-text{
        margin-top: 45px;
        font-size: 12px;
    }
    .footer .bottom-text p span{
        margin: 0;
        display: block;
    }
    .footer .bottom-text p{
        font-size: 12px;
    }
    .footer .link-box{
        min-width: auto;
    }
    .footer .link-box .item:nth-child(4){
        width: 100%;
    }
    .footer .link-box .item:nth-child(5){
        width: 100%;
    }
}