@charset "utf-8";

/* CSS Document */

/*=========
基本默认值
==========*/


li {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    object-fit: cover;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #000;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

::after,
::before {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    font-family: sans-serif;
    font-size: 14px;
    outline: none;
}


/*94%的内容*/

.wrap {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    position: relative;
}

.wrap1 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    position: relative;
}

.wrap2 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
}


/* =========
工具样式
========== */

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.all {
    max-width: 100%;
    overflow: hidden;
}


/* .hui {
    background-color: #f8f8f8;
} */


/*图片通用样式*/

.img-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}

.bgimg-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}

.img-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}


/*Flex居中样式*/

.flex-center {
    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;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}


/*动画*/

.donghua,
#ALL {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}


/*文字溢出*/

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.height60 {
    height: 0.6rem;
}

.common-md {
    position: absolute;
    top: -1.8rem;
}

.bai {
    background-color: #ffffff;
}

.nothing {
    font-size: 20px;
    color: #666666;
    text-align: center;
}

.bd_weixin_popup {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
}

.bg-incommon {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.text-center {
    text-align: center;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* -----------------通用样式---------------- */


/* seo */

.seo-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 30vh;
    overflow-y: auto;
}

.out-bg {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}


/* --------------------导航栏------------------------- */

.headerbox {
    height: 120px;
}

.header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0px;
}

.header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
}

.header .head-top {
    height: 46px;
    border-bottom: 1px solid #e6e6e6;
}

.header .head-top .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .head-top .l-text {
    font-size: 12px;
    color: #8a8a8a;
}

.header .head-top .r-search {
    display: flex;
}

.header .head-top .r-search .teldiv {
    display: flex;
    font-size: 14px;
    color: #ce0b01;
    font-weight: bold;
    align-items: center;
    margin-right: 24px;
}

.header .head-top .r-search .teldiv .ii {
    width: 27px;
    height: 27px;
    background-image: url(../images/icon_01.png);
    margin-right: 8px;
}

.header .head-top .r-search .search-box {
    position: relative;
    width: 213px;
}

.header .head-top .r-search .search-box input {
    width: 100%;
    height: 45px;
    background-color: #e6e6e6;
    border: none;
    padding: 0 48px 0 15px;
    font-size: 14px;
}

.header .head-top .r-search .search-box input::placeholder {
    color: #b2b2b2;
}

