﻿
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: 40px;
        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;
    }
    .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;
    }
    .T_topBar .container .nav .wrap a{
        line-height: 40px;
        display: inline-block;
        width: 100%;
    }
    .T_topBar .container .nav .wrap a.active{
        color: #fff;
    }
    
    /*banner*/
    .T_banner{
        position: initial;
        top:0px;
        height: auto!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{
        display: none;
    }

    /* 广告 */
    .T_gg .container{
        overflow: hidden;
        position: relative;
        text-align: center;
        padding:20px 10px;
    }
    .T_gg .container .memo{
        font-size: 14px;
        line-height: 30px;
    }
    .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: #6750f8;
        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;
        margin:30px 15px 0;
        overflow: hidden;
        cursor: pointer;
    }
    #home .m2 .pic img{
        width: 100%;
        height: auto;
    }
    #home .m2 .linkBtn{
        margin-top: 20px;
    }

    #home .m3{
        background: #fff;
        overflow: hidden;
    }
    #home .m3 .left{
        position: relative;
        width: 100%;
        height: auto;
        top: 0%;
    }
    #home .m3 .left .words{
        width: auto;
        float: none;
        margin:10px;
    }
    #home .m3 .left .words .title{
        text-align: center;
    }
    #home .m3 .left .words .pic{
        margin-top:20px;
        padding: 10px;
    }
    #home .m3 .left .words .pic img{
        width: 100%;
        height: auto;
    }
    #home .m3 .left .words .memo{
        padding-top:20px;
    }
    
    #home .m3 .right{
        width:auto;
        float: none;
    }
    #home .m3 .right .words{
        position: absolute;
        left: 0%;
        top: 50%;
        margin-top: 0px;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    #home .m3 .right .words .t1{
        font-size: 22px;
        line-height: 50px;
    }
    #home .m3 .right img{
        width: 100%;
        height: auto;
    }
    
    #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%;
    }
    .effect-layla{
        height:168px;
    }

    /* 服务 */
    #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;
    }
    #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%;
    }
    #trends .m1 .pic img{
        width: 100%;
        height: auto;
    }

    /* 联系 */
    #contact .m1{
        padding: 30px 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: 50px 0 30px;
    }
    #contact .m1 .formTitle .t1{
        font-size: 18px;
    }
    #contact .m1 .formTitle .t2{
        margin-bottom: 20px;
    }
    #contact .m1 .formBtn{
        margin-top: 30px;
    }
    #contact .m1 .el-col-12 {
        width: 100%;
    }
    #contact .m1 .el-col-12 .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;
    }
}

@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%;
    }
}
