@charset "utf-8";

/* CSS Document */

@media only screen and (min-width: 800px) {
    /* ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #ccc;
    } */
    /*定义滚动条轨道 内阴影+圆角*/
    /* ::-webkit-scrollbar-track {
        border-radius: 0px;
        background: #ccc;
    } */
    /*定义滑块 内阴影+圆角*/
    /* ::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #ed1b23;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
} */
}

:root {
    --main-bg-color: #ca0006;
    --text-color: #6c6c6c;
    --red-text-color: #ca0006;
    --color4: #ffeec4;
}

html {
    font-size: 100px;
}

@media only screen and (min-width:1921px) {
   
    /* .footer-box .footer-top .l-menu>ul {
        margin-right: 0.36rem !important;
    } */
    .app-article .app-cont .contdiv .r-info {
        padding: 0.4rem 0.9rem 0 0.7rem !important;
    }
    .app-article.type3 .app-cont .contdiv .r-info {
        padding-top: 1.5rem !important;
    }
    .app-article .app-cont .contdiv .r-info .textbox {
        margin-bottom: 0.35rem !important;
    }
    .introductionbox .item .l-text {
        padding-left: 0.2rem !important;
    }
    .introductionbox .item .l-text .en {
        font-size: 0.25rem !important;
    }
}


/*=========
基本默认值
==========*/





/* =========
工具样式
========== */

.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;
} */




/* -----------------通用样式---------------- */




/* --------------------导航栏------------------------- */




/* 行业咨询案例 */

.incase {
    padding: 0.7rem 0;
}

.incase .btndiv {
    text-align: center;
    margin-top: 0.4rem;
}



/* 专家团队 */

.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;
}





/* --------------------商学院 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(../assets/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 .hy-box {
    padding: 0.53rem 0 0.72rem;
}

.hy-class {
    padding: 0.5rem 0 1.16rem;
}

.hy-class-list {
    position: relative;
}

.hy-class-list .item {
    display: block;
    position: relative;
}

.hy-class-list .item .bgimg {
    position: relative;

    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: 48%;
   z-index: 1;

	
	
}

.hy-class-list .swiperbtn.prev:after {
    font-family: 'iconfont' !important;
    font-size: 20px;
    display: inline-block;
    content: '\e601';
}

.hy-class-list .swiperbtn.next:after {
 font-family: 'iconfont' !important;
    font-size: 20px;
    display: inline-block;
    content: '\e827';
}

.hy-class-list .swiperbtn.prev:hover {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#25a5ea), to(#015cad));
    background-image: -webkit-linear-gradient(left, #25a5ea, #015cad);
    background-image: linear-gradient(to right, #25a5ea, #015cad);
}

.hy-class-list .swiperbtn.next:hover {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#25a5ea), to(#015cad));
    background-image: -webkit-linear-gradient(left, #25a5ea, #015cad);
    background-image: linear-gradient(to right, #25a5ea, #015cad);
}


.hy-class-list .swiperbtn.prev {

	line-height: 50px;
    
    z-index: 2;
  
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#25a5ea), to(#015cad));
    background-image: -webkit-linear-gradient(left, #25a5ea, #015cad);
    background-image: linear-gradient(to right, #25a5ea, #015cad);
    left: -53px;
}

.hy-class-list .swiperbtn.next {
    right: -53px;
	
	line-height: 50px;
  
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
     color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#25a5ea), to(#015cad));
    background-image: -webkit-linear-gradient(left, #25a5ea, #015cad);
    background-image: linear-gradient(to right, #25a5ea, #015cad);
}

.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-main .zxmk-box {
    padding: 0.58rem 0 0.69rem;
    background-color: #f5f5f5;
}


/* 企业管理 */

.case-main .qygl-box {
    padding: 0.58rem 0 0.77rem;
}






@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) {

    
	 .hy-class-list .swiperbtn.prev
    {
        left: -40px;
    }
    .hy-class-list .swiperbtn.next
    {
        right: -40px;
    }
   .hy-class-list .swiperbtn.next,
   .hy-class-list .swiperbtn.prev
   { width:40px; height:40px; line-height: 40px;}
	


    .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 {
       
        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) {
    
	.incase {
    padding: 0.3rem 0 0.7rem 0;
}
.bgtwo{ padding:1px 0;}

	 .hy-class-list .swiperbtn.prev
    {
        left: 50px;
    }
    .hy-class-list .swiperbtn.next
    {
        right: 50px;
    }
   .hy-class-list .swiperbtn.next,
   .hy-class-list .swiperbtn.prev
   { width:36px; height:36px; line-height: 36px; margin-top:16px;}
	
	
	   .hy-class-list .swiperbtn {
       
        top: 108%;
    }
    .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%;
    }
    
}

@media only screen and (max-width: 600px) {
    .cebian-box {
        bottom: 10%;
    }
  
    .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;
    }
   
    .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;
    }
   
}


/****wenhua**/

.index-news .center .item .pic .img-box{padding-bottom: 60.97561%; overflow: inherit;}
.index-news .center .item .pic .img-box img{ box-shadow: 0 0px 10px rgba(0, 0, 0, .2); width:92%; height:92%; left:4%; top:4%; }

#disqus_thread{margin-top:20px;}
*{-moz-box-sizing:border-box;box-sizing:border-box;}

.button{background:#3498db;color:#fff;display:block;font-size:16px;margin:20px auto;padding:20px;text-align:center;text-decoration:none;width:48%;}
.buttons{padding:0 20px 20px; margin-bottom: 10px;}
.buttons .button{background:#FFF;color:#3498db;float:left;margin:5px;}
.center .slick-center h3{-moz-transform:scale(1.12);-ms-transform:scale(1.12);-o-transform:scale(1.12);-webkit-transform:scale(1.12);color:#e67e22;opacity:1;transform:scale(1.12);}
.center h3{opacity:0.8;transition:all 252ms ease; margin:10px;}


.index-news .center .slick-slide { }

.index-news .slick-slide img{ display:block;width:100%;}
.index-news .slick-slide img.slick-loading{border:0 }
.index-news .slick-slider{margin:30px auto 50px;}


@media (max-width: 420px) {
ul.nav li a{display:block;font-size:10px;}
}
@media (max-width: 768px) {
.blue h3{font-size:24px;}
.button{margin:0 auto 20px;width:auto;}
.button.first{margin-top:40px;}
.buttons{padding:0 0 20px;}
.buttons .button{float:left;font-size:12px;margin:1%;width:48%;}

.center .slick-center h3{-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);color:#e67e22;opacity:1;transform:scale(1);}
.center h3{-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);opacity:1;transform:scale(1);transition:all 300ms ease;}

.index-news .center .item .pic .img-box img{ box-shadow: 0 0px 10px rgba(0, 0, 0, .2); width:100%; height:100%; left:22px; top:0; }


	
	.sjdbg{ background:rgba(0,0,0,.8); 
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%; display:none;
	z-index:100; }
	.bgon{ display:block;}
	


}




