@font-face {
    font-family: '思源黑体';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_0q82cltaxst.eot'); /* IE9*/
    src: url('//at.alicdn.com/t/webfont_0q82cltaxst.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/webfont_0q82cltaxst.woff2') format('woff2'),
    url('//at.alicdn.com/t/webfont_0q82cltaxst.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/webfont_0q82cltaxst.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/webfont_0q82cltaxst.svg#思源黑体-粗') format('svg'); /* iOS 4.1- */
}

*, body {
    font-family: "思源黑体" !important;

}

html {
    font-size: 16px;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
}

a {
    color: #727171;
    text-decoration: none;
    transition-property: all;
    transition-duration: .3s;
    transition-property: all;
    transition-duration: .3s;
}

p {
    margin: 0;
}

button {
    border: none;
}

input, button {
    border: 0;
    outline: none;
}

body {

    background-color: #fff;
    font-size: 16px;
    color: #282828;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}



p {
    color: #282828;
}

h1, h2, h3, h4, h5, h6 {
    color: #192224;
    font-weight: bold;

}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a, button {
    text-decoration: none;
    transition: all 0.2s;
}

a:hover, a:focus, button, button:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

.round-circle {
    width: 400px;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.round-circle .round-2, .round-circle .round-3 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.round-circle .round-2 {
    width: 80%;
    height: 80%;
}

.round-circle .round-3 {
    width: 60%;
    height: 60%;
}

.ptb-100-70 {
    padding: 4.2rem 0 3.3rem;
}

/*--------------------------------------------------------------
0.2  Global Elements
--------------------------------------------------------------*/

.page-wrapper {
    position: relative;
    overflow-x: hidden;
}

.wow {
    visibility: hidden;
}

.fi:before {
    margin: 0;
}

.section-padding {
    padding: 4rem 0;
}


/*** contact form error handling ***/

.contact-validation-active .error-handling-messages {
    margin-top: 15px;
}

.phoneShow {
    display: none;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-validation-active #loader i {
    font-size: 30px;
    font-size: 1.875rem;
    color: #002f82;
    display: inline-block;
    -webkit-animation: rotating linear 2s infinite;
    animation: rotating linear 2s infinite;
}

.contact-validation-active #success, .contact-validation-active #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}



.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

/*****************************************
  blog sidebar
******************************************/

.blog-sidebar {
    /*** search-widget ***/
    /*** category-widget ***/
    /*** recent-post-widget ***/
    /*** tag-widget ***/
}

.blog-sidebar .widget {
    background-color: #f8f8f8;
    padding: 45px 35px;
}



.blog-sidebar .widget h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 1em;
    padding-right: 2.2em;
    position: relative;
    display: inline-block;
}

.blog-sidebar .widget h3:before {
    content: "";
    background-color: #002f82;
    width: 52px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}

.happyReadBanner .slide-subtitle p {
    white-space: nowrap;
}

.companyBanner .slide-caption {
    transform: none;
}

.blog-sidebar .widget h3:after {
    content: "";
    background-color: #fff;
    width: 5px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
}

.blog-sidebar > .widget + .widget {
    margin-top: 55px;
}

.blog-sidebar .search-widget form div {
    position: relative;
}

.blog-sidebar .search-widget input {
    background-color: #002f8229;
    height: 50px;
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s;
    border-radius: 40px;
}

/* .blog-sidebar .search-widget input:focus {
  background-color: #002f824a;
} */

.blog-sidebar .search-widget form button {
    background: #002f82;
    width: 70px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    color: #002f82;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 40px;
}

.blog-sidebar .search-widget form button i {
    color: #fff;
}

.blog-sidebar .category-widget ul a {
    color: #666;
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}

.blog-sidebar .category-widget ul a:hover, .blog-sidebar .category-widget ul li:hover:before {
    color: #002f82;
}

.blog-sidebar .category-widget ul li:last-child a {
    border: 0;
    padding-bottom: 0;
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.blog-sidebar .recent-post-widget .post .img-holder {
    width: 85px;
    float: left;
}

.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 85px);
    float: left;
    padding: 0 0 0 15px !important;
}

.blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
    font-weight: normal;
    margin: -0.4em 0 0;
}


.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #757575;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #002f82;
}

.blog-sidebar .tag-widget {
    padding-bottom: 37px;
}

.blog-sidebar .tag-widget ul {
    overflow: hidden;
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
    background: #002f824d;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    padding: 8px 12px;
    color: #333;
    border-radius: 3px;
}

.blog-sidebar .tag-widget ul li a:hover {
    background: #002f82;
    color: #fff;
}

/**** pagination ****/

.pagination-wrapper {
    text-align: center;
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}


.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: #17381f38;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    font-size: 1rem;
    color: #666;
    display: block;
}

.pagination-wrapper .pg-pagination .active a, .pagination-wrapper .pg-pagination li a:hover {
    background: #002f82;
    color: #fff;
}

.pagination-wrapper .pg-pagination i {
    font-size: 15px;
    font-size: 0.9375rem;
}

.pagination-wrapper-left {
    text-align: left;
}

.pagination-wrapper-right {
    text-align: right;
}



/*=============================================
 back to top
 ==============================================**/

.back-to-top {
    background: linear-gradient(#002f82, #337ff865);
    background: -moz-linear-gradient(#002f82, #337ff865);
    background: -webkit-linear-gradient(#002f82, #337ff865);
    background: -o-linear-gradient(#002f82, #337ff865);
    background: -ms-linear-gradient(#002f82, #337ff865);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 99;
    right: 50px;
    bottom: 50px;
    transition: all 0.2s;
    border-radius: 3px;
}

.back-to-top:hover {
    background: linear-gradient(#337ff865, #002f82);
}

.back-to-top i {
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s alternate infinite;
    animation: rotating 5s alternate infinite;
}

/** for popup image ***/

.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*** for fancybox video ***/

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.section-title h2 {
    position: relative;
    padding-bottom: 1.2rem;
    font-weight: 600;
    margin-top: 0;
    display: inline-block;
    z-index: 99;
    font-size: 2.19rem;
    letter-spacing: 0;
    color: #282828;
    margin-bottom: 3.65rem;
}

.section-title h2:before {
    content: "";
    width: 11.75rem;
    height: 0.63rem;
    background: url(../images/titleLine.png) no-repeat;
    background-size: 100% 100%;
    background-position: -100% center;
    position: absolute;
    left: 50%;
    bottom: -1.81rem;
    transition: all 0.3s;
    transform: translate(-50%, -50%);
    background-size: 100% auto;
    display: none;
}

#happReadPage .section-title h2:before {
    content: "";
    width: 11.75rem;
    height: 0.63rem;
    background: url(../images/read/titleLine.png) no-repeat;
    background-size: 100% 100%;
    /*display: none;*/
}

.callCenter {
    padding: 3.5rem 0 0.5rem;
}

.otherContactWay {
    padding: 0.5rem 0 3.5rem;
}

.section-title span {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #002f82;
    margin: 0;
    font-weight: 600;
    display: block;
}

.form input, .form textarea, .form select {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #595959;
}

.form input:focus, .form textarea:focus, .form select:focus {
    border-color: #002f82;
    -o-box-shadow: 0 0 5px 0 #8066ff;
    -ms-box-shadow: 0 0 5px 0 #8066ff;
    box-shadow: 0 0 5px 0 #8066ff;
}

.form ::-webkit-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form ::-moz-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form :-ms-input-placeholder {
    font-style: 14px;
    font-style: italic;
    color: #595959;
}

.form select {
    font-style: italic;
    background: url(../images/select-icon.png) no-repeat right center;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.form select::-ms-expand {
    /* for IE 11 */
    display: none;
}

.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1200;
}

.preloader .lds-ripple {
    display: inline-block;
    position: relative;
    width: 74px;
    height: 74px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 4px solid #002f82;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 33px;
        left: 33px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 68px;
        height: 68px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 33px;
        left: 33px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 68px;
        height: 68px;
        opacity: 0;
    }
}

.site-header {
    background: #ffffff;
}


.site-header .navbar-brand {
    width: 12.06rem;
    height: 3.88rem;
    height: auto;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding: 0.55rem;
}

.site-header .navbar-brand:hover {
    color: #fff;
}

.site-header .navbar-brand .fi {
    color: #fff;
    margin-right: 5px;
    margin-top: 15px;
}

.site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.site-header .navigation > .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.site-header #navbar {
    transition: all 0.5s;
    /*** mega-menu style ***/
    position: relative;
}

/* .site-header #navbar>ul li a:hover, .site-header #navbar>ul li a:focus, .site-header #navbar>ul>li .sub-menu a:hover {
  text-decoration: none;
  color: #002f82;
} */

.phoneBox {
    display: flex;
    align-items: center;
    /* margin-left: -80px; */
}

.phoneBox img {
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.6rem;
}

.phoneBox span {
    font-size: 1.8rem;
    letter-spacing: 0px;
    color: #000000;
    white-space: nowrap;
}

.industryCont.commonItem {
    padding-bottom: 0;
}

.safetySelect {
    width: 88%;
    margin: 0 auto;
}


.indexNewsList {
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
}

.contact-info {
    margin-top: 10px;
}



#header .navbar-header {
    display: flex;
    align-items: center;
}

.header-style-2 .navigation {
    background-color: #fff;
}

.header-style-2 .side-info .search-toggle-btn .fi {
    color: #1985ff;
}

.header-style-2 .side-info .info-bars span {
    background-color: #1985ff;
}

.side-info {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}


.side-info button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.side-info .fi {
    font-size: 30px;
    font-size: 1.875rem;
    color: #192224;
}

.side-info .search-toggle-btn .fi {
    color: #fff;
}

.side-info > div {
    float: left;
    position: relative;
}

.side-info > div + div {
    margin-left: 25px;
}

.side-info .header-search-form {
    position: absolute;
    width: 250px;
    right: -25px;
    top: 71px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    box-shadow: 0px 15px 60px -19px black;
}

.side-info .header-search-form-wrapper .fi:before {
    font-size: 22px;
    font-size: 1.375rem;
}

.side-info form div {
    position: relative;
}

.side-info form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.side-info input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.side-info .header-search-content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.toggle-side-info {
    right: 0;
}

/*--------------------------------------------------------------
0.4	hero-slider
--------------------------------------------------------------*/

.hero {
    position: relative;
    height: 100vh;
    /** slider controls **/
    /*** hero slider animation ***/
}


.slick-slider {
    height: 100%;
    /*z-index:9*/
}



.hero .slide .slider-bg {
    display: none;
}

.slide:focus {
    outline: none;
    cursor: pointer;
}

.hero .slide .container {
    height: 100%;
    display: table;
}

/*
.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
} */

.hero .slick-prev, .hero .slick-next {
    background-color: #f9ab10;
    width: 55px;
    height: 55px;
    z-index: 10;
    border-radius: 50%;
    transition: all 0.5s;
}

.hero .slick-prev:hover, .hero .slick-next:hover {
    background-color: #f9ab10;
}


.hero .slick-prev:before {

    content: "\e629";
    opacity: 1;
}

.hero .slick-next {
    right: -100px;
}

.hero .slick-next:before {

    content: "\e628";
    opacity: 1;
}

.hero:hover .slick-prev {
    left: 25px;
    display: none !important;
}

.hero:hover .slick-next {
    right: 25px;
    display: none !important;
}



/* .hero .slide-caption>div {
  overflow: hidden;
} */

/* .hero .slide-caption>div *:not(.slider-pic){
  -webkit-animation: fadeOutLeft 1.5s both;
  animation: fadeOutLeft 1.5s both;
} */

.hero .slide-caption > .slider-pic * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption > div.slide-title * {
    -webkit-animation: fadeOutLeft 0.8s both;
    animation: fadeOutLeft 0.8s both;
}

.hero .slide-caption > div.slide-subtitle * {
    -webkit-animation: fadeOutLeft 0.8s both;
    animation: fadeOutLeft 0.8s both;
}

.hero .slide-caption > div.btns * {
    -webkit-animation: fadeOutLeft 0.8s both;
    animation: fadeOutLeft 0.8s both;
}

.hero .hero-slider .slick-current .slide-caption > div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/* .hero .hero-slider .slick-current .slide-caption>.slider-pic * {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
} */

.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.hero .hero-slider .slick-current .slide-caption > div.btns * {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    cursor: pointer;
}

/* .hero .hero-slider .slick-current .slide-caption>div.slider-pic * {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
} */

.hero-shape {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: auto;
    z-index: 99;
}

/************************************************
 hero-style-1
**************************************************/

.hero-style-1 {
    height: 100vh;
    position: relative;
}

.slide-caption {
    z-index: 99;
}



.slide-subtitle {
    margin-top: 2.5rem;
    padding-bottom: 1.9rem;
}

.joinBanner .slide-subtitle, .solutionFinanceBanner .slide-subtitle, .solutionMedicalBanner .slide-subtitle, .clientCaseBanner .slide-subtitle, .newsCenterBanner .slide-subtitle, .happyReadBanner .slide-subtitle, .helpOtherBanner .slide-subtitle {
    margin-top: 1.7rem;
    padding-bottom: 1.9rem;
}

.hero.joinBanner .slide-caption .btns, .hero.solutionFinanceBanner .slide-caption .btns, .hero.solutionMedicalBanner .slide-caption .btns, .hero.happyReadBanner .slide-caption .btns, .hero.helpOtherBanner .slide-caption .btns {
    margin-top: 3.1rem;
}

.hero.clientCaseBanner .slide-caption .btns {
    margin-top: 3.2rem;
}

/*
.hero-style-1.joinBanner .slider-pic {
  width: 38rem!important;
  right: -80%;
}

.hero-style-1.solutionFinanceBanner .slider-pic {
  width: 38rem!important;
  right: -100%;
}

.hero-style-1.clientCaseBanner .slider-pic {
  width: 38rem!important;
  right: -100%;
}

.hero-style-1.newsCenterBanner .slider-pic {
  width: 38rem!important;
  right: -100%;
}

.hero-style-1.solutionMedicalBanner .slider-pic {
  width: 50rem!important;
  right: -124%;
}

.hero-style-1.helpOtherBanner .slider-pic {
  width: 50rem!important;
  right: -124%;
}

.hero-style-1.happyReadBanner .slider-pic {
  width: 33.5rem!important;
  right: -110%;
} */
.hero-style-1 .slide-caption {
    transform: unset !important;
    position: unset !important;
    bottom: unset !important;
}

.hero-style-1 .slide-caption h2::first-line {
    color: #1985ff;
    font-size: 4.3rem;
    font-weight: 600;
    line-height: 6.4rem;
}

#feisuo .hero-style-1 .slide-caption h2 {
    font-size: 3.3rem;
}

.hero-style-1 .slide-caption h2 {
    font-size: 4.3rem;
    letter-spacing: 0.22rem;
    color: #000000;
    margin-bottom: 0.7rem;
    white-space: nowrap;
    line-height: 6rem;
}

.hero-style-1 .slide-caption p {
    font-size: 1.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.75rem;
    letter-spacing: 0.04rem;
    color: #000000;
    /* white-space: nowrap; */
}

.hero-style-1.helpOtherBanner .slide-caption p {
    white-space: pre-wrap;
}

.hero .slide-caption .btns {
    margin-top: 2.5rem;
}






.safetyCont.commonItem {
    padding-top: 1.8rem;
}


.solutionPlatform {
    padding-top: 5.6rem !important;
    position: relative;
}

.solutionPlatform .platformTitle {
    text-align: center;
    font-size: 1.56rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.08rem;
    color: #333333;
    margin-left: 3.6rem;
    margin-right: 2.8rem;
}

.solutionPlatform.knowFunction .platformTitle p {
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.06rem;
    color: #666666;
    text-align: left;
}

.solutionColumn {
    position: absolute;
    left: 50%;
    transform: translateX(-50.3%);
    top: -2.5rem;
    /* width: 59%; */
    width: 73.53rem;
    max-width: 1100px;
    height: 5rem;
    background-color: #ffffff;
    box-shadow: 0rem 0.25rem 1.13rem 0rem rgb(4 0 0 / 19%);
    border-radius: 0.94rem;
    box-sizing: border-box;
    padding: 1.7rem 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.solutionColumn-o {

    width: 100%;

}

.solutionColumn-o .columnList li a {
    margin-left: 0px;
}

.solutionColumn .columnTitle {
    font-size: 1.56rem;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #333333;
    margin-right: 4.19rem;
    white-space: nowrap;
}

.columnList {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.columnList li a {
    font-size: 1.44rem;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #1985ff;
    margin-right: 2.25rem;
    position: relative;
    white-space: nowrap;
    margin-left: 5rem;
}

.columnList li:last-child a {
    /*margin: 0;*/
}

.columnList li.active a::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -0.95rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.81rem;
    height: 0.63rem;
    background: url('../images/solution/sign.png') no-repeat;
    background-size: 100% 100%;
}

.platformList .platformItem {
    min-height: 18.13rem;
    background-color: #bbe3ff;
    /* opacity: 0.52; */
    margin-bottom: 3.94rem;
    box-sizing: border-box;
    width: 100%;
    padding: 3.94rem 5rem 3.31rem 3.94rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*
.platformTitle {
  margin-bottom: 4rem;
} */

.platformList {
    margin-top: 2.5rem;
}

.platformList .platformItem img {
    width: 10.88rem;
    height: 10.88rem;
    border-radius: 50%;
    transition: opacity 0.8s, transform 0.8s;
}

.platformPic {
    margin-right: 4.19rem;
    cursor: pointer;
}

.platformPic:hover img {
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.5);
    transform: translate(10%, -10%);
}

.platformList .platformItem .introTitle {
    font-size: 1.75rem;
    letter-spacing: 0.09rem;
    color: #333333;
    margin-bottom: 1.5rem;
}

.platformList .platformItem .platformIntro {
    font-size: 1.56rem;
    line-height: 2.19rem;
    letter-spacing: 0rem;
    color: #333333;
    width: calc(100% - 15rem);
}

.platformList .platformItem .platformIntro p {
    font-size: 1.13rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #666666;
}


.slick-slide {
    position: relative;
}

.hero-style-1 .sliderBg {
    width: 100%;
    height: 100%;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*position: relative;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*background-attachment: fixed;*/
}

.hero-style-1 .sliderBg a {
    display: block;
}

.sliderBg .linkBtn {
    position: absolute;
    left: 50%;
    bottom: 7.5rem;
    transform: translate(-50%, 50%);
    width: 12.13rem;
    height: 3rem;
    text-align: center;
    line-height: 2.5rem;
    background-color: #00a0e9;
    border-radius: 0.75rem;
    border: solid 0.19rem #53c0ff;
    font-size: 1.63rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.1rem;
    color: #def9ff;
}

.sliderBg img {
    position: absolute;
    left: 11%;
    top: 50%;
    z-index: -2;
    width: 100%;
    height: 100%;
}

.hero-style-1:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    /*top: -10%;*/
    background: url(../images/bjbanner.png) no-repeat center center / cover;
    /* background: #002f82; */
    /*background: linear-gradient(to right, #005BD9 0%, #1985ff 100%);*/
    z-index: -2;
}

.indexBanner.hero-style-1:before {
    background: #def1fc;
}

.hero-style-1:after {
    opacity: .95;
}

.hero-style-1 .slide .container {
    position: relative;
    z-index: 10;
    width: 108rem;
    margin: 0 auto;
}

/*
.hero-style-1.joinBanner {
  height: 570px;
}

.hero-style-1.solutionFinanceBanner {
  height: 570px;
}

.hero-style-1.clientCaseBanner {
  height: 570px;
}

.hero-style-1.newsCenterBanner {
  height: 570px;
}

.hero-style-1.solutionMedicalBanner {
  height: 570px;
}

.hero-style-1.helpOtherBanner {
  height: 570px;
}

.hero-style-1.happyReadBanner {
  height: 570px;
} */


.navbar-header .flaticon-aeroplane:before {
    content: "\f102";
    font-weight: 400;
}

.slick-prev, .slick-next {
    top: 35.5%;
}

.hero-bg-slider:before {
    display: none;
}

.moreBtn {
    padding-top: 0.5rem;
}

.moreBtn a {
    margin: 1rem auto 0.5rem;
    display: block;
    width: 12.5rem;
    height: 3.13rem;
    line-height: 3.13rem;
    background-color: #337df8;
    border-radius: 2px;
    font-size: 1rem;
    letter-spacing: 0rem;
    color: #ffffff;
    text-align: center;
}

.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    transition: all 0.7s;
}

.sticky-on {
    opacity: 1;
    top: 0;
}

.header-style-1 .sticky-header {
    background-color: rgba(255, 255, 255, 0.780);
    border-bottom: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#happReadPage .header-style-1 .sticky-header {
    background-color: rgba(255, 255, 255, 0.702);
}

/*--------------------------------------------------------------
#0.5  about-section
--------------------------------------------------------------*/

.about-section .content-area, .about-section-s2 .content-area {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-section-s2 {
    position: relative;
    padding-bottom: 3.3rem;
}

.about-section .left-content, .about-section-s2 .left-content {
    width: calc(50% - 150px);
    float: left;
}



.about-section .right-content, .about-section-s2 .right-content {
    float: right;
    padding: 0;
    height: 100%;
    padding-right: 8%;
}


.ab-color_svg {
    position: absolute;
    left: -1%;
    bottom: -37px;
    width: 102%;
    overflow: hidden;
}

.ab-svg_color {
    position: absolute;
    left: 0;
    top: -168px;
    width: 100%;
    overflow: hidden;
}

.color_svg {
    position: absolute;
    left: 0;
    top: -112px;
    width: 100%;
    overflow: hidden;
}

.bannerBtn {
    display: block;
    width: 155px;
    height: 2.81rem;
    font-size: 1.67rem;
    /*border-radius: 0.94rem;*/
    /*border: solid 0.13rem #ffffff;*/
    /*text-align: center;*/
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerBtn img {
    width: 100%;
}

.index-btns-cen img {
    width: 155px;
    z-index: 10;
    /*height: 62px;*/
    margin-top: 9rem;
}

.index-btns-cen .img-icon {
    z-index: 10;
    margin-top: 12rem;
    height: auto;
}

.hero-style-1 {
    display: block;
}

.phoneBanner {
    display: none;
}


.siteMapBottom .myLinks {
    width: 25%;
}

.siteMapBottom .myLinks .links a {
    margin-right: 0.85rem;
    white-space: nowrap;
}

.siteMapBottom .linkTitle, .siteMapBottom a {
    font-size: 0.88rem;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #282828;
}

.contactWay {
    display: flex;
    justify-content: space-between;
}

.contactWay .contactItem {
    width: 50%;
}

.wayBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0.5rem;
    margin-bottom: 2.19rem;
}

.wayBox .wayCont {
    margin-left: 0.63rem;
}

.wayBox .wayCont p {
    font-size: 0.88rem;
    margin: 0;
    letter-spacing: 0rem;
    color: #282828;
}

.wayBox .wayCont span {
    display: block;
    font-size: 1.25rem;
    letter-spacing: 0rem;
    color: #282828;
}

.contactRight {
    display: flex;
    justify-content: space-between;
}

.contactRight .QRbox {
    width: 47%;
}

.contactRight .QRbox img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 126px;
    margin-bottom: 0.5rem;
}

.contactRight .QRbox p {
    text-align: center;
    font-size: 0.88rem;
    letter-spacing: 0rem;
    color: #282828;
    margin: 0;
}

.timelineCarousel {
    display: block;
}

.timelineImg {
    width: 100%;
    margin: 0 auto;
    display: none;
}

.timelineImg img {
    width: 100%;
    display: block;
}


.theme-signin li .ipt {
    width: 85%;
    height: 2.75rem;
    background-color: #ffffff;
    border-radius: 0.13rem;
    border: solid 0.06rem #eeeeee;
    padding: 0 0.8rem;
}

.ipt-mini {
    width: 140px;
    padding: 1px 3px
}

.theme-signin li .messageBox {
    height: 5.5rem;
    width: 85%;
    border: solid 0.06rem #eeeeee;
    padding: 0.7rem 0.8rem;
}

.ipt:focus {
    border-color: #95c8f1;
    box-shadow: 0 0 4px #95c8f1
}

.btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    min-width: 52px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #ddd;
    color: #666;
    background-color: #f5f5f5;
    background: linear-gradient(top, #F5F5F5, #F1F1F1)
}

input.btn {
    height: 29px
}

