/*
 * @Author: Shu Binqi
 * @Date: 2021-01-29 13:57:46
 * @Last Modified by: Shu Binqi
 * @Last Modified time: 2021-06-18 15:17:31
 */


.fl {
    float: left;
}
.fr {
    float: right;
}
@media screen and (min-width:1440px) {
    .container1 {
        max-width: 1440px; 
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
    }
    /*.container-fluid {
        padding: 0 65px;
    }*/
}
a:hover {
    text-decoration: none;
}

/* ?????¡§??????????o| */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* ??¡®??¡ª???¨¨????¡¥¨¦¡é?¨¨¡ë2 */
::-webkit-scrollbar-thumb{
    width:4px;
    background-color:#e93a3a;
    border-radius:3px;
}
/* ?????¡§??????¨¨????¡¥¨¦¡é?¨¨¡ë2 */
::-webkit-scrollbar-track {
    border-radius: 10px; 
    background-color: rgba(255,255,255,0);
}

/* ??¡ì¨¨?1? ? */
.tool-bar {
    position: fixed;
    right: -100px;
    top: 50%;
    margin-top: -100px;
    z-index: 999;
    transition: all .5s;
}
.tool-bar.active {
    right: 0px;
}
.tool-bar a {
    width: 100px;
    height: 100px;
    display: block;
    background: #e93a3a;
    margin-bottom: 1px;
    padding-top: 20px;
    cursor: pointer;
}
.tool-bar a:last-child {
    margin-bottom: 0;
}
.tool-bar i.iconfont {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 14px;
}
.tool-bar i.icon-phone {
    background: url(../images/icon-slidebar-phone.svg) no-repeat center left;
    background-size: 30px 30px;
}
.tool-bar i.icon-kefu {
    background: url(../images/icon-slidebar-service.svg) no-repeat center left;
    background-size: 30px 30px;
}
.tool-bar i.icon-top {
    background: url(../images/icon-slidebar-tob.svg) no-repeat center left;
    background-size: 30px 30px;
}
.tool-bar a span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}
.tool-bar .totop {
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}
.tool-bar .totop.top {
    visibility: inherit;
    opacity: 1;
}
/* ???¨¦?¦Ì */
.pagination {
    justify-content: center;
    flex-wrap: wrap;
}
.pagination li {
    margin: 0 5px 10px 5px;
}
.pagination li a {
    display: block;
    height: 44px;
    min-width: 44px;
    word-break: keep-all;
    white-space: nowrap;
    background: #fff;
    font-size: 14px;
    line-height: 44px;
    color: #7f7f7f;
    text-align: center;
}
.pagination li:hover a {
    color: #e93a3a;
}
.pagination li.active:hover a {
    color: #fff;
}
.pagination li span {
    display: block;
    height: 44px;
    min-width: 44px;
    word-break: keep-all;
    white-space: nowrap;
    background: #fff;
    font-size: 14px;
    line-height: 44px;
    color: #7f7f7f;
    text-align: center;
}
.pagination li.disabled span {
    cursor: not-allowed;
}
.pagination li.active span {
    display: block;
    height: 44px;
    min-width: 44px;
    word-break: keep-all;
    white-space: nowrap;
    font-size: 14px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    background: #e93a3a;
}
/* ???¨¦?¦Ì */
/* ?¡¥?¨¨?a??1?a¡ª */
.model{
    position: fixed;
    z-index: 11110;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    /* opacity: .7; */
    /* background: #000; */
    /* filter: alpha(opacity=70); */
}
.call_me{
        position: fixed;
        z-index: 11111;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        width: 400px;
        height: 275px;
        margin: auto auto;
        background: #fff;
    }
    .teldowv{
        position: relative;
        margin: 20px 40px 0;
    }
    
    .call_dowv1{
        font-size: 14px;
        line-height: 1;
        margin-top: 22px;
        color: #666; 
    }
    .call_dowv2{
        font-size: 28px;
        font-weight: bold;
        line-height: 1;
        color: #e93a3a;
        margin-top: 10px;
    }
    .call_dowv3_ul{
        font-size: 13px;
        line-height: 1.5;
        margin-top: 14px;
        color: #666;
    }
    .call_dowv4{
        margin-top: 10px;
    }
    .call_dowv5{
        font-size: 12px;
        line-height: 19px;
        margin: 2px 0 10px;
        text-indent: 1.6em;
        color: #e93a3a;
        background: url(../images/suo.png) left center no-repeat;
    }
    .call_dowv6{
        font-size: 18px;
        line-height: 40px;
        width: 100%;
        height: 40px;
        cursor: pointer;
        text-align: center;
        color: #fff;
        border: none;
        background: #e93a3a;
    }
    .close_tel{
        position: absolute;
    top: 0;
    right: -23px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../images/closedd.png) center center no-repeat;
    }
