html,
body {
    font-family:-apple-system,BlinkMacSystemFont,PingFang SC, Microsoft Yahei, Arial, Helvetica, sans-serif !important;
    /*min-width: 1000px;
    min-width: 62.5rem;*/
    /* overflow: hidden; */
    -webkit-overflow-scrolling:touch;
    color: #515558 !important;
}
* {   

    -webkit-tap-highlight-color: transparent !important;
    -webkit-appearance: none !important;
}
*:focus {
    outline: none !important;
}
/* body.en {
    font-family: 'Muli', Arial, Helvetica, sans-serif !important;
} */
body::-webkit-scrollbar {
    width: 0;
}
.swal-button {
padding: 7px 19px;
padding: 0.4375rem 1.1875rem;
border-radius: 2px;
border-radius: 0.125rem;
background-color:#ff8000;
font-size: 12px;
font-size: 0.75rem;
border: 1px solid #ff8000;
border: 0.0625rem solid #ff8000;
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
text-shadow: 0 -0.0625rem 0 rgba(0, 0, 0, 0.3);
}
.swal-button:hover {
    background-color: #ff8000 !important;
}
@font-face {
    font-family: '思源黑体-常规';
    src: url('../assets/font/notosans/NotoSans-Regular.ttf');
}
@font-face {
    font-family: '思源黑体-粗体';
    src: url('../assets/font/notosans/NotoSans-Bold.ttf');
}
@font-face {
    font-family: 'Muli-Regular';
    src: url('../assets/font/muli/Muli-Regular.ttf');
}
@font-face {
    font-family: 'Muli-Bold';
    src: url('../assets/font/muli/Muli-Bold.ttf');
}
@font-face {
    font-family: 'milky';
    src: url('../assets/font/milky/milky-term-cn-italic.ttf');
}
@font-face {
    font-family: 'milky-normal';
    src: url('../assets/font/milky/milky-term-cn-italic-normal.ttf');
}
@font-face {
    font-family: 'milky-light';
    src: url('../assets/font/milky/milky-term-cn-italic-light.ttf');
}
@font-face {
    font-family: 'milky-extralight';
    src: url('../assets/font/milky/milky-term-cn-italic-extralight.ttf');
}
@font-face {
    font-family: 'milky-medium';
    src: url('../assets/font/milky/milky-term-cn-italic-medium.ttf');
}
@font-face {
    font-family: 'milky-bold';
    src: url('../assets/font/milky/milky-term-cn-italic-bold.ttf');
}
@font-face {
    font-family: 'Bebas';
    src: url('../assets/font/bebas/BEBAS___.ttf');
}
#goTop {
    position: fixed;
    right: 100px;
    right: 6.25rem;
    width: 60px;
    width: 3.75rem;
    height: 60px;
    height: 3.75rem;
    bottom: 120px;
    bottom: 7.5rem;
    line-height: 60px;
    line-height: 3.75rem;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 4px;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 4px;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 4px;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 4px;
    -o-border-radius: 0.25rem;
    cursor: pointer;
    font-size: 26px;
    font-size: 1.625rem;
}
.none {
    display: none;
}
.fz-12 {
    font-size: 12px;
    font-size: 0.75rem;
}
.fz-14 {
    font-size: 14px;
    font-size: 0.875rem;
}
.fz-16 {
    font-size: 16px;
    font-size: 1rem;
}
.fz-18 {
    font-size: 18px;
    font-size: 1.125rem;
}
.fz-24 {
    font-size: 24px;
    font-size: 1.5rem;
}
.fz-28 {
    font-size: 28px;
    font-size: 1.75rem;
}
.fz-32 {
    font-size: 32px;
    font-size: 2rem;
}
.fz-36 {
    font-size: 36px;
    font-size: 2.25rem;
}
.fz-48 {
    font-size: 48px;
    font-size: 3rem;
}

.ib {
    display: inline-block;
}

* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/* 清除浮动 */
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/* 公共宽度 */
.container-wrapper {
    width: 1000px;
    width: 62.5rem;
    margin: auto;
}
.v3-container-wrapper {
    width: 1440px;
    width: 90rem;
    margin: auto;
}

