@media only screen and (max-width : 768px) {
    * {
        margin: 0;
        padding: 0;
    }
    a {
        text-decoration: none;
    }
    html,body{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        background: #fff;
    }
    ul,
    ol,
    li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .clearfix:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .clearfix {
        *zoom: 1;
    }

    .fixed{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }
    .contain{
        width: 100%;
        margin: auto;
    }
    img{
        display: block;
    }
    /* 首页 */
    .box{
        width:100%;
        height: auto;
    }
    .fie_cont{
        width: 100%;
        height: auto;
        position: relative;
    }
    /* 轮播图 */
    .banner {
        width: 100%;
        height: auto;
    }
    .banner_item{
        position: relative;
    }
    .banner_detail{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .banner_detail .banner_tit1{
        padding: 10px 0;
        width: auto;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
    }
    .banner_detail .banner_tit2{
        padding: 0px 0;
        font-size: 14px;
        width: auto;
        color: #dbe2ea;
    }
    .banner_detail .banner_more{
        background: blue;
        width: 100px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        margin: 10px 0;
    }
    .banner_detail .banner_more span{
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        margin-right: 10px;
    }
    .banner_detail .banner_more img{
        width: 10px;
    }
    .banner_detail .banner_more:hover span{
        font-weight: 600;
        font-size: 16px;
    }
    .swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .index_banner{
        height: 100%;
    }
    .swiper-slide{
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        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;
    }
   .third_cont  .swiper-slide{
        text-align: left;
    }
    .swiper-slide img {
        width: 100%;
    }
    .swiper-button-next {
        right: 30px !important;
        outline: none;
    }
    .swiper-button-prev {
        left: 30px !important;
        outline: none;
    }
    .swiper-button-black {
        background: #fff;
        opacity: .5;
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 17px !important;
        color: #fff;
        width: 16px;
        height: 20px;
        background: rgba(0,0,0,.4);
        padding: 10px 15px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
    }
    .swiper-pagination-bullet {
        width: 13px!important;
        height: 13px!important;
        display: inline-block!important;
        border-radius: 50%!important;
        border: 2px solid #fff;
        box-sizing: border-box;
        background-color: transparent!important;
        opacity: 1!important;
    }
    .swiper-pagination-bullet-active{
        background-color: #fff!important;
        opacity: 1!important;
    }
    /* 导航 */
    .fir_cont{
        width: 100%;
        height: auto;
        position: relative;
        z-index: 9;
    }
    .header{
        width: calc(100% - 10px);
        height: auto;
        margin: 5px;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        overflow: initial;
        background:transparent;
        padding: 0 3% !important;
    }
    .header:hover{
        background-color: transparent;
    }
    .logo{
        width: auto;
        height: 30px;
        float: left;
    }
    .logo img{
        height: 100%;
    }
    .search{
        float: left;
        height: 30px;
        line-height: 30px;
        width: auto;
        margin-top: 0;
        padding: 0 10px;
        position: relative;
        display: none;
    }
    .search::after{
        position: absolute;
        top: 7px;
        left: 0;
        width: 1px;
        height: 16px;
        background: #7498ba;
        content: "";
    }
    .search::before{
        position: absolute;
        top: 7px;
        right: 0;
        width: 1px;
        height: 16px;
        background: #7498ba;
        content: "";
    }
    .seach_info{
        width: auto;
        float: left;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
    }
    .seach_info input{
        width: 0;
        float: left;
        height: 30px;
        line-height: 30px;
        border: none;
        padding:0 6px;
        outline: none;
        color: #fff;
        background: transparent;
        border-bottom: 1px solid #fff;
    }
    input::-webkit-input-placeholder {
        color: #fff;
        font-size: 12px;
    }
    input::-moz-input-placeholder {
        color: #fff;
        font-size: 12px;
    }
    input::-ms-input-placeholder {
        color: #fff;
        font-size: 12px;
    }
    .seach_info img{
        width: 16px;
        float: left;
        height: auto;
        margin-top: 7px;
        cursor: pointer;
    }
    .lang{
        width: auto;
        float: left;
        height: 30px;
        margin-top: 0px;
        line-height: 30px;
        padding: 0 20px;
        margin-right: 40px;
    }
    .lang img{
        width: 16px;
        height: auto;
        margin-top: 7px;
    }
    .lang_pc{
        display: none;
    }
    .lang_move{
        display: block;
    }
    /* nav */
    .nav-wrap {
        display: none;
    }

     /* 移动端导航 */
     .nav-phone {
        display: block;
        position: relative;
        z-index: 999;
        width: auto;
        height: 30px;
        padding: 5px 0px;
        box-sizing: border-box;
        float: right;
    }

    .nav-phone .bg-banner {
        width: auto;
        height: 40px;
        display: block;
        margin-left: 20px;
    }

    .nav-phone .navTip {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0px;
    }

    .nav-phone .navTip p {
        line-height: 40px;
        font-size: 12px;
        color: #fff;
        margin: 0;
        font-weight: bold;
        text-align: center;
    }

    .nav-phone .navTip span {
        display: block;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
        margin: 0;
        text-align: center;
    }

    .nav-phone .toggleBtn {
        position: absolute;
        top: calc((100% - 32px) / 2);
        right: 0px;
        width: 32px;
        height: 32px;
        margin: auto;
        /* background-color: #fff; */
        border-radius: 4px;
        margin-right: 10px;
    }

    .toggleBtn img {
        position: absolute;
        z-index: 999;
        right: 0px;
        width: 24px;
        height: auto;
        margin: 4px;
    }

    .toggleBtn .bg-banner {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }

    .nav-phone .menu-list {
        display: none;
        position: absolute;
        top: 100%;
        right: -5px;
        z-index: 999;
        width: 150px;
        height: auto;
        overflow: hidden;
        background: rgba(255,255,255,.8);
        box-sizing: border-box;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .menu-list>ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: transparent;
        padding: 0;
        margin: 0;
    }

    .menu-list>ul>li {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0px;
        text-align: center;
        background-color: #ffffff;
        border-bottom: 1px solid #dcdcdc;
    }

    .menu-list>ul>li>a {
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0px;
        color: #333;
        font-size: 14px;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .menu-list>ul>li>span {
        position: absolute;
        top: 0;
        right: 10px;
        height: 40px;
        line-height: 40px;
        padding: 0px;
        color: #999;
    }

    .menu-list>ul>li>span>img {
        width: 20px;
        height: 20px;
        margin: 10px 0px;
    }
    /* 移动端二级导航睁开 */
    .menu-list ul li .child-list {
        display: none;
        background-color: transparent;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
        border-top: 1px solid #dcdcdc;
    }

    .menu-list ul li .child-list li {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: transparent;
        position: relative;
    }

    .menu-list ul li .child-list li a {
        display: block;
        font-size: 14px;
        width: 100%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: #333;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px solid #dcdcdc;
    }
    /* 移动端三级级导航睁开 */
    .menu-list .child-list .third-nav{
        display: none;
        background: rgba(255,255,255,.8);
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
    }

    .menu-list .child-list .third-nav li {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #dcdcdc;
    }

    .menu-list .child-list .third-nav li a {
        display: block;
        font-size: 14px;
        width: 100%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: #333;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px solid #dcdcdc;
    }
    .menu-list ul li .child-list li span    {
        position: absolute;
        top: 0;
        right: 20px;
        height: 40px;
        line-height: 40px;
        padding: 0px;
        color: #999;
    }
    .menu-list ul li .child-list li span>img {
        width: 20px;
        height: 20px;
        margin: 10px 0px;
    }


    /* 第二部分 关于bwin必赢 */
    .sec_cont{
        width: 100%;
        height: auto;
        background: url(/frontEnd/static/img/cont_bg.png) no-repeat;
        background-size: 100% 100%;
        position: initial;
        z-index: 0;
    }
    .about{
        width: 100%;
        height: auto;
        margin: auto;
        padding: 10px 0 10px 0;
        box-sizing: border-box;
    }
    .about-left{
        width: 100%;
        height: auto;
        float: none;
    }
    .about-left .tit1{
        width: 100%;
        height: auto;
        font-size: 20px;
        padding: 10px;
        box-sizing: border-box;
    }
    .about-left .tit2{
        width: 100%;
        height: auto;
        font-size: 16px;
        padding: 10px;
        box-sizing: border-box;
    }
    .about-left .about_detail{
        width: 100%;
        height: 97px;
        font-size: 16px;
        color: #777777;
        line-height: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin: 0px 0 0 0;
        padding: 10px;
        box-sizing: border-box;
    }
    .more{
        background: #004ea2;
        width: 100px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        margin: 10px 10px;
    }
    .more span{
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        margin-right: 10px;
    }
    .more img{
        width: 10px;
    }
    .more:hover span{
        font-weight: 600;
        font-size: 16px;
    }
    .about-right{
        width: calc(100% - 20px);
        margin: 10px;
        height: 220px;
        float: none;
        position: relative;
        box-sizing: border-box;
    }
    .about-right::after{
        display: none;
    }
    .about-right video{
        width: 100%;
        height: 100%;
        object-fit: fill;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    .about-right .video_z{
        width: 100%;
        height: 100%;
        position:absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }
    .about-right .open{
        width: auto;
        height: auto;
        position:absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        z-index: 0;
    }
    /* 数据展示 */
    .fir_data{
        width: calc(100% - 20px);
        height: auto;
        margin: auto;
        background: #fff;
        margin-top: 10px;
        padding: 10px 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 10px;
        box-sizing: border-box;
    }
    .xian{
        width: 1px;
        height: 60px;
        background: #eeeeee;
    }
    .fir_data .data-item{
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .fir_data .data-item .num{
        font-size: 22px;
        color: #004ea2;
        font-weight: 600;
    }
    .fir_data .data-item .tit{
        font-size: 14px;
        color: #aaa;
        margin-top: 0px;
    }
    /* 中国地图 */
    .chinaMap{
        width: 100%;
        height: auto;
        margin: 0px auto;
    }
    .chinaMap .top{
        display: initial;
        padding: 10px;
        box-sizing: border-box;
    }
    .chinaMap .top p{
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
    }
    .chinaMap .top span{
        color: #6eb92b;
    }
    .chinaMap .map{
        width:100%;
        display: initial;
    }
    .chinaMap .map .map-chart{
        width: 100%;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
    }
    .chinaMap .map .map-chart img{
        width: 100%;
        height: auto;
    }
    .chinaMap .map .map-chart .sth{
        position: initial;
        left: 10px;
        bottom: 10px;
    }
    .chinaMap .map .map-chart .sth p{
        font-size: 10px;
        color:#291f1c;
        width: auto;
        text-align: center;
        line-height: 30px;
    }
    .map .map-tit{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .map .map-tit .detail-item{
        width: 100%;
        height: 50px;
        border-radius: 25px;
        margin-bottom: 20px;
        background: #fff;
        overflow: hidden;
        cursor: pointer;
    }
    .map .map-tit .detail-item img{
        width: 15px;
        height: auto;
        margin: 12px 30px;
        float: left;
    }
    .map .map-tit .detail-item .name{
        width: auto;
        float: left;
        height: 50px;
        line-height: 50px;
        font-weight: 600;
        color: #222222;
        font-size: 16px;
    }
    .map .map-tit .detail-item .num{
        width: 100px;
        background: #6eb92b;
        float: right;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
    .map .map-tit .detail-item .num span{
        font-size: 20px;
        margin-right: 5px;
    }
    /* 数据展示 */
    .sec_data{
        width: 100%;
        height: 300px;
        margin: auto;
        margin-top: 0px;
        box-sizing: border-box;
        padding: 10px 0;
        display: inline;
        overflow: hidden;
    }
    .sec_data .data-item{
        width: 45%;
        height: 60px;
        background: #fff;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius:60px;
        box-shadow: 0px 0px 10px 0px #e9e9e9;
        cursor: pointer;
        margin:0 2% 20px 2%;
    }
    .sec_data .data-item .num{
        font-size: 16px;
        color: #333;
        font-weight: 600;
    }
    .sec_data .data-item .tit{
        font-size: 14px;
        color: #bbbbbb;
        margin-top: 5px;
    }
    .sec_data .data-item:hover .num{
        color: blue;
    }
    .sec_data .data-item:hover .tit{
        color: blue;
    }
    /* 天下地图 */
    .worldMap{
        width: 100%;
        height: auto;
        margin: 30px auto 0px;
    }
    .worldMap .top{
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .worldMap .top p{
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100px;
        font-weight: 600;
        margin: 0 10px;
    }
    .worldMap .top p:first-child span{
        color: #004ea2;
    }
    .worldMap .top p:last-child span{
        color: #6eb92b;
    }
    .worldMap .world{
        width: 100%;
        height: auto;
        padding: 40px 0;
    }
    .worldMap .world img{
        width: 100%;
        height: auto;
    }
    
    /* 产品中心 */
    .third_cont{
        width: 100%;
        height: auto;
        margin: auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .third_cont .top h1{
        width: 100%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        color: #222222;
    }
    .third_cont .top p{
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #aaaaaa;
        height: 25px;
        line-height: 25px;
        margin-top: 10px;
    }
    .product{
        width: 100%;
        height: auto;
        margin-top: 10px;
        overflow: hidden;
    }
    .product .left{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        float: none;
    }
    .product_banner{
        width: 100%;
        height: auto;
    }
    .product_banner a{
        display: block;
        width: 100%;
        height: auto;
    }
    .product_banner a img{
        display: block;
        width: 100%;
        height: 340px;
    }
    .product_banner{
        width: 100%;
        height: auto;
    }
    .product .right{
        width: 100%;
        height: auto;
        float: none;
    }


    .product .right ul{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .product .right ul li{
        width: 100% !important;
        height: 300px;
        overflow: hidden;
        float: none;
        border-left: 1px solid #fff;
        box-sizing: border-box;
        position: relative;
        transition: all .6s ease-out;
        background: url(/frontEnd/static/img/cpzx_bg.png) no-repeat;
        background-size: 100% 100%;
        margin-bottom: 2px;
    }
    .product .right ul li a{
        width: 100%;
        height: 100%;
        display: block;
        color: #fff;
        overflow: hidden;
    }
    .product .right ul li p{
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #fff;
        text-align: center;
        margin-top: 20px;
    }
    .product .right ul li img{
        width: auto;
        height: 160px;
        /*position: absolute;	*/
        /*top: 60%;*/
        /*left: 50%;*/
        /*transform: translate(-50%, -50%);*/
        transition: all .6s ease-out;
    }
    .product .right ul .on{
        width: 400px;
        height: 450px;
    }
    .product .right ul .on img{
        width: auto;
        height: 200px;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    
    
    /* .product_item{
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0;
        cursor: pointer;
        position: initial;
        overflow: hidden;
        z-index: 99;
        margin-bottom: 10px;
        display: block;
    }
    .product_item:last-child{
        margin-right: 0;
    }
    .product_item img{
        position: initial;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
    }
     */
    /* 解决计划 */
    .fourth_cont{
        width: 100%;
        height: auto;
        background: url(/frontEnd/static/img/solution_bg.png) no-repeat;
        background-size: 100% 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    .fourth_cont .top h1{
        width: 100%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        color: #fff;
    }
    .fourth_cont .top p{
        width: 100%;
        text-align: center;
        font-size: 12px;
        height: auto;
        line-height: 25px;
        margin-top: 10px;
    }
    .solution{
        width: 100%;
        height: auto;
        margin: auto;
    }
    .solution_tab{
        width: 100%;
        height: auto;
        display: inherit;
        margin-top: 10px;
        cursor: pointer;
        overflow: hidden;
    }
    .solution_tab .solution_tit{
        width: 46%;
        border-radius: 5px;
        height: 35px;
        line-height: 35px;
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        margin: 0 2%;
        float: left;
    }
    .solution_tab .solution_tit:hover{
        background: #6eb92b;
        color: #fff;
    }
    .solution_tab .solution_cur{
        background: #6eb92b;
        color: #fff;
    }
    .solution .solution_item{
        display: none;
    }
    .solution .solution_on{
        display: block;
    }
    /* 解决计划--煤炭 */
    .solution_mt_tab{
        width: 100%;
        height: auto;
        border-bottom: 1px solid #26313f;
        display: inherit;
        justify-content: left;
        align-items: center;
        cursor: pointer;
        font-size: 14px;
        line-height: 40px;
        overflow: hidden;
        margin-top: 20px;
        display: flex;
        width: 1000px;
    }
    .solution_mt_tit {
        width: auto;
        float: left;
        height: 40px;
        line-height: 40px;
        margin: 0 5px;
    }
    .solution_mt_cur{
        color: #6eb92b;
        position: relative;
    }
    .solution_mt_cur::after{
        position: absolute;
        bottom: -1px;
        height: 3px;
        width: 100%;
        background: #6eb92b;
        content: '';
        left: 0;
    }
    .solution_mt_list{
        width: 100%;
        height: auto;
        margin-top: 40px;
    }
    .solution_mt_item{
        display: none;
        width: 100%;
        height: auto;
    }
    .solution_mt_on{
        display: block;
    }
    .solution_mt_more{
        margin-top: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .solution_list{
        width: 100%;
        height: auto;
        margin: 20px 0;
    }
    .solution_banner,.solution_banner .swiper-wrapper,.solution_banner .swiper-slide{
        width: 100%;
        height: auto;
    }
    .solution_banner .swiper-slide a{
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: block;
        overflow: hidden;
    }
    .solution_banner .swiper-slide a .left{
        width: 100%;
        height: auto;
        background: #005faa;
        padding: 2%;
        box-sizing: border-box;
        /*float: left;*/
    }
    .right_pc{
        display: none;
    }
    .right_move{
        display: block;
    }
    .solution_banner .swiper-slide a .right{
        width: 100%;
        height: auto;
        /*float: right;*/
    }
    .solution_banner .swiper-slide a .right img{
        width: 100%;
        height: 100%;
    }
    .solution_banner .swiper-slide a .left .tit{
        width: 100%;
        height: auto;
        line-height: 20px;
        font-size: 19px;
        color: #fff;
        text-align: left;
    }
    .solution_banner .swiper-slide a .left .detail{
        width: 100%;
        height: auto;
        line-height: 20px;
        font-size: 12px;
        color: #8daacf;
        text-align: justify;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .solution_banner .swiper-slide a .left .s_more{
        width: 76px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        margin: 10px 0;
    }
    .solution_banner .swiper-slide a .left .s_more span{
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        margin-right: 10px;
    }
    .solution_banner .swiper-slide a .left .s_more img{
        width: 10px;
    }
    .solution_banner .swiper-button-next{
        left: 60px!important;
    }
    .solution_banner .swiper-button-prev{
        left: 15px !important;
    }
    .solution_banner .swiper-button-prev,.solution_banner  .swiper-button-next{
        top: 88%!important;
    }
    .solution_banner .swiper-pagination-bullets{
        width: 50%!important;
        left: 50%!important;
    }
    .solution_mt_item,.solution_item{
        color: #fff;
        margin: 20px 0;
    }
    /* 经典案例 */
    .fifth_cont{
        width: 100%;
        margin: auto;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }
    .fifth_cont .top h1{
        width: 100%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        color: #222222;
    }
    .fifth_cont .top p{
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #aaa;
        height: auto;
        line-height: 25px;
        margin-top: 10px;
    }
    .case_tab{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        cursor: pointer;
    }
    .case_tab .case_tit{
        width: 180px;
        background: #fff;
        border-radius: 5px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        text-align: center;
        margin: 0 20px;
    }
    .case_tab .case_cur{
        background: #6eb92b;
        color: #fff;
    }
    .kye_cur{
        background: #0055aa!important;
        color: #fff!important;	
    }
    .case{
        width: 100%;
        height: auto;
    }
    .case .case_item{
        display: none;
    }
    .case .case_on{
        display: block;
    }
    /* 经典案例--煤炭 */
    .mt_tab{
        width: 1000px;
        height: auto;
        border-bottom: 1px solid #eeeeee;
        display: inherit;
        justify-content: left !important;
        align-items: center;
        cursor: pointer;
        color: #777777;
        font-size: 14px;
        line-height: 0;
        margin-top: 20px;
        display: flex;
    }
    .mt_tit {
        width: auto;
        height: 40px;
        line-height: 40px;
        margin: 0 7px !important;

    }
    .mt_cur{
        color: #6eb92b;
        position: relative;
    }
    .mt_cur::after{
        position: absolute;
        bottom: -1px;
        height: 3px;
        width: 100%;
        background: #6eb92b;
        content: '';
        left: 0;
    }
    .mt_list{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .mt_item{
        display: none;
        width: 100%;
        height: auto;
    }
    .mt_on{
        display: block;
    }
    .mt_item ul{
        width: 100%;
        height: auto;
    }
    .mt_case{
        width: 48%;
        height: auto;
        float: left;
        margin:5px 1%;
        box-shadow: 0px 0px 6px 2px #f5f5f5;
    }
    .mt_case:last-child{
        margin-right: 0;
        display: block;
    }
    .mt_case a{
        width: 100%;
        height: auto;
    }
    .mt_case_img {
        width: 100%;
        height: 140px;
        overflow: hidden;
    }
    .mt_case_img img{
        width: 100%;
        height: 140px;
        transform: scale(1.0,1.0);
    }
    .mt_case_info{
        width: 100%;
        height: auto;
        background: #fff;
        padding: 5px;
        box-sizing: border-box;
    }
    .mt_case_info .mt_case_title{
        width: 100%;
        height: 40px;
        line-height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mt_case_info .mt_case_title span:first-child{
        display: inline-block;
        width: calc(100% - 65px);
        color: #909090;
        font-size:14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mt_case_info .mt_case_title span:last-child{
        font-size: 12px;
        color: #d4d4d4;
        display: inline-block;
    }
    .mt_case_info .mt_case_detail{
        width: 100%;
        height: auto;
        color: #d7d7d7;
        font-size: 14px;
        line-height: 25px;
        margin-top: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .mt_case:hover img{
        transform: scale(1.1,1.1);
        transition: .2s;
    }
    .mt_case:hover .mt_case_info{
        background: #6eb92b;
    }
    .mt_case:hover .mt_case_detail{
        color: #fff;
    }
    .mt_case:hover .mt_case_info .mt_case_title span:first-child{
        color: #fff;
    }
    .mt_case:hover .mt_case_info .mt_case_title span:last-child{
        color: #fff;
    }
    .mt_more{
        margin: 20px 0;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /* 经典案例--矿业 */
    .ky_tab{
        width: 100%;
        height: auto;
        border-bottom: 1px solid #eeeeee;
        display: inherit;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        color: #777777;
        font-size: 14px;
        line-height: 70px;
        margin-top: 20px;
    }
    .ky_tit {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .ky_cur{
        color: #0055aa;
        position: relative;
    }
    .ky_cur::after{
        position: absolute;
        bottom: -1px;
        height: 3px;
        width: 100%;
        background: #0055aa;
        content: '';
        left: 0;
    }
    .ky_list{
        width: 100%;
        height: auto;
        margin-top: 40px;
    }
    .ky_item{
        display: none;
        width: 100%;
        height: auto;
    }
    .ky_on{
        display: block;
    }
    .ky_item ul{
        width: 100%;
        height: auto;
    }
    .ky_case{
        width: 48%;
        height: auto;
        float: left;
        margin: 0 1%;
        box-shadow: 0px 0px 6px 2px #f5f5f5;
    }
    .ky_case:last-child{
        margin-right: 0;
        display: none;
    }
    .ky_case a{
        width: 100%;
        height: auto;
    }
    .ky_case_img {
        width: 100%;
        height: 140px;
        overflow: hidden;
    }
    .ky_case_img img{
        width: 100%;
        height: 140px;
        transform: scale(1.0,1.0);
    }
    .ky_case_info{
        width: 100%;
        height: auto;
        background: #fff;
        padding: 5px;
        box-sizing: border-box;
    }
    .ky_case_info .ky_case_title{
        width: 100%;
        height: 40px;
        line-height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .ky_case_info .ky_case_title span:first-child{
        display: inline-block;
        width: calc(100% - 65px);
        color: #909090;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ky_case_info .ky_case_title span:last-child{
        font-size: 12px;
        color: #d4d4d4;
        display: inline-block;
    }
    .ky_case_info .ky_case_detail{
        width: 100%;
        height: auto;
        color: #d7d7d7;
        font-size: 14px;
        line-height: 25px;
        margin-top: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .ky_case:hover img{
        transform: scale(1.1,1.1);
        transition: .2s;
    }
    .ky_case:hover .ky_case_info{
        background: #6eb92b;
    }
    .ky_case:hover .ky_case_detail{
        color: #fff;
    }
    .ky_case:hover .ky_case_info .ky_case_title span:first-child{
        color: #fff;
    }
    .ky_case:hover .ky_case_info .ky_case_title span:last-child{
        color: #fff;
    }
    .ky_more{
        margin: 20px 0;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    /* 新闻资讯 */
    .sixth_cont{
        width: 100%;
        height: auto;
        background: url(/frontEnd/static/img/news_bg.png) no-repeat;
        background-size: 100% 100%;
        padding: 30px 10px;
        box-sizing: border-box;
    }
    .sixth_cont .top{
        width: 100%;
        margin: auto;
        height: auto;
        display: inherit;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    .sixth_cont .top .top_left{
        width:100%;
    }
    .sixth_cont .top .top_left .tit1{
        font-size: 22px;
        font-weight: 600;
        color: #fff;
    }
    .sixth_cont .top .top_left .tit2{
        color: #3081c4;
        font-size: 14px;
        margin-top: 10px;
    }
    .sixth_cont .top .tab{
        width: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 20px 0;
    }
    .tit_tab{
        color: #8dafd8;
        padding: 0 0px;
        position: relative;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
    }
    .tit_tab::after{
        position: absolute;
        content: "/";
        right: 0;
        top: 0;
        color: #8db0d9;
        display: none;
    }
    .tit_tab:last-child::after{
        display: none;
    }
    .cur{
        color: #fff;
    }
    .tit_tab::before{
        width: 30px;
        position:absolute;
        left: calc(50% - 15px);
        bottom: 0;
        background: #fff;
        height: 1px;
        content: '';
        display: none;
    }
    .cur::before{
        width: 30px;
        position:absolute;
        left: calc(50% - 15px);
        bottom: 0;
        background: #fff;
        height: 1px;
        content: '';
        display: block;
    }
    .tit_tab:hover{
        color: #fff;
    }
    .tit_tab:hover::before{
        display: block;
    }
    .sixth_cont .news{
        width: 100%;
        margin: auto;
        height: auto;
    }
    .news_item{
        width: 100%;
        height: auto;
        display: none;
        overflow: hidden;
    }
    .on{
        display: block;
    }
    .news_item .news_left{
        width: 100%;
        height: auto;
        float: none;
        cursor: pointer;
    }
    .news_item .news_left .new_img{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .news_item .news_left img{
        width: 100%;
        height: auto;
        height: auto;
        transform: scale(1.0,1.0);
    }
    .news_item .news_left .new_info{
        width: 100%;
        height: auto;
        background: #1a6ab8;
        padding: 10px;
        box-sizing: border-box;
    }
    .news_item .news_left .new_info .new_title{
        width: 100%;
        height: 40px;
        line-height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .news_item .news_left .new_info .new_title span:first-child{
        display: inline-block;
        width: calc(100% - 100px);
        color: #fff;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news_item .news_left .new_info .new_title span:last-child{
        font-size: 14px;
        color: #6aa1d1;
        /*display: inline-block;*/
    }
    .news_item .news_left .new_detail{
        width: 100%;
        height: auto;
        color: #f1f6fa;
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .news .proBox .news_time{
        position:initial;
    }
    .news_item .news_left:hover img{
        transform: scale(1.1,1.1);
        transition: .2s;
    }
    .news_item .news_left:hover .new_detail{
        color: #6aa1d1;
    }
    .news_item .news_left:hover .new_info .new_title span:first-child{
        color: #6aa1d1;
    }
    .new_right{
        width: 100%;
        height: auto;
        float: none;
        margin-top: 20px;
    }
    .new_right .right_top{
        
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .new_right .right_top .new_item{
        width: 48%;
        height: auto;
    }
    .new_right .right_top .new_item .new_img{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .new_right .right_top .new_item .new_img img{
        width: 100%;
        height: 143px;
        transform: scale(1.0,1.0);
    }
    .new_right .right_top .new_item .new_title{
        height: auto;
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .new_right .right_top .new_item .tit{
        display: inline-block;
        width: calc(100% - 90px);
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .new_right .right_top .new_item .time{
        font-size: 14px;
        color: #6aa1d1;
        display: inline-block;
    }
    .new_right .right_top .new_item:hover img{
        transform: scale(1.1,1.1);
        transition: .2s;
    }
    .new_right .right_top .new_item:hover .tit{
        color: #6aa1d1;
    }
    .new_list{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .new_list ul{
        width: 100%;
        height: auto;
    }
    .new_list ul li{
        width: 100%;
        height: 50px;
        border-top: 1px dashed #337fc1;
        display: block;
        align-items: center;
        justify-content: space-between;
    }
    .new_list ul li:last-child{
        border-bottom: 1px dashed #337fc1;
    }
    .new_list ul li a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .new_list ul li a .tit{
        width: calc(100% - 100px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
        font-size: 14px;
    }
    .new_list ul li a .time{
        width: 100px;
        color: #598cc2;
        font-size: 14px;
    }
    .new_list ul li a:hover .tit{
        color: #598cc2;
    }
    /* 连忙体验 */
    .seventh_cont{
        width: 100%;
        height: auto;
        background: url(/frontEnd/static/img/experience_bg.png) no-repeat;
        background-size: 100% 100%;
    }
    .understand{
        width: 100%;
        margin: auto;
        height: 100%;
        display: inherit;
        justify-content: space-between;
        align-items: center;
        padding: 30px 20px;
        box-sizing: border-box;
    }
    .understand p{
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    .understand .more{
        background: #fff;
        width: 100px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        margin: auto;
        /* margin: 10px 0 0 0; */
        margin-top: 10px;
    }
    .understand .more span{
        color: #6eb92b;
        font-size: 14px;
        line-height: 40px;
        margin-right: 10px;
    }
    .understand .more img{
        width: 10px;
    }
    .understand .more:hover span{
        font-weight: 600;
        font-size: 16px;
    }
    /* 底部 */
    .footer{
        width: 100%;
        height: auto;
        background: #505050;
        padding: 30px 10px 10px 10px;
        box-sizing: border-box;
    }
    .foot-left{
        width: 100%;
        float: none;
        border-right: 1px solid #292929;
        padding-bottom: 20px;
        box-sizing: border-box;
    }
    .foot-left h2{
        color: #fff;
        margin: 10px 0;
        font-size: 20px;
        text-align: center;
    }
    .footer_logo{
        margin: auto;
    }
    .foot-left h3{
        color: #fff;
        margin: 10px 0;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }
    .foot-left .info_item{
        width: 100%;
        height: auto;
        padding: 3px 0;
        display: flex;
        color: #a5a5a5;
        justify-content: start;
        align-items: center;
        font-size: 14px;
    }
    .foot-left .info_item img{
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }
    .foot-left .info_item span{
        display: block;
    }
    .code{
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
    }
    .code .code-item{
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        flex-direction: column;
    }
    .code .code-item:first-child{
        margin-right: 30px;
    }
    .code .code-item img{
        width: 80px;
        height: 80px;
    }
    .code .code-item p{
        font-size: 12px;
        color: #717171;
        width: 100%;
        margin-left: 15px;
        margin-top: 10px;
    }
    .foot-right{
        width: 100%;
        float: none;
        height: auto;
        display: none;
        justify-content: space-around;
    }
    .foot-right .link{
        width: auto;
        height: auto;
    }
    .foot-right .link .link-tit{
        width: auto;
        height: 40px;
        line-height: 40px;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
    }
    .foot-right .link ul{
        width: auto;
        height: auto;
        overflow: hidden;
    }
    .foot-right .link ul li{
        width: auto;
        height: 30px;
        line-height: 30px;
        float: left;
        margin-right: 10px;
    }
    .foot-right .link ul li a{
        display: inline-block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        color: #777777;
        font-size: 14px;
    }
    .foot-right .link ul li a:hover{
        color: #fff;
    }
    .foot-bottom{
        width: 100%;
        margin: auto;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        border-top: 1px solid #292929;
    }
    .foot_bottom_copy{
        justify-content: center;
        flex-direction: column;
    }
    .foot-bottom .copy{
        color: #6a6a6a;
        float: none;
        height: auto;
        margin-bottom: 10px;
        line-height: 25px;
        text-align: center;
    }
    .foot-bottom .foot-link{
        width: auto;
        height: 40px;
        float: none;
    }
    .foot-bottom .foot-link ul{
        width: auto;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .foot-bottom .foot-link ul li{
        width: 40px;
        height: 40px;
        margin:0 10px;
    }
    .foot-bottom .foot-link ul li a{
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
    }
    .foot-bottom .foot-link ul li a img{
        width: 40px;
        height: 40px;
    }
    .wx-code .wx-ma{
        width: 100px!important;
        height: 100px!important;
        position: absolute;
        top: -120px;
        left: -30px;
        display: none;
    }
    .wx-code:hover .wx-ma{
        display: block;
    }

    #slider {
        display: none;
    }
    .w1440{ width: 100%;}
    .bannerPgae .bannerBox h2{ height: auto; line-height: 28px; font-size: 28px; margin-bottom: 15px;}
    .bannerPgae .bannerBox h2 p{ height: auto; line-height: 28px; font-size: 28px; margin-bottom: 15px;}
    .bannerPgae .bannerBox p{ font-size: 14px;}
    .PageContainer{ width: 100%; overflow: hidden;}
    .PageContainer .caseBox1 .vid img{ width: 100%; height: auto;}
    .PageContainer .caseBox1 .vid video{ width: 100%; height: auto;}
    .PageContainer .navGation{ height: auto; padding: 0 15px; box-sizing: border-box;}
    .PageContainer .navGation dl{ width: 100%;}
    .PageContainer .navGation dl dd{ width: 50%;}
    .PageContainer .caseBox1{ margin-top: 25px; padding: 0 15px;}
    .PageContainer .navGation dl dd{ height: 50px;}
    .PageContainer .navGation dl dd a{ line-height: 50px;}
    .PageContainer .caseBox1 .tit{ height: 80px; font-size: 24px; line-height: 80px;}
    .PageContainer .caseBox2 ul li{ width: 100%;}
    .navGation.new dl{ width: 100%;}
    .navGation.new dl dd{ width: 33%;}
    .navGation.new dl dd:nth-child(2){ width: 34%;}
    .new .layer1 { height: auto; padding: 0 15px; box-sizing: border-box;}
    .new .layer1 .time{ float: inherit; width: 100%; margin-bottom: 15px;}
    .new .layer1 .time ul{ z-index: 99;}
    .new .layer1 .searchM{ float: inherit; width: 100%; margin: 0;}
    .new .title h2{ font-size: 22px;}
    .new .title h2 p{ font-size: 12px;}
    .new .title{ padding: 25px 15px; box-sizing: border-box;}
    .new .newBox .icon{ width: 100%; height: auto;}
    .new .newBox .list{ width: 100%; height: auto;}
    .new .newBox .list ul li{ padding: 0 15px 15px 15px;}
    .new .newBox .list ul li h2{ font-size: 24px; overflow: hidden;}
    .new .newBox2{ padding: 30px 15px 0 15px; box-sizing: border-box;}
    .new .newBox2 ul li{ width: 100%; margin: 0 0 15px 0;}
     
     
    .new_details{ width: 100%; padding: 30px 0;}
    .new_details .Main{ width: 100%; padding: 0 15px; }
    .new_details .Main .title h2{ font-size: 16px;}
    .new_details .Main .title ul li{ font-size: 12px;}
    .new_details .Main .Nr p{ font-size: 14px; line-height: 26px; padding-top: 20px;}
    .new_details .Main .Nr .icon{ padding-top: 20px; width: 100%;}
    .new_details .Main .Nr .icon img{ display: block; width: 100%; height: auto;}
    .new_details .Main .page{padding: 20px 0; height: auto;}
    .new_details .Main .page ul{ }
    .relationship .stock_infor_top_left_content,
    .relationship .stock_infor .stock_infor_top { padding: 0 11px!important;}
    .new_details .Main .page ul li{ height: 40px; line-height: 40px; float: inherit; width: 100%; height: auto; text-align: left;}
    .new_details .Main .page ul li:last-child{ text-align: left;}
	.new_details .Main .page ul{ height: auto;display: block}
	.new_details .Main .page .back{ display: block; position: relative; transform: none; left: auto; top: auto;}
	.new_details .List{ width: 100%; margin-top: 20px;}
	
	.relationship .layer1{ width: 100%; padding: 0 0px; box-sizing: border-box;}
	.relationship .title{ padding: 20px 0;}
	.relationship .title h2{ font-size: 26px; padding-bottom: 10px;}
	.relationship .layer1 ul li{ width: 100%; margin: 0 0 15px 0;}
	.relationship .layer1 .enter{ margin: 0 auto;}
	.relationship .layer2 .hd ul li{ width:100px; font-size: 12px; margin: 0 5px 10px 5px;}
	.relationship .layer2{ padding: 0 15px; box-sizing: border-box;}
	.relationship .layer2 .bd{ padding: 20px 0;}
	.relationship .layer2 .bd ul li{ width: 49%; margin-right: 2%; padding: 0 10px;}
	.relationship .layer2 .bd ul li:nth-child(3n){ margin-right: 2%;}
	.relationship .layer2 .bd ul li:nth-child(2n){ margin-right: 0;}
	.relationship .layer2 .bd ul li p{ font-size: 14px;}
	.relationship .layer3{ padding: 0 15px; box-sizing: border-box;}
	.relationship .layer3 ul li{ width: 100%; margin: 0 0 10px 0;}
	.relationship .layer3 ul li.long{ width: 100%; height: auto;}
	.relationship .layer3 ul li.long .Nr{ bottom: 10px; padding: 0 10px;}
	.relationship .layer3 ul li.long .Nr p{ font-size: 16px;}
	.relationship .layer4{  height: auto; background-size:auto 100%; padding: 0 15px; box-sizing: border-box; padding-bottom: 30px;}
	.relationship .layer4 ul li{ width: 49%; margin-bottom: 10px; float: left; margin-right: 2%;}
	.relationship .layer4 ul li:nth-child(2n){ margin-right: 0;}
	.relationship .layer4 ul li .num{ text-indent: 0; width: 50%; text-align: center;}
	.relationship .layer4 ul li .text{ width: 50%;}
	.relationship .layer5 .title{ padding: 20px 15px; box-sizing: border-box;}
	.relationship .layer5Box .text{ width: 100%; padding:25px; box-sizing: border-box;}
	.relationship .layer5Box .text h2{ padding: 0 0 20px 0;}
	.relationship .layer5Box .icon{ width: 100%; height: auto;}
	.honor{ padding: 30px 15px; box-sizing: border-box;}
	.honor .title p{ width: 100%;}
	.honor .layer1{ height: auto; padding-bottom: 20px;}
	.honor .layer1 ul li{ width: 50%;}
	.honor .layer1 ul{ overflow: hidden;}
	.honor .Main ul li{ margin-bottom: 10px; padding: 10px 10px 0 10px; width: 49%; margin-right: 2%;}
	.honor .Main ul li:nth-child(2n){ margin-right: 0;}
	/*.honor .Main ul li .icon{ height: auto;}*/
    .honor .Main ul li .icon img{max-width: 100%;object-fit: contain}

	.honor .Main ul li p{ height: 50px;  font-size: 14px;}
	
	.join{ width: 100%; overflow: hidden;}
	.join .title p{ width: 100%; width: 95%; margin: 0 auto;}
	.join .layer3Box{ height: 150px;}
	.join .title{ padding: 20px 0;}
	.join .title h2{ font-size: 26px; padding-bottom: 15px;}
	.join .layer1 ul li{ width: 100%; margin: 0 0 15px 0; height: auto;}
	.join .layer1 ul li .text{ overflow: hidden; height: auto; position: relative;}
	.join .layer1 ul li .text .bt{ height: 90px; line-height: 90px; width: 100%;}
	.join .layer1 ul li .text dl{ padding: 0 0 30px 40px; box-sizing: border-box; float: left; position: relative; width: 100%; left: auto; top: auto; transform: none;}
	.join .layer2 ul li{ width: 100%; margin-bottom: 10px;}
	
	.cantact .title{ padding: 20px 15px; box-sizing: border-box;}
	.cantact .title h2{ font-size: 26px; padding-bottom: 20px;}
	.cantact .layer1 .icon{ width: 100%; height: auto;}
	.cantact .layer1 .icon img{ width: 100%; height: auto;}
	.cantact .layer1 .list{ width: 100%;}
	.cantact .layer2{ width: 100%; height: auto; padding: 0 15px; box-sizing: border-box;  padding-bottom: 20px;}
	.cantact .layer2 .bt{ height: 100px; font-size: 26px; line-height: 100px;}
    .cantact .layer2 ul{width: 95%}
    .cantact .layer2 ul li input.small{ width: 100%;margin: 0 0 10px 0;}
	.cantact .layer2 ul li input.small:last-child{ margin-bottom: 0;}
	.cantact .layer2 ul li{ margin-bottom: 10px;}
	
	.dealer{ width: 100%; overflow: hidden;}
	.dealer .title{ padding: 20px 15px;}
	.dealer .title h2{ padding-bottom: 20px; font-size: 26px;}
	.dealer .searchM { width: 95%;}
	.dealer ul { padding: 0 15px; box-sizing: border-box;}
	.dealer ul li{ width: 100%; padding: 0 20px; margin-bottom: 10px;}
	.pageTurning dd{margin: 0 3px;}
	.pageTurning dd a{ height: 30px; padding: 0 12px; line-height: 30px; }
	
	.caseList .title{ padding: 20px 15px; box-sizing: border-box;}
	.caseList .title h2{ font-size: 26px;}
	.caseList .conBox{ width: 100%; overflow: hidden; padding: 0 15px; box-sizing: border-box;}
	.caseList .conBox .bd ul li{ width: 49%; margin-right: 2%; margin-bottom: 10px;}
	.caseList .conBox .bd ul li:nth-child(2n){ margin-right: 0!important;}
    .caseList .conBox .hd{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    height: auto}
    .caseList .conBox .hd div{
        width: 50%;
    }
    .caseList .conBox .hd p::after{height: 0}
	.caseList .conBox .bd ul li .icon{ width: 100%; height: 193px;}
	.caseList .conBox .bd ul li .text{ line-height: 40px; font-size: 12px; padding: 0 10px;}
	.caseList .conBox .bd ul li:nth-child(3n){margin-right:2%}
	.Solution{ padding: 0 15px 50px 15px; box-sizing: border-box; height: auto;}
	.Solution .title{ padding: 20px 15px; box-sizing: border-box;}
	.Solution .title h2{ font-size: 24px;}
	.Solution .title p{ font-size: 14px;}
	.Solution ul li{ width: 49%; margin-right: 2%; float: left;}
	.Solution ul li .icon{ height: auto; padding: 5px;}
	.Solution ul li .icon img{ width: 100%;}
	.Solution ul li p{ font-size: 12px; line-height: 40px !important; height: 40px !important;}
	.Solution ul li:nth-child(3n){ margin-right: 2%;}
	.Solution ul li:nth-child(2n){ margin-right: 0;}
	
	.navGation.Team{ height: auto;}
	.navGation.Team dl{ width: 100%;}
	.navGation.Team dl dd{ width: 25%; height:40px; line-height: 40px;}
	.navGation.Team dl dd a{ font-size: 12px; display: block; width: 100%; height:100%; line-height: 40px;}
	.TeamDetails{padding: 20px 0;}
	.TeamDetails .Nr{ padding: 20px; box-sizing: border-box;}
	.TeamDetails .Nr .icon{ width: 100%; height: auto;}
	.TeamDetails .Nr .icon img{ display: block; width: 100%; height: auto;}
	.TeamDetails .Nr .text{ width: 100%; padding: 0;}
	.TeamDetails .title{ padding: 20px 15px; box-sizing: border-box;}
	.TeamDetails.TeamMain .Nr:nth-child(2n) .text{ padding: 0;}
	.TeamDetails .title h2{ font-size: 26px;}
	.TeamDetails .title p{ font-size: 14px; line-height: 24px;}
	
	.Partners ul li{ width: 50%;}
	.Partners ul li.bg{ background: #fff;}
	.Partners ul li.AppBg{ background: #f5f5f5;}
	.navGation ul{ width: 100%; padding: 0 15px; box-sizing: border-box;}
	.proDetails{ width: 100%; overflow: hidden;}
	.proDetails .title{ padding: 20px 15px; box-sizing: border-box;}
	.proDetails .title h2{ font-size: 26px;}
	.proDetails .layer1Box .icon{ width: 100%; height: auto;}
	.proDetails .layer1Box .icon img{ display: block; width: 100%; height: auto;}
	.proDetails .layer1Box .text{ width: 100%; height: auto; padding: 0;}
	.proDetails .layer1Box .text .textBox{ position:relative; transform: none; padding:20px 15px; box-sizing: border-box;}
	.proDetails .layer1{ padding-bottom: 30px;}
	.proDetails .layer2 .swiper-container{ padding: 30px 0; height: 200px;}
	.proDetails .layer1.pd{ padding: 30px;}
	.proDetails .layer3 ul{ overflow: hidden; padding: 0 15px; box-sizing: border-box;}
	.proDetails .layer3 ul li{ width: 49%; margin-right: 2%; margin-bottom: 15px;}
	.proDetails .layer3 ul li:nth-child(2n){ margin-right: 0;}
	.proDetails .layer4 ul{ width: 100%; padding: 0 15px; box-sizing: border-box;}
	.proDetails .layer4 ul li{ width: 100%; height: auto; margin: 0 0 10px 0;}
	.proDetails .layer5Box{ padding: 20px 10px; box-sizing: border-box;}
	.proDetails .layer5Box table tr td{ text-align: center; font-size: 12px; text-indent: 0;}
	
	.proDetails .layer6Box .icon{ width: 100%; height: auto;}
	.proDetails .layer6Box .text{width: 100%; height: auto; padding: 15px;}
	.proDetails .layer7Box{ padding: 0 20px; box-sizing: border-box;}
	.proDetails .layer7Box .icon img{ width: 100%; height: auto;}
	.proMain .proList .proBox{ height: auto;}
	.proMain .proList .proBox .icon{ width: 100%; height: auto;}
	.proMain .proList .proBox .icon img{ left: auto; top: auto; transform: none; position: relative;}
	.proMain .proList .proBox .text{ width: 100%; height: auto; padding:30px 15px; box-sizing: border-box;}
	.proMain .proList2 ul { padding: 0 10px; box-sizing: border-box;}
	.proMain .proList2 ul li{ margin-bottom: 10px; width: 49%; margin-right: 2%;}
	.proMain .proList2 ul li .icon{ width: 100%; height: auto;}
	.proMain .proList2 ul li:nth-child(3n){ margin-right: 2%;}
	.proMain .proList2 ul li:nth-child(2n){ margin-right: 0;}
	.proMain .proList2 ul li p{ height: 40px; line-height: 40px; font-size: 12px;}
	
	.history .title{ padding: 20px 15px; box-sizing: border-box;}
	.history .title h2{ font-size: 26px;}
	.history .title p{ font-size: 12px;}
	.history ul li{ height: auto;}
	.history ul li .bt{ float: inherit; margin: 0 auto 25px auto;}
	.history ul li .bt::after{ display: none;}
	.history ul li .bt::before{ display: none;}
	.history ul li .nr{ width: 95%; padding:25px 15px; float: inherit; margin: 0 auto; height: auto; overflow: hidden;}
	.history ul li .nr .text{ width: 100%; float: inherit;}
	.history ul li .nr .icon{ width: 100%; height: auto;}
	.PageContainer .caseBox3 .NrBox .text{ padding: 0 10px; box-sizing: border-box;}
	.PageContainer .caseBox3 .title{ width: 100%; padding:20px 15px; box-sizing: border-box;}
	.PageContainer .caseBox3 .title h2{ font-size: 26px; padding-bottom: 20px;}
	.PageContainer .caseBox3 .title p{ font-size: 14px;}
	.PageContainer .caseBox3 .nr{ width: 100%; overflow: hidden;}
	.PageContainer .caseBox3 .NrBox .icon{ height: auto;}
	
	.serviceList .hd ul li{ width: 100px; height: 40px; line-height: 40px; font-size: 14px;}
	.serviceList .NrBox{ width: 96%; margin: 0 auto 10px auto; height: auto; overflow: hidden;}
	.serviceList .NrBox .icon{ width: 100%; height: auto;}
	.serviceList .NrBox .icon img{ display: block; width: 100%; height: auto;}
	.serviceList .NrBox .text{ width: 100%; padding:20px 15px; box-sizing: border-box;}
	.serviceList .NrBox .text img{ display: none;}
	.serviceBottom .left{ width: 100%; padding: 20px 35px; margin-bottom: 10px;}
	.serviceBottom .right{ width: 100%; height: auto;}
	
	.aboutLayer1{ padding: 30px 0;}
	.aboutLayer1 .Nr .icon{ width: 100%; height: auto;}
	.aboutLayer1 .Nr .text{ width: 100%; height: auto; padding: 30px;}
	.aboutLayer2 .con{ width: 96%; height: 130px;}
	.aboutLayer2{ height: auto; padding-bottom: 50px;}
	.aboutMain .title{padding: 20px 15px; box-sizing: border-box;}
	.aboutMain .title h2{ font-size: 26px; padding-bottom: 15px;}
	.aboutLayer3 .con{ padding: 0 15px; box-sizing: border-box;}
	.aboutLayer3 .con .conLeft{ width: 100%; height: auto; padding: 30px;}
	.aboutLayer3 .con .conRight{ width: 100%;}
	.aboutLayer3 .con .conRight ul li{ width: 100%; margin-top: 15px; padding: 30px; height: auto; margin-bottom: 0;}
	.PageContainer .caseBox2{ box-sizing: border-box;}
	.proMain .proList .proBox .icon img{ position: relative; width: 100%; height: auto;}
	.proMain .proList .proBox .icon img:hover{ transform: none;}
} 

@media (min-width:767px) and (max-width:1440px) {
     .header{padding: 0 3%}
	.header .logo{ height: 25px;margin-top: 10px; }
	.search{ padding:0 10px;}
	.about{ width: 85%;}
	.fir_data{ width: 85%;}
	.chinaMap{ width: 85%;}
	.sec_data{ width: 85%;}
	.worldMap{ width: 100%;}
	.third_cont{ width: 90%;}
	.product .right ul li{ width: 20%;}
	.solution{ width: 95%;}
	.fifth_cont{ width: 85%;}
	.sixth_cont .top{ width: 85%;}
	.sixth_cont .news{ width: 85%;}
	.understand{ width: 85%;}
	.contain{ width: 95%;}
	.foot-left{ width: 350px;}
	.w1440{ width: 90%; margin:0 auto;}
	.navGation dl dd{ width: 100px; height: 50px; line-height: 60px;}
	.navGation dl dd a{ line-height: 50px; font-size: 12px;}
	.navGation ul li{ height: 50px; line-height: 50px;}
	.navGation{ height: auto;}
	.aboutLayer1{ padding: 50px 0 50px 0;}
	.aboutLayer1 .Nr .icon{ width: 100%; height: 465px; overflow: hidden;}
	/*.aboutLayer1 .Nr .text{  width: 35%;}*/
	.aboutLayer3 .con .conLeft{ width: 350px;}
	.aboutLayer3 .con .conRight{ width: calc(100% - 350px); padding-left: 20px; box-sizing: border-box;}
	.aboutLayer3 .con .conRight ul li{ overflow: hidden; padding: 50px 30px 0 30px; width: 49%; float: left; margin-right: 2%;}
	.aboutLayer3 .con .conRight ul li:nth-child(2n){ margin-right: 0;}
	.aboutLayer3 .con h2{ font-size: 22px; height: 80px; overflow: hidden;}
	.cantact .layer1 .icon{ width: 100%;}
	.cantact .layer1 .list{ width: 100%;}
	.cantact .layer1 .list ul li{ width: 50%; float: left;}
	.PageContainer .caseBox1 .vid img{ width: 100%; height: auto;}
	.caseList .conBox .bd ul li .text{ overflow: hidden; height: 86px;}
	.history ul li .nr{ width: calc(100% - 260px); }
	.history ul li .nr .icon{ width: 60%;}
	.history ul li .nr .icon img {object-fit: cover;
}
	.history ul li .nr .text{ width: 40%;}
	.history ul li .nr .text dl dd{  overflow: hidden;}
	.honor .title p{ width: 80%;}
	.honor .Main ul li .icon img{ max-width: 100%;object-fit: contain;}
	/*.honor .Main ul li .icon{ height: auto;}*/
	.join .layer3Box .swiper-button-prev{ left: -30px!important;}
	.join .layer3Box .swiper-button-next{ right:-30px!important;}
	.new .newBox .list ul li h2{ overflow: hidden;}
	.new .newBox .list ul li p{ height: 20px; white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;}
	.new_details .Main{ width: calc(100% - 340px);}
	.new_details .Main .Nr .icon img{ width: 100%;}
	.proDetails .layer1Box .icon{ width: 60%; height: auto;}
	.proDetails .layer1Box .text{ padding-top: 35px; width: 40%; height: auto;}
	.proDetails .layer1Box .text .textBox{ position: relative; transform: none;}
	.proDetails .layer6Box .text{ padding:0 2%;}
	.proMain .proList .proBox .text{ padding: 55px 2% 0 2%;}
	.relationship .layer4{ height: auto; padding-bottom: 30px; background-size:auto 100%;}
	.relationship .layer4 ul li{ margin-bottom: 10px;}
	.relationship .layer5Box .icon{ width: 50%; height: 480px;}
	.relationship .layer5Box .icon .swiper-container{ width: 100%; height: 100%;}
	.relationship .layer5Box .icon .swiper-container img{ display: block; width: 100%; height: 100%;}
	.relationship .layer5Box .text{ padding: 0 35px; width: 50%;}
	.serviceList .NrBox .icon{ width: 70%;}
	.serviceList .NrBox .text{ width: 30%;}
	.serviceBottom .left{ width: calc(100% - 360px); float: left; height: 260px;}
	.relationship .layer2 .hd ul li{ margin-bottom: 10px;}
	.relationship .layer3 ul li .icon{ height: auto;}
	.relationship .layer3 ul li{ height: 390px;}
	.relationship .layer4 ul{ text-align: center;}
	.relationship .layer4 ul li{ display: inline-block; float: inherit;}
	.relationship .layer5Box .icon .swiper-container img{ height: 100%; width: auto;}
	.relationship .layer5Box .icon .swiper-slide.swiper-slide-active{ z-index: 99;}
	.relationship .layer5Box .text h2{ padding: 45px 0 0 0; margin-bottom: 25px; line-height: 28px; height: 28px; overflow: hidden;}
	.new .newBox .icon{ width: 58%;}
	.new .newBox .list{ width: 40%;}
	.new .newBox .icon img{ height: 100%; width: 100%;object-fit: contain}
	.new .newBox .icon .swiper-slide-active{ z-index: 99;}
	.new .newBox2 ul li .icon img{ height: auto;}
	.new .newBox2 ul li .icon{ height: auto;}
	.join .layer2 ul li{ width: 32%; margin-right: 2%;}
	.join .layer2 ul li:nth-child(4n){ margin-right: 2%;}
	.join .layer2 ul li:nth-child(3n){ margin-right: 0;}
	.join .layer2 ul li .text h2{ font-size: 16px;}
	.proMain .proList .proBox .icon{ width: 60%;}
	.proMain .proList .proBox .text{ width: 40%;}
	.proDetails .layer2 .swiper-button-next{ right: -50px !important;}
	.proDetails .layer2 .swiper-button-prev{ left: -50px !important;}
	.proDetails .layer6Box .icon{ width: 60%;}
	.proDetails .layer6Box .text{ width: 40%;}
	.proDetails .layer6Box .text p{ padding-top: 15px; font-size: 14px; line-height: 24px;}
	.proDetails .layer6Box .icon img{ height: 100%; width: auto;}
	.proDetails .layer6Box .icon .swiper-slide.swiper-slide-active{ z-index: 9;}
	.map .map-tit {width:37% }
    .caseList .conBox .bd ul li .icon{
    height:180px;
    }
}
@media (min-width:1440px){
.caseList .conBox .bd ul li .icon{height:260px}
}<!--耗时1754938063.9157秒-->