.model-bg {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.navbar-fixed {
    width: calc(100% - 200px);
    height: 100%;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 1000;
    transition: all 1s ease;
}
.navbar-fixed.show {
    left: 200px;
}
.menu-nav {
    height: 100%;
    padding: 20px 100px;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
}
.services-bar-intro p {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}
.services-bar-intro h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
}
.services-bar {
    background: url(/static/images/map.png) no-repeat center;
    background-size: contain;
}
.services-bar .row {
    background: rgba(255, 255, 255, 0.75);
}
.services-bar .country-item h4 {
    font-size: 24px;
    font-weight: 700;
    color: #e93a3a;
    line-height: 1.5;
    margin-bottom: 30px;
    position: relative;
}
.services-bar .country-item h4:after {
    content: "";
    display: block;
    width: 52px;
    height: 2px;
    background: #e93a3a;
    position: relative;
    left: 0;
    bottom: -5px;
}
.services-bar .country-item p {
    font-size: 14px;
    line-height: 2;
    color: #333;
    margin-bottom: 60px;
    padding-right: 80px;
}
.services-bar .index-form h3 {
    font-size: 0;
    margin-bottom: 10px;
}
.services-bar .index-form h3 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}
.services-bar .index-form h3 a {
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    color: #333;
    margin-left: 25px;
    display: inline-block;
    vertical-align: middle;
}
.services-bar .index-form p {
    font-size: 14px;
    line-height: 2;
    color: #333;
    margin-bottom: 30px;
}
.services-bar .index-form .form-group {
    margin-bottom: 20px;
}
.navbar-fixed ul {
    height: 100vh;
    width: 100%;
    padding-top: 145px;
    padding-right: 250px;
    overflow-y: auto;
}
.menu-list a {
    display: block;
    font-size: 86px;
    color: #343434;
    line-height: 150px;
    transition: all .5s;
    padding: 30px 0 30px 150px;
}
.menu-list li:hover a {
    color: #fff;
    background: #e93a3a;
}
.close-menu {
    position: absolute;
    right: 100px;
    top: -100px;
    width: 50px;
    height: 100px;
    background: #e93a3a;
    padding-top: 50px;
    cursor: pointer;
    transition: all 1s;
}
.close-menu span {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/icon-close.svg) no-repeat center;
    background-size: 16px 16px;
}
.navbar-fixed.show .close-menu {
    top: -50px;
}
/* ?¡¥?¨¨?a??1?a¡ª */

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0);
    z-index: 99;
    transition: all .5s;
}
#logogo{
    background: url(../images/logo-color.svg) no-repeat center left;
    background-size: contain;
    height: 48px;
    width: 120px;
    float: left;
    margin-top: 16px;
    transition: margin .5s;
}
.logo {
    background: url(../images/logo-white1.svg) no-repeat center left;
    background-size: contain;
    height: 48px;
    width: 120px;
    float: left;
    margin-top: 26px;
    transition: margin .5s;
}
.logo img {
    opacity: 0;
    height: 100%;
}
.logo h1 {
    font-size: 0;
    text-indent: -999px;
}
.navbar {
    float: right;
    margin-top: 20px;
    transition: all .5s;
}
.nav > li {
    margin: 0 26px;
}
.nav > li > a {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    transition: all .5s;
}
.menu {
    height: 40px;
    width: 30px;
    margin: 0 52px 0 26px;
    position: relative;
    cursor: pointer;
}
.menu span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    width: 20px;
    height: 2px;
    background: #fff;
}
.menu span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 26px;
    width: 30px;
    height: 2px;
    background: #fff;
}
.header-phone i {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 30px;
    background: url(../images/icon-phone.svg) no-repeat center;
    background-size: cover;
    margin-right: 5px;
}
.header-phone {
    height: 40px;
    padding: 5px 25px 5px 20px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    background: #e93a3a;
    border-radius: 100px 100px 100px 0px;
    /* margin-top: -150px; */

}
.header-phone a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.header.header-fixed {
    height: 80px;
    background: rgba(255, 255, 255, 0.89);
    -webkit-backdrop-filter: saturate(180%) blur(6px);
    backdrop-filter: saturate(180%) blur(6px);
    background-color: rgba(255, 255, 255, 0.89);
    position: fixed;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header.header-fixed .logo {
    background: url(../images/logo-color.svg) no-repeat center left;
    background-size: contain;
    margin-top: 16px;
}
.header.header-fixed .navbar {
    margin-top: 10px;
}
.header.header-fixed .nav > li > a {
    color: #333;
}
.header.header-fixed .menu span:before,
.header.header-fixed .menu span:after {
    background: #343434;
}
/* header */

/* footer */
.footer {
    background: #1b1b1b;
    padding-top: 70px;
    color: #fff;
}
.footer-top {
    margin-bottom: 70px;
}
.footer-top .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    margin-bottom: 36px;
    position: relative;
}
.footer-top .title:after {
    content: "";
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.footer-logo {
    margin-bottom: 38px;
}
.footer-logo img {
    display: inline-block;
    vertical-align: middle;
    height: 46px;
}
.footer-logo span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
    color: #8b8b8b;
    margin-left: 5px;
    margin-top: 19px;
}
.footer-info p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    padding-right: 40px;
    margin-bottom: 40px;
}
.footer-info .footer-navs li {
    float: left;
    margin-right: 20px;
}
.footer-info .footer-navs a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    transition: all .5s;
    text-decoration: underline;
}
.footer-info .footer-navs a:hover {
    color: #fff;
}
.footer-nav li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.footer-nav li a {
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    transition: all .5s;
}
.footer-nav li a:hover {
    color: #fff;
}
.footer-link {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
}
.footer-link span {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    vertical-align: middle;
}
.friend-link {
    display: block;
}
.friend-link li {
    float: left;
    margin-right: 20px;
}
.friend-link li:nth-child(1) {
    margin-right: 0;
}
.friend-link li a {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
}
.footer-tel p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}
.footer-tel .tel {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.5;
    color: #e93a3a;
    font-family: D-DIN-Bold, D-DIN;
}
.footer-address p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}
.wx-code {
    width: 132px;
    max-width: 100%;
    float: right;
}
.wx-code img {
    width: 120px;
    margin-bottom: 10px;
}
.wx-code p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}
.copyright {
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright span,
.copyright a {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
}
.copyright span:first-child a {
    margin-right: 10px;
    position: relative;
}
.copyright span:first-child a:after {
    content: "";
    height: 16px;
    width: 1px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: -5px;
    top: 5px;
}
.copyright span:first-child a:last-child:after {
    display: none;
}
/* footer */

/* --- index style --- */

/* ¨¦|¨C¨¦?¦Ì?¡­??¡­¡À¨¦?¡§??? */
.index-title {
    text-align: center;
    margin-bottom: 50px;
}
.index-title .title-m {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
}
.index-title .title-l {
    font-size: 36px;
    font-weight: 700 !important;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;

}
.index-title p {
    font-size: 16px;
    line-height: 32px;
    color: #7f7f7f;
    max-width: 670px;
    margin: 15px auto 0 auto;
}
.index-section {
    padding: 70px 0;
}
.index-web .white>div {
    color: #fff !important;
}
.index-title.white p {
    color: #fff;
}
.index-button {
    padding: 14px 42px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    background: #e93a3a;
    border-radius: 100px 100px 100px 2px;
    display: inline-block;
    margin: 0 auto;
    transition: all .5s;
}
.index-button:hover {
    color: #fff;
    background: #e93a3a;
    opacity: 1;
    border-radius: 100px;
}
.index-button.white {
    color: #e93a3a;
    background: #fff;
}
/* ¨¦|¨C¨¦?¦Ì?¡­??¡­¡À¨¦?¡§??? */

/* ¨¦|¨C¨¦?¦Ì¨¨???¡¯-??? */
.swiper-banner {
    background: url(/static/images/banner-bg1.png) no-repeat center;
    background-size: cover;
    height: 100vh;
    min-height: 600px;
}
.swiper-banner .swiper-slide {
    overflow: hidden;
    min-height: 100%;
}
.swiper-banner .slide-box {
    height: 100%;
}
.swiper-banner .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-text {
    /*margin-top: 220px;*/
    position: relative;
    /*padding-top: 220px;*/
}
.banner-icon1 {
    width: 250px;
    height: 500px;
    position: absolute;
    right: 0;
    top: 220px;
    overflow: hidden;
}
.banner-icon1:after {
    content: '';
    width: 500px;
    height: 500px;
    position: absolute;
    right: 0;
    top: 0px;
    background-image: linear-gradient(110deg, rgba(233, 58, 58, 1) 50%, rgba(233, 58, 58, 0) 86%);
    border-radius: 50%;
}
.banner-icon2 {
    width: 300px;
    height: 420px;
    position: absolute;
    right: 50px;
    top: 260px;
    overflow: hidden;
}
.banner-icon2:after {
    content: '';
    width: 420px;
    height: 420px;
    position: absolute;
    right: 0;
    top: 0px;
    background-image: linear-gradient(0deg, rgba(233, 58, 58, 0.8) 40%, rgba(233, 58, 58, 0) 100%);
    border-radius: 50%;
}
.banner-text .banner-img {
    /*padding-top: 150px;*/
    position: relative;
    z-index: 2;
}
.banner-text .banner-img img {
    height: auto;
    max-width: 100%;
}
.banner-img .img-box {
    height: 100px;
    width: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.banner-img .img-box img {
    height: 100px;
}
.banner-text p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 50%;
    position: relative;
    z-index: 2;
}
.swiper-next-index, .swiper-prev-index {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.swiper-prev-index, .swiper-container-rtl .swiper-next-index {
    left: 60px;
    background-image: unset;
    background: url(../images/icon-left-banner.svg) no-repeat center;
    background-size: 20px 20px;
}
.swiper-next-index, .swiper-container-rtl .swiper-prev-index {
    right: 60px;
    background-image: unset;
    background: url(../images/icon-right-banner.svg) no-repeat center;
    background-size: 20px 20px;
}
#banner .swiper-next-index, .swiper-container-rtl .swiper-prev-index{
    top: 48%;
}
#banner .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    top: 48%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
    text-align: left;
    padding-left: 60px;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.3;
}
.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
/* ¨¦|¨C¨¦?¦Ì?¡­3?o? */
.about-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-intro .about-img {
    width: 35%;
    position: relative;
}
.about-intro .about-img img {
    max-width: 100%;
}
.about-intro .about-img .psa-img {
    position: absolute;
    right: 0;
    bottom: -20px;
}
.about-intro .about-text {
    width: 65%;
    padding-left: 90px;
}
.about-intro .about-text .about-title {
    font-size: 36px;
    line-height: 1.5;
    color: #323232;
    margin-bottom: 15px;
    margin-top: -60px;
    font-weight: 700;
}
.about-intro .about-text p {
    font-size: 18px;
    line-height: 30px;
    color: #808080;
    margin-bottom: 15px;
}
.about-intro .about-text .number-duowei {
    margin-top: 60px;
    padding: 0;
}
/* ¨¦|¨C¨¦?¦Ì?????? */
.index-section.index-web {
    padding-top: 0;
}
.index-web-services {
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    margin-top: -250px;
    padding-left: 0;
    margin-bottom: 60px;
}
.index-web-services .col-md-3 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    list-style: none;
}
.index-web-services .list-item {
    display: flex;
    flex-wrap: wrap;
}
.index-web-services p .iconfont {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 0 auto;
}
i.icon-web {
    background: url(../images/icon-1.svg) no-repeat center;
    background-size: cover;
}
i.icon-wxapp {
    background: url(../images/icon-2.svg) no-repeat center;
    background-size: cover;
}
i.icon-m {
    background: url(../images/icon-3.svg) no-repeat center;
    background-size: cover;
}
i.icon-sem {
    background: url(../images/icon-4.svg) no-repeat center;
    background-size: cover;
}
.index-web-services .list-item:hover i.icon-web {
    background: url(../images/icon-selected-1.svg) no-repeat center;
    background-size: cover;
}
.index-web-services .list-item:hover i.icon-wxapp {
    background: url(../images/icon-selected-2.svg) no-repeat center;
    background-size: cover;
}
.index-web-services .list-item:hover i.icon-m {
    background: url(../images/icon-selected-3.svg) no-repeat center;
    background-size: cover;
}
.index-web-services .list-item:hover i.icon-sem {
    background: url(../images/icon-selected-4.svg) no-repeat center;
    background-size: cover;
}
.index-web-services p.tac {
    width: 100%;
}
.index-web-services .list-item {
    display: block;
    width: 100%;
    padding: 40px 40px;
    position: relative;
}
.index-web-services .item-title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #343434;
    line-height: 36px;
    margin-top: 36px;
    margin-bottom: 5px;
}
.index-web-services .item-intro {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #343434;
    line-height: 22px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
    transition: all .5s;
}
.index-web-services .item-services {
    width: 100%;
}
.index-web-services .item-services p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
    color: #343434;
}
.index-web-services .item-services i {
    display: inline-block;
    width: 32px;
    height: 0;
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    text-align: center;
    background: #E93A3A;
    margin-top: 5px;
    overflow: hidden;
    transition: all .5s;
    border-radius: 16px 16px 16px 2px;
}
.index-web-services .list-item:after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: rgba(0, 0, 0, 0.1);
    top: 50%;
    right: 0;
    position: absolute;
    top: 10%;
}
.index-web-services li:last-child .list-item:after {
    display: none;
}
.index-web-services .list-item:hover .item-intro {
    margin-bottom: 30px;
}
.index-web-services .list-item:hover .item-services i {
    height: 32px;
}
/* ¨¦|¨C¨¦?¦Ì¨¨??¨¨?? */
.index-design {
    /* background: #333; */
}
.index-design-list.row {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    margin-bottom: 10px;
}
.index-design-list.row .col-md-4 {
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    list-style: none;
}
.index-design-list .list-item {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    transition: all .5s;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
}
.index-design-list .list-item i {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
    transition: all .5s;
    display: none;
}
.index-design-list .list-item .item-img {
    position: relative;
    z-index: 1;

}
.index-design-list:hover .list-item i {
    background: rgba(0, 0, 0, 0.5);
}
.index-design-list li:hover .list-item i {
    background: rgba(0, 0, 0, 0);
}
.index-design-list .list-item:hover {
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
    transform: translate3d(0,-8px,0);
    -webkit-transform: translate3d(0,-8px,0);
    -moz-transform: translate3d(0,-8px,0);
    -ms-transform: translate3d(0,-8px,0);
    -o-transform: translate3d(0,-8px,0);
}
.index-design-list img {
    width: 100%;
}
.index-design-list .item-text {
    padding: 30px;
}
.index-design-list .title span:nth-child(1) {
    display: inline;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: #000000;
    margin-bottom: 2px;
}
.index-design-list .title span:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    color: #919191;
    padding: 0 7px;
    margin-bottom: 5px;
}
.index-design-list .item-text .intro {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #808080;
}
.index-web {
    background: #fafafa;
}
.index-web .index-title {
    padding-top: 70px;
    padding-bottom: 260px;
    background-image: url(../images/reds.png);
}
/* ¨¦|¨C¨¦?¦Ì¨¨¡ì?¨¦¡é¡® */
.index-video {
    width: 100%;
    height: 700px;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.index-video .video-box {
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 10;
    padding: 70px 0;
    height: 100%;
}
.index-video .index-title{
    padding: 15% 0;
}
.index-video video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
}
.index-video .index-button {
    margin-top: 360px;
}
.index-video .index-button.white {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.index-video .index-button.white:hover {
    background: #fff;
    color: #e93a3a;
}
/* ¨¦|¨C¨¦?¦Ì?¨C¡ã¨¦¡ª? */
.index-news {
    background: #eff2f5;
}
.index-news .index-news-list.row {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
}
.index-news .index-news-list.row .col-md-3 {
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
    list-style: none;

}
.index-news-list .fadeInUp a{
    display: block;
    background: #FFFFFF;
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.09);
border-radius: 15px;
}
.index-news-list .item-img {
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
}
.index-news-list .item-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.index-news-list  .item-picture {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.index-news-list .item-picture img {
    width: 20%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.mobile-question .more{
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    padding: 11px 40px;
    background: #e93a3a;
    border-radius: 100px 100px 100px 2px;
    display: inline-block;
    margin:30px  0;
    transition: all .5s;
}

.mobile-question .more:hover{
    border-radius: 40px;
}
.item-picturek{
    width: 40px;
    height: 40px;
    margin: auto;
    margin-bottom: 10px;
}
.item-picturek img{
    width: 100% !important;
    height: 100%;
}
.index-news-list .list-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index-news-list .item-text {
    background: #fff;
    padding: 50px;
}
.index-news-list .item-time {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
    color: #333;
}
.index-news-list .item-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
    transition: all .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-news-list .item-title a {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    transition: all .5s;
}
.index-news-list .item-title a:hover {
    color: #e93a3a;
}
.index-news-list .item-intro {
    font-size: 16px;
    line-height: 21px;
    height: 63px;
    margin-bottom: 20px;
    color: #818181;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3; /* ¨¨????¡ã */
    -webkit-box-orient: vertical;
}

.index-news-list .item-foot {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}
.index-news-list .tags span {
    display: inline-block;
    margin-right: 20px;
    padding-left: 5px;
    font-size: 14px;
    color: #7f7f7f;
    line-height: 30px;
    position: relative;
}
.index-news-list .tags a {
    display: block;
    font-size: 14px;
    color: #7f7f7f;
    line-height: 30px;
}
.index-news-list .tags a:hover {
    color: #e93a3a;
    transition: all .5s;
}
.index-news-list .tags span:after {
    content: "";
    width: 2px;
    height: 2px;
    background: #7f7f7f;
    position: absolute;
    left: 0;
    top: 14px;
}
.index-news-list .item-foot .more {
    float: right;
}
.index-news-list .item-foot .icon-more {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/icon-news.svg) no-repeat center right;
    background-size: cover;
    transition: all .5s;
}
.index-news-list .list-item:hover .item-title {
    color: #e93a3a;
}
.index-news-list .list-item:hover .icon-more {
    background-position: center left;
}
.index-news-list img {
    width: 100%;
}
.mb-news {
    margin-bottom: 28px;
}
.mb-news .list-item {
    display: block;
    transition: all .5s;
}
.mb-news .list-item:hover {
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-4px,0);
}
/* ¨¦|¨C¨¦?¦Ì???????????¡ä */
.index-partner-list li {
    list-style: none;
    float: left;
}
#pslide {
    width: 100%;
    height: 255px;
    position: relative;
    margin: 10px auto;
    overflow: hidden;
}
#pslide ul {
    width: 150%;
    height: 255px;
    position: relative;
}
#pslide ul li {
    height: 255px;
    float: left;
    list-style: none;
}
#div1 ul li img {
    width: auto;
    height: 255px;
    display: inline-block;
}
/* ¨¦|¨C¨¦?¦Ì???¨¨¡§€ */
.index-message {
    background: #333;
}
.index-message .index-msg {
    display: flex;
    flex-wrap: wrap;
}
.index-msg-intro {
    padding-right: 50px;
}
.index-msg-intro .msg-title {
    font-size: 30px;
    font-weight: 700;
    color: #343434;
    line-height: 45px;
    margin-bottom: 35px;
}
.index-msg-intro p {
    font-size: 14px;
    line-height: 36px;
    color: #808080;
}
.index-msg-intro .msg-more > p {
    margin-top: 30px;
    margin-bottom: 40px;
}
.index-msg {
    background: #fff;
    padding: 50px 60px;
}
.index-form .title p {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #343434;
    margin-bottom: 20px;
}
.index-msg-intro .msg-more h4 {
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
}
.index-msg-intro .msg-more h4:after {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(/static/images/icon-form-tel.svg) no-repeat center;
    background-size: contain;
}
.index-msg-intro .msg-more h4 a {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 30px;
    color: #e93a3a;
    font-family: D-DIN-Bold, D-DIN;
    transition: all .5s;
}
/* .index-form .title h4 a:hover {
    color: #e93a3a;
} */
.radio {
	width: 20px;
	height: 0px;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	background-color: #d8d8d8;
	margin-right: 30px;
	border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.radio:before,.radio:after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 50%;
	transition: .3s ease;
}
.radio:before {
	top: 0px;
	left: 0px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
}
.radio:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	background-color: #fff; 
}
.radio:checked:after {
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	background-color: #e93a3a;
}
.radio:checked:before {
	border-color: #e93a3a; 
}
.form-radio .radio {
    background: transparent;
    border: 0;
}
.form-radio .radio:focus {
    background: transparent;
    border: 0;
}
.liucheng{
    display: none;
}
.form-radio label {
    position: relative;
    padding-left: 24px;
    margin-right: 20px;
    cursor: pointer;
}
.form-radio .radio {
    position: absolute;
    left: 0;
    top: 1px;
}
.index-form .form-group {
    margin-bottom: 25px;
}
.index-form .form-radio {
    margin-bottom: 10px;
}
.form-group a.phone {
    display: block;
    font-size: 28px;
    font-weight: 700;
    font-family: DINAlternate-Bold;
    line-height: 32px;
    color: #e93a3a;
    margin-bottom: 4px;
}
.form-group a.email {
    display: block;
    font-size: 16px;
    font-family: DINAlternate-Bold;
    line-height: 19px;
    color: #adadad;
}
.index-form label {
    font-size: 14px;
    line-height: 20px;
    color: #808080;
}
.index-form input {
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 36px;
    background: #F7F8F9;
    border: 1px solid #dbdbdb;
    /* border-bottom: 2px solid #c4c4c4; */

    border-radius: 4px;
}
.index-form input:focus {
    background: #fff5f5;
    border: 1px solid #e93a3a;
    box-shadow: none;
}
#mobile-step .col-10-2{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20% !important;
    height: 200px;
    line-height: 50px;
    font-size: 24px;
    color: #343434;
    background: url(../images/icon-11.svg) no-repeat center;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 30px;
    transition: all .5s;
    text-align: center;
}
.index-form button {
    background: #e93a3a;
    border: 0;
    color: #fff;
}
/* --- index style --- */

/* --- sort common style --- */
.sort-banner {
    height: 650px;
}
.news-banner {
    background: url(../images/an3.jpg) no-repeat center;
    background-size: cover;
}
.case-banner {
    height: 650px;
    background: url(../images/an2.jpg) no-repeat center;
    background-size: cover;
}
.contact-banner {
    background: url(../images/an4.jpg) no-repeat center;
    background-size: cover;
}
.service-banner {
    background: url(../images/service-banner.jpg) no-repeat center;
    background-size: cover;
}
.about-banner {
    background: url(../images/an1.jpg) no-repeat center;
    background-size: cover;
}
.sort-text {
    padding-top: 20%;
    /* padding-left: 100px; */
}
.sort-text.sort-text-case {
    padding-top: 200px;
}
.sort-banner .title {
    font-size: 29px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.9);
    /* letter-spacing: 16px; */
    margin-bottom: 20px;
    /* text-align: center; */
}
.sort-banner .intro {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.9);
    /* letter-spacing: 11px; */
    /* text-align: center; */
}
.sort-nav {
    margin-bottom: 60px;
}
.sort-nav ul {
    text-align: center;
}
.sort-nav li {
    display: inline-block;
}
.sort-nav li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #343434;
    padding: 5px 30px;
    margin: 0 15px;
    border-radius: 20px 20px 20px 0;
    transition: all .5s;
}
.sort-nav li a:hover,
.sort-nav li.active a {
    color: #fff;
    background: #e93a3a;
}
.wechat-banner {
    /* min-height: 100vh; */
    background: rgba(48, 190, 95, 0.9);
    padding-top: 50px;
    text-align: center;
    display: flex;
    align-items: center;
}
.wechat-banner .container {
    height: 100%;
    align-items: center;
}
.wechat-banner .row {
    padding-top: 0px;
}
.wechat-banner .col-md-5 {
    display: flex;
    text-align: left;
    padding-left: 20px;
}
.wechat-banner .sort-text {
    padding-top: 120px;
}
.wechat-banner .t {
    text-align: left;
    font-size: 60px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 25px;
}
.wechat-banner .title {
    font-size: 30px;
    line-height: 1.5;
    color: #666;
    letter-spacing: 11px;
    margin-bottom: 30px;
}
.wechat-banner .intro {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    width: 100%;
}
.wechat-banner img {
    max-width: 100%;
}
/* --- sort common style --- */

