/* common */
@font-face {
    font-family: 'aliFang';
    src:

        url('../fonts/ali.woff') format("woff"),
        url('../fonts/ali.woff2') format("woff2");
}

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;

}

body.no-scroll,
body.noScroll {
    overflow: hidden;
}

body {
    color: #161b2b;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    overflow-x: hidden;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}


#wrapper {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 100%;
}

a {
    color: #161b2b;
}

a.white {
    color: #ffffff;
}

a:hover,
a:focus {
    color: #2A64F6;
}


hr {
    border: none;
    border-top: 1px solid #efedf3;
}

ul {
    padding-left: 20px;
}

ul.no-style {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

ul.no-style li {
    position: relative;
}

ol li {
    padding-bottom: 10px
}

a.readmore {
    display: inline-block;
    color: #2A64F6;
    position: relative;
    /* background-image: url("../images/icon-rd.png");
    background-image: -webkit-image-set(
            url("../images/icon-rd.png") 1x,
            url("../images/icon-rd@2x.png") 2x
    );
    background-image: image-set(
            url("../images/icon-rd.png") 1x,
            url("../images/icon-rd@2x.png") 2x
    );
    background-repeat: no-repeat;
    background-position: 80% center; */
    padding-right: 32px;
}

a.readmore.line {
    border: 1px solid #2A64F6;
    border-radius: 5px;
    padding: 5px 30px;
}

a.readmore.white {
    color: #fff;
    /* background-image: url("../images/icon-rd-w.png");
    background-image: -webkit-image-set(
            url("../images/icon-rd-w.png") 1x,
            url("../images/icon-rd-w@2x.png") 2x
    );
    background-image: image-set(
            url("../images/icon-rd-w.png") 1x,
            url("../images/icon-rd-w@2x.png") 2x
    ); */
}

a.readmore.white.button {
    background-color: #2A64F6;
    border-radius: 5px;
    padding: 8px 30px;
    font-size: 14px;
}

a.readmore.white.button.try {
    border-radius: 0;
    background-color: #2A64F6;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='26px' height='22px' viewBox='0 0 26 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg  transform='translate(-370.000000, -416.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg  transform='translate(370.000000, 416.000000)'%3E%3Cpath d='M25.6608696,10.2061856 L15.2608696,0.340206192 C14.8086956,-0.113402064 14.1304348,-0.113402064 13.6782609,0.340206192 C13.2260869,0.793814448 13.2260869,1.47422682 13.6782609,1.92783507 L22.0434782,9.86597938 L1.13043479,9.86597938 C0.452173922,9.86597938 0,10.3195876 0,11 C0,11.6804124 0.452173922,12.1340206 1.13043479,12.1340206 L22.0434782,12.1340206 L13.6782609,20.0721649 C13.2260869,20.5257732 13.2260869,21.2061856 13.6782609,21.6597938 C13.9043478,21.8865979 14.2434783,22 14.4695652,22 C14.6956522,22 15.0347826,21.8865979 15.2608696,21.6597938 L25.6608696,11.7938144 C25.8869565,11.5670103 26,11.2268041 26,11 C26,10.7731959 25.8869565,10.4329897 25.6608696,10.2061856 Z' id='路径'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px;
    padding-right: 68px;
}

a.readmore:hover {
    background-repeat: no-repeat;
}

.btn-white {
    background-color: #ffffff;
    padding: 8px 30px;
    border-radius: 5px;
}

.module {
    padding-top: 30px;
    padding-bottom: 30px;
}

.white {
    color: #fff;
}

/* 设置动画时避免滑动栏 */
.module .hidden {
    overflow: hidden;
}

.module .title {
    margin-bottom: 30px;
}

.module .title h3,
.moduletable h3 {
    position: relative;
    text-align: center;
    margin-bottom: 0;
    /* font-size: 26px;
    font-weight: normal; */
}

/* .module .title h3 {
    font-size: 2.25rem;
    font-weight: bold;
} */

.tab-content>section {
    background: #ffffff;
    border-radius: 5px;
}


/* modal */
.modal-panel {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.cover-container {
    background: #fff;
    /* padding: 15px; */
    margin: 30px auto;
    width: 95%;
    max-width: 650px;
    overflow: hidden;
}


.close,
.rsfp_thankou_popup_close_btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    top: 20px;
    z-index: 102;
    cursor: pointer;
    border-radius: 30px;
    /* background: rgba(0, 0, 0, 0.5); */
}

.close:before,
.close:after,
.rsfp_thankou_popup_close_btn::before,
.rsfp_thankou_popup_close_btn::after {
    content: '';
    height: 1px;
    width: 20px;
    background: rgba(0, 0, 0, 1);
    position: absolute;
    top: 15px;
    right: 5px;
}

.close:before,
.rsfp_thankou_popup_close_btn::before {
    transform: rotate(45deg);
}

.close:after,
.rsfp_thankou_popup_close_btn::after {
    transform: rotate(-45deg);
}

/* animation */
.animation {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.fadeInUp {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    transition: transform 1s .25s cubic-bezier(0, 1, .3, 1), opacity 1s .25s ease-out;
}

.fadeInUp.is-visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fadeInDown {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.fadeInDown.is-visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fadeInLeft {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    transition: transform 4s .25s cubic-bezier(0, 1, .3, 1), opacity .3s .25s ease-out;
}

.fadeInLeft.is-visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fadeInRight {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    transition: transform 4s .25s cubic-bezier(0, 1, .3, 1), opacity .3s .25s ease-out;
}

.fadeInRight.is-visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideInTopRight {
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
    transition: all 1.2s ease-out !important;
}

.slideInTopRight.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


.slideInTopLeft {
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
    transition: all 0.8s ease-out !important;
}

.slideInTopLeft.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slideInBottomRight {
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
}

.slideInBottomRight.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 1s ease-out !important;
}


@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.backInRight.is-visible {
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
}

.eq-card-shadow {
    box-shadow: 0 0 16px 0 rgba(42, 100, 246, 0.08);
}

fieldset {
    padding: 0;
    border: none;
}

input,
textarea,
select {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    /*box-shadow: inset 0 0 5px 0 rgba(27, 26, 51, 0.1);*/
    height: 58px;
    padding: 5px 20px;
    border: 1px solid #dde0e2;
    background: #f6f9fb;
    border-radius: 8px;
    outline: none;
    /* 去掉默认点击颜色边框 */
    resize: none;
    -webkit-transition: border 0.25s ease-in;
    -moz-transition: border 0.25s ease-in;
    -o-transition: border 0.25s ease-in;
    transition: border 0.25s ease-in;
}

input:focus,
textarea:focus {
    border-color: #2A64F6;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    box-shadow: none;
    height: auto;
}

textarea {
    height: auto;
}


ul.tab {
    overflow: hidden;
}

ul.tab>li {
    text-align: center;
}

ul.tab.right-line>li {
    border-left: 1px solid #d4d5da;
    margin-left: -2px;
}

ul.tab.bottom-line>li {
    border-bottom: 1px solid #d4d5da;
    /*margin-bottom: -2px;*/
}

/* ul.tab.bottom-line > li.active,
ul.tab.active-line > li.active > a {
    border-bottom: 1px solid #2A64F6;
} */

ul.tab.bottom-line>li.active::after,
ul.tab.active-line>li.active>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #2A64F6;
    left: 50%;
    margin-left: -20px;
}



ul.tab>li>a {
    display: block;
    text-align: center;
    padding: 20px 0;
}

ul.tab>li.active>a {
    color: #2A64F6;
}

ul.tab.bottom-green li>a {
    padding-bottom: 8px;
}

ul.tab.bottom-green>li:not(.active)>a {
    color: #A1A1A1;
}

ul.tab.bottom-green>li.active a {
    color: #000;
    display: inline-block;
    position: relative;
    font-size: 18px;
}

ul.tab.bottom-green>li.active a::after {
    content: '';
    position: absolute;
    background-color: #00D2B4;
    height: 6px;
    width: 36px;
    bottom: 0;
    left: 0;
}

ul.tab.bottom-green-white>li {
    border-bottom: 1px solid #fff;
}

ul.tab.bottom-green-white>li>a {
    color: #fff;
    padding: 0 0 15px 0;
    line-height: 48px;
}

ul.tab.bottom-green-white>li.active>a {
    border-bottom: 5px solid #00D2B4;
    color: #fff;
    margin-bottom: -1px;
    font-size: 24px;
}

.accordion-content {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s, max-height .75s ease;
}

li.active .accordion-content {
    max-height: 100%;
    visibility: visible;
    opacity: 1;
}

li.active .accordion-title {
    margin-bottom: 20px;
}

/*.accordion li {*/
/*    background: #fbfbfc;*/
/*    padding: 20px;*/
/*    margin-bottom: 20px;*/
/*    border-radius: 10px;*/
/*}*/


.light-bg {
    background: #F4F8FF;
}

.light-grey {
    background-color: #FBFBFB;
}

.light-blue-bg {
    background-color: #EDF3FE;
}

.light-color {
    color: #6a6b71;
}

.dark-bg {
    background-color: #2A64F6;
    ;
}

.main-color {
    color: #172237;
}

.main-color-blue {
    color: #2A64F6;
}

.main-color-cyan {
    color: #00FFF6;
}



.lists li {
    background-color: #f5f6f8;
    border-radius: 5px;
    margin: 15px auto;
}

.lists.col2 {
    margin-left: -10px;
    overflow: hidden;
}

.lists.col2 li {
    width: calc(50% - 10px);
    float: left;
    margin: 15px 10px 0 0;
}


.title-line {
    position: relative;
    font-size: 24px;
    display: flex;
}

.title-line::after {
    content: '';
    position: absolute;
    width: 60px;
    background-color: #2A64F6;
    height: 3px;
    left: 0;
    bottom: -12px;
}

.title-line.blue::after {
    background-color: #2A64F6;
}


.yellow-color {
    color: #D7AC27;
}

.main-bg {
    background-color: #2844a9;
}

.radius-10 {
    border-radius: 10px;
}

.radius-20 {
    border-radius: 20px;
}

.radius-30 {
    border-radius: 30px;
}

.gradient-color {
    background: #f5f7fb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f5f7fb 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5f7fb 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5f7fb 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7fb', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.gradient-color-reverse {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f7fb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f5f7fb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f5f7fb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f7fb', GradientType=0);
    /* IE6-9 */
}

.gradient-box {
    border-radius: 10px;
    background: -moz-linear-gradient(top, #f5f7fb 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5f7fb 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5f7fb 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7fb', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 1);
}

.green-button,
.rsform-submit-button {
    border-color: #2A64F6;
    border-radius: 10px;
    background: #2A64F6;
    padding: 10px 50px;
    color: #fff;
    display: inline-block;
}

.green-button:hover {
    opacity: 0.9;
    color: #fff;
}

.eq-table td {
    padding: 10px;
}

.eq-card-hover:hover {
    transform: translateY(-10px);
}

.text-h {
    width: 36px;
    word-wrap: break-word;
    word-break: break-all;
    padding: 5px;
    margin: 0;
}


header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 48px;
    transform: translateY(0);
    transition: opacity 0.5s ease-out;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.08);
    -webkit-backdrop-filter: blur(10px);
    /* iOS Safari 支持 */
    backdrop-filter: blur(10px);
}

