* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
html,
body {
    font-size: 16px;
    font-weight: 100;
    margin: 0 auto;
    text-align: center;
    /*font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;*/
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    scroll-behavior: smooth;
}
html {
    -webkit-tap-highlight-color: rgb(var(--color-black)/0);
    scroll-behavior: smooth;

    /*-ms-text-size-adjust: 100%;*/
    /*-webkit-text-size-adjust: 100%;*/
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
html,
body {
    background: #ffffff;
}
body {
    padding-top: 80px;
    position: relative;
}

a {
    font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
    color: #002837;
    text-decoration: none;
    cursor: pointer;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:active,
a:hover {
    outline: 0;
}

body{
  font-size: 14px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
}


abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
/*需要重新设置字体大小*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


img {
    width: 100%;
    display: block;
    /*vertical-align: middle;*/
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

ul {
    list-style-type: none;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

/*.close {*/
/*    text-shadow: none;*/
/*}*/
.container:after, .container:before {
    content: none;
}

.overflow-y-h {
    overflow-y: hidden;
}

/*按钮*/
/*按钮*/
.btn-l {
    /*width: 124px;*/
    /*height: 48px;*/
    width: 7.75rem;
    height: 3rem;
    display: inline-block;
    border-radius: 100px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400!important;
    /*color: #FFFFFF;*/
    text-align: center;
    line-height: 48px!important;
    margin-top: 2rem;
    padding: 0!important;
}
.btn-r {
    /*    width: 124px;
        height: 48px;*/
    width: 7.75rem;
    height: 3rem;
    display: inline-block;
    border-radius: 100px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 48px;
    margin-top: 2rem;
    margin-left: 1rem;
    padding: 0;
}
.btn-login {
    width: 104px;
    height: 40px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.btn-base {
    color: #24B89E;
    border: 1px solid #24B89E;
}
.btn-white {
    background: #ffffff;
    color: #24B89E;
}
.btn-white:hover {
    background: #ffffff;
    color: #24B89E;
}
.btn-green {
    background: #24B89E;
    color: #ffffff!important;
}
.btn-green:hover {
    background: #28CCAF;
}
.btn-base-g {
    color: #24B89E!important;
    border: 1px solid #24B89E;
}
.btn-base-g:hover {
    background: #24B89E;
    color: #ffffff!important;
}
.btn-base-w {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.btn-base-w:hover {
    color: #28CCAF;
    background: #ffffff;
}
.btn-subscribe {
    background: #002837;
    color: #ffffff;
}
form .btn {
    border: unset;
    margin-left: 12px;
}
@media (max-width: 768px) {
    .btn-l,
    .btn-r {
        width: 7.5rem;
        height: 3rem;
    }
}

/*锚点*/
.anchor-box {
    height: 80px;
    margin-top: -80px;
}
@media (max-width: 768px) {
    .anchor-box {
        height: 136px;
        margin-top: -136px;
    }
}

.section {
    width: 100%;
    position: relative;
}
.container {
    padding: 80px 0;
    padding: 5rem 0;
    margin: 0 auto;
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    max-width: 1200px;
    height: auto;
    position: relative;
    text-align: center;
    justify-content: center;
}
.container-header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
}
.header {
    width: 100%;
    height: 80px;
    max-height: 80px;
    position: fixed;
    top: 0;
    z-index: 999;
}
.is_scrolled {
    background: #ffffff;
}
.rmenu {
    position: fixed;
    right: 1rem;
    top: 72%;
    z-index: 9;
}
@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }
    .header {
        height: 60px;
        max-height: 60px;
    }
    .navbar-mobile-menu .navbar-right {
        justify-content: center;
    }
    .navbar-mobile-menu .navbar-right li {
        width: 40%;
    }
    .navbar-mobile-menu .navbar-right a {
        width: 100%;
    }
}

/*导航栏登录注册*/


/*导航*/
.dropdown_icon {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-menu-thumb {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.sub-thumb-s {
    background-image: url("/public/svg/nav_sms.svg");
}
.sub-thumb-v {
    background-image: url("/public/svg/nav_voice.svg");
}
.sub-thumb-e {
    background-image: url("/public/svg/nav_email.svg");
}
.sub-thumb-i {
    background-image: url("/public/svg/nav_indus.svg");
}
.sub-thumb-sen {
    background-image: url("/public/svg/nav_sence.svg");
}
.sub-thumb-wa {
    background-image: url("/public/svg/nav_wa.svg");
}
.sub-thumb-new {
    width: 27px;
    height: 20px;
    background-image: url("/public/images/icon/nav_new.png");
    background-size: 100%;
    background-position-y: top;
    margin: 0;
    margin-left: 6px;
    vertical-align: baseline;
    position: absolute;
}
.policy-menu-thumb {
    background-image: url("/public/svg/nav_caret.svg");
    /*background-image: url("/public/svg/policy-thumb.svg");*/
    margin-left: 4px;
    transition: all .2s ease-out;
}
.beian-thumb {
    background-image: url("/public/images/beian.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .sub-thumb-new {
        top:0;
    }
}
@media (max-width: 768px) {

    .dropdown:hover .dropdown-menu, .dropdown.active .dropdown-menu {
        display: block;
    }
    .sub-menu-title {
        border-bottom: 1px solid #F2F2F2;
        padding: 16px 0;
    }
    .sub-menu-thumb {
        width: 16px;
        height: 16px;
        background-size: cover;
        background-position: center;
        vertical-align: middle;
    }
    .sub-thumb-new {
        width: 27px;
        height: 18px;
        background-size: 100%;
        background-position-y: top;
    }
    .sub-menu-list {
        padding-left: 28px;
        width: 100%;
    }
    .sub-menu-list li {
        margin-top: 0px;
    }
    .sub-menu-list a {
        height: 48px;
        line-height: 48px;
    }
    .dropdown-menu-list {
        width: 100%;
    }

    .icon-m {
        display: block;
        width: 32px;
        height: 32px;
        background-image: url(/public/images/icon/open.svg);
        background-repeat: no-repeat;
        background-size: 81%;
        background-position: center;
        float: right;
    }


    /*    .navbar-toggle {
            display: block;
            flex: 1 1 auto;
            width: auto;
            background-color: transparent;
            background-image: none;
            border: unset;

        }
        .navbar-toggle:focus {
            outline: 0;
        }
        .navbar-default .navbar-toggle {
            border-color: #ddd;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }
        .navbar-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
        }
        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }
        .navbar-inverse .navbar-toggle {
            border-color: #333;
        }
        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }*/


}





/* 导航栏index */
.navbar {
    background: #ffffff;
    position: relative;
    z-index:999;
}
.navbar-default {
    height: 100%;
    background: #ffffff;
    border-bottom: 1px solid #F2F2F2;
    opacity: 1;
}

.container-navbar {
    height: 79px;
    background: #ffffff;
    justify-content: space-between;
    margin-inline: auto;
    position: relative;
    width: 100%;
    z-index: 999;
    padding: 0;
    /*border-bottom: 1px solid #F2F2F2;*/
}
.container-navbar button{
    margin: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.navbar-mobile-close {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    margin-right: 0;
}
.navbar-right {
    display: flex;
    align-items: center;
}
.navbar-menu-section {
    width: 100%;
    height: 80px;
    min-height: 80px;
}
.navbar-menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-left:1rem;*/
}
.navbar-menu {
    flex: unset;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: auto;
    /*gap: 24px;*/
    margin: 0;
    position: relative;
}

.navbar-menu .dropdown-menu {
    display:flex;
    gap: 48px;
    min-width: auto;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: -500px;
    /*top: 99%;*/
    left: 0;
    /*transform: translateX(-0%);*/
    padding: 2rem;
    margin-top: 1px;
    border: none;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.6);
    /*box-shadow: 0px 20px 50px 0px rgb(215 215 215);*/
    /*box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.3);*/
    transition: opacity .3s ease-out;
}
.navbar-menu .dropdown-menu.dropdown-solution {
    transform: translateX(-4%);
}
.navbar-menu .dropdown-menu.dropdown-dev {
    transform: translateX(-10%);
}
.navbar-menu .dropdown-menu.dropdown-resource {
    transform: translateX(-8%);
}
.navbar-menu .dropdown-menu.dropdown-about {
    transform: translateX(-8%);
}
.navbar-menu .dropdown.active .dropdown-menu {
    opacity: 1;
    z-index: 1;
    top: 99%;
}

.dropdown {
    position: relative;
}
.dropdown-menu .dropdown-menu-list {
    width: auto;
}
.dropdown-menu.dropdown-solution .dropdown-menu-list,
.dropdown-menu.dropdown-product .dropdown-menu-list {
    min-width: 156px;
}
.dropdown-menu .sub-menu-title {
    font-size: 16px;
    font-size: 1rem;
    font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
    font-weight: 500;
    color: #002837;
    line-height: 19px;
    text-align: left;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ededed;
    /*border-bottom: 1px solid #F2F2F2;*/
    min-width: 100px;
    /*min-width: 160px;*/
}
.dropdown-menu .sub-menu-list {
    width: 100%;
}
.dropdown-menu .sub-menu-list li{
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
}
.dropdown-menu .sub-menu-list li:last-child {
    margin-bottom: 0;
}
.dropdown-menu .sub-menu-list a{
    font-size: 14px;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi;
    font-weight: 400;
    color: #616566;
    /*line-height: 16px;*/
    /*width: 100%;*/
    text-align: left;
    padding: 0;
    /*padding: 8px 0;*/
    width: auto;
    line-height: 32px;
    /*padding: 8px 1.5rem 8px 0;*/
    white-space: nowrap;
    display: inline-block;
}
.dropdown-menu .sub-menu-list a:hover{
    color: #24B89E;
}
.navbar-mobile-menu .navbar-according-dropdown-section ul li a.new,
.dropdown-menu .sub-menu-list a.new {
    position: relative;
}

.dropdown-toggle {
    line-height:80px;
    display: block;
    height: 80px;
    padding: 0 12px;
}
.navbar-thumb {
    background-image: url("/public/svg/nav_caret_up.svg");
    transition: all .15s;
}
.dropdown:hover .dropdown-toggle, .dropdown.active .dropdown-toggle {
    color: #24B89E;
    text-decoration: none;
}
.dropdown:hover .navbar-thumb, .dropdown.active .navbar-thumb {
    background-image: url("/public/svg/nav_caret_g.svg");
    transform: rotate(180deg);
}
.dropdown-toggle:hover+.dropdown-menu,
.dropdown.active .dropdown-menu,
.navbar-menu  .dropdown-menu:hover
{
    opacity: 1;
    z-index: 99;
    top: 99%;
    /*transition: opacity .1s ease-out;*/
}
.dropdown-wrapper {
    display:flex;
    gap: 48px;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: -500px;
    /*top: 99%;*/
    left: 0;
    /*transform: translateX(-0%);*/
    padding: 2rem;
    margin-top: 1px;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.3);
    transition: opacity .3s ease-out;
}
.navbar-right {
    width: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    float: none!important;
    margin: 0!important;
}
.navbar-login:hover a {
    color: #24B89E;
}


/*移动*/
.navbar-mobile-menu {
    overflow: auto;
    position: absolute;
    left: 0;
    top: -9999px;
    opacity: 0;
    z-index: -1;
    transition: opacity .2s ease-out;

    /*    width: 100%;
        height: 100vh;
        min-height: calc(100vh - 72px);*/
}

@media (max-width: 768px) {
    .container-navbar {
        height: 60px;
        flex-wrap: unset;
        flex-direction: column;
        /*justify-content: center;*/
        justify-content: flex-start;
        border-bottom: 1px solid #F2F2F2;
    }
    .navbar-mobile-menu {
        width: 100%;
        height: 100vh;
        min-height: calc(100vh - 60px);
    }
    .navbar-according {
        height: auto;
        overflow: hidden;
    }
    .navbar-mobile-menu button{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
        margin: 0;
        font-size: 1rem;
        color: #616566;
        border-bottom: 1px solid #eeeeee;
    }
    .navbar-according-btn svg {
        width: 1rem;
        display: block;
        height: auto;
        margin: 0;
    }
    .navbar-according-content {
        display: none;
        border-bottom: 1px solid #eeeeee;
    }
    .navbar-according-dropdown {

    }
    .navbar-according-dropdown-section {
        padding: 1.5rem 2rem 1.5rem;
    }
    .navbar-according-dropdown-section .navbar-according-dropdown-title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: .5rem;
    }
    .navbar-according-dropdown-section .navbar-according-dropdown-title svg {
        width: 20px;
        height: auto;
        margin: 0;
    }
    .navbar-according-dropdown-section ul {
        display: grid;
        gap: 1rem;
    }
    .navbar-according-dropdown-section li {
        text-align: left;
    }
    .navbar-according-dropdown-section li a {
        line-height: 20px;
    }
    .navbar-according-dropdown-section li a:focus{
        color: #24B89E;
        text-decoration: underline;
    }
    .navbar-according-item.active .navbar-according-btn>svg {
        transform: rotate(180deg);
    }
    .navbar-according-item.active .navbar-according-content {
        display: block;
    }

    .container-navbar.open {
        min-height: 100vh;
    }
    .container-navbar.open .navbar-mobile-menu {
        left: 0;
        top: 60px;
        z-index: 1;
        opacity: 1;
    }

    .navbar-menu-section {
        height: 60px;
        min-height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
    }
    .navbar-menu-section .navbar-menu,
    .navbar-menu-section .navbar-right
    {
        display: none;
    }
    .navbar-mobile-close {
        display: block;
    }
    .navbar-according-item.active .navbar-according-btn {
        background: #F8F8F9;
    }
    .navbar-right {
        padding-top: 2rem;
    }
}
/* 导航栏index end */


.navbar-brand {
    /*float: left;*/
    /*padding: 1rem 8px;*/
    /*padding: 1rem 1rem;*/
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0!important;
    margin: 0!important;
    float: none!important;
    /*height: 80px;*/
    /*width: 100%;*/
}
.navbar-brand > img {
    display: block;
}
@media (max-width: 768px) {
    .navbar-brand {
        padding: 0;
        float: unset;
    }
    .navbar-brand > img {
        width: 100px;
    }
}


/*页脚*/
footer {
    border-top: 1px solid #E4E4E4;
}
.container.container-footer {
    display: flex !important;
    flex-wrap: wrap;
    padding: 5rem 0 3.5rem;
    float: unset;
}
.container.container-copyright {
    display: flex !important;
    flex-wrap: wrap;
    float: unset;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 0;
    /*padding: 1.625rem 0;*/
    border-top: 1px solid #F1F1F1;
}
.container-copyright .copyright-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.container-copyright .copyright-info img {
    width: auto;
    display: inline-block;
    cursor: pointer;
}

.footer-logo-unit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*gap: 1rem;*/
}
.footer-logo-unit .footer-logo-unit-w {
    display: block;
}
.footer-logo-unit.footer-logo-unit-p {
    display: none;
    margin-top: 1.5rem;
}

