/*************************** COMMON ***************************/
:root {
    --active-color: #2f80ed;
    --font-color: #4d5064;
    --font-color-gray: #5b5b64;
    --font-color-gray1: #89898a;
    --font-color-gray2: #b1b1b4;
    --font-desc-color: #3a424d;
    --deepblue-background: #034eb2;
    --purple-background: #611f69;
    --form-color: #757f8c;
}

* {
    font-family: "微软雅黑", "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    box-sizing: border-box;
}

/*@media screen and (max-width: 600px){
    .adapter-mask {

    }
}*/

p {
    text-align: justify;
}

body {
    font-size: 14px;
}

a {
    text-decoration: none;
}

.ltr-layout {
    display: flex;
    flex-flow: row nowrap;
}

.ttb-layout {
    display: flex;
    flex-flow: column;
    align-items: center;
}


.adapter-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.5);
    z-index: 99999;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: none;
}

.adapter-mask .adapter-mask-title {
    color: #db173e;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    font-size: 20px;
    width: 80%;
}

.adapter-mask .adapter-mask-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

html,body {
    min-width: 1000px;
    overflow: visible;
}

html,body,select,ul,li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-col-center {
    display: flex; flex-flow: column; justify-content: center;
}

section {
    position: relative;
    width: 100%;
}

section .section-caption {
    color: var(--font-color);
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.section-images {
    margin: 30px 0 10px;
}

.section-text-container {
    background: #FFFFFF88; box-sizing: border-box; border-radius: 6px; text-align: center; box-shadow: 0 0 10px 0 rgba(200,200,200,.1);
}

.section-images img {
    width: 120px;
    height: 80px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 15px 0px rgba(55,55,55,0.3);
    border: solid 5px #FFFFFF;
}

section .section-desc {
    color: var(--font-desc-color);
    font-size: 1rem;
    font-weight: lighter;
    line-height: 1.8;
    text-align: justify;
}

section .section-desc h1 {
    color: var(--font-color);
    margin-top: 0;
    margin-bottom: 20px;
}

section .section-desc p {
    margin: 0 0 40px;
}

section .section-desc p:last-child {
    margin-bottom: 0;
}

.section-detail-button {
    padding: 20px 0;
}

section p .p-keyword {
    font-size: 1rem;
    font-weight: bold;
}

.container {
    position: relative;
    left: 10%;
    width: 80%;
    box-sizing: border-box;
}

.section-title {
    text-align: center;
    font-size: 50px;
    margin: 0px 0 30px;
    color: var(--active-color);
}

.section-title .title {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
}

.section-title .subtitle {
    padding: 16px 20px 0;
    border-top: solid 1px rgba(208, 223, 239, 0.6);
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 4px;
}

.container-index {
    padding: 80px 0;
}

.section-padding-v {
    padding: 100px 0;
}

.center {
    width: 100%;
    text-align: center;
}

/*************************** HEADER ***************************/
.header {
    position: relative;
    height: 60px;
    z-index: 9999;
    min-width: 880px;
}

.header-section {
    position: fixed;
    width: 100%;
    z-index: 999;
    min-width: 800px;
}

.header-left {
    float: left;
    display: inline-block;
    height: 60px;
}

.header-right {
    float: right;
    display: inline-block;
}

.header-menu {
    height: 60px;
    float: right;
    position: relative;
    font-weight: bold;
    user-select: none;
    padding: 0 26px;
}

.header-menu a {
    color: #FFFFFF;
    user-select: none;
}

.header-menu-title {
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    margin-left: 5px;
    display: flex;
    flex-flow: row;
    align-items:center;
    position: relative;
}

/*---------------------------*/

.header-menu-title:hover, .header-menu-title-icon {
    color: #FFFFFF;
    fill: #FFFFFF;
}

.header-menu-title-icon {
    width: 24px; height: 20px;
    display: inline-block;
    color: #FFFFFF;
    fill: #FFFFFF;
}

.button-right-arrow-icon {
    width: 20px; height: 18px;
    display: inline-block;
    color: #FFFFFF;
    fill: #FFFFFF;
}

.header-menu-content {
    position: absolute;
    display: none;
    margin-left: -106px;
}

.header .logo-img {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}

.header-menu-list {
    width: 290px;
    margin: 10px 0;
    -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    background: rgba(2, 81, 138, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 0;
    box-sizing: border-box;
}

.header-link::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 42px;
    left: 0px;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #FFFFFF;
    transform: scaleX(0);
    transition: all 0.2s;
}

.header-link:hover::before,
.header-link:focus::before {
    transform: scaleX(1);
}

/*--------------------*/
.header-white {
    background: #FFFFFF;
    box-shadow: 0 0px 10px 0px rgba(50,50,50, 0.5);
}

.header-white .header-link::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 42px;
    left: 0px;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: var(--deepblue-background);
    transform: scaleX(0);
    transition: all 0.2s;
}