.btn:hover {
    border-color: #c6c6c6;
    color: #333;
    background-color: #f8f8f8;
    background: linear-gradient(top, #f8f8f8, #f1f1f1);
    box-shadow: #ddd 0 1px 1px 0
}

.btn:active, .btn.btn-active {
    box-shadow: #ddd 0 1px 2px 0 inset;
    border-color: #c6c6c6
}

.btn:focus {
    border-color: #4d90fe;
    outline: none
}

.btn-primary {
    border-color: #3079ed;
    color: #f3f7fc;
    background-color: #4d90fe;
    background: linear-gradient(top, #4D90FE, #4787ED)
}

.btn-primary:hover {
    border-color: #2f5bb7;
    color: #fff;
    background-color: #4d90fe;
    background: linear-gradient(top, #4D90FE, #357AE8)
}

.btn-primary:active, .btn-primary.btn-active {
    box-shadow: #2176d3 0 1px 2px 0 inset;
    border-color: #3079ed
}

.btn-primary:focus {
    border-color: #4d90fe;
    outline: none
}

.theme-buy {
    margin-top: 10%;
    text-align: center
}

.theme-gobuy, .theme-signin {
    font-size: 15px
}

.theme-price {
    position: relative;
    bottom: -6px;

    margin-right: 20px;
    font-weight: 700;
    color: #f60;
    line-height: 32px;
    font-size: 24px;
    display: inline-block
}

.theme-price dfn {
    font-style: normal;
    font-size: 18px;
    margin-right: 2px
}

.theme-desc {
    padding: 30px
}

.theme-version {
    padding: 30px
}

.theme-popover-mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    display: none
}

.theme-popover {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 28.75rem;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    border: solid 2px #666;
    background-color: #fff;
    display: none;
    box-shadow: 0 0 10px #666
}

.theme-poptit {
    border-bottom: 1px solid #ddd;
    padding: 12px;
    position: relative
}

.contactBox .theme-poptit {
    border: none;
}

.theme-popbod {
    color: #444;
    height: calc(100% - 50px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 1.5rem;
    padding: 1.5rem 1.5rem 0;
}

.contactBody {
    width: 100%;
}

.contactPhone {
    margin-left: 0.69rem;
}

.contactTop {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.contactBox {
    width: 25rem;
}

.contactTop img {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
}

.contactPhone p {
    font-size: 0.88rem;
    margin: 0;
    letter-spacing: 0rem;
    color: #282828;
}

.contactPhone span {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0rem;
    color: #3176fe;
}

.theme-popbom {
    padding: 15px;
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    color: #666
}

.contactText {
    font-size: 0.88rem;
    line-height: 1.25rem;
    letter-spacing: 0rem;
    color: #999999;
    text-align: left;
    margin: 0.8rem 0.1rem;
}

.contactInput {
    width: 100%;
    height: 2.75rem;
    background-color: #ffffff;
    border-radius: 0.13rem;
    border: solid 0.06rem #eeeeee;
    padding: 0 0.8rem;
}

.contactTips {
    font-size: 0.75rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #999999;
    line-height: 1.25rem;
    text-align: left;
    margin: 0.4rem 0;
}

.contactBox .theme-popbod {
    padding-top: 0 !important;
}

.contactBoxBtn {
    display: block;
    margin: 1rem auto;
    width: 8.75rem;
    height: 2.13rem !important;
    line-height: 2.13rem;
    text-align: center;
    background-color: #337df8;
    border-radius: 0.13rem;
    font-size: 0.75rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.contactTips span {
    color: #f70909;
}

.theme-popbom a {
    margin-left: 8px
}

.theme-poptit h3 {
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0rem;
    color: #282828;
    margin: 0;
}

.theme-poptit .close {
    float: right;
    color: #000;
    width: 26px;
    height: 26px;
    font: bold 14px/14px simsun;
    text-shadow: 0 1px 0 #ddd;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 15px;
}

.theme-poptit .close img {
    width: 100%;
    height: 100%;
}

.theme-poptit .close:hover {
    color: #444
}

.btn.theme-reg {
    position: absolute;
    top: 8px;
    left: 43%;
    display: none
}

.inp-gray, .feed-mail-inp {
    border: 1px solid #ccc;
    background-color: #fdfdfd;
    width: 220px;
    height: 16px;
    padding: 4px;
    color: #444;
    margin-right: 6px
}

.dform {
    text-align: center
}

.dform .ipt_error {
    background-color: #ffc;
    border-color: #fc6
}

.dform-tip {
    display: none;
    background-color: #080;
    color: #fff;
    line-height: 42px;
    margin-top: 10px;
    font-size: 14px
}

.dform-tip-errer {
    background-color: #cf301a
}

.dform-tip a {
    display: inline-block;
    padding: 0 20px;
    margin-left: 10px;
    background-color: #ffe924;
    color: #cf301a
}

.dform-login {
    padding: 0;
    height: 270px;
    overflow: hidden
}

.dform-login iframe {
    height: 470px;
    margin-top: -180px
}

.theme-signin {
    text-align: left;
    font-size: 14px;
    width: 100%;
}

.theme-signin h4 {
    color: #999;
    font-weight: 100;
    margin-bottom: 20px;
    font-size: 12px
}

.theme-signin li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.theme-signin li strong {
    float: left;
    text-align: right;
    font-size: 0.88rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #282828;
    margin-right: 1rem;
    white-space: nowrap;
    margin-left: 0.5rem;
}

.theme-signin .btn {
    display: block;
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ffffff;
    text-align: center;
    width: 6.88rem;
    height: 2.13rem;
    line-height: 2.13rem;
    background-color: #337df8;
    border-radius: 0.13rem;
    margin: 0.5rem auto;
}

.theme-signin p {
    font-size: 12px;
    color: #999
}

.theme-desc, .theme-version {
    padding-top: 0
}




.caseFeedback .caseTips {
    margin-bottom: 0.2rem;
}

.caseFeedback .caseTips, .caseFeedback p {
    text-align: left;
    font-size: 0.88rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.38rem;
    letter-spacing: 0rem;
    color: #666666;
}

.rightItem {
    padding: 1.25rem;
    background: #ffffff;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem;
}

.rightRight .rightItem {
    padding-bottom: 0.75rem;
}

.rightItem .clinchCarousel {
    padding: 0;
}

.rightRight .clinchCarousel {
    height: 260px !important;
}

.rightItemTitle {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #282828;
    margin-bottom: 0.75rem;
}

.keywordList {
    height: 12.3rem !important;
}

.keywordList li, .keywordTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.keywordTitle p {
    font-size: 0.88rem;
    line-height: 2rem;
    letter-spacing: 0rem;
    color: #999999;
    margin: 0;
}

.keywordTitle p, .keywordList li span {
    width: 33.3%;
    text-align: center;
}

.keywordList li span {
    font-size: 0.88rem;
    line-height: 2rem;
    letter-spacing: 0rem;
    color: #666666;
}

.keywordList span.price {
    color: #fa6d51;
}

.myAdv li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.31rem;
}

.myAdv li:last-child {
    margin-bottom: 0.5rem;
}

.myAdv li img {
    width: 4rem;
    height: 4.38rem;
}

.advRight {
    margin-left: 1.2rem;
}

.advRight p {
    font-size: 0.88rem;
    letter-spacing: 0rem;
    color: #666666;
    margin: 0.25rem 0;
}

.newsList > li {
    margin-bottom: 0.5rem;
}

.newsList > li:last-child {
    margin: 0;
}

.newsList li a {
    display: flex;
    justify-content: space-between;
}

.newsList .newsHeadline {
    width: 65%;
    font-size: 0.88rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2rem;
    letter-spacing: 0rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsList .newsTime {
    font-size: 0.88rem;
    line-height: 2rem;
    letter-spacing: 0rem;
    color: #999999;
    white-space: nowrap;
}

.pageBox {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pageList li {
    margin: 0 0.315rem;
}

.pageList li.point a {
    background-color: #337df8;
    color: #ffffff;
}

.pageList li a {
    width: 2.13rem;
    height: 2.13rem;
    background-color: #ffffff;
    border-radius: 0.13rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.88rem;
    color: #666666;
}

.pageNum {
    font-size: 0.88rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #666666;
    margin-left: 0.6rem;
    white-space: nowrap;
}

.caseLeft .newsBox li:last-child {
    margin-bottom: 0;
}

.caseLeft .newsBox li:last-child .newsRight::after {
    display: none;
}

.companyProfile {
    padding: 3.5rem 0 0.5rem;
}

.commonItem.companyIntroCont {
    padding-top: 3rem;
    padding-bottom: 6.75rem;
}

.page-wrapper .foundingTeamCont {
    background: url('../images/aboutUs/teamBg.png') no-repeat;
    background-size: 100% auto;
    width: 100%;
    min-height: 64.69rem;
}

.commonItem.foundingTeamCont {
    padding-bottom: 0.5rem;
}

.foundingTeamCont .foundingTeam {
    width: 106.5rem;
    max-width: 88.75%;
    background-color: #ffffff;
    box-shadow: 0rem 0.13rem 1.31rem 0rem rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    padding-top: 2.31rem;
}

.teamMember .memberItem {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.5rem;
}

.teamMember .memberPic {
    margin-left: 3.33%;
    width: 30%;
}

.teamMember .memberPic img {
    margin-left: 14%;
    width: 80%;
    margin-top: 10%;
}

.teamMember .memberIntro {
    width: 60%;
    padding-top: 2rem;
}

.memberIntro .memberIdentity {
    /* font-size: 4.14rem; */
    letter-spacing: 0.08rem;
    color: #333333;
    margin-bottom: 1.8rem;
    white-space: nowrap;
}

.foundingTeam .container {
    max-width: 100%;
}

.memberIdentity .memberName {
    display: inline-block;
    font-size: 2.8125rem;
    margin-right: 1.35rem;
    letter-spacing: 0.08rem;
    color: #333333;
    width: 8.8rem;
    white-space: nowrap;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.memberIntro .memberIdentity span {
    font-size: 1.875rem;
    font-weight: normal;
    letter-spacing: 0.06rem;
    color: #666666;
}

.memberInfo .memberInfoItem {
    margin-bottom: 2rem;
}

.memberInfo .memberInfoItem:first-child p::before {
    content: '·';
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 1.5rem;
}

.memberInfo p {
    font-size: 1.38rem;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 2.25rem; */
    letter-spacing: 0rem;
    color: #666666;
    word-break: break-all;
}

.teamSumUp {
    padding-top: 1.3rem;
    padding-bottom: 4.31rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.teamSumUp .teamSumUpPic {
    width: 30%;
    margin-left: 6%;
}

.teamSumUp .teamSumUpPic img {
    width: 100%;
}

.teamSumUp .sumUp {
    width: 60%;
    word-break: break-all;
}

.teamSumUp .sumUp p {
    font-size: 1.38rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #666666;
    word-break: break-all;
}

.historyCont {
    padding: 6.5rem 0 5.55rem;
    margin-bottom: 0;
}


.historyCont .section-title h2 {
    margin-bottom: 0;
}

.historyCont .history_b {
    box-shadow: 0rem 0.13rem 1.31rem 0rem rgb(0 0 0 / 15%);
    width: 100%;
    height: calc(100vh - 70px);
    overflow: auto;
    margin-top: 3rem;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.historyCont .history_b img {
    margin: 0 auto;
    display: block;
    width: 80%;

}

.historyCont .history_b::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

.timelineItem img {
    width: 100%;
    max-width: 27.38rem;
    /* margin-left: -4rem; */
}

.timelineShow {
    box-sizing: border-box;
    overflow-x: auto;
}

.timelineCarousel {
    display: flex;
    justify-content: space-between;
    /* min-height: 68.8rem; */
    min-height: 110rem;
    box-sizing: border-box;
    padding: 0 3.3%;
    /* overflow-x: auto; */
    padding-left: 5%;
}

.timelineCarousel .slide {
    /* width: 20%; */
    position: relative;
}

.timelineItem {
    position: absolute;
    left: -4rem;
    bottom: 0;
}

.timelineItem .lineItem {
    max-width: 15.56rem;
    /* margin: 0 auto; */
    margin-top: 1.6rem;
    padding-bottom: 1rem;
    position: relative;
    min-height: 5.7rem;
}

.timelineItem .timeline {
    box-sizing: border-box;
    padding-left: 3.9rem;
    padding-right: 2.2rem;
    position: relative;
}

.timelineItem .timeline::before {
    content: "";
    display: block;
    width: 0.6875rem;
    height: 130%;
    background: url('../images/aboutUs/line.png') no-repeat;
    background-size: auto 100%;
    background-position: center bottom;
    position: absolute;
    left: 2.5rem;
    bottom: 0rem;
}

.timelineItem .lineItem::before {
    content: "";
    display: block;
    background: url('../images/aboutUs/circle.png') no-repeat;
    width: 0.6875rem;
    height: 0.6875rem;
    background-size: 100% 100%;
    position: absolute;
    top: 0.6rem;
    left: -1.4rem;
}

.timelineItem .lineTitle {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.82rem;
    letter-spacing: 0rem;
    color: #231815;
    margin-bottom: 0.2rem;
}

.timelineItem .lineItem p {
    font-size: 1.13rem;
    letter-spacing: 0rem;
    color: #231815;
}

.newsDetail {
    background: #ffffff;
    padding: 2rem 1.25rem 1.75rem;
    min-height: 46.47rem;
}

.newsDetail .newsHeadline {
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
    z-index: 99;
    font-size: 1.5rem;
    letter-spacing: 0rem;
    color: #282828;
}

.honorAwardItem .honorAwardTit {
    font-size: 2.06rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.21rem;
    color: #333333;
    margin-bottom: 2.5rem;
    margin-top: 1rem;
}

.honorAwardItem {
    width: 85%;
    margin: 0 auto;
}

.awardCarousel {
    /* margin-left: -6rem;
  margin-right: -6rem; */
}

.awardCarousel .slide {
    padding: 0 1.2rem;
    margin-bottom: 3rem;
}

.commonItem.honorAwardCont {
    background-color: rgba(199, 232, 255, 0.65);
}

.awardCarousel .awardPic {
    border-radius: 0.6rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.15rem;
}

.awardCarousel .awardPic img {
    border-radius: 0.6rem;
    width: 100%;
}

.awardCarousel .slide p {
    text-align: left;
    font-size: 0.95rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.honorCarousel .slide {
    margin-bottom: 2.6rem;
}

.honorCarousel .slide .honorTime {
    width: 8.25rem;
    height: 2.63rem;
    background-color: #1985ff;
    line-height: 2.63rem;
    text-align: center;
    font-size: 1.88rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.honorCarousel .honorIntro p {
    font-size: 1.44rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.25rem;
    letter-spacing: 0.03rem;
    color: #221815;
}

.companyCulture {
    width: 101.5rem;
    max-width: 84.6%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    padding-top: 1.5rem;
    padding-bottom: 4.8rem;
}

.culturePic {
    width: 100%;
    margin-bottom: 2.5rem;
}

.cultureItem h3 {
    font-size: 2.19rem;
    text-align: center;
    letter-spacing: 0.22rem;
    color: #333333;
}

.companyCulture .cultureItem {
    width: 18%;
}

.mapTopBox {
    width: 100%;
    /* height: 3.63rem; */
    background-color: #eeeeee;
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.13rem;
    color: #333333;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 1.38rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.mapTopBox img {
    height: 2.7rem;
    margin-right: 1rem;
}

.mapCont {
    width: 100%;
    margin-bottom: 3.44rem;
}

.mapCont .mapBox {
    height: 18.75rem;
}

.mapCont:last-child {
    margin-bottom: 1.56rem;
}

.mapCont img {
    max-width: inherit;
}


.spop-container {
    z-index: 9999 !important;
}



.contactWayCont {
    padding-top: 1rem;
}

.concat-content {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #bfbfbf;
    padding: 3rem 0;
    margin-bottom: 3rem;
    overflow: hidden;
}

.concat-item {
    width: 33.33%;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 3%;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.concat-item h2 {
    color: #06a9f4;
    font-size: 1.5rem;
    position: relative;
}

.concat-item-content {
    font-size: 0.875rem;
    color: #666666;
    padding-top: 2.5rem;
    line-height: 1.6em;
    position: relative;
}

.concat-item-content p {
    margin: 0;
    word-break: break-word;
}

.concat-item:not(:last-child) .concat-item-content:after {
    height: 6.25rem;
    width: 0.125rem;
    right: 0;
    top: 0;
    background: #eaeaea;
    content: '';
    position: absolute;
    display: block;
}

.concat-item h2::before {
    content: '';
    display: block;
    width: 1.875rem;
    height: 0.125rem;
    background: #1e2635;
    position: absolute;
    left: 0;
    bottom: -1.125rem;
}

/* new project start*/

.commonItem {
    padding: 4.2rem 0 4rem;
    background: #ffffff;
}

.solutionItem p {
    text-align: center;
    font-size: 1.56rem;
    letter-spacing: 0.08rem;
    color: #333333;
}

.solutionLoop {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solutionLoop ul {
    width: 100%;
    height: 36.625rem;
    background: url('../images/siteElement/bgWay.png') no-repeat;
    background-size: 39rem auto;
    background-position: center center;
    position: relative;
    margin: 0 auto;
}

.solutionLoop ul li {
    width: 20.15rem;
    height: 4.5rem;
    position: absolute;
}

.solutionLoop ul li:first-child {
    top: 7rem;
    left: 50%;
    transform: translateX(-184%);
}

.solutionLoop ul li:nth-child(2) {
    top: 17rem;
    left: 50%;
    transform: translateX(-196%);
}

.solutionLoop ul li:nth-child(3) {
    left: 50%;
    top: 50%;
    transform: translate(-177%, 200%);
}

.solutionLoop ul li:nth-child(4) {
    right: 51%;
    top: 46%;
    transform: translate(197%, -249%);
}

.solutionLoop ul li:nth-child(4) img {
    left: -12%;
}

.solutionLoop ul li:nth-child(5) img {
    left: -11%;
}

.solutionLoop ul li:nth-child(6) img {
    left: -10%;
}

.solutionLoop ul li:nth-child(7) img {
    left: -11%;
}

.solutionLoop ul li:nth-child(n + 4) .solutionBtn {
    margin-left: 1.063rem;
}

.solutionLoop ul li:nth-child(5) {
    left: 50%;
    top: 51%;
    transform: translate(108%, -122%);
}

.solutionLoop ul li:nth-child(6) {
    bottom: 31%;
    right: 53%;
    transform: translateX(217%);
}

.solutionLoop ul li:nth-child(7) {
    bottom: 11%;
    right: 50%;
    transform: translateX(185%);
}

.solutionLoop ul li p {
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    text-align: center;
    position: absolute;
    bottom: 9px;
    white-space: nowrap;
}

.solutionLoop .item {
    width: 23rem;
    position: relative;
    height: 100%;

}

.solutionLoop .item .solutionBtn:hover {
    box-shadow: 0 5px 10px 5px rgba(110, 110, 110, .4);
    transform: translateY(-4px);
}

.solutionLoop .item .solutionBtn {
    width: 15rem;
    height: 100%;
    border-radius: 1.40rem;
    border: solid 0.13rem #0062FF;
    letter-spacing: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solutionLoop .item .solutionBtn h2 {
    color: #0062FF;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
    font-weight: 800;
    margin-top: -1.5rem;
}

.solutionLoop .item img {
    position: absolute;
    left: 87%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4.5rem;
    height: auto;
    transition: opacity 0.8s, transform 0.8s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
}

.solutionLoop li:hover .item img {
    transform: translate(-50%, -55%);
}

.home {
    /*background: url(../images/indexHomeBg.png) no-repeat;*/
    /*background-size: 100% 100%;*/
    /*position: relative;*/
    /*height: 56.25rem;*/
    /*position: relative;*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*z-index: 1;*/
    /*font-size: 6.95vw;*/
    /*-webkit-perspective: 800px;*/
    /*perspective  : 800px;*/
    /*-moz-perspective: 800px;*/
    /*-webkit-transform-style: preserve-3d;*/
    /*transform-style: preserve-3d;*/
    background: #def1fc;
    background-image: -webkit-radial-gradient(27% 100%, circle, rgba(0, 127, 255, .15) 0, rgba(143, 53, 255, 0) 30%);
    background-image: -moz-radial-gradient(27% 100%, circle, rgba(0, 127, 255, .15) 0, rgba(143, 53, 255, 0) 30%);
    background-image: radial-gradient(circle at 27% 100%, rgba(0, 127, 255, .15) 0, rgba(143, 53, 255, 0) 30%);
    min-width: 750px;
    width: 100%;
}

.home .animation {
    height: 200vh;
    line-height: 0;
    min-height: 18.64em;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    font-size: 6.9444444444vw;
}

.home .animation .animation-container {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 1px;
    width: 100%;
}

.home .animation .animation-container .DD {
    height: 100%;
    overflow: hidden;
    -webkit-perspective: 800px;
    perspective: 800px;
    -moz-perspective: 800px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
}

.whyTitle {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: -webkit-calc(50% - 2.84em);
    top: -moz-calc(50% - 2.84em);
    top: calc(50% - 2.84em);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 90%;
    z-index: 10;

}

.whyTitle div {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    font-weight: 500;
    height: 0.28em;
    line-height: .28em;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -moz-transition: transform .3s, -moz-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}

.whyTitle > div > span {
    /*background: -webkit-gradient(linear,left top,right top,from(#7ebeff),to(#1086ff));*/
    /*background: -webkit-linear-gradient(left,#7ebeff,#1086ff);*/
    /*background: -moz-linear-gradient(left,#7ebeff,#1086ff);*/
    /*background: linear-gradient(90deg,#7ebeff,#1086ff);*/
    -webkit-background-clip: text;
    background-clip: text;
    color: #1985ff;
    font-size: 36px;
    position: relative;
    letter-spacing: 2px;
}

.resolveTitle {
    color: #000;
    font-weight: 400;
    height: 0.67em;
    line-height: .67em;
    position: absolute;
    text-align: center;
    top: -webkit-calc(50% - 2.12em);
    top: -moz-calc(50% - 2.12em);
    top: calc(50% - 2.12em);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 90%;
    z-index: 10;
    letter-spacing: 1px;
    font-size: 60px;
}

.modalBg {
    background: url(../images/index/indexHomeBg.png) no-repeat;
    background-size: cover;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100vw;
    z-index: 6;
}

.home .cardBox {
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    align-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 38rem;
    left: 50%;
    line-height: 0;
    max-width: 1200px;
    padding: 5% 0;
    position: absolute;
    top: 35%;
    -webkit-transform: translate(-50%, -0.89em);
    -moz-transform: translate(-50%, -.89em);
    -ms-transform: translate(-50%, -.89em);
    transform: translate(-50%, -0.89em);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 83rem;
    z-index: 10;
    justify-content: center;
}

.home .cardBox .cardBg {
    background-color: #c4dbff;
    border-radius: 0.16em;
    height: 100%;
    left: 0;
    max-width: 1200px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
}

.home .cardBox .cardItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 18%;
    opacity: 0;
}

.home .cardBox .cardItem .cardIcon {
    margin-bottom: 0.32em;
}

.home .cardBox .cardItem .cardIcon img {
    border-radius: 9px;
    height: 120px;
    width: 120px;

}

.home .cardBox .cardItem .cardTitle {
    font-size: 18px;
    line-height: 1px;
    color: #1985ff;
    display: flex;
    align-items: center;
    flex-direction: column;
    width:100%;
}

.home .cardBox .cardItem .cardTitle p {
    margin-top: 1.8rem;
    font-size: 0.8rem;
    opacity: 0;
}

.home .cardBox .cardItem:hover {
    cursor: pointer !important;
}

.home .cardBox .cardItem:hover .cardIcon, .home .cardBox .cardItem:hover .cardTitle {
    transform: scale(1.2);
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    transition-duration:2s;
}


.home .cardBox .cardItem:hover .cardIcon img {
//    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
//    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}

.home .cardBox .cardItem:hover .cardTitle p {
    opacity: 1;
}

.resolveTitle > div {
    font-size: 1.3rem;
}
#cloudGuard .cloudGuardItem{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home .animation-color-box {
    background-size: 100% 100%;
    position: absolute;
}

.home .animation-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    margin-left: 1rem;
    z-index: 2
}

.home .animation-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12rem;
    margin-left: -2.5rem;
    margin-top: 6rem;
    z-index: 2
}

.animation-color-box1 {
    background: url(../images/index/box1.png) no-repeat;
    width: 11.69rem;
    height: 11.69rem;
    left: 13rem;
    top: 1rem;
}

.animation-color-box2 {
    background: url(../images/index/box2.png) no-repeat;
    width: 8.06rem;
    height: 8.06rem;
    top: 44.31rem;
    left: 20rem;
}

.animation-color-box3 {
    background: url(../images/index/box3.png) no-repeat;
    width: 5rem;
    height: 5rem;
    left: 27rem;
    top: 28rem;
}

.animation-color-box4 {
    background: url(../images/index/box4.png) no-repeat;
    width: 5.12rem;
    height: 5.12rem;
    top: 16rem;
    left: 29.5rem;
}

.animation-color-box5 {
    background: url(../images/index/box5.png) no-repeat;
    width: 1.88rem;
    height: 1.88rem;
    top: 27rem;
    left: 38rem;
}

.animation-color-box6 {
    background: url(../images/index/box6.png) no-repeat;
    width: 2.35rem;
    height: 2.35rem;
    top: 21rem;
    left: 40rem;
}

.animation-color-box7 {
    background: url(../images/index/box7.png) no-repeat;
    width: 1.44rem;
    height: 1.44rem;
    left: 45rem;
    top: 25rem;
}

.animation-color-box8 {
    background: url(../images/index/box8.png) no-repeat;
    width: 7.69rem;
    height: 7.69rem;
    top: 51rem;
    left: 47rem;
}

.animation-color-box9 {
    background: url(../images/index/box9.png) no-repeat;
    width: 4rem;
    height: 4rem;
    left: 57rem;
    top: 13rem;
}

.animation-color-box10 {
    background: url(../images/index/box10.png) no-repeat;
    width: 3.31rem;
    height: 3.31rem;
    left: 60rem;
    top: 45rem;
}

.animation-color-box11 {
    background: url(../images/index/box11.png) no-repeat;
    width: 5.19rem;
    height: 5.19rem;
    left: 64rem;
    top: 2rem;
}

.animation-color-box12 {
    background: url(../images/index/box12.png) no-repeat;
    width: 1.63rem;
    height: 1.63rem;
    top: 23rem;
    right: 46rem;
}

.animation-color-box13 {
    background: url(../images/index/box13.png) no-repeat;
    width: 2.81rem;
    height: 2.81rem;
    top: 27rem;
    right: 39rem;
}

.animation-color-box14 {
    background: url(../images/index/box14.png) no-repeat;
    width: 4rem;
    height: 4rem;
    top: 19rem;
    right: 33rem;
}

.animation-color-box15 {
    background: url(../images/index/box15.png) no-repeat;
    width: 4.56rem;
    height: 4.56rem;
    top: 33rem;
    right: 29rem;
}

.animation-color-box16 {
    background: url(../images/index/box16.png) no-repeat;
    width: 5rem;
    height: 5rem;
    top: 14rem;
    right: 22rem;
}

.animation-color-box17 {
    background: url(../images/index/box17.png) no-repeat;
    width: 6.63rem;
    height: 6.63rem;
    top: 29rem;
    right: 18rem;
}

.animation-color-box18 {
    background: url(../images/index/box18.png) no-repeat;
    width: 11.69rem;
    height: 11.69rem;
    top: 3rem;
    right: 10rem;
}

.animation-color-box19 {
    background: url(../images/index/box19.png) no-repeat;
    width: 10.38rem;
    height: 10.38rem;
    right: 8rem;
    top: 44rem;
}


.helpCompanyCont, .supportPlatformCont {
    padding-top: 4.6rem;
    background: url(../images/helpBg.png) no-repeat;
    background-size: 100% auto;
}

.commonItem.supportPlatformCont {
    padding-bottom: 0rem;
}

.skillCont1 {
    padding-top: 4.6rem;
    background: url(../images/helpBg.png) no-repeat;
    background-size: 100% auto;
    padding-bottom: 5.68rem;
}

.helpCompanyItem P {
    font-size: 1.56rem;
    letter-spacing: 0.08rem;
    color: #666666;
    text-align: center;
}

.helpWay {
    margin-top: 1.8rem;
    margin-bottom: 2.4rem;
}

.helpWay .counter-grids, .helpCont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.helpWay .helpItem {
    width: 30%;
}

.helpWay .counter-grids {
    margin-bottom: 3.4rem;
}

.helpWay .dataNum h2 {
    font-size: 5rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #1985ff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.helpWay .dataNum h2 img {
    width: 5.5rem;
    margin-left: 0.6rem;
}

.helpCont .title {
    font-size: 2.19rem;
    text-align: center;
    letter-spacing: 0.11rem;
    color: #333333;
    text-align: center;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
    white-space: nowrap;
}

.helpCont p {
    font-size: 1.25rem;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.advItem img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.consultBtn {
    width: 11.31rem;
    height: 2.81rem;
    font-size: 1.67rem;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -1rem;
}

.consultBtn img {
    width: 100%;
    margin-left: 1rem;
}

.joinBanner .consultBtn {
    width: 12.44rem;
    height: 3.13rem;
    background-color: #1985ff;
    border-radius: 0.94rem;
    border: solid 0.13rem #1985ff;
    margin: 0;
}

.moreJob {
    display: block;
    margin: 0rem auto 4rem;
    text-align: center;
    font-size: 1.56rem;
    letter-spacing: 0.08rem;
    color: #ffffff;
    width: 10rem;
    height: 2.88rem;
    line-height: 2.88rem;
    background-color: #1985ff;
    border-radius: 0.31rem;
}

.cTCaE {
    width: 100%;
    position: relative;
}

.houHnh {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgb(255, 255, 255) 100%);
}

.cTCaE .content-wrap {
    position: relative;
    margin-top: 7rem;
}

.cTCaE .center-title {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: -13%;
    transform: translate(-50%, -50%);
    color: #1985ff;
    line-height: 56px;
    letter-spacing: 2px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 860px;
    height: 135px;
    font-size: 2.19rem;
}

.cTCaE .center-title span {
    font-weight: bold;
    color: #282828;
}

.sc-caSCKo {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

/* sc-component-id: sc-caSCKo */
.cNQDLJ {
    width: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cNQDLJ .scroll-content {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: scrollit 40s infinite 0s linear;
    animation: scrollit 40s infinite 0s linear;
}

@-webkit-keyframes scrollit {
    0% {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scrollit {
    0% {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.bOTfDn {
    width: 100%;
    overflow-x: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bOTfDn .scroll-content {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: scrollit_t 40s infinite -2.1s linear;
    animation: scrollit_t 40s infinite -2.1s linear;
}

@-webkit-keyframes scrollit_t {
    0% {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
}

@keyframes scrollit_t {
    0% {

        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.bOTfDn .scroll-item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sc-caSCKo .scroll-item {
    flex-shrink: 0;
}

.sc-caSCKo .customer-icon-row {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.sc-caSCKo .shadow-i, .sc-caSCKo .border-i {
    position: relative;
    z-index: 1;
    box-shadow: rgb(234 236 246 / 55%) 0px 12px 13px;
}

.sc-caSCKo .customer-icon {
    width: 10rem;
    height: 6rem;
    margin: 17px 21px;
    border-radius: 43px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
}

.sc-caSCKo .customer-icon > img {
    width: 80%;
}

.sc-caSCKo img {
    margin: 0px;
}

.solutionFinanceBanner .consultBtn, .solutionMedicalBanner .consultBtn, .clientCaseBanner .consultBtn, .happyReadBanner .consultBtn, .helpOtherBanner .consultBtn {
    width: 12.44rem;
    height: 3.13rem;
    background-color: #1985ff;
    border-radius: 0.94rem;
    border: solid 0.13rem #1985ff;
    margin: 0;
}

.customerSelectCont {
    padding-bottom: 2rem;
}

.commonItem.clientCaseItem {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.commonItem.clientCaseItem .checkMoreBtn {
    margin-top: 0.8rem;
}

.platformImg {
    width: 100%;
    padding-top: 2rem;
}

.platformImg img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.caseList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mc_a1s1_list {
    display: flex;
    flex-wrap: wrap;
}

.clearfix::after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.indexNewsListN {
    margin: 0 auto;
}

.mc_a1s1_list li {
    width: 33%;
    border: 1px solid #ccc;
    flex: 1;
}

.mc_a1s1_a {
    display: block;
    padding: 6%;
    width: 100%;
    height: 100%;
}

.mc_a1s1_a:hover {
    /*-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);*/
    box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
    /*-webkit-transform: translate3d(0, -10px, 0);*/
}

.mc_a1s1_a:hover .mc_a1s1_morebtn {
    background: #1985ff1f;
    color: #1985ff;
}

.mc_a1s1_date {
    font-size: 24px;
    color: #2eabff;
    line-height: 39px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mc_a1s1_date span {
    margin-left: 15px;
}


.mc_a1s1_txt {
    font-size: 1.3rem;
    line-height: 1.69rem;
    color: #000000;
    height: 3.5rem;
    overflow: hidden;
    margin-bottom: 60px;
    letter-spacing: 0.08rem;
}

.mc_a1s1_morebtn {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    font-size: 19px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    padding: 0px 17px;
    background: #1985ff;
    border-radius: 8px;
}


.mc_list_imgbox {
    position: relative;
}

.mc_a1s1_imgbox {
    margin-top: 55px;
    overflow: visible;
}

.mc_list_imgbox img {
    z-index: initial;
}

.mc_list_imgbox img {
    object-fit: cover;
}

.mc_list_img {
    width: 100%;
    height: 100%;
    z-index: 2;
    /*max-height: 9.5rem;*/
}


.caseList li {
    width: 24.5%;
    margin-bottom: 1.75rem;

}

.clientCaseItem .caseList li {
    width: 32%;
}


.caseList li a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.caseList .item {
    width: 100%;
}

.casePic {
    width: 100%;
    /* height: 16.25rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.caseList li .caseInfo {
    width: 100%;
    height: 5rem;
    background-color: #f0f0f0;
    padding: 8px 12px;
}

.caseList li .caseInfo span {
    display: block;
    width: 100%;
    font-size: 1.43rem;
    text-align: left;
    line-height: 2.6rem;
    font-weight: 600;
}

.caseList li .caseInfo p {
    font-size: 1.03rem;
    line-height: 1.05rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.casePic img {
    width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 10px 10px 0px 0px;
}

.caseLogo {
    padding: 0.5rem 0;
    width: 100%;
    height: 4.38rem;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 1.43rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2rem;
    letter-spacing: 0.14rem;
    color: #333333;
}

.caseLogo img {
    max-width: 100%;
    height: auto;
    max-height: 90%;
}

.customerSelect .maskBox {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(102, 102, 102, 0.75) 0%, rgba(3, 0, 0, 0.75) 100%);
    background-size: 100% 100%;
    transition: all 0.4s ease-in;
    box-sizing: border-box;
    padding: 1.8rem 1.44rem;
}

.customerSelect .maskBox p, .customerSelect .maskBox span {
    font-size: 1.25rem;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.customerSelect .maskBox p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.customerSelect .maskBox span {
    display: block;
    margin-top: 1.6rem;
}

.customerSelect li:hover .maskBox {
    opacity: 1;
}

.checkMoreBtn {
    display: block;
    width: 12rem;
    height: 3rem;
    line-height: 3rem;
    box-sizing: border-box;
    border-radius: 1.25rem;
    border: solid 1px #1985ff;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.08rem;
    color: #1985ff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


.partnerSayCont {
    background: url('../images/clientCase/partnerSayBg.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}

.partnerSayCont .partnerItem .partnerLogo img {
    width: 80%;
}

.productFunctionCont {
    background: url('../images/saidDone/swiperBg.png') no-repeat;
    background-position: bottom center;
    background-color: #1985ff;
    background-size: 100% auto;
}

.partnerSayCont .section-title h2, .productFunctionCont .section-title h2, .foundingTeamCont .section-title h2, .networkCoverageCont .section-title h2 {
    color: #ffffff;
}

.commonItem.productFunctionCont {
    padding-top: 3.35rem;
    padding-bottom: 4.63rem;
}

.partnerSayCont .section-title h2:before, .productFunctionCont .section-title h2:before, .foundingTeamCont .section-title h2:before, .networkCoverageCont .section-title h2:before {
    content: "";
    width: 11.75rem;
    height: 0.63rem;
    background: url(../images/titleLine_w.png) no-repeat;
    background-position: -100% center;
    position: absolute;
    left: 50%;
    bottom: -1.81rem;
    transition: all 0.3s;
    transform: translate(-50%, -50%);
    background-size: 100% auto;
}

.commonLeftItem .section-title h2:before {
    content: "";
    width: 11.75rem;
    height: 0.69rem;
    background: url(../images/news/titleLine.png) no-repeat;
    background-position: -100% center;
    position: absolute;
    left: -2px;
    bottom: -1.81rem;
    transition: all 0.3s;
    transform: translateY(-50%);
    background-size: 100% auto;
}

.partnerSayCont .slick-dots {
    bottom: 1.13rem;
}

.productFunctionCont .slick-dots {
    bottom: 1.69rem;
}

.awardCarousel .slick-dots {
    bottom: 0;
}

.commonItem.partnerSayCont {
    padding: 4.5rem 0 4.7rem;
}

.brandCont .slick-dots {
    bottom: -1.5rem;
}

.partnerSayCont .slick-dots li, .brandCont .slick-dots li, .productFunctionCont .slick-dots li, .awardCarousel .slick-dots li {
    width: 12px;
    height: 12px;
    border: solid 1px #006bf1;
    box-sizing: border-box;
}

.partnerSayCont .slick-dots li.slick-active, .brandCont .slick-dots li.slick-active, .productFunctionCont .slick-dots li.slick-active, .awardCarousel .slick-dots li.slick-active {
    background-color: #1985ff;
    border-radius: 50%;
}

.partnerCarousel {
    width: 80%;
    margin: 0 auto;
}

.partnerCarousel img {
    margin-left: 0px;
    border-radius: 12px;

}

.partnerCarousel .slide {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.productCarousel .slide {
    width: 100%;
    height: 25.5rem;
    background-color: #e0f4ff;
    border-radius: 0.63rem;
    box-sizing: border-box;
    margin: 0 0.75rem;
}

.partnerLeftBtn, .partnerRightBtn {
    width: 5rem;
    height: 5rem;
    top: 50%;
    transform: translateY(-50%);
}

.partnerLeftBtn::before, .partnerRightBtn::before {
    content: none;
}

.awardCarousel .partnerLeftBtn, .awardCarousel .partnerRightBtn {
    top: 32%;
}

.partnerLeftBtn {
    left: -5.6rem;
    background: url('../images/leftBtn.png') no-repeat;
    background-size: 100% 100%;
}

.partnerRightBtn {
    right: -5.6rem;
    background: url('../images/rightBtn.png') no-repeat;
    background-size: 100% 100%;
}

.partnerItem, .productItem {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.productItem {
    box-sizing: border-box;
    padding-top: 0.5rem;
}

.productPic {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productPic img {
    max-width: 62%;
    max-height: 85%;
}

.productIntro {
    width: 50%;
    box-sizing: border-box;
    padding-top: 4.44rem;
    padding-right: 1rem;
    padding-left: 1.3rem;
}

.partnerItem .logoBg {
    width: 15.25rem;
    height: 15.25rem;
    margin-right: 2.44rem;
    background: url('../images/clientCase/caseBg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.productIntroBox {
    width: 100%;
}

.productIntroBox .productName {
    font-size: 1.75rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.09rem;
    color: #333333;
    margin-bottom: 4.5rem;
}

.productIntroBox p {
    font-size: 1.13rem;
    letter-spacing: 0rem;
    color: #666666;
}

.partnerItem .logoBg .partnerLogo {
    width: 10.65rem;
    height: 10.65rem;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnerInfo {
    width: calc(100% - 18rem);
}

.partnerItem .logoBg img {
    width: 75%;
}

.partnerInfo .partnerName {
    font-size: 2.06rem;
    font-weight: bold;
    letter-spacing: 0.11rem;
    color: #333333;
    margin-bottom: 2.9rem;
}

.partnerInfo p {
    font-size: 1.25rem;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.industrySelect, .industryList {
    width: 100%;
}

.industryList {
    display: flex;
    justify-content: space-between;
}

.industryList li {
    width: 20%;
    transition: all 0.4s ease-in;
}

.industryList li .item {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: solid 0.06rem #bfbfbf;
}

.industryBg {
    width: 100%;
    height: 28.31rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industryBg img {
    height: 100%;
    width: auto;
}

.industrySelect .maskBox {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(50, 92, 188, 0.75) 0%, rgba(123, 140, 189, 0.75) 100%);
    transition: all 0.4s ease-in;
    box-sizing: border-box;
}

.industryList li:hover {
    margin-top: -1.19rem;
}

.industryList li:hover .maskBox {
    opacity: 0;
}

.industryIntro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.industryList li:first-child .industryBg {
    background: url('../images/siteElement/service_pic1.jpg') no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.industryList li:nth-child(2) .industryBg {
    background: url('../images/siteElement/service_pic2.jpg') no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.industryList li:nth-child(3) .industryBg {
    background: url('../images/siteElement/service_pic3.jpg') no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.industryList li:nth-child(4) .industryBg {
    background: url('../images/siteElement/service_pic4.jpg') no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.industryList li:nth-child(5) .industryBg {
    background: url('../images/siteElement/service_pic5.jpg') no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.industryIntro .introTitle img {
    width: 3.81rem;
    display: block;
    margin-right: 1rem;
}

.industryIntro .introTitle {
    font-size: 2.51rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 0rem;
    transition: all 0.6s ease-in;
}

.industryList li:first-child .introTitle {
    transform: translateY(213%);
}

.industryList li:nth-child(2) .introTitle {
    transform: translateY(100%);
}

.industryIntro .introTitle::after {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 25%;
    transform: translate(-50%, 50%);
    display: block;
    content: "";
    width: 8.19rem;
    height: 0.38rem;
    background-color: #ffffff;
    border-radius: 0.09rem;
    transition: all 0.4s ease-in;
}

.industryIntro a {
    opacity: 0;
    text-align: center;
    font-size: 2.32rem;
    letter-spacing: 0rem;
    color: #ffffff;
    transition: all 0.4s ease-in;
}

.industryList li:hover .industryIntro .introTitle {
    transform: translateY(0%);
}

.industryList li:hover .industryIntro a {
    opacity: 1;
}

.industryList li:hover .introTitle {
    padding-bottom: 6rem;
}

.industryList li:hover .introTitle::after {
    opacity: 1;
}

.slick-slide > a {
    display: block;
    width: 100%;
    height: 100%;
}

.safetyList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 12%;
}

.safetySelect li {
    width: 49.9%;
    margin-bottom: 1rem;
}

.safetySelect .item {
    display: flex;
    /* align-items: center; */
}

.safetySelect .item .safetyPic {
    width: 6.5rem;
    margin-right: 2rem;
}

.safetySelect .item img {
    width: 6.5rem;
}

.safetySelect .itemBox {
    width: calc(100% - 11rem);
    margin-top: 1rem;
}

.safetySelect .itemBox h2 {
    font-size: 1.56rem;
    letter-spacing: 0rem;
    color: #666666;
    margin-bottom: 0.3rem;
}

.safetySelect .itemBox p {
    font-size: 12px;
    letter-spacing: 0.06rem;
    color: #666666;
    word-break: break-all;
}

.checkService {
    width: 100%;
    background: url('../images/formBg.jpg') no-repeat;
    padding-top: 1.5rem;
    background-size: 100% 100%;
}

.checkPhone .title {
    position: relative;
    padding-bottom: 1.2rem;
    font-weight: 500;
    margin-top: 0;
    display: inline-block;
    z-index: 99;
    font-size: 2.19rem;
    letter-spacing: 0.18rem;
    color: #fff;
    text-align: center;
    width: 100%;
}

.checkPhone > span {
    text-align: center;
    font-size: 1.88rem;
    letter-spacing: 0.19rem;
    color: #ffffffe6;
    display: block;
    margin-bottom: 2.8rem;
}


.checkPhone .infoForm {
    width: 30%;
    margin: auto;
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.checkPhone .infoForm .divBtn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.checkPhone .input {
    width: 100%;
    float: left;

    margin-bottom: 1rem;
    height: 2.7rem;
}

.checkPhone .input label {
    font-weight: 500;
    font-size: 1.38rem;
    letter-spacing: 0.128rem;
    padding: 0.2rem 0.8rem;
    color: #FFf;
    border: 1px solid #fff;
    border-radius: 10px 0 0 10px;
    height: 2.6rem;
    margin-bottom: 0px;
    display: block;
    width: 8.2rem;
    float: left;
    text-align-last: justify;
}

.checkPhone .input input {
    width: calc(100% - 8.7rem);
    height: 2.6rem;
    border-radius: 0 10px 10px 0;
    font-size: 1.38rem;
    padding-left: 0.5rem;
    background-color: #fff;
}


.checkPhone .input input::-webkit-input-placeholder { /* 使用webkit内核的浏览器 */
    color: #ccc;
    font-size: 1.18rem;
    letter-spacing: 0.2rem;
}

.checkPhone .input input:-moz-placeholder { /* Firefox版本4-18 */
    color: #ccc;
    font-size: 1.18rem;
    letter-spacing: 0.2rem;
}

.checkPhone .input input::-moz-placeholder { /* Firefox版本19+ */
    color: #ccc;
    font-size: 1.18rem;
    letter-spacing: 0.2rem;
}

.checkPhone .input input:-ms-input-placeholder { /* IE浏览器 */
    color: #ccc;
    font-size: 1.18rem;
    letter-spacing: 0.2rem;
}

/*.checkPhone  .input:nth-child(4) input{*/
/*  width: 17.58rem;*/
/*}*/
/*.checkPhone  .input:nth-child(4) label{*/
/*  width:8.2rem;*/
/*}*/

/*.checkPhone .input:nth-child(2n+0){*/
/*  margin-left: 10%;*/
/*}*/
.infoForm .text {
    width: 100%;
    float: left;

}

.infoForm .text label {
    height: 6rem;
    width: 100%;
}

.infoForm .text label textarea {
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.8rem;
    line-height: 1.5rem;
    font-size: 1.38rem;
    font-weight: 500;
    border-radius: 12px;
    letter-spacing: 0.128rem;
    background-color: #fff;
}

.infoForm .formBtn {
    display: inline-block;
    height: 3rem;
    color: #fff;
    font-size: 1.5rem;
    padding: 0 0.75rem;
    border-radius: 9px;
    background-image: linear-gradient(to right, #ff8400, #ffca54);
    letter-spacing: 0.328rem;
    margin-top: 1rem;
}


.indexNewsList .newsLeft {
    width: 37rem;
    height: 27rem;
    float: left;
    flex: 1;
}

.newsCenterTop {
    width: 100%;
    height: 18rem;
}

.newsLeft:hover, .newsCenterTop:hover, .newsCenterLeft:hover, .newsCenterRight:hover, .newsRightTop:hover, .newsRightBottom:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.indexNewsList .newsCenterLeft {
    width: 50%;
    height: 18rem;
    float: left;
}

.indexNewsList a {
    display: block;
    width: 100%;
    height: 100%;
}

.indexNewsList .newsCenterRight {
    width: 50%;
    height: 18rem;
    float: right;
}

.newsRightTop {
    width: 36.5rem;
    height: 13rem;
}

.toBlue h2, .toBlue p, .toBlue span {
    color: #ffffff;
}

.toBlack h2, .toBlack p, .toBlack span {
    color: #ffffff;
}

.toWhite h2 {
    color: #333333;
}

.toWhite p, .toWhite span {
    color: #333333;
}

/*.newsLeft .toBlue, .newsRight .toBlue {*/
/*  background-image: linear-gradient(-180deg, rgba(3, 0, 0, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%), linear-gradient( rgba(25, 133, 255, 0.65), rgba(25, 133, 255, 0.65));*/
/*  background-blend-mode: multiply, normal;*/
/*}*/

/*.newsLeft .toWhite, .newsRight .toWhite {*/
/*  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.36) 0%, rgba(3, 0, 0, 0.36) 100%), linear-gradient( rgba(255, 255, 255, 0.53), rgba(255, 255, 255, 0.53));*/
/*  background-blend-mode: multiply, normal;*/
/*}*/

/*.newsLeft .toBlack, .newsRight .toBlack {*/
/*  background-image: linear-gradient(0deg, rgba(102, 102, 102, 0.53) 0%, rgba(3, 0, 0, 0.53) 100%);*/
/*  background-blend-mode: multiply, normal;*/
/*}*/

/*.newsCenter .toBlue {*/
/*  background-image: linear-gradient(-90deg, rgba(3, 0, 0, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%), linear-gradient( rgba(25, 133, 255, 0.65), rgba(25, 133, 255, 0.65));*/
/*  background-blend-mode: multiply, normal;*/
/*}*/

/*.newsCenter .toWhite {*/
/*  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.36) 0%, rgba(3, 0, 0, 0.36) 100%), linear-gradient( rgba(255, 255, 255, 0.53), rgba(255, 255, 255, 0.53));*/
/*  background-blend-mode: multiply, normal;*/
/*}*/

/*.newsCenter .toBlack {*/
/*  background-image: linear-gradient(-90deg, rgba(102, 102, 102, 0.53) 0%, rgba(3, 0, 0, 0.53) 100%);*/
/*  background-blend-mode: multiply, normal;*/
/*}*/

/* .newsRightTop .maskBox{
  background-image: linear-gradient(-90deg,
  rgba(255, 255, 255, 0.38) 0%,
  rgba(3, 0, 0, 0.38) 100%),
linear-gradient(
  rgba(25, 133, 255,0.61),
  rgba(25, 133, 255,0.61));
background-blend-mode: multiply,
  normal;
} */

.newsRightBottom {
    width: 36.5rem;
    height: 13rem;
    margin-top: 1rem;
}

.indexNewsList {
    overflow: hidden;
    display: flex;
    justify-content: center;

}

.newsCenter {
    width: calc(100% - 53.38rem);
    float: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.newsRight {
    float: right;
    margin-left: 1rem;
}

.newsCont .newsColumn {
    float: left;
    margin-right: 3.6rem;
}

.newsCont..commonItem {
    padding-bottom: 3rem;
}

.newsColumn li a {
    font-size: 1.56rem;
    line-height: 2.69rem;
    letter-spacing: 0.03rem;
    color: #666666;
}

.newsColumn li.active a {
    color: #1985ff;
}

.newsCont {
    overflow: hidden;
}

.newsCont .newsList {
    width: calc(100% - 12rem);
    float: right;
    overflow: hidden;
}

.newsCont .newsList .newsImg {
    float: left;
    width: 21.88rem;
    height: 12.5rem;
    display: flex;
    align-items: start;
    justify-content: center;
    /*border: 1px solid #ddd;*/
    overflow: hidden;
}

/* .page_list li a,.page_list li span{
  font-weight: bold;
} */

.page_list li.active {
    border: 1px solid #1985ff;
}

.page_list li.active a, .page_list li.active span {
    color: #1985ff;
}

.page_list {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.page_list li {
    margin: 0 1rem;
    width: 2rem;
    height: 2rem;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.newsCont .newsTime {
    float: right;
}

.newsCont .newsInfo {
    margin-left: 1.75rem;
}

.newsCont .newsInfo .newsTitle {
    font-size: 1.56rem;
    line-height: 2.69rem;
    letter-spacing: 0.03rem;
    color: #333333;
    margin-bottom: 0.6rem;
//    overflow: hidden;
    text-overflow: ellipsis;
  //  white-space: nowrap;
}

.newsCont .newsInfo p {
    font-size: 1.13rem;
    font-weight: normal;
    letter-spacing: 0.03rem;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsCont .newsInfo span {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.69rem;
    letter-spacing: 0.02rem;
    color: #666666;
    position: absolute;
    right: 0.5rem;
    bottom: -0.7rem;
}

.newsCont .newsTime span {
    width: 4.88rem;
    height: 1.75rem;
    background-color: #1985ff;
    display: block;
    font-size: 1.44rem;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    color: #ffffff;
    text-align: center;
}

.newsCont .newsTime p {
    font-size: 1.13rem;
    letter-spacing: 0.03rem;
    color: #1985ff;
    margin-left: 0.38rem;
    margin-top: 0.25rem;
}

.newsCont .newsInfo {
    width: calc(100% - 29.5rem);
    float: left;
    height: 12.5rem;
    position: relative;
}

.newsCont .newsList > li {
    padding-bottom: 1.69rem;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    margin-bottom: 1.69rem;
}

.newsCont .newsList > li a {
    display: block;
    height: 12.5rem;
}

.newsCont .newsList .newsImg img {
    max-width: 100%;
    max-height: 100%;
}

.scanQRCode {
    display: flex;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8%;
}

.scanQRCode .codeItem {
    width: 30%;
}

.commonItem.newsCenterItem {
    padding: 3rem 0 2.5rem;
}

.commonItem.QRCoderItem {
    padding: 0 0 4.3rem;
}

.scanQRCode .codeItem .codePic {
    width: 13.19rem;
    height: 13.19rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.scanQRCode .codeItem h2 {
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.18rem;
    color: #333333;
}

.scanQRCode .codeItem p {
    text-align: center;
    font-size: 1.56rem;
    letter-spacing: 0.16rem;
    color: #333333;
    margin-top: 0.35rem;
}

.scanQRCode .codePic img {
    width: 100%;
    height: 100%;
}

/* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚ÂµÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */

.hero-style-1.newsDetailBanner {
    width: 100%;
    height: 26.62rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #005BD9 0%, #1985ff 100%);
}

.newsDetailBanner img {
    max-height: 82%;
}

.newsArticle {
    float: left;
    width: calc(100% - 18.5rem);
}

.newsArticle h2 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 2.69rem;
    letter-spacing: 0.04rem;
    color: #666666;
    margin-bottom: 0.75rem;
}

.commonItem.teachingCont .section-title h2 {
    color: #ffffff;
}

.newsArticle > span {
    text-align: center;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.03rem;
    color: #666666;
    display: block;
}

.newsArticle .articleCont {
    margin-top: 2rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #d2d2d2;
}

.newsArticle .articleCont img {
    max-width: 100%;
    margin: 1rem auto;
}

.newsArticle .articleCont, .newsArticle .articleCont p {
    font-size: 1.13rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #666666;
}

.newsArticle .changePage {
    margin-top: 2rem;
}

.newsArticle .changePage a {
    display: block;
    text-align: left;
    font-size: 1.25rem;
    letter-spacing: 0rem;
    color: #333333;
}

.articleRight {
    width: 14rem;
    float: right;
    padding-top: 4rem;
}

.otherCont {
    margin-bottom: 2.5rem;
}

.otherCont .detailTitle {
    text-align: center;
    font-size: 1.56rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #1985ff;
    margin-bottom: 1.45rem;
}

.recommendList li {
    width: 13.75rem;
    height: 8.13rem;
    margin-bottom: 1.31rem;
    overflow: hidden;
}

.recommendList li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.recommendList li a img {
    height: 100%;
}

.weChatCont .codeItem {
    margin-bottom: 0.6rem;
}

.otherCont.weChatItem .detailTitle {
    margin-bottom: 0.75rem;
}

.weChatCont .codeItem .codePic {
    width: 11rem;
    height: 11rem;
    margin: 0 auto;
}

.weChatCont .codePic img {
    width: 100%;
    height: 100%;
}

.weChatCont .codeItem h2 {
    font-size: 1.38rem;
    letter-spacing: 0.14rem;
    color: #333333;
    text-align: center;
}

.weChatCont .codeItem p {
    font-size: 1.13rem;
    letter-spacing: 0.11rem;
    color: #333333;
    text-align: center;
    margin-top: 0.3rem;
}

.technicalCoreCont {
    background: #f3f8ff;
}

.technicalCoreCont .container {
    width: 91.25rem;
}

.technicalCore {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.technicalItem {
    float: left;
    width: 50%;
    height: 15rem;
    background-color: #ffffff;
    border: solid 0.0625rem #f1f1f1;
    box-sizing: border-box;
    padding: 0 2.4rem;
    position: relative;
    cursor: default;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.technicalCoreCont .technicalCore .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.technicalCoreCont .technicalCore .item1 {
    padding: 0 11%;
    background-color: #1985ff;
    border-radius: 0.63rem 0.63rem 0 0;
    height: 20.25rem;
}

.technicalCoreCont .technicalCore .item1 .i_item {
    position: relative;
}

.technicalCoreCont .technicalCore .item1 .i_item img {
    width: 100%;
    max-width: 100%;
}

.technicalCoreCont .technicalCore .item1 .i_item span {
    font-size: 1.49rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.57rem;
    letter-spacing: 0.12rem;
    color: #000000;
    display: block;
    position: absolute;
    left: 35%;
    top: 74%;
}

.technicalCoreCont .technicalCore .item2 {
    height: 14.63rem;
    background-color: #3599ff;
    padding: 0 11% 2%;
}

.technicalCoreCont .technicalCore .item2 .i_item {
    background: #ffffff;
    border-radius: 0.63rem;
    width: 11.5rem;
    height: 3.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.technicalCoreCont .technicalCore .item2 .i_item span {
    font-size: 1.67rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.08rem;
    color: #1985ff;
}

.technicalCoreCont .technicalCore .item3 {
    height: 18.75rem;
    background-color: #bedcff;
    padding: 0 13% 1%;
}

.technicalCoreCont .technicalCore .item3 .i_item {
    display: flex;
    flex-flow: column;
}

.technicalCoreCont .technicalCore .item3 .i_item span {
    color: #000000;
    font-size: 1.63rem;
    padding: 4px 18px;
    background: #479dff;
    border-radius: 0.63rem;
    margin-bottom: 15px;
}

.technicalCoreCont .technicalCore .item3 .i_item p {
    font-size: 1.25rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #000000;
    text-align: center;
    line-height: 1.69rem;
}

.technicalCoreCont .technicalCore .item4 {
    height: 16.75rem;
    background: #daebff;
    padding: 0 14%;
    flex-wrap: wrap;
}

.technicalCoreCont .technicalCore .item4 .title {
    width: 100%;
    text-align: center;
    font-size: 1.63rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.69rem;
    letter-spacing: 0rem;
    color: #000000;
}

.technicalCoreCont .technicalCore .item4 .i_item {
    width: 10.5rem;
    height: 2.63rem;
    background-color: #94d6ff;
    border-radius: 0.63rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.63rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.69rem;
    letter-spacing: 0rem;
    color: #000000;
    margin-top: -5rem;
}

.technicalCoreCont .technicalCore .item5 {
    height: 17.69rem;
    background-color: #eaf3ff;
    padding: 0 14%;
    flex-wrap: wrap;
}

.technicalCoreCont .technicalCore .item5 .title {
    width: 100%;
    text-align: center;
    font-size: 1.63rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.69rem;
    letter-spacing: 0rem;
    color: #000000;
}

.technicalCoreCont .technicalCore .item5 .i_item {
    width: 10.5rem;
    height: 2.63rem;
    background-color: #94d6ff;
    border-radius: 0.63rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.63rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.69rem;
    letter-spacing: 0rem;
    color: #000000;
    margin-top: -5rem;
}


.technicalItem:hover {
    -webkit-box-shadow: 0.3125rem 1.25rem 1.875rem rgba(0, 0, 0, .1);
    box-shadow: 0.3125rem 1.25rem 1.875rem rgba(0, 0, 0, .1);
    z-index: 3;
}

.technicalItem.technicalBottom {
    width: 100%;
}

.coreTop {
    display: flex;
    justify-content: space-between;
}

.coreTop .technicalTitle {
    width: 100%;
    font-size: 1.88rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.04rem;
    color: #666666;
    padding-top: 2.94rem;
    margin-bottom: 4.5rem;
}

.technicalBottom .coreTop .technicalTitle {
    text-align: center;
}

.introLine a {
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.19rem;
    letter-spacing: 0rem;
    color: #0876ff;
    margin-right: 3.2rem;
    white-space: nowrap;
}

.technicalBottom .introLine {
    text-align: center;
}

.introLine a:last-child {
    margin: 0;
}

.coreTop .imgBox {
    width: 10.25rem;
    height: 9.67rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.coreTop .imgBox img {
    max-width: 100%;
    max-height: 100%;
}

.technicalItem:nth-child(1) .imgBox img {
    width: 5.63rem;
    height: 6.19rem;
}

.technicalItem:nth-child(2) .imgBox img {
    width: 6.63rem;
    height: 4.75rem;
}

.technicalItem:nth-child(3) .imgBox img {
    width: 5.44rem;
    height: 5rem;
}

.technicalItem:nth-child(4) .imgBox img {
    width: 5.88rem;
    height: 5.56rem;
}

.technicalItem:nth-child(5) .imgBox img {
    width: 5.25rem;
    height: 5.25rem;
}

.skillBg {
    width: 100%;
}

.skillBg .innovateTitle {
    text-align: center;
    font-size: 2.19rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.06rem;
    color: #333333;
}

.skillBg img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 4.5rem;
}

.commonItem.skillCont2 {
    padding-top: 5rem;
    padding-bottom: 6rem;
}

.commonItem.skillCont3 .skillBg img {
    margin-top: 4.8rem;
}

.commonItem.skillCont3 {
    padding-top: 5rem;
    padding-bottom: 7rem;
}

.commonItem.skillCont4 {
    padding-top: 5rem;
    padding-bottom: 6.38rem;
    background-color: rgba(199, 232, 255, 0.65);
}

.competitionBox {
    display: flex;
    justify-content: space-between;
    margin-top: 4.5rem;
}

.competitionList .circle {
    width: 6.5rem;
    height: 6.44rem;
    background: url('../images/skillAdv/skillCircle.png') no-repeat;
    background-size: auto 100%;
    background-position: left center;
    font-size: 2.09rem;
    font-weight: bold;
    line-height: 1.75rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -3.25rem;
}

.competitionImg {
    width: 31.81rem;
    margin-top: 0.94rem;
    margin-left: 1.44rem;
    margin-right: 9.81rem;
}

.competitionList {
    width: 32rem;
    max-width: 35rem;
}

.competitionList li {
    width: 100%;
    height: 6.5rem;
    background-color: #eeeeee;
    padding: 1rem 4.5rem 0;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1.19rem;
}

.competitionItem {
    text-align: left;
    font-size: 1.56rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.42rem;
    letter-spacing: 0.09rem;
    color: #666666;
}

.competitionItem span {
    color: #1ca2f9;
}

.competitionImg img {
    width: 100%;
}

.skillCont2 .skillBg img {
    width: 92%;
    display: block;
    margin: 0 auto;
    margin-top: 5rem;
}

.skillTitle {
    text-align: center;
    font-size: 2.19rem;
    font-weight: bold;
    letter-spacing: 0.06rem;
    color: #333333;
}

.skillCont2 {
    background-color: rgba(199, 232, 255, 0.65);
}

.indexNewsList .newsItem {
    position: relative;
}

.indexNewsList .newsItem a {
    display: block;
    width: 100%;
    height: 100%;
}

.indexNewsList .newsPic {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
}

.indexNewsList .newsPic img {
    width: 100%;
    height: 100%;
}

.indexNewsList h2 {
    font-size: 1.31rem;
    line-height: 1.69rem;
    letter-spacing: 0.04rem;
    margin-bottom: 0.2rem;
    text-align: justify;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.indexNewsList p, .indexNewsList span {
    font-size: 1.03rem;
    letter-spacing: 0.03rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.69rem;
}


.indexNewsList .newsLeft p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.indexNewsList span {
    margin-top: 0.2rem;
    display: block;
}

.indexNewsList .newsItem .maskBox {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column-reverse;
}

.footerCont {
    padding-top: 1.9rem;
    padding-bottom: 3.5rem;
    background-image: linear-gradient(-90deg, #1985ff 0%, #2a89ff 43%, #1985ff 100%), linear-gradient(#005da4, #005da4);
    background-blend-mode: normal, normal;
}

#happReadPage .footerCont {
    padding-top: 1.9rem;
    padding-bottom: 3.5rem;
    background-image: linear-gradient(-90deg, #1985ff 0%, #2a89ff 43%, #1985ff 100%), linear-gradient(#005da4, #005da4);
    background-blend-mode: normal, normal;
}

.footerTop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #ffffff;
}

.footerTop img {
    width: 10.38rem;
    margin-left: 0.75rem;
}

.footerTop .footerList {
    width: calc(100% - 32rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerList li a {
    font-size: 1.13rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.footerBottom {
    padding-top: 1.75rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 6rem;
}

.footerItem p, .footerItem a, .copyRight p, .copyRight a {
    font-size: 1rem;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.copyRight p {
    display: inline-block;
}

.footerLeft {
    width: 26rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
}

.footerCenter {
    margin-right: 0.5rem;
}

.copyRight {
    font-size: 1rem;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.footerCenter .showItem {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.footerCenter .iconBox {
    width: 28px;
}

.footerCenter a {
    display: flex;
    align-items: center;
}

.footerCenter .qrCode {
    display: none;
    width: 150px;
    min-height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, -50%);
    align-items: center;
    justify-content: center;
}

.footerCenter .qrCode img {
    width: 150px;
    min-height: 150px;
}

.footerCenter .showItem:hover .qrCode {
    display: flex;
}

.propertyCont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    padding-bottom: 5rem;
}

.coreAdvCont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    padding-bottom: 3rem;
}

.coreAdvBox {
    width: 17.94rem;
    max-width: 23.92%;
    height: 16.5rem;
    background-color: #ffffff;
    border: solid 0.06rem #e6e6e6;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 0.85rem;
}

.coreAdvBox .coreAdvImg {
    width: 10rem;
    height: 9.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coreAdvBox:nth-child(1) .coreAdvImg img {
    width: 7.38rem;
    height: auto;
}

.coreAdvBox:nth-child(2) .coreAdvImg img {
    width: 6.38rem;
    height: auto;
}

.coreAdvBox:nth-child(3) .coreAdvImg img {
    width: 7.44rem;
    height: auto;
}

.coreAdvBox:nth-child(4) .coreAdvImg img {
    width: 6.63rem;
    height: auto;
}

.coreAdvBox p {
    font-size: 1.13rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.06rem;
    color: #333333;
    text-align: center;
    word-break: keep-all;
}

/* ÃƒÂ¤Ã‚Â¹Ã‚ÂÃƒÂ¨Ã‚Â¯Ã‚Â­ÃƒÂ¥Ã…Â Ã‚Â©ÃƒÂ¤Ã‚ÂºÃ‚Âº */

.propertyBox {
    width: 17.88rem;
    max-width: 23.84%;
    height: 14.5rem;
    background-color: #ffffff;
    border: solid 0.06rem #e6e6e6;
    display: flex;
    /* align-items: center; */
    box-sizing: border-box;
    padding-top: 3rem;
    justify-content: center;
}

.propertyItem {
    padding-top: 4.6rem;
    background: url(../images/helpBg.png) no-repeat;
    background-size: 100% auto;
}

.propertyBox p {
    font-size: 1.75rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.09rem;
    color: #333333;
    text-align: center;
    word-break: keep-all;
}

.propertyBox .dataNum h2 {
    height: 4.2rem;
    font-size: 4.15rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #1985ff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.propertyBox .dataNum img {
    width: 4rem;
}

.productFunctionItem .section-title h2 {
    color: #ffffff;
}

.productFunctionItem {
    min-height: 176rem;;
    background: url('../images/helpOther/functionBg.png') no-repeat;
    background-size: 100% 100%;
}

.productFunctionItem .functionCont {
    width: 83rem;
    max-width: 69.17%;
    background: rgba(229, 229, 229, 0.36);
    border-radius: 0.63rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 4rem 4rem;
}

/*
.productFunctionItem .functionItem {
  margin-bottom: 3.6rem;
} */

.functionItem .functionTitle {
    text-align: center;
    font-size: 1.88rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2.25rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-bottom: 2.3rem;
    padding-top: 5rem;
}

.functionItem .functionTitle.functionFAQsTitle {
    padding-top: 0;
}

.productFunctionItem .functionCont.functionFAQs {
    padding: 2.5rem 4rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 26.94rem;
}

.FAQsLeft {
    width: 26.5rem;
}

.FAQsRight {
    width: calc(100% - 30rem);
}

.chatLine {
    margin-top: -0.5rem;
    width: 100%;
    display: table;
    position: relative;
}

.chatLine .imgBox {
    width: 5.44rem;
    height: 5.44rem;
    display: table-cell;
    vertical-align: middle;
}

.chatLine .imgBox img {
    width: 100%;
    height: 100%;
}

.chatLine:nth-child(2n-1) {
    float: left;
}

.chatLine:nth-child(2n) {
    float: right;
}

.chatLine:nth-child(2n-1) .imgBox {
    margin-right: 1.25rem;
    float: left;
}

.chatLine:nth-child(2n) .imgBox {
    margin-left: 1.25rem;
    float: right;
}

.chatLine .chatBox {
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    max-width: 26.13rem;
    background-color: #ffffff;
    border: solid 0.06rem #e5e5e5;
    font-size: 1.13rem;
    text-align: center;
    line-height: 1.56rem;
    letter-spacing: 0rem;
    color: #666666;
    box-sizing: border-box;
    padding: 0.5rem 1.4rem;
    position: absolute;
    text-align: left;
}

.chatLine:nth-child(2n-1) .chatBox {
    border-radius: 1.25rem 1.25rem 1.25rem 0rem;
    float: left;
    top: 50%;
    left: 6.7rem;
    transform: translateY(-50%);
}

.chatLine:nth-child(2n) .chatBox {
    border-radius: 1.25rem 1.25rem 0rem 1.25rem;
    float: right;
    top: 50%;
    right: 6.7rem;
    transform: translateY(-50%);
}

.FAQsLeft .FAQsTitle {
    font-size: 1.38rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.25rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-bottom: 0.85rem;
}

.FAQsLeft p {
    font-size: 1.13rem;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 1.63rem; */
    letter-spacing: 0rem;
    color: #ffffff;
}

.functionItem .functionBtn {
    width: 9.38rem;
    border-radius: 0.63rem;
    border: solid 0.13rem #ffffff;
    padding: 0.28rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.13rem;
    letter-spacing: 0.06rem;
    color: #ffffff;
    margin-top: 3.1rem;
}

.functionItem .functionBtn img {
    width: 1.56rem;
    margin-right: 0.5rem;
}

.smartMarketing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.smartMarketing .marketingItem {
    width: 25.7%;
    padding-top: 3.5rem;
}

.marketingTop {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 1.38rem;
    line-height: 2.25rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-bottom: 1.1rem;
}

.marketingItem .marketingIcon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.marketingItem p {
    font-size: 1.13rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.recommendItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
}

.recommendItem .recommendIcon {
    width: 5.94rem;
    height: 5.94rem;
}

.recommendItem .recommendIcon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: default;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.recommendItem .recommendIcon img:hover {
    -webkit-box-shadow: 0.3125rem 1.25rem 1.875rem rgba(0, 0, 0, .1);
    box-shadow: 0.3125rem 1.25rem 1.875rem rgba(0, 0, 0, .1);
    z-index: 3;
}

.recommendRight {
    width: calc(100% - 9.55rem);
}

.productFunctionItem .functionCont.smartRecommend {
    padding-top: 0.94rem;
    padding-bottom: 3.56rem;
}

.recommendRight .recommendTitle {
    font-size: 1.38rem;
    line-height: 2.25rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.recommendFun {
    margin-top: 0.5rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.recommendFun.AiFun {
    display: flex;
    flex-direction: column;
}

.recommendFun li {
    font-size: 1.13rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-right: 3.15rem;
}

.functionCont.qualityTesting {
    padding-top: 2.75rem !important;
    padding-bottom: 4.13rem !important;
}

.qualityIntro {
    font-size: 1.25rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.qualityTable {
    background-color: #ffffff;
    border-radius: 0.63rem;
    margin-top: 3.13rem;
}

.qualityTable tbody {
    width: 100%;
}

.qualityTable td {
    font-size: 1.25rem;
    letter-spacing: 0rem;
    color: #666666;
    font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    padding: 1.5rem 1rem;
}

.leftBox:nth-child(2n) {
    background-color: #eeeeee;
}

.qualityTable td:nth-child(2) {
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #666666;
}

.qualityTable .tableTop td:nth-child(1), .qualityTable .tableTop td:nth-child(2) {
    border-right: 0.06rem solid rgba(153, 153, 153, 0.61);
}

.qualityTable .leftBox td:nth-child(1), .qualityTable .leftBox td:nth-child(2) {
    border-right: 0.06rem solid rgba(153, 153, 153, 0.61);
}

.qualityTable .tableTop td {
    font-size: 1.88rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #666666;
}

.qualityTable tbody tr td:nth-child(1) {
    min-width: 13.81rem;
}

.qualityTable .tableTop td:nth-child(2) {
    color: #1985ff;
}

.qualityTable td:nth-child(2) {
    color: #1985ff;
}

.productFunctionItem .functionCont.cloudGuard {
    display: flex;
    justify-content: space-around;
    padding-top: 3rem;
    padding-bottom: 3.5rem;
}

.cloudGuardItem .cloudPic {
    width: 6rem;
    height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cloudGuardItem .cloudPic img {
    cursor: pointer;
    transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transition: all 0.5s ease-out 0s;
}

.cloudGuardItem .cloudPic img:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transition: all 0.5s ease-out 0s;
    z-index: 9;
}

.commonItem.descriptionItem {
    padding-top: 6.5rem;
    padding-bottom: 5.31rem;
}

.cloudGuardItem p {
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.descriptionList {
    display: flex;
    justify-content: space-around;
}

.descriptionList li img {
    display: block;
    width: 6.94rem;
    height: 6.94rem;
    margin: 0 auto;
}

.descriptionList li p {
    margin-top: 0.2rem;
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #333333;
    text-align: center;
}

.seeManualBtn {
    width: 15.38rem;
    height: 3.15rem;
    background-color: #1985ff;
    border-radius: 0.94rem;
    border: solid 0.13rem #1985ff;
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.08rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3.6rem auto 0;
}

.seeManualBtn img {
    width: 1.94rem;
    margin-right: 0.88rem;
}

.assuranceExplain {
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.75rem;
    letter-spacing: 0.04rem;
    color: #333333;
    text-align: center;
}

.assuranceList {
    margin-top: 4rem;
}

.assurancePic {
    width: 26rem;
    height: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.assurancePic img {
    width: 90%;
}

.assuranceItem {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.7rem;
}

.assuranceCont {
    margin-left: 8%;
    width: calc(100% - 50rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.assuranceCont h3 {
    font-size: 1.88rem;
    letter-spacing: 0.04rem;
    color: #333333;
    margin-bottom: 3rem;
    line-height: 2.5rem;
}

.assuranceCont p {
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.19rem;
    letter-spacing: 0rem;
    color: #666666;
}

.commonItem.serviceProcessCont {
    background-color: #e6e6e6;
    padding-bottom: 11.5rem;
}

.serviceProcessLoop {
    margin-top: 1rem;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceProcessLoop ul {
    box-sizing: border-box;
    padding: 0 1.4rem;
    width: 100%;
    height: 43.13rem;
    background: url('../images/service/serviceProcess.png') no-repeat;
    background-size: 72.13rem auto;
    background-position: center center;
    position: relative;
    margin: 0 auto;
}

.serviceProcessList .item .serviceStep {
    text-align: center;
    font-size: 1.75rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.75rem;
    letter-spacing: 0.04rem;
    color: #1985ff;
    margin-bottom: 0.44rem;
}

.serviceProcessList .item p {
    text-align: center;
    font-size: 1.44rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.19rem;
    letter-spacing: 0rem;
    color: #666666;
}

.serviceProcessLoop ul li {
    width: 20rem;
    height: 14.5rem;
    position: absolute;
}

.serviceProcessLoop ul li:first-child {
    left: 50%;
    top: 50%;
    transform: translate(-193%, -35%);
}

.serviceProcessLoop ul li:nth-child(2) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -35%);
}

.serviceProcessLoop ul li:nth-child(3) {
    right: 50%;
    top: 50%;
    transform: translate(193%, -35%);
}

.serviceProcessLoop ul li:nth-child(4) {
    right: 50%;
    top: 50%;
    transform: translate(193%, 157%);
}

.serviceProcessLoop ul li:nth-child(5) {
    left: 50%;
    top: 50%;
    transform: translate(-50%, 157%);
}

.serviceProcessLoop ul li:nth-child(6) {
    left: 50%;
    top: 50%;
    transform: translate(-193%, 157%);
}

.commonItem.networkCoverageCont {
    background: #1985ff;
}

.commonItem.networkCoverageCont {
    position: relative;
    padding-bottom: 0;
}

.networkCoverageCont .mapBg {
    width: 125rem;
    margin: 0 auto;
    display: block;
    margin-top: -10rem;
}

.networkIntro {
    position: absolute;
    top: 10.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
}

.networkIntro, .networkIntro p {
    font-size: 1.4rem;
    letter-spacing: 0.04rem;
    color: #ffffff;
    text-align: center;
}


#happReadPage .consultBtn {
    background-color: #00997b;
    border: solid 0.13rem #00997b;
}

#happReadPage .columnList li a {
    color: #1985ff;
}

#happReadPage .columnList li.active a::after {
    background: url(../images/read/sign.png) no-repeat;
    background-size: 100% 100%;
}

.teachingPoints {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.teachingPoints .pointItem {
    width: 33.3%;
}

.pointItem .pointPic {
    width: 100%;
    max-width: 17rem;
    max-height: 17rem;
    margin: 0 auto;
}

.pointItem .pointPic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transition: all 0.5s ease-out 0s;
}

.pointItem .pointPic img:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transition: all 0.5s ease-out 0s;
    z-index: 9;
}

.pointItem .role {
    text-align: center;
    font-size: 1.56rem;
    font-weight: bold;
    letter-spacing: 0.08rem;
    color: #333333;
    margin-top: 1.9rem;
    margin-bottom: 1rem;
}

.pointIntro p {
    box-sizing: border-box;
    text-align: center;
    font-size: 1.13rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.06rem;
    letter-spacing: 0.03rem;
    color: #666666;
}

#happReadPage .teachingCont .section-title h2:before {
    content: "";
    width: 11.75rem;
    height: 0.63rem;
    background: url(../images/titleLine_w.png) no-repeat;
    background-size: 100% 100%;
}

.productFunctionItem .section-title h2:before {
    content: "";
    width: 11.75rem;
    height: 0.63rem;
    background: url(../images/titleLine_w.png) no-repeat;
    background-size: 100% 100%;
}

.teachingCont {
    background: url('../images/read/teachingBg.png') no-repeat;
    background-color: #F8F8F8;
    background-size: 100% auto;
}

.teachingSkill {
    max-width: 85.83%;
    background-color: #ffffff;
    padding-top: 5rem;
    padding-bottom: 3.81rem;
    margin: 0.5rem auto 2rem;
}

.teachingBox {
    width: 1200px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

.teachingItem {
    width: 48%;
    height: 13.31rem;
    background-color: #ffffff;
    border: solid 0.0625rem #f1f1f1;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 2.69rem 2.8rem;
    cursor: default;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.teachingItem:hover {
    -webkit-box-shadow: 0.3125rem 1.25rem 1.875rem rgba(0, 0, 0, .1);
    box-shadow: 0.3125rem 1.25rem 1.875rem rgba(0, 0, 0, .1);
    z-index: 3;
}

.teachingPic {
    width: 12.72rem;
    height: 11.87rem;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teachingItem:nth-child(1) .teachingPic img {
    width: 6.44rem;
    height: 6.13rem;
}

.teachingItem:nth-child(2) .teachingPic img {
    width: 6.06rem;
    height: 6.06rem;
}

.teachingItem:nth-child(3) .teachingPic img {
    width: 6.44rem;
    height: 5.69rem;
}

.teachingItem:nth-child(4) .teachingPic img {
    width: 6.44rem;
    height: 6.25rem;
}

.teachingItem .teachingTitle {
    font-size: 1.38rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2.81rem;
    letter-spacing: 0rem;
    color: #666666;
    margin-bottom: 0.85rem;
}

.teachingItem ul li {
    font-size: 1.13rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #666666;
}

.commonItem.productFeatureCont {
    padding-top: 6.69rem;
    padding-bottom: 0.5rem;
}

.numberTotal {
    max-width: 95%;
    width: 87.75rem;
    height: 8.81rem;
    background-color: #e5e5e5;
    box-shadow: 0rem 0.38rem 2rem 0rem rgba(0, 0, 0, 0.11);
    border-radius: 0.63rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 3.63rem;
}

.numberTotal .dataNum {
    font-size: 2.64rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #333333;
    white-space: nowrap;
}

.numberTotal .dataNum h2 {
    display: inline-block;
    font-size: 3.75rem;
    letter-spacing: 0rem;
    color: #167ef9;
}

.featureList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.featureList .featureItem {
    width: 33.69rem;
    height: 20rem;
    box-sizing: border-box;
    background-color: #167ef9c4;
    box-shadow: 0rem 0.19rem 1.69rem 0rem rgba(0, 0, 0, 0.2);
    margin-bottom: 5rem;
    margin-right: 1.9rem;
    margin-left: 1.9rem;
}

.featureList .featureItem:nth-child(1) {
    background-image: url('../images/read/1.png');
    background-repeat: no-repeat;
    background-size: auto 9.88rem;
    background-position: 90% bottom;
}

.featureList .featureItem:nth-child(2) {
    background-image: url('../images/read/2.png');
    background-repeat: no-repeat;
    background-size: auto 9.88rem;
    background-position: 90% bottom;
}

.featureList .featureItem:nth-child(3) {
    background-image: url('../images/read/3.png');
    background-repeat: no-repeat;
    background-size: auto 9.88rem;
    background-position: 90% bottom;
}

.featureList .featureItem:nth-child(4) {
    background-image: url('../images/read/4.png');
    background-repeat: no-repeat;
    background-size: auto 9.88rem;
    background-position: 90% bottom;
}

.featureList .featureItem:nth-child(4) .featureCont {
    padding: 2rem 2.75rem;
}

.featureTitle {
    width: 33.69rem;
    height: 3.06rem;
    border: solid 0.13rem #0d97fda1;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.38rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2.81rem;
    letter-spacing: 0rem;
    color: #0d70d6fafa;
    background: #ffffff;
    padding: 0 2.75rem;
}

.featureCont {
    box-sizing: border-box;
    padding-top: 2rem;
    padding: 2rem 2.75rem;
}

.featureCont p {
    font-size: 1.13rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #ffffff;
}

#video {
    width: 90%;
    margin: 2.15rem auto 2.2rem;
    position: relative;
}

#video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.jsmodern-video-volumeline, .jsmodern-video-pass {
    background: #1985ff !important;
}

.jsmodern-video-panel {
    width: 100% !important;
    max-width: 1170px;
}

.VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 7rem;
    height: 7rem;
    margin-left: -3.5rem;
    margin-top: -3rem;
    cursor: pointer;
    z-index: 10;
}

.marketingDilemma {
    position: relative;
    margin-top: -3.75rem;
}

.marketingDilemmaChat {
    margin-top: 1.8rem;
    margin-bottom: 2.4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.marketingDilemmaChat .marketingItem {
    width: 30%;
}

.marketingDilemmaChat .marketingItem .img-box {
    -webkit-box-shadow: 0.3125rem 1.25rem 1.875rem #e0f1ff;
    box-shadow: 0.3125rem 0.3125rem 1rem #dde3e9;
    width: 70%;
    margin: 0 auto;
    border-radius: 19px;
    background: #ffffff;
}

.marketingDilemmaChat .marketingItem img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.marketingDilemmaChat .marketingItem .title {
    font-size: 1.563rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 4.233rem;
    letter-spacing: 0.063rem;
    color: #1985ff;
    margin-top: 1rem;
    text-align: center;

}

.marketingDilemmaChat .marketingItem p {
    font-size: 1.125rem;
    letter-spacing: 0.144rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: center;
    ont-family: Alibaba-PuHuiTi-R;
}

.productFunctionChat {
    padding-bottom: 2rem !important;
    background-color: #e9eaea;
}

.productFunctionBg {
    background-image: url('../images/leliao/bg_product.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.productFunctionBg .item:nth-child(1) {
    height: 41rem;
    padding-top: 3rem;
}

.productFunctionBg .item:nth-child(n+2) {
    height: 35rem;
    padding-top: 9rem;
}

.productFunctionChat .item {
    width: 1170px;
    margin: auto;
}

.productFunctionChat .item .container {
    width: 100%;
}

.productFunctionChat .productFunctionChatTitle p {
    height: 1.813rem;
    font-size: 1.875rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.875rem;
    letter-spacing: 0.075rem;
    color: #0062ff;
    text-align: center;
    margin-bottom: 3rem;
}

.productFunctionChat .functionItem {
    width: 25%;
    float: left;
}

.productFunctionChat .productFunctionChatCon .functionItem .img-box {

    margin: 0 auto;
    border-radius: 20px;
    width: 90%;
    padding: 0px 1rem 2rem;
    border: 1px solid #ccc;
}

.productFunctionChat .productFunctionChatCon .functionItem .img-box img {
    display: block;
    margin: 1rem auto;
    width: 10rem;
}

.productFunctionChat .functionItem .img-box p {
    font-size: 1.125rem;
    letter-spacing: 0.144rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: center;
}

.productFunctionChatPic {
    margin-right: 4.19rem;
    cursor: pointer;
    width: 40%;
}

.productFunctionChatPic img {
    width: 33rem;
    position: absolute;
}

.productFunctionChat .item:nth-child(2) .productFunctionChatPic img:nth-child(1) {
    transform: translate(0%, -10%);
    z-index: 2;
}

.productFunctionChat .item:nth-child(2) .productFunctionChatPic img:nth-child(2) {
    transform: translate(31%, -22%);
}

.productFunctionChat .item:nth-child(2) .productFunctionChatPic img:nth-child(3) {
    transform: translate(28%, 17%);
}

.productFunctionChat .item:nth-child(3) .productFunctionChatPic img:nth-child(1) {
    transform: translate(7%, -1%);
}

.productFunctionChat .item:nth-child(3) .productFunctionChatPic img:nth-child(2) {
    transform: translate(4%, -30%);
    z-index: 5
}

.productFunctionChat .item:nth-child(3) .productFunctionChatPic img:nth-child(3) {
    transform: translate(10%, 32%);
    z-index: 3;
}

.productFunctionChat .item:nth-child(4) .productFunctionChatPic img:nth-child(1) {
    transform: translate(-1%, -11%);
    z-index: 3;
}

.productFunctionChat .item:nth-child(4) .productFunctionChatPic img:nth-child(2) {
    transform: translate(8%, 14%);
    z-index: 4;
}

.productFunctionChat .item:nth-child(4) .productFunctionChatPic img:nth-child(3) {
    transform: translate(13%, -20%);
    z-index: 3;
}

.productFunctionChatIntro {
    width: 46%;
    float: right;
}

.productFunctionChatIntro .title {
    margin-top: -2rem;
    margin-bottom: 2rem;
}

.productFunctionChatIntro .title p {
    height: 2.638rem;
    font-size: 1.875rem;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1.908rem;
    letter-spacing: 0.075rem;
    color: #0062ff;
    text-align: left;
}

.productFunctionChatIntro .p-item {
    width: 100%;
    height: 4rem;
}

.productFunctionChatIntro .p-item img {
    width: 3.175rem;
    margin-right: 0.875rem;
}

.productFunctionChatIntro .p-item p {
    display: inline;
    font-size: 1.125rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4rem;
    letter-spacing: 0.044rem;
    color: #000000;
}

.productAdvantages {
    background: url(../images/leliao/bg.png) no-repeat;
    background-size: 100% 100%;
}

.productAdvantages .section-title h2 {
    color: #fff
}

.solutionPlatform .svelte {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.solutionPlatform .svelte .title {
    font-size: 1.56rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.7rem;
    letter-spacing: 0.08rem;
    color: #1985ff;
}

.solutionPlatform .svelte .subTitle {
    font-size: 1.17rem;
    font-weight: normal;
    letter-spacing: 0.06rem;
    color: #333333;
    line-height: 2rem;
}

.solutionPlatform .intelligent_b {
    position: relative;
    margin-bottom: 5rem;
}


.solutionPlatform .intelligent_b .intelligent-button-prev {
    width: 33px;
    height: 33px;
    z-index: 10;
    background: url(../images/leliao/prev.png);
    position: absolute;
    left: 33%;
    bottom: -4rem;
}

.solutionPlatform .intelligent_b .intelligent-button-next {
    width: 33px;
    height: 33px;
    z-index: 10;
    background: url(../images/leliao/next.png);
    position: absolute;
    right: 33%;
    bottom: -4rem;
}

.solutionPlatform .intelligent_b .line {
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 7rem;
    width: 100%;

    background: url(../images/leliao/line.png);

}

.solutionPlatform .svelte .swiper_icon {
    width: 2.94rem;
    height: 2.94rem;
    margin-top: 2rem;
}

.solutionPlatform .svelte .swiper_show_img {

    width: 24.25rem;
    height: 22.5rem;
    margin-top: 2rem;
}

.productAdvantages .section-title h2:before {
    content: "";
    width: 11.75rem;
    height: 0.63rem;
    position: absolute;
    left: 50%;
    bottom: -1.81rem;
    transition: all 0.3s;
    transform: translate(-50%, -50%);
    background: url(../images/titleLine_w.png) no-repeat;
    background-size: 100% 100%;
}

.productAdvantagesLoop {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productAdvantagesLoop ul {
    width: 100%;
    height: 50.625rem;
    background: url(../images/leliao/bgWay.png) no-repeat;
    background-size: 39rem auto;
    background-position: center center;
    position: relative;
    margin: 0 auto;
}

.productAdvantagesLoop ul li {
    width: 20.15rem;
    height: 6rem;
    position: absolute;
    text-align: right;
}

.productAdvantagesLoop ul li:nth-child(1) {
    transform: translateY(26%);
}

.productAdvantagesLoop ul li:nth-child(2) {
    transform: translateY(180%);
}

.productAdvantagesLoop ul li:nth-child(3) {
    transform: translateY(319%);
}

.productAdvantagesLoop ul li:nth-child(4) {
    transform: translateY(460%);
}

.productAdvantagesLoop ul li:nth-child(5) {
    transform: translateY(606%);
}

.productAdvantagesLoop ul li:nth-child(6) {
    transform: translateY(740%);
}

.productAdvantagesLoop ul li:nth-child(7) {
    transform: translate(300%, 25%);
}

.productAdvantagesLoop ul li:nth-child(8) {
    transform: translate(274%, 140%);
    width: 22.15rem;
}

.productAdvantagesLoop ul li:nth-child(9) {
    transform: translate(300%, 259%);
}

.productAdvantagesLoop ul li:nth-child(10) {
    transform: translate(300%, 379%);
}

.productAdvantagesLoop ul li:nth-child(11) {
    transform: translate(300%, 499%);
}

.productAdvantagesLoop ul li:nth-child(12) {
    transform: translate(300%, 622%);
}

.productAdvantagesLoop ul li:nth-child(13) {
    transform: translate(300%, 739%);
}

.productAdvantagesLoop ul li:nth-child(n+7) {
    text-align: left;
}

.productAdvantagesLoop ul li .tit {
    font-size: 1.875rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4rem;
    letter-spacing: 0.075rem;
    color: #ffffff;
}

.productAdvantagesLoop ul li p {
    font-size: 1.05rem;
    font-weight: normal;
    letter-spacing: 0.05rem;
    color: #ffffff;
    line-height: 1.754rem;
}

.outboundAdvantagesLoop {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outboundAdvantagesLoop ul.outboundAdvantagesList {
    width: 100%;
    height: 33.75rem;
    background: url(../images/outbound/bgWay.png) no-repeat;
    background-size: 37.37rem auto;
    background-position: center center;
    position: relative;
    margin: 0 auto;
}

.outboundAdvantagesLoop ul.outboundAdvantagesList  li {
    width: 21rem;
    height: 6rem;
    position: absolute;
    text-align: right;
}

.outboundAdvantagesLoop ul.outboundAdvantagesList  li:nth-child(1) {
    transform: translate(23%, 30%);
}

.outboundAdvantagesLoop ul.outboundAdvantagesList  li:nth-child(2) {
    transform: translate(6%, 232%);
}

.outboundAdvantagesLoop ul.outboundAdvantagesList  li:nth-child(3) {
    transform: translate(23%, 441%);
}

.outboundAdvantagesLoop ul.outboundAdvantagesList  li:nth-child(4) {
    transform: translate(271%, 30%);
}

.outboundAdvantagesLoop ul.outboundAdvantagesList  li:nth-child(5) {
    transform: translate(290%, 233%);
}

.outboundAdvantagesLoop ul.outboundAdvantagesList  li:nth-child(6) {
    transform: translate(271%, 437%);
}

.outboundAdvantagesLoop ul.outboundAdvantagesList  li:nth-child(n+4) {
    text-align: left;
}

.outboundAdvantagesLoop ul.outboundAdvantagesList  li .tit {
    font-size: 1.875rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 4rem;
    letter-spacing: 0.075rem;
    color: #ffffff;
}

.outboundAdvantagesLoop ul.outboundAdvantagesList  li p {
    font-size: 1.05rem;
    font-weight: normal;
    letter-spacing: 0.05rem;
    color: #ffffff;
    line-height: 1.754rem;
}

.productCaseItem {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.5rem;
    height: 26.75rem;
    background-color: #fff;
    border-radius: 20px;
}

.productCaseItem .productCasePic {
    float: left;
    width: 60rem;
}

.productCaseItem .productCasePic img {
    height: 100%;
    border-radius: 20px 0px 0px 20px;


}

.productCaseItem .productCaseIntro {
    width: 110rem;
    float: left;
    padding: 3.75rem 3.125rem 4rem 4.5rem;
}

.productCaseItem .productCaseIntro .productCaseCon .caseTitle {
    height: 2.6rem;
}

.productCaseItem .productCaseIntro .productCaseCon .caseTitle img {
    height: 100%;
    margin-right: 0.725rem;
}

.productCaseItem .productCaseIntro .productCaseCon .caseTitle p {
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3rem;
    letter-spacing: 0.05rem;
    color: #000000;
    display: inline;
}

.productCaseItem .productCaseIntro .productCaseCon .caseComment {
    width: 100%;
    word-wrap: break-word;
    padding-top: 1.5rem;
    padding-left: 1.325rem;
}

.productCaseItem .productCaseIntro .productCaseCon .caseComment p {
    font-size: 1.063rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.733rem;
    letter-spacing: 0.044rem;
    color: #000000;
}

.productCaseItem .productCaseIntro .productCaseFoot {
    margin-top: 1.5rem;
}

.productCaseItem .productCaseIntro .productCaseFoot .item {
    float: left;
    width: 25%;
}

.productCaseItem .productCaseIntro .productCaseFoot .item img {
    width: 4.355rem;
    display: block;
    margin: 0 auto;
}

.productCaseItem .productCaseIntro .productCaseFoot .item p {
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.233rem;
    letter-spacing: 0.05rem;
    color: #000000;
    text-align: center;
}

#compare_table table {
    height: 29.75rem;
    text-align: center;
    margin: 0 auto;
    font-size: 1.13rem;
    border-collapse: separate;
}

#compare_table table td {
    color: #5b5b5b
}

#compare_table table tr {
    height: 4.25rem;
}

#compare_table table thead tr {
    background-color: #dddde0;
}

#compare_table table thead tr th {
    font-size: 1.5rem;
    font-weight: 500;
    color: #272727;
}

#compare_table table thead tr th:nth-child(1) {
    width: 14rem;
    text-align: center;
}

#compare_table table thead tr th:nth-child(2) {
    width: 28rem;
    text-align: center;
}

#compare_table table thead tr th:nth-child(3) {
    width: 34rem;
    text-align: center;
}

#compare_table table thead th {
    border-right: 2px solid #eaeaea;
}

#compare_table table tr:nth-child(2n+0) {
    background-color: #dddde0;

}

#compare_table table tr:nth-child(2n+0) td {
    border-right: 2px solid #eaeaea;
}

#compare_table table tr:first-child th:first-child {
    border-top-left-radius: 12px;
}

#compare_table table tr:first-child th:last-child {
    border-top-right-radius: 12px;
}

#compare_table table tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

#compare_table table tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

#compare_table table tbody tr td:nth-child(2) {
    color: #1985ff;
}

.product-features-tabs {
    text-align: center;
}

.product-container .product-features-tab {
    display: inline-block;
    height: 34px;
    position: relative;
    color: #fff;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    padding: 0.2rem 0.3rem;
    border-radius: 6px;
    width: 26%;
    float: left;
}

.product-container .product-features-tab:nth-child(1) {
    margin-left: 1.96rem;
}

.product-container .product-features-tab:nth-child(2) {
    margin-left: 7.5rem;
}

.product-container .product-features-tab:nth-child(3) {
    margin-left: 5.5rem;
}

.product-container .product-features-tab:nth-child(4) {
    margin-left: 4rem;
}

.product-features-tabs .on {
    background-image: linear-gradient(to right, #ff8400, #ffca54);
}

.product-container .product-features-tab:after {
    content: '';
    border-bottom: 8px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;

}

.product-container .product-features-contents {

    min-height: 426px;
    position: relative;
    margin-bottom: 6rem;
    margin-top: 2.4rem;
}

.product-container .product-features-content {
    color: #fff;
    position: absolute;
    top: 0rem;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.48s ease-in-out;
    transition: opacity 0.48s ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.product-features-contents .on {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.product-container .product-features-about {
    vertical-align: top;
    width: 308px;
    margin-left: 48px;
    display: inline-block;
    padding-top: 36px
}


.product-container .product-features-img {
    vertical-align: top
}

.product-effect-display {
    width: 100%;
    background-color: #fff;
    padding-top: 3rem;
}

.product-effect-display .section-title h2 {
    color: #000000;
}

.product-effect-display .section-title h2:before {
    background: url(../images/titleLine.png) no-repeat;
}

.product-effect-display .h3 {
    font-size: 1.875rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.534rem;
    letter-spacing: 0.075rem;
    color: #000000;
    text-align: center;
}

.product-effect-display .description {
    font-size: 1.375rem;
    font-weight: normal;
    letter-spacing: 0.056rem;
    color: #515458;
    text-align: center;
}

.effectDisplayList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 3rem;
}

.effectDisplayList .effectDisplayItem {
    border-radius: 20px;
    padding: 2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 40rem;
    height: 19rem;
}

.effectDisplayList .effectDisplayItem .effectDisplayTitle {
    font-size: 2.325rem;
    font-weight: 500;
    font-stretch: normal;
    line-height: 3.534rem;
    letter-spacing: 0.075rem;
    color: #fff;
    padding-left: 2.5rem;
    padding-top: 1.5rem;
}

.effectDisplayList .effectDisplayItem .effectDisplayCont .effect-span {
    margin-bottom: 2.25rem;
    letter-spacing: 0.075rem;
    font-weight: 600;
}

.effectDisplayList .effectDisplayItem .effectDisplayCont p {
    font-size: 1.87rem;
    font-weight: 400;
    font-stretch: normal;
    line-height: 3.534rem;
    letter-spacing: 0.175rem;
    color: #fff;
    margin-left: 2.5rem;
    display: inline;
}

.effectDisplayList .effectDisplayItem .effectDisplayCont img {
    width: 3.5rem;
    display: inline;
    margin-bottom: 2rem;
}

.effectDisplayList .effectDisplayItem .effectDisplayCont span {
    color: #ffca00;
    font-size: 3.35rem;
}

.effectDisplayList .effectDisplayItem:nth-child(1) {
    background-image: url(../images/yanshen/background-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.effectDisplayList .effectDisplayItem:nth-child(2) {
    background-image: url(../images/yanshen/background-2.png);
}

.effectDisplayList .effectDisplayItem:nth-child(3) {
    background-image: url(../images/yanshen/background-3.png);
}

.effectDisplayList .effectDisplayItem:nth-child(4) {
    background-image: url(../images/yanshen/background-4.png);
}


.dyCont {
    background-image: url(../images/dy/dy-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.dyCont .section-title h2 {
    position: relative;
    padding-bottom: 1.2rem;
    font-weight: bold;
    margin-top: 0;
    display: inline-block;
    z-index: 99;
    font-size: 2.19rem;
    color: #fff;
    margin-bottom: 3.65rem;
    letter-spacing: 0.113rem;
    line-height: 3rem;
}

.dyCont .section-title h2:before {
    background: url(../images/titleLineB.png) no-repeat !important;
}

.dyCont .description {
    margin-bottom: 7rem;
    margin-top: 1rem;
}

.dyCont .description p {
    font-size: 1.625rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.865rem;
    letter-spacing: 0.31rem;
    color: #fefefe;
}

.dyCont .title p {
    font-size: 2.083rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.153rem;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.21rem;
}

.dyCont .title p span {
    font-weight: 600;
    font-size: 2.183rem;
}

.dyCont .title p img {
    margin-right: 0.88rem;
    width: 0.9rem;
}

.dy-product-function {
    background-color: #fff;
    border-radius: 20px;
    height: 51rem;
    margin-top: 3rem;
    margin-bottom: 6rem;
}

.dyCont .dy-product-function .product-function-item {
    width: 50%;
    float: left;
    color: #262626;
    padding: 1rem 3rem 1.5rem 2rem;

}

.dyCont .dy-product-function .product-function-item:nth-child(2n+1) {
    border-right: 2px solid #c2c2c7;
}

.dyCont .dy-product-function .product-function-item:nth-child(-n+4) {
    border-bottom: 2px solid #c2c2c7;
}

.dyCont .dy-product-function .product-function-item .top {
    height: 4rem;
}

.dyCont .dy-product-function .product-function-item .top .title {
    font-size: 1.953rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 5rem;
    letter-spacing: 0.019rem;
    color: #262626;
}

.dyCont .dy-product-function .product-function-item .top .title img {
    width: 6rem;
    display: inline;
    float: right;
}

.dyCont .dy-product-function .product-function-item .con {
    height: 8rem;
    padding-top: 0.75rem;
}

.dyCont .dy-product-function .product-function-item .con p {
    font-size: 1.563rem;
    font-weight: normal;
    letter-spacing: 0.019rem;
    color: #262626;
    white-space: pre;
}

.dyCont .dy-product-function .product-function-item .foot {
    font-size: 1.625rem;
    font-weight: normal;
    letter-spacing: 0.019rem;
    color: #1985ff;
}

.dyCont .dy-product-function .product-function-item .foot img {
    display: none;
}

.dyCont .img-show {
    position: relative;
    margin-top: -4rem;
}

.dyCont .img-show img {
    position: absolute;
    border-radius: 20px;
}

.dyContTwo {
    margin-top: 28rem;
}

.dy-title {
    margin-top: 6rem;
}

.dy-title h2 {
    font-size: 2.083rem;
    font-stretch: normal;
    letter-spacing: 0.081rem;
    color: #000000;
    font-weight: 600;
    line-height: 4rem;
}

.dy-title h2 img {
    margin-right: 0.875rem;
}

.dy-title h2 span {
    color: #008bff;
    font-size: 2.083rem;
    line-height: 2rem;
    font-weight: 600;
    line-height: 4rem;
}

.dy-title h3 {
    font-size: 2.083rem;
    font-weight: normal;
    letter-spacing: 0.081rem;
    color: #000000;
    font-weight: 500;
    line-height: 3.5rem;
}

.dyContTwo .different-demand {
    margin-top: 3.313rem;
    height: 22.938rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.dyContTwo .different-demand .item {
    width: 33.33%;
}

.dyContTwo .different-demand .item .title {
    height: 4.875rem;
    padding-left: 2.1rem;
    padding-right: 1.875rem;
    font-size: 1.953rem;
    font-stretch: normal;
    line-height: 4.948rem;
    letter-spacing: 0.019rem;
    color: #ffffff;
    font-weight: 600;
}

.dyContTwo .different-demand .item .con {
    font-size: 1.313rem;
    font-weight: 500;
    letter-spacing: 0.213rem;
    color: #262626;
    line-height: 2.2rem;
    margin: 1.4rem;
}

.dyContTwo .different-demand .item:nth-child(1) {
    background-image: url(../images/dy/1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dyContTwo .different-demand .item:nth-child(2) {
    background-image: url(../images/dy/2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dyContTwo .different-demand .item:nth-child(3) {
    background-image: url(../images/dy/3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dyContTwo .live-broadcast {
    margin-top: 3.313rem;
    height: 31.813rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.dyContTwo .live-broadcast .item {
    width: 50%;
}

.dyContTwo .live-broadcast .item:nth-child(1) {
    background-image: url(../images/dy/4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dyContTwo .live-broadcast .item:nth-child(2) {
    background-image: url(../images/dy/5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dyContTwo .live-broadcast .item:nth-child(3) {
    background-image: url(../images/dy/6.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dyContTwo .live-broadcast .item:nth-child(4) {
    background-image: url(../images/dy/7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dyContTwo .live-broadcast .item .title {

    height: 4.875rem;
    padding-left: 1rem;
    padding-right: 1.875rem;
    font-size: 1.953rem;
    font-stretch: normal;
    line-height: 4.948rem;
    letter-spacing: 0.019rem;
    color: #ffffff;
    font-weight: 600;
}

.dyContTwo .live-broadcast .item .con {
    font-size: 1.313rem;
    font-weight: 500;
    letter-spacing: 0.213rem;
    color: #262626;
    line-height: 2.2rem;
    margin: 1.3rem;
    margin-left: 3rem;
}

.dyContTwo .img-show {
    margin-top: 3rem;
}

.dyContTwo .img-show img {
    border-radius: 20px;
}

.dyContTwo .different-demand-two .item .con {
    margin-top: 3rem;
}

.dyContTwo .different-demand-two .item {
    background-size: 100% 80% !important;
}

.dyConLast {
    background: url(../images/dy/last-bg.png) no-repeat;
    background-size: 100%;
}

.dyConLast .section-title h2 {
    color: #fff;
}

.dyConLast .section-title h2:before {
    background: url(../images/titleLine_w.png) no-repeat;
    background-size: 100% 100%;
}

.dyConLast .dy-product-function {
    height: 36rem;
}

.dyConLast .dy-product-function .product-function-item {
    width: 50%;
    height: 18rem;
    float: left;
    color: #262626;
    padding: 1rem 3rem 1.5rem 2rem;
}

.dyConLast .dy-product-function .product-function-item:nth-child(2n+1) {
    border-right: 2px solid #c2c2c7;
}

.dyConLast .dy-product-function .product-function-item:nth-child(-n+2) {
    border-bottom: 2px solid #c2c2c7;
}

.dyConLast .dy-product-function .product-function-item .top {
    height: 4rem;
}

.dyConLast .dy-product-function .product-function-item .top .title {
    font-size: 1.953rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 4rem;
    letter-spacing: 0.019rem;
    color: #262626;
}

.dyConLast .dy-product-function .product-function-item .top .title img {
    width: 6rem;
    display: inline;
    float: right;
}

.dyConLast .dy-product-function .product-function-item .con {
    height: 10rem;
    padding-top: 3rem;
}

.dyConLast .dy-product-function .product-function-item .con p {
    font-size: 1.563rem;
    font-weight: normal;
    letter-spacing: 0.019rem;
    color: #262626;
    line-height: 2.4rem;
}

.dyConLast .merchant-feedback {
    width: 100%;
}

.merchant-feedback-item {
    width: 62.085rem;
    height: 15.938rem;
    background-color: #59a7ff;

    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.swiper-slide-active .merchant-feedback-item {
    background: url(../images/dy/fankui_bg.png) no-repeat;
    background-size: 100% 100%;
}

.merchant-feedback-item .merchant-feedback-pic {
    display: flex;
    justify-content: space-between;
    height: 15.938rem;
    width: 28rem;
}

.merchant-feedback-item .merchant-feedback-pic img {
    display: block;
    margin: auto;
    width: 70%;
}

.swiper-slide-active .merchant-feedback-item .merchant-feedback-pic {
    width: 28rem;
}

.swiper-slide-active .merchant-feedback-item .merchant-feedback-pic img {

    width: 60%;
    margin-left: 4rem;
}

.merchant-feedback-intro {
    box-sizing: border-box;
    padding-top: 5.14rem;
    padding-right: 2.8rem;

}

.merchant-feedback-intro .merchant-feedback-intro-box {
    width: 100%;
}

.merchant-feedback-intro .merchant-feedback-intro-box p {
    font-size: 1.13rem;
    letter-spacing: 0.217rem;
    color: #fff;

}

.merchant-feedback-item p {
    font-size: 1.13rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.88rem;
    letter-spacing: 0rem;
    color: #666666;
    display: inline;
}

.rpaPlatform .pointPic {
    border: 1px solid #dbd8d8;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 30%);
}

.rpaPlatform .pointItem .role {
    color: #000000;
}

.productPerformanceRPA .text-center {
    padding: 3rem 0 0 0;
    background: url(../images/feisuo/title_bg.png) no-repeat;
    background-size: 100% 100%;
}

.productPerformanceRPA .section-title h2 {
    margin-top: 2rem;
}

.productPerformanceRPAItem {
    height: 24.5rem;
    padding-top: 3rem;
    position: relative;
}

.productPerformanceRPAItem .productPerformanceRPAIntro:nth-child(2n+1) {
    width: 42rem;
    float: left;
    margin-left: 5rem;
}

.productPerformanceRPAItem .productPerformanceRPAIntro:nth-child(2n+0) {
    width: 36rem;
    float: right;
}

.productPerformanceRPAItem .productPerformanceRPAIntro .title {
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.productPerformanceRPAItem .productPerformanceRPAIntro .title p {
    height: 2.638rem;
    font-size: 1.875rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 1.908rem;
    letter-spacing: 0.275rem;
    color: #000000;
    text-align: left;
}

.productPerformanceRPAItem .productPerformanceRPAIntro .p-item img {
    width: 0.6rem;
    margin-right: 0.375rem;
    padding-bottom: 0.5rem;
}

.productPerformanceRPAItem .productPerformanceRPAIntro .p-item p {
    font-size: 1.401rem;
    font-weight: normal;
    letter-spacing: 0.056rem;
    color: #000000;
    line-height: 2.4rem;
    display: inline;
}

.productPerformanceRPAPic img {
    width: 28rem;
    position: absolute;
}

.productPerformanceRPA .productPerformanceRPAItem:nth-child(1) .productPerformanceRPAPic img:nth-child(1) {
    width: 24rem;
    transform: translate(14%, -12%);
    z-index: 2;
}

.productPerformanceRPA .productPerformanceRPAItem:nth-child(1) .productPerformanceRPAPic img:nth-child(2) {
    transform: translate(1%, -20%);
    z-index: 2;
}

.productPerformanceRPA .productPerformanceRPAItem:nth-child(1) .productPerformanceRPAPic img:nth-child(3) {
    transform: translate(-6%, 14%);
    z-index: 2;
}

.productPerformanceRPA .productPerformanceRPAItem:nth-child(2) .productPerformanceRPAPic img:nth-child(1) {
    width: 34rem;
    transform: translate(-6%, -13%);
    z-index: 2;
}

.productPerformanceRPA .productPerformanceRPAItem:nth-child(2) .productPerformanceRPAPic img:nth-child(2) {
    transform: translate(13%, -3%);
    z-index: 2;
}

.productPerformanceRPA .productPerformanceRPAItem:nth-child(2) .productPerformanceRPAPic img:nth-child(3) {
    transform: translate(17%, -7%);
    z-index: 2;
}

.productPerformanceRPA .productPerformanceRPAItem:nth-child(3) .productPerformanceRPAPic img:nth-child(1) {
    transform: translate(5%, -2%);
    width: 34rem;
    z-index: 2;
}

.productPerformanceRPA .productPerformanceRPAItem:nth-child(3) .productPerformanceRPAPic img:nth-child(2) {
    transform: translate(21%, -16%);
    z-index: 2;
}

.productPerformanceRPA .productPerformanceRPAItem:nth-child(3) .productPerformanceRPAPic img:nth-child(3) {
    transform: translate(-21%, 23%);
    z-index: 2;
}

.productPerformanceRPA .productPerformanceRPAItem:nth-child(4) .productPerformanceRPAPic img:nth-child(1) {
    transform: translate(-15%, -12%);
    z-index: 2;
}

.productPerformanceRPA .productPerformanceRPAItem:nth-child(4) .productPerformanceRPAPic img:nth-child(2) {
    transform: translate(31%, 0%);
    z-index: 2;
}

.productPerformanceRPA .productPerformanceRPAItem:nth-child(4) .productPerformanceRPAPic img:nth-child(3) {
    transform: translate(35%, -6%);
    z-index: 2;
}

.productAdvantageRPA {
    background: url(../images/dy/last-bg.png) no-repeat;
    background-size: 100%;
}

.productAdvantageRPA .section-title h2 {
    color: #fff;
}

.productAdvantageRPA .section-title h2:before {
    background: url(../images/titleLine_w.png) no-repeat;
}

.advantage-demand {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.advantage-demand .item {
    width: 25%;
    color: #fff;
    border-radius: 20px;
    padding-left: 2rem 3rem;
}

.advantage-demand .item img {

}

.advantage-demand .item p {
    font-size: 1.563rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.6rem;
    letter-spacing: 0.063rem;
    color: #000000;
    text-align: center;
}

.advantage-demand .item {
    background-color: #fff;
    width: 17rem;
    height: 17rem;
    margin-top: 2rem;
    margin-bottom: 6rem;
}

.advantage-demand .item img {
    width: 8.3rem;
    display: block;
    margin: 1.6rem auto;
}

.productAdvantageRPA .sub-title {
    font-size: 2.083rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.067rem;
    letter-spacing: 0.106rem;
    color: #ffffff;
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-align: center;
}

.productAdvantageRPA .img-show {
    margin-bottom: 3rem;
}

.case .item {
    height: 27.8rem;
    background-color: #2896ff;
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid #67B5ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case .item:nth-child(2) {
    border-bottom: none;
    border-radius: 0 0 20px 20px;
    height: 31.8rem;
}

.case .item .pic {
    width: 27rem;
}

.case .item img {
    height: 20rem;
}

.case .item .inter {
    height: 15.438rem;
    width: 55.1rem;
    margin: auto 0;
    margin-right: 1.76rem
}

.case .item .inter .title {
    margin-bottom: 4rem;
    font-size: 2.063rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.485rem;
    letter-spacing: 0.1rem;
    color: #ffffff;
    border-left: 5px solid #fff;
    border-radius: 3px;
    padding-left: 3rem;

}

.case .item .inter .con p {
    font-size: 1.401rem;
    font-weight: normal;
    letter-spacing: 0.27rem;
    color: #ffffff;
    line-height: 2.2rem;
}

.case .item .inter .con p span {
    letter-spacing: 0.2rem;
}

.case .item .inter .title span {
    color: #ffc400;
}


.marketingBg {
    margin-right: -4.5%;
    padding-left: 5%;
}

.marketingBg img, .marketingUser1 img, .marketingUser2 img {
    display: block;
    width: 100%;
}

.marketingUser1, .marketingUser2 {
    position: absolute;
    bottom: -2rem;
}

.marketingUser1 {
    width: 23.75%;
    left: -2.2%;
}

.marketingUser2 {
    width: 20%;
    right: 3%;
}

.solutionPlatform.marketingDilemmaItem {
    padding-bottom: 2rem !important;
}

.dataAnalysis {
    background: #f3f8ff;
}

.item-bottom-bg {
    background: url('../images/leliao/item-bottom-bg.png') no-repeat bottom;
    background-size: 100% auto;
    width: 100%;
}

.dataAnalysis .data-title {
    display: flex;
    justify-content: center;


}

.dataAnalysis .data-title li:nth-child(n+2) {
    margin-left: 12%;
}

.dataAnalysis .data-title li {
    font-size: 1.43rem;
    line-height: 2rem;
}

.dataAnalysis .item-bg-k {
    background: url('../images/leliao/item-act-bg.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    height: 36rem;
    padding: 20px;
}

.dataAnalysis .m-show .item-bg-k{
    background:unset;
    height: auto;

}
.dataAnalysis .row-reverse {
    flex-direction: row-reverse;
}

.item-bg-k .con {
    display: flex;
    flex: 1;
    align-items: start;
    flex-direction: column;
    padding: 7.8% 5.8%;
    justify-content: space-between;
}

.item-bg-k .con .sub-title {
    font-size: 2.19rem;
    font-stretch: normal;
    letter-spacing: 0.11rem;
    color: #333333;
    font-weight: 600;
}

.item-bg-k .con-d {
    justify-content: flex-start;
}

.item-bg-k .con-d .sub-title {
    margin-bottom: 3rem;
}

.item-bg-k .con .item .title {
    font-size: 1.56rem;
    font-stretch: normal;
    line-height: 2.86rem;
    letter-spacing: 0.06rem;
    color: #1985ff;
    font-weight: 600;
}

.item-bg-k .con-d .item .title {
    font-size: 1.3rem;
    line-height: 3rem;

}

.item-bg-k .con .item .des {
    font-size: 1.0rem;
    font-weight: normal;
    letter-spacing: 0.04rem;
    color: #000000;
    line-height: 1.86rem;
}

.item-bg-k .con-d .item .des {
    margin-top: 1.12rem;

}

.item-bg-k .con-d .comment {
    margin-top: 2rem;
}

.item-bg-k .con-d .comment p {
    font-size: 1.04rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #8e8e8e;
}

.item-bg-k .img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-bg-k .img img {
    max-width: 34rem;
}


.con_banner {
    /*max-width: 1200px;*/
    /*min-width: 1127px;*/
    width: calc(70vw);
    display: flex;
    -webkit-box-align: center;
    height: 100%;
    margin: 0 auto;
    align-items: center;
}


.con_banner .textArea {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-content: start;
}

.con_banner .slider-pic {
    width: 50%;
    height: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
}

.con_banner .slider-pic > img {
    max-width: 100%;
}

#leliaoBanner .con_banner .slider-pic > img {
    max-width: 80%;
    margin-left: 20%;
}

.outboundBanner .con_banner .slider-pic > img {
    max-width: 80%;
    margin-left: 20%;
}


.dataAnalysis .qk-con {
    justify-content: space-between;
}

.dataAnalysis .qk-con .ll_data_left {
    width: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.dataAnalysis .qk-con .ll_data_left img {
    max-width: 90%;
}

.dataAnalysis .qk-con .ll_data_right {
    width: 50%;
    padding: 25px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
}

.dataAnalysis .qk-con .ll_data_right .item {
    height: 8rem;
}

.dataAnalysis .qk-con .ll_data_right .item .title {
    height: 2.94rem;
    font-weight: 600;
    font-size: 1.56rem;
    font-stretch: normal;
    line-height: 1.86rem;
    letter-spacing: 0.06rem;
    color: #1985ff;
}

.dataAnalysis .qk-con .ll_data_right .item .b-con {

    font-size: 1.04rem;
    font-weight: normal;
    letter-spacing: 0.04rem;
    color: #000000;
}


.intelligentOutboundCall .whyNeed {
    font-size: 16px;
    background: url('../images/outbound/whyNeedBg.jpg') no-repeat;
    background-size: 100% 100%;
    padding: 0;
    position: relative;
}
.intelligentOutboundCall .whyNeed .section-des{
    display: none;
}
.intelligentOutboundCall .whyNeed .section-title {
    position: absolute;
    width: 100%;
    top: 6rem;
}
.intelligentOutboundCall .whyNeed .section-title-m {
    display: none;
}
.intelligentOutboundCall .section-title h2 {
    font-size: 2.19rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0.11rem;
    color: #333333;
    margin-bottom: 1.5rem;

}
.m-show{
    display: none!important;
}
.intelligentOutboundCall .container {
    padding: 0;

}

.intelligentOutboundCall .maxWidth {
    width: 100%;
}

.intelligentOutboundCall .whyNeed .problemList {
    position: relative;
    width: 100%;
    height: 57.5rem;
    background: url(../images/outbound/problemBg.png) no-repeat;
    background-size: 88.37rem auto;
    background-position: center center;
    position: relative;
}

.intelligentOutboundCall .whyNeed .problemList .item {
    display: flex;
    align-items: center;
    width: 28rem;
    justify-content: end;
    top: 32%;
    left: 50%;
    position: absolute;
}

.intelligentOutboundCall .whyNeed .problemList .item .left {
    text-align: right;
    font-size: 1.13rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.06rem;
    letter-spacing: 0.04rem;
    color: #000000;
}

.intelligentOutboundCall .whyNeed .problemList .item .right {
    width: 8.75rem;
    height: 8.75rem;
}

.intelligentOutboundCall .whyNeed .problemList .item .right img {
    width: 100%;
    max-width: 100%;
}

.intelligentOutboundCall .whyNeed .problemList .item:nth-child(1) {
    transform: translate(-128%, -30%);
}

.intelligentOutboundCall .whyNeed .problemList .item:nth-child(2) {
    transform: translate(30%, -30%);
    flex-direction: row-reverse;
    justify-content: start;
}

.intelligentOutboundCall .whyNeed .problemList .item:nth-child(2n+1) .right {
    margin-left: 1.5rem;
}

.intelligentOutboundCall .whyNeed .problemList .item:nth-child(2n) .left {
    margin-left: 1.5rem;
    text-align: left;
}

.intelligentOutboundCall .whyNeed .problemList .item:nth-child(3) {
    transform: translate(-128%, 237%);
}

.intelligentOutboundCall .whyNeed .problemList .item:nth-child(4) {
    transform: translate(30%, 237%);
    flex-direction: row-reverse;
    justify-content: start;
}


.function-display {
    display: flex;
    justify-content: space-between;
}

.function-display .item {
    display: flex;
    flex-direction: column;
    width: 19rem;
    height: 20rem;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    border-radius: 7px 7px 0 0;
}

.function-display .item .top {
    height: 8rem;
    width: 100%;
    padding-left: 11%;
    padding-top: 9%;
}

.function-display .item .top .title {
    font-size: 1.38rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.06rem;
    letter-spacing: 0.06rem;
    color: #ffffff;
    margin-bottom: 0.4rem;
}

.function-display .item .top .dec p {
    font-size: 0.88rem;
    font-weight: normal;
    letter-spacing: 0.04rem;
    color: #ffffff;
    line-height: 1.6rem;
}

.function-display .item .bottom {
    padding-left: 11%;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    height: 13rem;
    padding-top: 1.8rem;
}

.function-display .item .bottom img {
    max-width: 100%;
}

.function-display .item .bottom span {
    font-size: 0.88rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.69rem;
    letter-spacing: 0.04rem;
    color: #000000;
    margin-left: 6px;
}

.function-display .item:nth-child(1) {
    background: url(../images/outbound/item-bg-5.png) no-repeat;
    background-size: 100% auto;
}

.function-display .item:nth-child(2) {
    background: url(../images/outbound/item-bg-6.png) no-repeat;
    background-size: 100% auto;
}

.function-display .item:nth-child(3) {
    background: url(../images/outbound/item-bg-7.png) no-repeat;
    background-size: 100% auto;
}

.function-display .item:nth-child(4) {
    background: url(../images/outbound/item-bg-8.png) no-repeat;
    background-size: 100% auto;
}

.intelligentOutboundCall .effect {
    padding-bottom: 13rem;
}

.intelligentOutboundCall .effect .row {
    display: flex;
    /* padding: 0 8%; */
    justify-content: space-between;
    align-items: center;
}

.intelligentOutboundCall .effect .row .item {
    width: 16rem;
    height: 19rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.56rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.125rem;
    letter-spacing: 0.125rem;
    color: #000000;
    margin-top: 4rem;
}

.intelligentOutboundCall .effect .row .item .title {
    margin-top: 1rem;
}

.intelligentOutboundCall .effect .row .item img {
    max-width: 100%;
    width: 100%;
    box-shadow: 0 0 1px rgb(0 0 0 / 30%);
    border-radius: 18px;
}

.intelligentOutboundCall .effect .row .item span {
    font-size: 2.19rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #0386fc;
}

.outboundAdvantage {
    background: #1985ff;
    padding-bottom: 10rem;
}

.outboundAdvantage .section-title h2 {
    color: #ffffff
}

.understand .container .row {
    margin: 0;
}

.understand .item-bg-k {
    margin-bottom: 5rem;
}

.understand .item-bg-k {
    background: url(../images/outbound/prssbg.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    display: flex;
    flex-flow: column;
    height: 21rem;
}

.understand .item-bg-k .sub-title {
    width: 100%;
    height: 4.31rem;
    font-size: 1.6rem;
    font-stretch: normal;
    line-height: 8rem;
    letter-spacing: 0.28rem;
    color: #1985ff;
    text-align: center;
    font-weight: 600;
}

.understand .item-bg-k .process ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}

.understand .item-bg-k .process ul li {
    font-size: 1.36rem;
    display: flex;
    flex-direction: column;
    height: 16rem;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 25%;
}

.understand .item-bg-k .process ul li .img-xia {
    position: absolute;
    top: 41%;
    width: 2rem;
    right: -1rem;
}

.understand .item-bg-k:nth-child(3) .process ul li .img-xia {

    right: -21%;
}

.understand .item-bg-k .process ul li .icon {
    width: 32%
}

.understand .item-bg-k .process ul li p {
    margin-top: 1rem;
}

.productAdvantages .kh-b-k {
    margin-top: 5rem;
    padding-top: 5rem;
    background: url(../images/leliao/bh-b-k.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
}


.intelligentOutboundCall .outbound-title-bg {
    background: url(../images/outbound/outbound-title-bg.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
}


.intelligentOutboundCall .advantage .section-title h2 {
    color: #ffffff;
}


.solutionAdvList {
    margin-top: 1rem;
}

.dataAnalysis .data-title > .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #1d6bff !important;
}

.solutionAdvBox {
    width: 100%;
    height: 25.31rem;
    background: url('../images/saidDone/solutionAdvBg.png') no-repeat;
    background-size: 100% 100%;
}

.solutionAdvTitle {
    text-align: center;
    font-size: 1.88rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2.25rem;
    letter-spacing: 0rem;
    color: #333333;
    margin-bottom: 1.4rem;
}

.solutionAdvBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.advIntroBox {
    margin-bottom: 2rem;
}

.advIntroBox h3 {
    font-size: 1.38rem;
    line-height: 2.81rem;
    letter-spacing: 0rem;
    color: #666666;
    margin-bottom: 0.75rem;
}

.advIntroBox p {
    font-size: 1.13rem;
    line-height: 2rem;
    letter-spacing: 0rem;
    color: #666666;
}

.solutionAdvItem {
    margin-bottom: 3.25rem;
}

.solutionAdvList .solutionAdvItem:last-child {
    margin-bottom: 1.88rem;
}

.productItem {
    box-sizing: border-box;
    padding-top: 0.5rem;
}

.solutionAdvPic {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solutionAdvPic img {
    max-width: 62%;
    max-height: 85%;
}

.solutionAdvIntro {
    width: 50%;
    box-sizing: border-box;
    padding-right: 4.4rem;
    padding-top: 1.8rem;
    padding-left: 1.3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â³ÃƒÂ¤Ã‚ÂºÃ…Â½ÃƒÂ¦Ã‹â€ Ã¢â‚¬ËœÃƒÂ¤Ã‚Â»Ã‚Â¬ */

.companyIntroInfo p {
    font-size: 1.25rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.25rem;
    letter-spacing: 0.03rem;
    color: #666666;
    margin-bottom: 2.25rem;
}

.companyPic {
    margin-top: 4.5rem;
    display: flex;
    justify-content: space-between;
}

.companyPic .companyPic1 {
    width: 50%;
}

.companyPic .companyPic2 {
    width: 22.59%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.companyPic .companyPic4 {
    width: 22.59%;
}





.us_banner {
    background: url(../images/us_banner.jpg) no-repeat center center;
    background-color: rgba(15, 15, 15, .8);
}

.about_us .pic_bar img {
    width: 85%;
}

.about_us .logo img {
    height: 64px;
}

.about_technology .pic span {
    display: block;
    height: 100px;
    padding-top: 40px;
    text-align: center;
    background-color: #2390cd;
    color: #fff;
    font-size: 18px;
}

.about_service .pic span {
    display: block;
    height: 100px;
    padding-top: 40px;
    text-align: center;
    background-color: #2390cd;
    color: #fff;
    font-size: 18px;
}

.about_service .row {
    margin-left: -5px;
    margin-right: -5px;
}

.join_banner {
    background: url(../images/join_banner.jpg) no-repeat center center;
    background-color: rgba(120, 120, 120, .8);
}

.join_us h2 img {
    vertical-align: middle
}

.join_us .post_list {
    margin-bottom: 30px;
    font-size: 20px;
}

.md-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    transition: all 0.3s;
}

.md-modal .join_detail {
    margin-left: -15px;
    margin-right: -15px;
}

.md-modal .close {
    position: absolute;
    right: 30px;
    top: 20px;
    opacity: 1;
}

.md-modal .title {
    width: 100%;
    height: 160px;
    padding: 20px 40px;
}

.md-modal .title h2 {
    color: #fff;
    font-size: 34px;
    margin-top: 34px;
}

.md-modal .content {
    background-color: #fff;
    height: 540px;
    overflow-x: hidden
}

.md-modal .content .text {
    padding: 40px;
}

.md-modal .content .text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #1985ff;
    margin-bottom: 1em;
    line-height: 1.5em;
}

.md-modal .content .text p {
    font-size: 18px;
    font-weight: 400;
    color: #3e3a3a;
    margin-bottom: 1em;
    line-height: 1.8em;
}

.md-modal .sh_pic {
    background: url(../images/join_sh_pic.jpg) no-repeat center center;
}

.md-modal .hz_pic {
    background: url(../images/join_hz_pic.jpg) no-repeat center center;
}

.sub_banner {
    height: 200px;
}

.service_banner {
    background: url(../images/service_banner.jpg) no-repeat center center;
    background-color: rgba(91, 95, 98, .8);
}

.sub_banner h1 {
    font-size: 40px;
    margin-top: 20px;
}

.sub_banner h1 span {
    display: block;
    font-size: 18px;
}

.leftnav {
    border-right: solid 1px #3e3a3a;
    padding-bottom: 50px;
    margin-right: 30px;
}

.leftnav li {
    margin-bottom: 10px;
    font-size: 18px;
}

.leftnav li a:hover, .leftnav li .active {
    color: #1985ff;
}

.service_content h3 {
    margin: 0px 0px 10px;
    color: #3e3a3a
}

.service_content h3 span {

    color: #1985ff;
    font-size: 60px;
    vertical-align: sub;
    margin-right: 10px;
}

.service_content p {
    margin-bottom: 40px;
    font-size: 15px;
}

.policy_banner {
    background: url(../images/policy_banner.jpg) no-repeat center center;
    background-color: rgba(21, 31, 36, .8);
}

.contact_banner {
    background: url(../images/contact_banner.jpg) no-repeat center center;
    background-color: rgba(36, 51, 99, .8);
}

.service_content .map {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: 250px;
}

.team {
    padding: 50px 0;
}

.team .media-left {
    padding-right: 25px;
}

.team__item {
    margin-bottom: 30px;
}

.team__cover {
    width: 214px;
}

.team__title {
    color: #1985ff;
    font-weight: 400;
}

.city-title__text {
    display: inline-block;
    width: 140px;
    vertical-align: middle;
    font-weight: 400;
    color: #1985ff;
    margin-bottom: 1em;
    line-height: 1.5em;
}

.gray_bg {
    background-color: #f6f6f6;
    padding: 50px 0px;
}

.top50 {
    margin-top: 50px;
}

.bottom50 {
    margin-bottom: 50px;
}

.page_warpper h2 {
    margin-bottom: 15px;
}
.onlineService {
    width: 60px;
    height: 60px;
    background: url('../images/dialog-main3.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    background-color: rgb(98, 168, 234);
    position: fixed;
    right: 42px;
    bottom: 110px;
    box-shadow: rgba(41, 40, 40, 0.356) 1px 3px 3px 0px;
}
.css-1sn7bqj {
    width: 600px !important;
    height: 600px !important;
    max-width: 100vw;
    max-height: 100vh;
    margin: -4px !important;
}
.hero .slick-prev {
    left: -100px;
}
@media (max-width: 544px) {
    .platformImg img {
        width: 100% !important;
    }

    .timelineCarousel {
        display: none !important;
    }

    .timelineImg {
        display: block !important;
    }

    .timelineCarousel .slide {
        bottom: 0 !important;
    }

    .timelineCarousel {
        padding-right: 0 !important;
        padding-left: 6% !important;
    }

    .timelineCarousel .slide {
        width: 22%;
    }

    .timelineItem .timeline {
        padding-right: 1.2rem !important;
    }

    .helpCont .title {
        font-size: 2rem !important;
        margin-bottom: 0.8rem !important;
    }

    .safetyCont.commonItem {
        display: none;
    }

    .commonItem.newsCont {
        padding-bottom: 2.5rem !important;
    }

    .commonItem.customerSelectCont {
        padding-bottom: 1rem !important;
    }

    .helpWay .counter-grids {
        margin-bottom: 2rem;
    }

    .helpWay .helpItem {
        width: 32.5% !important;
    }

    .safetySelect .item {
        display: block !important;
        align-items: initial !important;
    }

    .indexNewsList .newsPic {
        border-left: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
    }

    .indexNewsList .newsPic img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100%;
        max-height: 100%;
    }

    .indexNewsList .newsLeft, .newsCenterTop, .indexNewsList .newsCenterLeft, .indexNewsList .newsCenterRight, .newsRightBottom, .newsRightTop {
        height: 10rem !important;
    }

    .safetySelect .item img {
        margin: 0 auto !important;
        display: block;
    }

    .safetySelect .item .safetyPic {
        width: 6rem !important;
        margin-right: 1rem;
    }

    .safetySelect .itemBox {
        width: 100% !important;
    }

    .wayBox .wayCont span {
        white-space: nowrap;
        font-size: 0.85rem;
    }

    .featureList .featureItem {
        width: 94%;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 10px;

    }
    .commonItem.technicalCoreCont {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .introLine a {
        font-size: 12px !important;
    }

    .introLine a, .introLine a:last-child {
        margin: 0 !important;
        margin-left: 0.5rem !important;
    }

    .technicalItem {
        height: auto !important;
        padding-bottom: 1rem !important;
    }

    .site-header .navbar-header .navbar-brand {
        margin-left: -15px;
    }

    .phoneBox img {
        width: 24px;
        height: 24px;
        margin-right: 3.2px;
    }

    .phoneBox span {
        font-size: 15px;
    }

    .navbar-brand > img {
        font-size: 96px;
    }

    .caseDataBox {
        margin-top: 3rem;
        margin-bottom: 0.5rem;
    }

    .companyBanner .slide-caption {
        transform: translateY(-75%) !important;
    }

    .testimonial-sub {
        display: block;
    }

    .testimonial-img {
        width: 100% !important;
    }

    .testimonial-tumb-content {
        float: left;
        padding: 0 !important;
    }

    .caseList .caseIntro {
        display: block;
    }

    .caseContent h4 {
        white-space: pre-wrap;
        word-break: break-word;
    }

    .newsBannerBox .newsBannerTitle {
        font-size: 1.5rem;
    }
    .dyPc {
        display: none;
    }

    .dyPhone {
        background-image: url(../images/dy/dy-phone-bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        height: 223rem;
    }

    .pcShow {
        display: none;
    }

    .phoneShow {
        display: inline;
    }

    .industryList li:nth-child(2) .introTitle {
        transform: translateY(0);

    }

    .industryList li:hover .introTitle {
        padding-bottom: 3rem;
    }


    .marketingUser1 {
        left: -1.2%;
    }

    .propertyBox {
        width: 24.8%;
        max-width: 24.8%;
    }

    .propertyBox p {
        font-size: 12px;
    }

    .teamMember .memberPic {
        display: flex;
        align-items: center;
    }

    .memberIdentity .memberName {
    }

    .coreAdvBox p {
        font-size: 12px;
    }

    .awardCarousel {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .awardCarousel .slide {
        padding: 0 1rem;
    }

    .honorAwardItem {
        width: 100%;
    }

    .competitionBox {
        margin-top: 3rem !important;
    }

    .skillBg img {
        margin-top: 3rem !important;
        width: 95%;
    }

    .industryCont.commonItem {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .industryBg {
        height: 25rem;
    }

    .industryList {
        width: 250vw;
    }

    .industryList li {
        width: 50vw;
    }

    .industryIntro, .industryIntro .introTitle, .industryIntro .introTitle::after {
        transition: none;
    }

    .industryList li:hover {
        margin-top: 0rem;
    }

    .industryIntro a {
        display: none;
    }

    .industryList li:first-child .introTitle {
        transform: translateY(0);
    }

    .industryList li:hover .industryIntro a {
        display: block;
    }

    .footerItem p, .footerItem a, .copyRight p, .copyRight a, .copyRight {
        font-size: 12px;
    }

    .safetyList {
        display: flex;
        justify-content: flex-start;
    }

    .footerBottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footerCenter, .footerRight {
        margin-top: 1rem;
    }

    .footerBottom {
        padding-top: 0;
    }

    .footerCenter {
        display: none;
    }

    .footerLeft {
        width: 100%;
        display: none;
    }

    .caseLogo img {
        max-width: 85%;
    }

    .newsArticle {
        width: 100%;
    }

    .articleRight {
        display: none;
    }

    .teachingSkill {
        width: 100%;
        max-width: 100%;
    }

    .teachingItem {
        width: 100%;
    }

    .teachingPic img {
        width: 3.5rem !important;
        height: 3.5rem !important;
        margin-top: 2rem;
        margin-right: 1rem;
    }

    .slide-caption {
        box-sizing: border-box;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .solutionAdvPic {
        height: auto;
    }

    .solutionAdvBox {
        height: auto;
    }

    .solutionAdvPic img {
        max-width: 80%;
    }

    .solutionAdvIntro {
        width: 58%;
    }

    .solutionAdvPic {
        width: 40%;
    }

    .solutionAdvIntro {
        padding-right: 1.5rem;
    }

    .productIntroBox .productName {
        margin-bottom: 2rem;
    }

    .productIntro {
        padding-top: 3rem;
    }

    .copyRight {
        text-align: center;
        margin-top: 1.2rem;
    }

    .footerCont {
        padding-top: 1rem;
        padding-bottom: 2.5rem;
    }

    .commonItem.descriptionItem {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .newsCont .newsInfo span {
        right: -5rem;
        bottom: -1.4rem;
    }

    .consultBtn {
        width: 11rem !important;
        height: 3.5rem !important;
        /* font-size: 2rem!important; */
    }

    .consultBtn img {
        width: 10rem;
    }

    .bannerBtn {
        /* width: 12.5rem; */
        height: 3.5rem;
        /* font-size: 2rem; */
    }

    .bannerBtn img {
        width: 0.5rem;
    }

    .featureList .featureItem {
        width: 94%;
        height: auto;
        min-height: 20rem;
    }

    .memberIdentity .memberName {
        width: auto;
        font-size: 2.5rem;
    }

    .memberIntro .memberIdentity {
        margin-bottom: 0.8rem;
    }

    .memberIntro .memberIdentity span {
        font-size: 1.6rem;
    }

    .commonItem.serviceProcessCont {
        padding-bottom: 13rem;
    }

    .serviceProcessLoop ul {
        width: 95%;
    }

    .serviceProcessLoop ul li {
        width: 26.3%;
    }

    .serviceProcessLoop ul li:first-child {
        left: 0;
        top: 50%;
        transform: translate(-11%, -28%);
    }

    .serviceProcessLoop ul li:nth-child(2) {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -28%);
    }

    .serviceProcessLoop ul li:nth-child(3) {
        right: 0;
        top: 50%;
        transform: translate(11%, -28%);
    }

    .serviceProcessLoop ul li:nth-child(4) {
        right: 0;
        top: 50%;
        transform: translate(11%, 107%);
    }

    .serviceProcessLoop ul li:nth-child(5) {
        left: 50%;
        top: 50%;
        transform: translate(-50%, 107%);
    }

    .serviceProcessLoop ul li:nth-child(6) {
        left: 0;
        top: 50%;
        transform: translate(-11%, 107%);
    }

    .serviceProcessLoop ul {
        height: 30.13rem;
    }

    .timelineCarousel .slide .timelineItem img {
        max-width: 50%;
        margin-left: 1.5rem;
    }

    .timelineItem .timeline::before {
        height: 100%;
    }

    .timelineShow {
        margin-top: 2.5rem;
    }

    .foundingTeamCont .foundingTeam {
        max-width: 100%;
    }

    .propertyBox {
        height: 12rem;
    }

    .propertyBox .dataNum img {
        width: 3.5rem;
    }

    .propertyBox .dataNum h2 {
        font-size: 3rem;
    }

    .coreAdvBox {
        width: 24.8%;
        max-width: 24.8%;
        padding-top: 0;
    }

    .coreAdvBox .coreAdvImg {
        height: 7rem;
    }

    .coreAdvBox:nth-child(1) .coreAdvImg img {
        width: 5rem;
        height: auto;
    }

    .coreAdvBox:nth-child(2) .coreAdvImg img {
        width: 4rem;
        height: auto;
    }

    .coreAdvBox:nth-child(3) .coreAdvImg img {
        width: 4.5rem;
        height: auto;
    }

    .coreAdvBox:nth-child(4) .coreAdvImg img {
        width: 4rem;
        height: auto;
    }

    .case .item img {
        height: 11rem;
    }
}

@media screen and (min-width: 545px) {
    .timelineCarousel {
        width: auto !important;
        margin-top: -10% !important;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }
    .section-padding {
        padding: 3.5rem 0;
    }

    .ptb-100-70 {
        padding-bottom: 2.2rem !important;
    }
    .contact-validation-active #success, .contact-validation-active #error {
        font-size: 15px;
    }
    .blog-sidebar {
        margin-top: 80px;
    }
    .blog-sidebar .widget {
        padding: 35px 25px;
    }
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
    .safetySelect {
        width: 95%;
    }

    #header .navbar-header {
        margin-left: -30px;
    }

    .site-header .navbar-header {
        width: auto !important;
    }

    .phoneBox img {
        width: 1.8rem;
        height: 1.8rem;
    }

    .phoneBox span {
        font-size: 1.4rem;
    }

    .site-header .navbar-header .navbar-brand {
        padding-left: 0;
        padding-right: 5.6px;
    }

    .navbar-brand > img {
        width: 128px;
    }

    .site-header #navbar .navbar-nav {
        margin: 0;
    }

    .site-header .navigation > .container {
        padding: 0 5px;
    }

    .hero .slide-caption .btns {
        margin-top: 0.6rem !important;
    }

    .hero .slide-caption > div {
        font-size: 12.8px;
    }

    .helpOtherBanner .slide-subtitle {
        padding: 0 0.5rem;
        box-sizing: border-box;
    }

    .solutionColumn .columnTitle {
        margin-right: 2rem !important;
    }

    .columnList {
        overflow: hidden;
        overflow-x: auto;
    }
    .side-info .header-search-form {
        top: 63px;
        right: 15px;
    }
    .slide-title, .slide-subtitle p {
        text-align: center;
        margin-bottom: 0.4rem;
    }

    .slide-caption .btns {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .companyBanner .slide-caption {
        transform: translateY(-70%) !important;
    }

    .site-header .navbar-header button {
        right: 10px;
        width: 35px;
        height: 28px;
        padding: 4px 8px;
    }
    .solutionColumn {
        top: 0;
    }

    .sideBarItem {
        opacity: 0;
        transition: all 0.3s;
    }

    .sideBarBtn {
        opacity: 1 !important;
    }

    .hero-style-1 {
        display: none !important;
    }

    .phoneBanner {
        display: block !important;
    }
    .theme-signin {
        width: 100%;
    }

    .newsBox li {
        margin-bottom: 2rem;
    }

    .newsBox .newsRight .newsCont {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .newsBox .newsRight {
        margin-left: 0.5rem;
    }

    .newsBox .newsRight .newsTitle {
        margin-bottom: 0;
    }

    .newsBox .newsRight .newsTime {
        left: calc(15% + 5.5rem);
    }

    .newsBox .newsRight::after {
        bottom: -1rem;
    }

    .contactWay {
        flex-wrap: wrap;
    }

    .wayBox .wayCont {
        margin-left: 0.3rem;
    }

    .contactWay .contactItem {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .theme-signin li strong {
        width: auto !important;
    }
    .newsDetail {
        min-height: auto;
    }

    .rightRight .rightItem {
        margin-left: 0;
    }

    .footerCenter .qrCode {
        position: absolute;
        top: 0 !important;
        right: 0 !important;
        transform: translate(100%, -88%) !important;
    }
    .container {
        width: 100% !important;
    }
    .assuranceCont {
        width: calc(100% - 16rem);
        margin-left: 0;
    }

    .commonItem.solutionCont {
        padding-bottom: 0rem;
    }

    .solutionLoop ul li p {
        bottom: 12px;
    }

    .solutionLoop {
        margin-top: 0;
    }

    .propertyBox {
        padding-top: 2rem;
    }

    .recommendItem .recommendIcon {
        margin-left: 1rem;
    }

    .qualityTable td {
        white-space: pre-wrap;
        line-height: initial !important;
        padding: 0.5rem 0.5rem;
    }

    .qualityTable .tableTop td {
        padding: 1.5rem 0.5rem;
    }

    .productFunctionItem {
        background-size: auto 100%;
        background-position: top right;
    }

    .smartMarketing .marketingItem {
        width: 31%;
    }

    .productFunctionItem .functionCont {
        padding: 0 1.5rem 4rem;
    }

    .chatLine {
        margin-bottom: 1rem;
    }

    .functionItem .functionBtn {
        width: 11rem;
    }

    .chatLine .chatBox {
        line-height: 2rem;
    }

    .productFunctionItem .functionCont.functionFAQs {
        padding: 1.5rem 1.5rem 2rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .FAQsLeft {
        width: 100%;
    }

    .FAQsRight {
        width: 100%;
        margin-top: 3rem;
    }

    .solutionPlatform.marketingDilemmaItem {
        padding-top: 7rem !important;
        background: #f6faff
    }

    .networkIntro, .networkIntro p {
        display: inline-block;
    }

    .companyCulture {
        width: 100%;
        max-width: 100%;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .culturePic {
        margin-bottom: 1rem;
    }

    .cultureItem h3 {
        font-size: 1.5rem;
        white-space: nowrap;
    }

    .teamMember .memberItem {
        margin-bottom: 2rem;
    }

    .introLine a, .introLine a:last-child {
        margin: 0 0.5rem;
    }

    .coreTop .technicalTitle {
        margin-left: 1.5rem;
    }

    .technicalItem {
        padding: 0;
    }

    .coreTop .technicalTitle {
        margin-bottom: 3rem;
    }

    .competitionImg {
        max-width: 95%;
        margin: 0 auto !important;
    }

    .competitionBox {
        flex-wrap: wrap;
    }

    .competitionList {
        margin-left: -3.25rem;
        width: 95%;
        margin: 2.5rem auto 0;
        display: flex;
        flex-wrap: wrap;
    }

    .footerCont {
        box-sizing: border-box;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .commonItem {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .scanQRCode {
        padding: 0;
    }

    .newsCont .newsColumn {
        width: 100%;
        margin: 0;
        margin-bottom: 2rem;
    }

    .commonLeftItem {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .newsCont .newsColumn li {
        float: left;
        margin-right: 1.5rem;
    }

    .newsCont .newsColumn li a {
        font-weight: bold;
    }

    .newsCont .newsList {
        width: 100%;
    }

    .partnerCarousel .slide {
        /*padding: 3.13rem 3rem 1.44rem 3rem;*/
    }

    .partnerItem .logoBg {
        margin-right: 0;
    }

    .partnerInfo {
        width: calc(100% - 16rem);
    }

    .partnerInfo .partnerName {
        margin-bottom: 1rem;
    }

    .footerTop {
        display: none;
    }

    .about_service .pic span img {
        width: 30%;
    }

    .join_us .post_list {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .join_us .left_list {
        text-align: right;
    }

    .md-modal {
        width: 100%;
        height: 100%;
        overflow: scroll;
    }

    .md-modal .content {
        height: 100%;
    }

    .team .media-left {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-bottom: 16px;
    }

    .team .media-body {
        text-align: center;
    }

    .team__cover {
        margin-left: auto;
        margin-right: auto;
    }

    .team__item {
        margin-bottom: 24px;
    }

    .team__title {
        font-size: 16px;
    }

    .city-title__text {
        width: 80px;
    }

    .page_warpper h2, .page_warpper p {
        font-size: 18px;
    }

    .page_warpper h2 {
        font-size: 18px;
    }

    .gray_bg {
        background-color: #f6f6f6;
        padding: 25px 0px 50px 0px;
    }

    .top50 {
        margin-top: 20px;
    }

    .bottom50 {
        margin-bottom: 50px;
    }

    .md-modal .content .text p {
        font-size: 14px;
        font-weight: 400;
        color: #3e3a3a;
        margin-bottom: 1em;
        line-height: 1.8em;
    }

    .back-to-top {
        right: 25px !important;
        bottom: 25px !important;
    }

    .onlineService {
        right: 15px !important;
        bottom: 90px !important;
    }

    .numberTotal .dataNum {
        font-size: 2rem;
    }

    .numberTotal .dataNum h2 {
        font-size: 2.8rem;
    }

    .teachingItem {
        height: auto;
        padding: 2.5rem 1.8rem;
    }

    .teachingCont {
        background: url(../images/read/teachingBg.png) no-repeat;
        background-color: #F8F8F8;
        background-size: auto 50%;
    }

    .teachingSkill {
        padding: 1rem;
    }

    .teachingPic {
        width: auto;
        height: auto;
        opacity: 0.75;
    }











    .solutionLoop ul {
        background: #fff;
    }

    .solutionLoop ul li {
        transform: none !important;
        left: 0;
        right: 0;
        position: initial;
        width: 50%;
        float: left;
        margin-bottom: 1.5rem;
        height: 5rem;
    }

    .solutionLoop ul li p {
        bottom: 2px;
    }

    .solutionLoop .item img {
        position: absolute;
        left: 11%;
        top: 50%;
        transform: translate(0, -50%);
        width: 5rem;
        height: auto;
    }

    .solutionLoop .item .solutionBtn {
        width: 19rem;
        margin-left: 5rem;
    }

    .solutionLoop .item .solutionBtn h2 {
        letter-spacing: 0.15rem;
    }

    .solutionLoop .item .solutionBtn h2:last-child {
        margin-top: 0rem;
    }

    .solutionLoop ul li:nth-child(n + 4) .solutionBtn {
        margin-left: 5rem;
    }

    .solutionLoop ul li img {
        left: 0 !important;
    }

    .product-container .product-features-tab {
        display: inline-block;
        height: 2.6rem;
        line-height: 2.6rem;
        position: relative;
        color: #fff;
        cursor: pointer;
        position: relative;
        font-size: 1rem;
        padding: 0.2rem 0.3rem;
        border-radius: 6px;
        width: 13rem;
        float: left;

    }

    .product-container .product-features-tab:nth-child(1) {
        margin-left: 0px;
    }

    .product-container .product-features-tab:nth-child(2) {
        margin-left: 0px;
        width: 12rem;
    }

    .product-container .product-features-tab:nth-child(3) {
        margin-left: 0px;
        width: 14rem;
    }

    .product-container .product-features-tab:nth-child(4) {
        margin-left: 0px;
        width: 9rem;
    }

    .product-container .product-features-contents {
        min-height: 150px;
    }

    .marketingDilemmaChat .marketingItem {
        width: 66%;
        margin: 0 auto;
    }

    .productFunctionChat .item {
        width: 100%;
    }

    .productFunctionChatPic img {
        left: -7%;
        width: 56%;
    }

    .productFunctionChatIntro .p-item {
        height: 6rem;
    }

    .productFunctionChatIntro .p-item p {
        line-height: 3rem;
    }

    .productCaseItem {
        height: 28.75rem;
    }

    .productCaseItem .productCasePic img {
        width: 100%;
        display: block;
        margin-top: 5.5rem;
        height: auto;
        border-radius: 0;
    }

    .productCaseItem .productCaseIntro .productCaseFoot {
        margin-top: 0;
    }

    .productCaseItem .productCaseIntro {

        padding: 1rem 1.125rem 2rem 1rem;
    }

    .row .productCaseItem:nth-child(2) .productCaseIntro .productCaseFoot .item {

        width: 23%;
    }

    .row .productCaseItem:nth-child(2) .productCaseIntro .productCaseFoot .item:nth-child(4) {
        width: 28%;
    }

    .teachingItem {
        width: 100%;
    }

    .productAdvantagesLoop ul {
        background: url(../images/leliao/bgWayPhone.png) no-repeat;
        background-size: 100%;
    }

    .productAdvantagesLoop ul li {
        display: none;
    }

    .pointItem .pointPic {
        width: 90%;
    }

    .productPerformanceRPAItem .productPerformanceRPAIntro:nth-child(2n+1) {
        width: 20rem;
        margin-left: 2rem;
    }

    .productPerformanceRPAItem .productPerformanceRPAIntro .title p {
        height: 2.838rem;
        font-size: 1.875rem;
        line-height: 2.58rem;
        letter-spacing: 0.275rem;
    }

    .productPerformanceRPAPic img {
        width: 21rem;
    }

    .productPerformanceRPA .productPerformanceRPAItem:nth-child(1) .productPerformanceRPAPic img {
        top: 41.5%;
        left: 53%;
    }

    .productPerformanceRPA .productPerformanceRPAItem:nth-child(2) .productPerformanceRPAPic img {
        top: 46%;
        left: -5%;
    }

    .productPerformanceRPA .productPerformanceRPAItem:nth-child(3) .productPerformanceRPAPic img {
        top: 51%;
        left: 50%;
    }

    .productPerformanceRPA .productPerformanceRPAItem:nth-child(4) .productPerformanceRPAPic img {
        top: 56.5%;
        left: -7%;
    }

    .productPerformanceRPAItem .productPerformanceRPAIntro:nth-child(2n+0) {
        width: 25rem;
    }

    .advantage-demand .item {
        background-color: #fff;
        width: 24%;
        height: 12rem;
        margin-top: 2rem;
        margin-bottom: 6rem;
    }

    .advantage-demand .item img {
        width: 6.3rem;
        display: block;
        margin: 1rem auto;
    }

    .case .item {
        height: 33.8rem;
    }

    .case .item .inter {
        height: 23.438rem;
    }

    .dyCont .dy-product-function .product-function-item .foot img {
        display: inline;
        width: 4rem;
        margin-right: 1rem;
    }

    .dyCont .dy-product-function .product-function-item .foot {
        font-size: 2.083rem;
        font-weight: normal;
        letter-spacing: 0.019rem;
        color: #141414;
        text-align: left;
        margin-left: 5rem;
    }

    .dyCont .dy-product-function .product-function-item .top {
        display: none;
    }

    .dyCont .dy-product-function .product-function-item .con {
        display: none;
    }

    .dy-product-function {
        height: 40rem;
        margin-top: 30rem;
        margin-bottom: 0;
    }

    .dyCont .img-show {
        margin-top: -70rem;
    }

    .dyCont .dy-product-function .product-function-item {
        width: 100%;
    }

    .dyCont .dy-product-function .product-function-item:nth-child(5) {
        border-bottom: 2px solid #c2c2c7;
    }

    .dyCon {
        margin-top: -5rem;
    }

    .dyPc {
        display: none;
    }

    .dyPhone {
        background-image: url(../images/dy/dy-phone-bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        height: 223rem;
    }

    .pcShow {
        display: none;
    }

    .phoneShow {
        display: inline;
    }

    .productFunctionChat .functionItem {
        width: 50%;
        float: left;
        margin-bottom: 2rem;
    }

    .productFunctionBg .item:nth-child(1) {
        height: 68rem;
        padding-top: 3rem;
    }

    .productFunctionBg .item:nth-child(n+2) {
        height: 48rem;
    }

    .productFunctionBg .item:nth-child(2) .productFunctionChatItem {
        margin-top: -2rem;
    }

    .productFunctionBg .item:nth-child(3) .productFunctionChatItem {
        margin-top: 1rem;
    }

    .productFunctionBg .item:nth-child(4) .productFunctionChatItem {
        margin-top: 3rem;
    }

    .productAdvantagesLoop ul {
        height: 35.625rem;
    }

    .marketingDilemmaChat .marketingItem .title {
        font-size: 2.163rem;
        text-align: left;

    }

    .marketingDilemmaChat .marketingItem p {
        font-size: 1.125rem;
        line-height: 2.1rem;
        text-align: left;
    }

    .dyCont .dy-product-function .product-function-item {
        border-bottom: 2px solid #c2c2c7 !important;
        border-right: none !important;
    }

    .case .item img {
        height: 11rem;
    }

}

@media (max-width: 991px) {
    .hero-style-1 .slide .container {
        width: 100% !important;
    }
}

@media only screen and (min-width: 992px) {
    .hero-style-1.helpOtherBanner .slide-caption .slide-subtitle {
        max-width: 38rem;
    }

    .timelineCarousel .slide {
        min-width: 18vw !important;
    }

    .indexNewsList .newsPic .phonePic {
        display: none;
    }

    .indexNewsList .newsPic .pcPic {
        display: block;
    }
}


@media screen and (max-width: 991px) {

}
@media only screen and (max-width: 991px) {
    .productFunctionItem .functionCont {
        max-width: 95%;
    }

    .memberIntro .memberIdentity {
        margin-bottom: 1.3rem;
    }

    .teamMember .memberIntro, .teamSumUp .sumUp {
        margin-right: 3%;
    }

    .teamSumUp .teamSumUpPic {
        margin-left: 3.33%;
    }

    .newsCenterLeft, .newsCenterRight, .newsRightBottom {
        display: none;
    }

    .solutionLoop ul, .serviceProcessLoop ul {
        background-size: 100% auto;
    }

    .solutionLoop ul li:nth-child(4) {
        right: 0;
        transform: translate(0, -50%);
    }

    .solutionLoop ul li:nth-child(3) {
        left: 0;
        transform: translate(0, -50%);
    }

    .solutionLoop ul li:first-child {
        top: 0;
        left: 0;
        transform: translateX(50%);
    }

    .solutionLoop ul li:nth-child(2) {
        top: 0;
        right: 0;
        transform: translateX(-50%);
    }

    .solutionLoop ul li:nth-child(5) {
        bottom: 0;
        left: 0;
        transform: translate(50%, -16%);
    }

    .solutionLoop ul li:nth-child(6) {
        bottom: 0;
        right: 0;
        transform: translate(-50%, -16%);
    }

    .serviceProcessList .item .serviceStep {
        font-size: 1.45rem;
    }

    .serviceProcessList .item p {
        font-size: 1.2rem;
    }

    .solutionLoop ul li p {
        bottom: -7px;
    }

    .solutionLoop ul {
        width: 120%;
    }

    .solutionLoop ul li p {
        font-size: 12px;
    }

    .solutionLoop {
        margin-top: 3rem;
        margin-bottom: 0rem;
    }

    .commonItem {
        padding: 4rem 0 4rem;
    }

    .helpWay .dataNum h2 {
        font-size: 4rem;
    }

    .helpWay .dataNum h2 img {
        width: 4.5rem;
    }

    .customerSelect .maskBox p {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .safetyCont .container {
        padding: 0 0.5rem;
    }

    .safetySelect .item img {
        width: 8rem;
    }

    .footerBottom {
        padding-right: 0;
    }

    .footerItem p {
        margin-bottom: 0.5rem;
        line-height: 2.4rem;
    }

    .footerTop .footerList {
        width: calc(100% - 12rem);
    }

    .industryList {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 1000px;
    }

    .industrySelect {
        overflow-x: auto;
    }

    .indexNewsList {
        display: block;
    }

    .indexNewsList .newsItem a {
        display: flex;
        justify-content: space-between;
    }

    .indexNewsList .newsPic {
        width: 40%;
        position: initial;
    }

    .indexNewsList .newsLeft, .newsCenterTop, .indexNewsList .newsCenterLeft, .indexNewsList .newsCenterRight, .newsRightBottom, .newsRightTop {
        height: 18rem;
        max-height: 215px;
    }

    .indexNewsList .newsPic .phonePic {
        display: block;
    }

    .indexNewsList .newsPic .pcPic {
        display: none;
    }

    .indexNewsList .newsItem .maskBox {
        width: 60%;
    }

    .indexNewsList .newsLeft, .newsRight {
        width: 100%;
    }

    .newsCenter, .indexNewsList .newsCenterLeft, .indexNewsList .newsCenterRight, .newsRightTop, .newsRightBottom {
        width: 100%;
    }

    .indexNewsList .newsItem .maskBox {
        background: #ffffff;
        border-top: 1px solid #dddddd;
    }

    .indexNewsList .newsItem .maskBox h2 {
        color: #333333;
    }

    .indexNewsList .newsItem .maskBox p, .indexNewsList .newsItem .maskBox .toWhite span {
        color: #333333;
    }

    .indexNewsList {
        box-sizing: border-box;
        padding: 0;
    }

    .indexNewsList .newsItem .maskBox p {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .indexNewsList span {
        display: none;
    }

    .indexNewsList .newsItem .maskBox {
        padding: 1.5rem;
    }

    .solutionItem {
        box-sizing: border-box;
        padding: 0 0.5rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1367px) {
    .checkService {
        height: 33rem;
    }

    .product-container .product-features-tab:nth-child(3) {
        width: 20%;
    }


    .productAdvantagesLoop ul li {
        left: 12%;
    }

    .dyContTwo {
        margin-top: 34rem;
    }

    .merchant-feedback-item {
        width: 100%;
    }

    .footerCont {
        height: 44rem;
    }

    .footerCont .row {
        height: 60rem;
    }

    .checkPhone .infoForm {
        width: 57%;
    }
    .productFunctionChatPic img {
        left: 12%;
    }

    .productPerformanceRPAItem .productPerformanceRPAIntro:nth-child(2n+1) {
        margin-left: 10%;
    }

    .productPerformanceRPAItem .productPerformanceRPAIntro:nth-child(2n+0) {
        margin-right: 10%;
    }

    .productPerformanceRPA .productPerformanceRPAItem:nth-child(2n+0) .productPerformanceRPAPic img {
        margin-left: 15%
    }

    .footerCont {
        height: 22rem;
    }

    .footerCont .row {
        height: 18rem;
    }

    .product-container .product-features-tab:nth-child(1) {
        margin-left: 7.96rem;
    }

    .product-container .product-features-tab:nth-child(2) {
        margin-left: 5.8rem;
    }

    .product-container .product-features-tab:nth-child(4) {
        margin-left: 4.3rem;
    }

    .case .item .inter {
        width: 67rem;
    }

    .case .item .pic {
        width: 32rem;
    }

    .case .item img {
        height: 28rem;
    }
}

@media only screen and (min-width: 1067px) {
    .whyTitle {
        margin-top: 5%;
    }
}

@media (max-width: 1200px) {

    .blog-sidebar {
        margin-top: 90px;
        max-width: 400px;
    }

    .newsBannerBox {
        width: 95% !important;
    }

    .networkCoverageCont .mapBg {
        margin-top: 50px !important;
    }

    .networkIntro, .networkIntro p {
        display: block;
    }

    .teachingPoints {
        display: block;
    }

    .teachingPoints .pointItem {
        width: 50%;
        float: left;
        margin-bottom: 1rem;
    }

    .pagination-wrapper {
        text-align: left;
    }

    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }

    .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px;
    }

    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }

    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }


    .competitionImg {
        margin-right: 0 !important;
    }

    .partnerSayCont, .productFunctionCont {
        background-size: auto 100% !important;
    }

    .site-header #navbar > ul .sub-menu {
        width: 100% !important;
    }

    .phoneShow {
        display: none;
    }

    .site-header #navbar > ul > li a {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
    }

    .site-header #navbar > ul > li .sub-menu > li {
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar > ul > li > .sub-menu a {
        padding: 8px 10px 8px 35px;
        font-size: 13px !important;
    }

    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }

    .site-header #navbar > ul .menu-item-has-children > a:before {

        content: "\e64b";
        font-size: 11px;
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-header #navbar > ul .mega-menu, .site-header #navbar > ul .half-mega-menu {
        width: auto;
    }

    .site-header #navbar > ul .mega-menu .row, .site-header #navbar > ul .half-mega-menu .row {
        margin: 0;
    }

    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }

    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }

    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px 25px;
    }

    .menuTab {
        display: flex;
        flex-wrap: wrap;
    }

    .site-header .container {
        width: 100%;
    }

    .btnList {
        right: 0.6rem;
    }

    .site-header .navbar-header button {
        background-color: #ffffff;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        border-radius: 3px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 50%;
        z-index: 20;
        transform: translateY(-50%);
    }

    .site-header .navbar-header button span {
        background-color: #1985ff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .site-header .navbar-header button span:last-child {
        margin: 0;
    }

    .site-header #navbar {
        background: #fff;
        display: block !important;
        width: 280px;
        height: 100% !important;
        margin: 0;
        padding: 0;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        position: fixed;
        right: -300px;
        top: 0;
        z-index: 9999;
    }

    .site-header #navbar ul a:hover, .site-header #navbar ul li.current a {
        color: #002f82;
    }

    .site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
    }

    .site-header #navbar .close-navbar {
        background-color: #1985ff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 0;
        color: #fff;
        border: 0;
        border-radius: 5px;
        outline: none;
        position: absolute;
        right: 0px;
        top: 0;
        z-index: 20;
        border: 1px solid #fff;
    }

    .site-header #navbar > ul > li {
        border-bottom: 1px solid #cccccc;
    }

    .site-header #navbar > ul > li > a {
        padding: 10px 15px 10px 35px;
        font-size: 15px;
        color: #282828;
        font-weight: bold;
    }

    .site-header #navbar ul a {
        color: #333;
    }

    .site-header .slideInn {
        right: 0 !important;
    }

    .site-header .navbar-collapse.collapse {
        display: none;
    }

    .site-header .navbar-collapse.collapse.in {
        display: block;
    }

    .site-header .navbar-header .collapse, .site-header .navbar-toggle {
        display: block;
    }

    .site-header .navbar-header {
        float: none;
        width: calc(100% - 380px);
        display: flex;
        align-items: center;
    }

    .site-header .navbar-right {
        float: none;
    }

    .site-header .navbar-nav {
        float: none;
    }

    .site-header .navbar-nav > li {
        float: none;
    }

    .header-style-1 {
        background-color: #ffffff;
        position: relative;
    }

    .header-style-1 .navigation {
        background-color: #ffffff;
        display: flex;
    }

    #happReadPage .header-style-1 .navigation {
        background-color: #043245;
    }

    #happReadPage .site-header .navbar-header button, #happReadPage .site-header #navbar .close-navbar {
        background-color: #043245;
    }

    #happReadPage .site-header #navbar ul a:hover, #happReadPage .site-header #navbar ul li.current a {
        color: #00997b;
    }

    .side-info {
        right: 70px;
    }

    .side-info .header-search-form {
        top: 68px;
    }

    .hero .slick-prev, .hero .slick-next {
        display: none !important;
    }

    .hero-style-1 {
        height: 100vh;
    }

    .about-section .left-content, .about-section-s2 .left-content {
        width: calc(50% - 70px);
        padding-top: 0;
    }

    .about-section .left-content, .about-section-s2 .left-content {
        display: none;
    }

    .slide-subtitle, .hero .slide-caption .btns {
        margin-top: 24px;
    }

    .about-section .right-content, .about-section-s2 .right-content {
        padding: 100px 0;
    }

    .css-1sn7bqj {
        width: 600px !important;
        height: 600px !important;
        max-width: 100vw;
        max-height: 100vh;
        margin: -4px !important;
    }

    .teachingPoints {
        display: block;
    }

    .teachingPoints .pointItem {
        width: 100%;
        float: left;
        margin-bottom: 1rem;
    }

    .teachingPoints .pointItem .pointPic {
        width: 40%;
        float: left;
    }

    .teachingPoints .pointItem .phone-right {
        width: 60%;
        float: left;
    }

    .productPerformanceRPAItem {
        height: 35rem;
        padding-top: 0;
        margin-bottom: 2rem;
    }


    .phone_s {
        font-size: 14px !important;
        color: #002f82 !important;
    }

    .marketingDilemmaChat .marketingItem {
        width: 100%;
    }

    .marketingDilemmaChat .marketingItem .img-box {
        width: 35%;
        float: left;
        margin-right: 1rem;

    }

    .marketingDilemmaChat .marketingItem .phone-right {
        width: 60%;
        float: left;
        padding: 1rem;
    }

    .solutionLoop ul {
        height: 29.625rem;
    }

    .intelligentOutboundCall .whyNeed .section-des {
        display: block;
        font-size: 1.95rem;
        font-weight: normal;
        letter-spacing: 0.25rem;
        color: #000000;
        padding: 3.45rem 2.25rem;

    }

    .intelligentOutboundCall .whyNeed .section-des span {
        color: #1985ff;
        font-weight: 600;
    }

    .intelligentOutboundCall .whyNeed .section-title {
        display: none;

    }

    .intelligentOutboundCall .whyNeed .section-title-m {
        position: absolute;
        width: 100%;
        top: 21rem;
        display: block;
    }

    .intelligentOutboundCall .whyNeed .section-title-m h2 {
        margin-top: 0;
        display: inline-block;
        z-index: 99;
        padding-bottom: 1.2rem;
        font-weight: bold;
        font-stretch: normal;
        letter-spacing: 0.11rem;
        color: #333333;
        margin-bottom: 1.5rem;
        font-size: 2.6rem;
    }

    .intelligentOutboundCall .whyNeed .problemList {
        padding: 9rem 3.5rem 0;
        background: unset;
        height: auto;
    }

    .intelligentOutboundCall .whyNeed .problemList .item {
        width: 100%;
        position: unset !important;
        transform: unset !important;
        background-color: #d6ebfc;
        /* background-color: #d6ebfc; */
        box-shadow: 0.06rem 0.11rem 0.38rem 0 rgb(170 170 170 / 22%);
        border-radius: 0.94rem;
        height: 13.56rem;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-bottom: 3rem;
    }

    .intelligentOutboundCall .whyNeed .problemList .item:nth-child(2n) {
        justify-content: space-between;
    }


    .intelligentOutboundCall .whyNeed .problemList .item .left {
        text-align: left;
        font-size: 1.95rem;
        letter-spacing: 0.08rem;
        width: calc(100% - 13rem);
        line-height: 2.5rem;
    }

    .intelligentOutboundCall .whyNeed .problemList .item .right {
        margin-left: 1.5rem;
    }

    .understand .section-title h2 {
        display: none;

    }

    
    .m-show {
        display: block !important;
    }

    .pc-show {
        display: none !important;
    }

    .understand-show {
        padding: 1rem 0 6rem;
    }

    .understand .container .row {
        margin: 0;
        padding: 0 1.5rem;
    }

    .function-display {
        flex-flow: wrap;
    }

    .function-display .item {
        width: 22rem;
        height: 25rem;
    }

    .function-display .item:nth-child(n+1) {
        background: url(../images/outbound/item-bg-m.png) no-repeat;
        background-size: 100% auto;
        box-shadow: unset;
        border-radius: unset;
    }

    .function-display .item .top {
        height: 6rem;
        font-size: 1.95rem;
        letter-spacing: 0.08rem;
    }

    .function-display .item .top .title {
        font-size: 2.02rem;
    }

    .function-display .item .bottom {
        font-size: 1.56rem;
        line-height: 2.35rem;
        letter-spacing: 0.06rem;
    }

    .function-display .item .bottom span {
        font-size: 1.69rem;
        line-height: 2.03rem;
    }

    .intelligentOutboundCall .outbound-m-bg {
        background: url(../images/outbound/outbound-m-bg.png) no-repeat;
        background-size: 100% auto;
        width: 100%;

    }

    .intelligentOutboundCall .outbound-m-bg h2 {
        color: #ffffff
    }

    .intelligentOutboundCall .effect .row {
        padding: 0 4rem;
        flex-flow: wrap;
    }

    .intelligentOutboundCall .effect .row .item {
        width: 100%;
        height: 14rem;
        background-color: #f6fcff;
        align-items: center;
        flex-direction: row;
        justify-content: left;
        font-size: 1.95rem;
        border-radius: 8px;
        padding: 0 4rem;
        margin-top: 6rem;
    }

    .intelligentOutboundCall .effect .row .item img {
        width: 10rem;
        box-shadow: unset;
        border-radius: unset;
    }

    .intelligentOutboundCall .effect .row .item .con {
        margin-left: 4rem;
    }

    .intelligentOutboundCall .effect {
        padding-bottom: 8rem;
    }

    .outboundAdvantagesLoop ul.outboundAdvantagesMList {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 4rem;
        justify-content: space-between;
        position: relative;
    }

    .outboundAdvantagesLoop ul.outboundAdvantagesMList:before {
        background: url(../images/outbound/bgMWay.png) no-repeat;
        background-size: 37.37rem auto;
        background-position: center center;
        width: 100%;
        height: 100%;
        /* 插入空内容，必须要的样式 */
        content: '';
        /* 绝对定位，确保背景图起点在主层的0,0位置 */
        position: absolute;
        left: 0;
        top: 0;
        /*避免遮盖其他元素*/
        z-index: 1;
        /* 滤镜效果 */
        -webkit-filter: opacity(50%);
        filter: opacity(50%);
    }

    .functionMFAQs .cloudGuardItem {
        display: flex;
        align-items: center;
        margin-bottom: 4rem;
    }

    .outboundAdvantagesLoop ul.outboundAdvantagesMList li {
        margin-bottom: 4rem;
        z-index: 2;
    }


    .outboundAdvantagesLoop ul.outboundAdvantagesMList li .item {
        font-size: 1.69rem;
        font-stretch: normal;
        letter-spacing: 0.075rem;
        color: #ffffff;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .outboundAdvantagesLoop ul.outboundAdvantagesMList li .item img {
        width: 7rem;
    }

    .outboundAdvantagesLoop ul.outboundAdvantagesMList li .item .tit {
        margin-left: 1.2rem;
    }

    .checkPhone .infoForm {
        width: 50%;
        justify-content: center;
    }

    .checkPhone .input {
        margin-bottom: 1rem;
        height: 3.3rem;
    }

    .checkPhone .input label {
        width: 10rem;
        height: 3rem;
    }

    .checkPhone .input input {
        width: calc(100% - 10rem);
        height: 3rem;
    }

    .infoForm .formBtn {
        width: 10rem;
    }

    /*首页*/
    .m-home {
        padding: 0 2rem 2rem;
    }

    .m-home .cardMBox {
        display: flex;
        flex-direction: column;
    }

    .m-home .whyMTitle {
        font-size: 2.6rem;
        font-weight: 600;
        font-stretch: normal;
        line-height: 8.25rem;
        letter-spacing: 0.13rem;
        color: #1985ff;
        width: 100%;
        text-align: center;
    }

    .m-home .resolveMTitle {
        font-size: 1.95rem;
        font-weight: 400;
        font-stretch: normal;
        line-height: 3.6rem;
        letter-spacing: 0.08rem;
        color: #000000;
        text-align: center;
        margin-bottom: 5rem;
    }

    .m-home .con {
        display: flex;
        flex-flow: wrap;
    }

    .m-home .con .cardMItem {
        border: 1px solid #ccc;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 24rem;
    }


    /*.m-home .con .cardMItem:hover .cardIcon, .m-home .con .cardItem:hover .cardTitle {*/
    /*    transform: scale(1.2);*/
    /*    -webkit-transition: opacity 2s;*/
    /*    -moz-transition: opacity 2s;*/
    /*    transition-duration:2s;*/
    /*}*/
    /*.m-home .con .cardMItem:hover .cardIcon img {*/
    /*    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);*/
    /*    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 30%);*/
    /*}*/
    .m-home .con .cardMItem .cardIcon {
        width: 10.69rem;
    }

    .m-home .con .cardMItem .cardTitle {
        text-align: center;
        margin-top: 1.5rem;
	height:7px;
    }

    .m-home .con .cardMItem .cardTitle span {
        font-size: 1.95rem;
        font-stretch: normal;
        line-height: 2rem;
        letter-spacing: 0.08rem;
        color: #000000;
        font-weight: 600;

    }

    .m-home .con .cardMItem .cardTitle p {

        font-size: 1.3rem;
        font-weight: 400;
        font-stretch: normal;
        line-height: 3.69rem;
        letter-spacing: 0.02rem;
        color: #000000;
    }


    .needTitleBW .section-title h2::before {
        content: " ";
        width: 11.75rem;
        height: 0.63rem;
        background: url(../images/titleLine_w.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
    }

    .needTitleB .section-title h2::before {
        content: " ";
        width: 11.75rem;
        height: 0.63rem;
        background: url(../images/index/titleMLine.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
    }

    .helpCompanyCont {
        background: url(../images/helpMBg.png) no-repeat;
        background-size: 100% 20%;
    }

    .helpCompanyItem {
        display: none;
    }

    .helpWay .counter-grids {
        margin-bottom: 6rem;
    }

    .helpCont p {
        display: none;
    }

    .helpCompanyCont .customerSelect {
        padding: 0 1.25rem;
    }

    .helpCompanyCont .consultBtn {
        display: none;
    }

    .caseList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .caseList li {
        width: 49%;
    }

    .casePic img {
        border-radius: 0;
    }

    .customerSelect .caseLogo {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 2.65rem;
        color: #ffffff;
        justify-content: left;
        padding: 3rem;
        font-weight: 600;
        letter-spacing: 0.54rem;
        background: #1e1d1d33;
        height: 100%;
        align-items: start;
    }

    .customerSelect .maskBox {
        opacity: 1;
        background: unset;
        top: 3rem;
        padding-left: 3rem;
    }

    .customerSelect .maskBox span {
        font-size: 1.69rem;
        font-weight: 400;
    }

    .helpCompanyCont .checkMoreBtn {
        /*display: none;*/
    }

    .marketActivity,.commonItem.newsCont{

        background: #eef8ff;
        padding: 4rem 0;
    }
    .indexNewMList{
        background-color: #ffffff;
        box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 15%);
        border-radius: 15px;
        margin: 0 2rem;
    }

    .indexNewMList a {
        padding: 2rem;
        display: flex;
        justify-content: left;
        align-content: center;
        height: 16rem;
    }
    .indexNewMList a .newsPic{
        width: 37%;
    }
    .indexNewMList a .newsPic img{
        width: 100%;
        margin: 0 auto;
        display: block;
        border-radius:5px;
    }
    .indexNewMList a .maskBox {
        margin-left: 3%;
        padding: 1rem 0;
        font-size: 1.43rem;
        width: calc(100% - 40%);
        border-bottom: 1px solid #95959540;
    }

    .indexNewMList a .maskBox h2{
        font-size: 1.69rem;
        line-height: 1.8rem;
        letter-spacing: 0.14rem;
        color: #1995ff;
        margin-bottom: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .indexNewMList a .maskBox span {

        font-size: 1.43rem;
        font-weight: 400;
        letter-spacing: 0.14rem;
        color: #6d6d6d;
    }
    .indexNewMList a:nth-last-child(1) .maskBox {
        border-bottom: unset;
    }
    .checkService{
        background:#1985ff;
    }
    .indexNewMList a .maskBox p {
        font-size: 1.17rem;
        font-weight: 400;
        letter-spacing: 0.12rem;
        color: #6d6d6d;
    }
    .indexNewMList .showMore{
        padding: 0 0 2rem;
    }
    .indexNewMList .showMore .checkMoreBtn{
        padding: 0;
        height: auto;
        justify-content: center;
    }
    .mc_a1s1_list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .mc_a1s1_list li {
        flex: unset;
        width: 88%;
    }

    .mc_a1s1_txt {
        font-size: 2.3rem;
        line-height: 2.69rem;
        color: #000000;
        height: 5.5rem;
        overflow: hidden;
        margin-bottom: 60px;
        letter-spacing: 0.08rem;
    }

    .cTCaE .center-title {
        width: 100%;
        font-size: 3.2rem;
    }

    .phoneBanner .slick-prev, .phoneBanner .slick-next {
        display: none !important;
    }


    .solutionPlatform.knowFunction .platformTitle p {
        font-size: 1.95rem;
        font-weight: normal;
        letter-spacing: 0.25rem;
        color: #000000;
        margin-top: -4rem;
    }

    .solutionPlatform.knowFunction .platformTitle p span {
        color: #1985ff;
        font-weight: 600;
    }

    .needDivMBg {
        background: url(../images/helpMBg.png) no-repeat;
        background-size: 100% 8rem;
    }


    .productFunctionItem {
        background: #1985ff;
    }

    .propertyMCont {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 1.25rem;
    }

    .propertyMCont .coreMBox {
        background: url(../images/helpOther/divBg.png) no-repeat;
        background-size: 100% auto;
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 2rem;
        height: 16rem;
    }

    .propertyMCont .coreMBox .coreMImg {
        width: 8rem;
        margin-left: 4rem;
    }

    .propertyMCont .coreMBox p {
        margin-left: 4rem;
        font-size: 1.96rem;
    }

    .propertyMCont .coreMBox p span {
        color: #1985ff;
        font-size: 2.2rem;
        font-weight: 600;
    }

    .productFunctionItem .functionCont {
        margin-top: -7rem;
        padding-top: 8rem;
        display: flex;
        flex-wrap: wrap;
    }

    #cloudGuard .functionCont .cloudGuardItem {
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: center;
        margin-bottom: 4rem;
        flex-direction: unset;
    }

    .productFunctionItem .functionCont .cloudGuardItem .cloudPic {
        margin-left: 1.5rem;
    }

    .functionItem .functionTitle {
        font-size: 2.02rem;
    }

    .productFunctionItem .functionCont .cloudGuardItem p {
        margin-left: 2rem;
        font-size: 1.96rem;
    }

    .cloudGuardItem .cloudPic {
        margin: 0;
    }

    .smartMarketing .marketingItem {
        padding-top: 0;
        padding-bottom: 4rem;
    }

    .marketingItem p {
        display: none;
    }

    .marketingTop {
        font-size: 1.96rem;
    }

    .smartRecommend .recommendIcon {
        margin-left: 1.5rem;
    }

    .smartRecommend .recommendItem {
        margin-top: 0;
        margin-bottom: 3rem;
        width: 100%;
    }

    #smartRecommend .smartRecommend {
        padding-top: 8rem;
    }

    .recommendRight .recommendTitle {
        font-size: 1.96rem;
    }

    .productFunctionItem .functionC {
        padding: 0 1.5rem 1rem;
    }

    .productFunctionItem .functionCont.cloudGuard {
        padding-top: 8rem;
        padding-bottom: 1.5rem;
    }

    .pageDes p {
        padding: 3rem 1.5rem;
        font-size: 1.96rem;
        line-height: 3.25rem;
        letter-spacing: 0.2rem;
    }

    .pageDes p span {
        font-weight: 600;
        color: #1985ff;
    }

    .productAdvantages {
        background: unset;
        padding-top: 0;
    }

    .productAdvantages .section-title h2 {
        color: #000;
        font-size: 2.6rem;
    }

    .adv .productAdvantages .section-title h2 {
        color: #ffffff;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .adv .productAdvantages .kh-b-k .section-title h2 {
        letter-spacing: 0.4rem;
    }

    .adv .productAdvantages {
        padding-top: 7rem;
    }

    .productAdvantages .row {
        margin: 2rem 0;
    }

    .productAdvantages .box {
        background: url(../images/yanshen/divBg.png) no-repeat;
        background-size: 100% 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 2rem;
        height: 19rem;
    }

    .productAdvantages .box .advantagesMImg {
        width: 10rem;
        margin-left: 4rem;
    }

    .productAdvantages .box .con {
        margin-left: 2rem;
    }

    .productAdvantages .box .tit {
        font-size: 2.2rem;
        line-height: 3.5rem;
        letter-spacing: 0.125rem;
        color: #1985ff;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .productAdvantages .box ul {
        font-size: 1.66rem;
        letter-spacing: 0.08rem;
        line-height: 2.85rem;
    }

    .productAdvantages .box ul li:before {
        content: "";
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 50%;
        background: #1985ff;
        vertical-align: middle;
        margin-right: 5px;
    }

    .product-effect-display {
        padding-top: 0;

    }

    .effectDisplay .section-title h2 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .product-effect-display .h3 {
        font-size: 2.12rem;
        color: #1985ff;

    }

    .product-effect-display .description {
        font-size: 1.95rem;
    }

    .rpaPlatform .row {
        padding: 0 2rem;
    }

    .rpaPlatform .teachingPoints .pointItem {
        background: #d6ebfc;
        box-shadow: 0.06rem 0.11rem 0.38rem 0rem rgb(170 170 170 / 22%);
        border-radius: 0.94rem;
    }

    .rpaPlatform .teachingPoints .pointItem .pointPic {
        float: right;
        box-shadow: unset;
        border: unset;
        width: 33%;
    }

    .rpaPlatform .teachingPoints .pointItem .role {
        text-align: left;
        margin-left: 2rem;
        font-size: 2.02rem;
        margin-bottom: 2rem;
    }

    .pointIntro p {
        text-align: left;
        font-size: 1.8rem;
        margin-left: 2rem;
        line-height: 2.7rem;
    }

    .productPerformanceRPAItem .productPerformanceRPAIntro:nth-child(n+1) {
        width: 100%;
        margin-left: 0;
        position: relative;
    }

    .productPerformanceRPA .row {
        margin: 0 0;
    }

    .productPerformanceRPAItem .productPerformanceRPAIntro .title {
        background-color: #cae7ff;
        box-shadow: 0.06rem 0.11rem 0.38rem 0rem rgb(170 170 170 / 22%);
        border-radius: 0.94rem 0.94rem 0rem 0rem;
        border: solid 0.06rem #cae7ff;
        height: 14rem;
        margin-bottom: 0;
        margin-top: 0;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    .productPerformanceRPAItem .productPerformanceRPAIntro .title p {
        font-size: 2.02rem;
        padding: 2rem 2rem;
    }

    .productPerformanceRPAItem .productPerformanceRPAIntro .con {
        border: solid 0.06rem #cae7ff;
        width: 100%;
        height: 18rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 2rem;
    }

    .productPerformanceRPAItem .productPerformanceRPAIntro .p-item p {
        font-size: 1.65rem;
        line-height: 3.2rem;
    }

    .productPerformanceRPA .productPerformanceRPAItem:nth-child(n+1) .productPerformanceRPAPic img {
        top: 0;
        left: 0;
    }

    .productPerformanceRPA .productPerformanceRPAItem:nth-child(1) .productPerformanceRPAPic img:nth-child(2) {
        transform: translate(0, 0);
        z-index: 2;
        width: 16rem;
        top: unset;
        left: unset;
        right: 0;
    }

    .productPerformanceRPA .productPerformanceRPAItem:nth-child(2) .productPerformanceRPAPic img:nth-child(2) {
        transform: translate(0, 0);
        z-index: 2;
        width: 19rem;
        top: unset;
        left: unset;
        right: 0;
    }

    .productPerformanceRPA .productPerformanceRPAItem:nth-child(3) .productPerformanceRPAPic img:nth-child(2) {
        transform: translate(-5%, 28%);
        width: 21rem;
        z-index: 2;
        top: unset;
        left: unset;
        right: 0;
    }

    .productPerformanceRPA .productPerformanceRPAItem:nth-child(4) .productPerformanceRPAPic img:nth-child(2) {
        transform: translate(0, 0);
        z-index: 2;
        width: 21rem;
        top: unset;
        left: unset;
        right: 0;
    }

    .advantage-demand {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .advantage-demand .item {
        width: 100%;
        height: 16rem;
        display: flex;
        justify-content: left;
        align-items: center;
        padding: 0 5rem;
        margin: 2rem;
    }

    .advantage-demand .item img {
        width: 10.3rem;
        margin: 0;
    }

    .advantage-demand .item p {
        font-size: 1.96rem;
        font-weight: 600;
        margin-left: 4rem;
    }

    .section-title h2 {
        font-size: 3.2rem;
        letter-spacing: 0.5rem;
        font-weight: 600;
    }
    .helpCont .title{
        font-weight: 400;
    }
    .m_case {
        margin-top: 9rem;
    }

    .m_case .section-title h2 {
        color: #000;
        letter-spacing: 0.5rem;
    }

    .m_case .case {
        margin-top: 3rem;
    }

    .m_case .row {
        padding: 0 2rem;
    }

    .case .item {
        height: 38rem;
        background-color: #1985ff;
        flex-flow: wrap;
        align-content: flex-start;
    }

    .case .item:nth-child(2) {
        height: 44rem;
    }

    .case .item .pic {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .case .item img {
        width: 15rem;
    }

    .case .item .inter {
        height: 23.438rem;
        width: 100%;
        margin: 0;
    }

    .case .item .inter .title {
        text-align: center;
        font-size: 2.56rem;
        letter-spacing: 0.2rem;
        border: 0;
        padding-left: 0;
    }

    .case .item .inter .con {
        padding: 0 2rem;
        width: 100%;
    }

    .case .item .inter .con p {
        font-size: 1.69rem;
        line-height: 3.2rem;
    }

    .saidDone .whyNeed {
        background-color: #ffffff;
    }

    .saidDoneFunctionCont {
        padding-top: 3rem;
    }

    .saidDoneFunctionCont .productAdvantages .box {
        position: relative;
    }

    .saidDoneFunctionCont .productAdvantages .box .advantagesMImg {
        position: absolute;
        margin: 0;
        right: 1rem;
        width: 13rem;
    }

    .saidDoneFunctionCont .productAdvantages .box .tit {
        color: #000
    }

    .solutionAdvCont {
        background-color: #1985ff;
        padding-top: 5rem;
    }

    .solutionAdvCont .section-title h2 {
        color: #fff;
        margin-bottom: 0;
    }

    .solutionAdvCont .productAdvantages .box .tit {
        color: #000000;
    }

    .saidDone .whyNeed .problemList {
        padding: 14rem 2.5rem 0;
    }

    .dataAnalysis {
        background: #ffffff;

    }

    .dataAnalysis .pageDes p {
        text-align: left;
    }

    .dataAnalysis .item-bg-k {
        background: unset;
        box-shadow: 0px 1px 8px 0px rgb(0 35 107 / 9%);
        border-radius: 12px;
        border: solid 0px #b1b1b1;
        margin: 0 1.25rem;
        height: 46rem;
    }

    .item-bg-k .con {
        padding-top: 3%;
        padding-bottom: 0;
    }

    .item-bg-k .con .sub-title {
        color: #1985ff;
        text-align: center;
        width: 100%;
        margin-bottom: 4rem;
    }

    .item-bg-k .con .item .title {
        color: #000;
        font-size: 1.96rem;
    }

    .item-bg-k .con .item ul {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .item-bg-k .con .item ul li {
        font-size: 1.56rem;
        line-height: 2.8rem;
    }

    .item-bg-k .con .item ul li:before {
        content: "";
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 50%;
        background: #1985ff;
        vertical-align: middle;
        margin-right: 5px;
    }

    .item-bottom-bg {
        box-shadow: 0 1px 8px 0 rgb(0 35 107 / 9%);
        border-radius: 12px;
        border: solid 0px #b1b1b1;
        margin: 2rem;
        background: unset;
        width: auto;
    }

    .solutionPlatform .section-title h2 {
        font-size: 2.34rem;
    }

    .solutionPlatform .data .item {
        display: flex;
        justify-content: left;
        align-items: center;
        padding: 0 1rem;
        margin-bottom: 3rem;
    }

    .solutionPlatform .data .item .pic {
        width: 10rem;
    }

    .solutionPlatform .data .item .con {
        margin-left: 1.25rem;
    }

    .solutionPlatform .data .item .con .title {
        font-stretch: normal;
        line-height: 2.6rem;
        letter-spacing: 0.06rem;
        font-size: 1.95rem;
        font-weight: 600;
    }

    .solutionPlatform .data .item .con ul {
        margin-top: 1rem;
    }

    .solutionPlatform .data .item .con ul li {
        font-size: 1.56rem;
        line-height: 2.8rem;
        height: 2.8rem;
    }

    .solutionPlatform .data .item .con ul li:before {
        content: "";
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 50%;
        background: #1985ff;
        vertical-align: middle;
        margin-right: 5px;
    }

    ul.intelligentList {
        font-size: 1.56rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0.06rem;
        color: #000000;
    }

    ul.intelligentList li {
        width: 15.31rem;
        height: 3.19rem;
        border-radius: 0.55rem;
        border: solid 0.07rem #63a8ff;
        text-align: center;
        line-height: 3.19rem;
        margin: 0 auto 4rem;
        position: relative;
    }

    ul.intelligentList li:after {
        content: '';
        background: url(../images/leliao/xia.png) no-repeat;
        background-size: 60%;
        position: absolute;
        width: 4rem;
        height: 4rem;
        left: 40%;
        top: 130%;
    }

    ul.intelligentList li:nth-last-child(1):after {
        background: unset;
    }

    .item-bottom-bg .section-title h2 {
        color: #1985ff;
        font-size: 2.19rem;
        line-height: 4rem;
    }

    .dataAnalysis .m-show .item-bg-k {
        box-shadow: unset;
        padding: 0;
        margin: 0;
        background: unset;
        height: auto;
    }

    .item-bg-k .con-d {
        padding: 2rem;
    }

    .item-sld .con .item .title {
        font-size: 1.56rem;
        line-height: 6rem;
        display: inline;
    }

    .item-sld .con .item:before {
        content: "";
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 50%;
        background: #1985ff;
        vertical-align: middle;
        margin-right: 5px;
    }

    .item-sld-u .con .item:before {
        content: "";
        width: 0;
        height: 0;
        margin-right: -1rem;
    }

    .adv .productAdvantages {
        background: #1985ff;
        padding-top: 7rem;
    }

    .productAdvantagesLoop ul {
        background: url(../images/leliao/bgWayPhone.png) no-repeat;
        background-size: 100%;
        height: 46rem;
        display: flex;
        flex-flow: wrap;
        justify-content: left;
        padding: 7rem 0 0;
        flex-direction: column;
    }

    .productAdvantagesLoop ul li {
        position: unset;
        transform: unset !important;
        display: inline-block;
        text-align: left;
        width: 50%;

    }

    .productAdvantagesLoop ul li:before {
        content: "";
        width: 6px;
        height: 6px;
        display: inline-block;
        border-radius: 50%;
        background: #ffffff;
        vertical-align: middle;
        margin-right: 1px;
    }

    .productAdvantagesLoop ul li .item {
        display: inline-block;
    }

    .productAdvantagesLoop ul li p {
        display: none;
    }

    .productAdvantagesLoop {
        margin: 0;
    }

    .productAdvantagesLoop ul li:nth-child(8) {
        display: none;
    }

    .productAdvantages .kh-b-k {
        background: unset;
        padding-top: 0;
    }

    .productAdvantages .show_outbound {
        margin-top: 3rem;
    }

    .clientCase .customerSelect .maskBox {
        display: none;
    }

    .clientCase .clientCaseItem .caseList li {
        width: 48%;
    }

    .clientCase .caseList li .caseInfo {
        height: auto;
    }

    .clientCase .caseList li .caseInfo p {
        line-height: 2rem;
    }

    .technicalCoreCont .technicalCore .item {
        flex-flow: wrap;
    }

    .technicalCoreCont .technicalCore .item1 {
        height: auto;
        padding: 3rem 1rem;
    }

    .technicalCoreCont .technicalCore .item1 .i_item {
        position: relative;
        width: 20%;
        /* display: flex; */
        /* align-items: center; */
        /* background: #f6f8fa; */
        /* height: 12rem; */
        /* padding: 0 2rem; */
        /* justify-content: left; */
        /* box-shadow: 0.03rem 0.06rem 0.5rem 0rem rgb(0 35 107 / 9%); */
        /* border-radius: 0.73rem; */
        /* border: solid 0.02rem #b1b1b1; */
        /* margin-bottom: 3rem; */
    }

    .technicalCoreCont .technicalCore .item1 .i_item img {
        width: 10rem;
    }

    .technicalCoreCont .technicalCore .item1 .i_item span {
        /* position: unset; */
        font-size: 1.96rem;
        /* margin-left: 8rem; */
        color: #1985ff;
        /* left: 20%; */
        width: 100%;
        left: 0;
        text-align: center;
        color: #000;
        max-width: 10rem;
    }

    .technicalCoreCont .technicalCore .item2 {
        height: 15.63rem;
        background-color: #3599ff;
        padding: 0 5%;
        justify-content: space-evenly;
        align-content: space-evenly;
    }

    .technicalCoreCont .technicalCore .item3 {
        height: auto;
        padding: 10% 1rem;
    }

    .technicalCoreCont .technicalCore .item3 .i_item {
        display: flex;
        flex-flow: column;
        width: 22%;
        margin-bottom: 1rem;
        /* box-shadow: 0.03rem 0.06rem 0.5rem 0rem rgb(0 35 107 / 9%); */
        /* border-radius: 0.73rem; */
    }

    .technicalCoreCont .technicalCore .item3 .i_item span {
        color: #000000;
        font-size: 1.63rem;
        padding: 4px 4px;
        background: #479dff;
        border-radius: 0.63rem;
        margin-bottom: 15px;
        text-align: center;
    }

    .technicalCoreCont .technicalCore .item3 .i_item p {
        font-size: 1.25rem;
        font-weight: normal;
        letter-spacing: 0rem;
        color: #000000;
        text-align: center;
        line-height: 3rem;
    }

    .technicalCoreCont .technicalCore .item4 {
        height: 16rem;
        padding: 0 4%;
    }

    .technicalCoreCont .technicalCore .item4 .title {
        font-size: 1.96rem;
        line-height: 3.2rem;
    }

    .technicalCoreCont .technicalCore .item4 .i_item {
        width: 22%;
        height: 4.5rem;
    }

    .technicalCoreCont .technicalCore .item5 {
        height: 29.69rem;
        background-color: #eaf3ff;
        padding: 0 3%;
        justify-content: space-evenly;
    }

    .technicalCoreCont .technicalCore .item5 .title {
        font-size: 1.96rem;
        line-height: 3.2rem;
    }

    .technicalCoreCont .technicalCore .item5 .i_item {
        width: 12.5rem;
        height: 4.5rem;
    }

    .columnList {
        height: 5rem;
        width: 25rem;
    }

    .phoneBox img {
        width: 2rem;
        height: 2rem;
    }

    .phoneBox span {
        font-size: 1.96rem;
    }

    .effectDisplayList .effectDisplayItem .effectDisplayTitle {
        margin-bottom: 1.2rem;
    }

    .odometer.odometer-auto-theme, .odometer.odometer-theme-default {
        vertical-align: unset;
    }

    .active .section-title h2 {
        margin-top: 4rem;
    }

    .platformList .platformItem .platformIntro p {
        font-size: 1.56rem;
        line-height: 2.3rem;
        letter-spacing: 0.12rem;
    }

    .platformList .platformItem {
        justify-content: left;
    }

    .platformPic {
        margin-right: 2rem;
    }

    .platformList .platformItem .platformIntro {
        width: calc(100% - 15rem);
        letter-spacing: 0.04rem;
    }

    .platformList .platformItem .introTitle {
        font-size: 1.96rem;
    }

    .intelligentOutboundCall .section-title h2 {
        font-size: 2.6rem;
    }

    .technicalCoreCont .section-title h2{
        font-size: 2.6rem;
        letter-spacing: 0.2rem;
    }

}


@media screen and (min-width: 1201px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
    .competitionBox {
        justify-content: space-around !important;
    }

    .competitionList {
        max-width: 35rem;
    }

    .safetySelect {
        width: 88%;
        margin: 0 auto;
    }
    .site-header #navbar li {
        position: relative;
    }

    .site-header #navbar > ul > li > a {
        font-size: 16px;
        font-size: 1rem;
        padding: 4rem 15px 1rem;
    }

    .site-header #navbar > ul .sub-menu {
        background-color: #fff;
        width: 90rem;
        position: absolute;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        left: 50%;
        transform: translateX(-33%);
        padding: 1.9rem 2rem 0 2.5rem;
    }

    .site-header #navbar > ul > li .sub-menu li {
        border: none;
        width: 16rem;
        float: left;
    }

    .site-header #navbar > ul > li .sub-menu li:nth-child(4) {
        width: 20rem;
    }

    .site-header #navbar > ul > li .sub-menu li .menuTab {
        position: relative;
        margin-bottom: 3rem;
    }

    .site-header #navbar > ul > li .sub-menu li .menuTab li {
        float: none;
    }

    .site-header #navbar > ul > li .sub-menu a {
        display: block;
        padding: 0px 18px;
        font-size: 1.46rem;
        color: #000000;
        white-space: nowrap;
        letter-spacing: 1px;
        font-width: bold;
    }

    .site-header #navbar > ul > li .sub-menu .menuTab a::first-line {
        font-size: 1.26rem;
        line-height: 1.69rem;
    }

    .site-header #navbar > ul > li .sub-menu .menuTab a {
        font-size: 1.06rem;
        line-height: 1.6rem;
        letter-spacing: 0;
        color: #000000;
        font-weight: 500;
        padding-top: 20px;
    }

    .sub-menu .menuTab img {
        width: 9rem;
        margin: 1.5rem 1.5rem;

    }

    .sub-menu .menuTab a:hover {
        color: #1985ff !important;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: all 0.8s;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
    }

    .site-header #navbar > ul > li .sub-menu li > a {
        position: relative;
    }

    .site-header #navbar > ul > li .sub-menu > li > a::before {
        display: block;
        content: "";
        position: absolute;
        left: 1px;
        width: 3px;
        height: 100%;
        background-color: #1985ff;
        top: 50%;
        transform: translateY(-50%);
    }

    #happReadPage .site-header #navbar > ul > li .sub-menu > li > a::before {
        background-color: #006bf1;
    }

    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        left: -110%;
        top: 0;
    }

    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
        position: relative;
    }

    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {

        content: "\e649";
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
        background-color: #ffffffcf;
        border-radius: 0px 0px 10px 10px;
    }

    .download-menu {
        position: absolute;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        background-color: #59a5ff;
        border-radius: 0px 0px 10px 10px;
        width: 9.696rem;
        height: 5.90rem;
        top: 2.63rem;
        left: 12.7rem;
        animation: none;
    }

    .download-menu .download-item {
        margin-top: 0.6rem;
        margin-left: 0.4rem;
        width: 9.165rem;
        height: 1.955rem;
        border-radius: 5px;
        animation: none;
    }

    .download-menu .download-item > a {
        display: block;
    }

    #download-a:hover .download-menu {

        visibility: visible;
        opacity: 1;
        animation: none;
    }

    .download-menu .download-item .download-title {
        color: #f4f9ff;
        line-height: 1.955rem;
        display: inline;
        padding-left: 0.5rem;
        animation: none;
    }

    .download-menu .download-item img {
        float: right;
        width: 1.7rem;
        animation: none;
    }

    .download-menu .download-item .down-imag-two {
        display: none;
    }

    .download-menu .download-item:hover {
        background-color: #ffffff;
        animation: none;
    }

    .download-menu .download-item:hover .download-title {
        color: #0a6ce8;
        animation: none;
        padding-right: 2rem;
    }

    .download-menu .download-item:hover .down-imag-two {
        /*display: inherit;*/
        display: none;
        animation: none;
    }

    .download-menu .download-item:hover .down-imag-one {
        display: none;
        animation: none;
    }

    .sticky-header.sticky-on #navbar > ul > li > .sub-menu {
        background-color: rgba(255, 255, 255, 0.9);
        margin-top: 10px;
    }

    #happReadPage .site-header #navbar > ul > li:hover > .sub-menu {
        background-color: rgba(255, 255, 255, 0.9);
    }

    #happReadPage .sticky-header.sticky-on #navbar > ul > li:hover > .sub-menu {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: -100%;
        visibility: visible;
        opacity: 1;
    }
    .phoneBox {
        margin-left: 1rem;
    }

    #header .navbar-header {
        padding-right: 5rem;
    }

    .site-header #navbar .has-mega-menu {
        position: static;
    }

    .site-header #navbar .mega-menu, .site-header #navbar .half-mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #002f82;
        position: absolute;
        right: 0;
        top: 120%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }

    .site-header #navbar .mega-menu {
        width: 1140px;
        right: 15px;
    }

    .site-header #navbar .half-mega-menu {
        width: 585px;
    }

    .site-header #navbar .mega-menu-box-title {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }

    .site-header #navbar .mega-menu-list-holder li {
        border-bottom: 1px solid #f2f2f2;
    }

    .site-header #navbar .mega-menu-list-holder li a {
        display: block;
        padding: 16px 20px;
        margin-left: -8px;
        color: #282828;
        text-transform: capitalize;
    }

    .site-header #navbar .mega-menu-list-holder > li:last-child {
        border-bottom: 0;
    }

    .site-header #navbar .has-mega-menu:hover > ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .navbar-nav {
        display: flex;
    }

    .site-header .navbar-header .open-btn {
        display: none;
    }

    .site-header #navbar .close-navbar {
        display: none;
    }
    .header-style-1 .navigation {
        background-color: white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        justify-content: center;
    }

    .header-style-1 #navbar > ul > li > a {
        font-size: 17px !important;
        padding: 1rem 15px 1rem;
        color: #000;
        text-transform: capitalize;
        position: relative;
        white-space: nowrap;
    }

    .header-style-1 #navbar > ul > li > a:before {
        content: "";
        width: 0;
        height: 0.31rem;
        background: url('../images/navLine.png') no-repeat;
        background-position: -100% center;
        position: absolute;
        right: -64%;
        bottom: 0;
        transition: all 0.3s;
        opacity: 0;
        transform: translateX(-50%);
        background-size: 100% auto;
    }

    #happReadPage #navbar > ul > li > a:before {
        content: "";
        background: url('../images/read/navLine.png') no-repeat;
    }

    .header-style-1 #navbar > ul > li > a:hover:before {
        background-position: center center;
        width: 110%;
        opacity: 1;
    }

    .header-style-1 #navbar > ul > li.sign > a::before {
        background-position: center center;
        width: 110%;
        opacity: 1;
    }

    .header-style-1 #navbar > ul > li > a:hover {
        color: #1985ff;
    }
    .hero .slick-dots {
        z-index: 11;
    }

}

@media screen and (min-width: 1201px) and (max-width: 1367px) {
    .networkCoverageCont .mapBg {
        margin-top: -8.5rem;
    }

    .teamMember .memberIntro {
        width: 45% !important;
        margin-right: 6%;
    }


    .companyBanner .slide-caption {
        transform: none !important;
    }

    .slide-subtitle, .hero .slide-caption .btns {
        margin-top: 1.2rem;
    }

    .hero-style-1 {
        height: 100vh;
    }

}

@media screen and (min-width: 1367px) {
    .indexNewsList {
        max-width: 76rem;
    }

    .indexNewsListN {
        max-width: 74rem;
    }

    .hero-style-1 {
        height: calc(100vh - 70px) !important;
    }

    .indexBanner.hero-style-1 {
        /*height: 820px!important;*/
        height: calc(100vh - 70px) !important;
    }
    .slick-slider{
        height: calc(100% - 55px);
    }
}

@media only screen  and  (max-width: 1549px) {
    .home .cardBox .cardItem .cardTitle{
	font-size:16px;
	} 
}

@media only screen and (min-width: 1921px) {
    .index-btns-cen .img-icon {
       margin-top:14rem;
    }

    .home .cardBox {
        height: 50rem;
        width: 83rem;
    }

    .whyTitle {
        margin-top: 12%;
    }

    .resolveTitle {
        top: calc(50% - 2.6em);
    }

    .home .cardBox .cardItem .cardTitle {
        font-size: 20px;
    }

    .item-bg-k .con-d .sub-title {
        margin-bottom: 2rem;
    }

    .productAdvantagesLoop ul li p {
        font-size: 1.02rem;
    }
}

@media screen and (max-width: 30em) {
    .spop--bottom-center, .spop--bottom-left, .spop--bottom-right, .spop--top-center, .spop--top-left, .spop--top-right {
        top: 0 !important;
        bottom: auto !important;
    }
}

