.footer-sitemap {
    height: auto;
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
    /*grid-template-rows: 1fr;*/
    /*justify-items: end;*/
}
.footer-sitemap-list-item {
    text-align: left;
    padding: 0;
    width: 41%;
    height: auto;
    /* float: right; */
    float: left;
    margin-right: 0;
    text-align: left;
    /*text-align: left;*/
    /*padding: 0;*/
}
.footer-sitemap-list-item:nth-last-child(2) {
    width: 16%;
}
.footer-sitemap-list-item:nth-last-child(1) {
    width: 16%;
    margin-top: 2rem;
}

.footer-sitemap-list-title {
    font-size: 0.875rem;
    font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #002837;
    line-height: 1rem;
}
.footer-sitemap-list-content li {
    margin-bottom: 1rem;
    text-align: left;
}

.footer-sitemap-list-content li a{
    font-size: 14px;
    font-size: 0.85rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 14px;
    width: 100%;
    display: inline-block;
    text-align: left;
}

.footer-sitemap-list-content {
    margin-top: 1.5rem;
}
.footer-sitemap-list-content.footer-colla-content a:hover {
    color: #24B89E;
}
.footer-sitemap-list-connect {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    gap: 12px;
}
.footer-sitemap-list-connect span {
    display: block;
}
/*2张二维码*/
/*.footer-sitemap-qr {
    width: 5.25rem;
    height: 5.25rem;
}*/
/*1张二维码*/
.footer-sitemap-qr {
    width: 7rem;
    height: 7rem;
    margin-top: 1rem;
}
.footer-sitemap-qr-text {
    margin: 8px auto .5rem;
}
.footer-sitemap-qr-text {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 14px;
}
.footer-sitemap-linked {
    width: 1.2rem;
    height: 1.2rem;
    /*width: 1.5rem;*/
    /*height: 1.5rem;*/
}
.footer-border {
    border-top: 1px solid #F1F1F1
}
.footer-logo-a {
    display: block;
}
.footer-logo {
    width: 33%;
    max-width: 6.25rem;
}
/*.footer-connect-info {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 1.625rem;
    color: #002837;
}
.footer-connect-info span {
    display: block;
    color: #919799;
    line-height: 16px;
    text-align: left;
}*/