.header-white .header-menu-title {
    color: var(--font-color);
}

.header-white .header-menu-title-icon {
    color: #01246e;
    fill: #01246e;
}

.header-white .logo-img {
    fill: #00356f;
}

.header-white .header-menu-title-icon {
    color: #01246e;
    fill: #01246e;
}
/*--------------------*/

.header-menu-item-link {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 22px 36px;
    text-decoration: none;
    outline: none;
    user-select: none;
}

.header-menu-item-link:hover .caption {
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -webkit-transform:scale(1.05);
    transform:scale(1.05);
    text-shadow:
            0 0 10px rgba(48, 228, 252, 0.6),
            0 0 10px rgba(48, 228, 252, 0.6),
            0 0 10px rgba(48, 228, 252, 0.6),
            0 0 10px rgba(48, 228, 252, 0.6);
}

.header-menu-item-desc {
    font-size: 10px;
    color: #e1e1e1;
    font-weight: normal;
}

.header-menu-item-icon {
    width: 30px;
    height: 30px;
    margin-right: 18px;
}
/*************************** SWIPER ***************************/
.swiper-container {
    height: 500px!important;
    width: 100%;
    position: relative;
}

.slide-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-content-wrapper {
    background: rgba(6, 27, 54, 0.6);
    position: relative;
    z-index: 100;
}

.banner-content {
    text-align: center;
    color: #888888;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.banner-content .banner-title {
    font-size: 60px;
}

.banner-content .banner-subtitle {
    font-size: 16px;
    letter-spacing: 8px;
}

.banner-content .banner-text-sep {
    display: inline-block;
    border-top: 1px solid #cccccc;
    width: 100px;
    margin: 10px 0 20px
}

.banner-text-style {
    color: #FFFFFF;
    text-shadow:
            0 0 6px rgba(121, 133, 140, 0.4),
            0 0 6px rgba(121, 133, 140, 0.4),
            0 0 6px rgba(121, 133, 140, 0.4),
            0 0 6px rgba(121, 133, 140, 0.4);
}

/*************************** CONTENT ***************************/
.index-cards {
    display: flex;
    flex-flow: row;
    justify-content: center;
    position: relative;
}

.index-card {
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 9px 0 rgba(67, 65, 79, 0.1);
    box-shadow: 0 4px 9px 0 rgba(67, 65, 79, 0.1);
    box-sizing: border-box;
    background: #FFFFFF;
    cursor: pointer;
    position: relative;
    display: block;
    transition: all ease-in 200ms;
}

.index-card:hover {
    -webkit-box-shadow: 0 4px 20px 0px rgba(67, 65, 79, 0.3);
    box-shadow: 0 4px 20px 0px rgba(67, 65, 79, 0.3);
}

.index-card .banner {
    height: 220px;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    overflow: hidden;
}

.index-card .banner img,.index-card .banner svg {
    transition: all 0.3s ease-out;
    transform: scale(1);
    width: 100%; height: 100%;
    object-fit: cover;
}

.index-card:hover .banner img, .index-card:hover .banner svg {
    transition: all 0.3s ease-out;
    transform: scale(1.1);
}

.index-card-column {
    width: 30%;
    margin-left: 5%;
}

.index-card-column:first-child {
    margin-left: 0;
}

.index-card-row {
    margin-top: 40px;
    display: flex;
    flex-flow: row;
    text-decoration: none;
}

.index-card-row:first-child {
    margin-top: 0;
}

.index-card .desc {
    box-sizing: border-box;
    padding: 30px;
}

.index-card .desc .title {
    font-size: 20px;
    color: #666666;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.index-card .desc .subtitle {
    font-size: 12px;
    color: #aaaaaa;
    margin: 5px 0;
}

.index-card .desc .content {
    margin-top: 20px;
    min-height: 60px;
}

.index-card .desc .content b {
    color: var(--font-color);
}

.index-card .desc .content p {
    font-size: 0.9rem;
    color: #888888;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 10px;
    word-break: break-all;
    text-align: justify;
    font-weight: lighter;
}

.index-card .desc .content .p2 {
    margin-bottom: 0;
}

.index-button {
    color: #FFFFFF;
    font-size: 12px;
    padding: 6px 30px;
    border-radius: 100px;
    background: #007aff;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 9px 0 rgba(67, 65, 79, 0.2);
    box-shadow: 0 4px 9px 0 rgba(67, 65, 79, 0.2);
    cursor: pointer;
}