header.open {
    height: 100%;
    background: rgba(255, 255, 255, 1);
}

header.hide {
    /* transform: translateY(-100%);  */
}

header.toggle {
    /* background: rgba(255, 255, 255, 1); */
}

#logo {

    background: url("/images/site-2025/new-img/home/logo.png") no-repeat left center/150px;
    background-image: -webkit-image-set(url("/images/site-2025/new-img/home/logo.png") 1x,
            url("/images/site-2025/new-img/home/logo@2x.png") 2x);
    background-image: image-set(url("/images/site-2025/new-img/home/logo.png") 1x,
            url("/images/site-2025/new-img/home/logo@2x.png") 2x);
    display: block;
    text-indent: -99999px;
    float: left;
    height: 38px;
    width: 155px;
    margin-top: 6px;
    margin-right: 56px;
}

#pull {
    position: absolute;
    right: 15px;
    top: 0;
    display: block;
    padding: 12px;
    z-index: 1;
    width: 48px;
    height: 48px;
}

#pull::before,
#pull::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 20px;
    background: #fff;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    transition: all .5s ease-in-out;
}

header:not(.open) #pull::before {
    top: calc(50% - 4px);
}

header:not(.open) #pull::after {
    top: auto;
    bottom: calc(50% - 4px);
}