/* --- newslist style --- */
.newslist-main {
    padding: 70px 0;
    background: #f6f9fb;
}
.newslist-main .index-news-list .item-text{
    padding: 20px;
}
/* --- newslist style --- */

/* --- caselist style --- */
.caselist-main {
    padding: 70px 0;
    background: #f6f9fb;
}
/* --- caselist style --- */

/* --- case style --- */
.editor-pn {
    padding-top: 20px;
    padding-bottom: 30px;
}
.editor-pn p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.5;
}
.editor-pn p a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #888;
}
.editor-main{
    background: #f4f6f8;
}
.editor-main.editor-case {
    padding-bottom: 0;
}
.editor-case {
    /* margin-top: -300px; */
}
.editor-content{
    margin-top: -300px;
}
.users{
    width: 100%;
    height: 280px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.users_img{
    text-align: center;
    margin-top: 40px;
}
.users_img img{
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 80px;
    width: 80px;
}
.users_name{
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin: 10px 0 10px 0;
    text-align: center;
}
.small-banners{
    display: none;
}
.users_jie{
    
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin: 10px 0 10px 0;
    text-align: center;
    color: #777;
}
.users_tit{
    width: 80%;
    padding: 5px 20px;
    text-align: center;
    margin: 0 auto;
    color: #777;
    margin-bottom: 5px;
    justify-content: space-between;
}
.users_tit .col-xs-4,.users_num .col-xs-4{
    min-width: 64px;
}
.users_num{
    width: 80%;
    padding: 5px 20px;
    padding: 5px 20px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
}
.recommend{
    padding: 0 15px;
    border-radius: 2px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.recommend_tit{
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.recommend_news{
    padding: 0 15px;
    padding: 15px 0;
    font-size: 14px;
    color: #616161;
   
}
.recommend_news ol{
    list-style: decimal;
    list-style-position: inside !important;
}
.recommend_news li{
    list-style: decimal;
    list-style-position: inside !important;
    line-height: 2.5;
}
.recommend_tags{
    margin: 0;
    padding: 15px 0;
    display: inline-block;
}
.recommend_tagd{
    margin-bottom: 5px;
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #007bff;
    background: #e5f2ff;
    margin-right: 3px;
    border-radius: 2px;
}
.more-case .more-title {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}
.more-case {
    background: #f6f7fa;
    padding: 60px 0 30px 0;
}
/* --- case style --- */

/* --- contact style --- */
.contact-main {
    padding: 70px 0;
    background: #f6f9fb;
}
.contact-box {
    background: #fff;
    padding: 50px 60px;
}
.contact-icon-list {
    margin-top: 20px;
}
.contact-icon {
    padding-left: 100px;
    padding: 25px 0 25px 80px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.contact-icon:nth-child(1) a {
    font-size: 28px;
    font-weight: 700;
    font-family: DINAlternate-Bold, DINAlternate;
    color: #e93a3a;
}
.contact-icon .iconfont {
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -28px;
    background: pink;
}
.contact-icon .icon-map {
    background: url(../images/icon-chat.svg) no-repeat center;
    background-size: 52px 52px;
}
.contact-icon .icon-email {
    background: url(../images/icon-envelope.svg) no-repeat center;
    background-size: 50px 50px;
}
.contact-icon .icon-address {
    background: url(../images/icon-map.svg) no-repeat center;
    background-size: 52px 52px;
}
.contact-icon .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #333;
    margin-bottom: 4px;
}
.contact-icon a {
    color: #808080;
}
.contact-icon p {
    font-size: 14px;
    line-height: 25px;
    color: #808080;
}
/* --- contact style --- */

/* --- service style --- */
.services-banner {
    /*background: url(/static/images/service-banner.jpg) no-repeat center;*/
    /*background-size: cover;*/
    background: #F4F5F8;
    /* height: 100vh; */
    min-height: 650px;
    position: relative;
}
.swiper-smax .smax-item.active {
    width: 100%;
    height: 100%;
    top: 50%;
    opacity: 1;
    visibility: inherit;
    z-index: 10;
}
.swiper-smax .smax-item {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: hidden;
    /* transition: all 1s; */
}
.smax-item .item-text {
    width: 85%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* background: rgba(36, 37, 40, 0.6); */
    padding: 0px 90px 90px 90px;
}
.smax-item .item-text p {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    width: 100%;
    opacity: 0;
    transform: translateX(-30px);
}
.smax-item.active .item-text p {
    transition: all 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateX(0px);
}
.smax-item .item-text h2 {
    font-size: 60px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
    opacity: 0;
    transform: translateX(-50px);
}
.smax-item.active .item-text h2 {
    transition: all 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateX(0px);
}
.smax-item .item-text ul{
    margin-bottom: 30px;
    width: 100%;
    opacity: 0;
    transform: translateX(-70px);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 260px;
    text-align: left;
}
.item-text-left{
    margin-top: 50px;
}
.smax-item.active .item-text ul{
    transition: all 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateX(0px);
}
.smax-item .item-text .col-md-5{
    margin-bottom: 80px;
    width: 100%;
    opacity: 0;
    transform: translateX(-70px);
}
.smax-item.active .item-text .col-md-5{
    transition: all 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateX(0px);
}
.smax-item .item-text .btn-contact {
    display: none;
    opacity: 0;
    transform: translateX(-90px);
    background: #FFF;
    color: transparent;
    text-align: center;
}
.smax-item.active .item-text .btn-contact {
    width: 228px;
    transition: all 0.4s;
    opacity: 1;
    transform: translateX(0px);
    background: #e93a3a;
    color: #FFF;
    animation: s 0.6s;
    display: block;
}
@keyframes s {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0%);
    }
  }
.smax-item .item-text li {
    width: 112px;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 10px;
}
.banner-small {
    height: 100px;
    width: 78%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -8%;
    z-index: 11;
    justify-content: space-between;
}
#banner-smalld{
    /* display: block; */
    visibility: inherit;
}
#banner-smalld2{
    /* display: none; */
    visibility: hidden;
}
.banner-small .small-item {
    height: 100px;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, #F3F6F8 0%, #FFFFFF 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
}
.banner-small .small-item img{
    max-height: 185px;
    height: 50px;
}
.banner-small .col-md-3.active .item-text {
    /* background: rgba(36, 37, 40, 0.3); */
}
.banner-small .item-text {
    width: 100%;
    /* height: 100%; */
    /* background: rgba(36, 37, 40, 0.7); */
    padding: 15px 0px 15px 10px;
    transition: all .5s;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.banner-small .item-text p {
    font-size: 14px;
    color: #99A3B7;
    line-height: 22px;
    padding-left: 5px;
}
.banner-small .item-text h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: #333;
    padding: 5px 0px 0px 5px;
}
.service-list {
    background: #fcfcfc;
}
.service-list .list-item {
    padding: 50px;
    display: block;
}
.service-list .row {
    margin: 0;
    width: 100%;
}
.service-list .col-md-6 {
    padding: 0;
}
.service-list .row .col-md-6:nth-child(1) {
    background: #fff;
}
.service-list .row .col-md-6:nth-child(2) {
    background: #f6f9fb;
}
.service-list .row-direction {
    flex-direction: row-reverse;
}
.service-list p.tac .iconfont {
    width: 80px;
    height: 80px;
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.service-list .item-title {
    margin-top: 17px;
    font-size: 32px;
    line-height: 1.5;
    color: #000;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.service-list .item-title-en {
    font-size: 32px;
    line-height: 38px;
    color: rgba(0, 0, 0, 0.13);
    margin-bottom: 100px;
}
.service-list .item-foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-list .item-foot span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #8A8E99;
}
.service-list .item-foot .iconfont {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon-news.svg) no-repeat center right;
    background-size: cover;
    transition: all .5s;
}
.service-list .list-item:hover .icon-more {
    background: url(../images/icon-news.svg) no-repeat center left;
    background-size: cover;
}
.service-list .list-item:hover .item-title {
    color: #e93a3a;
}
.service-list .list-item:hover i.icon-web {
    background: url(../images/icon-selected-1.svg) no-repeat center;
    background-size: cover;
}
.service-list .list-item:hover i.icon-wxapp {
    background: url(../images/icon-selected-2.svg) no-repeat center;
    background-size: cover;
}
.service-list .list-item:hover i.icon-m {
    background: url(../images/icon-selected-3.svg) no-repeat center;
    background-size: cover;
}
.service-list .list-item:hover i.icon-sem {
    background: url(../images/icon-selected-4.svg) no-repeat center;
    background-size: cover;
}
.our-advantage {
    position: relative;
    padding: 60px 0;
}
.our-advantage:after {
    content: "";
    width: 100%;
    height: 630px;
    background: #e93a3a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.our-advantage .col-md-7 img {
    max-width: 100%;
}
.tab-advantage {
    padding-left: 50px;
}
/* .our-advantage a {
    margin-left: 15px;
    display: inline-block;
    background: #e93a3a;
    width: 193px;
    height: 58px;
    line-height: 58px;
    border-radius: 100px 100px 100px 2px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 120px;
} */
.our-advantage .tab-item {
    padding-left: 15px;
    margin-bottom: 50px;
    position: relative;
}
.our-advantage .tab-item.active:after {
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
}
.our-advantage .tab-item .intro {
    height: 0;
    overflow: hidden;
}
.our-advantage .tab-item.active .intro {
    height: auto;
}
.our-advantage .tab-item .title {
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}
.our-advantage .tab-item .intro {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 22px;
    margin-top: 15px;
}
.service-duowei-step {
    padding: 120px 0 60px 0;
}
.duowei-step {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}
.duowei-step .step {
    width: 14.28%;
    position: relative;
}
.duowei-step .step > i.iconfont {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 30px auto;
    /*position: absolute;*/
    /*top: -100px;*/
    /*left: 15px;*/
}
.duowei-step .step:after {
    content: "";
    width: 54px;
    height: 6px;
    background: url(../images/icon-step8.svg) no-repeat center left;
    background-size: contain;
    position: absolute;
    right: -26px;
    top: 30px;
}
.duowei-step .step:last-child:after {
    display: none;
}
.duowei-step .step > i.icon-step1 {
    background: url(../images/icon-step1.svg) no-repeat center left;
    background-size: cover;
}
.duowei-step .step > i.icon-step2 {
    background: url(../images/icon-step2.svg) no-repeat center left;
    background-size: cover;
}
.duowei-step .step > i.icon-step3 {
    background: url(../images/icon-step3.svg) no-repeat center left;
    background-size: cover;
}
.duowei-step .step > i.icon-step4 {
    background: url(../images/icon-step4.svg) no-repeat center left;
    background-size: cover;
}
.duowei-step .step > i.icon-step5 {
    background: url(../images/icon-step5.svg) no-repeat center left;
    background-size: cover;
}
.duowei-step .step > i.icon-step6 {
    background: url(../images/icon-step6.svg) no-repeat center left;
    background-size: cover;
}
.duowei-step .step > i.icon-step7 {
    background: url(../images/icon-step7.svg) no-repeat center left;
    background-size: cover;
}
.duowei-step .title {
    font-size: 18px;
    line-height: 25px;
    color: #323232;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}
.duowei-step p {
    font-size: 14px;
    line-height: 20px;
    color: #7f7f7f;
    text-align: center;
}
.duowei-step .title span {
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 1;
    width: 47px;
    height: 56px;
    font-size: 48px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: bold;
    color: #323232;
    line-height: 56px;
    background: linear-gradient(180deg, #e93a3a 0%, rgba(233, 58, 58, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-partner {
    /* padding: 60px 0; */
}
.partner-scroll {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}
.partner-scroll:after {
    content: "";
    width: 500px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(255,255,255,1) 20% , rgba(255,255,255,0) );
    z-index: 9;
}
.partner-scroll:before {
    content: "";
    width: 500px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,1) 80% );
    z-index: 9;
}
/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	/* background:#f6f6f6; */
	white-space:nowrap;
}
/* .str_wrap.str_active {
	background:#f1f1f1;
} */
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
.page-form {
    padding: 60px 0 90px 0;
}
.page-form .index-msg {
    padding: 0;
}
.service-case {
    position: relative;
}
.service-case .about-decorate1 {
    top: 0;
}

.service-case .more-cases {
    text-align: center;
    
}
.service-case .more-cases p {
    font-size: 16px;
    color: #7f7f7f;
    margin-bottom: 15px;
}
.service-case .more-cases h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #333;
    margin-bottom: 18px;
}
.service-case .more-cases h3 span {
    color: #e93a3a;
}
.service-believe {
    padding: 150px 0 0 0;
}
.service-believe .video-padding {
    height: 0;
    position: relative;
    padding-bottom: 80%;
}
.service-believe .video-box {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: #F5F5F5;
}
.service-believe .paly-btn {
    display: block;
    width: 98px;
    height: 98px;
    background: #e93a3a;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.service-believe .paly-btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid rgba(233, 58, 58, 0.8);
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}
@-webkit-keyframes btnIconRipple { 0% { border-width: 4px; -webkit-transform: scale(1); transform: scale(1); }
  80% { border-width: 1px; -webkit-transform: scale(1.35); transform: scale(1.35); }
  100% { opacity: 0; } }
@keyframes btnIconRipple { 0% { border-width: 4px; -webkit-transform: scale(1); transform: scale(1); }
  80% { border-width: 1px; -webkit-transform: scale(1.35); transform: scale(1.35); }
  100% { opacity: 0; } }