.index-button:hover {
    -webkit-box-shadow: 0 4px 16px 0 rgba(67, 65, 79, 0.2);
    box-shadow: 0 4px 16px 0 rgba(67, 65, 79, 0.2);
    background: #b91184;
}

.index-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -webkit-box-shadow: 0 4px 9px 0 rgba(67, 65, 79, 0.1);
    box-shadow: 0 4px 9px 0 rgba(67, 65, 79, 0.1);
    border: 3px solid #e4e8ec;
}

.blog-content {
    margin-left: 30px;
}

/*************************** FOOTER ***************************/
footer {
    position: relative;
    /*border-top: solid 0.5px #f0f0f0;*/
    bottom: 0px;
    width: 100%;
    color: #9999aa;
    padding: 20px 0;
    font-size: 12px;
}

footer .copyright {
    border-top: solid 0.5px #f0f0f0;
    padding-top: 20px;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.footer-contracts {
    border-top: solid 0.5px #f0f0f0;
    padding: 20px 0;
    display: flex;
    flex-flow: row wrap;
    font-weight: lighter;
}

.footer-contracts .item {
    margin-right: 20px;
    font-size: 16px;
    border-right: solid 1px #eeeeee;
    padding-right: 20px;
}

.footer-contracts .item a {
    color: var(--font-color);
    font-size: 16px;
}

.footer-contracts .item:last-child {
    border: none;
}

footer .content {
    display: flex;
    flex-flow: row nowrap;
    margin: 30px 0;
}

footer .content .left {
    flex: 70;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

footer .content .right {
    display: flex;
    flex: 30;
    flex-flow: row nowrap;
    justify-content: right;
    align-items: center;
}

footer .content .menus .title {
    font-size: 18px;
    margin-bottom: 18px;
}

footer .content .menus .menu-item li {
    padding: 8px 0px;
}

footer .content .menus .menu-item li a {
    color: #9999aa;
    text-decoration: none;
    font-size: 14px;
    font-weight: lighter;
}

.page-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 9999;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    color: var(--font-desc-color);
    font-size: 1.2rem;
    font-weight: lighter;
}

/*--------------- COMMON LINK --------------*/
.common-link {
    cursor: pointer;
    color: var(--active-color);
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.common-link::before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: var(--active-color);
    transform: scaleX(0);
    transition: all 0.2s;
}

.common-link:hover::before,
.common-link:focus::before {
    transform: scaleX(1);
}

.common-link:hover {
    color: var(--active-color)!important;
}

/*----------- BUTTON -----------*/
.button {
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--active-color);
    color: #fff;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    padding: 0px 30px;
    overflow: hidden;
    border-radius: 100px;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
}

.green-button {
    background: #2aae67;
    margin-left: 20px;
}

.button .iconfont {
    font-size: 14px;
}

.button-large {
    height: 50px;
    padding: 0px 40px;
}

.round-button {
    position: relative;
    display: inline-block;
    border-radius: 6px;
    border: solid 1px #FFFFFF;
    padding: 0px 50px;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    text-decoration: none;
    line-height: 50px;
}

.round-button-solid {
    background: #FFFFFF;
    color: var(--deepblue-background);
}

.round-button-outline {
    background: var(--deepblue-background);
    color: #FFFFFF;
}

.ripple {
    overflow: hidden;
}

.ripple::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    padding: 50%;
    border-radius: 50%;
    margin: auto;
    background: rgba(0,0,0,.1);
    z-index: 1;
    transition: all .3s linear;
    transform: translate3d(-50%,-50%,0) scale(0);
    pointer-events: none;
}

.ripple:hover::before {
    transform: translate3d(-50%,-50%,0) scale(1.5)
}