header.open #pull::before,
header.open #pull::after,
header.sub #pull::before,
header.sub #pull::after,
header.toggle #pull::before,
header.toggle #pull::after,
header.sub.open #pull::before,
header.sub.open #pull::after,
header.sub.toggle #pull::before,
header.sub.toggle #pull::after {
    background: #1e4255;
}


header.open #pull::before {
    transform: rotate(45deg);
}

header.open #pull::after {
    transform: rotate(-45deg);
}

ul.nav,
ul.nav li ul,
.nav-list ul,
ul.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.nav {
    clear: both;
    position: absolute;
    top: 0;
    transform: translateY(50px);
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: left;
    width: 80%;
    opacity: 0;
    transition: opacity 0.5s ease-out 0.2s;
    display: none;
}

header.open ul.nav {
    opacity: 1;
    display: block;
    overflow: scroll;
}

ul.nav li {
    position: relative;
}

ul.nav li.parent::before,
ul.nav li.parent::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 8px;
    background: #fff;
    top: 28px;
    right: 0;
    transform-origin: 0;
}

ul.nav li.parent::before {
    transform: rotate(225deg);
}

ul.nav li.parent::after {
    transform: rotate(-45deg);
}

ul.nav li a {
    /*color: #fff;*/
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 48px;
}

ul.nav li a:hover,
ul.nav li.active>a {
    /*opacity: 0.85;*/
    color: #2A64F6;
    /* font-weight: bold; */
}

ul.nav>li>ul {
    display: none;
}

ul.nav li.toggle ul {
    display: block;
}

ul.nav li ul li a {
    padding-left: 20px;
}

header.sub ul.nav li>a,
header.toggle ul.nav li>a,
header.open ul.nav li>a {
    /*color: #161b2b;*/
}

header.sub ul.nav li.parent::before,
header.toggle ul.nav li.parent::before,
header.open ul.nav li.parent::before,
header.sub ul.nav li.parent::after,
header.toggle ul.nav li.parent::after,
header.open ul.nav li.parent::after {
    background: #1e4255;
}

header.sub #logo,
header.toggle #logo,
header.sub.toggle #logo,
header.open #logo,
header.sub.open #logo {
    /* background-image: url("../images/logo.png");
    background-image: -webkit-image-set(
            url("../images/logo.png") 1x,
            url("../images/logo@2x.png") 2x
    );
    background-image: image-set(
            url("../images/logo.png") 1x,
            url("../images/logo@2x.png") 2x
    ); */



    background-image: url("/images/site-2025/new-img/home/logo.png");
    background-image: -webkit-image-set(url("/images/site-2025/new-img/home/logo.png") 1x,
            url("/images/site-2025/new-img/home/logo@2x.png") 2x);
    background-image: image-set(url("/images/site-2025/new-img/home/logo.png") 1x,
            url("/images/site-2025/new-img/home/logo@2x.png") 2x);
}

.active-link {
    padding-left: 40px;
    font-size: 22px;
}

/* 头部电话 */
.call-phone {
    background-image: url("../images/icon-phone-b.svg");
    /* background-image: -webkit-image-set(
            url("../images/icon-phone-b.png") 1x,
            url("../images/icon-phone-b@2x.png") 2x
    );
    background-image: image-set(
            url("../images/icon-phone-b.png") 1x,
            url("../images/icon-phone-b@2x.png") 2x
    ); */
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    position: absolute;
    top: 6px;
    left: 0;
}

.top-banner h3,
.get-banner h3 {
    font-family: "aliFang";
    font-weight: 600;
}

.top-banner {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-position: 50%;
}


/* home */


.eq-slidenav-previous,
.eq-slidenav-next {
    width: 21px;
    height: 35px;
    background: rgba(0, 0, 0, 0.5);
    left: 10px;
}


.eq-slidenav-next {
    left: auto;
    right: 10px;
}