.service-believe .paly-btn:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* --- service style --- */

/* --- about style --- */
.about-duowei {
    padding: 70px 0;
    /*background: url(../images/about-1.png) no-repeat center bottom;*/
    /*background-size: contain;*/
}

.about-duowei .about-text {
    margin-bottom: 80px;
}
.about-duowei .about-text p {
    font-size: 16px;
    line-height: 32px;
    color: #7f7f7f;
    text-align: center;
}
.about-duowei .about-text span {
    color: #e93a3a;
}
.number-duowei {
    padding: 0 100px;
}
.number-duowei .number {
    text-align: center;
}
.number-duowei span i:nth-child(1) {
    font-size: 58px;
    font-weight: 700;
    line-height: 80px;
    color: #e93a3a;
    font-style: normal;
    font-family: DINAlternate-Bold;
}
.number-duowei span i:nth-child(2) {
    font-size: 26px;
    font-weight: 700;
    line-height: 100px;
    /* color: #343434; */
    color: #e93a3a;
    font-style: normal;
}
.number-duowei .col-md-3:nth-child(4) span em {
    font-size: 22px;
    font-weight: 700;
    line-height: 100px;
    /* color: #343434; */
    color: #e93a3a;
    font-style: normal;
}
.number-duowei .col-md-3:nth-child(4) span i:nth-child(3) {
    font-size: 58px;
    font-weight: 700;
    line-height: 80px;
    /* color: #343434; */
    color: #e93a3a;
    font-style: normal;
    font-family: DINAlternate-Bold;
}
.number-duowei .col-md-3:nth-child(4) span i:nth-child(4) {
    font-size: 18px;
    font-weight: 700;
    line-height: 100px;
    /* color: #343434; */
    color: #e93a3a;
    font-style: normal;
}
.number-duowei .number span {
    display: block;
}
.number-duowei .number span:nth-child(1) {
    height: 80px;
}
.number-duowei .number span:nth-child(2) {
    font-size: 18px;
    line-height: 25px;
    /* color: #e93a3a; */
    color: #343434;
}
.about-services {
    padding: 70px 0;
    background: #f6f9fb;
}
.about-services-map {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.about-services-map {
    background: url(../images/about-map.gif) no-repeat center;
    background-size: contain;
}
.map-text1 {
    width: 116px;
    height: 116px;
    background: #e93a3a;
    position: absolute;
    top: 25%;
    left: 100px;
    border-radius: 50%;
    z-index: 9;
}
.map-text1 span {
    display: block;
    width: 116px;
    height: 116px;
    line-height: 116px;
    text-align: center;
    font-size: 40px;
    font-family: DINAlternate-Bold, DINAlternate;
    font-weight: 700;
    color: #fff;
}
.map-text2 {
    width: 96px;
    height: 96px;
    background: rgba(233, 58, 58, 0.81);
    position: absolute;
    top: 34%;
    left: 190px;
    border-radius: 50%;
    padding-top: 28px;
    z-index: 8;
}
.map-text2 span {
    display: block;
    width: 96px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.dowv-map-img {
    max-width: 100%;
    height: 90%;
    top: 0;
    right: 120px;
    opacity: 0;
}
.about-advantage {
    padding: 70px 0;
    background: url(../images/index-contact.png) no-repeat center;
    background-size: cover;
}
.about-advantage .advantage-logo {
    margin-bottom: 50px;
}
.about-advantage .advantage-logo img {
    display: block;
    margin: 0 auto;
    height: 266px;
}
.about-advantage .advantage-intro p {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    margin-top: 5px;
}
.about-dream .row {
    width: 100%;
    margin: 0;
}
.about-dream .row-direction {
    flex-direction: row-reverse;
}
.about-dream .row .col-md-6 {
    padding: 0;
}
.about-dream .item-img img {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dream-text {
    padding: 0 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.dream-text .dream-title {
    width: 100%;
    margin-top: 20px;
}
.dream-text .title-m {
    font-size: 16px;
    line-height: 26px;
    color: #7f7f7f;
    margin-bottom: 2px;
}
.dream-text .title-l {
    font-size: 44px;
    line-height: 62px;
    color: #343434;
    margin-bottom: 6px;
}
.insist-intro p {
    font-size: 14px;
    line-height: 24px;
    color: #7f7f7f;
    margin-bottom: 2px;
    width: 100%;
}
.insist-intro p.strong {

    font-size: 24px;
    line-height: 36px;
    color: #000;
    margin-bottom: 30px;
    width: 100%;
}
.about-slogon {
    background: url(../images/about-5.png) no-repeat center;
    background-size: cover;
    padding: 180px 0;
}
.about-slogon .title {
    font-size: 44px;
    line-height: 62px;
    color: #fff;
    margin-bottom: 22px;
}
.about-slogon .intro {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.about-slogon .col-md-4 {
    text-align: right;
}
.about-slogon a {
    display: inline-block;
    width: 220px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    background: #fff;
    color: #e93a3a;
    padding: 0 20px;
    margin-top: 30px;
    text-align: left;
    transition: all .5s;
}
.about-slogon a:hover {
    border-radius: 30px;
}




/* ?¡­3?o???¡®??? 20210715 */
.about-section {
    padding: 90px 0;
}
.about-title {
    margin-bottom: 18px;
}
.about-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}
.about-title.text-l h2,
.about-title.text-l p {
    text-align: left !important;
   line-height: 32px;
}
.about-title h3 {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 60px;
    font-weight: 700;
}
/* .about-title.text-l h3{
    
} */
.about-title h2 strong {
    display: inline-block;
    vertical-align: bottom;
    font-size: 72px;
    line-height: 80px;
    color: #e93a3a;
    font-family: D-DIN-Bold, D-DIN;
    margin: 0 5px;
}
.about-title span {
    font-weight: 700;
}
.about-title > p {
    font-size: 16px;
    line-height: 34px;
    color: #333;
    margin-bottom: 134px;
    text-align: center;
}
.about-title > p.center {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.title-bottom 
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url(../images/icon-left.svg) no-repeat;
    left: 0;
}
.title-bottom .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url(../images/icon-right.svg) no-repeat;
    right: 0;
}
.swiper-button-next, .swiper-button-prev{
    top: 48%;
}
.about-partner .about-title > p {
    max-width: 820px;
    margin: 0 auto;
}
.about-title > p {
    max-width: 510px;
    margin: 0;
}
.about-business .title-bottom {
    margin-top: 115px;
}
.about-world .title-bottom {
    margin-top: 140px;
}
.about-idea .title-bottom {
    margin-top: 90px;
}
.about-dream .title-bottom {
    margin-top: 60px;
}

.partner-main {
    padding: 0 50px;
}
.partner-main .more-show {
    display: none;
}

.partner-main {
    margin-top: 50px;
    margin-bottom: 10px;
}
#about-ideas{
    margin-top: 30px !important;
}
.partner-list img {
    width: 90%;
    display: inline-block;
    margin: 0 auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
}
.partner-list img:not(:hover) {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;
    transform: scale(0.9);
}
.partner-info {
    font-size: 16px;
    line-height: 1.5;
    color: #7f7f7f;
    text-align: center;
    max-width: 1100px;
    margin: 30px auto 0 auto;

}
.partner-infod{
    display: none;
}
.partner-info span {
    font-weight: 900;
}
.more-partner {
    font-size: 16px;
    line-height: 1.5;
    color: #e93a3a;
    text-align: center;
}
.more-partner i {
    display: inline-block;
    margin: 0 auto;
    width: 20px;
    height: 20px;

    background: url(/static/images/icon-morep.svg) no-repeat center;
    background-size: contain;
}
.title-bottom p {
    font-size: 16px;
    line-height: 1.5;
    color: #7f7f7f;
}
.about-business,
.about-partner,
.about-idea,
.about-dream {
    position: relative;
}
.about-decorate1 {
    display: block;
    width: 17.7%;
    height: 900px;
    background: url(/static/images/decorate1.png) no-repeat left center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -300px;
}
.about-decorate2 {
    display: block;
    width: 17.7%;
    height: 900px;
    background: url(/static/images/decorate2.png) no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: -100px;
}
.about-decorate3 {
    display: block;
    width: 17.7%;
    height: 900px;
    background: url(/static/images/decorate3.png) no-repeat left center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -100px;
}
.about-decorate4 {
    display: block;
    width: 17.7%;
    height: 900px;
    background: url(/static/images/decorate4.png) no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.about-business .about-title {
    margin-top: 60px;
}
.about-business-list .list-item {
    padding: 45px 25px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    min-height: 290px;
}
.about-business-list > .list-item:hover() h4{
    color: #e93a3a;
}
/*.about-business-list .col-md-6:nth-child(1) .list-item {*/
/*    margin-top: 50px;*/
/*}*/
/*.about-business-list .col-md-6:nth-child(4) .list-item {*/
/*    transform: translateY(-50px);*/
/*}*/
.about-business-list .list-item img {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
}
.about-business-list .list-item h4 {
    font-size: 22px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}
.about-business-list .list-item p {
    font-size: 16px;
    line-height: 1.5;
    color: #7f7f7f;
    margin-bottom: 20px;
}
.about-world {
    background: url(/static/images/world.png) no-repeat center;
    background-size: cover;
}
.point2{
    display: none;
}
.btn-contact {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    padding: 11px 40px;
    background: #e93a3a;
    border-radius: 100px 100px 100px 2px;
    display: inline-block;

    transition: all .5s;
}
.btn-contact.btn-sm {
    /* padding: 16px 40px; */
}

.btn-contact:hover {
    color: #fff;
    border-radius: 40px;
}
.idea-swiper {
    overflow: hidden;
}
.swiper-idea {
    padding: 20px 0;
}
.swiper-idea .swiper-item {
    box-shadow: 0px 6px 20px 0px #EEEEEE;
    padding: 45px 25px;
    border-radius: 5px;
    background: #fff;
}
.swiper-idea .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .5s;
}
.swiper-idea .swiper-slide.swiper-slide-next {
    position: relative;
    z-index: 1;
}
.swiper-idea .swiper-slide.swiper-slide-prev {
    position: relative;
    z-index: 1;
}
.swiper-idea .swiper-slide.swiper-slide-active,
.swiper-idea .swiper-slide.swiper-slide-duplicate-active {
    position: relative;
    z-index: 3;
}
@media (max-width: 1680px) {
    .about-business .about-decorate1 {
        left: -5%;
    }
    .banner-small .small-item img{
        height: 40px;
    }
    .banner-small .item-text h3{
        font-size: 20px;
    }
    .banner-small .item-text p{
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}
@media (max-width: 1366px) {
    .banner-small .small-item img{
        height: 30px;
    }
    .banner-small .item-text h3{
        font-size: 18px;
    }
    .banner-small .item-text p{
        display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }
}
@media (max-width: 768px) {
    
}
/* ?¡­3?o???¡®??? 20210715 */
/* --- about style --- */

/* --- editor news style --- */
.editor-main {
    padding: 60px 0;
}
.editor-head {
    margin-bottom: 30px;
}
.editor-head h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    color: #000;
    margin-bottom: 10px;
}
.editor-head p.time {
    font-size: 14px;
    color: #999999;
    margin: 15px 0 10px 0;
}
.editor-content p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 15px;
}
.editor-content p.tac {
    margin-top: 40px;
}
.editor-content video,
.editor-content img {
    max-width: 100%;
}
/* --- editor news style --- */

/* --- wechat style --- */
.wechat-section .more {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    padding: 11px 40px;
    background: #e93a3a;
    border-radius: 100px 100px 100px 2px;
    display: inline-block;
    margin:30px  0;
    transition: all .5s;
}
.wechat-section .more:hover{
    border-radius: 40px;
}
.btn-contact:hover {
    color: #fff;
    border-radius: 40px;
}
.wechat-section .more.white {
    background: #fff;
    color: #0dbf4d;
}
.wechat-market {
    padding: 60px 0 0;
}
.wechat-market-list .iconfont {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-bottom: 25px;
}
.wechat-market-list .icon-xcx1 {
    background: url(../images/icon-xcx1.svg) no-repeat center;
    background-size: contain;
}
.wechat-market-list .icon-xcx2 {
    background: url(../images/icon-xcx2.svg) no-repeat center;
    background-size: contain;
}
.wechat-market-list .icon-xcx3 {
    background: url(../images/icon-xcx3.svg) no-repeat center;
    background-size: contain;
}
.wechat-market-list .icon-xcx4 {
    background: url(../images/icon-xcx4.svg) no-repeat center;
    background-size: contain;
}
.wechat-market-list .icon-xcx1s {
    background: url(../images/rts1.svg) no-repeat center ;
    background-size: contain;
}
.wechat-market-list .icon-xcx2s {
    background: url(../images/rts2.svg) no-repeat center;
    background-size: contain;
}
.wechat-market-list .icon-xcx3s {
    background: url(../images/rts3.svg) no-repeat center;
    background-size: contain;
}
.wechat-market-list .icon-xcx4s {
    background: url(../images/rts4.svg) no-repeat center;
    background-size: contain;
}
.wechat-market-list .col-md-3 {
    margin-bottom: 15px;
}
.wechat-market-list .list-item {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.09);
    padding: 50px 15px;
}
.wechat-market-list .title {
    font-size: 24px;
    line-height: 1.5;
    color: #343434;
    text-align: center;
    margin-bottom: 5px;
}
.wechat-market-list p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    text-align: center;
}
.wechat-step {
    padding: 60px 0;
    background: url(../images/xcx-bg1.png) no-repeat center bottom #f6f9fb;
    background-size: contain;
}
.wechat-step .container > p {
    position: relative;
    margin-top: -120px;
    z-index: 1;
}
.wechat-step img {
    width: 100%;
}
.wechat-step-list {
    position: relative;
    z-index: 2;
}
.wechat-step-list span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 136px;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    background: url(../images/icon-62.svg) no-repeat center;
    background-size: contain;
    margin: 0 auto;
    transition: all .5s;
}
.webbs span{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 136px;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    background: url(../images/icon-62.svg) no-repeat center;
    background-size: contain;
    margin: 0 auto;
    transition: all .5s;
    text-align: center;
}
.wechat-step-list span:after {
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/icon-77.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 100%;
    margin-left: 36px;
    animation:  animate-right 3s infinite ease-in-out;
}
.webbs  span:after {
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/icon-77.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 100%;
    margin-left: 36px;
    animation:  animate-right 3s infinite ease-in-out;
}

