﻿
body{
    min-width:1300px;
}
.container{
    width: 1300px!important;
    max-width: 1300px!important;
}
.wap_Show{
    display: none;
}
@media ( max-width:990px ) {
    body{
        min-width:auto;
    }
    .container{
        width: auto!important;
    }
    .wap_hidden{
        display: none;
    }
    .wap_Show{
        display: block;
    }
    /* 导航栏 */
    .T_topBar{
        background:#ffffff;
        position: relative;
        height: 50px;
        z-index: 10;
    }
    .whiteCage{
        position: fixed;
        height: 50px;
        width: 100%;
        left: 0;
        top:0;
        background: #ffffff;
        -webkit-box-shadow:0 3px 6px 0 rgba(67,67,67,.14);
        box-shadow:0 3px 6px 0 rgba(67,67,67,.14);
    }
    .T_topBar .container{
        position: relative;
        height: 50px;
        width: auto!important;
        min-width: auto!important;
        max-width: auto!important;
    }
    .T_topBar .container .logo{
        position: absolute;
        left: 10px;
        top: 12.5px;
        height: 25px;
        width: 120px;
        background: url(../images/logo/logo.png) no-repeat 0 center;
        margin-top: 0;
        background-size: 40%;
    }
    .T_topBar .container .nav{
        position: absolute;
        right: 0;
        top: 20px;
        height: 40px;
        line-height: 40px;
    }
    .T_topBar .item{
        width: 18px;
        height: 18px;
        background: url('../images/icon/item.png') no-repeat;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px;
    }
    .T_topBar .container .nav{
        position: fixed;
        display: none;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #888;
        border-left: none;
        margin: 0;
        line-height: 28px;
        background: rgba(0, 0, 0, 0.9);
        text-align: center;
        overflow: auto;
        z-index: 99;
    }
    .T_topBar .container .closeIco{
        position: absolute;
        display: inline-block;
        width: 30px;
        height: 30px;
        right: 20px;
        top: 20px;
        z-index: 10;
        background: url('../images/icon/close.png') no-repeat;
        background-size: 100%;
    }
    .T_topBar .container .nav .wrap{
        position: absolute;
        top: 50%;
        width: 100px;
        text-align: center;
        left: 50%;
        /* margin:-100px 0 0 -85px; */
        transform: translate(-50% , -50%);
    }
    .T_topBar .container .nav .wrap a{
        line-height: 40px;
        display: inline-block;
        width: 100%;
        margin-left: 0;
    }
    .T_topBar .container .nav .wrap a.active{
        color: #fff;
    }

    /*banner*/
    .T_banner{
        position: initial;
        top:0px;
        height: auto!important;
    }
    .T_banner img{
        width: 100%;
        height: 180px!important;;
        object-fit: cover!important;;
    }
    .T_banner .swiper-button-prev{
        display: none!important;
    }
    .T_banner .swiper-button-next{
        display: none!important;
    }
    .T_banner .wenan{
        position: relative;;
        width:100%;
        left: 0;
        top:50%;
        margin-left: 0px;
        text-align: center;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .T_banner .wenan1{
        font-size: 18px;
        letter-spacing:8px;
    }
    .T_banner .hengxian{
        height: 0px;
        width: 100%;
        margin-bottom: 20px;
        clear: both;
    }
    .T_banner .wenan2{
        font-size: 14px;
    }
    .T_banner .wenan3{
        width: 80%;
        font-size: 12px;
        margin-left: 10%;
    }
    .T_banner .wenan4{
        color: #fff;
        font-size: 12px;
        margin-top: 20px;
        line-height: 30px;
    }
    .T_banner .add{
        padding-top:20px;
    }
    /* 滚动跟随 */
    .scrollWrap{
        right: 16px;
        bottom: 80px;
        height: 60px;
        width: 60px;
        border-radius: 60px;
        background-color: #3b61b9;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .scrollWrap a{
        background-color: transparent!important;
        padding: 0;
        width: auto;
    }
    .scrollWrap a.wap_hidden{
        display: none;
    }
    .scrollWrap a path{
        fill:#ffffff;
    }
    .scrollWrap a:hover path{
        fill:#ffffff;
    }
    .service_bj .service_box{
        width: 100vw;
        height: 80vh;
        position: absolute;
        left: 0;
        bottom: -100vh;
        transform: none;
        transition: all .5s ease;
        background-color: #fff;
        border-radius: 16px 16px 0 0;
        overflow: hidden;
    }

    /* 广告 */
    .T_gg .container{
        overflow: hidden;
        position: relative;
        text-align: center;
        padding:10px 10px 0 10px;
    }
    .T_gg .container .memo{
        font-size: 14px;
        line-height: 30px;
    }
    .T_gg .container .t1{
        font-size: 12px;
        line-height: 20px;
    }
    .T_gg .container .more{
        position: initial;
        margin-top: 20px;
        font-size: 14px;
    }


    /* 分页 */
    .paginationWrap{
        display: none;
    }
    .phonePagination{
        display: block;
        text-align: center;
        font-size: 14px;
        color: #888;
        padding: 10px 0;
    }
    .phonePagination .btn{
        background: #23d5ae;
        width: 140px;
        height: 40px;
        border-radius: 2px;
        color: #fff;
        font-size: 16px;
    }

    /* 首页 */
    #home .m1{
        margin-top:0;
        padding: 30px 0;
    }
    #home .m1 .container{
        position: relative;
    }
    #home .m1 .container .left{
        position: relative;
        width: 100%;
        text-align: center;
    }
    #home .m1 .container .left .t1{
        font-size:18px;
    }
    #home .m1 .container .left .t2{
        font-size: 24px;
        margin-top:20px;
    }
    #home .m1 .container .left .t3{
        font-size:16px;
        margin-top:20px;
    }
    #home .m1 .container .left .t4 .linkBtn{
        margin-top: 20px;
    }
    #home .m1 .container .right {
        margin-left:0;
        width: 100%!important;
        text-align: center;
    }
    #home .m1 .container .right .swiper-slide img{
        margin-right:0px;
        width: 100%;
        height: auto;
    }
    #home .m1 .container .right .buttonGroup{
        padding:20px 0;
        line-height: 30px;
        overflow: auto;
        white-space: nowrap;
    }
    #home .m1 .container .right .buttonGroup .cursor{
        white-space: nowrap;
    }
    #home .m1 .container .right .arrowCage{
        top: 0px;
        margin:0px;
        width: 200px;
        text-align: center;
        opacity: 0;
        height: 0px;
    }
    #home .m1 .container .right .arrowCage a{
        float: none;
        opacity: 1;
    }

    #home .m2{
        background: #F7F7F7;
        padding:30px 0;
    }
    #home .m2 .col-md-4{
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
    #home .m2 .pCage{
        background: #fff;
        text-align: center;
        width: auto;
        height: auto;
        /*margin:30px 15px 0;*/
        overflow: hidden;
        cursor: pointer;
    }
    #home .m2 .pCage:hover .textBox{
        margin-top: 0!important;
    }
    #home .m2 .pCage .t1{
        padding-bottom: 12px;
    }
    #home .m2 .pCage .t2{
        display: none;
    }
    #home .m2 .pCage .t3{
        display: none!important;
    }
    #home .m2 .pic img{
        width: 100%;
        /*height: auto;*/
    }
    #home .m2 .linkBtn{
        margin-top: 20px;
    }

    #home .m3{
        margin-top:0;
        /* background: #fff; */
        overflow: hidden;
        padding-top: 16px;
        height: auto;
    }
    #home .m3 .aboutBox{
        display: flex;
        align-items : center;
        flex-direction: column;
    }
    #home .m3 .videoBox{
        width: 100%;
        height: auto;
        flex-shrink: 0;
        margin: 0 0 24px 0;
    }
    #home .m3 .title{
        text-align: center;
        font-size: 24px;
        font-family: PingFang SC;
        margin-bottom: 20px;
    }
    #home .m3 .t3{
        font-size: 14px;
        font-weight: 300;
        font-family: PingFang SC;
        padding-bottom: 10px;
        text-align: justify;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    #home .m3 .btn{
        display: block;
        width: 140px;
        height: 36px;
        border-radius: 30px;
        margin: 24px auto;
        font-size: 14px;
        text-align: center;
        line-height: 24px;

    }

    #home .m4{
        background: #fff;
        padding:30px 0;
    }
    #home .m4 .col-md-4{
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
    #home .m4 .pCage{
        width: auto;
        margin: auto;
        overflow: hidden;
        margin-top:20px;
        cursor: pointer;
    }
    #home .m4 .pic img{
        width: 100%;
        height: auto;
    }
    #home .m4 .linkBtn{
        margin-top: 20px;
    }

    #home .m5{
        background: #fff;
        padding:30px 0;
    }

    #home .m5 .row{
        margin-top:20px;
    }
    #home .m5 .row .logoCage{
        width: 33.3%;
    }
    #home .m6 {
        margin-top: 0;
    }
    #home .m6 .jump_icon .icon_list  span{
        margin: 12px 0;
    }
    .effect-layla{
        height:168px;
    }

    .T_articleInfo .lunbotu{
        width: 100%;
        height: 400px;
    }
    /* 服务 */
    #service .m1{
        margin-top:0px;
        padding: 20px 0;
    }
    #service .m1 .t{
        font-size: 18px;
        font-weight: bold;
    }
    #service .m1 .row{
        margin-top:20px;
    }
    #service .m1 .maleft {
        text-align: center;
        margin:50px 0 0 0;
    }
    #service .m1 .maleft .spandis {
        height: auto;
    }
    #service .m1 .maleft .spandis2 {
        margin-top: 10px;
    }
    #service .m1 .maleft .spandis3 {
        margin-bottom: 10px;
    }


    #service .m2 .left{
        position: initial;
    }
    #service .m2 .right{
        position: initial;
    }
    #service .m2 .words{
        width: 100%;
        top: initial;
        margin-top:20px;
    }
    #service .m2 .words.min{
        width: 100%;
        margin-top:20px;
    }
    #service .m2 .words .t{
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    #service .m2 .words .c{
        text-align: center;
    }
    #service .m2 .words .c .s{
        display: inline-block;
        margin:0 15px;
    }
    #service .m2 .pic{
        overflow: hidden;
    }
    #service .m2 .pic img{
        width: 86%;
        height: auto;
    }

    #service .m2 .l1{
        height: auto;
        margin: 60px 0 0 0;
        text-align: center;
    }
    #service .m2 .l2{
        height: auto;
        margin: 60px 0 0 0;
        text-align: center;
    }
    #service .m2 .l2 img{
        width: 80%;
        margin-right:-35%;
    }
    #service .m2 .l3{
        height: auto;
        margin: 60px 0 0 0;
        text-align: center;
    }
    #service .m2 .l3 img{
        width: 68%;
    }
    #service .m2 .l3 .words{
        margin-top:-20%;
        margin-bottom: 30px;
    }

    #service .m3{
        height: 500px;
    }
    #service .m3 .words{
        margin-top: -71px;
    }
    #service .m3 .words .jiaofu{
        font-size: 22px;
        line-height: 30px;
    }
    #service .m3 .words .more{
        margin: 40px auto 0 auto;
    }


    #service .m4 .title{
        font-size: 24px;
        margin-top: 30px;
    }
    #service .m4 .row{
        margin:30px 0;
    }
    #service .m4 .words{
        overflow: visible;
        padding: 30px 0;
        margin: 20px 0;
    }
    #service .m4 .words .t1{
        font-size: 36px;
        color: #16171B;
        font-weight: bold;
    }
    #service .m4 .words .t2{
        font-size: 24px;
        color: #16171B;
        font-weight: bold;
    }
    #service .m4 .words .memo{
        font-size: 16px;
        color: #999;
        margin-top: 30px;
        text-align: justify;
        padding-right: 0;
    }
    #service .m4 .words .fr{
        position: absolute;
        right: 50%;
        top: auto;
        bottom: -15px;
        margin:0 -11px 0 0;
        transform:rotate(7deg);
        -ms-transform:rotate(90deg); 	/* IE 9 */
        -moz-transform:rotate(90deg); 	/* Firefox */
        -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
        -o-transform:rotate(90deg); 	/* Opera */
    }

    /* 案例 */
    #cases .m1{
        margin-top:0;
        padding: 30px 0;
    }
    #cases .m1 .buttonGroup{
        text-align: left;
        line-height: 30px;
        overflow: auto;
        white-space: nowrap;
    }
    #cases .m1 .buttonGroup .cursor{
        margin:15px;
        white-space: nowrap;
    }
    #cases .m1 .buttonGroup .cursor.active{
        padding-left: 15px;
    }
    #cases .m1 .col-md-4{
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
    #cases .m1 .pCage{
        width: 100%;
    }
    #cases .m1 .pic img{
        width: 100%;
        height: auto;
    }
    .anchor{
        margin-top:0;
        display: block;
    }
    /* 动态 */
    #trends .m1{
        padding: 30px 0;
        margin-top:0;
    }
    #trends .m1 .buttonGroup{
        text-align: left;
        line-height: 30px;
        overflow: auto;
        white-space: nowrap;
        padding: 0;
        margin-top: 10px;
    }
    #trends .m1 .buttonGroup .cursor{
        margin:15px;
        white-space: nowrap;
    }
    #trends .m1 .buttonGroup .cursor.active{
        padding-left: 15px;
    }
    #trends .m1 .col-md-4{
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
    #trends .m1 .pCage{
        width: 100%;
        height: auto;
    }
    #trends .m1 .pic img{
        width: 100%;
        height: auto;
    }
    #trends .m1 .product_pCage{
        margin: 30px auto 0;
        width: auto;
        height: auto;
    }
    #trends .m1 .product_pic img{
        width: 100%;
    }
    /* 联系 */
    #contact .m1{
        padding: 30px 0 40px 0;
        margin-top:0;
    }
    #contact .m1 .title{
        line-height: 30px;
        font-size: 20px;
        letter-spacing: 2px;
        color: #000;
    }
    #contact .m1 .showInfo{
        padding:30px 0 0px;
    }
    #contact .m1 .showInfo img{
        margin: 15px 0;
    }
    #contact .m1 .formTitle{
        padding: 30px 0 30px;
    }
    #contact .m1 .formTitle .t1{
        font-size: 18px;
    }
    #contact .m1 .formTitle .t2{
        margin-bottom: 20px;
    }
    #contact .m1 .formBtn{
        margin-top: 0;
        width: 100%;
    }
    #contact .m1 .el-col-10 {
        width: 100%;
    }
    #contact .m1 .el-col-10 .el-form-item__content,
    #contact .m1 .el-col-24 .el-form-item__content{
        margin-left: 0!important;
    }
    #contact .m1 .el-form-item .el-form-item__label{
        text-align: left!important;
    }

    #contact .m1 .number span{
        display: block;
    }
    #contact .m1 .verification{
        width: 100%;
        padding: 15px;
        text-align: center;
    }
    #contact .m1 .icon{
        margin: 0 auto;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    #contact .m1 .w85{
        width: 100%;
    }
    #contact .m1 .form{
        width: 100%;
    }
    #contact .m1 .form tbody td{
        padding: 10px 0;
    }


    .search-box{
        position: relative;
        right: revert;
        width: 100%;
        margin-top: 12px;
    }

    .relatedDiv{
        padding: 0 0 12px 0;
        margin-bottom: 12px;
    }
    .relatedDiv .relatedBox{
        border-radius: 0;
    }
    .relatedDiv .row-col-md-20{
        max-width: 100%;
        flex: 1 0 0;
    }
    #trends .relatedDiv .col-md-3 .pCage{
        margin: 0 auto;
        width: 100%;
        padding: 12px;
    }

}

@media ( max-width:650px ) {
    #home .m2 .col-md-4,
    #home .m4 .col-md-4,
    #cases .m1 .col-md-4,
    #trends .m1 .col-md-4{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media ( max-width:500px ) {
    #home .m5 .row .logoCage{
        width: 50%;
    }
}