.eq-slidenav-previous::before,
.eq-slidenav-previous::after,
.eq-slidenav-next::before,
.eq-slidenav-next::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 12px;
    background: #fff;
    top: 16px;
    left: 5px;
    -webkit-transform-origin: 95%;
    -ms-transform-origin: 95%;
    -moz-transform-origin: 95%;
    -o-transform-origin: 95%;
    transform-origin: 95%;
}

.eq-slidenav-previous::before,
.eq-slidenav-previous::after {
    -webkit-transform-origin: 5%;
    -ms-transform-origin: 5%;
    -moz-transform-origin: 5%;
    -o-transform-origin: 5%;
    transform-origin: 5%;
}

.eq-slidenav-next::before,
.eq-slidenav-previous::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.eq-slidenav-next::after,
.eq-slidenav-previous::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.eq-slideshow-items li {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


.eq-slideshow-items li:nth-child(1) {
    background-color: rgba(255, 255, 255, 1);


    background-image: url("../images/home-slide1.png"), linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
    background-image: -webkit-image-set(url("../images/home-slide1.png") 1x,
            url("../images/home-slide1@2x.png") 2x),
        linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
    background-image: image-set(url("../images/home-slide1.png") 1x,
            url("../images/home-slide1@2x.png") 2x),
        linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 247, 255, 1) 100%);
}

.eq-slideshow.home h1 {
    position: absolute;
    top: 25%;
}

.gzh-tooltip-trigger {
    position: relative;
}

.gzh-tooltip {
    visibility: hidden;
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #000;
    text-align: center;
    /* padding: 8px 12px; */
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px -8px rgba(0, 0, 0, 0.08);
    /* height: 223px; */
    background: #FFFFFF;
    padding: 24px;
    height: auto;
    line-height: normal;
}

.gzh-tooltip-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgb(255, 255, 255);
}

.gzh-tooltip-trigger:hover .gzh-tooltip {
    visibility: visible;
    opacity: 1;
}



@media (max-width: 567px) {
    .eq-slideshow.home h1 {
        font-size: 24px;
    }
}


.carousel {
    overflow: hidden;
}

.carousel>img {
    display: inline-block;
}

.carousel-container {
    white-space: nowrap;
    transition: transform 2s;
}

.carousel-container.transform {}


.news-tabs>div {
    width: auto;
    border: none;
}


.news-tabs>div a {
    padding: 5px 10px;
}

.hero-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 750px;
    background: no-repeat center/cover;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.certify p {
    margin-top: 20px;
    line-height: 22px;
}

.certify li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* 解决方案 */

.hero-banner.manufacturing {
    background-image: url("../images/banner-manufacturing.jpg");
}

.hero-banner.real-estate {
    background-image: url("../images/banner-real-estate.jpg");
}

.hero-banner.platform {
    background-image: url("../images/banner-platform.jpg");
}

.hero-banner.home {
    background-image: url("../images/banner-home.jpg");
}

/* 产品 */
.value.jinrongyu {
    background: url("../images/jinrongyun-value-bg.jpg") no-repeat center/cover;
}

/* 生态共建 */
.hero-banner.ecology {
    background-image: url("../images/banner-ecology.jpg");
}

/* 灵税通 */
.advantage .top-img {
    text-align: center;
    margin-bottom: -28px;
    position: relative;
    z-index: 1;
}

.advantage h5 {
    background-color: #ffffff;
    font-size: 16px;
    padding: 50px 10px 30px;
}

/* 数票通 */
.card-des {
    color: #6A6B71;
}

.card-title {
    color: #333;
}

.scene {
    position: relative;
}

.scene .top-tabs {
    position: absolute;
    width: 100%;
    top: 10%;
    z-index: 2;
}

.scene section {
    height: 520px;
}

.scene section p {
    position: absolute;
    bottom: 20%;
    padding: 15px;
}

/* about */
.hero-banner.about {
    background-image: url("../images/banner-about.jpg");
}

.culture {
    background: url("../images/about-culture-bg.png") no-repeat center bottom;
}

.culture .eq-card {
    opacity: 0.8;
}

.concept .eq-card {
    background-repeat: no-repeat;
    background-size: cover;
}

.concept .eq-card-body>div {
    opacity: 0;
    transition: 0.5s all ease-in;
}

.concept .eq-card:hover {
    /* opacity: 0.82; */
    /* background-image: linear-gradient(180deg, #0024A4 0%, #5680D5 100%) !important; */
    background: #2A64F6 !important;
    background-image: none !important;
}

.concept .eq-card:hover .title-line::after {

    background: #24FFF5 !important;
}

.concept .eq-card:hover .title-img {
    display: none;
}

.concept .eq-card:hover .eq-card-body>div {
    opacity: 1;
}

.founder h4 {
    font-size: 26px;
    font-weight: normal;
}

.founder .text {
    width: 100%;
}

.founder .text p {
    font-size: 14px;
}

.boss {
    background: center / 500px no-repeat;
    height: 500px;
    min-width: 185px;
}


.history {
    background: url("../images/img-fazhan.png") center/cover;
}

.history p {
    color: #90F6FF;
}

.time-line>div {
    position: relative;
}

.time-line>div::before,
.time-line>div::after {
    position: absolute;
    content: '';
}

.time-line>div::before {
    width: 8px;
    height: 8px;
    background-color: #2A64F6;
    border-radius: 50%;
    z-index: 1;
}

.time-line>div::after {
    width: 1px;
    background: #ccd1e5;
    height: calc(100% + 20px);
    top: 0;
    left: 4px;
}

.time-line .eq-card {
    margin-left: 30px;
    margin-bottom: 30px;
}