.rainbow-text-start {
    background: linear-gradient(to right, #29a3f1 8%, #f1058b 60%) repeat!important;
    background-clip: text!important;
    -webkit-background-clip: text!important;
    color: transparent!important;
    background-size: contain;
}

.rainbow-text {
    background: linear-gradient(to right, #29a3f1 45%, #f1058b 60%) repeat!important;
    background-clip: text!important;
    -webkit-background-clip: text!important;
    color: transparent!important;
    background-size: contain;
}

.rainbow-text-blue {
    background: linear-gradient(to right, #29a3f1, var(--font-color) 60%) no-repeat!important;
    background-clip: text!important;
    -webkit-background-clip: text!important;
    color: transparent!important;
}

.right-side-10 {
    margin-left: 10px;
}

/*自定义swiper指示器样式*/
.my-bullet-inactive {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 1rem;
    background: #FFFFFF44;
    bottom: 10px;
    display: inline-block;
    margin: 0 3px;
    transition: all ease-in 200ms;
}

.my-bullet-inactive-dark {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 1rem;
    background: #00000044;
    bottom: 10px;
    display: inline-block;
    margin: 0 3px;
    transition: all ease-in 200ms;
}

.my-bullet-active {
    opacity: 1;
    border: none!important;
    background: var(--active-color)!important;
    width: 1rem;
    transition: all ease-in 200ms;
}

.jm-icon {
    fill: var(--active-color);
    stroke: var(--active-color);
    width: 1.1rem;
    height: 0.9rem;
}

/*JM-FORM*/
.jm-form-item {
    display: flex;
    flex-flow: row nowrap;
    margin: 8px;
    flex: 1;
}

.jm-input-wrapper {
    position: relative;
    background: #f1f8fa;
    border: 1px solid transparent;
    padding: 1.4rem 0.6rem 0.6rem;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    text-align: left;
}

.jm-input-wrapper-focus {
    border: 1px solid var(--deepblue-background);
}

.jm-input-label {
    font-size: 1rem;
    margin-bottom: 4px;
    color: #959ca6;
    position: absolute;
    line-height: 22px;
    top: 1rem;
    transition: top .15s cubic-bezier(.4,0,.2,1),font-size .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);
}

.jm-input-label-above {
    font-size: 12px;
    top: 0.2rem;
    left: 0.6rem;
}

.jm-input {
    background: transparent;
    outline: none!important;
    width: 100%;
    height: 24px;
    cursor: pointer;
    color: var(--form-color);
    border: none!important;
}

.jm-input:-webkit-autofill {
    background: none;
    -webkit-box-shadow: 0 0 0 1000px #f1f8fa inset !important;
}

.jm-input-suffix {
    color: var(--form-color);
}

.jm-input:focus {
    cursor: text;
}

.jm-form-required-tips {
    color: #f1038a;
    margin: 10px 0 0px;
    padding: 10px;
}

.jm-form-required-tips-color {
    color: #f1038a;
}

.jm-form-comments {
    color: #FFFFFF; text-align: left; padding: 10px; font-size: 0.6rem
}

.input-inner-button {
    position:absolute;
    height: 40px;
    line-height: 40px;
    width: 150px; top: 8px; right: 8px;
    background: #2f80ed;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    font-size: 0.8rem;
    text-align: center;
}

.input-inner-button-loading {
    background: #bababb;
    cursor: not-allowed;
    color: #eeeeee;
}

.input-inner-unit {
    position:absolute;
    height: 100%;
    width: 50px; top: 0px; right: 0px;
    background: transparent;
    border: none;
    border-radius: 0 2px 2px 0;
    color: var(--form-color);
    font-size: 0.8rem;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    border-left: solid 1px #eeeeee;
}

/*------ Banner button ------*/
.banner-buttons {
    border-top: none;
    margin-top: 20px;
    display: flex;
    flex-flow: nowrap;
}

.banner-button {
    border: none;
    width: 300px;
    height: 60px;
    line-height: 60px;
    background: var(--deepblue-background);
    border-radius: 6px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.4rem;
    display: inline-block;
}

.banner-button * {
    color: #eeeeee;
    text-decoration: none;
}

.banner-buttons .iconfont {
    font-size: 1.2rem!important;
}

/*TOAST*/
.custom-toast-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -0px;
    top: -0px;
    background: transparent;
    z-index: 9999;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.custom-toast-message {
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    box-sizing: border-box;
    padding: 30px;
    background: rgba(0,0,0,0.7);
    color: #FFFFFF;
    word-break: break-all;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: none;
}

.custom-toast-message-success {
    background: rgba(3, 145, 42, 0.7);
}

.custom-toast-message-error {
    background: rgba(252, 60, 33, 0.7);
}
/*----------------------------------*/

/*---------------------*/
.service-process-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.service-process-container .iconfont {
    font-size: 3rem;
    color: #0583dc;
}

.service-process-container .service-node {
    box-sizing: border-box;
    padding: 30px;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: linear-gradient(130deg, #23bbee, #094de0) repeat!important;
    color: #FFFFFF;
    font-size: 1rem;
    margin:30px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(8, 45, 124, 0.6);
    border: solid 8px #e4eeef;
    transition: all ease-in 200ms;
}

.service-process-container .service-node:hover {
    box-shadow: 0 0 20px 0 rgba(8, 45, 124, 0.7);
}

.junma-box-shadow {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.24);
}