.footer-connect-info {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #919799;
    line-height: 16px;
    margin-bottom: 8px;
}
.footer-connect-info.slogan-info {
    color: #002837;
    margin: 1rem 0;
}

.tel-info {
    font-size: 24px;
    font-size: 1.5rem!important;
    font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
    font-weight: bold;
    color: #002837;
    line-height: 28px;
    margin: 1rem 0;
}

.footer-connect-info span {
    /*display: block;*/
    color: #919799;
    line-height: 16px;
    text-align: left;
}

.footer-connect-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}
.footer-logo-unit.footer-logo-unit-p .footer-connect-links {
    margin-top: 2rem;
}


.container-copyright a {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #919799;
    line-height: 14px;
    display: inline-block;
    margin-right: 1.5rem;
    text-decoration: underline;
}
.copyright-info a {
    text-decoration: none;
    cursor: default;
}

.container-copyright a.copyright-lang {
    font-size: 14px;
    font-size: 0.85rem;
    font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    color: #002837;
    line-height: 14px;
    margin-left: 1rem;
    margin-right: 0;
    text-decoration: none;
}
.container-copyright .copyright-lang img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 4px;
}
@media (max-width: 768px) {
    .container.container-footer {
        align-items: center;
        justify-content: center;
        padding: 4rem 0 3rem;
    }
    .container.container-copyright {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem 0;
        background: #F1F1F1;
    }
    .footer-logo-unit {
        justify-content: center;
        align-items: flex-start;
    }

    .footer-logo-unit .footer-logo-unit-w {
        display: none;
    }
    .footer-logo-unit.footer-logo-unit-p {
        display: block;
    }
    .footer-logo-unit.footer-logo-unit-p .footer-connect-links {
        margin-top: 1rem;
    }


    .footer-sitemap {
        display: flex;
        flex-direction: column;
    }

    .footer-sitemap-list,
    .footer-sitemap-list-content li {
        text-align: center;
    }

    .footer-sitemap-list-item {
        width: 100%;
        padding: 0 1rem;
    }
    .footer-sitemap-list-title {
        padding: 1.5rem 0;
        text-align: left;
    }
    .footer-sitemap-list-item:last-child {
        width: 100%;
        margin-top: 0rem;
    }
    .footer-sitemap-list-item:nth-last-child(2) {
        width: 100%;
    }
/*    .footer-sitemap-list-item:nth-last-child(1) {
        width: 100%;
    }*/

    .footer-sitemap-list-content,
    .footer-sitemap-list-content li {
        margin-top: 0;
    }

    .footer-sitemap-list-connect {
        display: flex;
        justify-content: flex-start;
        /*justify-content: center;*/
        gap: 1rem;
        /*margin-top: 1rem;*/
    }

    .footer-sitemap-list-connect a {
        margin-right: 1rem;
    }

    .footer-sitemap-list-connect a:nth-of-type(4) {
        margin-right: 0;
    }
    .footer-sitemap-qr {
        width: 6.25rem;
        height: 6.25rem;
    }
    .footer-sitemap-linked {
        width: 1.5rem;
        height: 1.5rem;
    }

    .footer-logo-a{
        margin-bottom: 1rem;
    }

    .tel-info {
        font-size: 24px;
        font-size: 1.5rem!important;
        font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
        font-weight: bold;
        color: #002837;
        line-height: 28px;
        margin: 1rem 0;
    }

    .container-copyright {
        display: flex;
        flex-direction: column;
    }

    /*.container-copyright a,*/
    /*.container-copyright a.copyright-lang {*/
    .container-copyright a {
        margin: 0 0 1rem;
    }

    .copyright-menu {
        flex-direction: column;
        gap: 1.5rem;
    }

    .copyright-menu a {
        padding: 6px 10px;
    }
    
    .container-copyright .copyright-info a {
        margin: 0;
    }
    .container-copyright .copyright-info {
        margin-bottom: 1rem;
    }

    /*底部 收起*/
    .turn-thumb {
        width: 1rem;
        height: 1rem;
        background-image: url("/public/svg/nav_caret.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        float: right;
    }
    .colla-show .turn-thumb {
        /*background-image: url("/public/svg/nav_caret_g.svg");*/
        transform: rotateX(180deg);
    }
    .container-footer .footer-collapse {
        margin-top: 1rem;
    }
    .container-footer .footer-colla-item {
        border-bottom: 1px solid #E4E4E4;
    }
    .container-footer .footer-colla-content {
        display: none;
        padding-left: 0.5rem;
    }
    .footer-colla-item.colla-show .footer-colla-content {
        display: block;
    }
    .container-footer .footer-colla-content li {
        text-align: left;
    }

    /*底部 收起 end*/

}

/*认证证书*/
.certificate-content {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:  rgb(145 151 153 / 50%);
    z-index: 99;
    cursor: pointer;
}
.certificate-content img {
    display: none;
    width: auto;
    height: 84%;
    margin: 100px auto 0;
}
.certificate-content.active,
.certificate-content img.active {
    display: block;
}
@media (max-width: 768px) {
    .certificate-content.active {
        height: auto;
    }
    .certificate-content img.active {
        width: 94%;
        height: auto;
    }
}

/*页脚 end*/

/*sitemap*/
.container.container-sitemap {
    padding: 5rem 0 7.5rem;
}
.container-sitemap .container-title {
    margin-bottom: 4.375rem;
}
.nav {
    margin: 0;
}
.nav-item {
    margin-top: 3rem
}
.nav-item:first-child {
    margin-top: 0
}
.nav-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #002837;
    text-align: left;
    line-height: 28px;
    line-height: 1.75rem;
    width: 100%;
}
.nav-links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 4rem;
    margin-top: 1rem;
}
.nav-a {
    font-size: 16px;
    font-size: 1rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 24px;
    line-height: 1.5rem;
    text-decoration: underline;
}
.nav-a:hover {
    color: #24B89E;
}
@media (max-width: 768px) {
    .container.container-sitemap {
        padding: 4rem 1rem 7.5rem;
    }
    .container.container-sitemap .title-after-green-l::after {
        left: 0;
    }
    .nav-links {
        gap: 1rem 0;
    }
    .nav-a {
        width: 33%;
        text-align: left;
    }
}
    /*sitemap end*/