.new-time-line {
    overflow-x: auto;
    overflow-y: hidden;
}

.new-time-line::before {
    content: '';
    position: absolute;
    top: 50px;
    border: 2px dashed #E8E8E8;
    width: 100%;
}

.new-time-line>ul {
    overflow-x: auto;
    overflow-y: hidden;
    /* white-space: nowrap; */
}

.new-time-line>ul>li {
    position: relative;
}

.new-time-line>ul>li ul {
    list-style: inside;
    min-height: 140px;
}

.new-time-line>ul>li:not(.active) ul {
    display: none;
}

.new-time-line>ul>li::before {
    content: '';
    border: 2px solid #DADADA;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 40px;
    background-color: #ffffff;
}

.new-time-line>ul>li.active::before {
    height: 48px;
    width: 48px;
    top: 28px;
}

.new-time-line>ul>li.active::after {
    content: url(../images/award.svg);
    position: absolute;
    top: 43px;
    left: 11px;
}

.new-time-line>ul>li h6 {
    font-weight: normal;
    margin-bottom: 60px;
}

.new-time-line>ul>li.active h6 {
    color: #2A64F6;
    font-weight: bold;
}

/* contact */
.contact-info ul li {
    padding: 10px;
}


/* custom  */
.story-card .top-des,
.story-card .bottom-des {
    padding: 20px;
    background-color: #F4F6F9;
    border-radius: 10px;
    margin: 20px 0;
    text-align: justify;
}

.story-card .bottom-des {
    background-color: #DFECFD;
    margin-bottom: 0;
}


/* news */

.hero-banner.news {
    background-image: url("../images/banner-news.jpg");
}

#news .items-leading {
    padding-bottom: 30px;
}

.article-info .category-name a,
.article-info .published {
    font-size: 14px;
    color: #7d7d7d;
}

#news .com-content-article .item-image {
    margin-bottom: 30px;
    text-align: center;
}

.article-info .category-name a:hover {
    color: #2A64F6;
}

.news-body,
.news .com-content-article__body,
#news .com-content-article__body,
#news .com-content-article__body p,
#news .com-content-article__body ul,
#news .com-content-article__body ol,
#news .com-content-article__body h1,
#news .com-content-article__body h2,
#news .com-content-article__body h3,
#news .com-content-article__body h4,
#news .com-content-article__body h5,
#news .com-content-article__body h6 {
    max-width: 820px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

#news .com-content-article__body ul,
#news .com-content-article__body ol {
    padding-left: 40px;
}

#news .com-content-article__body a {
    color: #4d34b9;
}

#news .com-content-article__body a:hover,
#news .com-content-article__body a:focus {
    text-decoration: underline;
}


.news-items {
    overflow: hidden;
}

.news-item {
    border-bottom: 1px solid #efedf3;
    padding: 30px 0;
}


.text-muted .category-name {
    padding-right: 10px;
    margin-right: 10px;
}


@media (max-width: 568px) {
    .flex-order {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex-order div:nth-child(1) {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

ul.pagination li {
    display: inline-block;
    padding: 10px;
}

ul.pagination li a {
    color: #a2a2a2;
    display: block;
}


ul.pagination li a:hover {
    color: #4d34b9;

}

/* contact */

.hero-banner.contact {
    background-image: url("../images/banner-contact.jpg");
}

div.formBody {
    float: none;
}

.rsform-block-service>label {
    display: block;
    float: none !important;
}

.rsform-checkbox {
    margin-right: 10px;
}

.rsform-upload-box {
    background: none;
    border: none;
}

.rsform-block-service .formBody label {
    margin-right: 20px;
}

.rsform-captcha-box,
.rsform-submit-button {
    width: auto;
}

.rsform-submit-button {
    width: 100%;
    border: none;
    line-height: 40px;
    margin-top: 25px;
}

fieldset.eq-form-horizontal {
    padding-top: 30px;
    padding-bottom: 20px;
}

.eq-form-horizontal h6 {
    border-bottom: 1px solid #e1e4e7;
    padding-bottom: 20px;
}


.form-title {
    box-shadow: 0 1px 0 0 #EDEFF7, 0 2px 4px 0 rgba(42, 100, 246, 0.10);
    border-radius: 16px 16px 0 0;
    padding: 20px;
}

.rsfp_thankyou_popup_inner {
    width: 650px !important;
    height: 679px !important;
    border-radius: 20px;
    padding: 0 0 20px 0 !important;
    margin-top: 0 !important;
}

.rsfp_thankyou_popup_inner img {
    margin: 80px auto;
}

/* .rsfp_thankou_popup_close_btn {
    top: 23px !important;
    right: 18px !important;
} */

.rsfp_thankyou_popup_outer {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}



/* job */
.jobs-list li {
    border-radius: 10px;
    border: 1px solid #99A3C8;
    padding: 20px;
    width: 48%;
    margin-bottom: 30px;
}

/* tags */
ul.com-tags-tag__category li a {
    border-bottom: 1px solid #efedf3;
    padding: 10px 0;
    display: block;
}

#filter-search {
    margin-bottom: 20px;
}

.input-group-append .btn-primary,
.input-group-append .btn-secondary {
    width: auto;
}

/* content container page */
.content {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    word-wrap: break-word;
}

#new .com-content-article__body a {
    color: #4d34b9;
}

#new .com-content-article__body a:hover,
#new .com-content-article__body a:active {
    text-decoration: underline;
}


/* 通栏立即获取banner */
.get-banner {
    background: url("/images/site-2025/new-img/neos/home/bot-banner.png") no-repeat center/cover;
}