@media screen and (max-width: 1440px) {
    .v3-container-wrapper {
        width: 1200px;
        width: 75rem;
        margin: auto;
    }
}
/* 头部导航 */
.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    height: 64px;
    height: 4rem;
    border: 0;
    line-height: 64px;
    line-height: 4rem;
    background-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 120;
}
.header-wrapper.blur {
    background: rgba(0, 0, 0, 0.5);
}
.header-wrapper.blur::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-filter: blur(50px);
    -webkit-filter: blur(3.125rem);
            filter: blur(50px);
            filter: blur(3.125rem);
    -webkit-backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(3.125rem);
            backdrop-filter: blur(50px);
            backdrop-filter: blur(3.125rem);
    z-index: 1;
}
.header-wrapper.detail {
    background: rgba(0, 0, 0, 0.5);
}
.header-wrapper.detail::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-filter: blur(50px);
    -webkit-filter: blur(3.125rem);
            filter: blur(50px);
            filter: blur(3.125rem);
    -webkit-backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(3.125rem);
            backdrop-filter: blur(50px);
            backdrop-filter: blur(3.125rem);
    z-index: 1;
}
.block-box {
    width: 100%;
    height: 64px;
    height: 4rem;
}
.header-content {
    margin: auto;
    position: relative;
    z-index: 20;
}
.logo {
    height: 33px;
    height: 2.0625rem;
    width: auto;
}
.nav-wrapper {
    float: right;
    margin: 0;
    padding: 0;
    vertical-align: top;
    line-height: 64px;
    line-height: 4rem;
    border: 0;
    height: 64px;
    height: 4rem;
}
.nav-wrapper > li {
    list-style: none;
    display: inline-block;
    border: 0;
    color: #fff;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 35px;
    margin-left: 2.1875rem;
    /* border-bottom: 2px solid transparent; */
}
.nav-wrapper > li.active {
    /* border-bottom: 2px solid #ff8000; */
}
.nav-wrapper > li > a {
    display: inline-block;
    height: 100%;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    padding: 0 9px;
    padding: 0 0.5625rem;
    cursor: pointer;
    font-weight: 400;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height: 64px;
    line-height: 4rem;
}
.en .nav-wrapper > li {
    margin-left: 25px;
    margin-left: 1.5625rem;
}
.en .nav-wrapper > li > a {
    font-size: 16px;
    font-size: 1rem;
}
.nav-wrapper > li:hover > a {
    color: #ff8000;
}
.nav-wrapper > li.active > a {
    color: #ff8000;
}
.nav-wrapper .dropdown-menu {
    min-width: 100px;
    min-width: 6.25rem;
}
@media screen and (max-width: 1440px) {
    .nav-wrapper .dropdown-menu {
        min-width: 120px;
        min-width: 7.5rem;
    }
}
.nav-wrapper .dropdown-menu .is-active a {
    background-color: transparent;
    color: #ff8000;
}

.header-wrapper.detail .language-wrapper{
    visibility: hidden;
}
/* 中英文 */
.language-wrapper .btn-group {
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
}
.language-wrapper .btn-group.open .dropdown-menu {
    left: 23px;
    left: 1.4375rem;
    margin-top: 10px;
    margin-top: 0.625rem;
}
.language-wrapper .btn-default {
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
    height: 22px;
    height: 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.language-wrapper .btn-default span {
    margin: 0 6px 0 8px;
    margin: 0 0.375rem 0 0.5rem;
}
.language-wrapper .btn-group.open .btn-default {
    color: #ff8000 !important;
}
.language-wrapper .btn-group.open .btn-default span{
    color: #ff8000 !important;
}
.language-wrapper .language-icon {
    width: 20px;
    width: 1.25rem;
    height: auto;
    margin-right: 6px;
    margin-right: 0.375rem;
}
.language-wrapper .btn-group .dropdown-icon {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.language-wrapper .btn-group.open .dropdown-icon {
    /* margin-left: 6px; */
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.language-wrapper .dropdown-menu>li>a {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #515558;
}
@media screen and (max-width: 1440px) {
    .language-wrapper .dropdown-menu>li>a {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 24px;
        line-height: 1.5rem;
    }
}

/* 公共底部 */

.footer-wrapper {
    background-color: #525658;
}
.footer-content {
    width: 1440px;
    width: 90rem;
    margin: 0 auto;
    /* padding-top: 60px; */
}
@media screen and (max-width: 1440px) {
    .footer-content {
       width: 1200px;
       width: 75rem;
    }
}
.footer-list {
    padding: 50px 0 75px;
    padding: 3.125rem 0 4.6875rem;
}
.footer-list-item {
    display: inline-block;
    margin-right: 100px;
    margin-right: 6.25rem;
    color: #fff;
    vertical-align: top;
}
@media screen and (max-width: 1600px) {
    .footer-list-item {
        margin-right: 55px;
        margin-right: 3.4375rem;
        max-width: 400px;
        max-width: 25rem;
    }
}
.footer-list-item .title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-top: 0;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    position: relative;
    display: inline-block;
}
.footer-list-item .title::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    height: 0.0625rem;
    position: absolute;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.09%, #FF8000), color-stop(101.63%, rgba(255, 128, 0, 0)));
    background: linear-gradient(90deg, #FF8000 -1.09%, rgba(255, 128, 0, 0) 101.63%);
}
.footer-list-item p span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #FFFFFF;
}
.footer-list .about-box {
    display: inline-block;
    margin-right: 30px;
    margin-right: 1.875rem;
}
.footer-list .qr-box {
    float: right;
    margin: 0;
}
.footer-list .qr-box .qr-img {
    vertical-align: top;
}

/* 版权 */
.footer-record {
    background-color: rgba(0, 0, 0, 0.15);
    height: 48px;
    height: 3rem;
    text-align: center;
    line-height: 48px;
    line-height: 3rem;
}
.footer-record span {
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.4);
}
.footer-record .divider {
    padding: 0 15px;
    padding: 0 0.9375rem;
}
.footer-record a {
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}
.footer-record a:hover {
    color: rgba(255, 255, 255, 0.8);
}