.col-10-2 img{
    width: 20%;
    /* height: 40px; */
}
.col-10-2 .item-title{
    font-size: 24px;
}
.col-10-2 .item-intro{
    font-size: 14px;
}
#mobile-step span:after {
    content: "";
    width: 32px;
    height: 32px;
    background: none;
    background-size: contain;
    position: absolute;
    left: 100%;
    margin-left: 36px;
    animation:  animate-right 3s infinite ease-in-out;
}
#youshi{
    width: 90%;
    margin: auto;
    text-align: left !important;
}
#youshi .item-text{
    background: none !important;
    padding-top: 4rem;
    padding-bottom: 16rem;
    color: #FFF;
}
#youshi .item-title{
    color: #FFF;
}
#youshi .item-intro{
    color: #FFF;
}
#wechat-steps span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 136px;
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    background: url(../images/icon-62.svg) no-repeat center;
    background-size: contain;
    margin: 0 auto;
    transition: all .5s;
    text-align: center;
}
#wechat-steps  span:after {
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/icon-77.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 100%;
    margin-left: 36px;
    animation:  animate-right 3s infinite ease-in-out;
}
.wechat-plan .more{
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    padding: 11px 40px;
    background: #e93a3a;
    border-radius: 100px 100px 100px 2px;
    display: inline-block;
    margin:30px  0;
    transition: all .5s;
}
.wechat-plan .more:hover{
    border-radius: 40px;
}
@-webkit-keyframes animate-right {
    0% {transform: translate(-5px);opacity: 0.2;}
    50% {transform: translateX(5px);opacity: 1;}
    100% {transform: translate(-5px);opacity: 0.2;}
}
@keyframes animate-right {
    0% {transform: translate(-5px);opacity: 0.2;}
    50% {transform: translateX(5px);opacity: 1;}
    100% {transform: translate(-5px);opacity: 0.2;}
}
.wechat-step-list .col-md-2:last-child span:after {
    display: none;
}
.wechat-plan {
    padding: 60px 0 0;
}
.wechat-plan-list .col-md-3 {
    margin-bottom: 20px;
}
.wechat-plan-list .list-item {
    display: block;
    height: 0;
    padding-bottom: 52.1%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.wechat-plan-list .list-item img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.wechat-plan-list .list-item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}
.wechat-plan-list .list-item span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: all .5s;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
/* #wechat_plan_box .list-item:hover span{
    background: rgba(25,187,255,0.9);
}
.wechat-plan-list .list-item:hover span {
    background: rgba(25,187,255,0.9);
} */
.wechat_plan-box {
    position: relative;
}
.wechat-plan-text {
    position: absolute;
    width: calc(100% + 30px);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
/*.wechat-plan-text .col-md-3 {
    margin-bottom: 20px;
}*/
.wechat-plan-text .list-item {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 52.1%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.wechat-plan-text .list-item:hover {
    background: #FF3333;
	opacity: 0.8;
}
.wechat-plan-text .list-item span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.4);*/
    transition: all .5s;
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wechat-plan-text .list-item span a {
    color: #fff;
}
.boxBor {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    border-radius: 12px;
    z-index: 2;
    background: rgba(25,187,255,0.9);
}
#boxBors{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    border-radius: 12px;
    z-index: 2;
    background: rgba(233,58,58,0.9);
}
#boxBors1{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    border-radius: 12px;
    z-index: 2;
    background: rgba(233,58,58,0.9);
    
}
.wechat-case {
    padding: 30px 0;
    background: #f6f7fb;
}
.wechat-now {
    padding: 50px 0;
    background: url(../images/xcx-bg4.png) no-repeat center;
    background-size: cover;
}
.wechat-now .title {
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.wechat-swiper {
    position: relative;
}
.wechat-swiper .list-item > img {
    max-width: 100%;
    width: 60%;
    height: 100%;
    object-fit: cover;
}
 .swiper-wechat .swiper-slide{
    height: 100% !important;
}
.wechat-swiper .list-item {
    display: flex;
    align-items: center;
    background: #fff;
}
.wechat-swiper .item-right {
    padding: 30px 60px;
    min-width: 40%;
    max-width: 100%;
}
.wechat-swiper .item-right img {
    height: 72px;
    margin-bottom: 20px;
}
.wechat-swiper .intro {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
.wechat-swiper .item-right .more {
    height: 38px;
    font-size: 14px;
    color: #808080;
    line-height: 36px;
    border-radius: 4px;
    padding: 0 30px;
    background: #fff;
    border: 1px solid #979797;
    margin-top: 45px;
}
.swiper-wechat .swiper-slide {
    height: auto;
}
.swiper-wechat-next, .swiper-wechat-prev {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    outline: none;
}
.swiper-wechat-prev, .swiper-container-rtl .swiper-wechat-next {
    left: -86px;
    background-image: unset;
    background: url(../images/icon-left-xcx.svg) no-repeat center;
    background-size: 66px 66px;
    top: 50%;
    bottom: 50%;
}
.swiper-wechat-next, .swiper-container-rtl .swiper-wechat-prev {
    right: -86px;
    background-image: unset;
    background: url(../images/icon-right-xcx.svg) no-repeat center;
    background-size: 66px 66px;
    top: 50%;
    bottom: 50%;
}
/* --- wechat style --- */

/* --- mobile style --- */
.split-line {
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    margin: 90px 0 75px 0;
}
.mobile-section .title-l {
    margin-bottom: 20px;
    font-weight: lighter;
}
.mobile-section .index-title .intro {
    font-weight: lighter;
}
.mobile-question {
    padding: 60px 0 45px 0;
    position: relative;
}
.mobile-question .question2 {
    width: 100%;
    max-width: 100%;
}
.mobile-question .question1 {
    width: 100%;
    margin-top: -560px;
    z-index: 2;
}
.mobile-change {
    margin-bottom: 80px;
}
.mobile-change .title-l {
    margin-bottom: 20px;
}
.mobile-change .about-img img {
    max-width: 100%;
    margin: 0;
}
.mobile-change .col-md-7 {
    display: flex;
    align-items: center;
}
.mobile-change-list .list-item {
    display: flex;
    margin: 25px 0;
}
.mobile-change-list .item-img {
    width: 84px;
    min-width: 84px;
    margin: 0 45px;
}
.mobile-change-list img {
    width: 84px;
    height: 84px;
}
.mobile-change-list .title {
    font-size: 26px;
    line-height: 1.5;
    color: #343434;
    margin-bottom: 12px;
}
.mobile-change-list .intro {
    font-size: 16px;
    line-height: 1.5;
    color: #808080;
}
.mobile-change .psa-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer-mobile {
    padding-top: 40px;
}
.footer-mobile .contact {
    padding: 60px 0 100px 0;
}
.footer-mobile .contact .title {
    font-size: 14px;
    color: #323232;
    line-height: 1.5;
    margin-bottom: 34px;
    font-family: BarlowCondensed-ExtraLight, BarlowCondensed;
    padding-left: 80px;
}
.footer-mobile .contact .tel {
    font-size: 69px;
    font-weight: lighter;
    font-family: PFDinTextCompPro,sans-serif;
    color: #323232;
    line-height: 1.5;
    margin-bottom: 34px;
    padding-left: 80px;
}
.footer-mobile .address {
    padding: 55px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
}
.footer-mobile .address p {
    font-size: 14px;
    line-height: 34px;
    color: #000;
}
.footer-mobile .address a {
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #000;
    margin-top: 34px;
}
.mobile-choose {
    margin-bottom: 100px;
}
.mobile-choose-list .item-text {
    background: #f2f2f2;
    padding: 30px 40px;
    border-radius: 50px 50px 50px 0;
    max-width: 630px;
    transition: background .5s;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
}
.mobile-choose-list .item-text .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #343434;
    margin-bottom: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.mobile-choose-list .item-text .intro {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(52, 52, 52, 0.76);
    margin-bottom: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.mobile-choose-list .item-text .info {
    font-size: 14px;
    line-height: 24px;
    color: #343434;
    position: relative;
    padding-bottom: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.mobile-choose-list .item-text .info:after {
    content: "";
    width: 44px;
    height: 41px;
    background: url(../images/icon-fenhao1.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
}
.mobile-choose-list .item-text:hover {
    background: #e93a3a;
}
.mobile-choose-list .item-text:hover .title {
    color: #fff;
}
.mobile-choose-list .item-text:hover .intro {
    color: rgba(255, 255, 255, 0.76);
}
.mobile-choose-list .item-text:hover .info {
    color: #fff;
}
.mobile-choose-list .item-text:hover .info:after {
    background: url(../images/icon-fenhao2.svg) no-repeat center;
    background-size: contain;
}
.mobile-choose-list .list-item {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}
.mobile-choose-list img,
.mobile-choose-list .item-img {
    width: 75px;
    height: 75px;
}
.mobile-choose-list li .item-img {
    margin-right: 30px;
}
.mobile-choose-list li:nth-child(even) {
    display: flex;
    justify-content: flex-end;
}
.mobile-choose-list li:nth-child(even) .list-item {
    flex-direction: row-reverse;
}
.mobile-choose-list li:nth-child(even) .item-img {
    margin-left: 30px;
}
.mobile-choose-list li:nth-child(even) .item-text {
    border-radius: 50px 50px 0 50px;
}
.mobile-cooperate {
    background: url(../images/web-bg1.png) no-repeat center;
    background-size: cover;
    border-radius: 20px;
    padding: 100px 0;
}
/* --- mobile style --- */

/* --- operate style --- */
.operate-extension {
    background: #f6f9fb;
    padding: 70px 0 70px 0;
    margin-top: 30px;
}
.operate-extension .iconfont {
    display: block;
    margin: 0 auto;
    /* width: 124px; */
    height: 124px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.operate-extension .icon-oweb {
    background: url(../images/nds1.svg) no-repeat;
    background-size: contain;
}
.operate-extension .icon-oearch {
    background: url(../images/nds2.svg) no-repeat;
    background-size: contain;
}
.operate-extension .icon-owords {
    background: url(../images/nds3.svg) no-repeat;
    background-size: contain;
}
.operate-extension .icon-beian {
    background: url(../images/nds4.svg) no-repeat;
    background-size: contain;
}
.operate-extension .icon-oweb1 {
    background: url(../images/nds1.svg) no-repeat;
    background-size: contain;
}
.operate-extension .icon-oearch1 {
    background: url(../images/nds2.svg) no-repeat;
    background-size: contain;
}
.operate-extension .icon-owords1 {
    background: url(../images/nds3.svg) no-repeat;
    background-size: contain;
}
.operate-extension .icon-beian1 {
    background: url(../images/nds4.svg) no-repeat;
    background-size: contain;
}
.operate-extension .title {
    width: 90%;
    font-size: 24px;
    line-height: 1.5;
    color: #343434;
    /* text-align: center; */
    
    margin: auto;
    margin-bottom: 15px;
}
.operate-extension .intro {
    width: 90%;
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin: auto;
    margin-bottom: 30px;
}

.other{
    background: linear-gradient(180deg, #F2F5F8 0%, #FDFDFE 100%);
    /* box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); */
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    width: 23%;
}
.operate-advantage .list-item .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.operate-advantage .list-item .item-text {
    width: 43%;
    padding: 100px;
}
.operate-advantage .list-item .item-img {
    width: 57%;
}
.operate-advantage .item-text .title {
    font-size: 44px;
    color: #323232;
    line-height: 1.5;
    margin-bottom: 35px;
}
.operate-advantage .item-text .intro p {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
}
.operate-advantage .list-item:nth-child(even) {
    background: #f6f9fb;
}
.operate-advantage .list-item:nth-child(even) .container {
    flex-direction: row-reverse;
}
.operate-advantage .item-img img {
    max-width: 100%;
}

.operate-provide{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.trd4{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.06);
    background: hsla(0,0%,100%,0);
    opacity: 0;
    z-index: -1;
    transform-origin: 50% 50%;
    transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s cubic-bezier(.215,.61,.355,1)
}
.trd4 img{
    width: 100%;
    height: 100%;
}
.trd1{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.06);
    background: hsla(0,0%,100%,0);
    opacity: 0;
    z-index: -1;
    transform-origin: 50% 50%;
    transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s cubic-bezier(.215,.61,.355,1)
}
.trd1 img{
    width: 100%;
    height: 100%;
}
.trd2{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.06);
    background: hsla(0,0%,100%,0);
    opacity: 0;
    z-index: -1;
    transform-origin: 50% 50%;
    transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s cubic-bezier(.215,.61,.355,1)
}
.trd2 img{
    width: 100%;
    height: 100%;
}
.trd3{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.06);
    background: hsla(0,0%,100%,0);
    opacity: 0;
    z-index: -1;
    transform-origin: 50% 50%;
    transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s cubic-bezier(.215,.61,.355,1)
}
.trd3 img{
    width: 100%;
    height: 100%;
}
.operate-provide1{
    /* background: url(../images/bks.png) no-repeat;
    background-size: 100% 100%; */
}
.operate-provide1:hover .operate-provide1-but{
    visibility: inherit;
}
.operate-provide1:hover .operate-provide2-but{
    visibility: inherit;
}
.operate-provide1:hover .trd{
    opacity: 1;
    transform: scale(1);

}
#ren1:hover .trd1{
    opacity: 1;
    transform: scale(1);
    margin-left: -4px;

}
#ren2:hover .trd2{
    opacity: 1;
    transform: scale(1);

}
#ren3:hover .trd3{
    opacity: 1;
    transform: scale(1);
    margin-left: -4px;

}
#ren4:hover .trd4{
    opacity: 1;
    transform: scale(1);
  

}
.operate-provide1-title{
    padding: 23px 0px 15px 240px;
    font-size: 24px;
    color: #343434;
}
.operate-provide1-intro{
    padding: 0px 0px 22px 240px;
    color: #868686;
    line-height: 30px;
}
.operate-provide1-jian{
    display: flex;
    justify-content: space-between;
    padding: 0px 20% 22px 240px;
    color: #E93A3A;
}
.operate-provide1-but{
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    padding: 11px 40px;
    background: #e93a3a;
    border-radius: 100px 100px 100px 2px;
    display: inline-block;
    margin-left: 240px;
    margin-bottom: 23px;
    visibility: hidden;
}
.operate-provide1-but:hover{
    border-radius: 40px;
}
.operate-provide2-title{
    padding: 23px 0px 15px 33px;
    font-size: 24px;
    color: #343434;
}
.operate-provide2-intro{
    padding: 0px 199px 22px 33px;
    color: #868686;
    line-height: 30px;
}
.operate-provide2-jian{
    display: flex;
    justify-content: space-between;
    padding: 0px 48% 22px 33px;
    color: #E93A3A;
}
.operate-provide2-but{
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    padding: 11px 40px;
    background: #e93a3a;
    border-radius: 100px 100px 100px 2px;
    display: inline-block;
    margin-left: 5%;
    margin-bottom: 23px;
    visibility: hidden;
}
.operate-provide2-but:hover{
    border-radius: 40px;
}
.operate-trusteeship {
    background: #f6f9fa;
    padding: 70px 0;
}
.trusteeship-list {
    display: flex;
}
.trusteeship-list .list-item {
    width: 32%;
    padding: 25px 0;
}
.trusteeship-list .list-item-box {
    height: 100%;
    background: #fff;
}
.trusteeship-list .list-item-box:first-child {
    border-right: 1px solid #e8e8e8;
}
.trusteeship-list .list-item-box .intro {
    padding: 25px 0;
}
.trusteeship-list .list-item-box p {
    font-size: 16px;
    line-height: 22px;
    color: #676767;
    text-align: center;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
}