.get-banner.ling {
    background-image: url(../images//banner-t3.jpg);
}

.get-banner.bpai {
    background-image: url(../images//banner-t4.jpg);
}

.get-banner.shu {
    background-image: url(../images//banner-t2.jpg);
}

.get-banner.sheng {
    background-image: url(../images//banner-t5.jpg);
}


/* 弹出指南 */
.guide .title {
    box-shadow: 0 1px 0 0 #EDEFF7, 0 2px 4px 0 rgba(42, 100, 246, 0.10);
    border-radius: 16px 16px 0 0;
    padding: 20px;
}

.down-arrow,
.down-btn span {
    background: url("../images/down-arrow.svg") no-repeat left center;
    display: inline-block;
    padding-right: 30px;
    width: 18px;
    height: 18px;
}

.down-btn {
    padding-right: 20px !important;
}

.down-btn span {
    background: url("../images/down-arrow-white.svg") no-repeat right center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 10px;
    transform: translateY(3px);
}

.drop-menu {
    position: relative;
}

.drop-menu .down-plugin {
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(42, 100, 246, 0.10);
    border-radius: 10px;
    position: absolute;
    padding: 10px;
    display: none;
    width: auto;
}

.drop-menu .down-plugin::before,
.reg-btn+ul::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    margin-left: -8px;
    top: -8px;
    left: 50%;
}

.drop-menu ul li {
    padding: 10px 20px;
}

.drop-menu ul li:hover {
    background-color: #F3F4F7;
    border-radius: 10px;
}

.drop-menu:hover .down-plugin {
    display: block;
}

.down-plugin a {
    background: url(../images/Chrom_logo.svg) no-repeat left center;
    padding-left: 30px;
    display: block;
    white-space: nowrap;
}

.down-plugin li:nth-child(2) a {
    background-image: url(../images/Edge_logo.svg);
}

.guide .drop-menu ul {
    left: 66px;
    top: 62px;
}

footer {
    padding: 40px 0;
    background-color: #F5F5F7;
    flex-shrink: 0;
    /* 页脚固底 */
}


.footer-copyright {
    border-top: 1px solid #d6dee2;
    padding-top: 20px;
}

ul.footer-accordion .accordion-title::before {
    color: rgba(255, 255, 255, 0.65);
}

.footer-contact li>a>img {
    vertical-align: -6px;
}


.copyright,
.color-scheme-toggle {
    margin-top: 30px;
}

div.mod-languages li {
    margin-left: 0;
}

div.mod-languages ul li.lang-active {
    background: none;
}

.copyright,
footer span {
    font-size: 14px;
    opacity: 0.7;
}

.nav-list {
    width: 100%;
}

.nav-list ul li {
    line-height: 36px;
}

.nav-list h6 {
    margin: 0 auto 10px;
    font-size: 16px;
}

footer .social {
    margin-top: 20px;
}

footer .social>div {
    margin-right: 15px;
}

/* .rsfp_thankou_popup_close_btn {
    position: absolute;
    top: 4px;
    right: 12px;
    font-size: 15px;
    cursor: pointer;
    color: #666;
} */


.rsfp_thankou_popup_close_btn {
    /* background: url("../images/x.png") no-repeat center; */
    display: block;
    text-indent: -99999px;
    /* width: 20px;
    height: 20px; */
    right: 25px !important;
    top: 20px !important;
    /* background-size: 45%; */
}

strong.formRequired {
    color: #C72A2A;
}

ul.nav li a.reg-btn {
    display: inline-block;
    border: 1px solid #2A64F6;
    background-color: #2A64F6;
    border-radius: 5px;
    padding: 0 20px;
    line-height: 36px;
    margin-top: 16px;
    color: #ffffff;
    font-size: 14px;
}

/* ul.nav li a.reg-btn::before {
    position: absolute;
        content:'';
        background: url(../images/down-arrow-white.svg) no-repeat right center;
        width: 18px;
        height: 18px;
        right: 20px;
        top: 25px;
        padding-right: 30px;
} */

.com-content-category-blog__counter {
    display: none;
}

.com-content-category-blog__counter,
.com-content-category-blog__pagination {
    text-align: center;
}



/* media */

@media (min-width: 568px) {

    .location {
        padding: 40px;
    }

    .location .eq-row:first-child {
        margin-bottom: 30px;
    }

    .mod-languages {
        /* text-align: right; */
        font-size: 13px;
        color: #b1b2b6;
    }

    input[type="file"] {
        width: auto;
    }

    fieldset.eq-form-horizontal {
        padding: 60px;
    }
}

@media (max-width: 567px) {
    .map-area {
        margin-bottom: 40px !important;
    }
}


@media (min-width: 768px) {



    .menu-height .eq-container {
        position: static;
    }

    .p-20 {
        font-size: 20px;
    }

    ul.eq-slideshow-items {
        min-height: 500px;
    }

    h3 {
        font-size: 2.25rem;
    }

    #pull {
        height: 68px;
        width: 68px;
    }

    ul.tab.icon-tabs li div {
        display: inline-block;
    }

    .lists.col2 {
        width: 290px;
    }

    .module {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .module .title,
    .moduletable h3 {
        margin-bottom: 60px;
    }

    .top-banner {
        min-height: 560px;
    }

    .control-group {
        margin-top: 30px;
    }


    .contact-form {
        padding: 40px;
    }

    .btn-primary,
    .btn-secondary {
        max-width: 240px;
    }


    header {
        height: 70px;
        background: rgba(255, 255, 2555, 0.2);
    }

    ul.nav>li.active>a {
        position: relative;
    }

    ul.nav>li.active>a::after {
        content: '';
        width: 24px;
        height: 2px;
        background: #2A64F6;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }


    #logo,
    header.sub.toggle #logo {
        height: 28px;
        width: 141px;
        margin-top: 18px;
        background-size: auto
    }

    ul.nav>li.item-130 {
        margin-left: 90px;
    }

    .call-phone {
        top: 17px;
    }


    .profile>div {
        padding: 0 40px;
    }

    .story-card .bottom-des {
        min-height: 386px;
    }

    .story-card .top-des {
        min-height: 208px;
    }


    .eq-filter>li {
        float: left;
        width: 50%;
    }

    .com-content-category-blog__navigation {
        margin: 40px auto;
    }

    .com-content-work figcaption.caption h2 {
        margin-bottom: 10px;
    }

    .concept .eq-card {
        min-height: 300px;
    }

    #news .items-leading {
        padding-bottom: 50px;
    }

    .news-item {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .news-tabs {
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        padding-top: 10px;
    }

    .news-tabs>div {
        border-left: 1px solid #d4d5da;
        padding: 0 20px;
    }

    .news-tabs>div:first-child {
        border: none;
    }

    #filter-search {
        width: 50%;
        float: left;
        margin-right: 20px;
    }

    .social-list>div {
        width: 33.33%;
    }



}


@media (max-width: 1023px) {

    .menu-subtitle,
    a.all-pro-menu {
        display: none !important;
    }
}

@media (min-width: 1124px) {

    #pull {
        display: none;
    }

    .full-width-fix {
        width: 100%;
    }


    header.menu-height {
        background-color: rgba(255, 255, 2555, 0.8);
        height: 100%;
        max-height: 395px;
    }

    header.menu-height>div {
        background: url(../images/nav-bg.png) no-repeat -203px 72px / contain;
    }

    ul.nav {
        clear: none;
        /* float: right; */
        float: left;
        /* display: block; */
        position: relative;
        width: auto;
        opacity: 1;
        transform: none;
        display: flex;
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    ul.nav>li:first-child {
        margin-left: 120px;
    }

    ul.nav>li {
        float: left;
        /* margin-left: auto; */
        margin-right: 40px;
    }


    ul.nav>li.nav-item:has(.jp-title) {
        width: 64px;
        height: 24px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 4px;
        backdrop-filter: blur(24px);
        z-index: 11;
        margin-top: 23px;
        margin-right: 0;
    }

    ul.nav>li.nav-item>ul>li.nav-item:has(.jp-title) {
        position: absolute;
        left: 2px;
        width: 30px;
        height: 20px;
        background: #2A64F6;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 2px;
    }

    ul.nav>li.nav-item>ul>li.nav-item:has(.jp-title) .jp-title {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-weight: 600;
        font-size: 14px;
        color: #FFFFFF;
    }

    ul.nav>li.nav-item>ul>li.nav-item:has(.jp-title) .menu-subtitle {
        display: none;
    }

    ul.nav>li.nav-item:has(.en-title) {
        width: 64px;
        height: 24px;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 4px;
        backdrop-filter: blur(24px);
        z-index: 11;
        margin-top: 23px;
        margin-right: 0;
    }

    ul.nav>li.nav-item>ul>li.nav-item:has(.en-title) {
        position: absolute;
        right: 2px;
        width: 30px;
        height: 20px;
        background: #ffffff;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 2px;
    }

    ul.nav>li.nav-item>ul>li.nav-item:has(.en-title) .en-title {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-weight: 600;
        font-size: 14px;
        color: #2A64F6;
    }
 
    ul.nav>li.nav-item>ul>li.nav-item:has(.en-title) .menu-subtitle {
        display: none;
    }

    ul.nav>li.nav-item:has(.jp-title) .mod-menu__sub {}

    ul.nav>li:nth-last-child(2) .locale-btn {
        display: none;
    }

    ul.nav>li:has(.jp-title)>.mod-menu__sub {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        padding: 0;
        height: 100%;
    }

    ul.nav>li:last-child {
        /* margin-left: 10px; */
        /* margin-left: auto; */
        line-height: 68px;
        /* margin-right: 80px; */
        margin-right: 0;
        margin-left: 38px;
    }

    ul.nav li.parent::before,
    ul.nav li.parent::after {
        top: 38px;
    }

    ul.nav li.parent::before,
    ul.nav li.parent::after {
        right: -20px;
    }

    ul.nav li a {
        border: none;
    }

    ul.nav li>a {
        line-height: 68px;
    }

    ul.nav>li>ul {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
        background: rgba(255, 255, 255, 1);
        border-radius: 8px;
        position: absolute;
        left: -30px;
        /*left: 50%;*/
        /*-ms-transform: translateX(-50%);*/
        /*-webkit-transform: translateX(-50%);*/
        /*-moz-transform: translateX(-50%);*/
        /*transform: translateX(-50%);*/
        top: 69px;
        width: auto;
        white-space: nowrap;
        padding: 10px 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    ul.nav li.parent::before,
    ul.nav li.parent::after {
        content: none;
    }

    /* ul.nav > li a.reg-btn + ul {
        top: 62px;
    } */

    /* ul.nav li ul:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid rgba(255, 255, 255, 0.2);
        margin-left: -8px;
        top: -8px;
        left: 50%;
    } */

    ul.nav li ul li {
        /*display: inline-block;*/
    }


    ul.nav>li:hover>ul {
        display: block;
    }

    ul.nav>li>ul>li a,
    header.sub>ul.nav>li>a {
        color: #161b2b;
    }

    ul.nav li ul li a {
        line-height: 38px;
        padding: 0 10px;
        /*color: #fff;*/
    }

    ul.nav>li>ul>li a:hover,
    ul.nav>li>ul>li.active a,
    header.sub>ul.nav>li>a:hover,
    header.sub>ul.nav>li.active>a {
        /*opacity: 0.8;*/
        /*color: #2A64F6;*/
    }

    header.sub ul.nav li.parent::before,
    header.sub ul.nav li.parent::after {
        background: #1b1a33;
    }

    header.sub ul.nav li.active::before,
    header.sub ul.nav li.active::after,
    header.sub ul.nav li:hover::before,
    header.sub ul.nav li:hover::after {
        background: #4d34b9;
    }

    /*header.sub.toggle ul.nav > li > a {*/
    /*    color: #fff;*/
    /*}*/
    header.sub.toggle ul.nav li.parent::before,
    header.sub.toggle ul.nav li.parent::after {
        background: #fff;
    }

    /* 宽栏 */
    /* ul.nav > li:hover > a.wide-menu +  ul  {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    ul.nav > li a.wide-menu + ul > li > a {
        font-weight: bold;
    } */

    ul.nav>li a.wide-menu+ul {
        box-shadow: none;
        background: none;
        left: -192px !important;
        top: 59px;
    }

    ul.nav li .all-pro-menu {
        padding-top: 39px;
    }

    ul.nav li .all-pro-menu+ul {
        background-color: #ffffff;
        padding: 30px 40px;
    }

    ul.nav li .all-pro-menu+ul>li {
        margin: 20px 0;
    }

    .item-150 {
        display: flex;
        justify-content: space-between;
        gap: 85px;
    }

    .menu-subtitle {
        color: #565C6E;
        font-size: 14px;
        padding-left: 10px;
    }


    ul.eq-slideshow-items {
        min-height: 780px;
    }

    .eq-slideshow-items li:nth-child(1) {
        background-size: contain;
    }


    .tags ul.list-inline li {
        display: inline-block;
    }

    .tags ul.list-inline li::after {
        content: '/';
        padding: 0 5px;
        color: #999;
    }

    .tags ul.list-inline li:last-child::after {
        content: '';
    }

    .nav-list {
        width: auto;
        flex: auto;
        float: left \9;
        /* ie6~10 */
        width: 20% \9;
    }


    .copyright,
    .color-scheme-toggle {
        margin-top: 60px;
    }


    ul.footer-accordion .accordion-title {
        cursor: auto;
    }

    ul.footer-accordion .accordion-title::before {
        content: none;
    }

    ul.footer-accordion .accordion-content {
        opacity: 1;
        visibility: visible;
        max-height: 100%;
    }

    .time-line>div::before {
        left: 50%;
    }

    .time-line>div::after {
        width: 100%;
        height: 1px;
        top: 3px;
        left: 4px;
    }

    .time-line .eq-card {
        margin-top: 30px;
        margin-bottom: 0;
        min-height: 230px;
    }

    .history {
        background: url("../images/img-about-fazhan2.png") no-repeat center 80%/auto,
            url("../images/img-fazhan.png") center/cover;
        height: 700px;
    }

    .history .eq-flex>div:nth-child(1) {
        transform: translateY(140px);
    }

    .history .eq-flex>div:nth-child(2) {
        transform: translateY(138px);
    }

    .history .eq-flex>div:nth-child(3) {
        transform: translateY(25px);
    }

    .history .eq-flex>div:nth-child(4) {
        transform: translateY(-53px);
    }

    /*.news-item .left.item-image a,*/
    /*.newsflash-image {*/
    /*    width: 280px;*/
    /*    height: 164px;*/
    /*    float: left;*/
    /*    margin-right: 36px;*/
    /*    overflow: hidden;*/
    /*    position: relative;*/
    /*    display: block;*/
    /*}*/
    /*.news-item .pull-left.item-image a img,*/
    /*.newsflash-image img {*/
    /*    position: absolute;*/
    /*    position: relative \9;*/
    /*    left: 50%;*/
    /*    top: 50%;*/
    /*    height: auto;*/
    /*    width: 100%;*/
    /*    -webkit-transform: translate(-50%, -50%);*/
    /*    -ms-transform: translate(-50%, -50%);*/
    /*    transform: translate(-50%, -50%);*/
    /*}*/
    /*.newsflash-image {*/
    /*    width: 195px;*/
    /*    height: 130px;*/
    /*}*/

    .scene section p {
        max-width: 400px;
        text-align: left;
    }

    .founder .text {
        /* max-width: 975px; */
        z-index: 1;
    }

    .founder .boss-name {
        position: relative;
        margin-bottom: 8px;
        display: inline-block;
    }

    .founder .boss-name::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 6px;
        background: #24FFF5;
        left: 0;
        bottom: -2px;
        z-index: 1;
    }

    .founder .text p {
        /* max-width: 602px; */
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
    }



}

@media (min-width: 1200px) {
    .founder {
        overflow: hidden;
    }

    .founder-content {
        flex-wrap: nowrap;
    }

    .founder .text {
        max-width: 975px;
        z-index: 1;
    }

    .founder .text p {
        max-width: 602px;
    }

    .founder .boss {
        position: absolute;
        width: 745px;
        left: 655px;
        top: 50px;
        height: 839px;
        background-size: cover;
    }
}

@media (min-width: 1400px) {}

@media (min-width: 1600px) {}


@media (min-width: 1920px) {}







.slick-slider {
    overflow-x: hidden;
}