.agreement-body {
    padding: 10px;
    padding: 0.625rem;
}
.agreement-header {
    color: #222;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
    padding: 0.375rem 0;
}
.agreement-date {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #666;
    text-align: right;
    padding: 6px 0;
    padding: 0.375rem 0;
}
.agreement-item-title {
    color: #333;
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
}
.agreement-item-info {
    color: #666;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    word-break: break-word;
}
.agreement-item-info li {
        color: #666;
        margin-bottom: 8px;
        margin-bottom: 0.5rem;
    }
.agreement-item-company {
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: right;
}

/* 二维码弹窗 */
.dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    font-weight: 400;
    display: none;
}
.dialog-mask.show {
    display: block;
}
.dialog-mask .dialog-content {
    width: 400px;
    width: 25rem;
    height: 400px;
    height: 25rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    line-height: 400px;
    line-height: 25rem;
    text-align: center;
}
.dialog-mask .dialog-content .close-btn {
    position: absolute;
    top: 20px;
    top: 1.25rem;
    right: 15px;
    right: 0.9375rem;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    cursor: pointer;
    z-index: 3;
}
.dialog-mask .dialog-content .qr-wrapper {
    position: relative;
}
.dialog-mask .dialog-content .dialog-text {
    position: absolute;
    bottom: 20px;
    bottom: 1.25rem;
    color: #fff;
    left: 0;
    width: 100%;
}
.en .dialog-mask .dialog-content .dialog-text {
    position: absolute;
    bottom: 35px;
    bottom: 2.1875rem;
    color: #fff;
    left: 0;
    width: 100%;
}
.dialog-mask .dialog-content .dialog-text p {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.dialog-mask .dialog-content .qr {
    width: 260px;
    width: 16.25rem;
}


/* 侧边栏 */
.sidebar-wrapper {
    position: fixed;
    right: 20px;
    right: 1.25rem;
    /* top: 80px; */
    top: 80%;
    transform: translate(0,-50%);
    z-index: 888;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.en .sidebar-wrapper {
    top: calc(85% + 10px);
    top: calc(85% + 0.625rem);
}
@media screen and (max-width: 1600px) {
    /* .en .sidebar-wrapper {
        top: calc(67% + 10px);
    } */
}
.en .sidebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.sidebar-item {
    background-color: #fff;
    padding: 14px;
    padding: 0.875rem;
    border-radius: 28px;
    border-radius: 1.75rem;
    -webkit-box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow:  0 0 0.75rem rgba(0, 0, 0, 0.08);
            box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.08);
            box-shadow:  0 0 0.75rem rgba(0, 0, 0, 0.08);
    cursor: pointer;
}
.en .sidebar-item:not(.back-item) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 16px;
    padding: 0.6875rem 1rem;
}
.sidebar-item ~ .sidebar-item  {
    margin-top: 20px;
    margin-top: 1.25rem;
}
.sidebar-item_icon {
    width: 20px;
    width: 1.25rem;
    text-align: center;
    margin: auto;
}
.back-item .sidebar-item_icon {
    width: 12px;
    width: 0.75rem;
}
.sidebar-item_icon img {
    width: 100%;
}
.sidebar-item_text {
    width: 20px;
    width: 1.25rem;
    text-align: center;
    color: rgba(255, 128, 0, 1);
    margin-top: 4px;
    margin-top: 0.25rem;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
}
.en .sidebar-item_text {
    width: auto;
    white-space: nowrap;
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-top: 0;
}
.sidebar-item .hover-item {
    padding: 12px;
    padding: 0.75rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    margin-right: 20px;
    margin-right: 1.25rem;
    border-radius: 4px;
    border-radius: 0.25rem;
    background-color: #fff;
    position: absolute;
    color: rgba(81, 85, 88, 0.8);
    top: 0;
    left: -16px;
    left: -1rem;
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    display: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow:  0 0 0.75rem rgba(0, 0, 0, 0.08);
            box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.08);
            box-shadow:  0 0 0.75rem rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.en .sidebar-item .hover-item {
    top: -245px;
    top: -15.3125rem;
    left: 155px;
    left: 9.6875rem;
    width: 187px;
    width: 11.6875rem;
    height: 228px;
    height: 14.25rem;
}
.sidebar-item .hover-item span {
    padding-left: 5px;
    padding-left: 0.3125rem;
    white-space: nowrap;
}
.sidebar-item .hover-item p {
    padding-left: 5px;
    padding-left: 0.3125rem;
    margin: 0;
    padding-top: 3px;
    padding-top: 0.1875rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    color: rgba(81, 85, 88, 1);
    white-space: nowrap;
}
.sidebar-item .hover-item .qr-image {
    width: 119px;
    width: 7.4375rem;
    height: 119px;
    height: 7.4375rem;
}
.sidebar-item .hover-item::after {
    content: "";
    position: absolute;
    display: block;
    right: -8px;
    right: -0.5rem;
    top: 16px;
    top: 1rem;
    border-top: 8px solid transparent;
    border-top: 0.5rem solid transparent;
    border-left: 8px solid #fff;
    border-left: 0.5rem solid #fff;
    border-bottom: 8px solid transparent;
    border-bottom: 0.5rem solid transparent
}
.en .sidebar-item .hover-item::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -18px;
    bottom: -1.125rem;
    /* top: 16px; */
    top: initial;
    right: 36%;
    border-left: 12px solid transparent;
    border-left: 0.75rem solid transparent;
    border-right: 12px solid transparent;
    border-right: 0.75rem solid transparent;
    border-top: 12px solid #fff;
    border-top: 0.75rem solid #fff;
}
.sidebar-item.active .hover-item {      
    display: block;
    opacity: 1;
}
/* 返回顶部 */
.sidebar-item.back-item {
    height: 48px;
    height: 3rem;
    line-height: 48px;
    line-height: 3rem;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.en .sidebar-item.back-item {
    width: 48px;
    width: 3rem;
}
.sidebar-item .back-content {
    width: 100%;
    height: 100%;
    -webkit-box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow:  0 0 0.75rem rgba(0, 0, 0, 0.08);
            box-shadow:  0px 0px 12px rgba(0, 0, 0, 0.08);
            box-shadow:  0 0 0.75rem rgba(0, 0, 0, 0.08);
    background-color: #fff; 
    border-radius: 50%;
}
/* 隐藏在线咨询 */
#newBridge .nb-icon-wrap{
    display: none !important;
}

