body {
    background: #fff;
    font-family: PingFang SC;
    font-size: 14px
}

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

a,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
label,
li,
p,
section,
ul {
    margin: 0;
    padding: 0
}

.trangle-bottom:after,
.trangle-top:after {
    display: inline-block;
    margin-left: 3px;
    content: "";
    width: 9px;
    height: 6px;
    background: url(/static/img/arrow-icon.svg) no-repeat
}

.trangle-top:after {
    transform: rotate(180deg)
}

.consult-container {
    position: fixed;
    right: 0;
    top: calc(50% - 40px);
    z-index: 1000
}

.consult-container img {
    width: 45px
}

@-webkit-keyframes animation-left-to-right {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes animation-left-to-right {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes animation-right-to-left {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes animation-right-to-left {
    0% {
        opacity: 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes animation-bottom-to-top {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes animation-bottom-to-top {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.header-container {
    position: sticky;
    width: 100%;
    top: 0;
    color: #fff;
    font-size: 15px;
    background: hsla(0, 0%, 100%, .15);
    z-index: 11
}

.header-container.deep {
    background: #fff;
    box-shadow: 0 0 3px 0 #98a9bc
}

.header-container.deep a {
    color: #6b6b6b
}

.header-container.deep .page-icon .page-icon-deep {
    display: block
}

.header-container.deep .page-icon .page-icon-white {
    display: none
}

.header-container.deep .page-nav .trangle-bottom:after {
    background: url(/static/img/arrow-icon-deep.svg) no-repeat
}

.header-container.deep .page-login .login-in-container .login-skip {
    color: #fff
}

.header-container.deep .page-login .login-in-container .register-skip {
    color: #98a9bc
}

.header-container.deep .page-login .login-out-container .email.trangle-bottom:after {
    background: url(/static/img/arrow-icon-deep.svg) no-repeat
}

.header-container .header-container-c {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 68px;
    line-height: 68px;
    margin: 0 auto
}

.header-container .page-icon a {
    display: flex
}

.header-container .page-icon a img {
    height: 50px
}

.header-container .page-icon a .page-icon-deep {
    display: none
}

.header-container .page-nav {
    flex: 1;
    margin: 0;
    list-style: none
}

.header-container .page-nav .nav-item {
    position: relative;
    float: left;
    margin-left: 60px
}

.header-container .page-nav .nav-item a {
    cursor: pointer;
    font-family: PingFangSC-Regular;
    text-decoration: none
}

.header-container .page-nav .nav-item a:hover {
    color: #02b4be
}

.header-container .page-nav .nav-item a.index {
    font-family: PingFangSC-Semibold;
    font-weight: 600
}

.header-container .page-nav .nav-item .menu {
    overflow: hidden;
    position: absolute;
    top: 64px;
    left: -34px;
    width: 250px;
    height: 0;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 4px;
    box-shadow: 5px 10px 30px 0 rgba(9, 98, 188, .13);
    opacity: 0;
    transition: all .3s ease
}

.header-container .page-nav .nav-item .menu ul {
    display: flex;
    height: 100%;
    list-style: none
}

.header-container .page-nav .nav-item .menu ul .menu-item {
    flex: 1;
    margin-left: 25px
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-title {
    position: relative;
    margin-top: 20px;
    color: #02b4be;
    font: 600 18px PingFangSC-Semibold
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-title:before {
    position: absolute;
    display: block;
    left: -10px;
    top: 50%;
    margin-top: -8px;
    content: "";
    width: 4px;
    height: 16px;
    background: linear-gradient(109deg, #39bdb5, rgba(0, 181, 182, .99) 44%, rgba(0, 179, 191, .99) 52%, #89c1f4);
    border-radius: 2px
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item {
    transition: all .2s ease;
    margin-top: 20px
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item .name {
    color: #262b2e;
    line-height: 25px;
    font-size: 17px;
    font-weight: 600
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item .des {
    white-space: nowrap;
    color: #6b6b6b;
    font: 400 14px PingFangSC-Regular
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item .scheme-item {
    display: flex;
    align-items: center;
    color: #262b2e;
    font-size: 16px;
    line-height: normal
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item .scheme-item img {
    width: 28px;
    height: 28px;
    margin-right: 10px
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item:hover {
    transform: translateY(-1px)
}

.header-container .page-nav .nav-item .menu ul .menu-item .sub-item:hover .des,
.header-container .page-nav .nav-item .menu ul .menu-item .sub-item:hover .name,
.header-container .page-nav .nav-item .menu ul .menu-item .sub-item:hover .scheme-item {
    color: #02b4be
}

.header-container .page-nav .nav-item .menu.scheme-menu {
    width: 478px
}

.header-container .page-nav .nav-item .menu.scheme-menu ul .menu-item {
    margin-top: 0
}

.header-container .page-nav .nav-item .menu.scheme-menu ul .menu-item .sub-item {
    margin-top: 28px
}

.header-container .page-nav .nav-item.nav-solution .menu-item {
    margin-top: 20px
}

.header-container .page-nav .nav-item:hover:before {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -28px;
    content: "";
    width: 55px;
    height: 2px;
    background: #fff
}

.header-container .page-nav .nav-item:hover .trangle-bottom:after {
    transform: rotate(180deg);
    margin-top: -4px
}

.header-container .page-nav .nav-item:hover .menu {
    height: 203px;
    opacity: 1
}

.header-container .page-nav .nav-item:hover .menu.scheme-menu {
    height: 184px
}

.header-container .page-nav .trangle-bottom {
    position: relative
}

.header-container .page-nav .trangle-bottom:after {
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -2px
}

.header-container .page-login .header-button {
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: linear-gradient(135deg, #f7781c, #fab061);
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer
}

.header-container .page-login .header-button:active {
    transform: scale(1.1);
    box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, .12);
    border-radius: 4px 4px 4px 4px;
    z-index: 1
}

.header-container .page-login .login-in-container {
    display: none
}

.header-container .page-login .login-in-container .login-skip {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin-right: 24px;
    text-align: center;
    background: linear-gradient(135deg, #f7781c, #fab061);
    border-radius: 3px
}

.header-container .page-login .login-in-container a {
    text-decoration: none;
    font-weight: 500
}

.header-container .page-login .login-out-container {
    display: none;
    position: relative
}

.header-container .page-login .login-out-container .email {
    cursor: pointer
}

.header-container .page-login .login-out-container .menu {
    position: absolute;
    top: 64px;
    left: 0;
    width: 200px;
    height: 0;
    overflow: hidden;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 4px;
    box-shadow: 5px 10px 30px 0 rgba(9, 98, 188, .13);
    opacity: 0;
    transition: all .3s ease
}

.header-container .page-login .login-out-container .menu .item {
    line-height: 30px;
    margin: 12px 25px;
    cursor: pointer
}

.header-container .page-login .login-out-container .menu .item a {
    display: flex;
    color: #4a4a4a
}

.header-container .page-login .login-out-container .menu .item:hover {
    transform: translateY(-1px)
}

.header-container .page-login .login-out-container .menu .item:hover a {
    color: #02b4be
}

.header-container .page-login .login-out-container:hover .menu {
    height: 100px;
    opacity: 1
}

.header-container .page-login .login-out-container:hover .menu:before {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -28px;
    content: "";
    width: 55px;
    height: 2px;
    background: #fff
}

.header-container .page-login .login-out-container:hover .email.trangle-bottom:after {
    transform: rotate(180deg) translateY(2px)
}

.footer-content {
    height: 560px;
    padding-top: 55px
}

.footer-content .footer-about {
    display: flex;
    position: relative;
    height: 360px;
    width: 1100px;
    margin: 0 auto;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    padding-top: 60px
}

.footer-content .footer-about .product {
    flex: 1;
    display: flex
}

.footer-content .footer-about .product ul {
    flex: 1
}

.footer-content .footer-about .product ul.scheme {
    flex: 1.5
}

.footer-content .footer-about .product ul li {
    line-height: 35px;
    list-style: none
}

.footer-content .footer-about .product ul li .margin {
    margin-left: 50px
}

.footer-content .footer-about .product ul li a {
    font-weight: 300
}

.footer-content .footer-about .product ul li a:hover {
    text-decoration: underline
}

.footer-content .footer-about .product ul li a.product-tit {
    text-decoration: none;
    font-weight: 400
}

.footer-content .footer-about .qr-code {
    display: flex;
    width: 340px
}

.footer-content .footer-about .qr-code div {
    width: 149px;
    margin: 0 7px;
    text-align: center
}

.footer-content .footer-about .qr-code .qr-code-1 {
    margin-right: 34px
}

.footer-content .footer-about .qr-code img {
    width: 134px;
    height: 134px
}

.footer-content .footer-about .qr-code .follow {
    display: block;
    width: 149px;
    height: 49px;
    line-height: 49px;
    margin-top: 42px;
    background: linear-gradient(137deg, #f7781c, #fab061);
    border-radius: 100px
}

.footer-content .footer-about .qr-code .follow span {
    font-size: 20px;
    font-weight: 500
}

.footer-content .footer-about .address {
    position: absolute;
    font-weight: 400;
    bottom: 30px;
    color: #fff
}

.footer-content .footer-about .address .logo {
    position: relative;
    bottom: 0;
    width: 150px;
}

.footer-content .footer-info {
    width: 1100px;
    margin: 0 auto;
    padding: 26px 0;
    line-height: 21px;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    color: #fff;
    text-align: center;
    font-weight: 400
}

.footer-content .footer-info a:hover {
    text-decoration: underline
}

.footer-content .footer-info1 {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 16px;
    line-height: 21px;
    color: #fff;
    font-weight: 400
}

.footer-content .footer-info1 a {
    margin-right: 10px
}

.footer-content .footer-info1 a:hover {
    text-decoration: underline
}

#modal,
#modalsuccess {
    display: none
}

#modalsuccess .modal {
    display: flex;
    flex-direction: column;
    align-items: center
}

#modalsuccess .success {
    margin-top: 20px
}

#modalsuccess .successTitle {
    margin-top: 20px;
    text-align: center;
    line-height: 1.5715;
    font-size: 15px;
    font-weight: 500
}

#modalsuccess .successInfo {
    margin-top: 20px;
    text-align: center;
    line-height: 1.5715;
    font-size: 12px;
    color: #4e5969
}

#modalsuccess .close {
    width: 100px;
    margin: 14px auto 0;
    height: 16px;
    text-align: center;
    background: linear-gradient(90deg, rgba(0, 187, 168, .91), rgba(101, 191, 224, .98) 43%, #89c1f4);
    cursor: pointer;
    border-radius: 4px;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    opacity: 1;
    text-shadow: none
}

#modalsuccess .close:active {
    transform: scale(1.1);
    box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, .12);
    border-radius: 4px 4px 4px 4px;
    z-index: 1
}

.mask {
    height: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.mask,
.modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000
}

.modal-wrap {
    overflow: auto;
    outline: 0
}

.modal {
    width: 500px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    background-color: #fff;
    position: relative;
    top: 100px;
    margin: 0 auto;
    padding: 0 0 24px;
    border-radius: 10px
}

.modal .header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal .header-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem
}

.modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer
}

.modal .modal-content {
    padding-top: 16px
}

.modal .content-form {
    display: flex;
    flex-wrap: wrap;
    width: 436px;
    margin: 0 auto
}

.modal .content-form .content-form-item {
    width: 436px;
    height: 46px;
    margin-top: 14px;
    background: #fff;
    display: flex;
    border-radius: 4px;
    align-items: center;
    border: 1px solid rgba(136, 143, 147, .21)
}

.modal .content-form .content-form-item .red {
    color: #f53f3f;
    margin-left: 12px;
    margin-right: 8px
}

.modal .content-form .content-form-item .form-item-name {
    font-weight: 400;
    color: #000;
    line-height: 22px;
    font-size: 14px;
    margin-right: 14px
}

.modal .content-form .content-form-item input {
    width: 300px;
    border: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    height: 22px
}

.modal .content-form .content-form-item input:focus-visible {
    border: 0
}

.modal .content-form .content-form-item ::-webkit-input-placeholder {
    color: rgba(146, 149, 156, .89)
}

.modal .content-form .content-form-hezuo {
    height: 80px;
    padding-top: 15px;
    align-items: baseline
}

.modal .content-form .content-form-hezuo textarea {
    width: 300px;
    height: 60px;
    border: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    resize: none
}

.modal .content-form .content-form-hezuo textarea:focus-visible {
    border: 0
}

.modal .content-form .error {
    display: none;
    color: #f53f3f;
    width: 100%;
    margin-top: 8px;
    margin-left: 12px
}

.modal .content-form .content-form-button {
    width: 300px;
    margin: 14px auto 0;
    height: 46px;
    text-align: center;
    background: linear-gradient(90deg, rgba(0, 187, 168, .91), rgba(101, 191, 224, .98) 43%, #89c1f4);
    cursor: pointer;
    border-radius: 4px;
    line-height: 46px;
    color: #fff;
    font-weight: 600;
    font-size: 16px
}

.modal .content-form .content-form-button:active {
    transform: scale(1.1);
    box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, .12);
    border-radius: 4px 4px 4px 4px;
    z-index: 1
}

.container-fluid {
    width: 100%;
    margin: 0 auto
}

.container-fluid .about-banner {
    height: 354px;
    padding-top: 220px;
    margin-top: -68px;
    color: #fff;
    text-align: center;
    background: url(/static/img/about-banner-bg.png) no-repeat bottom/100% auto
}

@media screen and (max-width:1400px) {
    .container-fluid .about-banner {
        background: url(/static/img/about-banner-bg.png) no-repeat top/100% auto
    }
}

.container-fluid .about-banner .banner-text .title {
    font-size: 54px;
    font-weight: 500;
    letter-spacing: 2px
}

.container-fluid .about-detial .nav {
    top: 68px;
    background: #fff;
    border-bottom: 1px solid #c2cdd9;
    z-index: 10
}

.container-fluid .about-detial .nav .nav-list {
    display: flex;
    width: 750px;
    margin: 0 auto;
    text-align: center;
    list-style: none
}

.container-fluid .about-detial .nav .nav-list .nav-item {
    flex: 1;
    font-size: 18px
}

.container-fluid .about-detial .nav .nav-list .nav-item a {
    display: inline-block;
    padding: 15px 0;
    color: #6b6b6b
}

.container-fluid .about-detial .nav .nav-list .nav-item:first-child {
    margin: 0
}

.container-fluid .about-detial .nav .nav-list .nav-item.active {
    transition: all .3s ease
}

.container-fluid .about-detial .nav .nav-list .nav-item.active a {
    color: #02b4be;
    border-bottom: 6px solid #02b4be
}

.container-fluid .about-detial .content .content-item {
    display: none
}

.container-fluid .about-detial .content .content-item.active {
    display: block
}

.container-fluid .about-detial .content .content-item.about {
    position: relative;
    width: 800px;
    margin: 0 auto;
    color: #02b4be;
    font-size: 18px;
    background: url(/static/img/data-ability.png) no-repeat 100% 100%/90%
}

.container-fluid .about-detial .content .content-item.about .circle-lg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin: 0 auto;
    border-radius: 100%;
    background: linear-gradient(135deg, #39bdb5, rgba(0, 181, 182, .99) 44%, rgba(0, 179, 191, .99) 52%, #89c1f4);
    color: #fff
}

.container-fluid .about-detial .content .content-item.about .circle-lg.light {
    color: #02b4be;
    background: #fff;
    border: 1px solid #02b4be
}

.container-fluid .about-detial .content .content-item.about .circle-lg.circle-2014 {
    margin-top: 64px
}

.container-fluid .about-detial .content .content-item.about .circle-sz {
    position: relative;
    width: 18px;
    height: 18px;
    margin: 33px auto;
    background: #fff;
    border-radius: 100%;
    border: 4px solid #02b4be
}

.container-fluid .about-detial .content .content-item.about .circle-sz .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 369px;
    right: 68px;
    padding: 0 11px 0 0;
    text-align: right
}

.container-fluid .about-detial .content .content-item.about .circle-sz .text:after {
    position: absolute;
    display: block;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #02b4be
}

.container-fluid .about-detial .content .content-item.about .circle-sz .text.right {
    padding: 0 0 0 11px;
    text-align: left;
    left: 68px
}

.container-fluid .about-detial .content .content-item.about .circle-sz .text.right:before {
    position: absolute;
    display: block;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #02b4be
}

.container-fluid .about-detial .content .content-item.about .circle-sz .text.right:after {
    display: none
}

.container-fluid .about-detial .content .content-item.about .circle-sz.left-line:before {
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -1px;
    display: block;
    content: "";
    width: 44px;
    border: 1px dashed #02b4be
}

.container-fluid .about-detial .content .content-item.about .circle-sz.right-line:before {
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -1px;
    display: block;
    content: "";
    width: 44px;
    border: 1px dashed #02b4be
}

.container-fluid .about-detial .content .content-item.about .vertical-line {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 1800px;
    background: linear-gradient(135deg, #39bdb5, rgba(0, 181, 182, .99) 44%, rgba(0, 179, 191, .99) 52%, #89c1f4);
    border-radius: 9px;
    opacity: .5274;
    z-index: -1
}

.container-fluid .about-detial .content .content-item.about .last-text {
    line-height: 36px;
    margin-top: 78px;
    text-align: center;
    font-size: 20px;
    color: #02b4be
}

.container-fluid .about-detial .content .content-item.about .last-text span {
    position: relative;
    display: inline-block
}

.container-fluid .about-detial .content .content-item.about .last-text span:before {
    position: absolute;
    left: -25px;
    top: 0;
    transform: translateY(36%);
    content: "“";
    font-size: 50px
}

.container-fluid .about-detial .content .content-item.about .last-text span:after {
    position: absolute;
    right: -25px;
    top: 0;
    transform: translateY(36%);
    content: "”";
    font-size: 50px
}

.container-fluid .about-detial .content .content-item.contact {
    padding-bottom: 300px;
    background: url(/static/img/data-ability.png) no-repeat 100% 100%/90%
}

.container-fluid .about-detial .content .content-item.contact .contact-des {
    margin-top: 64px;
    color: #02b4be;
    font-size: 24px;
    font-weight: 600;
    text-align: center
}

.container-fluid .about-detial .content .content-item.contact .contact-content {
    display: flex;
    width: 1200px;
    justify-content: center;
    margin: 100px auto 0
}

.container-fluid .about-detial .content .content-item.contact .contact-content .c-item {
    line-height: 36px
}

.container-fluid .about-detial .content .content-item.contact .contact-content .c-item span {
    color: #222;
    font-size: 20px
}

.container-fluid .about-detial .content .content-item.contact .contact-content .c-item span.field {
    font-weight: 600
}

.container-fluid .about-detial .content .content-item.contact .contact-content .c-item span.left-line {
    position: relative
}

.container-fluid .about-detial .content .content-item.contact .contact-content .c-item span.left-line:before {
    position: absolute;
    left: -25px;
    display: block;
    content: "";
    width: 7px;
    height: 40px;
    background: linear-gradient(135deg, #39bdb5, rgba(0, 181, 182, .99) 44%, rgba(0, 179, 191, .99) 52%, #89c1f4);
    border-radius: 5px
}

.container-fluid .about-detial .content .content-item.contact .contact-content .c-item-flex {
    display: flex
}

.container-fluid .about-detial .content .content-item.contact .contact-content .c-item-flex .c-item-list {
    margin-left: 28px
}

.container-fluid .about-detial .content .content-item.contact .contact-content .c-item-flex .c-item-list:first-child {
    margin-left: 15px
}

.container-fluid .about-detial .content .content-item.contact .contact-content .c-item-flex .c-item-list .c-item {
    display: flex;
    margin-left: 0;
    align-items: center
}

.container-fluid .about-detial .content .content-item.contact .contact-content .c-item-flex .c-item-list .c-item img {
    margin: 0 5px;
    width: 22px;
    height: 22px
}

.container-fluid .about-detial .content .content-item.contact .contact-address {
    display: flex;
    justify-content: center;
    margin-top: 64px
}

.container-fluid .about-detial .content .content-item.contact .contact-address .address-text {
    display: flex;
    align-items: center;
    width: 100%;
    height: 133px;
    margin-top: 140px;
    line-height: 36px;
    color: #02b4be;
    font-size: 18px;
    font-weight: 600;
    background: #fff
}

.container-fluid .about-detial .content .content-item.contact .contact-address .address-text p {
    width: 1200px;
    margin: 0 auto
}

.container-fluid .about-detial .content .content-item.contact .contact-address .address-text p span {
    margin-left: 220px
}

.container-fluid .about-detial .content .content-item.contact .contact-address .address-map {
    position: absolute;
    width: 1200px
}

.container-fluid .about-detial .content .content-item.contact .contact-address .address-map img {
    position: absolute;
    top: 60px;
    right: 120px;
    width: 399px
}

.container-fluid .about-detial .content .content-item.join {
    width: 1200px;
    margin: 0 auto
}

.container-fluid .about-detial .content .content-item.join .join-des {
    margin-top: 64px;
    color: #02b4be;
    font-size: 24px;
    font-weight: 600;
    text-align: center
}

.container-fluid .about-detial .content .content-item.join .join-light-spot {
    margin-top: 64px;
    color: #02b4be;
    text-align: center;
    font-size: 20px
}

.container-fluid .about-detial .content .content-item.join .hr-email {
    margin-top: 20px;
    color: #02b4be;
    font-size: 24px;
    text-align: center
}

.container-fluid .about-detial .content .content-item.join .profession-container {
    display: flex;
    width: 1200px;
    margin: 60px auto 0
}

.container-fluid .about-detial .content .content-item.join .profession-container .profession-aside {
    list-style: none;
    height: 655px;
    overflow-y: auto
}

.container-fluid .about-detial .content .content-item.join .profession-container .profession-aside .aside-item {
    display: flex;
    align-items: center;
    width: 339px;
    height: 75px;
    line-height: 78px;
    border-radius: 14px;
    color: #616161;
    padding-left: 30px;
    cursor: pointer;
    font-size: 20px;
    transition: all .3s ease
}

.container-fluid .about-detial .content .content-item.join .profession-container .profession-aside .aside-item.active {
    color: #fff;
    background: linear-gradient(135deg, #39bdb5, rgba(0, 181, 182, .99) 44%, rgba(0, 179, 191, .99) 52%, #89c1f4);
    font-size: 22px
}

.container-fluid .about-detial .content .content-item.join .profession-container .profession-content {
    flex: 1;
    margin-left: 23px;
    max-height: 655px;
    position: relative;
    overflow: hidden
}

.container-fluid .about-detial .content .content-item.join .profession-container .profession-content .pro-item {
    display: none
}

.container-fluid .about-detial .content .content-item.join .profession-container .profession-content .pro-item.active {
    display: block
}

.container-fluid .about-detial .content .content-item.join .profession-container .profession-content .pro-item header {
    display: flex;
    align-items: center;
    position: relative;
    height: 53px;
    padding-left: 25px;
    background: #f7f9fa;
    border-radius: 5px;
    border-bottom: 1px solid #fff;
    color: #02b4be;
    font-size: 22px;
    text-indent: 24px
}

.container-fluid .about-detial .content .content-item.join .profession-container .profession-content .pro-item header:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 9px;
    height: 53px;
    background: #54abff;
    border-radius: 5px
}

.container-fluid .about-detial .content .content-item.join .profession-container .profession-content .pro-item article {
    height: 601px;
    padding: 0 25px;
    background: #f7f9fa;
    border-radius: 5px
}

.container-fluid .about-detial .content .content-item.join .profession-container .profession-content .pro-item article p {
    line-height: 28px;
    color: #000;
    font-size: 18px
}

.container-fluid .about-detial .content .content-item.join .profession-container .profession-content .pro-item article p.article-tit {
    line-height: 31px;
    margin-bottom: 8px;
    font-size: 20px
}

.container-fluid .about-detial .content .content-item.join .profession-container .profession-content .pro-item article .duty {
    padding-top: 35px
}

.container-fluid .about-detial .content .content-item.join .profession-container .profession-content .pro-item article .condition {
    margin-top: 30px
}

.container-fluid .about-detial .content .content-item.join .title {
    margin: 120px 0 92px;
    text-align: center;
    font-size: 28px;
    font-weight: 600
}

.container-fluid .about-detial .content .content-item.join .swiper-box-container {
    padding-bottom: 300px
}

.container-fluid .about-detial .content .content-item.join .swiper-box-container .swiper-box {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.container-fluid .about-detial .content .content-item.join .swiper-box-container .swiper-box .swiper-container .swiper-slide img {
    transform: scale(.731);
    width: 391px;
    height: 253px
}

.container-fluid .about-detial .content .content-item.join .swiper-box-container .swiper-box .swiper-container .swiper-slide.swiper-slide-active img {
    transform: scale(1)
}

.container-fluid .about-detial .content .content-item.join .swiper-box-container .swiper-box .swiper-button {
    outline: none
}

.container-fluid .about-detial .content .content-item.join .swiper-box-container .swiper-box .swiper-button:after {
    font-size: 24px;
    color: #202124
}

.container-fluid .about-detial .content .content-item.join .swiper-box-container .swiper-box .swiper-button.swiper-button-prev {
    left: 0
}

.container-fluid .about-detial .content .content-item.join .swiper-box-container .swiper-box .swiper-button.swiper-button-next {
    right: 0
}

.container-footer {
    width: 100%;
    background-color: #2cbeb6;
    margin-top: 88px
}

.container-footer .link {
    margin-top: 88px;
    background: url(/static/img/cid-hezuo.png) no-repeat bottom/100% auto;
    text-align: center;
    height: 210px;
    padding-top: 80px
}

.container-footer .link .i-title {
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #262b2e;
    line-height: 54px;
    letter-spacing: 1px
}

.container-footer .link .i-title-1 {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262b2e;
    line-height: 54px
}

.container-footer .link .banner-button {
    width: 150px;
    height: 49px;
    background: linear-gradient(90deg, rgba(0, 187, 168, .91), #42a5ff);
    margin: 23px auto 0;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    line-height: 49px;
    cursor: pointer
}