.header .head-top .r-search .search-box button {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    background-image: url(../images/icon_02.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: #e6e6e6;
    cursor: pointer;
}

.header .head-nav {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .head-nav .logo {
    width: 280px;
}

.topmenu>li {
    position: relative;
    display: inline-block;
    margin: 0 22px;
}

.topmenu li dl {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 268px;
    height: 0;
    background-color: #f5f5f5;
    z-index: 1;
    // overflow: hidden;
    max-height: 600px;
    overflow-y: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.topmenu li dl::-webkit-scrollbar {
    width: 4px;
}

.topmenu li dl::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.topmenu li dl::-webkit-scrollbar-thumb {
    background-color: var(--red-text-color);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.topmenu li dl dt {
    padding: 24px 24px 14px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.topmenu li dl dt .tit-a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #e6e6e8;
    padding: 0 16px;
    font-size: 14px;
    color: #252b3a;
    font-weight: bold;
    position: relative;
}

.topmenu li dl dt .tit-a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/icon_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 12px;
}

.topmenu li dl dt .tit-a .ll {
    width: 2px;
    height: 12px;
    background-color: var(--red-text-color);
    margin-right: 6px;
}

.topmenu li dl dd {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    line-height: 42px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    padding: 0 24px;
}

.topmenu li dl dd a {
    font-size: 14px;
    color: #333333;
    display: block;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.topmenu li dl dd a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/icon_03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height: 12px;
}

.topmenu li.onn dl {
    height: auto;
    padding-bottom: 10px;
}

.topmenu li.onn dl dd {
    height: 43px;
    opacity: 1;
    visibility: visible;
}

.topmenu li.onn dl dt {
    height: auto;
    opacity: 1;
}

.topmenu li .a {
    display: inline-block;
    height: 74px;
    line-height: 74px;
    position: relative;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}

.topmenu li .a::after {
    content: "";
    display: block;
    clear: both;
    background: var(--red-text-color);
    height: 5px;
    width: 0px;
    position: absolute;
    left: 0px;
    bottom: -2px;
    opacity: 0;
    z-index: 1;
}

.topmenu li.on .a,
.topmenu li:hover .a {
    color: var(--red-text-color);
}

.topmenu li.on .a::after,
.topmenu li:hover .a::after {
    width: 100%;
    opacity: 1;
}

.topmenu li.yy {
    display: none;
}

.topmenu li dl dd:hover a {
    color: var(--red-text-color);
    border-bottom: 1px solid #dcdcdc;
}

.topmenu li dl dd:hover a::after {
    background-image: url(../images/icon_04.png);
}

.header .head-nav .r-control {
    display: none;
}

@media only screen and (max-width: 1600px) {

    .topmenu,
    .topmenu li,
    .topmenu li .a {
        height: 70px;
        line-height: 70px;
    }

    .topmenu li dl {
        max-height: 422px;
        overflow-y: auto;
    }



    .topmenu li.onn dl dd {
        height: 34px;
    }

    .topmenu li dl dd {
        line-height: 34px;
        height: 34px;
    }
}

@media only screen and (max-width: 1440px) {
    .topmenu li {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 1280px) {
    .topmenu li {
        margin: 0 10px;
    }

    .header .head-nav .logo {
        width: 280px;
    }
}

@media only screen and (max-width: 1023px) {

    .headerbox,
    .header .head-nav {
        height: 55px;
    }

    .topmenu,
    .header .head-top {
        display: none;
    }

    .header .head-nav .logo {
        width: 220px;
    }

    .header .head-nav .r-control {
        display: flex;
    }

    .phonesearch {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 10px;
    }

    .phonesearch .sicon {
        width: 17px;
        height: 16px;
        background-image: url(../images/icon_19.png);
        background-size: contain;
        cursor: pointer;
    }

    .phonesearch .search-box {
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #f0f0f0;
        padding: 12px 3%;
        display: flex;
        transform: translateY(-10px);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    .phonesearch.on .search-box {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .phonesearch .search-box input {
        flex: 1;
        width: 100%;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        padding: 0 10px;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .phonesearch .search-box button {
        width: 50px;
        height: 36px;
        background-image: url(../images/icon_19.png);
        background-repeat: no-repeat;
        background-size: 17px auto;
        background-position: center;
        border: none;
        background-color: #ffffff;
        cursor: pointer;
    }

    .header .head-nav .menubtn {
        display: inline-block;
        height: 48px;
        padding: 18px 10px 15px;
        font-size: 0;
        line-height: 48px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .header .head-nav .menubtn>div {
        display: block;
        width: 18px;
        height: 2px;
        margin-bottom: 3px;
        background: #252b3a;
        border-radius: 3px;
        -webkit-transform-origin: 20px;
        transform-origin: 16px;
        -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s;
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        -moz-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        -ms-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        -o-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    }

    .header .head-nav .menubtn.menushow>div {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header .head-nav .menubtn.menushow>div:nth-child(2) {
        width: 0;
        opacity: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: width .5s;
        transition: width .5s;
    }

    .header .head-nav .menubtn.menushow>div:nth-child(1) {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


/* 手机菜单栏 */

.phone-menu {
    background: #1e1e1e;
    position: fixed;
    width: 260px;
    height: 100%;
    top: 0px;
    right: 0px;
    display: none;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding: 70px 0% 10px;
    overflow: auto;
    z-index: 8;
}

body[data-on="on"] .phone-menu {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.phone-menu ul li {
    display: block;
    line-height: 46px;
    min-height: 46px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.phone-menu ul li:after {
    content: "";
    display: block;
    height: 1px;
    width: 0px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0px;
    top: 46px;
}

.phone-menu ul li .item {
    display: block;
    overflow: hidden;
    position: relative;
    height: 46px;
    z-index: 3;
}

.phone-menu ul li:nth-child(1) .item {
    z-index: 1;
}

.phone-menu ul li.cz .item:after {
    content: "";
    width: 9px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 10px;
}

.phone-menu ul li.cz .item:before {
    content: "";
    width: 1px;
    height: 9px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
}

.phone-menu ul li.cz[data-on="on"] .item:after {
    width: 30px;
    opacity: 0;
    right: 0px
}

.phone-menu ul li.cz[data-on="on"] .item:before {
    height: 100%;
    top: 0px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.1);
}

.phone-menu ul li .a {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
    position: absolute;
    height: 46px;
    line-height: 46px;
    left: 15px;
    top: 0px;
    z-index: 2;
}

.phone-menu ul li .xl {
    font-size: 14px;
    padding: 5px 0px;
    display: none
}

.phone-menu ul li .xl a {
    color: rgba(255, 255, 255, .6);
    display: block;
    padding: 5px 15px 5px 20px;
    position: relative;
    line-height: 26px;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.phone-menu ul li .xl .hab {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
    -moz-transition: all .3s;
    transition: all .3s;
}

.phone-menu ul li .xl .hab.cz .bbb:after {
    content: "";
    width: 9px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 10px;
}

.phone-menu ul li .xl .hab.cz .bbb:before {
    content: "";
    width: 1px;
    height: 9px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
}

.phone-menu ul li .xl .hab[data-on="on"]:after .bbb {
    width: 100%;
    opacity: 1;
    right: -15px;
    top: 100%;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: content-box;
    padding-left: 7px;
}

.phone-menu ul li.on .a {
    color: #fff
}

.phone-menu ul li .xl .ha_i.on {
    color: #fff
}

.phone-menu ul li .xl .hab.on .ha {
    color: #fff
}

.phone-menu ul li .xl .xll {
    background: #000;
    display: none;
    margin-left: 8px;
}

.phone-menu ul li .xl .xll a {
    margin-left: -8px;
    font-size: 12px;
}

.phone-menu ul li .xl .hab[data-on="on"] .bbb:before {
    height: 100%;
    top: 0px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0);
}

.phone-menu ul li .xl .hab .bbb {
    position: relative;
    height: 36px;
}

.phone-menu ul li .xl .hab .ha {
    display: inline-block;
    left: 0px;
    top: 0;
    z-index: 1;
    position: absolute;
}

.phone-menu ul li .xl .hab .ha {
    padding: 5px 15px 5px 20px;
}

.phone-menu ul li .xl .hab:nth-child(1) .ha {
    padding: 10px 15px 5px 20px;
}

.phone-menu ul li .xl .hab:last-child .ha {
    padding: 5px 15px 10px 20px;
}

.phone-menu ul li .xl .hab:nth-child(1) .bbb {
    height: 41px;
}

.phone-menu ul li .xl .hab:last-child .bbb {
    height: 41px;
}

.phone-menu ul li .xl a:nth-child(1) {
    padding: 10px 15px 5px 20px;
}

.phone-menu ul li .xl a:nth-child(1):after {
    top: 22px;
}

.phone-menu ul li .xl a:last-child {
    padding: 5px 15px 10px 20px;
}

.phone-menu ul li .xl a:before {
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .1);
    content: "";
    display: block;
    position: absolute;
    top: -0px;
    left: 7px;
}

.phone-menu ul li .xl a:after {
    width: 8px;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 18px;
}


/*
.phone-menu ul li .xl a.oneha {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px 5px 10px;
    text-decoration: underline;
}

.phone-menu ul li .xl a.oneha:before,
.phone-menu ul li .xl a.oneha:after {
    display: none;
} */

.phone-menu ul li[data-on="on"]:after {
    width: 100%;
}

.phone-menu ul li[data-on="on"] .xl a {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(1) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(3) {
    -webkit-transition-delay: .45s;
    -moz-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(5) {
    -webkit-transition-delay: .75s;
    -moz-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(6) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(10) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(11) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(12) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(13) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl a:nth-child(14) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl .hab {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(1) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(3) {
    -webkit-transition-delay: .45s;
    -moz-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(5) {
    -webkit-transition-delay: .75s;
    -moz-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(6) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(7) {
    -webkit-transition-delay: 1.05s;
    -moz-transition-delay: 1.05s;
    -o-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(8) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(9) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(10) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(11) {
    -webkit-transition-delay: 1.65s;
    -moz-transition-delay: 1.65s;
    -o-transition-delay: 1.65s;
    transition-delay: 1.65s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(12) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(13) {
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.phone-menu ul li[data-on="on"] .xl .hab:nth-child(14) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.phone-dan {
    opacity: 0;
    background: #000;
    visibility: hidden;
    width: 100%;
    z-index: 5;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0
}

.phone-menu .href-box:after {
    content: "";
    display: block;
    clear: both;
}

.phone-menu .href-box .item {
    width: 50%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.phone-menu .href-box .item:nth-child(2n-1) {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.phone-menu .href-box .item a {
    display: block;
    padding: 15px 0 12px;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    text-align: center;
}

.phone-menu .href-box .item a img {
    height: 30px;
    display: block;
    margin: auto;
    opacity: .8;
    margin-bottom: 6px;
}

body[data-on="on"] .phone-dan {
    opacity: .5;
    visibility: visible;
}

.phone-menu .search-box {
    position: relative;
    left: 0px;
    top: 0;
    margin: 0;
    width: 100%;
    border: 0;
    padding: 10px 0;
    height: 50px;
}

.phone-menu .search-box .inputbox {
    padding: 0 30px 0 0;
    width: 100%;
    display: block;
}

.phone-menu .search-box .inputbox:focus {
    padding: 0 30px 0 10px;
    background: rgba(255, 255, 255, .1)
}

.nav-phone-menu {
    margin-left: 0.3rem;
}

.nav-phone-menu .btn-menu>span {
    display: block;
    width: 28px;
    height: 2px;
    background-color: #ffffff;
    margin-bottom: 6px;
    transform: rotate(0);
    transition: all .5s;
}

.nav-phone-menu .btn-menu>span:nth-child(3) {
    margin-bottom: 0;
}

.headerbox .header.headnews .nav-phone-menu .btn-menu>span,
.headerbox.down .nav-phone-menu .btn-menu>span {
    background-color: #595959;
}

.nav-phone-menu .btn-menu[data-on="on"]>span:nth-child(1) {
    transform: rotate(40deg);
}

.nav-phone-menu .btn-menu[data-on="on"]>span:nth-child(2) {
    display: none;
}

.nav-phone-menu .btn-menu[data-on="on"]>span:nth-child(3) {
    transform: rotate(-40deg);
    margin-top: -8px;
}

body[data-on="on"] .phone-menu {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.nav-phone-menu {
    display: none;
}

@media only screen and (max-width:1024px) {
    .phone-menu {
        display: block;
    }
}


/* 手机菜单栏 end */


/* --------------------导航栏 end------------------------- */


/* --------------------首页------------------------- */


/* banner */

.inbanner-box {
    position: relative;
}

.inbanner-box .inbanner-swiper .swiper-slide .imgdiv .bg-img {
    padding-top: calc(680 / 1920 * 100%);
}

.inbanner-box .inbanner-swiper .swiper-slide .imgdiv .bg-img.for-phone {
    display: none;
}

.inbanner-box .inbanner-swiper .inbg-pagination {
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    z-index: 1;
}

.inbanner-box .inbanner-swiper .inbg-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 2px;
    background-color: rgba(0, 0, 0, .2);
    opacity: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 0 6px;
}

.inbanner-box .inbanner-swiper .inbg-pagination .swiper-pagination-bullet-active {
    background-color: #252b3a;
}

.inbanner-box .number-div {
    background-color: rgba(255, 255, 255, .85);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #f4f4f4;
}

.inbanner-box .number-div .number-list {
    display: flex;
}

.inbanner-box .number-div .number-list .item {
    flex: 1;
    flex-direction: column;
    border-right: 1px solid #e6e6e6;
    height: 100px;
}

.inbanner-box .number-div .number-list .item:nth-child(1) {
    border-left: 1px solid #e6e6e6;
}

.inbanner-box .number-div .number-list .item .num {
    display: flex;
    color: var(--red-text-color);
    align-items: flex-end;
}

.inbanner-box .number-div .number-list .item .num .nn,
.inbanner-box .number-div .number-list .item .num .dw {
    font-size: 36px;
    line-height: 1;
}

.inbanner-box .number-div .number-list .item .num .dw.mm {
    font-size: 18px;
}

.inbanner-box .number-div .number-list .item .word {
    font-size: 14px;
    color: #252b3a;
    line-height: 1.71;
}

.inmain-title {
    text-align: center;
    margin-bottom: 0.3rem;
}

.inmain-title .cn {
    font-size: 32px;
    color: #242424;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.inmain-title .mcn {
    font-size: 16px;
    color: #777777;
    line-height: 1.5;
    margin-bottom: 20px;
}

.inmain-title.colorbai .cn,
.inmain-title.colorbai .mcn {
    color: #ffffff;
}


/* 咨询产品 */

.inmain-bg {
    background-position: center bottom;
    background-size: contain;
}

.inproduct {
    padding-top: 0.8rem;
    margin-bottom: 0.9rem;
}

.inproduct-list .item {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 30px;
    display: flex;
    position: relative;
    height: 184px;
    width: calc((100% - 21px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
}

.inproduct-list .item:nth-child(3n+0) {
    margin-right: 0;
}

.inproduct-list .item .l-text {
    flex: 1;
    
}

.inproduct-list .item .l-text .tit {
    font-size: 16px;
    color: #242424;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.inproduct-list .item .l-text .mtit {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.71;
}

.inproduct-list .item .l-text .btn {
    position: absolute;
    bottom: 0.4rem;
    left: 0.32rem;
    width: 98px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    color: #a6a6a6;
    text-align: center;
    
}

.inproduct-list .item .r-icon {
    width: 48px;
    text-align: center;
}

.hui-border-btn {
    width: 98px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #9a9a9a;
    font-size: 12px;
    color: #878787;
    text-align: center;
    display: block;
}


/* 商学院 */

.incommerce {
    padding-bottom: 0.9rem;
}

.incommerce-list {
    display: flex;
}

.incommerce-list .left {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
}

.incommerce-list .item {
    position: relative;
    background-color: #ffffff;
}

.incommerce-list .item .info {
    padding: 0 0.32rem;
}

.incommerce-list .item .info .tit {
    font-size: 16px;
    color: #242424;
    font-weight: bold;
    margin-bottom: 0.12rem;
}

.incommerce-list .item .info .desc {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 1.71;
    margin-bottom: 0.2rem;
    height: 48px;
}

.incommerce-list .left .item {
    width: 50%;
}

.incommerce-list .left .item .info {
    position: absolute;
    top: 0.25rem;
}

.incommerce-list .right {
    width: 50%;
}

.incommerce-list .right .item {
    width: 50%;
    height: 50%;
    border: 1px solid #dfe1e6;
}

.incommerce-list .right .item .img {
    display: none;
}

.incommerce-list .right .item .info {
    padding: 0.25rem 0.32rem;
}


/* 核心优势 */

.incore {
    padding: 0.68rem 0 0.7rem;
}

.incore .inmain-title .cn,
.incore .inmain-title .mcn {
    color: #ffffff;
}

.incore-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.incore-content .l-imgs {
    width: 51.5%;
}

.incore-content .l-imgs .envimg-swiper .swiper-slide {
    position: relative;
    padding-top: calc(406 / 660 * 100%);
}

.incore-content .r-demo {
    width: 51.5%;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.incore-content .r-demo .gallery-thumbs {
    margin-left: 0.46rem;
}

.incore-content .r-demo .gallery-thumbs .swiper-slide {
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    border-top: 2px solid transparent;
    width: auto;
    padding: 0 0.28rem;
}

.incore-content .r-demo .gallery-thumbs .swiper-slide::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 27px;
    background-color: rgba(255, 255, 255, .35);
    margin-top: -13.5px;
}

.incore-content .r-demo .gallery-thumbs .swiper-slide:nth-child(1):before {
    display: none;
}

.incore-content .r-demo .gallery-thumbs .swiper-slide .tt {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
}

.incore-content .r-demo .gallery-thumbs .swiper-slide.active-nav {
    background-color: #ffffff;
    border-top: 2px solid var(--red-text-color);
}

.incore-content .r-demo .gallery-thumbs .swiper-slide.active-nav .tt {
    color: var(--red-text-color);
}

.incore-content .r-demo .gallery-top {
    background-color: #ffffff;
    height: 275px;
    margin-top: -1px;
}

.incore-content .r-demo .gallery-top .swiper-slide {
    padding: 0 0.64rem;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #6c6c6c;
    line-height: 1.66;
}


/* 行业咨询案例 */

.incase {
    padding: 0.7rem 0;
}

.incase .btndiv {
    text-align: center;
    margin-top: 0.4rem;
}


/* 经典案例 */

.case-main.incasejd .jd-box {
    /* background-size: contain; */
    padding: 0.6rem 0 0.68rem;
}

.case-main.incasejd .jd-box .jd-list {
    position: relative
}

.incasejd .case-title .more {
    color: var(--red-text-color);
}

.case-main.incasejd .jd-box .jd-swiper .swiper-slide .item .l-img {
    width: 61%;
}

.case-main.incasejd .jd-box .jd-swiper .swiper-slide .item .l-img img {
    width: 100%;
}

.case-main.incasejd .jd-box .jd-swiper .swiper-slide .item .r-info {
    /* width: 39%; */
    flex: 1;
    padding: 0.7rem 0.6rem;
}

.case-main.incasejd .jd-box .jd-swiper .swiper-slide .item .r-info .desc {
    margin-bottom: 1.25rem;
}

.case-main.incasejd .jd-box .jd-list .swiperbtn {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -12.5px;
}

.case-main.incasejd .jd-box .jd-list .swiperbtn.prev {
    left: -53px;
}

.case-main.incasejd .jd-box .jd-list .swiperbtn.next {
    right: -53px;
}


/* 服务客户 */

.inservice {
    padding: 0.84rem 0;
}

.inservice .wrap {
    display: flex;
}

.inservice .l-title {
    width: 330px;
    padding-top: 0.45rem;
}

.inservice .l-title .inmain-title {
    text-align: left;
}

.inservice .l-title .khbtn {
    display: flex;
    margin-top: 0.45rem;
}

.inservice .r-list {
    flex: 1;
    padding-left: 0.5rem;
    border-left: 1px solid #e6e6e6;
    width: calc(100% - 330px);
}

.inservice .r-list .inservice-swiper .swiper-slide {
    height: 108px;
}


/* 客户见证 */

.inwitness {
    padding: 0.68rem 0;
}

.inwitness-thumbs {
    background-color: rgba(0, 0, 0, .3);
}

.inwitness-thumbs .swiper-slide {
    width: auto;
    flex: 1;
    cursor: pointer;
    display: flex;
}

.inwitness-thumbs .swiper-slide .tit {
    font-size: 16px;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.inwitness-thumbs .swiper-slide.swiper-slide-thumb-active .tit {
    background-image: url(../images/inmain_icon.png);
}

.inwitness-top {
    background-color: #000e7a;
    padding: 2px;
}

.inwitness-top .swiper-slide {
    display: flex;
}

.inwitness-top .swiper-slide .l-big {
    width: 50%;
}

.inwitness-top .swiper-slide .r-small {
    flex: 1;
}

.inwitness-top .swiper-slide .item {
    padding: 2px;
    display: block;
    position: relative;
}

.inwitness-top .swiper-slide .item .img {
    position: relative;
}

.inwitness-top .swiper-slide .l-big .item .img {
    padding-top: calc(328 / 637 * 100%);
    overflow: hidden;
}

.inwitness-top .swiper-slide .item .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    padding: 0 0.25rem;
    font-size: 16px;
    color: #ffffff;
}

.inwitness-top .swiper-slide .r-small .item {
    width: 50%;
    height: 50%;
}

.inwitness-top .swiper-slide .r-small .item .img {
    padding-top: calc(164 / 319 * 100%);
    overflow: hidden;
}


/* 专家团队 */

.inteam {
    padding: 0.68rem 0 0.82rem;
}

.inteam .inteam-tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.inteam .inteam-tit .inmain-title .cn,
.inteam .inteam-tit .inmain-title .mcn {
    text-align: left;
}

.inteam .inteam-tit .team-thumbs {
    margin: 0 0 0.3rem;
}

.inteam .inteam-tit .team-thumbs .swiper-slide {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: var(--red-text-color);
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border: 1px solid var(--red-text-color);
    margin-left: 0.4rem;
    cursor: pointer;
}

.inteam .inteam-tit .team-thumbs .swiper-slide.swiper-slide-thumb-active {
    background-color: var(--red-text-color);
    color: #ffffff;
}

.team-top-ul .swiper-slide .allbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-top-ul .swiper-slide .allbtn .btn {
    font-size: 72px;
    color: #828282;
    font-family: 'SimSun';
    cursor: pointer;
    outline: none;
    line-height: 1;
}

.team-top-ul .swiper-slide .allbtn .btn.swiper-button-disabled {
    opacity: 0.5;
}

.team-top-li {
    margin-bottom: 0.68rem;
}

.team-top-li .swiper-slide .item {
    position: relative;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.team-top-li .swiper-slide .item .img {
    position: relative;
    padding-top: calc(325 / 304 * 100%);
    overflow: hidden;
}

.team-top-li .swiper-slide .item .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: rgba(0, 0, 0, .5);
    padding: 0 0.2rem;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}


/* 新闻中心 */

.innews {
    padding: 0.76rem 0 0.51rem;
    background-color: #f5f5f5;
}

.innews .innews-cont {
    display: flex;
    margin-bottom: 0.35rem;
}

.innews .innews-cont .item-tit {
    font-size: 18px;
    color: #393939;
    line-height: 25px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
}

.innews .innews-cont .item-tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: var(--red-text-color);
}

.innews .innews-cont .item {
    position: relative;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}

.innews .innews-cont .item .img {
    position: relative;
    overflow: hidden;
}

.innews .innews-cont .item-l,
.innews .innews-cont .item-m,
.innews .innews-cont .item-r {
    width: calc((100% - 39px) / 3);
    margin-right: 19px;
}

.innews .innews-cont .item-r {
    margin-right: 0;
}

.innews .innews-cont .item-l .item .img,
.innews .innews-cont .item-m .item .img {
    /* padding-top: calc(310 / 428 * 100%); */
    overflow: hidden;
    height: 300px;
}

.innews .innews-cont .item-m .item-ul .item:nth-child(1) {
    margin-bottom: 20px;
}

.innews .innews-cont .item-m .item-ul,
.innews .innews-cont .item-r .item-ul {
    /* height: -moz-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px); */
    height: 300px;
}

.innews .innews-cont .item-m .item {
    /* height: -moz-calc((100% - 0.2rem) / 2);
    height: -webkit-calc((100% - 0.2rem) / 2);
    height: calc((100% - 0.2rem) / 2); */
    height: 140px;
}

.innews .innews-cont .item-m .item .img {
    padding-top: 0;
    height: 100%;
}

.innews .innews-cont .item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, .5);
    padding: 0 0.18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.innews .innews-cont .item .info .tit {
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
}

.innews .innews-cont .item .info .time {
    font-size: 12px;
    color: #e0e0e0;
    line-height: 22px;
}

.innews .innews-cont .item-r .item-ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.innews .innews-cont .item-r .item-ul .item {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.18rem;
}

.innews .innews-cont .item-r .item-ul .item .tit {
    font-size: 16px;
    color: #3e3e3e;
    line-height: 24px;
}

.innews .innews-cont .item-r .item-ul .item .time {
    font-size: 12px;
    color: #b0b0b0;
    line-height: 24px;
}

.innews .morebtn .more {
    width: 120px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    font-size: 14px;
}


/* --------------------首页 end------------------------- */


/* --------------------内页banner------------------------- */

.zi-banner {
    height: 400px;
    background-size: cover;
    position: relative;
}

.zi-banner.pro {
    height: 5rem;
    min-height: 250px
}

.zi-banner .titlebox {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.zi-banner .titlebox .cn {
    font-size: 0.48rem;
    color: #ffffff;
    font-weight: bold;
}

.zi-banner .titlebox .en {
    font-size: 18px;
    color: #dedede;
}

.zi-banner .titlebox.hei .cn,
.zi-banner .titlebox.hei .en {
    color: #252b3a;
}

.zi-banner .main {
    height: 100%;
    width: 94%;
    max-width: 1200px;
    position: relative;
    margin: auto;
    overflow: hidden;
    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;
}

.zi-banner .main .lou {
    right: 0px;
    bottom: 0px;
    position: absolute;
    display: block;
    height: 83%;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    opacity: 0;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.zi-banner .main.on .lou {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.zi-banner .main .title {
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 36px;
}

.zi-banner .main .title .cn {
    color: rgba(0, 47, 167, .55);
    opacity: 0;
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

.zi-banner .main .title .en {
    color: rgba(0, 0, 0, .2);
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 0;
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
}

.zi-banner .main.on .title .cn,
.zi-banner .main.on .title .en {
    opacity: 1;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}


/* 详情页banner */

.ziview-banner {
    height: 140px;
    position: relative;
    display: flex;
    align-items: center;
}

.ziview-banner .titlebox .en {
    font-size: 0.36rem;
    color: rgba(255, 255, 255, .35);
    font-weight: bold;
}


/*  */

@media only screen and (max-width: 600px) {
    .zi-banner .main .lou {
        right: -20px;
        height: 60%;
    }

    .zi-banner .main .title {
        font-size: 26px;
    }

    .zi-banner .main .title .cn {
        color: rgba(0, 47, 167, .8);
    }

    .zi-banner .main .title .en {
        color: rgba(0, 0, 0, .4);
    }
}


/* 内页位置 */

.commonhref {
    background-color: #ffffff;
    position: relative;
    height: 50px;
    line-height: 50px;
    z-index: 4;
    border-bottom: 1px solid #e7e8e9;
}

.commonhref::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: var(--red-text-color);
    max-width: 38%;
}

.commonhref .hmain {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.commonhref .hmain .l-menu {
    display: flex;
}

.commonhref .hmain .l-menu .home {
    display: inline-block;
    width: 50px;
    height: 100%;
    background-image: url(../images/icon_05.png);
    border-left: 1px solid rgba(255, 255, 255, .25);
    border-right: 1px solid rgba(255, 255, 255, .25);
    background-color: var(--red-text-color);
}

.commonhref .hmain .l-menu .h-select {
    width: 358px;
    background-color: var(--red-text-color);
}

.commonhref .hmain .l-menu .h-select .tit {
    padding: 0 50px 0 19px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    height: 100%;
}

.commonhref .hmain .l-menu .h-select .tit .ii {
    position: absolute;
    right: 20px;
    top: 0;
    width: 18px;
    height: 100%;
    background-image: url(../images/icon_06.png);
}

.commonhref .hmain .l-menu .h-select .menu {
    height: 0;
    overflow: hidden;
}

.commonhref .hmain .l-menu .h-select .menu .hli {
    display: block;
    font-size: 15px;
    color: #333333;
    line-height: 50px;
    font-weight: 400;
    height: 0;
    border-bottom: 1px solid #e7e8e9;
    background-color: #ffffff;
    padding: 0 21px;
    opacity: 0;
    visibility: hidden;
    border-right: 2px solid #e7e8e9;
}

.commonhref .hmain .l-menu .h-select .menu .hli.on,
.commonhref .hmain .l-menu .h-select .menu .hli:hover {
    background-color: #e7e8e9;
    color: var(--red-text-color);
    font-weight: bold;
    border-right: 2px solid var(--red-text-color);
}

.commonhref .hmain .l-menu .h-select.on .menu {
    height: auto;
    max-height: 422px;
    overflow-y: auto;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);
}

.commonhref .hmain .l-menu .h-select.on .menu::-webkit-scrollbar {
    width: 4px;
}

.commonhref .hmain .l-menu .h-select.on .menu::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.commonhref .hmain .l-menu .h-select.on .menu::-webkit-scrollbar-thumb {
    background-color: var(--red-text-color);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.commonhref .hmain .l-menu .h-select.on .menu .hli {
    height: 50px;
    opacity: 1;
    visibility: visible;
}

.commonhref .hmain .l-menu .h-select.two {
    width: 232px;
    background-color: transparent;
    border-right: 1px solid #e6e6e6;
}

.commonhref .hmain .l-menu .h-select.two .tit {
    color: #626262;
    font-weight: 400;
}

.commonhref .hmain .l-menu .h-select.two .tit .ii {
    background-image: url(../images/icon_12.png);
}

.commonhref .hmain .r-minul .lia {
    font-size: 14px;
    color: var(--red-text-color);
    display: flex;
    height: 100%;
}

.commonhref .hmain .r-minul .lia .ii {
    width: 18px;
    height: 100%;
    background-image: url(../images/icon_07.png);
    margin-right: 6px;
}

.commonhref .hmain .r-minul .lia.lx .ii {
    background-image: url(../images/icon_18.png);
}

.hrefright-swiper .swiper-slide {
    width: auto;
}

.commonhref .hmain .r-minul .ul .aa {
    display: inline-block;
    font-size: 14px;
    color: #626262;
    margin-left: 0.48rem;
    position: relative;
}

.commonhref .hmain .r-minul .ul .aa::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.commonhref .hmain .r-minul .ul .aa.on {
    color: var(--red-text-color);
    font-weight: bold;
}

.commonhref .hmain .r-minul .ul .aa.on::after {
    background-color: var(--red-text-color);
}


/* 内页banner end */

.incom-mtitle {
    font-size: 24px;
    color: #252b3a;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 18px;
}


/* --------------------咨询产品------------------------- */

.proitem-title {
    margin-bottom: 0.55rem;
    display: none;
}

.proitem-title .tit {
    font-size: 24px;
    color: #03132a;
    font-weight: bold;
    margin: 0 18px;
}

.proitem-title .icon {
    width: 50px;
    height: 22px;
    background-image: url(../images/icon_16.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.proitem-title .icon.rr {
    background-image: url(../images/icon_17.png);
}

.proitem-redtit {
    margin-bottom: 0.35rem;
    display: none;
}

.proitem-redtit .tt {
    font-size: 24px;
    color: var(--red-text-color);
    font-weight: bold;
    margin: 0 10px;
    line-height: 1;
}

.proitem-redtit .hl {
    width: 38px;
    height: 2px;
    background-color: var(--red-text-color);
}

.proitem-cont {
    font-size: 14px;
}

.proitem-cont .phoneview {
    display: none;
}

.product-main .fw-main .list-cont .item,
.online-main .item {
    position: relative;
}

.product-main .fw-main .list-cont .item .phonebg {
    display: none;
}

.product-main .jz-main {
    padding: 0.6rem 0 0.5rem;
    position: relative;
}

.product-main .jz-main .phonebg {
    display: none;
}

.product-main .jz-main .title {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.38rem;
}

.product-main .jz-main .content .jz-swiper .swiper-slide {
    display: flex;
    /* align-items: center; */
    background-color: #ffffff;
}

.product-main .jz-main .content .jz-swiper .swiper-slide .l-img {
    width: 39%;
}

.product-main .jz-main .content .jz-swiper .swiper-slide .l-img .img {
    position: relative;
    padding-top: calc(301 / 500 * 100%);
}

.product-main .jz-main .content .jz-swiper .swiper-slide .r-info {
    width: 61%;
    padding: 0.52rem 0.3rem 0 0.52rem;
}

.product-main .jz-main .content .jz-swiper .swiper-slide .r-info .tit {
    font-size: 30px;
    color: #242424;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.18rem;
}

.product-main .jz-main .content .jz-swiper .swiper-slide .r-info .cont {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 2.14;
}

.product-main .jz-main .content .jz-pagination {
    text-align: center;
    margin-top: 0.3rem;
}


/* --------------------咨询产品 end------------------------- */


/* --------------------商学院------------------------- */

.online-main .item .phonebg {
    display: none;
}

.qynx-main {
    background-color: #f5f5f5;
    padding: 0.72rem 0 0.85rem;
}

.qynx-list .item {
    width: calc((100% - 49px) / 4);
    margin-right: 16px;
    margin-bottom: 33px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
    border-bottom: 2px solid #959da3;
}

.qynx-list .item:nth-child(4n+0) {
    margin-right: 0;
}

.qynx-list .item .img {
    padding-top: calc(195 / 308 * 100%);
    position: relative;
    overflow: hidden;
}

.qynx-list .item .info {
    padding: 0.22rem 0.25rem;
}

.qynx-list .item .info .tit {
    font-size: 18px;
    color: #313131;
    font-weight: bold;
    line-height: 1.33;
    margin-bottom: 0.25rem;
    height: 72px;
}

.qynx-list .item .info .desc {
    font-size: 13px;
    color: #7e7e7e;
    line-height: 1.84;
}


/* 标杆 */

.bgyx-main {
    padding: 0.72rem 0 1.32rem;
}

.bgyx-list .item {
    width: 100%;
    display: flex;
    padding: 0.22rem 0;
    border-bottom: 1px solid #e6e6e6;
}

.bgyx-list .item .l-img {
    width: 30%;
    display: block;
}

.bgyx-list .item .l-img .img {
    position: relative;
    padding-top: calc(215 / 385 * 100%);
    overflow: hidden;
}

.bgyx-list .item .r-info {
    width: 70%;
    padding: 0 0.3rem;
}

.bgyx-list .item .r-info .tit {
    display: block;
    font-size: 22px;
    color: #252b3a;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.bgyx-list .item .r-info .desc {
    font-size: 14px;
    color: #676767;
    line-height: 1.71;
    margin-bottom: 0.35rem;
}

.bgyx-list .item .r-info .btns {
    display: flex;
    align-items: center;
}

.bgyx-list .item .r-info .btns .more {
    font-size: 14px;
    color: #26323c;
}

.bgyx-list .item .r-info .btns .ll {
    margin: 0 0.14rem;
    color: #cccccc;
}

.bgyx-list .item .r-info .btns .btn {
    margin: 0;
    padding: 0;
    width: 70px;
    height: 26px;
    line-height: 26px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    background-color: #26323c;
    font-size: 14px;
    color: #f5f5f5;
}

.bgyx-list .item .r-info .btns .btn.red {
    background-color: var(--red-text-color);
}


/* --------------------商学院 end------------------------- */


/* --------------------成功案例------------------------- */

.case-title {
    text-align: center;
    margin-bottom: 0.32rem;
}

.case-title .title {
    font-size: 30px;
    color: #242424;
    font-weight: bold;
    line-height: 1;
}

.case-title .more {
    font-size: 14px;
    color: #777777;
    margin-top: 0.2rem;
    display: block;
}

.case-title .more .rr {
    font-family: 'Simsun';
    margin-left: 6px;
}


/* 经典 */

.case-main .jd-box {
    padding: 0.5rem 0 0.67rem;
    background-position: left bottom;
}

.case-main .jd-box .jd-swiper .swiper-slide .item {
    display: flex;
    background-color: #ffffff;
}

.case-main .jd-box .jd-swiper .swiper-slide .item .l-img {
    width: 46.8%;
}

.case-main .jd-box .jd-swiper .swiper-slide .item .l-img .img img {
    width: 100%;
}

.case-main .jd-box .jd-swiper .swiper-slide .item .r-info {
    width: 53.2%;
    border: 1px solid #e6e6e6;
    padding: 0.4rem;
    position: relative;
}

.case-main .jd-box .jd-swiper .swiper-slide .item .r-info .tit {
    font-size: 24px;
    color: #4e4e4e;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.case-main .jd-box .jd-swiper .swiper-slide .item .r-info .desc {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 2.14;
    margin-bottom: 0.4rem;
}

.case-main .jd-box .jd-swiper .jdbtns {
    position: absolute;
    bottom: 0.4rem;
    left: 0.4rem;
    z-index: 1;
    display: flex;
}

.swiperbtn {
    width: 41px;
    height: 25px;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    cursor: pointer;
}

.swiperbtn.prev {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.swiperbtn.swiper-button-disabled {
    opacity: 0.5;
}


/* 地区 */

.case-main .dq-box {
    padding: 0.52rem 0 0.65rem;
    border-bottom: 1px solid #e6e6e6;
}

.case-main .dq-box .dq-swiper {
    padding: 5px 0;
    margin-bottom: 0.18rem;
}

.case-main .dq-box .dq-swiper .swiper-slide {
    padding: 0 5px;
}

.dq-case-list .item {
    display: block;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1);
}

.dq-case-list .item .img {
    padding-top: calc(240 / 405 * 100%);
    position: relative;
    overflow: hidden;
}

.dq-case-list .item .img .tt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    padding: 0 3%;
    z-index: 1;
}

.dq-case-list .item .info {
    padding: 0.25rem;
}

.dq-case-list .item .info .tit {
    font-size: 18px;
    color: #313131;
    font-weight: bold;
    line-height: 1.33;
    margin-bottom: 0.1rem;
    height: 48px;
}

.dq-case-list .item .info .desc {
    margin-bottom: 0.25rem;
}

.common-desc {
    font-size: 14px;
    color: #767676;
    line-height: 1.71;
}

.dq-case-list .item .info .look {
    font-size: 13px;
    color: var(--red-text-color);
}

.dq-case-list .item .info .look .jt {
    background-image: url(../images/icon_10.png);
    width: 13px;
    height: 9px;
    margin-left: 8px;
    vertical-align: middle;
    display: inline-block;
}

.dq-pagination {
    text-align: center;
    margin-bottom: 0.38rem;
}

.swiper-pagination-bullet {
    background-color: #d5d5d5;
    opacity: 1;
    margin: 0 4px;
    outline: none;
}

.swiper-pagination-bullet-active {
    background-color: var(--red-text-color);
}


/* 行业 */

.case-main .hy-box {
    padding: 0.53rem 0 0.72rem;
}

.hy-class {
    padding: 0.5rem 0 1.16rem;
}

.hy-class-list {
    position: relative;
    margin-bottom: 0.34rem;
}

.hy-class-list .item {
    display: block;
    position: relative;
}

.hy-class-list .item .bgimg {
    position: relative;
    padding-top: calc(316 / 308 * 100%);
    overflow: hidden;
}

.hy-class-list .item .title {
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    padding: 0 0.3rem;
    z-index: 1;
}

.hy-class-list .item .title .icon {
    height: 43px;
    margin-bottom: 0.1rem;
}

.hy-class-list .item .title .icon img {
    height: 100%;
}

.hy-class-list .item .title .tit {
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
}

.hy-class-list .swiperbtn {
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -12.5px;
}

.hy-class-list .swiperbtn.prev {
    left: -53px;
}

.hy-class-list .swiperbtn.next {
    right: -53px;
}

.hy-class-list.dan {
    display: flex;
    flex-wrap: wrap;
}

.hy-class-list.dan .item {
    width: calc((100% - 67px) / 4);
    margin-right: 22px;
    margin-bottom: 22px;
}

.hy-class-list.dan .item:nth-child(4n+0) {
    margin-right: 0;
}


/* 列表 */

.case-filter {
    padding: 0.5rem 0 0.35rem;
}

.case-filter .c-title {
    font-size: 24px;
    color: #1d1d1d;
    line-height: 1;
    padding-bottom: 0.22rem;
    border-bottom: 1px solid #e6e6e6;
}

.case-filter .c-filter {
    display: flex;
    padding-top: 0.2rem;
}

.case-filter .c-filter .ctit {
    font-size: 14px;
    color: #737373;
    margin-right: 0.22rem;
    line-height: 32px;
    width: 42px;
    white-space: nowrap;
}

.case-filter .c-filter .cmenu {
    flex: 1;
    /* height: 35px; */
    overflow: hidden;
}

.case-filter .c-filter .cmenu .aa {
    padding: 0 14px;
    background-color: transparent;
    height: 32px;
    line-height: 32px;
    margin-right: 0.24rem;
    font-size: 14px;
    color: #494949;
    margin-bottom: 6px;
    display: inline-block;
}

.case-filter .c-filter .cmenu .aa.on {
    background-color: var(--red-text-color);
    color: #ffffff;
}

.case-filter .c-filter .morebtn {
    position: relative;
    width: 48px;
    display: none;
}

.case-filter .c-filter .morebtn::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent #494949 #494949;
    transform: rotate(-45deg);
    margin-top: -7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    cursor: pointer;
}

.case-filter .c-filter.on .cmenu {
    height: auto;
}

.case-filter .c-filter.on .morebtn::before {
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    margin-top: -2px;
}

.case-list-cont {
    background-color: #f5f5f5;
    padding: 0.37rem 0 0.99rem;
}

.dq-case-list.qb {
    display: flex;
    flex-wrap: wrap;
}

.dq-case-list.qb .item {
    width: calc((100% - 65px) / 3);
    margin-right: 32px;
    margin-bottom: 34px;
    background-color: #ffffff;
}

.dq-case-list.qb .item:nth-child(3n+0) {
    margin-right: 0;
}


/* 咨询模块 */

.case-main .zxmk-box {
    padding: 0.58rem 0 0.69rem;
    background-color: #f5f5f5;
}


/* 企业管理 */

.case-main .qygl-box {
    padding: 0.58rem 0 0.77rem;
}


/* 咨询模块 */

.zxmk-list .linediv {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
}

.zxmk-list .linediv .icon {
    position: absolute;
    top: 0;
    left: 24%;
    width: 60px;
    height: 13px;
    background-image: url(../images/icon_11.png);
    margin-top: -6px;
    z-index: 1;
    display: none;
}

.zxmk-thumbs .swiper-slide {
    width: auto;
    font-size: 14px;
    color: #242938;
    padding: 0.2rem 0;
    cursor: pointer;
}

.zxmk-thumbs .swiper-slide.swiper-slide-thumb-active {
    font-weight: bold;
}

.zxmk-top {
    padding-top: 0.25rem;
}

.zxmk-top .swiperbtn {
    position: absolute;
    top: 50%;
    z-index: 1;
    background-image: url(../images/icon_next2.png);
}

.zxmk-top .swiperbtn.prev {
    left: 0;
}

.zxmk-top .swiperbtn.next {
    right: 0;
}

.zxmk-top .item {
    display: flex;
    align-items: center;
}

.zxmk-top .item .l-img {
    width: 46.8%;
    position: relative;
}

.zxmk-top .item .l-img .img {
    position: relative;
    padding-top: calc(384 / 600 * 100%);
}

.zxmk-top .item .r-info {
    width: 53.2%;
    padding-left: 0.4rem;
}

.zxmk-top .item .r-info .tit {
    font-size: 24px;
    color: #4e4e4e;
    font-weight: bold;
    margin-bottom: 0.3rem;
    line-height: 1.25;
}

.zxmk-top .item .r-info .desc {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 2.1;
    margin-bottom: 0.4rem;
}


/* 企业管理 */

.zxmk-list.qygl .linediv .icon {
    left: 50%;
    margin-left: -30px;
}

.zxmk-thumbs.zxmk-thumbs2 .swiper-wrapper {
    justify-content: center;
}

.zxmk-top.zxmk-top2 .item {
    flex-direction: row-reverse;
}

.zxmk-top.zxmk-top2 .item .r-info {
    padding-left: 0;
    padding-right: 0.4rem;
}


/* 详情 */

.newsview-main .right .company-jj {
    background-color: #f7f7f7;
    margin-bottom: 0.2rem;
}

.newsview-main .right .company-jj .lgdiv {
    height: 172px;
    border-bottom: 1px solid #e6e6e6;
}

.newsview-main .right .company-jj .demo {
    padding: 0.2rem;
}

.newsview-main .right .company-jj .demo .dd {
    font-size: 14px;
    color: #434343;
    line-height: 1.85;
    max-height: 102px;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.newsview-main .right .company-jj .demo .btns {
    text-align: center;
}

.newsview-main .right .company-jj .demo .btn {
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.newsview-main .right .company-jj .demo.on .dd {
    max-height: 100%;
}


/* --------------------成功案例 end------------------------- */


/* --------------------客户见证------------------------- */

.customer-title {
    font-size: 30px;
    color: #252b3a;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.case-filter.cust {
    padding: 0;
}

.case-filter.cust .c-filter {
    padding: 0;
}

.case-filter.cust .c-filter .ctit {
    color: #8a8e99;
}

.case-filter.cust .c-filter .cmenu .aa {
    border: 1px solid #adb0b8;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: #575d6c;
    margin-right: 0.12rem;
}

.case-filter.cust .c-filter .cmenu .aa.on {
    background-color: transparent;
    border: 1px solid var(--red-text-color);
    color: var(--red-text-color);
}

.customer-main {
    padding: 0.5rem 0 0.98rem;
}


/* 视频 */

.shipin-list,
.project-list {
    padding-top: 0.34rem;
}

.shipin-list .item,
.honor-list .item,
.project-list .item {
    width: calc((100% - 0.81rem) / 3);
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.shipin-list .item:nth-child(3n+0),
.honor-list .item:nth-child(3n+0),
.project-list .item:nth-child(3n+0) {
    margin-right: 0;
}

.shipin-list .item .img {
    position: relative;
    padding-top: calc(224 / 400 * 100%);
}

.shipin-list .item .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 0.4rem 0.25rem;
}

.shipin-list .item .info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.shipin-list .item .info .tit {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.shipin-list .item .info .icon {
    position: absolute;
    right: 0.25rem;
    bottom: 0.25rem;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: rgba(255, 255, 255, .4);
    z-index: 1;
}

.shipin-list .item .info .icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 16px;
    background-image: url(../images/icon_13.png);
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.video-tan {
    display: none;
}

.case-video {
    width: 60vw !important;
}


/* 荣誉 */

.honor-list .item .img {
    position: relative;
    padding-top: calc(280 / 400 * 100%);
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.honor-list .item .info {
    padding: 0.18rem 0;
    border-bottom: 1px solid #e6e6e6;
}

.honor-list .item .info .tit {
    font-size: 16px;
    color: #434343;
    line-height: 1.5;
    height: 48px;
}


/* 感谢信 */

.thank-list .item {
    position: relative;
    width: calc((100% - 0.41rem) / 2);
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    background-color: #e2e2e2;
    overflow: hidden;
    cursor: pointer;
}

.thank-list .item:nth-child(2n+0) {
    margin-right: 0;
}

.thank-list .item .img {
    padding-top: calc(366 / 620 * 100%);
    position: relative;
}

.thank-list .item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 138px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.thank-list .item .info .line {
    width: 20px;
    height: 1px;
    background-color: #b4b4b4;
    margin: 0 auto 0.2rem;
}

.thank-list .item .info .tit {
    font-size: 18px;
    color: #434343;
    margin-bottom: 0.2rem;
}

.thank-list .item .info .look {
    font-size: 14px;
    color: #ca0006;
}

.thank-list .item .icon {
    position: absolute;
    bottom: 0.34rem;
    right: 0.34rem;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: var(--red-text-color);
    z-index: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.thank-list .item .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 25px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    background-image: url(../images/icon_14.png);
    background-size: contain;
    background-repeat: no-repeat;
}


/* 启动会 */

.project-list .item .img {
    position: relative;
    padding-top: calc(276 / 400 * 100%);
    overflow: hidden;
}

.project-list .item .icon,
.abvideo-list .item .icon {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0.25rem;
    right: 0.25rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.project-list .item .icon::before,
.abvideo-list .item .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 21px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    background-image: url(../images/icon_14.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.75;
}


/* --------------------客户见证 end------------------------- */


/* --------------------新闻资讯------------------------- */

.news-main {
    padding: 0.45rem 0 0.59rem;
}

.news-main .news-top {
    display: flex;
    margin-bottom: 30px;
}

.news-main .news-top .n-left {
    width: calc(100% - 407px);
    padding-right: 0.48rem;
}

.news-main .news-top .n-right {
    width: 407px;
}

.news-main .news-top .n-left .content {
    margin-bottom: 0.5rem;
}

.news-main .newsnew-swiper .swiper-slide .item {
    display: flex;
}

.news-main .newsnew-swiper .swiper-slide .item .l-img {
    width: 350px;
    margin-right: 0.3rem;
}

.news-main .newsnew-swiper .swiper-slide .item .l-img .img {
    padding-top: calc(236 / 350 * 100%);
    position: relative;
    overflow: hidden;
}

.news-main .newsnew-swiper .swiper-slide .item .r-info {
    flex: 1;
}

.news-main .newsnew-swiper .swiper-slide .item .r-info .tit {
    font-size: 18px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 8px;
}

.news-main .newsnew-swiper .swiper-slide .item .r-info .time {
    font-size: 12px;
    color: #6b6b6b;
    margin-bottom: 10px;
}

.news-main .newsnew-swiper .swiper-slide .item .r-info .desc {
    font-size: 14px;
    color: #676767;
    line-height: 1.71;
    margin-bottom: 35px;
}

.news-main .newsnew-swiper .swiper-slide .item .r-info .btn {
    width: 90px;
    height: 38px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid var(--red-text-color);
    font-size: 14px;
    color: var(--red-text-color);
}

.news-main .newsnew-swiper .newsnew-pagination {
    position: absolute;
    bottom: 12px;
    left: 14%;
    z-index: 1;
    width: auto;
}

.news-main .newsnew-swiper .newsnew-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    opacity: 0.5;
    margin: 0 2.5px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.news-main .newsnew-swiper .newsnew-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #930004;
    opacity: 1;
}

.news-main .news-top .n-left .zxdiv {
    display: block;
}

.news-main .news-top .n-left .zxdiv img {
    width: 100%;
}

.news-main .news-top .n-right .title {
    display: flex;
    justify-content: space-between;
}

.news-main .news-top .n-right .title .more {
    font-size: 14px;
    color: #526ecc;
    line-height: 2;
}

.news-main .news-top .n-right .title .more>span {
    font-family: 'SimSun';
    margin-left: 5px;
}

.news-main .news-top .n-right .list {
    position: relative;
}

.news-main .news-top .n-right .list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #dfe1e6;
}

.news-main .news-top .n-right .list .item {
    display: block;
    padding-left: 0.23rem;
    margin-bottom: 0.2rem;
    position: relative;
}

.news-main .news-top .n-right .list .item::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 3px solid #8a8e99;
    background-color: #ffffff;
}

.news-main .news-top .n-right .list .item .time {
    font-size: 12px;
    color: #737373;
    line-height: 22px;
}

.news-main .news-top .n-right .list .item .tit {
    font-size: 14px;
    color: #252b3a;
    line-height: 22px;
}

.news-main .news-top .n-right .list .item .desc {
    font-size: 12px;
    color: #8d8d8d;
    line-height: 18px;
    height: 36px;
}

.news-main .news-top .n-right .list .item .lab {
    position: absolute;
    right: 0;
    top: 2px;
    width: 60px;
    height: 18px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid var(--red-text-color);
    font-size: 12px;
    color: var(--red-text-color);
}

.news-main .news-bottom .news-thumbs {
    border-bottom: 1px solid #e6e6e6;
}

.news-main .news-bottom .news-thumbs .swiper-slide {
    width: auto;
    padding: 16px 0;
    font-size: 18px;
    color: #313131;
    cursor: pointer;
    position: relative;
}

.news-main .news-bottom .news-thumbs .swiper-slide::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--red-text-color);
    z-index: 1;
    opacity: 0;
    width: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.news-main .news-bottom .news-thumbs .swiper-slide.swiper-slide-thumb-active {
    font-weight: bold;
}

.news-main .news-bottom .news-thumbs .swiper-slide.swiper-slide-thumb-active::after {
    opacity: 1;
    width: 100%;
}

.news-main .news-bottom .news-top-ul .nt-item .news-top-li {
    padding: 30px 0 39px;
}

.news-main .news-bottom .news-top-ul .nt-item .news-top-li .ntl-item {
    padding: 2px 2px 5px;
    display: flex;
    height: auto;
}

.news-main .news-bottom .news-top-ul .nt-item .news-top-li .ntl-item .item {
    display: block;
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, .1);
}

.news-main .news-bottom .news-top-ul .nt-item .news-top-li .ntl-item .item .img {
    position: relative;
    padding-top: calc(178 / 300 * 100%);
    overflow: hidden;
}

.news-main .news-bottom .news-top-ul .nt-item .news-top-li .ntl-item .item .info {
    padding: 20px 20px 25px;
}

.news-main .news-bottom .news-top-ul .nt-item .news-top-li .ntl-item .item .info .tit {
    font-size: 18px;
    color: #313131;
    font-weight: bold;
    line-height: 1.33;
    margin-bottom: 0.19rem;
}

.news-main .news-bottom .news-top-ul .nt-item .news-top-li .ntl-item .item .info .tabul,
.newsview-main .left .newsv-title .tabul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.12rem;
    max-height: 93px;
    overflow: hidden;
}

.news-main .news-bottom .news-top-ul .nt-item .news-top-li .ntl-item .item .info .tabul .tab,
.newsview-main .left .newsv-title .tabul .tab {
    display: block;
    font-size: 12px;
    color: #6c6c6c;
    height: 24px;
    line-height: 24px;
    background-color: #f1f1f1;
    padding: 0 9px;
    margin-right: 7px;
    margin-bottom: 7px;
}

.news-main .news-bottom .news-top-ul .nt-item .news-top-li .ntl-item .item .info .desc {
    font-size: 14px;
    color: #767676;
    line-height: 1.71;
    margin-bottom: 0.16rem;
}

.red-border-btn {
    border: 1px solid var(--red-text-color);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 0 12px;
    color: var(--red-text-color);
    font-size: 12px;
    display: inline-block;
}

.red-bg-btn,
.hui-bg-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 32px;
    background-color: var(--red-text-color);
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 0 auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.hui-bg-btn {
    background-color: #b6b6b6;
}

.news-main .news-bottom .news-top-ul .nt-item .news-top-li .ntl-item .item .info .btn {
    height: 24px;
    line-height: 24px;
}

.news-main .news-bottom .news-top-ul .nt-item .allbtn {
    text-align: center;
}


/* 新闻列表 */

.newslist-main {
    padding: 0.45rem 0 1.18rem;
}

.news-list {
    margin-bottom: 0.45rem;
}

.news-list .item {
    display: flex;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e6e6e6;
}

.news-list .item:nth-child(1) {
    border-top: 1px solid #e6e6e6;
}

.news-list .item .l-info {
    width: calc(100% - 454px);
    padding-right: 0.97rem;
}

.news-list .item .l-info .tit {
    font-size: 24px;
    color: #313131;
    line-height: 1.25;
    margin-bottom: 0.2rem;
    display: block;
}

.news-list .item .l-info .time {
    margin-bottom: 0.2rem;
}

.news-list .item .l-info .time,
.news-list .item .l-info .time .one,
.newsview-main .left .newsv-title .time,
.newsview-main .left .newsv-title .time .one {
    display: flex;
    align-items: center;
}

.news-list .item .l-info .time .one,
.newsview-main .left .newsv-title .time .one {
    margin-right: 0.22rem;
    font-size: 14px;
    color: #979797;
}

.news-list .item .l-info .time .one .ii,
.newsview-main .left .newsv-title .time .one .ii {
    width: 18px;
    height: 14px;
    background-image: url(../images/icon_08.png);
    margin-right: 7px;
    vertical-align: middle;
}

.news-list .item .l-info .time .one .ii.see,
.newsview-main .left .newsv-title .time .one .ii.see {
    background-image: url(../images/icon_09.png);
}

.news-list .item .l-info .desc {
    font-size: 14px;
    color: #797979;
    line-height: 1.71;
    margin-bottom: 0.42rem;
}

.news-list .item .l-info .btn .aa.red-border-btn {
    height: 38px;
    line-height: 38px;
    padding: 0 32px;
    margin-left: 4px;
}

.news-list .item .r-img {
    width: 454px;
    display: block;
}

.news-list .item .r-img .img {
    position: relative;
    padding-top: calc(290 / 454 * 100%);
    overflow: hidden;
}


/* 详情 */

.newsview-main {
    display: flex;
    padding-top: 0.45rem;
}

.newsview-main .left {
    width: calc(100% - 280px);
    padding-right: 0.46rem;
}

.newsview-main .left .newsv-title {
    border-bottom: 1px solid #e6e6e6;
}

.newsview-main .left .newsv-title .tit {
    font-size: 24px;
    color: #232323;
    font-weight: bold;
    margin-bottom: 0.22rem;
}

.newsview-main .left .newsv-title .time {
    margin-bottom: 0.12rem;
}

.newsview-main .left .newsv-content {
    padding: 2% 0 4%;
    font-size: 14px;
    color: #3e3e3e;
    line-height: 1.71;
    border-bottom: 1px solid #e6e6e6;
}

.newsview-main .left .newsv-content video {
    width: 100%;
    background-color: #000000;
}

.newsview-main .left .newsv-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0 0.93rem;
}

.newsview-main .left .newsv-btn .btns .item {
    margin-bottom: 0.1rem;
}

.newsview-main .left .newsv-btn .btns .item a {
    font-size: 14px;
    color: #434343;
}

.newsview-main .left .newsv-btn .btns .item .tt {
    font-size: 14px;
    color: var(--red-text-color);
    margin-right: 10px;
}

.sharediv .bdsharebuttonbox a {
    background-position: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
}

.sharediv .bdsharebuttonbox .bds_tsina {
    background-image: url(../images/share_01.png);
}

.sharediv .bdsharebuttonbox .bds_weixin {
    background-image: url(../images/share_02.png);
}

.sharediv .bdsharebuttonbox .bds_sqq {
    background-image: url(../images/share_03.png);
}

.sharediv .bdsharebuttonbox .bds_more {
    background-image: url(../images/share_04.png);
}

.bdshare_popup_box {
    left: auto !important;
    right: 10px !important;
    display: none !important;
}

.newsview-main .right {
    width: 280px;
}

.newsview-main .right .tuibox {
    background-color: #f7f7f7;
    padding: 0.1rem 0.2rem;
    margin-bottom: 20px;
}

.newsview-main .right .tuibox .tit {
    font-size: 16px;
    color: #2d2d2d;
    border-bottom: 1px solid #dcdcdc;
    padding: 0.12rem 0;
}

.newsview-main .right .tuibox .tui-ul {
    padding-top: 0.16rem;
}

.newsview-main .right .tuibox .tui-ul .tli {
    margin-bottom: 0.2rem;
    position: relative;
    padding-left: 18px;
}

.newsview-main .right .tuibox .tui-ul .tli::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #c3c3c3;
}

.newsview-main .right .tuibox .tui-ul .tli a {
    font-size: 14px;
    color: #343434;
    line-height: 20px;
    height: 40px;
    display: block;
}

.newsview-main .right .djmore {
    display: flex;
    width: 280px;
    height: 150px;
    align-items: center;
    padding: 0 20px;
}

.newsview-main .right .djmore .text .tt {
    font-size: 20px;
    color: #252b3a;
    font-weight: bold;
    margin-bottom: 0.12rem;
}

.newsview-main .right .djmore .text .red {
    font-size: 14px;
    color: var(--red-text-color);
}

.newsview-main .right .djmore .text .red .ii {
    background-image: url(../images/icon_07.png);
    margin-right: 9px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}


/* 课程预告报名 */

.kc-main {
    background-color: #fafafa;
    padding: 0.48rem 0 0.99rem;
}

.kc-main .incom-mtitle {
    margin-bottom: 0.36rem;
}

.kc-main .kc-form {
    display: flex;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    background-color: #ffffff;
}

.kc-main .kc-form .l-form {
    flex: 1;
    display: flex;
    align-content: center;
}

.kc-main .kc-form .l-form .common-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.45rem;
}

.kc-main .kc-form .r-img {
    width: 500px;
}

.kc-main .kc-form .r-img .img {
    padding-top: calc(416 / 500 * 100%);
}


/* 表单 */

.common-form .my-item,
.common-form .my-item .inblock-item {
    display: flex;
    align-content: center;
}

.common-form .my-item {
    margin-bottom: 0.28rem;
}

.common-form .my-item .inblock-item {
    margin-right: 0.5rem;
    width: calc((100% - 0.51rem) / 2);
}

.common-form .my-item .inblock-item:nth-child(2) {
    margin-right: 0;
}

.common-form .my-item .my-label {
    font-size: 14px;
    color: #666a75;
    width: 70px;
    margin-right: 0.18rem;
    line-height: 38px;
}

.common-form .my-item .my-label .xin {
    color: var(--red-text-color);
    margin: 0 4px;
}

.common-form .my-item .my-input {
    flex: 1;
    width: 100%;
}

.common-form .my-item .my-input .inp {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dddddd;
    padding: 0 18px;
    font-size: 14px;
}

.common-form .my-item .my-input .text {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 18px;
    font-size: 14px;
}

.common-form .my-item.btn {
    margin-bottom: 0;
}

.common-form .btn-tj {
    border: none;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0 44px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    cursor: pointer;
    margin-top: 0.26rem;
}


/* 表单 end */


/* --------------------新闻资讯 end------------------------- */


/* --------------------关于我们------------------------- */

.about-title {
    font-size: 36px;
    color: #252b3a;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.5rem;
}


/* 公司简介 */

.about-company {
    padding-top: 0.5rem;
}

.about-company .company-top .view {
    font-size: 16px;
    color: #404040;
    line-height: 2.25;
}

.about-company .hui-view {
    background-color: #f5f5f5;
    background-position: center bottom;
    padding-bottom: 2.12rem;
    background-size: contain;
}

.about-company .hui-view .allimgs {
    position: relative;
}

.about-company .hui-view .allimgs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #ffffff;
    z-index: 1;
}

.about-company .hui-view .protixi-swiper {
    padding: 0.7rem 0;
}

.about-company .hui-view .protixi-swiper .swiper-slide {
    max-width: 1010px;
    width: 100%;
}

.about-company .hui-view .protixi-swiper .swiper-slide .img {
    width: 100%;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .2);
    padding-top: calc(440 / 1010 * 100%);
    overflow: hidden;
    position: relative;
}

.about-company .culture-box {
    padding: 1rem 0 1.27rem;
    position: relative;
}

.about-company .culture-box .ctitle {
    position: absolute;
    top: 1rem;
    left: 0;
}

.about-company .culture-box .ctitle .line {
    width: 50px;
    height: 3px;
    background-color: var(--red-text-color);
    margin-bottom: 0.36rem;
}

.about-company .culture-box .ctitle .tit {
    font-size: 36px;
    color: #252b3a;
    font-weight: bold;
    line-height: 1;
}

.about-company .culture-box .culture-list {
    column-count: 2;
    column-gap: 28px;
}

.about-company .culture-box .culture-list .item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    break-inside: avoid;
}

.about-company .culture-box .culture-list .item:nth-child(1) {
    padding-top: 181px;
}

.about-company .culture-box .culture-list .item:nth-child(2n+0) {
    margin-right: 0;
}

.about-company .culture-box .culture-list .item .img {
    padding-top: calc(367 / 626 * 100%);
    position: relative;
}

.about-company .culture-box .culture-list .item .imgdiv {
    position: relative;
}

.about-company .culture-box .culture-list .item .imgdiv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
    opacity: 0;
}

.about-company .culture-box .culture-list .item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0.36rem;
    z-index: 1;
    padding-bottom: 0.4rem;
}

.about-company .culture-box .culture-list .item .info .tit {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}

.about-company .culture-box .culture-list .item .info .desc {
    margin-top: 0.22rem;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.75;
    transform: translateY(120%);
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    max-height: 0;
    overflow: hidden;
}

.about-company .zxcp-box {
    width: 100%;
    height: 4rem;
    min-height: 250px;
}

.about-company .zxcp-box .info {
    text-align: center;
}

.about-company .zxcp-box .info .line {
    width: 42px;
    height: 3px;
    background-color: var(--red-text-color);
    margin: 0 auto 0.42rem;
}

.about-company .zxcp-box .info .tit {
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.about-company .zxcp-box .info .btn {
    height: 43px;
    line-height: 43px;
    padding: 0 22px;
    font-size: 16px;
}


/* 联系我们 */

.contact-top {
    background-color: #f5f5f5;
    padding: 0.5rem 0 0.7rem;
}

.contact-top .contact-msg {
    display: flex;
    background-color: #ffffff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    height: 280px;
}

.contact-top .contact-msg .l-msg {
    width: 64%;
    background-position: right bottom;
    padding: 0.45rem 0.5rem;
}

.contact-top .contact-msg .lxtitle {
    font-size: 24px;
    color: #252b3a;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.contact-top .contact-msg .l-msg .demo {
    font-size: 14px;
    color: #252b3a;
    line-height: 2.57;
}

.contact-top .contact-msg .r-online {
    width: 36%;
    padding: 0.45rem 0.5rem;
    border-left: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
}

.contact-top .contact-msg .r-online .ll .demo {
    margin-bottom: 0.34rem;
}

.contact-top .contact-msg .r-online .ll .demo .dd {
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1.71;
}

.contact-top .contact-msg .r-online .ll .demo .dd .red {
    font-weight: bold;
    color: var(--red-text-color);
    border-bottom: 1px solid var(--red-text-color);
}

.contact-top .contact-msg .r-online .ll .btn {
    height: 41px;
    line-height: 41px;
    padding: 0 32px;
    font-size: 14px;
}

.contact-top .contact-msg .r-online .rr {
    padding-top: 0.36rem;
    width: 90px;
    height: 90px;
}

.contact-cont {
    padding: 0.5rem 0 0.88rem;
}

.contact-cont .title {
    font-size: 24px;
    color: #252b3a;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.32rem;
    line-height: 1;
}

.contact-list .item {
    width: calc((100% - 49px) / 3);
    margin-right: 24px;
    margin-bottom: 24px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .05);
    height: 180px;
    padding: 0.32rem 0.3rem;
}

.contact-list .item:nth-child(3n+0) {
    margin-right: 0;
}

.contact-list .item .tit {
    font-size: 18px;
    color: #252b3a;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.contact-list .item .desc {
    font-size: 14px;
    color: #555555;
    line-height: 2.14;
    max-height: 90px;
}


/* 师资团队 */

.about-team {
    background-color: #f5f5f5;
    padding: 0.5rem 0 1.06rem;
}

.team-cont {
    margin-top: 0.23rem;
}

.team-list .item {
    display: block;
    width: calc((100% - 85px) / 4);
    margin-right: 28px;
    margin-bottom: 28px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    padding: 8px;
    position: relative;
}

.team-list .item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
    width: 0;
}

.team-list .item:nth-child(4n+0) {
    margin-right: 0;
}

.team-list .item .img {
    border: 1px solid #e6e6e6;
    margin-bottom: 0.3rem;
    padding-top: calc(207 / 283 * 100%);
    position: relative;
    overflow: hidden;
}

.team-list .item .info {
    padding: 0 0.12rem 0.2rem;
}

.team-list .item .info .tit {
    font-size: 18px;
    color: #282828;
    line-height: 1;
    margin-bottom: 0.18rem;
}

.team-list .item .info .demo {
    font-size: 14px;
    color: #888888;
    line-height: 1.71;
}

.aboutv-top .jieshao {
    position: relative;
    display: flex;
    transform: translateY(49px);
    -webkit-transform: translateY(49px);
    -moz-transform: translateY(49px);
    -ms-transform: translateY(49px);
    -o-transform: translateY(49px);
    z-index: 1;
}

.aboutv-top .jieshao .l-tx {
    width: 299px;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
}

.aboutv-top .jieshao .l-tx .img {
    padding-top: calc(296 / 299 * 100%);
    position: relative;
}

.aboutv-top .jieshao .r-msg {
    width: calc(100% - 299px);
    padding-left: 0.5rem;
}

.aboutv-top .jieshao .back {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: var(--red-text-color);
}

.aboutv-top .jieshao .back>span {
    font-family: 'SimSun';
    margin-right: 10px;
}

.aboutv-top .jieshao .r-msg .tit {
    font-size: 24px;
    color: #232323;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 0.16rem;
    border-bottom: 1px solid #e6e6e6;
}

.aboutv-top .jieshao .r-msg .demo {
    font-size: 14px;
    color: #747474;
    line-height: 1.71;
    padding-top: 0.15rem;
}

.newsview-main.ab {
    padding-top: 1.03rem;
}

.newsview-main.ab .right .kt-video .govideo {
    height: 173px;
}

.newsview-main.ab .right .kt-video .govideo .btn {
    padding: 0 15px;
}

.newsview-main.ab .right .kt-video .demo {
    background-color: #f7f7f7;
    padding: 0.2rem;
    font-size: 14px;
    color: #434343;
    line-height: 2.14;
}


/* 课堂视频 */

.about-video {
    padding: 0.5rem 0 1.16rem;
}

.abvideo-list {
    padding-top: 0.36rem;
}

.abvideo-list .item {
    width: calc((100% - 0.81rem) / 3);
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    position: relative;
    display: block;
}

.abvideo-list .item:nth-child(3n+0) {
    margin-right: 0;
}

.abvideo-list .item .tit {
    background-color: #e2e9f9;
    background-image: url(../images/abvideo_bg.png);
    height: 74px;
    line-height: 74px;
    padding: 0 0.18rem;
    font-size: 18px;
    color: #252b3a;
    width: 100%;
}

.abvideo-list .item .videoimg {
    position: relative;
    padding-top: calc(224 / 400 * 100%);
}

.abvideo-list .item .icon {
    background-color: rgba(255, 255, 255, .4);
}


/* 加入我们 */

.about-join {
    padding: 0.5rem 0 1.09rem;
}

.join-filter {
    margin-bottom: 0.4rem;
}

.join-filter .keydiv {
    display: flex;
    margin-top: 6px;
}

.join-filter .keydiv .ctit,
.join-filter .case-filter.cust .c-filter .ctit {
    font-size: 14px;
    color: #8a8e99;
    margin-right: 0.22rem;
    line-height: 32px;
    width: 70px;
}

.join-filter .keydiv .key-form {
    width: calc(100% - 70px);
    display: flex;
}

.join-filter .keydiv .key-form .keyinp {
    flex: 1;
    padding: 0 10px;
    font-size: 14px;
}

.join-filter .keydiv .key-form .tjbtn {
    height: 40px;
    line-height: 40px;
    padding: 0 28px;
    border: none;
    margin-left: 9px;
}

.about-join .j-word {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #252b3a;
    margin-bottom: 0.38rem;
}

.about-join .j-word .l-txt {
    display: flex;
}

.about-join .j-word .red {
    color: var(--red-text-color);
}

.about-join .j-word .ll {
    margin: 0 18px;
}

.join-list .item {
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    line-height: 30px;
    padding: 0.14rem 0;
}

.join-list .item:nth-child(1) {
    border-top: 1px solid #e6e6e6;
}

.join-list .item .tit {
    font-size: 18px;
    color: #252b3a;
    flex: 1;
    padding: 0 0.2rem;
    position: relative;
}

.join-list .item .addr {
    font-size: 14px;
    color: #909090;
    width: 11%;
}

.join-list .item .addr.time {
    width: 19%;
}

.join-list .item .icon {
    width: 50px;
    height: 30px;
    background-image: url(../images/icon_03.png);
}

.joinv-top {
    height: 250px;
    display: flex;
    align-items: center;
}

.joinv-top .jieshao .tit {
    font-size: 36px;
    color: #252b3a;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.22rem;
}

.joinv-top .jieshao .demo {
    font-size: 14px;
    color: #434343;
    display: flex;
}

.joinv-top .jieshao .demo .dd {
    margin-right: 0.45rem;
}

.abview-main .morebtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0 0.4rem;
}

.abview-main .morebtn .back {
    font-size: 14px;
    color: var(--red-text-color);
}

.abview-main .morebtn .back>span {
    font-family: 'SimSun';
    margin-right: 5px;
}

.abview-main .view {
    padding-bottom: 6%;
}

.abview-main .view .item {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0.5rem;
    margin-bottom: 0.55rem;
}

.abview-main .view .item .tit {
    font-size: 30px;
    color: #252b3a;
    line-height: 1;
    margin-bottom: 0.32rem;
}

.abview-main .view .item .vv {
    font-size: 16px;
    color: #6f6f6f;
    line-height: 1.87;
}

.abview-main .view .applybtn {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
}


/* 代理加盟 */

.dljm-list .item {
    width: calc((100% - 57px) / 3);
    margin-right: 28px;
    position: relative;
    overflow: hidden;
}

.dljm-list .item:nth-child(3n+0) {
    margin-right: 0;
}

.dljm-list .item .img {
    padding-top: calc(557 / 408 * 100%);
}

.dljm-list .item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43%;
    max-height: 225px;
    padding: 0 0.28rem 0.28rem;
    color: #ffffff;
}

.dljm-list .item .info .tit {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.24rem;
}

.dljm-list .item .info .desc {
    font-size: 14px;
    line-height: 1.71;
}

.dljm-list .item.jianjie {
    width: 100%;
    background-color: #f5f5f5;
    margin: 0;
    margin-top: 0.72rem;
    padding: 0.66rem 0.5rem 0.62rem;
}

.dljm-list .item.jianjie .img {
    display: none;
}

.dljm-list .item.jianjie .info {
    position: relative;
    height: auto;
    padding: 0;
    color: #757575;
    text-align: center;
    max-height: 100%;
}

.dljm-list .item.jianjie .info .tit {
    color: #252b3a;
}

.dljm-list .item.jianjie .info .line {
    width: 49px;
    height: 2px;
    background-color: var(--red-text-color);
    margin: 0 auto 0.22rem;
}

.dljm-list .item.jianjie .info .desc {
    line-height: 2.14;
}

.contact-cont.dl {
    padding: 0.5rem 0 1.15rem;
}


/* --------------------关于我们 end------------------------- */


/* --------------------合作方式------------------------- */

.coop-main {
    padding: 0.5rem 0 0.65rem;
}

.coop-main .customer-title {
    color: #242424;
    margin-bottom: 0.2rem;
}

.title-line {
    width: 43px;
    height: 3px;
    background-color: var(--red-text-color);
    margin: 0 auto;
}

.coopclass-list {
    padding: 0.4rem 0 0;
}

.coopclass-list .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc((100% - 21px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
    height: 240px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    text-align: center;
    background-position: right bottom;
}

.coopclass-list .item:nth-child(2n+0) {
    margin-right: 0;
}

.coopclass-list .item .tit {
    font-size: 28px;
    color: #162a3a;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.34rem;
}

.coopclass-list .item .line {
    width: 42px;
    height: 2px;
    background-color: #bababd;
    margin: 0 auto 0.34rem;
}


/* 详情 */

.coopview-main {
    padding-top: 0.5rem;
}

.coopview-main .customer-title {
    margin-bottom: 0.68rem;
}

.coop-title .tt {
    font-size: 24px;
    color: #242424;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.24rem;
}

.coop-title .demodd {
    font-size: var(--fz18);
    color: #6A6A6A;
    margin-top: 0.3rem;
    line-height: 2;
}

.coop-title .line {
    width: 47px;
    height: 3px;
    background-color: var(--red-text-color);
    margin: 0 auto;
}

.coop-title.isleft .tt {
    text-align: left;
    margin-bottom: 0.32rem;
    font-size: var(--fz36);
}

.coop-title.isleft .line {
    margin: 0;
}

.coop-cont {
    font-size: 14px;
    color: #575d6c;
    line-height: 1.5;
    padding: 0.6rem 0 6%;
}

.lc-main.jj {
    background-color: #f5f5f6;
    padding-top: 0.75rem;
}

.sp-main {
    padding: 0.6rem 0;
}

.sp-main .title {
    font-size: 24px;
    color: #242424;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.32rem;
    text-align: center;
}

.sp-main .content {
    position: relative;
}

.sp-main .content .sp-swiper .swiper-slide {
    cursor: pointer;
}

.sp-main .content .sp-swiper .swiper-slide .img {
    position: relative;
    padding-top: calc(229 / 407 * 100%);
    margin-bottom: 0.25rem;
    overflow: hidden;
}

.sp-main .content .sp-swiper .swiper-slide .tit {
    font-size: 20px;
    color: #263677;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.sp-main .content .spbtn {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent transparent #53576b #53576b;
    transform: rotate(45deg);
    cursor: pointer;
    outline: none;
    z-index: 1;
}

.sp-main .content .spbtn.sp-prev {
    left: -78px;
}

.sp-main .content .spbtn.sp-next {
    right: -78px;
    border-color: #53576b #53576b transparent transparent;
}

.al-main,
.td-main {
    padding: 0.68rem 0;
    position: relative;
}

.al-main .title {
    font-size: 30px;
    color: #242424;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.38rem;
}

.al-main .content .al-swiper {
    margin-bottom: 0.3rem;
}

.al-main .content .al-pagination {
    text-align: center;
}

.td-main .title {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.28rem;
}

.td-main .td-swiper {
    max-width: 1180px;
    margin: 0 auto;
}

.td-main .td-swiper .swiper-slide .tit {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0.3rem;
    text-align: center;
}

.td-main .td-swiper .swiper-slide .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .35);
    margin-bottom: 0.44rem;
    position: relative;
}

.td-main .td-swiper .swiper-slide .line .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 151px;
    height: 28px;
    background-image: url(../images/icon_15.png);
    margin-top: -14px;
    z-index: 1;
}

.td-main .td-swiper .swiper-slide .desc {
    padding: 0 0.28rem;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.71;
}

.td-main .content .tdbtn {
    position: absolute;
    top: 76%;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(45deg);
    cursor: pointer;
    outline: none;
    z-index: 1;
}

.td-main .content .tdbtn.td-prev {
    left: 0;
}

.td-main .content .tdbtn.td-next {
    right: 0;
    border-color: #ffffff #ffffff transparent transparent;
}


/* --------------------合作方式 end------------------------- */


/* --------------------联系我们------------------------- */

.feedback {
    width: 47.5%;
    margin-left: 20px;
    min-width: 420px;
    padding-top: 140px;
    padding-bottom: 40px;
}

.input-box {
    margin-bottom: 8px;
    min-height: 45px;
}

.input-box:after {
    content: "";
    clear: both;
    display: block;
}

.input-box input[type="text"] {
    width: 100%;
    height: 45px;
    border: 1px solid #e1e1e5;
    padding: 0 10px;
    background: #fff;
    line-height: 43px;
}

.input-box.ban input[type="text"] {
    width: calc((100% - 9px) / 2);
    float: left;
    margin-right: 8px;
}

.input-box.ban input[type="text"]:nth-child(2) {
    margin-right: 0px;
}

.input-box #xcode {
    width: 150px
}

.input-box textarea {
    border: 1px solid #e1e1e5;
    padding: 10px;
    background: #fff;
    width: 100%;
    height: 130px;
    line-height: 26px;
}

.input-box button {
    width: 70px;
    height: 45px;
    color: #fff;
    cursor: pointer;
    border: 0px;
    background: #0059b3;
    border-radius: 4px;
    float: right;
}

@media only screen and (max-width: 800px) {
    .feedback {
        min-width: 100%;
        margin-left: 0px;
        padding-top: 0px;
    }
}


/* --------------------企业诊断------------------------- */

.problem-main {
    background-color: #f5f5f5;
    padding-bottom: 0.92rem;
}

.problem-main .problem-cont {
    background-color: #ffffff;
    margin-top: -50px;
    border: 1px solid #e6e6e6;
    padding: 0.5rem;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, .1);
}

.problem-main .problem-cont .pb-cont {
    margin-bottom: 0.48rem;
}

.problem-main .problem-cont .pb-cont .img {
    margin-bottom: 0.48rem;
}

.problem-main .problem-cont .pb-cont .img img {
    width: 100%;
}

.problem-main .problem-cont .pb-cont .img img.tp2 {
    display: none;
}

.problem-main .problem-cont .pb-cont .wordul {
    display: flex;
}

.problem-main .problem-cont .pb-cont .wordul .wli .tt {
    color: var(--red-text-color);
    margin-bottom: 5px;
    white-space: nowrap;
}

.problem-main .problem-cont .pb-cont .wordul .wli .tt .dt {
    font-size: 36px;
    line-height: 36px;
}

.problem-main .problem-cont .pb-cont .wordul .wli .tt .dt.nn {
    text-decoration: line-through;
}

.problem-main .problem-cont .pb-cont .wordul .wli .tt .xt {
    font-size: 18px;
}

.problem-main .problem-cont .pb-cont .wordul .wli .ww {
    font-size: 14px;
    color: #252b3a;
    font-weight: bold;
}

.problem-main .problem-cont .pb-cont .wordul .line {
    width: 1px;
    height: 56px;
    background-color: #e6e6e6;
    margin: 0 0.9rem;
}

.problem-form {
    max-width: 1000px;
}

.problem-form .common-form .my-item .my-label {
    width: 100px;
}


/* --------------------企业诊断------------------------- */


/* --------------------分页------------------------- */


/* .all-Page-box .select {
    display: none;
} */

.all-Page-box .btn {
    display: inline-block;
    width: 42px;
    height: 42px;
    border: 1px solid #d5d5d5;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    margin-right: 1px;
}

.all-Page-box .btn.on {
    background-color: var(--red-text-color);
    color: #ffffff;
    border: 1px solid var(--red-text-color);
}

.all-Page-box .btn.song>span {
    position: relative;
    display: block;
    height: 100%;
}

.all-Page-box .btn.song>span::before {
    content: '';
    border-style: solid;
    border-width: 0.07rem 0.08rem;
    border-color: transparent #666666 transparent transparent;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    margin-left: -4px;
}

.all-Page-box .btn.song.next>span::before {
    border-color: transparent transparent transparent #666666;
    margin-left: 4px;
}

.all-Page-box .btn.song>span::before {
    opacity: 0.5;
}

.all-Page-box .f-right {
    margin: 0 22px;
}

.all-Page-box .select select {
    border-color: #d5d5d5;
    height: 42px;
    padding-left: 5px;
    background-color: transparent;
}


/* --------------------分页 end------------------------- */


/* --------------------侧边工具栏------------------------- */

.cebian-box {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 80px;
    z-index: 7;
}

.cebian-box .close {
    position: absolute;
    bottom: 99.8%;
    right: 0;
    width: 28px;
    height: 28px;
    background-color: #a80005;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    background-image: url(../images/cb_close.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -14px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    z-index: 1;
}

.cebian-box .cblist {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    /* background-color: var(--red-text-color); */
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .2);
    position: relative;
    background: -webkit-linear-gradient(#a80005, #d20006);
    background: -moz-linear-gradient(#a80005, #d20006);
    background: -ms-linear-gradient(#a80005, #d20006);
    background: linear-gradient(#a80005, #d20006);
}

.cebian-box .cblist::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/share_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

.cebian-box .cblist .item {
    display: block;
    position: relative;
    padding: 0 8px;
    /* background-color: var(--red-text-color); */
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.cebian-box .cblist .item:nth-child(1) {
    border-top: none;
}

.cebian-box .cblist .item .hidediv {
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 1;
    width: 100px;
    background-color: var(--red-text-color);
    padding: 5px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.cebian-box .cblist .item .hidediv>img {
    width: 90px;
    height: 90px;
}

.cebian-box .cblist .item .hidetel {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 140px;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transform: translateX(150%);
    -webkit-transform: translateX(150%);
    -moz-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    opacity: 0;
}

.cebian-box .cblist .item .hidetel .aa {
    font-size: 18px;
    color: #ffffff;
}

.cebian-box .cblist .item .icon {
    /* background-color: var(--red-text-color); */
    text-align: center;
    padding: 14px 0;
    cursor: pointer;
}

.cebian-box .cblist .item .icon .ii {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 0.1rem;
}

.cebian-box .cblist .item .icon .ii.code {
    background-image: url(../images/cb_icon1.png);
}

.cebian-box .cblist .item .icon .ii.tel {
    background-image: url(../images/cb_icon2.png);
}

.cebian-box .cblist .item .icon .ii.ol {
    background-image: url(../images/cb_icon3.png);
}

.cebian-box .cblist .item .icon .ii.px {
    background-image: url(../images/cb_icon4.png);
}

.cebian-box .cblist .item .icon .ii.qq {
    background-image: url(../images/cb_icon5.png);
}

.cebian-box .cblist .item .icon .tt {
    font-size: 12px;
    color: #ffffff;
    line-height: 1;
}

.cebian-box .topitem {
    width: 80px;
    height: 46px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .1);
    margin-top: -5px;
    background-image: url(../images/cb_icon6.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.cebian-box.hide {
    display: none !important;
}


/* --------------------侧边工具栏 end------------------------- */


/* --------------------底部浮动栏------------------------- */

.footer-fd {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 7;
    padding: 12px 0;
    background-color: #ffffff;
}

.footer-fd .wrap {
    display: flex;
}

.footer-fd .left,
.footer-fd .right {
    width: 50%;
}

.footer-fd .left {
    display: flex;
}

.footer-fd .left .item {
    display: flex;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: var(--red-text-color);
    position: relative;
    margin-right: 12px;
    font-size: 14px;
    color: #ffffff;
}

.footer-fd .left .item .icon {
    width: 18px;
    height: 100%;
    background-image: url(../images/cb_icon3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 6px;
}

.footer-fd .left .item .icon.wx {
    background-image: url(../images/cb_icon1.png);
}

.footer-fd .left .item .icon.wq {
    background-image: url(../images/icon_21.png);
}

.footer-fd .left .item .icon.px {
    background-image: url(../images/cb_icon4.png);
}

.footer-fd .left .item .icon.dh {
    background-image: url(../images/cb_icon2.png);
}


/* .footer-fd .left .item .code {
    position: absolute;
    bottom: 110%;
    left: 50%;
    z-index: 1;
    transform: scale(0) translateX(-50%);
    -webkit-transform: scale(0) translateX(-50%);
    -moz-transform: scale(0) translateX(-50%);
    -ms-transform: scale(0) translateX(-50%);
    -o-transform: scale(0) translateX(-50%);
    width: 100px;
    height: 100px;
    background-color: var(--red-text-color);
    padding: 5px;
    opacity: 0;
    visibility: hidden;
} */

.footer-fd .left .item .code {
    display: none;
}


/* .footer-fd .left .item .code img {
    width: 90px;
    height: 90px;
} */

.footer-fd .right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-fd .right .icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    background-image: url(../images/icon_20.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 18px;
}

.footer-fd .right .tit {
    font-size: 30px;
    font-weight: bold;
    color: #252b3a;
    line-height: 1.1;
}


/* --------------------底部浮动栏 end------------------------- */


/* --------------------页脚------------------------- */

.footer-contact {
    background-color: #161616;
    height: 150px;
}

.footer-contact .wrap {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-contact .codediv .cleft,
.footer-contact .codediv .cright {
    display: flex;
    justify-content: space-between;
    width: 50%;
    align-items: center;
}

.footer-contact .l-logo {
    width: 73px;
}

.footer-contact .code-img {
    display: flex;
}

.footer-contact .code-img .item {
    display: flex;
    margin-left: 30px;
}

.footer-contact .code-img .item .tit {
    width: 28px;
    background-color: #393939;
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    text-align: center;
    line-height: 28px;
}

.footer-contact .code-img .item img {
    width: 90px;
    height: 90px;
}

.footer-contact .codediv .line {
    width: 1px;
    height: 82px;
    background-color: rgba(255, 255, 255, .1);
    margin: 0 0.6rem;
}

.footer-contact .msgdiv .tt {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
}

.footer-contact .msgdiv .dd {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 10px;
}

.footer-contact .msgdiv .tel {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

.footer-contact .r-btn {
    width: 158px;
    height: 38px;
    border: 1px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
}


/*  */

.footer-box {
    background-color: #282828;
}

.footer-box .footer-top {
    padding: 52px 0 42px;
}

.footer-box .footer-top .flex-cont {
    display: flex;
    justify-content: space-between;
}

.footer-box .footer-top .flex-cont .l-menu {
    width: 100%;
}

.footer-box .footer-top .flex-cont .l-menu .ul-a {
    display: flex;
}

.footer-box .footer-top .flex-cont .l-menu .ul-a li {
    margin-right: 0.68rem;
    flex: 1;
}

.footer-box .footer-top .flex-cont .l-menu .ul-a li a {
    font-size: 13px;
    color: #999999;
    line-height: 2.3;
    display: block;
    white-space: nowrap;
}

.footer-box .footer-top .flex-cont .l-menu .ul-a li a.lia {
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: bold;
}

.footer-box .footer-top .flex-cont .r-info {
    font-size: 14px;
    line-height: 1.7;
}

.footer-box .footer-top .flex-cont .r-info a {
    color: #8594b1;
}

.footer-box .footer-fri {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 80px 15px 0;
    display: flex;
    position: relative;
}

.footer-box .footer-fri .tit {
    font-size: 14px;
    color: #909090;
    font-weight: bold;
    margin-right: 34px;
    width: 58px;
}

.footer-box .footer-fri .ul {
    flex: 1;
    height: 23px;
    overflow: hidden;
}

.footer-box .footer-fri .ul .li {
    font-size: 13px;
    color: #909090;
    line-height: 1.8;
}

.footer-box .footer-fri .ul .li span {
    margin: 0 8px;
    color: #909090;
}

.footer-box .footer-fri .ul .li:nth-child(1) span {
    display: none;
}

.footer-box .footer-fri .ul.on {
    height: auto;
}

.footer-box .footer-fri .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 53px;
    cursor: pointer;
}

.footer-box .footer-fri .arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(135deg);
    margin-top: -8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.footer-box .footer-fri .arrow.on::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-top: -1px;
}

.footer-box .footer-bottom {
    font-size: 12px;
    color: #606060;
    line-height: 22px;
    padding: 16px 0 80px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}


/* --------------------搜索------------------------- */

.search-top {
    background-color: #f5f5f5;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.search-top .s-form {
    max-width: 624px;
    position: relative;
    display: flex;
}

.search-top .s-form>input {
    flex: 1;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #ADB0B8;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.search-top .s-form>button {
    width: 76px;
    height: 40px;
    background-color: var(--red-text-color);
    border: none;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.search-top .zi-tit {
    position: absolute;
    bottom: 10px;
    left: 50%;
    font-size: 16px;
    color: #252b3a;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.zi-content {
    padding: 0.5rem 0 1rem;
}

.search-list:after {
    content: "";
    display: block;
    clear: both;
}

.search-list .item {
    display: block;
}

.search-list .item a {
    display: block;
    height: auto;
    overflow: hidden;
    /* padding: 30px 120px 30px 50px; */
    margin-bottom: 0.5rem;
    /* background: #e9ebee; */
}

.search-list .item a .title {
    color: var(--red-text-color);
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
    overflow: hidden;
}

.search-list .item a .demo,
.search-list .item a .from {
    line-height: 22px;
    color: #575d6c;
    overflow: hidden;
}

.search-list .item a .demo {
    margin-bottom: 0.1rem;
}

.search-list .item a .from>span {
    font-weight: bold;
}

.foot-code {
    display: none;
}

@media only screen and (max-width: 600px) {
    .search-list .item a .demo {
        font-size: 12px;
        max-height: 66px;
    }
}


/* .footer-fd .left .item:hover .code {
    transform: scale(1) translateX(-50%);
    -webkit-transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    -o-transform: scale(1) translateX(-50%);
    visibility: visible;
    opacity: 1;
} */

.about-company .culture-box .culture-list .item:hover .imgdiv::before {
    opacity: 1;
}

.about-company .culture-box .culture-list .item:hover .info .desc {
    max-height: 200px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}


/* --------------------响应------------------------- */

@media only screen and (min-width: 601px) {
    .red-bg-btn:hover {
        color: #ffffff;
        box-shadow: 2px 2px 8px 1px rgba(202, 0, 6, 0.4);
    }

    .hy-class-list .item:hover .bgimg img,
    .inwitness-top .swiper-slide .l-big .item:hover .img img,
    .inwitness-top .swiper-slide .r-small .item:hover .img img,
    .team-top-li .swiper-slide .item:hover .img img,
    .innews .innews-cont .item:hover .img img,
    .bgyx-list .item:hover .l-img .img img,
    .qynx-list .item:hover .img img,
    .dq-case-list .item:hover .img img,
    .honor-list .item:hover .img img,
    .project-list .item:hover .img img,
    .news-main .news-bottom .news-top-ul .nt-item .news-top-li .ntl-item .item:hover .img img,
    .news-list .item:hover .r-img .img img,
    .team-list .item:hover .img img,
    .news-main .newsnew-swiper .swiper-slide .item:hover .l-img .img 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);
    }

    .inproduct-list .item.tit:hover,
    .news-main .news-top .n-left .zxdiv:hover {
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    }

    .header .head-top .r-search .search-box:hover {
        width: 280px;
    }

    .hui-bg-btn:hover {
        background-color: var(--red-text-color);
    }

    .cebian-box .cblist .item:hover .hidediv {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .cebian-box .cblist .item:hover .hidetel {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        opacity: 1;
    }

    .case-filter .c-filter .cmenu .aa:hover,
    .innews .innews-cont .item-r .item-ul .item:hover .tit,
    .commonhref .hmain .r-minul .ul .aa:hover,
    .sp-main .content .sp-swiper .swiper-slide:hover .tit,
    .bgyx-list .item:hover .r-info .tit,
    .case-main .jd-box .jd-swiper .swiper-slide .item:hover .r-info .tit,
    .dq-case-list .item:hover .info .tit,
    .zxmk-top .item:hover .r-info .tit,
    .case-title .more:hover,
    .news-main .newsnew-swiper .swiper-slide .item:hover .r-info .tit,
    .news-main .news-top .n-right .title .more:hover,
    .news-main .news-top .n-right .list .item:hover .tit,
    .news-main .news-bottom .news-thumbs .swiper-slide:hover,
    .news-main .news-bottom .news-top-ul .nt-item .news-top-li .ntl-item .item:hover .info .tit,
    .news-list .item:hover .l-info .tit,
    .footer-box .footer-fri .ul .li:hover,
    .footer-box .footer-top .flex-cont .l-menu .ul-a li a:hover,
    .incore-content .r-demo .gallery-thumbs .swiper-slide:hover .tt {
        color: var(--red-text-color);
    }

    .case-filter .c-filter .cmenu .aa.on:hover {
        color: #ffffff;
    }

    .case-filter.cust .c-filter .cmenu .aa:hover {
        border: 1px solid var(--red-text-color);
    }

    .join-filter .case-filter.cust .c-filter .cmenu .aa:hover {
        color: var(--red-text-color);
    }

    .honor-list .item:hover .info {
        border-bottom: 1px solid var(--red-text-color);
    }

    .shipin-list .item:hover .info .icon,
    .abvideo-list .item:hover .icon {
        background-color: var(--red-text-color);
    }

    .shipin-list .item:hover .info::before {
        opacity: 0;
    }

    .thank-list .item:hover .info {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
    }

    .thank-list .item:hover .icon {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .project-list .item:hover .icon {
        background-color: var(--red-text-color);
    }

    .project-list .item:hover .icon::before {
        opacity: 1;
    }

    .qynx-list .item:hover {
        border-bottom: 2px solid var(--red-text-color);
    }

    .team-list .item:hover::after {
        width: 100%;
        background-color: var(--red-text-color);
    }

    .join-list .item:hover {
        background-color: #f5f5f5;
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    }

    .join-list .item:hover .tit,
    .bgyx-list .item:hover .r-info .btns .more {
        color: var(--red-text-color);
        text-decoration: underline;
    }

    .join-list .item:hover .icon {
        background-image: url(../images/icon_04.png);
    }

    .inproduct-list .item:hover .l-text .btn,
    .incommerce-list .item:hover .info .btn,
    .contact-top .contact-msg .r-online .ll .btn:hover {
        background-color: var(--red-text-color);
        border: 1px solid var(--red-text-color);
        color:#0059b3
    }

    .incommerce-list .item:hover,
    .innews .innews-cont .item-r .item-ul .item:hover {
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    }

    .inwitness-thumbs .swiper-slide .tit:hover {
        text-decoration: underline;
    }

    .innews .morebtn .more:hover,
    .footer-contact .r-btn:hover {
        border: 1px solid var(--red-text-color);
        color: var(--red-text-color);
    }

    .dq-case-list .item:hover .info .look {
        margin-left: 0.1rem;
    }

    .zxmk-thumbs .swiper-slide:hover {
        font-weight: bold;
    }

    .coopclass-list .item:hover .tit {
        letter-spacing: 3px;
    }
}

@media only screen and (min-width: 1920px) {
    .inproduct-list .item {
        padding: 25px 32px 40px;
    }

    .inproduct-list .item .l-text .btn {
        bottom: 40px;
        left: 32px;
    }

    .case-main.incasejd .jd-box .jd-swiper .swiper-slide .item .r-info {
        padding: 70px 60px;
    }

    .case-main .jd-box .jd-swiper .swiper-slide .item .r-info .tit {
        margin-bottom: 30px;
    }

    .case-main.incasejd .jd-box .jd-swiper .swiper-slide .item .r-info .desc {
        margin-bottom: 125px;
    }

    .contact-top .contact-msg .l-msg,
    .contact-top .contact-msg .r-online {
        padding: 45px 50px;
    }

    .contact-list .item {
        padding: 32px 30px;
    }

    .zi-banner .titlebox .cn {
        font-size: 48px;
    }

    .shipin-list .item .info {
        padding: 40px 25px;
    }

    .case-main .jd-box .jd-swiper .swiper-slide .item .r-info {
        padding: 40px;
    }

    .case-main .jd-box .jd-swiper .swiper-slide .item .r-info .desc {
        margin-bottom: 40px;
    }

    .case-main .jd-box .jd-swiper .jdbtns {
        bottom: 40px;
        left: 40px;
    }

    .incommerce-list .left .item .info {
        top: 25px;
    }

    .incommerce-list .item .info {
        padding: 0 32px;
    }

    .incommerce-list .right .item .info {
        padding: 25px 32px;
    }

    .footer-box .footer-top .flex-cont .l-menu .ul-a li {
        margin-right: 68px;
    }
}

@media only screen and (max-width: 1600px) {
    .sp-main .content .spbtn.sp-prev {
        left: 8px;
    }

    .sp-main .content .spbtn.sp-next {
        right: 8px;
    }

    .inmain-title .cn {
        font-size: 28px;
    }

    .kc-main .kc-form .r-img {
        width: 5rem;
    }

    .kc-main .kc-form .l-form {
        width: calc(100% - 5rem);
    }
}

@media only screen and (max-width: 1500px) {
    .sp-main .content .spbtn.sp-prev {
        left: 8px;
    }

    .sp-main .content .spbtn.sp-next {
        right: 8px;
    }
}

@media only screen and (max-width: 1440px) {
    .zi-banner {
        height: 350px;
    }

    .about-title,
    .about-company .culture-box .ctitle .tit,
    .joinv-top .jieshao .tit {
        font-size: 30px;
    }

    .dljm-list .item .info .tit,
    .product-main .jz-main .content .jz-swiper .swiper-slide .r-info .tit {
        font-size: 26px;
    }

    .news-list .item .l-info {
        padding-right: 0.5rem;
    }

    .case-main .jd-box .jd-swiper .swiper-slide .item .r-info .tit,
    .zxmk-top .item .r-info .tit,
    .incore-content .r-demo .gallery-top .swiper-slide {
        font-size: 22px;
    }

    .hy-class-list .swiperbtn.prev,
    .case-main.incasejd .jd-box .jd-list .swiperbtn.prev {
        left: 0;
    }

    .hy-class-list .swiperbtn.next,
    .case-main.incasejd .jd-box .jd-list .swiperbtn.next {
        right: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .kc-main .kc-form {
        flex-direction: column-reverse;
    }

    .kc-main .kc-form .l-form,
    .kc-main .kc-form .r-img {
        width: 100%;
    }

    .kc-main .kc-form .l-form {
        padding: 3% 0;
    }

    .kc-main .kc-form .r-img .img {
        padding-top: 0;
        height: 4.16rem;
        min-height: 280px;
    }

    .about-company .hui-view .protixi-swiper .swiper-slide {
        /* max-width: 10.1rem; */
    }

    .footer-box .footer-bottom {
        padding: 16px 0 120px;
    }

    .footer-fd {
        height: auto;
        background-image: none !important;
        background-color: #e6e6e6;
    }

    .footer-fd .wrap {
        display: block;
    }

    .footer-fd .right {
        width: 100%;
    }

    .footer-fd .left {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .inwitness-top .swiper-slide .item .tit {
        height: 45px;
        line-height: 45px;
    }

    .inservice .wrap {
        display: block;
    }

    .inservice .l-title {
        width: 100%;
        padding-top: 0;
    }

    .inservice .l-title .inmain-title {
        text-align: center;
    }

    .inservice .r-list {
        border-left: 0;
        padding-left: 0;
        width: 100%;
    }

    .inservice .l-title .khbtn {
        justify-content: center;
        margin-top: 0;
    }

    .zi-banner {
        height: 300px;
    }

    .coopclass-list .item,
    .joinv-top {
        height: 200px;
    }

    .incore-content .r-demo .gallery-top {
        height: 220px;
    }

    .coopclass-list .item .tit,
    .about-company .culture-box .culture-list .item .info .tit,
    .abview-main .view .item .tit,
    .case-title .title,
    .product-main .jz-main .content .jz-swiper .swiper-slide .r-info .tit,
    .inmain-title .cn {
        font-size: 24px;
    }

    .contact-top .contact-msg {
        height: 240px;
    }

    .news-list .item .l-info {
        width: 65%;
    }

    .news-list .item .r-img {
        width: 35%;
    }

    .news-list .item .l-info .tit,
    .case-main .jd-box .jd-swiper .swiper-slide .item .r-info .tit,
    .zxmk-top .item .r-info .tit,
    .bgyx-list .item .r-info .tit,
    .incore-content .r-demo .gallery-top .swiper-slide {
        font-size: 20px;
    }

    .thank-list .item .info {
        height: 100px;
    }

    .dq-case-list .item .info .tit {
        font-size: 16px;
        height: 43px;
    }
}

@media only screen and (max-width: 1024px) {
    .case-filter .c-filter .cmenu {
        height: 35px;
    }

    .case-filter .c-filter .morebtn {
        display: block;
    }

    .problem-main .problem-cont .pb-cont .img img.tp1 {
        display: none;
    }

    .problem-main .problem-cont .pb-cont .img img.tp2 {
        display: block;
    }

    .zxmk-thumbs.zxmk-thumbs2 .swiper-wrapper {
        justify-content: inherit;
    }

    .hy-class-list.dan .item {
        width: calc((100% - 25px) / 3);
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .hy-class-list.dan .item:nth-child(4n+0) {
        margin-right: 12px;
    }

    .hy-class-list.dan .item:nth-child(3n+0) {
        margin-right: 0;
    }

    .about-company .hui-view .protixi-swiper .swiper-slide {
        width: 86%;
    }

    .about-company .hui-view .protixi-swiper .swiper-slide .img {
        padding-top: 0;
        height: 220px;
    }

    .hy-class-list .swiperbtn {
        background-image: url(../images/icon_next2.png);
        top: 45%;
    }

    .inmain-bg {
        background-image: none;
        background: -webkit-linear-gradient(#ffffff, #e6eff6);
        background: -moz-linear-gradient(#ffffff, #e6eff6);
        background: -ms-linear-gradient(#ffffff, #e6eff6);
        background: linear-gradient(#ffffff, #e6eff6);
    }

    .inbanner-box .inbanner-swiper .inbg-pagination {
        display: none;
    }

    .problem-main .problem-cont .pb-cont .wordul .wli .tt .dt {
        font-size: 24px;
        line-height: 25px;
    }

    .problem-main .problem-cont .pb-cont .wordul .line {
        margin: 0 0.5rem;
    }

    .innews .innews-cont .item-l,
    .innews .innews-cont .item-m,
    .innews .innews-cont .item-r {
        width: 100%;
    }

    .innews .innews-cont .item-l,
    .innews .innews-cont .item-m {
        margin-bottom: 20px;
    }

    .innews .innews-cont .item,
    .innews .innews-cont .item-m .item {
        height: 3.1rem;
    }

    .inwitness-thumbs .swiper-slide {
        display: block;
        flex: none;
    }

    .inwitness-thumbs .swiper-slide .tit {
        padding: 0 18px;
        margin-right: 0.2rem;
    }

    .team-top-ul .swiper-slide .allbtn .btn {
        font-size: 48px;
    }

    .inbanner-box .inbanner-swiper .swiper-slide .imgdiv .bg-img.for-pc,
    .footer-box .footer-top,
    .footer-box .footer-fri {
        display: none;
    }

    .inbanner-box .inbanner-swiper .swiper-slide .imgdiv .bg-img.for-phone,
    .footer-contact .wrap,
    .news-main .news-top,
    .bgyx-list .item,
    .product-main .jz-main .content .jz-swiper .swiper-slide,
    .incommerce-list,
    .incore-content,
    .inwitness-top .swiper-slide,
    .innews .innews-cont {
        display: block;
    }

    .inbanner-box .number-div .number-list .item {
        height: 80px;
    }

    .inbanner-box .number-div .number-list .item .num .nn,
    .inbanner-box .number-div .number-list .item .num .dw {
        font-size: 30px;
    }

    .customer-title,
    .al-main .title,
    .td-main .title,
    .about-title,
    .about-company .culture-box .ctitle .tit,
    .about-company .zxcp-box .info .tit,
    .joinv-top .jieshao .tit,
    .product-main .jz-main .title {
        font-size: 26px;
    }

    .footer-contact {
        height: 100%;
        padding: 3% 0;
    }

    .footer-contact .codediv .line {
        width: 100%;
        height: 1px;
        margin: 0.35rem 0;
    }

    .footer-contact .codediv .cleft,
    .footer-contact .codediv .cright,
    .news-main .news-top .n-right,
    .incommerce-list .left,
    .incommerce-list .right,
    .incore-content .l-imgs,
    .incore-content .r-demo,
    .inwitness-top .swiper-slide .l-big {
        width: 100%;
    }

    .footer-box .footer-bottom {
        border-top: 0;
    }

    .coopclass-list .item {
        height: 160px;
    }

    .coopclass-list .item .tit,
    .abview-main .view .item .tit,
    .dljm-list .item .info .tit,
    .newsview-main .left .newsv-title .tit,
    .case-title .title,
    .product-main .jz-main .content .jz-swiper .swiper-slide .r-info .tit {
        font-size: 22px;
    }

    .td-main .title {
        margin-bottom: 20px;
    }

    .td-main .td-swiper .swiper-slide .tit {
        margin-bottom: 25px;
    }

    .sp-main .content .sp-swiper .swiper-slide .tit {
        font-size: 18px;
    }

    .commonhref .hmain .l-menu .h-select {
        width: 248px;
    }

    .about-company .culture-box .culture-list .item .info .desc::-webkit-scrollbar {
        width: 4px;
    }

    .about-company .culture-box .culture-list .item .info .desc::-webkit-scrollbar-track {
        background-color: rgba(255, 255, 255, .2);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
        -ms-border-radius: 2em;
        -o-border-radius: 2em;
    }

    .about-company .culture-box .culture-list .item .info .desc::-webkit-scrollbar-thumb {
        background-color: var(--red-text-color);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    .about-company .culture-box .culture-list .item:hover .info .desc {
        max-height: 106px;
        overflow-y: auto;
    }

    .contact-top .contact-msg {
        height: 218px;
    }

    .contact-top .contact-msg .lxtitle {
        font-size: 20px;
    }

    .contact-top .contact-msg .l-msg .demo {
        line-height: 2;
    }

    .contact-list .item,
    .abvideo-list .item,
    .dq-case-list.qb .item {
        width: calc((100% - 19px) / 2);
        margin-right: 18px;
        margin-bottom: 18px;
    }

    .contact-list .item:nth-child(3n+0),
    .abvideo-list .item:nth-child(3n+0),
    .dq-case-list.qb .item:nth-child(3n+0) {
        margin-right: 18px;
    }

    .contact-list .item:nth-child(2n+0),
    .abvideo-list .item:nth-child(2n+0),
    .dq-case-list.qb .item:nth-child(2n+0) {
        margin-right: 0;
    }

    .team-list .item,
    .team-list .item:nth-child(4n+0) {
        width: calc((100% - 37px) / 3);
        margin-right: 18px;
        margin-bottom: 18px;
    }

    .team-list .item:nth-child(3n+0) {
        margin-right: 0;
    }

    .newsview-main .right {
        display: none;
    }

    .newsview-main .left,
    .news-main .news-top .n-left {
        width: 100%;
        padding-right: 0;
    }

    .join-list .item .addr {
        width: 20%;
    }

    .join-list .item .addr.time {
        width: 26%;
    }

    .news-main .news-top .n-left {
        margin-bottom: 20px;
    }

    .shipin-list .item,
    .honor-list .item,
    .project-list .item {
        width: calc((100% - 19px) / 2);
        margin-right: 18px;
        margin-bottom: 18px;
    }

    .shipin-list .item:nth-child(3n+0),
    .honor-list .item:nth-child(3n+0),
    .project-list .item:nth-child(3n+0) {
        margin-right: 18px;
    }

    .shipin-list .item:nth-child(2n+0),
    .honor-list .item:nth-child(2n+0),
    .project-list .item:nth-child(2n+0) {
        margin-right: 0;
    }

    .thank-list .item .info {
        height: 80px;
    }

    .thank-list .item .info .tit {
        font-size: 16px;
        margin-bottom: 0;
    }

    .case-main .jd-box .jd-swiper .swiper-slide .item .r-info .tit,
    .zxmk-top .item .r-info .tit,
    .incore-content .r-demo .gallery-top .swiper-slide {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .case-main .jd-box .jd-swiper .swiper-slide .item .r-info .desc {
        line-height: 1.8;
        margin-bottom: 15px;
    }

    .hy-class-list .item .title {
        bottom: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .hy-class-list .item .title .icon {
        text-align: center;
    }

    .qynx-list .item {
        width: calc((100% - 33px) / 3);
    }

    .qynx-list .item:nth-child(4n+0) {
        margin-right: 16px;
    }

    .qynx-list .item:nth-child(3n+0) {
        margin-right: 0;
    }

    .qynx-list .item .info .tit {
        font-size: 16px;
        height: 64px;
    }

    .bgyx-list .item .l-img,
    .bgyx-list .item .r-info,
    .product-main .jz-main .content .jz-swiper .swiper-slide .l-img,
    .product-main .jz-main .content .jz-swiper .swiper-slide .r-info {
        width: 100%;
        padding: 0;
    }

    .bgyx-list .item .l-img {
        margin-bottom: 20px;
    }

    .bgyx-list .item .r-info .tit {
        font-size: 18px;
    }

    .product-main .jz-main .content .jz-swiper .swiper-slide .r-info {
        padding: 3%;
    }

    .inmain-title .cn {
        font-size: 20px;
    }

    .incommerce-list .item {
        border: 1px solid #dfe1e6;
        padding: 3% 0;
        margin-bottom: 2px;
    }

    .incommerce-list .item .img {
        display: none;
    }

    .incommerce-list .left .item .info,
    .incore-content .r-demo {
        position: relative;
        top: 0;
    }

    .incore {
        padding: 0.68rem 0 0;
    }

    .incore-content .r-demo .gallery-thumbs .swiper-slide .tt {
        font-size: 24px;
    }

    .incore-content .r-demo .gallery-top {
        height: auto;
        padding: 6% 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-contact .code-img .item:nth-child(2) {
        display: none;
    }

    .problem-main .problem-cont .pb-cont .wordul .wli .tt .dt {
        font-size: 16px;
        line-height: 20px;
    }

    .problem-main .problem-cont .pb-cont .wordul .wli .tt .xt,
    .problem-main .problem-cont .pb-cont .wordul .wli .ww {
        font-size: 12px;
    }

    .common-form .my-item,
    .common-form .my-item .inblock-item {
        display: block;
    }

    .common-form .my-item .inblock-item {
        width: 100%;
    }

    .hy-class-list.dan .item {
        width: calc((100% - 13px) / 2);
        margin-right: 12px;
        margin-bottom: 12px;
    }

    .hy-class-list.dan .item:nth-child(3n+0) {
        margin-right: 12px;
    }

    .hy-class-list.dan .item:nth-child(2n+0) {
        margin-right: 0;
    }

    .online-main .item .pcbg {
        display: none;
    }

    .online-main .item .phonebg {
        display: block;
    }

    .team-top-li .swiper-slide .item .tit {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }

    .case-main.incasejd .jd-box .jd-swiper .swiper-slide .item .l-img {
        width: 100%;
    }

    .case-main.incasejd .jd-box .jd-swiper .swiper-slide .item .r-info .desc {
        margin-bottom: 20px;
    }

    .inbanner-box .inbanner-swiper .swiper-slide .imgdiv .bg-img {
        padding-top: 0;
        height: 76.66667vw;
    }

    .inbanner-box .number-div .number-list .item .num .nn,
    .inbanner-box .number-div .number-list .item .num .dw {
        font-size: 22px;
    }

    .inbanner-box .number-div .number-list .item .num .dw.mm {
        font-size: 14px;
    }

    .inbanner-box .number-div .number-list .item .word {
        font-size: 12px;
        white-space: nowrap;
    }

    .product-main .fw-main .list-cont .item .pcbg,
    .product-main .jz-main .pcbg {
        display: none;
    }

    .product-main .fw-main .list-cont .item .phonebg,
    .product-main .jz-main .phonebg,
    .case-main .jd-box .jd-swiper .swiper-slide .item,
    .zxmk-top .item {
        display: block;
    }

    .cebian-box .close,
    .cebian-box .cblist {
        display: none !important;
    }

    .cebian-box {
        top: auto;
        bottom: 14%;
        width: auto;
    }

    .cebian-box .topitem {
        background-image: url(../images/phone_top.png);
        background-size: 100%;
        background-color: transparent;
        box-shadow: none;
        width: 48px;
        height: 48px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        margin-top: 0;
    }

    .zi-banner {
        height: 250px;
    }

    .zi-banner .titlebox .cn,
    .about-company .zxcp-box .info .tit,
    .product-main .jz-main .title {
        font-size: 24px;
    }

    .zi-banner .titlebox .en {
        font-size: 14px;
    }

    .commonhref .hmain {
        width: 100%;
    }

    .commonhref::before {
        width: 0;
    }

    .commonhref .hmain .l-menu .h-select {
        width: 60px;
    }

    .commonhref .hmain .l-menu .h-select .tit {
        padding: 0;
    }

    .commonhref .hmain .l-menu .h-select .tit .tt {
        display: none;
    }

    .commonhref .hmain .l-menu .h-select.on .menu {
        position: absolute;
        left: 0;
        width: 100%;
    }

    .commonhref .hmain .r-minul {
        padding-right: 3%;
    }

    .about-company .culture-box .culture-list .item .info .tit,
    .abview-main .view .item .tit,
    .newsview-main .left .newsv-title .tit,
    .case-title .title,
    .product-main .jz-main .content .jz-swiper .swiper-slide .r-info .tit {
        font-size: 20px;
    }

    .contact-top .contact-msg {
        display: block;
        height: auto;
    }

    .contact-top .contact-msg .l-msg,
    .contact-top .contact-msg .r-online,
    .case-main .jd-box .jd-swiper .swiper-slide .item .l-img,
    .case-main .jd-box .jd-swiper .swiper-slide .item .r-info,
    .zxmk-top .item .l-img,
    .zxmk-top .item .r-info {
        width: 100%;
    }

    .team-list .item,
    .team-list .item:nth-child(4n+0),
    .team-list .item:nth-child(3n+0) {
        width: calc((100% - 19px) / 2);
        margin-right: 18px;
        margin-bottom: 18px;
    }

    .team-list .item:nth-child(2n+0) {
        margin-right: 0;
    }

    .abvideo-list .item .tit {
        height: 58px;
        line-height: 58px;
        font-size: 16px;
    }

    .join-list .item .addr {
        width: 30%;
    }

    .join-list .item .addr.time {
        width: 33%;
    }

    .joinv-top {
        height: 160px;
    }

    .dljm-list .item {
        width: calc((100% - 37px) / 3);
        margin-right: 18px;
    }

    .dljm-list .item .info {
        height: 80%;
    }

    .case-main .jd-box .jd-swiper .jdbtns {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 20px;
    }

    .zxmk-top .item .r-info,
    .zxmk-top.zxmk-top2 .item .r-info {
        padding: 0
    }

    .zxmk-top .item .l-img {
        margin-bottom: 20px;
    }

    .zxmk-top .item .r-info .desc {
        line-height: 1.8;
    }

    .qynx-list .item {
        width: calc((100% - 17px) / 2);
    }

    .qynx-list .item:nth-child(4n+0),
    .qynx-list .item:nth-child(3n+0) {
        margin-right: 16px;
    }

    .qynx-list .item:nth-child(2n+0) {
        margin-right: 0;
    }

    .inproduct-list .item,
    .inproduct-list .item:nth-child(3n+0) {
        width: calc((100% - 11px) / 2);
        margin-right: 10px;
    }

    .inproduct-list .item:nth-child(2n+0) {
        margin-right: 0;
    }

    .incore-content .r-demo .gallery-top .swiper-slide {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .proitem-cont .pcview {
        display: none;
    }

    .proitem-cont .phoneview {
        display: block;
    }

    .inteam .inteam-tit .team-thumbs .swiper-slide:nth-child(1) {
        margin-left: 0;
    }

    .coopclass-list .item {
        width: 100%;
    }

    .coopclass-list .item .tit {
        font-size: 20px;
    }

    .red-bg-btn,
    .hui-bg-btn {
        padding: 0 20px;
    }

    .about-company .culture-box {
        padding: 6% 0;
    }

    .about-company .culture-box .culture-list {
        column-count: initial;
    }

    .about-company .culture-box .culture-list .item:nth-child(1) {
        padding-top: 72px;
    }

    .about-join .j-word,
    .news-main .newsnew-swiper .swiper-slide .item,
    .inteam .inteam-tit {
        display: block;
    }

    .news-main .newsnew-swiper .swiper-slide .item .l-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .news-main .newsnew-swiper .newsnew-pagination {
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .news-main .newsnew-swiper .newsnew-pagination .swiper-pagination-bullet {
        background-color: #cccccc;
    }

    .news-list .item {
        flex-direction: column-reverse;
    }

    .news-list .item .l-info,
    .news-list .item .r-img {
        width: 100%;
    }

    .news-list .item .r-img {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .inwitness-top .swiper-slide .r-small .item {
        width: 100%;
    }

    .footer-fd {
        padding: 10px 0 20px;
    }

    .footer-fd .right {
        position: fixed;
        right: 20px;
        bottom: 78px;
        z-index: 7;
        width: auto;
        display: none;
    }

    .footer-fd .right .icon {
        width: 48px;
        height: 48px;
        margin-right: 0;
        background-image: url(../images/phone_tel.png);
    }

    .footer-fd .right .tit {
        position: absolute;
        right: 0;
        bottom: 110%;
        z-index: 1;
        background-color: #ffffff;
        white-space: nowrap;
        padding: 10px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        color: var(--red-text-color);
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, .3);
        opacity: 0;
        visibility: hidden;
    }

    .footer-fd .right.on .tit {
        opacity: 1;
        visibility: visible;
    }

    .footer-fd .left {
        margin-bottom: 0;
    }

    .footer-fd .left .item {
        flex-direction: column;
        align-items: center;
        height: auto;
        background-color: transparent;
        color: var(--red-text-color);
        line-height: 1.1;
        padding: 0;
        margin: 0 8px;
    }

    .footer-fd .left .item .icon {
        height: 18px;
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .footer-fd .left .item .icon {
        background-image: url(../images/cb_icon3f.png);
    }

    .footer-fd .left .item .icon.wx {
        background-image: url(../images/cb_icon1f.png);
    }

    .footer-fd .left .item .icon.wq {
        background-image: url(../images/icon_21f.png);
    }

    .footer-fd .left .item .icon.px {
        background-image: url(../images/cb_icon4f.png);
    }

    .footer-fd .left .item .icon.dh {
        background-image: url(../images/cb_icon2f.png);
    }
}

@media only screen and (max-width: 600px) {
    .cebian-box {
        bottom: 10%;
    }

    .footer-contact .code-img .item {
        margin-left: 15px;
    }

    .about-join .j-word .ll {
        display: none;
    }

    .problem-main .problem-cont .pb-cont .wordul .wli .tt .dt,
    .about-join .j-word .l-txt {
        display: block;
    }

    .problem-main .problem-cont .pb-cont .wordul .line {
        margin: 0 12px;
    }

    .common-form .my-item .my-input .inp {
        padding: 0 10px;
    }

    .common-form .my-item .my-input .text {
        padding: 10px;
    }

    .honor-list .item .info .tit {
        height: auto;
    }

    .footer-fd .left .item {
        font-size: 12px;
        flex: 1;
        white-space: nowrap;
    }

    .team-top-li .swiper-slide .item .tit {
        font-size: 14px;
        height: 38px;
        line-height: 38px;
    }

    .team-top-ul .swiper-slide .allbtn .btn {
        font-size: 40px;
    }

    .case-main.incasejd .jd-box .jd-swiper .swiper-slide .item .r-info {
        padding: 3%;
    }

    .case-main .jd-box .jd-swiper .swiper-slide .item .r-info .tit {
        font-size: 16px;
    }

    .incommerce-list .right .item,
    .incommerce-list .left .item {
        width: 100%;
    }

    .footer-box .footer-top {
        padding: 4% 0;
    }

    .footer-box .footer-top .flex-cont .l-menu {
        margin-bottom: 0;
    }

    .footer-box .footer-top .flex-cont .l-menu .ul-a {
        display: none;
    }

    .nothing {
        font-size: 16px
    }

    .zi-banner {
        height: 200px;
    }

    .footer-contact {
        padding: 3% 0 30px;
    }

    .footer-contact .codediv .cright {
        flex-direction: column;
    }

    .footer-contact .codediv .cright .msgdiv,
    .footer-contact .codediv .cright .r-btn {
        width: 100%;
        text-align: center;
    }

    .footer-contact .msgdiv .tt,
    .product-main .jz-main .content .jz-swiper .swiper-slide .r-info .tit {
        font-size: 18px;
    }

    .footer-contact .msgdiv .dd {
        margin-bottom: 0;
    }

    .footer-contact .msgdiv .tel {
        display: block;
        margin-bottom: 10px;
        font-size: 36px;
    }

    .footer-contact .r-btn {
        height: 45px;
    }

    .footer-box .footer-bottom {
        padding: 16px 0 70px;
    }

    .coop-title .tt,
    .newsview-main .left .newsv-title .tit {
        font-size: 18px;
    }

    .customer-title,
    .al-main .title,
    .td-main .title,
    .sp-main .title,
    .about-company .culture-box .ctitle .tit,
    .joinv-top .jieshao .tit,
    .product-main .jz-main .title {
        font-size: 22px;
    }

    .case-video {
        width: 80vw !important;
    }

    .about-company .culture-box .culture-list .item {
        margin-bottom: 12px;
    }

    .about-company .zxcp-box .info .tit {
        font-size: 18px;
    }

    .contact-list,
    .abvideo-list,
    .newsview-main .left .newsv-btn {
        display: block;
    }

    .contact-list .item {
        width: 100%;
        height: 160px;
    }

    .all-Page-box .f-right {
        margin: 0 10px;
        white-space: nowrap;
    }

    .aboutv-top .jieshao {
        display: block;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        padding: 6% 0;
    }

    .aboutv-top .jieshao .l-tx,
    .aboutv-top .jieshao .r-msg {
        width: 100%;
        padding: 0;
    }

    .aboutv-top .jieshao .l-tx {
        max-width: 299px;
        margin: 0 auto 20px;
    }

    .aboutv-top .jieshao .r-msg .tit,
    .case-filter .c-title {
        font-size: 20px;
    }

    .abvideo-list .item {
        width: 100%;
    }

    .newsview-main .left .newsv-btn .btns {
        margin-bottom: 20px;
    }

    .join-list .item {
        display: block;
        position: relative;
    }

    .join-list .item .addr.time {
        display: none;
    }

    .join-list .item .icon {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -15px;
    }

    .join-filter .keydiv .key-form .tjbtn {
        height: 36px;
        line-height: 36px;
        padding: 0 16px;
    }

    .dljm-list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .news-main .newsnew-swiper .swiper-slide .item .r-info .desc {
        margin-bottom: 18px;
    }

    .news-main .newsnew-swiper .swiper-slide .item .r-info .tit,
    .news-main .news-bottom .news-top-ul .nt-item .news-top-li .ntl-item .item .info .tit,
    .news-list .item .l-info .tit,
    .bgyx-list .item .r-info .tit {
        font-size: 16px;
    }

    .incom-mtitle {
        font-size: 20px;
    }

    .news-main .news-bottom .news-thumbs .swiper-slide {
        font-size: 16px;
        padding: 8px 0;
    }

    .news-main .news-bottom .news-top-ul .nt-item .news-top-li {
        padding: 20px 0;
    }

    .shipin-list .item,
    .honor-list .item,
    .project-list .item,
    .thank-list .item,
    .dq-case-list.qb .item,
    .inproduct-list .item,
    .inproduct-list .item:nth-child(3n+0) {
        width: 100%;
        margin-right: 0;
    }

    .shipin-list .item:nth-child(3n+0),
    .honor-list .item:nth-child(3n+0),
    .project-list .item:nth-child(3n+0),
    .dq-case-list.qb .item:nth-child(3n+0) {
        margin-right: 0;
    }

    .incore-content .r-demo .gallery-thumbs .swiper-slide .tt {
        font-size: 20px;
        height: 38px;
        line-height: 38px;
    }

    .inmain-title .mcn,
    .inwitness-thumbs .swiper-slide .tit {
        font-size: 14px;
    }
}

@media only screen and (max-width: 415px) {
    .case-main.incasejd .jd-box .jd-list .swiperbtn {
        top: 28%;
    }

    .problem-main .problem-cont .pb-cont .wordul {
        flex-wrap: wrap;
    }

    .problem-main .problem-cont .pb-cont .wordul .wli {
        margin-bottom: 10px;
    }

    .inbanner-box .inbanner-swiper .swiper-slide .imgdiv .bg-img {
        height: 88.66667vw;
    }

    .inbanner-box .number-div .number-list {
        width: 100%;
    }

    .inbanner-box .number-div .number-list .item {
        height: 65px;
    }

    .inproduct-list .item {
        height: 145px;
    }

    .td-main .td-swiper .swiper-slide {
        padding: 0 28px;
    }

    .td-main .content .tdbtn {
        top: 24%;
    }

    .sp-main .content .sp-swiper .swiper-slide .tit {
        text-align: center;
        padding: 0 30px;
    }

    .sp-main .content .spbtn {
        top: 92%;
        width: 20px;
        height: 20px;
    }

    .case-video {
        width: 90vw !important;
    }

    .team-list .item,
    .team-list .item:nth-child(4n+0),
    .team-list .item:nth-child(3n+0) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .qynx-list .item,
    .qynx-list .item:nth-child(4n+0),
    .qynx-list .item:nth-child(3n+0) {
        width: 100%;
        margin-right: 0;
    }

    .search-list .item a .title {
        font-size: 14px;
        line-height: 20px;
    }

    .inwitness-top .swiper-slide .item .tit {
        font-size: 14px;
    }

    .zxmk-thumbs .swiper-slide {
        padding: 0.2rem 0 0.3rem;
    }
}

@media only screen and (max-width: 360px) {
    .header .head-nav .logo {
        width: 200px;
    }

    .footer-contact .l-logo {
        width: 60px;
    }

    .footer-contact .code-img .item img {
        width: 70px;
        height: 70px;
    }
}