.trusteeship-list .list-item:first-child {
    border-radius: 16px 0 0 16px;
    -webkit-border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
    -ms-border-radius: 16px 0 0 16px;
    -o-border-radius: 16px 0 0 16px;
}
.trusteeship-list .list-item.active {
    width: 36%;
    padding: 0;
}
.trusteeship-list .list-item.active .list-item-box {
    background: #e93a3a;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.trusteeship-list .list-item .title {
    font-size: 26px;
    line-height: 85px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}
.trusteeship-list .list-item.active .title {
    padding-top: 25px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}
.trusteeship-list .list-item.active .item-text {
    padding-top: 210px;
}
.trusteeship-list .list-item.active p {
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
}
.operate-duowei {
    padding: 70px 0;
    background: url(../images/operate-bg1.png) no-repeat center;
    background-size: contain;
}
.operate-duowei .operate-dw-intro p {
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
}
.operate-why {
    padding: 70px 0;
}
.operate-why .index-title {
    margin-bottom: 10px;
}
.operate-why li {
    margin-top: 60px;
}
.operate-why .iconfont {
    display: block;
    margin: 0 auto;
    width: 124px;
    height: 124px;
    margin-bottom: 36px;
}
.operate-why .icon-why1 {
    background: url(../images/icon-operate-why1.svg) no-repeat center;
    background-size: contain;
}
.operate-why .icon-why2 {
    background: url(../images/icon-operate-why2.svg) no-repeat center;
    background-size: contain;
}
.operate-why .icon-why3 {
    background: url(../images/icon-operate-why3.svg) no-repeat center;
    background-size: contain;
}
.operate-why .icon-why4 {
    background: url(../images/icon-operate-why4.svg) no-repeat center;
    background-size: contain;
}
.operate-why .icon-why5 {
    background: url(../images/icon-operate-why5.svg) no-repeat center;
    background-size: contain;
}
.operate-why .icon-why6 {
    background: url(../images/icon-operate-why6.svg) no-repeat center;
    background-size: contain;
}
.operate-why .title {
    font-size: 24px;
    line-height: 1.5;
    color: #343434;
    text-align: center;
    margin-bottom: 6px;
}
.operate-why .intro {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    text-align: center;
}
.operate-now {
    padding: 15px 0;
    background: url(../images/xcx-1.png) no-repeat center;
    /* background-size: cover; */
    border: 1px solid transparent;
}
.operate-now .title {
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.operate-now .more {
    line-height: 30px;
    font-size: 18px;
    color: #e93a3a;
    padding: 11px 40px;
    background: #fff;
    border-radius: 100px 100px 100px 2px;
    display: inline-block;
    margin: 10px 0;
    transition: all .5s;
    display: inline-block;

}
.operate-now .more:hover{
    border-radius: 40px;
}
.mobile-now{
    padding: 50px 0;
    background: url(../images/xcx-2.png) no-repeat center;
    background-size: cover;
}
.mobile-now .title {
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

.mobile-now .more {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
    color: #19BBFF;
    margin: 30px auto 0 auto;
    padding: 11px 40px;
    background: #fff;
    border-radius: 6px;
}
.web-now{
    padding: 50px 0;
    background: url(../images/xcx-1.png) no-repeat center;
    background-size: cover;
}
.web-now .title {
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.web-now .more {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
    color: #e93a3a;
    margin: 30px auto 0 auto;
    padding: 11px 40px;
    background: #fff;
    border-radius: 6px;
}
/* --- operate style --- */

/* animate */
.animate-1 {
    -webkit-animation: animate-1 10s infinite ease-in-out;
    animation: animate-1 10s infinite ease-in-out;
}
.animate-2 {
    -webkit-animation: animate-2 10s infinite ease-in-out;
    animation: animate-2 10s infinite ease-in-out;
}
.animate-3 {
    -webkit-animation: animate-3 3s infinite ease-in-out;
    animation: animate-3 3s infinite ease-in-out;
}
@-webkit-keyframes animate-1 {
    0% {transform: translate(0, 0);}
    50% {transform: translateY(40px);}
    100% {transform: translate(0, 0);} 
}
@keyframes animate-1 {
    0% {transform: translate(0, 0); }
    50% {transform: translateY(40px); }
    100% {transform: translate(0, 0); } 
}
@-webkit-keyframes animate-2 {
    0% {transform: translate(0, 0);}
    50% {transform: translateY(20px);}
    100% {transform: translate(0, 0);} 
}
@keyframes animate-2 {
    0% {transform: translate(0, 0); }
    50% {transform: translateY(20px); }
    100% {transform: translate(0, 0); } 
}
@-webkit-keyframes animate-3 {
    0% {transform: translateX(-5px);}
    50% {transform: translateX(5px);}
    100% {transform: translateX(-5px);} 
}
@keyframes animate-3 {
    0% {transform: translateX(-5px);}
    50% {transform: translateX(5px);}
    100% {transform: translateX(-5px);} 
}
/* animate */

@media screen and (min-width: 2001px) {
    
}
@media screen and (min-width: 1024px) {
    /* .hidden-sm {
        display: block;
    } */
    .hidden-xl {
        display: none;
    }
}
@media screen and (max-width: 1800px) {
}
@media screen and (max-width: 1680px) {
    .partner-scroll:before,
    .partner-scroll:after {
        width: 360px;
    }
    .partner-scroll:after {
        
    }
    .about-banner {
        height: 580px;
    }
}
@media screen and (max-width: 1440px) {
    .wechat-step-list span:after {
        margin-left: 13px;
    }
    .partner-scroll:before,
    .partner-scroll:after {
        width: 240px;
    }
    .about-banner {
        height: 520px;
    }
}
@media screen and (max-width: 1368px) {
    .index-web-services .item-title {
        font-size: 20px;
    }
    .index-web-services .item-intro {
        height: 74px;
    }
    .index-msg-intro .msg-title {
        font-size: 24px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
    head,body {
        overflow: auto !important;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-xl {
        display: block;
    }
    .header {
        height: 80px;
    }
    .header.header-fixed {
        height: 60px;
    }
    .logo {
        height: 34px;
    }
    #logogo{
        height: 34px;
    }
    .header.header-fixed .logo {
        margin-top: 13px;
    }
    .index-design {
        margin-top: 10px;
    }
    .navbar {
        width: 240px;
        height: 100vh !important;
        position: fixed;
        top: 0;
        right: -240px;
        margin-top: 0;
        background: rgb(233, 58, 58, 90%);
        transition: right .5s ease-out;
        -webkit-transition: right .5s ease-out;
        -moz-transition: right .5s ease-out;
        -ms-transition: right .5s ease-out;
        -o-transition: right .5s ease-out;
    }
    .header.header-fixed .navbar {
        margin-top: 0;
    }
    .header.header-fixed .nav > li > a {
        color: #fff;
    }
    .header.header-fixed .navbar.active,
    .navbar.active {
        right: 0;
        margin-top: 0;
        height: 100vh;
    }
    .navbar .nav > li {
        width: 100%;
    }
    .navbar .nav > li a {
        width: 100%;
        display: block;
        font-size: 16px;
        line-height: 50px;
        outline: none;
        color: #FFF !important;
    }
    .menu-m{display:block;float:right;cursor:pointer;height:38px;width:30px;position:absolute;top: 12px;right: 15px;transition: all .5s;z-index: 99;}
    .menu-m span{display:inline-block;width:30px;height:3px;background-color:#fff;border-radius: 5px;position:absolute;top:25px;left:0px;transition:background-color 0.2s ease-out 0.1s;}
    .menu-m span:before{content:'';display:inline-block;width:30px;height:3px;background-color:#fff;border-radius: 5px;position:absolute;top:-10px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
    .menu-m span:after{content:'';display:inline-block;width:30px;height:3px;background-color:#fff;border-radius: 5px;position:absolute;top:10px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
    .header.header-fixed .menu-m {top: 5px;}
    .header.header-fixed .menu-m span {background-color:#333;}
    .header.header-fixed .menu-m span:before {background-color:#333;}
    .header.header-fixed .menu-m span:after {background-color:#333;}
    .header.menu_click .menu-m span{background-color:transparent; }
    .header.menu_click .menu-m span:before{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(45deg);top:0px; background-color:#fff;}
    .header.menu_click .menu-m span:after{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(-45deg);top:0px; background-color:#fff;}
    .copyright-mb {
        padding: 15px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .copyright-mb a {
        display: inline-block;
        font-size: 11px;
        line-height: 14px;
        color: rgba(255, 255, 255, 0.5);
    }
    .banner-img .img-box {
        width: 200px;
        height: 140px;
        background-position: 0 -100px;
        background-size: 330px 220px;
    }
    .banner-text .banner-img {
        padding-top: 50px;
    }
    .banner-icon1 {
        top: 100px;
        width: 220px;
        height: 430px;
    }
    .banner-icon1:after {
        width: 430px;
        height: 430px;
    }
    .banner-icon2 {
        top: 146px;
        width: 220px;
        height: 330px;
        position: absolute;
        right: 70px;
    }
    .banner-icon2:after {
        width: 330px;
        height: 330px;
    }
    .swiper-next-index, .swiper-prev-index {
        width: 48px;
        height: 48px;
    }
    .swiper-prev-index, .swiper-container-rtl .swiper-next-index {
        left: 15px !important;
        top: inherit;
        bottom: 40px;
    }
    .swiper-next-index, .swiper-container-rtl .swiper-prev-index {
        right: inherit;
        left: 80px;
        top: inherit;
        bottom: 40px;
    }
    .about-intro .about-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .about-intro .about-text {
        width: 100%;
        padding-left: 0;
    }
    .container-fluid {
        padding: 0 15px;
    }
    .sort-banner {
        height: 560px;
    }
    .sort-text {
        padding-top: 28%;
    }
    .sort-banner .title {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .sort-banner .intro {
        font-size: 11px;
        line-height: 14px;
    }
    .dowv-map-img {
        height: auto;
    }
    .about-dream .row .col-md-6 {
        width: 100%;
        min-width: 100%;
    }
    .wechat-swiper .list-item {
        flex-wrap: wrap;
    }

    .footer-mobile .contact .tel {
        font-size: 45px;
    }
    .wechat-swiper .list-item > img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #shares{
        margin-top: 30px;
    }
    .index-news .index-news-list .tags span:after{
        top: 6px;
    }
    #banner .swiper-next-index, .swiper-container-rtl .swiper-prev-index{
        top: 90%;
    }
    #banner .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
        top: 90%;
    }
    .service-case .container-fluid{
        padding-top: 0px !important;
    }
    #mobile-step .col-10-2{
        width: 48% !important;
        line-height: 20px;
        height: 135px;
        margin-bottom: 10px;
        background-size: 100% 100%;
    }
    #youshi .item-intro{
        display: block;
    }
    .col-10-2 .item-title{
        font-size: 13px;
    }
    .col-10-2 .item-intro{
        font-size: 11px;
        padding: 0 10px;
    }
    .mobile-section .wechat-step{
        height: 850px;
    }
    #youshi{
        width: 100%;
        margin: auto;
        justify-content: space-between !important;
    }
    .mobile-question .index-news-list>li{
        width: 32% !important;
        margin-bottom: 1rem;
    }
    .wechat-plan .more{
        padding: 11px 21px;
        line-height: 15px;
        font-size: 16px;
    }
    #youshi .item-title{
        font-size: 16px !important;
    }
    #youshi .item-intro{
        font-size: 11px !important;
    }
    #youshi .item-text{
        padding-top: 2rem;
        padding-bottom: 7rem;
    }
    .operate-provide1,.operate-provide2,
    .operate-provide3,.operate-provide4{
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom:  1px solid #F4F7F9 !important;
    }
    #ren2{
        border-bottom: 1px solid  #F4F7F9 !important;
    }
    #ren4 .trd4{
        opacity: 1;
        transform: scale(1);
        margin-left: -4px;
    }
    .operate-provide1-title,.operate-provide2-title,
    .operate-provide3-title,.operate-provide4-title{
        padding: 0px;
        font-size: 16px !important;
        text-align: center !important;
        padding-top: 15px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .operate-provide1-intro,.operate-provide2-intro,
    .operate-provide3-intro,.operate-provide4-intro{
        padding: 0px;
        font-size: 11px !important;
        line-height: 22px;
        
    }
    .operate-provide1-jian,.operate-provide2-jian,
    .operate-provide3-jian,.operate-provide4-jian{
        padding: 0px;
        margin-top: 15px;
        font-size: 11px !important;
        
    }
    .operate-provide1-but,.operate-provide2-but{
        margin-left: 0px;
        /* visibility: inherit; */
        margin-top: 20px;
        padding: 11px 21px;
        line-height: 15px;
        font-size: 16px;
        margin: 30px 33%;
     
    }
    .service-partner{
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .item-picturek{
        width: 30px;
        height: 30px;
    }
    .nwsd{
        margin-bottom: 20px !important;
    }
    /* index common */
    .index-section {
        padding: 20px 0;
    }
    #main{
        padding-top: 10px;
    }
    .index-title {
        margin-bottom: 20px;
    }
    .index-title.white p{
        display: none;
    }
    .index-title .title-m {
        font-size: 13px;
        line-height: 24px !important;
        color: #7f7f7f;
        margin-bottom: 10px;
    }
    .wechat-market .index-title .title-l{
        font-size: 20px;
    }
    .wechat-market .index-title .title-m{
        display: none;
    }
    .index-title .title-l {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
        animation-delay: 100ms;
    }
    .index-button {
        padding: 11px 21px;
        line-height: 15px;
        font-size: 16px;
    }
    .btn-contact{
        padding: 11px 21px;
        line-height: 15px;
        font-size: 16px;
    }
    .sort-banner {
        height: 280px;
    }
    .services-banner .sort-banner{
        height: 250px;
    }
    .banner-small .item-text{
        width: 95%;
        margin: 15px auto;
        text-align: center;
        padding: 0;
    }
    .banner-small .small-item{
        height: 120px;
    }
    .banner-small .item-text div{
        margin: auto;
        text-align: center;
    }
    .wechat-banner{
        height: 60vh !important;
    }
    .wechat-banner img{
        width: 75%;
    }
    .wechat-banner .col-md-5 {
        width: 100%;
        justify-content: center;
    }
    @-webkit-keyframes animate-1 {
        0% {transform: translate(0, 0);}
        50% {transform: translateY(20px);}
        100% {transform: translate(0, 0);} 
    }
    @keyframes animate-1 {
        0% {transform: translate(0, 0); }
        50% {transform: translateY(20px); }
        100% {transform: translate(0, 0); } 
    }
    .wechat-banner .col-md-7{
        /* margin-top: 30px; */
    }
    .sort-text {
        padding-top: 125px;
    }
    .sort-banner .title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 18px;
        letter-spacing: 0px;
    }
    .sort-banner .intro {
        font-size: 11px;
        line-height: 14px;
        letter-spacing: 0px;
        margin-bottom: 20px !important;
    }
    .index-design-list .list-item{
        border-radius: 10px !important;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
    }
    .index-design-list .list-item .item-img{
        border-radius: 10px 10px 0px 0px;
    }
    /* ??¡ä?¡ª?hidden */
    .tool-bar {
        display: none;
    }
    .header-phone {
  
        background: none;
        margin-top: -150px;
    
    }
    /* index */
    .about-intro .about-text p {
        font-size: 13px;
        line-height: 24px;
    }
    .partner-info{
        font-size: 13px !important;
        line-height: 24px !important;
    }
    #dreamss{
        margin-top: 30px !important;
    }
    .index-web .index-title {
        height: 550px;
        padding: 30px 15px 260px 15px;
    }
    .index-web .container{
        margin-top: 140px;
    }
    .index-web-services {
        background: transparent;
        margin-top: -580px;
        margin-bottom: 45px !important;
    }
    #partner2{
        margin-top: 40px !important;
        margin-bottom: 40px;
    }
    .index-news .container{
        margin-top: 10px;
    }
    #partner2 .index-title .title-m,#partner2 .index-title p{
        display: none;
     }
    .index-title p{
        width: 90%;
        font-size: 13px;
    }
    .index-web-services {
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: 20px;
    }
    .index-web-services .col-md-3 {
        width: 50%;
        margin-bottom: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .index-web-services .list-item {
        padding: 15px 10px;
        background: #fff;
        height: 190px;
        max-height: 250px;
    }
    .index-web .index-button{
        margin-top: -10px;
    }
    .index-web-services .list-item:after {
        display: none;
    }
    .index-web-services p .iconfont {
        width: 40px;
        height: 40px;
    }
    .index-web-services .item-title {
        font-size: 14px;
        line-height: 20px;
        color: #333;
        margin-top: 16px;
    }
    .index-web-services .item-intro {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
        font-size: 11px;
        line-height: 14px;
        height: 28px;
        color: #7f7f7f;
    }
    .index-design-list.row .col-md-4 {
        margin-bottom: 12px;
    }
    .index-design-list.row {
        margin-bottom: 8px;
    }
    .index-about .about-text .about-title {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 0px;
        text-align: center;
    }
    .index-about .about-intro .about-text p {
        margin-bottom: 10px;
    }
    .index-about .about-intro .about-text .number-duowei {
        margin-top: 15px;
    }
    .index-about .number-duowei .number span:nth-child(1) {
        height: 70px;
    }
    .index-about .number-duowei span i:nth-child(1) {
        font-size: 34px;
        line-height: 70px;
    }
    .number-duowei .col-md-3:nth-child(4) span i:nth-child(3){
        font-size: 34px;
    line-height: 70px;
    }
    .index-news-list .item-text {
        padding: 15px;
    }
    .index-news-list .item-time {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 5px;
    }
    .iiooss .item-title{
        font-size: 13px !important;
    }
    .iiooss .item-intro{
        font-size: 11px !important;
    }
    .iiooss .item-picture{
        margin-top: 15px;
    }
    .iiooss .item-picture img{
        width: 50%;
    }
    .mobile-question .more{
        font-size: 16px;
        padding: 11px 21px;
        line-height: 15px;
        margin-top: 10px !important;
    }
    .mobile-question{
        padding-bottom: 0px !important;
    }

    .index-news-list .item-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .index-news-list .item-intro {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 15px;
        height: auto;
    }
    .index-news-list .tags span {
        font-size: 11px;
        line-height: 13px;
    }
    .index-news-list .tags span:after {
        top: 14px;
    }
    .index-news-list .item-foot .icon-more {
        height: 22px;
        width: 22px;
    }
    .index-message .index-msg {
        margin-left: 0;
        margin-right: 0;
        padding: 20px 0px;
    }
    #yin1,#yin2{
        display: none;
    }
    .index-msg-intro .msg-title {
        width: 107%;
        font-size: 21px !important;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    .index-msg-intro p{
        line-height: 24px;
    }
    .contact-box .index-msg-intro p{
        width: 81%;
    }
    .index-msg-intro .msg-intro {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 20px;
        display: none;
    }
    .index-msg-intro .msg-more{
        margin-top: 10px !important;
    }
    .index-form .form-group {
        margin-bottom: 20px;
    }
    .index-form .form-group.mb-sm-0 {
        margin-bottom: 0;
    }
    .dowv-scroll {
        height:104px;
        width:1284px !important;
        -webkit-animation: scrollToRight 30s linear infinite;
        animation: scrollToRight 30s linear infinite;
    }
    .dowv-scroll1 {
        height:104px;
        width:1284px !important;
        -webkit-animation: scrollToRight 26s linear infinite;
        animation: scrollToRight 26s linear infinite;
    }
    .service-case .more-cases p{
        font-size: 13px;
        margin-bottom: 5px;
    }
    /* footer */
    .footer {
        padding: 30px 0 5px 0;
    }
    .footer-top {
        margin-bottom: 32px;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-logo a {
        display: block;
    }
    .footer-logo a img {
        display: block;
        margin: 0 auto;
    }
    .footer-top .tel {
        padding-left: 80px;
        margin-bottom: 40px;
    }
    .wx-code p {
        font-size: 11px;
        line-height: 14px;
    }
    .wx-code {
        float: inherit;
        display: block;
        width: 100%;
    }

    .about-duowei {
        padding: 30px 15px 0px 15px;
    }
    .about-duowei .about-text p {
        font-size: 13px;
        line-height: 24px !important;
        text-align: left;
    }
    
    .about-duowei .about-text {
        margin-bottom: 20px;
    }
    .number-duowei {
        padding: 0 0px;
    }
    .number-duowei .number {
        width: 49%;
        padding: 12px 2px;
    }
    .number-duowei .number span:nth-child(1) {
        height: 70px;
        margin-top: -20px;
    }
    .number-duowei span i:nth-child(1) {
        font-size: 34px;
        line-height: 50px;
    }
    .about-business .title-bottom{
        margin-top: 10px;
        display: none;
    }
    .about-business-list .list-item{
        padding: 10px 20px;
        min-height: 208px;
        text-align: center;
        margin-bottom: 15PX;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);
        
    }
    .about-business-list .list-item .item-img{
        text-align: center;
        margin: auto;
    }
    .about-business-list .list-item h4{
        font-size: 14px;
    }
    .about-business-list .list-item p{
        font-size: 11px;
    }
    #windy{
        margin-top: 40px;
    }
    .trans1{
        width: 50%;
        transform: translateY(0px) !important;
      }
      .trans2{
        width: 50%;
      }
      .trans3 {
        width: 50%;
        transform: translateY(0px) !important;
      }
      .trans4 {
        width: 50%;
        transform: translateY(0px) !important;
      }
    .about-business-list .trans1{
        width: 50%;
        transform: translateX(7px) !important;
    }
    .about-business-list .trans2{
        width: 50%;
        transform: translateX(-7px) !important;
    }
    .about-business-list .trans3 {
        width: 50%;
        transform: translateX(7px) !important;
    }
    .about-business-list .trans4 {
        width: 50%;
        transform: translateX(-7px) !important;
    }
    .about-section{
        padding: 0;

    }
    .about-world{
        /* display: none; */
        background: url(/static/images/world2.png) no-repeat center;
        background-size: contain;
        margin-top: 40px;
        background-position-y: 75px;
    }
    .point1{
        display: none;
    }
    .point2{
        display: block;
    }
    .about-title h2 strong{
        font-size: 30px;
        line-height: 28px;
    }
    .partner-main{
        margin-top: 0px;
        padding: 0 !important;
    }
    .about-idea{
        margin-top: 30px;
    }
    .about-title.text-l h2{
        text-align: center !important;
    }
     .about-title.text-l p{
        text-align: center !important;
        line-height: 24px !important;
        font-size: 13px;
        color: #7f7f7f;
    }
    .title-bottom{
        text-align: center;
    }
    .about-idea .title-bottom{
        margin-top: 20px;
    }
    .message-box{
        display: none;
    }
    .dowvs{
        /* display: none; */
    }
    .about-world .swiper{
        margin-top: 30px;
    }
    .swiper-slide{
        height: 60px !important;
    }
    .swiper-container{
        padding: 0 !important;
    }
    .dowv1{
        width: 98% !important;
        height: auto !important;
        top: 175px !important;
        left: 5px !important;
    }
    .about-decorate2{
        background: none;
    }
    .about-decorate4{
        display: none;
    }
    .dowv1 img{
        width: 100%;
        height: 100%;
    }
    .three{
        padding-top: 75px;
        margin-top: 200px !important;
        margin-bottom: 15px !important;
    }
    .about-dream .title-bottom{
        margin-top: 20px;
    }
    .dowv2{
        display: none;
    }
    .about-business, .about-partner, .about-idea, .about-dream{
        margin-top: 0px !important;
    }
    .footer-logo span{
        margin-left: 35%;
        margin-right: 35%;
    }
    .footer-info{
        text-align: center;
    }
    .footer-info p{
        padding-left: 40px;
        margin-bottom: 20px;
    }
    .footer-info .footer-navs li{
        margin-right: 10px;
        margin-left: 40px;
        margin-bottom: 20px;
    }
    .about-decorate4{
        z-index: -1;
    }
    .about-title h3{
        text-align: center;
    }
    
    .about-title h2{
        font-size: 24px;
        margin-bottom: 15px !important;
        text-align: center !important;
        line-height: 30px !important;
       
    }
    .about-partner .about-title > p{
        line-height: 24px !important;
        color: #7f7f7f;
        font-size: 13px !important;
    }
    .partner-main .partner-list .col-md-2{
        width: 33%;
        /* border: 1px solid; */
        padding: 0 !important;
    }
    #about-ideas{
        margin-top: 50px !important;
    }
    #dreamss .col-md-4{
        padding: 0 !important;
    }
    .partner-info{
        margin-top: 10px !important;
    }
    .more{
        font-size: 13px !important;
    }
    .about-title.text-l .title-bottom p{
        display: none;
    }
    .partner-main .partner-list .col-md-2 img{
        width: 100%;
        height: 100%;
    }
    .number-duowei .number span:nth-child(2) {
        font-size: 11px;
        line-height: 14px;
    }
    .about-services {
        padding: 30px 15px;
        overflow: hidden;
    }
    .about-services-map {
        margin-left: -30px;
        margin-right: -30px;
    }
    .about-services-map .col-md-6 {
        width: 50%;
    }
    .about-services .index-title p {
        text-align: left;
        font-size: 15px;
        line-height: 1.5;
    }
    .map-text1 {
        width: 66px;
        height: 66px;
        left: 50px;
    }
    .map-text1 span {
        width: 66px;
        height: 66px;
        font-size: 20px;
        line-height: 66px;
    }
    .map-text2 {
        width: 60px;
        height: 60px;
        left: 110px;
        padding-top: 16px;
        z-index: 10;
    }
    .map-text2 span {
        width: 60px;
        font-size: 11px;
        line-height: 14px;
    }
    .dowv-map-img {
        height: auto;
    }
    .about-advantage {
        padding: 30px 0;
    }
    .about-advantage .advantage-logo img {
        height: 160px;
    }
    .about-advantage .advantage-intro p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
        text-align: left;
        padding: 0 15px;
    }
    .about-dream .row {
        flex-direction: column-reverse;
        margin-bottom: 30px !important;
    }
    .dream-text {
        padding: 0 15px;
    }
    .dream-text .title-m {
        font-size: 11px;
        line-height: 1.5;
    }
    .black{
        width: 30px !important;
    }
    .dream-text .title-l {
        font-size: 22px;
        line-height: 1.5;
    }
    .insist-intro {
        padding-bottom: 10px;
    }
    .insist-intro p {
        font-size: 11px;
        line-height: 1.5;
    }
    .insist-intro p.strong {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .about-slogon {
        padding: 50px 0;
    }
    .about-slogon .title {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .about-slogon .intro {
        font-size: 13px;
        line-height: 1.5;
    }
    .about-slogon .col-md-4 {
        text-align: left;
    }
    .about-slogon .col-md-4 a {
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        padding-left: 10px;
    }
    .services-banner{
        /* min-height: 100%; */
        min-height: 644px;
        position: static;
        background: #FFF !important;
    }
    #witer{
        margin-top: 30px !important;
    }
    #hovers1{
        display: block;
        height: 100% !important;
    }
    #hovers2{
        display: none;
        height: 100% !important;
    }
    #hovers3{
        display: none;
        height: 100% !important;
    }
    #hovers4{
        display: none;
        height: 100% !important;
    }
    .banner-small .small-item img{
        height: 60px;
        width: 60px;
        margin-bottom: 10px;
    }
    .banner-small .item-text h3{
        font-size: 13px;
        line-height: 13px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .banner-small .item-text p{
        color: #666;
        font-size: 11px;
        line-height: 15px;
    }
    .banner-small{
        height: auto;
        bottom: 23px;
        width: 100%;
    }
    .banner-small .col-md-3{
        width: 50%;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    #banner-smalld{
        /* display: none; */
        visibility: hidden;
    }
    #banner-smalld2{
        /* display: block; */
        visibility: inherit;
    }
    .small-banners{
        background: none !important;
    }
    .small-banners{
        columns: #333 !important;
        display: block;
    }
    .small-banners .sort-banner .title{
        color: #333 !important;
    }
    .banner-max{
        display: none;
    }

    .banner-small .small-item{
        height: 175px;
        margin-bottom: 15px;
    }
    .service-believe{
        padding: 30px 0 0 0;
    }
    .service-partner{
        margin-top: 60px;
    }
    .dowv-scroll1{
        height: 60px !important;
    }
    .dowv-scroll1, .dowv-scroll{
        overflow: hidden;
    }
    .partner-scroll img {
        height: 60px !important;
    }
    .dowv-scroll{
        height: 60px !important;
    }
    .service-case .container{
        padding-top: 0px !important;
    }
    
    .smax-item.active .item-text .item-text-left{
        margin-top: -150px;
    }
    .smax-item .item-text .rightts{
        bottom:90px !important;
        right: 0px !important;
        margin-bottom: 0px;
    }
    .smax-item .item-text .rightts img{
       max-width: 100%;
    }
    .smax-item .item-text{
        padding: 0px;
    }
    .smax-item .item-text h2{
        font-size: 40px;
    }
    .service-list {
        padding: 15px 0;
    }
    #windy{
        padding: 0 !important;
    }
    .service-list .list-item {
        padding: 20px;
    }
   .service-partner .about-title{
       margin-top: 40px !important;
   }
   .service-partner .partner-scroll{
       margin-bottom: 0px;
   }
    .about-title > p.center{
        width: 80%;
        max-width: 80%;
        line-height: 24px !important;
        font-size: 13px !important;
        color: #7f7f7f;
        display: none;
    }
    .service-list .row .col-md-6 {
        margin-bottom: 15px;
    }
    .service-list p.tac .iconfont {
        width: 40px;
        height: 40px;
    }
    .service-list .item-title {
        margin-top: 9px;
        font-size: 16px;
    }
    .service-list .item-title-en {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 45px;
    }
    .service-list .item-foot span {
        font-size: 11px;
        line-height: 15px;
    }
    .service-list .item-foot .iconfont {
        width: 15px;
        height: 15px;
    }
    .service-list .row .col-md-6:nth-child(2) {
        background: #fff;
    }
    .service-main,
    .service-list {
        background: #f6f7fa;
        margin-top: 40px;
    }
    .service-duowei-step,
    .service-partner,
    .our-advantage {
        padding: 30px 0;
    }
    .service-partner,
    .service-duowei-step {
        padding-top: 30px;
    }
    .duowei-step .step{
        display: none;
    }
    .liucheng{
        display: block;
    }
    .liucheng img{
        width: 100%;
        height: 100%;
    }
 
    .our-advantage .container {
        position: relative;
        z-index: 9;
    }
    .our-advantage:after {
        z-index: 1;
        height: 480px;
    }
    .our-advantage .row {
        flex-direction: column-reverse;
    }
    .our-advantage .col-md-7 img {
        margin-bottom: 20px;
    }
    .our-advantage .tab-item {
        margin-bottom: 25px;
    }
    .our-advantage .tab-item .title {
        font-size: 14px;
        line-height: 18px;
    }
    .our-advantage .tab-item.active .intro {
        font-size: 11px;
        line-height: 14px;
        margin-top: 10px;
    }
    .our-advantage .container > p {
        text-align: center;
    }
    .our-advantage a {
        margin-top: 10px;
    }
    .tab-advantage {
        padding-left: 0;
    }
    .duowei-step {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .duowei-step .step {
        width: 100%;
        height: 105px;
        /* padding-left: 80px;*/
        padding-top: 6px; 
    }
    .duowei-step .step > i.iconfont {
        position: absolute;
        left: 0;
        top: 0;
    }
    .duowei-step .title{
        font-size: 16px;
        text-align: left;
        padding-left: 75px;
    }
    .duowei-step p{
        font-size: 13px;
        text-align: left;
        padding-left: 75px;
    }
    .duowei-step .step:after {
        width: 36px;
        height: 6px;
        right: inherit;
        top: inherit;
        bottom: 50%;
        margin-bottom: -32px;
        left: 10px;
        transform: rotate(90deg);
    }
    .partner-scroll:after,
    .partner-scroll:before {
        width: 80px;
    }
 

    .caselist-main {
        padding: 30px 0;
    }
    .case-banner .title {
        /* letter-spacing: 6px; */
    }
    .index-design-list.row .col-md-4 {
        margin-bottom: 15px;
    }
    .index-design-list .item-text {
        padding: 10px 15px;
    }
    .index-design-list .title {
        margin-bottom: 5px;
    }
    .index-design-list .title span:nth-child(1) {
        font-size: 16px;
        line-height: 25px;
    }
    .index-design-list .title span:nth-child(2) {
        font-size: 12px;
        display: none;
    }
    .index-design-list .item-text .intro {
        font-size: 11px;
        line-height: 15px;
    }

    .newslist-main {
        padding: 30px 0;
    }
    .mb-news {
        margin-bottom: 15px;
    }

    .contact-main {
        padding: 30px 0;
    }
    .contact-box {
        padding: 15px;
        margin: 0;
        background: transparent;
    }
    .contact-box .col-md-6 {
        padding: 0;
    }
    .contact-icon-list {
        margin-top: 0;
    }
    .contact-box .index-form {
        margin-top: 25px;
    }
    .index-form .title {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .wechat-banner .row {
        padding-top: 0;
    }
    .wechat-banner .sort-text {
        padding-top: 0;
    }
    .wechat-banner .t {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: 900;
        text-align: center;
    }
    .wechat-banner .btn-contact{
        font-size: 14px;
        padding: 8px 20px;
    }
    .wechat-banner .title {
        font-size: 18px;
        margin-bottom: 20px;
        letter-spacing: 6px;
    }
    .wechat-banner .intro {
        font-size: 13px;
        margin-bottom: 0px;
        /* letter-spacing: 8px; */
    }
    .wechat-banner .col-md-5 {
        margin-bottom: 10px;
        text-align: center;
        margin-top: 30px;
    }
    .wechat-market-list .list-item {
        padding: 20px 15px;
        min-height: 180px;
        max-height: 215px;
    }
    .wechat-swiper .item-right img {
        height: 60px;
    }
    .wechat-swiper .intro {
        font-size: 14px;
    }
    .swiper-wechat-next, .swiper-wechat-prev {
        width: 33px;
        height: 33px;
        outline: none;
    }
    .swiper-wechat-prev, .swiper-container-rtl .swiper-wechat-next {
        left: 10px;
        background-size: 33px 33px;
    }
    .swiper-wechat-next, .swiper-container-rtl .swiper-wechat-prev {
        right: 10px;
        background-size: 33px 33px;
    }
    .wechat-market,
    .wechat-step,
    .wechat-plan,
    .wechat-case,
    .wechat-now {
        padding: 30px 0;
    }
    .wechat-market{
        padding: 30px 0 0 0;
    }
    .wechat-plan{
        padding: 30px 0 0 0;
    }
    .wechat-market-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .wechat-market-list .col-md-3 {
        width: 50%;
        padding: 5px 5px;
        margin-bottom: 0;
    }
    .wechat-market-list .iconfont {
        width: 64px;
        height: 64px;
        margin-bottom: 10px;
    }
    .wechat-market-list .title {
        font-weight: 700;
        font-size: 14px;
    }
    .wechat-market-list p {
        font-size: 11px;
    }
    .wechat-now .title {
        font-size: 20px;
    }
    .wechat-section .more {
        font-size: 16px;
        padding: 11px 21px;
        margin-top: 15px;
        line-height: 15px;
    }
    #yuming{
        height: 100%;
    }
    .wechat-plan-text .list-item span{
        font-size: 16px;
    }
    .operate-extension ul{
        width: 98% !important;
        margin: auto;
    }
    .other{
        width: 48%;
    }
    .operate-extension .title{
        font-size: 16px;
        text-align: center;
        font-weight: 700;
    }
    .operate-extension .intro{
        font-size: 13px;
        display: none;
    }
    .wechat-step-list span {
        margin-bottom: 50px;
        width: 88px;
        height: 88px;
        line-height: 18px;
        font-size: 14px;
    }
    .wechat-step .container > p {
        margin-top: -80px;
    }
    .wechat-step-list .col-md-2 {
        width: 33.333%;
    }
    .wechat-step-list .col-md-2:nth-child(3n) span:after {
        display: none;
    }
    .wechat-step-list span:after {
        margin-left: 6px;
        width: 24px;
        height: 24px;
    }
    
    .sort-text.sort-text-case {
        padding-top: 75px;
    }
    .editor-case {
        margin-top: -150px;
    }
    .editor-pn p {
        margin-top: 5px;
    }
    .editor-pn {
        padding: 10px 0 25px 0;
    }
    .more-case {
        padding: 20px 0;
    }
    .more-case .more-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .footer-mobile .contact .title {
        padding-left: 30px;
    }
    .footer-mobile .contact .tel {
        font-size: 36px;
        padding-left: 30px;
    }

    .operate-now,
    .operate-why,
    .operate-trusteeship,
    .operate-duowei,
    .operate-extension,
    .mobile-question {
        padding: 36px 0;
    }
    .mobile-question .index-title .title-m{
        display: none;
    }
    .mobile-question .index-news-list .item-intro{
        display: none;
    }
    .operate-advantage .list-item .container {
        flex-wrap: wrap;
    }
    .operate-advantage .list-item .item-img,
    .operate-advantage .list-item .item-text {
        width: 100%;
    }
    .operate-advantage .list-item .item-img, .operate-advantage .list-item .item-text {
        padding: 30px 15px;
    }
    .operate-advantage .item-text .title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .operate-advantage .item-text .intro p {
        font-size: 16px;
    }
    .operate-extension li {
        margin-top: 15px;
    }
    .operate-extension .iconfont {
        width: 84px;
        height: 84px;
    }
    .operate-why li {
        width: 50%;
        margin-top: 20px;
    }
    .operate-why .iconfont {
        width: 62px;
        height: 62px;
        margin-bottom: 16px;
    }
    .operate-why .title {
        font-size: 18px;
    }
    .operate-why .intro {
        font-size: 14px;
    }
    .operate-now .title {
        font-size: 24px;
    }
    .operate-now .more {
        font-size: 16px;
        padding: 11px 21px;
        margin-top: 20px;
        line-height: 15px;
    }
    .wechat-case .swiper-wechat-next, .swiper-container-rtl .swiper-wechat-prev{
        display: none;
    }
    .wechat-case .swiper-wechat-prev, .swiper-container-rtl .swiper-wechat-next{
        display: none;
    }
    .dingzhi{
        min-height: 226px;
    }
    .wechat-swiper .item-right{
        padding: 30px 10px 10px 0;
        min-height: 422px;
    }
    .wechat-plan-list .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .wechat-plan-list .col-md-3 {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .wechat-plan-list .list-item span {
        font-size: 18px;
    }
    .mobile-question .index-news-list{
        width: 98%;
    }
    .iiooss{
        width: 133% !important;
    }
    .sort-nav{
        display: none;
    }
    .sort-nav ul {
        display: flex;
        overflow-x: auto;
        padding-bottom: 5px;
        border-bottom: 2px solid #eee;
    }
    .sort-nav ul li a {
        word-break: keep-all;
        white-space: nowrap;
        margin-left: 0;
        margin-right: 5px;
        outline: none;
    }

    .split-line {
        margin: 40px 0 35px 0;
    }
    .mobile-choose-list li .item-img {
        margin-right: 15px;
    }
    .mobile-choose-list img, .mobile-choose-list .item-img {
        width: 60px;
        height: 60px;
    }
    .mobile-choose-list li:nth-child(even) .item-img {
        margin-left: 15px;
    }
    .mobile-choose-list .item-text {
        padding: 25px;
        border-radius: 25px 25px 25px 0;
        -webkit-border-radius: 25px 25px 25px 0;
        -moz-border-radius: 25px 25px 25px 0;
        -ms-border-radius: 25px 25px 25px 0;
        -o-border-radius: 25px 25px 25px 0;
    }
    .mobile-choose-list li:nth-child(even) .item-text {
        border-radius: 25px 25px 0 25px;
        -webkit-border-radius: 25px 25px 0 25px;
        -moz-border-radius: 25px 25px 0 25px;
        -ms-border-radius: 25px 25px 0 25px;
        -o-border-radius: 25px 25px 0 25px;
    }
    .mobile-change .about-img {
        margin-top: 50px;
    }
    .mobile-change-list .item-img {
        margin: 0 20px 0 10px;
    }

    .swiper-wechat .swiper-slide {
        height: 100%;
    }
    .wechat-plan-text .col-md-3{
        width: 50% !important;
        margin-bottom: 0;
    }
    .wechat-plan-text .list-item{
        padding-bottom: 56%;
    }
}


.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*margin-right: -15px;
	margin-left: -15px;*/
}
.wechat-market-list .col-md-3 {
	margin-bottom: 15px;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.col-md-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 23%;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}