/*zuoxi start*/
.CustomerServiceEntry {
    position: fixed;
    right: 8px;
    bottom: 32px;
    width: 44px;
    height: 44px;
    border-radius: 90px;
    z-index: 9999;
    cursor: pointer;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    transition: all .2s linear;
}
.CustomerServiceEntry:hover {
    transform: scale(1.1, 1.1);
}
.CustomerServiceBtn {
    border: unset;
    background: #002837;
    width: 100%;
    height: 100%;
    border-radius: 90px;
    cursor: pointer;
    transition: all .2s linear;
}
.CustomerServiceBtn svg {
    width: 20px;
    height: auto;
    margin: auto;
    display: block;
    margin-bottom: 2px;
}
.CustomerServiceBtn:hover {
    transform: scale(1.1, 1.1);
}
.CustomerServiceBtn:hover .CustomerServiceBtn svg {
    transform: scale(1.14, 1.14);
}
.CustomerService {
    position: relative;
}
.CustomerServiceEntry .leader-unit {
    display: block;
    position: absolute;
    bottom: 140%;
    right: 6px;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    transition: all .2s ease-in-out;
}
.CustomerServiceEntry .leader-unit.leader-hide {
    display: none;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    transition: all .2s ease;
}
.CustomerServiceEntry .leader-desc {
    box-shadow: 0 6px 14px rgb(85 124 205) inset, 0 1px 10px rgb(58 74 106 / 70%);
    background: linear-gradient(135deg, #5d7cbb 0%, #557ccd 100%);
    border-radius: 12px;
    padding: 0.8rem 1.7rem 1rem;
    width: 180px;
    transition: all .5s ease;
}
.CustomerServiceEntry .leader-unit svg {
    width: 18px;
    height: auto;
    position: absolute;
    top: -32%;
    right: 6px;
}
.CustomerServiceEntry .leader-unit p{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 0;
}
.CustomerServiceEntry .leader-unit p.help{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/*zuoxi end*/



/*下拉框*/
/*基础样式 */
.mod-wrapper-select {
    position: relative;
    cursor: pointer;
}
.mod-select-title {

}
.mod-select-item {
    position: absolute;
    opacity: 0;
    /*width: 100%;*/
    padding: .5rem 0;
    background: #ffffff;
    box-shadow: -13px -2px 66px 0 rgba(229,229,229,0.5);
    border: 1px solid rgba(229,229,229,0.3);
    border-radius: 12px;
    z-index: -1;
    transition: all .5s ease;
}
/*.mod-select-option a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #616566;
    line-height: 14px;
    padding: .5rem 1rem;
    text-decoration: none;
}*/
.mod-select-option {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #616566;
    background: #ffffff;
    line-height: 14px;
    padding: .5rem 1rem;
    text-decoration: none;
}
.mod-wrapper-select .mod-select-option:hover {
    color: #24B89E;
    background: #FAFAFA;
}
.mod-wrapper-select.open .mod-select-item {
    z-index: 1;
    opacity: 1;
}

.mod-wrapper-select select,
.mod-wrapper-select .select-products {
    background: url('/public/svg/nav_caret_grey.svg') 24px center no-repeat;
    background-size: 14px;
    background-position: 96%;
}
.mod-wrapper-select .select-products {
    line-height: 38px;
    padding: 0 1rem;
    background-position: 98%;
}

xm-select > i.xm-icon,
.layui-form-select .layui-edge {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: calc(50% - 8px);
    margin-top: 0;
    border: none;
    background: url(/public/svg/down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/*基础样式 end*/

/*语言切换*/
.mod-wrapper-lang {
    width: auto;
    display: inline-block;
    float: unset;
}
.mod-wrapper-lang .mod-select-title {
    font-size: 14px;
    font-size: 0.85rem;
    font-family: Alibaba PuHuiTi-Regular, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    color: #002837;
    line-height: 14px;
    margin-left: 1rem;
    margin-right: 0;
    text-decoration: none;
}
.mod-wrapper-lang .mod-select-title img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 4px;
}
.mod-wrapper-lang .mod-select-item {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .75rem 0;
    min-width: 120px;
    border: 1px solid rgba(229,229,229,0.2);
}

.mod-wrapper-lang.open .mod-select-item {
    bottom: 100%;
}
.mod-wrapper-lang.open .policy-menu-thumb {
    /*background-image: url("/public/svg/nav_caret_g.svg");*/
    transform: rotateX(180deg);
}
.mod-wrapper-lang .mod-select-option {
    width: 100%;
    border-radius: 12px;
    padding: 0.5rem 1rem;
    text-align: center;
}
.mod-wrapper-lang .mod-select-option a {
    text-align: center;
    font-size: 14px;
    font-size: 0.85rem;
    color: #002837;
    line-height: 18px;
    margin: auto;
    padding: 6px 10px;
    text-decoration: none;
}
.mod-wrapper-lang .mod-select-option:hover a {
    color: #24B89E;
}
@media (max-width: 768px) {
    .mod-wrapper-lang .mod-select-title {
        margin: auto;
    }
    .mod-wrapper-lang .mod-select-item {
        left: 25%;
    }
    .mod-wrapper-lang .mod-select-option {
        padding: .5rem 1rem;
    }
}

    /*语言切换end*/

/*联系我们-国家下拉框*/
.select-connect-c .mod-select-item {
    top: 0;
}
.select-connect-c.open .mod-select-item {
    top: 100%;
    opacity: 1;
}
/*联系我们-国家下拉框 end*/

/*联系我们-表单 */
.select-form .mod-select-item {
    top: 0;
}
.select-form.open .mod-select-item {
    top: 100%;
    opacity: 1;
}

.select-multiple .mod-select-item {
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    top: 0;
    padding: .5rem 1rem 1rem 1.5rem;
}
.select-multiple .mod-select-item::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}
.select-multiple .mod-select-item .icon-guanbi {
    font-size: 20px;
}
.select-multiple .mod-select-item .icon-guanbi:hover {
    color: #24B89E;
    background: rgba(229,229,229,0.3);
}
.select-multiple .mod-select-item .option-guanbi {
    position: absolute;
    top: 1rem;
    left: 90%;
    width: auto;
    padding: 4px;
    cursor: pointer;
}

.select-multiple.open .mod-select-item {
    top: 100%;
    opacity: 1;
}
.select-multiple.open:hover .mod-select-item {
    top: 100%;
    opacity: 1;
}
.select-multiple li {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-size: 0.85rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #616566;
    padding: 8px 0;
    line-height: 20px;
    text-decoration: none;
}

.select-multiple .option-title {
    font-size: 16px;
    font-size: 1rem;
    color: #919799;
    margin-top: 8px;
}
.option-multiple .iconfont {
    display: none;
    float: right;
    margin-right: 2rem;
}
.option-multiple.option-checked .iconfont {
    display: inline-block;
    color: #24B89E;
}
.option-multiple.option-checked {
    color: #24B89E;
}
.select-multiple .mod-select-item .option-multiple {
    padding-left: 2rem;
    cursor: pointer;
}
.select-multiple .option-multiple:hover {
    color: #24B89E;
    background: #FAFAFA;
}

/*联系我们-表单 end*/

/*热招岗位*/
.select-job .mod-select-item {
    left: 0;
    top: 100%;
    z-index:-1;
    transition: all .08s ease;
    /*visibility: hidden;*/
}
.select-job.open .mod-select-item {
    top: 102%;
    opacity: 1;
    z-index:1;
    /*visibility: visibile;*/
}
.select-job .default-name {
    color: #919799;
}
/*热招岗位 end*/


/*新闻*/
.select-news .layui-input {
    color: #002837;
}
.select-news .mod-select-option a {
    line-height: 20px;
}
.select-news .mod-select-item {
    left: 0;
    top: 0;
    z-index: -1;
}
.select-news.open .mod-select-item {
    top: 102%;
    opacity: 1;
    z-index:1;
}

/*新闻 end*/


/*下拉框 end*/


/*搜索结果*/
.section-search-result {
    padding-top: 2rem;
}
/*搜索结果end*/



/*侧边栏*/
.izl-rmenu {
    right: 8px;
    width: 48px;
    position: fixed;
    bottom: 84px;
    z-index:999;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    transition: all .2s linear;
}
.rmenu-content,
.rmenu-item.topBack {
    -webkit-box-shadow: #DDD 0px 1px 5px;
    -moz-box-shadow: #DDD 0px 1px 5px;
    box-shadow: #DDD 0px 1px 5px;
}
.izl-rmenu .iconfont {
    color: #919798;
    width: 100%;
    display: block;
    font-size: 22px;
    line-height: 32px;
}
.rmenu-item {
    position: relative;
    display: block;
    width: 48px;
    height: 64px;
    background-color: #ffffff;
    z-index: 9999;
    text-align: center;
    font-weight: 300;
    padding: 10%;
    border-bottom: 1px solid #dbdde2;
    cursor: pointer;
}
.rmenu-content .rmenu-item:first-child {
    border-radius: 6px 6px 0 0;
}
.rmenu-content .rmenu-item:last-child {
    border-radius: 0 0 6px 6px;
}
.rmenu-content {
    border-radius: 6px;
}
.rmenu-item.topBack {
    height: auto;
    border: 0;
    border-radius:6px;
    height: 48px;
    margin-top: 10px;
    opacity: 0;
}
.rmenu-item.topBack.active {
    opacity: 1;
}
.rmenu-item.topBack .iconfont {
    color: #616566;
}
.rmenu-item:hover {
    background-color: #24B89E;
}
.rmenu-item:hover .iconfont,
.rmenu-item:hover .i_title
{
    color: #ffffff;
}
.izl-rmenu .icon-weixin {
    font-size: 28px;
}
.izl-rmenu .i_trial {
    /*top: 52%;*/
    height: 80px;
    border-bottom: 0;
}
.i_title {
    font-size: 12px;
    color: #616566;
    width: 70%;
    display: inline-block;
    white-space: normal;
}

.rmenu-hover-menu {
    display: none;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0;
}
.rmenu-hover-menu-inner {
    background: #FFF;
    width: 97%;
    color: #24B89E;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px 4px;
    line-height: 26px;
    padding: 14px;
    margin-left: 0;
}
.izl-rmenu a.rmenu-item:hover .rmenu-hover-menu {
    display:inline !important;
}

.izl-rmenu .i_close {
    width: 44px;
    height: 44px;
    background-color: #002837;
    border-bottom: none;
    border-radius: 100px;
    margin: 1rem 0 auto auto;
    padding:4px;
}
.izl-rmenu .i_close svg {
    margin: 8px auto;
}

@media (min-width: 769px) {
    .izl-rmenu .i_close svg {
        transform: rotate(180deg);
    }
    .izl-rmenu.open .i_close svg {
        transform: rotate(0deg);
    }
    .izl-rmenu.open .rmenu-content,
    .izl-rmenu.open .topBack
    {
        transition: all .2s ease-out;
        transform: translate(120%);
    }
    .izl-rmenu .rmenu-content,
    .izl-rmenu .topBack
    {
        transition: all .2s .2s ease-out;
        transform: translate(0%);
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .izl-rmenu .i_close svg {
        transform: rotate(0deg);
    }
    .izl-rmenu.open .i_close svg {
        transform: rotate(180deg);
    }
    .izl-rmenu .rmenu-content,
    .izl-rmenu .topBack
    {
        transition: all .2s ease-out;
        transform: translate(120%);
    }
    .izl-rmenu.open .rmenu-content,
    .izl-rmenu.open .topBack
    {
        transition: all .2s .2s ease-out;
        transform: translate(0%);
        opacity: 1;
    }
}

/*侧边栏end*/

form label.error {
    min-width: 100px;
    background: rgb(230 230 230 / 40%);
    color: #ffffff;
    padding: 6px 8px;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.3);
    margin-top: 10px;
    position: absolute;
    right: 0;
    /*right: -28%;*/
    top: -18%;
    font-size: 14px;
    background: #24B89E;
    z-index: 2;
}
form label.error:after {
    position: absolute;
    top: 20%;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #24B89E;
    left: -18%;
}

form.form-g label.error {
    background: #002837;
    color: #ffffff;
    padding: 6px 8px;
    border-radius: 6px;
    box-shadow: 0px 10px 30px 0px rgba(231,231,231,0.3);
    margin-top: 10px;
    position: absolute;
    right: -28%;
    top: -18%;
}

form.form-g label.error:after {
    position: absolute;
    top: 20%;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #002837;
    left: -14%;
}
form label#policy_agree-error {
    left: 40%;
    right: 45%;
    margin-top: 0;
}
form label#policy_agree-error:after {

}