.swal-modal {
    width: 420px;
    width: 26.25rem;
    height: 245px;
    height: 15.3125rem;
    /*margin: auto;
    */position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transform-origin: 0;
            transform-origin: 0;
    margin: 0;
    will-change: unset !important;
    animation:none;
    -webkit-animation:none !important;
}
.swal-button {
    text-shadow: none;
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.swal-button:hover{
    text-shadow: none;
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.swal-button:focus{
    text-shadow: none;
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.swal-button:active{
    text-shadow: none;
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.qr-image {
    width: 132px;
    height: 132px;
}
.realize-box{
    margin-top: 87px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #515558;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.realize-box span{
    margin: 0 20px;
}
.en .realize-box span {
    text-align: center;
    line-height: 48px;
}
.popover{
 border-radius: 4px !important;
 border-radius: 0.25rem !important;
 -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08) !important;
 -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.08) !important;
         box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08) !important;
         box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.08) !important;
}
.address-link {
    color: #FFFFFF !important;
    text-decoration: none;
}
/* 发展历程 */
.development-bg-wrapper {
    height: 590px;
    padding: 0px 20px;
    position: relative;
	width:100%;
}
.development-bg {
    position: absolute;
    width: 100%;
    left: 0;
    height: calc(100% - 40px);
    height: calc(100% - 2.5rem);
    overflow: hidden;
    z-index: 0;
    /* transition: all 0.5s ease; */
    /* background-image: url("../images/development-bg.png"); */
}
.development-bg img {
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.development-mask {
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),to(rgba(255,255,255,0.6)));
    background: linear-gradient(to bottom, rgba(255,255,255,0),rgba(255,255,255,0.6))
}
.development-label {
    margin: 0;
    padding-top: 80px;
    text-align: center;
    font-size: 36px;
    color: #fff;
}
.development-content {
    height: 496px;
    display: table;
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin: 0 auto;
}
.development-content h2 {
    margin: 0;
    vertical-align: middle;
    color: rgba(81, 85, 88, 0.8);
    display: table-cell;
    text-align: right;
    font-size: 48px;
}
.development-item-wrapper {
    /*width: 700px;
    width: 43.75rem;*/
    padding-left: 80px;
    height: 496px;
    display: table-cell;
	vertical-align: middle;
	width: 655px;
}

