
body {
    font-size: 14px;
    background: #F6F9FF;
    padding-top: 76px;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.header-bg {
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 10;
}

.header {
    width: 1280px;
    height: 76px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navs {
    padding-left: 100px;
}


.navs > a {
    color: #333;
    text-decoration: none;
    margin-right: 40px;
    font-weight: 400;
}

.navs > a:hover {
    color: #206FFF;
    font-weight: bold;
}

.login {
    width: 240px;
    height: 36px;
    border: 1px solid #206FFF;
    display: flex;
    align-items: center;
}

.login-btn {
    width: 90px;
    height: 36px;
    color: #fff;
    background: #206FFF;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.login-btn > a {
    color: #fff;
}

.phone {
    color: #206FFF;
    display: flex;
    align-items: center;
    font-family: Arial;
    font-weight: bold;
}


.phone > img {
    width: 17px;
    height: 18px;
    fill: #206FFF;
    stroke: #206FFF;
    margin-left: 19px;
    margin-right: 9px;
}

.banner-bg {
    width: 100%;
    height: 420px;
    overflow: hidden;
    background: #0753FF;
}

.swiper-container {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.banner {
    width: 1280px;
    height: 420px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-left {
    color: #fff;
}

.banner-left > h1 {
    font-size: 38px;
}

.banner-left > h1 > span {
    color: #FFE800;
}

.banner-left > h4 {
    font-size: 18px;
    margin-top: 22px;
}

.banner-left > h4 > span {
    color: #FFEE00;
}

.banner-left > a {
    margin-top: 29px;
    display: block;
    text-decoration: none;
    width: 98px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #FFE800;
    color: #FF0000;
    border-radius: 18px;
}

.banner-right {
}

.box01 {
    width: 1280px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}

.box01-item {
    width: 310px;
    height: 110px;
    background: #fff;
    padding: 31px 20px 25px 20px;
}

.box01-item > img {
    width: 51px;
    height: 51px;
    float: left;
    margin-right: 11px;
}

.box01-item > h5 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.box01-item > p {
    color: #656565;
    font-weight: 100;
    margin-top: 14px;
}

.box02-bg {
    width: 100%;
    height: 425px;
    margin-top: 50px;
    background: #fff;
}

.box02 {
    width: 1280px;
    height: 406px;
    margin: 0 auto;
    padding-top: 50px;
}

.box02 > h2 {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.box02-content {
    height: 226px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.line-v-200 {
    width: 1px;
    height: 200px;
    background: #ECEFF4;
}

.box02-item {
    width: 217px;
    height: 226px;
    text-align: center;
}

.box02-item > img {
    width: 50px;
    height: 50px;
}

.box02-item > h3 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-top: 28px;
}

.box02-item > h3 > span {
    font-size: 24px;
    font-weight: 600;
}

.box02-item > p {
    color: #666;
    font-weight: 100;
    margin-top: 19px;
    line-height: 1.7;
}

.box02-item > a {
    display: block;
    width: 110px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #206FFF;
    border-radius: 19px;
    text-align: center;
    color: #206FFF;
    margin: 25px auto;
}

.box02-item > a:hover {
    background: #206FFF;
    color: #fff;
}

.box3 {
    width: 1280px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
}

.box3 > p {
    text-align: center;
    margin-top: 20px;
}

.box3 > h2 {
    font-size: 32px;
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}

.box3-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.box3-item {
    width: 310px;
    background: #fff;
    margin-bottom: 12px;
    padding-bottom: 15px;
}

.box3-item > img {
    width: 310px;
    height: 180px;
}

.box3-text-box {
    position: relative;
    padding: 19px 22px 0;
}

.box3-text-box > img {
    width: 64px;
    height: 64px;
    position: absolute;
    top: -30px;
    right: 10px;
}

.box3-text-box > h3 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.box3-text-box > p {
    color: #666;
    font-weight: 100;
    margin-top: 19px;
    line-height: 1.7;
}

.box3-text-box > p > span {
    display:block;
}

.box3-text-box > p > span:first-child{
    margin-bottom: 10px;
}

.box3-text-box > p > span i {
    color: red;
    font-weight: bold;
}

.box4-bg {
    width: 100%;
    height: 575px;
    background: #ffffff;
    position: relative;
}

.box4 {
    width: 1280px;
    margin: 0 auto;
    padding-top: 50px;
}

.box4 > h2 {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.box4-content {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.box4-item{
    text-align: center;
}

.box4-item:first-child {
    margin-bottom: 45px;
}

.box4-item > img {
    width: 50px;
    height: 50px;
}

.box4-item > h3 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-top: 26px;
}

.box4-item > p {
    color: #666;
    font-weight: 100;
    margin-top: 19px;
    line-height: 1.7;
}

.box4-middle {
    width: 702px;
    height: 350px;
    background: url("./images/box4-mid-bg.png") no-repeat center;
    text-align: center;
}

.box4-text-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-weight: 100;
}

.box5-bg {
    width: 100%;
    height: 455px;
    background: #0D4EFF url("./images/box6-bg.png") no-repeat center;
    position: relative;
}

.box5 {
    width: 1280px;
    margin: 0 auto;
    padding-top: 50px;
}

.box5 > h2 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.box5-content {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.box5-item {
    width: 170px;
    color: #fff;
    text-align: center;
}

.box5-item > img {
    width: 50px;
    height: 50px;
}

.box5-item > h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 29px;
}

.box5-item > p {
    font-weight: 100;
    margin-top: 19px;
    line-height: 1.7;
}

.box5-btns {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.box5-btns > a {
    width: 210px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
}

.box5-btns > a:last-of-type {
    background: #fff;
    color: #206FFF;
}

.box6-bg {
    width: 100%;
    height: 540px;
    background: url("./images/bg.png") no-repeat center;
    background-size: auto 530px;
    position: relative;
}

.box6 {
    width: 1280px;
    margin: 0 auto;
    padding-top: 50px;
}

.box6 > h2 {
    font-size: 32px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.box6-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 42px;
}

.box6-item {
    width: 240px;
    height: 170px;
    background: #fff;
    margin-bottom: 18px;
}

.box6-item > img {
    width: 240px;
}

.box6-item > .text-box {
    height: 46px;
    border-top: 1px solid #E9EDF5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    font-weight: 100;
}

.box7-bg {
    width: 100%;
    height: 720px;
    background: #fff;
    position: relative;
}

.box07 {
    width: 1280px;
    margin: 0 auto;
    padding-top: 50px;
}

.box07 > h2 {
    font-size: 32px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.box7-content {
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box7-item {
    width: 180px;
    height: 140px;
    line-height: 30px;
    color: #666;
    text-align: center;
    font-weight: 100;
    margin-bottom: 10px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
}

.box7-item > img {
    width: 180px;
}

.box7-btns {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.box7-btns > a {
    width: 210px;
    height: 50px;
    border: 1px solid #206FFF;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    color: #206FFF;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
}

.box7-btns > a:last-of-type {
    background: #206FFF;
    color: #fff;
}

.box8 {
    width: 1280px;
    height: 350px;
    margin: 0 auto 50px;
    padding-top: 50px;
    position: relative;
}

.box8 > h2 {
    font-size: 32px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.box8-content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.box8-item {
    width: 416px;
    height: 220px;
    background: #fff;
    padding: 20px 25px 0;
}

.box8-item > h3 {
    height: 56px;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #333;
    border-bottom: 1px solid #E9EDF5;
}

.box8-item > h3 > img {
    width: 28px;
    margin-right: 12px;
}

.box8-item > .answer {
    margin-top: 27px;
    display: flex;
    align-items: start;
    color: #666;
    font-weight: 100;
    line-height: 1.7;
}

.box8-item > .answer > img {
    width: 28px;
    margin-right: 12px;
}

.box9 {
    width: 1280px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}

.box9 > h2 {
    font-size: 32px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.box9-content {
    margin-top: 39px;
    padding: 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.box9-left {
    width: 424px;
}

.box9-left > .title {
    height: 70px;
    padding: 13px 0;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #ddd;
}

.box9-left > .title > h3 {
    color: #333;
    font-size: 28px;
}

.box9-left > .title > p {
    color: #666;
    font-size: 14px;
}

.box9-left > .info > p {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
}

.box9-left > .box9-btns {
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 26px;
}

.box9-left > .box9-btns > a {
    width: 110px;
    height: 38px;
    line-height: 38px;
    margin: 0 5px;
}


.footer-bg {
    width: 100%;
    height: 171px;
    background: #222429;
}

.footer {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.footer-left {
    margin-right: 94px;
}

.footer-left > img {
    margin-top: 32px;
    height: 40px;
}

.footer-phone {
    width: 170px;
    height: 38px;
    background: #206FFF;
    margin-top: 19px;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-divider {
    width: 1px;
    height: 82px;
    background: #3C3D40;
    margin-top: 50px;
}

.quick-navigation, .contact {
    margin: 0 45px;
    padding-top: 50px;
}

.quick-navigation > h5, .contact > h5 {
    font-size: 16px;
    color: #fff;
}

.quick-navigation > .links, .contact > p {
    margin-top: 20px;
}

.quick-navigation > .links > a, .contact > p {
    font-size: 13px;
    color: #C4C4C4;
    font-weight: 100;
    line-height: 1.7;
    margin-right: 30px;
}

.quick-navigation > .links > a:last-of-type {
    margin-right: 0;
}


.cs-popup-mask {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .25);
}

.cs-popup {
    width: 1280px;
    height: 377px;
    margin: calc(50vh - 200px) auto 0;
    display: flex;
    justify-content: center;
}

.cs-popup .img-bg {
    width: 500px;
    height: 377px;
    position: relative;
}

.cs-popup .img-bg .close-btn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 70px;
    right: 15px;
}

.right-bar {
    position: fixed;
    right: 74px;
    top: calc(50% - 210px);
    z-index: 400;
}

.right-bar .rb-container {
    position: relative;
    width: 60px;
    height: 420px;
}

@keyframes downup {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -4px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.right-bar .rb-container .left-badge {
    position: absolute;
    top: 0;
    left: -13px;
    height: 22px;
    animation: downup 1s infinite linear;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.right-bar .rb-container .right-badge {
    height: 23px;
    position: absolute;
    top: 60px;
    right: -13px;
    animation: blink 1.5s linear infinite;
}

.right-bar .rb-container .cs {
    border: 0;
    outline: none;
    width: 60px;
    height: 140px;
    font-size: 18px;
    border-radius: 0;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #206FFF;
    color: #fff;
}

.right-bar .rb-container .cs > svg {
    height: 16px;
    margin-bottom: 9px;
    fill: #fff;
}

.right-bar .rb-container .cs > object svg {
    fill: #fff;
}

.right-bar .rb-container .btn-list {
    height: 210px;
    background: #333;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.right-bar .rb-container .btn-list .btn-item {
    width: 100%;
    height: 72px;
    font-size: 14px;
    color: #bbb;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

.right-bar .rb-container .btn-list .divider-47 {
    width: 47px;
    height: 1px;
    background: #555;
}

.right-bar .rb-container .btn-list .btn-item:hover {
    background: #212121;
}

.right-bar .rb-container .btn-list .btn-item > svg {
    height: 18px;
    color: #fff;
    fill: #fff;
}

.right-bar .rb-container .btn-list .btn-item.scroll-top {
    height: 64px;
}

.right-bar .rb-container .btn-list .btn-item.scroll-top > .svg-icon {
    font-size: 26px;
}

#ServiceAdvantages, #CooperationWithCustomers, #Solutions, #FAQ, #AboutUs, #Channel, #FlowServiceProcess {
    position: absolute;
    top: -80px;
}