.development-item-wrapper ul {
    margin: 0;
    padding: 0;
}
.development-item-wrapper li {
    line-height: 36px;
    color: rgba(81, 85, 88, 1);
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    position: relative;
}
.en .development-item-wrapper li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.development-item-wrapper li::before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    background: #24B2B1;
    left: -15px;
    top: 15px;
    border-radius: 50%;
}
.en .development-item-wrapper li::before {
    top: 9px;
    top: 0.5625rem;
}
.development-item-wrapper li span {
    display: inline-block;
    min-width: 40px;
    vertical-align: top;
}
.en .development-item-wrapper li span {
    min-width: 95px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}
.en .development-item-wrapper li span ~span {
    margin-left: 10px;
    margin-bottom: 10px;
}
.development-item-wrapper li .text{
    width: calc(100% - 50px);
}
.en .development-item-wrapper li .text{
    width: calc(100% - 100px);
}
.line-wrapper {
    position: relative;
    height: 2px;
    width: 100%;
    background: -webkit-gradient(linear,left top, right top,from(rgba(36, 178, 177, 0)),
    color-stop(rgba(36, 178, 177, 0.32)),
    color-stop(rgba(36, 178, 177, 0.4)),
    color-stop(rgba(36, 178, 177, 0.32)),
    to(rgba(36, 178, 177, 0)));
    background: linear-gradient(to right,rgba(36, 178, 177, 0),
    rgba(36, 178, 177, 0.32),
    rgba(36, 178, 177, 0.4),
    rgba(36, 178, 177, 0.32),
    rgba(236, 178, 177, 0))
}
.line-content {
    position: absolute;
    height: 2px;
    width: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(36, 178, 177, 0)),
    color-stop(rgba(36, 178, 177, 0.8)),
    to(rgba(36, 178, 177, 1)));
    background: linear-gradient(to right, rgba(36, 178, 177, 0),
    rgba(36, 178, 177, 0.8),
    rgba(36, 178, 177, 1));
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.line-item-wrapper {
    position: relative;
}
.line-item {
    width: calc(100% / 8); 
    /*width: 16%;*/
    float: left;
    text-align: center;
    padding: 20px 0;
    font-size: 24px;
    position: relative;
    color: #515558;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: normal;
}
.line-item.active {
    color: #24B2B1;
}
.line-item-port {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #24B2B1;
    position: absolute;
    top: 0;
    margin-top: -6px;
    margin-left: -6px;
    left: 50%;
    -webkit-transition: width height margin 0.5s ease;
    transition: width height margin 0.5s ease;
}
.line-item.active .line-item-port  {
    width: 23px;
    height: 23px;
    margin-top: -11px;
    margin-left: -11px;
    /* background-color: #24B2B1; */
    border-color: #24B2B1;
    border-width: 2px;
    position: absolute;
}
.line-item.active .line-item-port::before {
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #24B2B1;
    position: absolute;
    left: 4px;
    top: 4px;
}
.line-item.active .line-item-port::after {
    position: absolute;
    content:"";
    height: 100px;
    width: 2px;
    top: -102px;
    left: 78%;
    -webkit-transform: translate(-1px, 0);
    -webkit-transform: translate(-0.0625rem, 0);
            transform: translate(-1px, 0);
            transform: translate(-0.0625rem, 0);
    background: -webkit-gradient(linear,left top, left bottom,from(rgba(36, 178, 177, 0)),
    color-stop(rgba(36, 178, 177, 0.8)),
    to(rgba(36, 178, 177, 1)));
    background: linear-gradient(to bottom,rgba(36, 128, 177, 0),
    rgba(36, 178, 177, 0.8),
    rgba(36, 178, 177, 1))
}
.en .line-item.active .line-item-port::after {
    height: 76px;
    top: -78px;
}

@media screen and (max-width: 1440px) {
    .development-content h2 {
        /*width: 280px;
        width: 17.5rem;*/
    }
    .development-item-wrapper {
        /*width: 700px;
        width: 43.75rem;*/
    }
	.development-item-wrapper li {
		font-size: 12px;
	}
}