﻿/*
@media and (min-width:1200px){//>=1200px的设备} 
@media and (min-width: 960px) and (max-width:1199px) {//<=1199px and >=960px的设备:PC端;}
@media and (min-width: 768px) and (max-width:959px) {//<=959px and >=768px的设备：PC端;}
@media and (min-width: 640px) and (max-width:767px) {//<=767px and >=640px的设备：平板端或者手机横屏;}
@media and (min-width: 480px) and (max-width:639px) {//<=639px and >=480px的设备：手机横屏;}
@media and (min-width: 320px) and (max-width:479px) {//<=479px and >=320px的设备：手机竖屏;}
@media and (min-width: 240px) and (max-width:319px) {//<=479px and >=320px的设备：手机竖屏;}
@media and (max-width:239px){//<=239px的设备:手机竖屏}
*/


@media screen and (max-width:1280px) /*>=1200px的设备*/
{
    .wrapper
    {
        width: 1000px;
    }
}
@media screen and (min-width: 1024px) and (max-width:1199px) /*<=480px and >=768px的设备*/
{
    .wrap
    {
        max-width: 98%;
    }
    .header .logo
    {
        margin-left: 40px;
    }
    .header .tel
    {
        display: none;
    }
    .headern .tel
    {
        display: none;
    }

    .index_banner .slides li.s1 .ban-txt
    {
        margin-top: -106px;
        left: 70%;
    }

    .index_banner .slides li.s1 .ban-txt h2
    {
        height: 77px;
        line-height: 96px;
    }

    .ul-icon-i
    {
        width: 100%;
    }

    .case-i-r
    {
        padding-left: 0px;
    }
    .index_banner .slides li.s2 .ban-txt
    {
        left: 39%;
    }
    .index_banner .slides li.s1 .ban-txt h3
    {
        padding-top: 26px;
    }
    .index_banner .slides li.s3 .ban-txt
    {
        margin-top: -106px;
    }
    .num
    {
        width: 990px;
    }
    .num_list ul li
    {
        width: 228px;
    }
    .wrapper
    {
        width: 98%;
    }

    .processs ul li
    {
        width: 10%;
        margin: 0 124px 0 0;
    }
    .proclin
    {
        top: 40px;
        left: 92px;
    }
    .processs ul li .procimg
    {
        width: 88px;
        height: 88px;
        line-height: 88px;
    }

    .processs ul li .procimg img
    {
        width: 88px;
    }
    .image_show
    {
        width: 100%;
    }

    .news-list .pic img
    {
        height: 20vw;
    }
    #tp01
    {
        width: 65%;
    }
    #tp01 img
    {
        width: 100%;
        height: 192px;
    }



    #tp4 img
    {
        width: 100%;
    }
    #tp5 img
    {
        width: 100%;
    }





    #bigImg
    {
        width: 50%;
    }
    .image_text1
    {
        height: 67px;
    }
    .image_text1 p
    {
        margin-top: 11%;
    }
    .col_left
    {
        width: 35%;
    }

    .image_text3, .image_text1, #qts
    {
        width: 100%;
    }


    #tp3
    {
        width: 60%;
    }
    .image_text4
    {
        width: 40%;
    }
    #bgs, .image_text2
    {
        width: 32.5%;
    }







    #tp4, #tp5, .image_text5
    {
        width: 33.33%;
        height: 165px;
    }



    .col_right
    {
        width: 50%;
    }
    .ul-customer li
    {
        width: 20%;
        padding: 0 6px;
    }

    .in-3 .prev
    {
        left: 0px;
    }
    .in-3 .next
    {
        right: 0px;
    }

    .news
    {
        width: 100%;
    }
    .news-list
    {
        width: 99%;
    }

    .news-list .newsleft
    {
        width: 32%;
        margin-right: 14px;
    }
    .news-list .newsright
    {
        width: 33%;
    }
    .case_banner .case_banner_content
    {
        max-width: 922px;
    }

    .ul-icon-i li
    {
        width: 24%;
        height: 366px;
    }

    /*联系我们*/

    .lxwml .lxwmgs span
    {
        font-size: 16px;
    }
    .lxwml ul li
    {
        font-size: 14px;
    }

}
@media screen and (max-width:1023px) /*<=480px and >=768px的设备：平板端或者手机横屏*/
{


    body, td, th
    {
        font-size: 2vw;
    }

    .ul-list li .title h3
    {
        font-size: 2vw;
    }

    .header
    {
        display: none !important;
    }
    .headern
    {
        display: none !important;
    }
    .wap_header
    {
        display: block;
        position: relative;
    }

    .index_banner .slides li.s1 .ban-txt
    {
        margin-top: -106px;
        left: 89%;
    }
    .index_banner .slides li.s1 .ban-txt h5
    {
        font-size: 45px;
    }

    .index_banner .slides li.s1 .ban-txt h2
    {
        height: 77px;
        line-height: 81px;
        font-size: 30px;
    }
    .index_banner .slides li .ban-txt h3
    {
        padding-top: 5px;
        font-size: 18px;
    }

    .index_banner .slides li.s2 .ban-txt
    {
        left: 25%;
    }

    .index_banner .slides li.s2 .ban-txt h2
    {
        font-size: 45px;
    }
    .index_banner .slides li.s2 .ban-txt h3
    {
        font-size: 30px;
    }
    .index_banner .slides li.s3 .ban-txt h3
    {
        font-size: 30px;
        padding-top: 32px;
    }
    .index_banner .slides li.s3 .ban-txt h2
    {
        font-size: 45px;
    }
    .index_banner .slides li.s3 .ban-txt
    {
        margin-top: -106px;
    }

    .aboutkh
    {
        line-height: 200px;
        font-size: 30px;
    }
    .news
    {
        width: 100%;
    }
    .news-list
    {
        width: 100%;
    }
    .num
    {
        width: 100%;
    }
    .num_list ul li
    {
        width: 23%;
    }
    .news-list .pic
    {
        height: 195px;
    }
    .news-list .pic img
    {
        object-fit: cover;
       
    }

    .ul-customer li a
    {
        height: fit-content;
    }
    .news-list .newsleft
    {
        width: 32%;
        margin-right: 1vw;
    }

    .news-list .newsright
    {
        width: 33%;
    }
    
    .news-list .text {
    margin-top: 162px;
    }
    
    .news-list .newsleft h2 {
    font-size: 14px;
    }

    .footercopy p
    {
        text-align: center;
    }
    .mainn
    {
        padding-top: 0px;
    }
    .lxwml
    {
        width: 380px;
    }
    .lxwmr
    {
        width: 260px;
        margin-top: 66px;
    }

    .wrap
    {
        max-width: 99%;
    }

    .ul-case li
    {
        width: 33.3333%;
    }

    .case_banner .case_banner_content
    {
        margin-left: 10px;
    }
    .article
    {
        width: 95%;
        margin: 0px auto;
    }

    .ul-list li
    {
        padding-right: 8px;
        padding-left: 8px;
    }


    .ul-case li .txt h5
    {
        font-size: 14px;
    }
    .ul-case li .txt em
    {
        margin: 2px 0 0px 0;
    }
    .ul-case li .txt h3
    {
        font-size: 16px;
        margin-bottom: 11px;
    }

    .ul-case li .txt .more
    {
        width: 92px;
        height: 35px;
        line-height: 35px;
    }

    .pagess ul li
    {
        padding: 10px 10px;
        margin: 0 3px;
        line-height: 9px;
    }
    .pagess ul li.thisclass
    {
        padding: 10px 10px;
    }
    .ul-case
    {
        margin: 0px;
    }
    .ul-icon-i
    {
        margin: 0px auto;
        width: 99%;
    }
    .ul-icon-i li
    {
        width: 24%;
        margin-right: 4px;
        height: 388px;
        margin-left: 3px;
    }

    .ul-icon-i li .pad
    {
        padding: 0px;
        position: relative;
    }
    .h50
    {
        display: none;
    }
    .about-info
    {
        width: 91%;
        margin: 0 auto;
    }
    .bg-blue
    {
        margin-top: 0px;
    }
    .wrapper
    {
        width: 96%;
        margin: 0 auto;
    }
    .image_show
    {
        width: 100%;
    }

    .in-3 .prev
    {
        left: 0px;
    }
    .in-3 .next
    {
        right: 0px;
    }

    .proclin
    {
        display: none;
    }
    .processs ul li
    {
        width: 20%;
        margin: 0 0px 0 0;
    }
    .processs ul li .procimg
    {
        background-color: #fff;
    }
    .processs ul li .procimg img
    {
        width: 100%;
    }
    #bigImg
    {
        width: 100%;
    }
    #tp01 img
    {
        width: 100%;
        height: 290px;
    }
    #tp01
    {
        width: 70%;
    }
    #bgs img
    {
        width: 100%;
        object-fit: cover;
        height: 200px;
    }
    .col_left
    {
        width: 30%;
    }


    #tp3, .image_text4
    {
        width: 50%;
        height: 200px;
    }
    #tp3 img
    {
        width: 100%;
        height: 200px;
    }
    .image_text1, #qts
    {
        width: 100%;
        height: 145px;
    }
    .image_text3
    {
        width: 100%;
        height: 200px;
    }
    #qts img
    {
        width: 100%;
        object-fit: cover;
        height: 145px;
    }
    .image_text2, #bgs
    {
        width: 35%;
        height: 200px;
    }

    #tp1 img
    {
        height: 162px;
    }


    .image_text2 p
    {
        margin-top: 19%;
    }

    .image_text1 p
    {
        margin-top: 21%;
    }
    .image_text3 p
    {
        margin-top: 21%;
    }
    .image_text5 p
    {
        margin-top: 19%;
    }
    .image_text4 p
    {
        margin-top: 19%;
    }


    #tp4, #tp5, .image_text5
    {
        width: 33.33%;
        height: 240px;
    }

    #tp4 img
    {
        width: 100%;
        object-fit: cover;
    }

    #tp5 img
    {
        width: 100%;
        object-fit: cover;
    }

    .case-i-r
    {
        padding-left: 0px;
    }
    .col_right
    {
        width: 100%;
    }
    .nav-right
    {
       display: none;
    }
    
    .nav-right {
    position:absolute;
    width: 50px;
    right: 80px;
    z-index: 100;
    height: 50px;
    bottom: 80px;
}
    
    .nav-right ul li a img
    {
         width: 76px;
        }
    .r_top
    {
        width: 100%;
        float: left;
    }

    .r_bottom
    {
        width: 100%;
        float: right;
    }

    .case_banner .case_banner_content .banner_content_right
    {
        width: 200px;
        bottom: 164px;
        right: 20px;
    }
    .content_right_img
    {
        width: 200px;
    }
    .content_right_img img
    {
        width: 200px;
    }
    .tc img
    {
        width: 100%;
        height: auto;
    }
    
    .footl .gsm {
   font-size: 15px;
    font-weight: 550;
}
    
    .footl .dfz {
    font-size: 14px;
    margin-top: 4px;
}

.footl {
    
    margin: 14px 0 0 0;
}

.footr 
{
    text-align:center;
}

.footr img
{
    width:19%;
    margin-top:5px;
}


}

@media screen and (max-width: 768px)
{
    .ul-icon-i li
    {
        width: 48%;
        height: 334px;
    }
    .num_list ul li
    {
        width: 48%;
        height: auto;
    }

    .num_list ul li a
    {
        height: auto;
            width: 100%;
    }

    .num_num
    {
        padding-top: 21px;
        height: 109px;
        background: url(../images/zzs.jpg) no-repeat center;
        background-size: 52%;
    }

    .num_con
    {
        
               height: 59px;
        line-height: 59px;
                font-size: 14px;
    }

    .htss
    {
         height: 100px;
        }
    
    .news-list .newsleft
    {
       width: 97%;
       overflow: hidden;
    }
    
    .padzz 
    {
            margin-top: 26px;
    margin-bottom: 25px;
    }
     .padzz img
    {
        width: 73%;
    }
    .news ul li {
    float: left;
    width: 50%;
}
    .news-list .newsright
    {
        width: 98%;
    }
    .footer
    {
        display: none;
    }
    .footercopy
    {
        height: 221px;
    }

    .lxwmr
    {
        width: 78%;
    }
    .ul-list li
    {
        width: 50%;
    }
    .ul-case li
    {
        width: 50%;
    }

    .sub-nav ul li a
    {
        height: 40px;
        line-height: 38px;
        width: 108px;
        font-size: 13px;
    }
    .sub-nav ul li .mycur
    {
        height: 40px;
        line-height: 38px;
        width: 108px;
        font-size: 15px;
    }
    
    .sub-nav ul li {
    display: inline-block;
    font-size: 16px;
    width: 118px;
    }

    .pagess
    {
        margin: 0,auto;
    }



    .case-i
    {
        width: 100%;
    }

    .case-i-r
    {
        padding-left: 10px;
    }
    .case_banner_content .banner_content_left
    {
        width: 53%;
    }

    .case_banner .case_banner_content .banner_content_right
    {
        position: absolute; /* right: 0; */
        bottom: 146px;
        width: 38%;
        background: #rgba(0,0,0,.27);
        z-index: 50;
        padding: 0px 2px;
    }

    .case_banner .case_banner_content .banner_content_right .content_right_img img
    {
        width: 167px;
    }


    .ul-customer li
    {
        width: 50%;
    }

    .index_banner .slides li.s1 .ban-txt
    {
        margin-top: -96px;
        left: 138%;
    }


    .index_banner .slides li.s1 .ban-txt h5
    {
        font-size: 30px;
    }

    .index_banner .slides li.s1 .ban-txt h2
    {
        height: 77px;
        line-height: 81px;
        font-size: 30px;
    }
    .ul-case-i li
    {
        width: 50%;
        padding: 5px 6px;
    }

    .ul-customer li a img
    {
        width: 81%;
    }

    .index_banner .slides li.s1 .ban-txt h2
    {
        font-size: 30px;
    }
    .index_banner .slides li.s1 .ban-txt h3
    {
        font-size: 22px;
    }
    .index_banner .slides li.s1 .ban-txt h4
    {
        display: none;
    }
    .index_banner .slides li.s2 .ban-txt h4
    {
        display: none;
    }
    .index_banner .slides li.s2 .ban-txt h3
    {
        height: 77px;
        line-height: 4px;
        font-size: 22px;
    }
    .index_banner .slides li.s2 .ban-txt h2
    {
        font-size: 30px;
        margin-top: 35px;
    }

    .index_banner .slides li.s2 .ban-txt
    {
        left: -13%;
    }
    .index_banner .slides li.s3 .ban-txt h2
    {
        font-size: 30px;
        height: 50px;
        line-height: 112px;
    }
    .index_banner .slides li.s3 .ban-txt h3
    {
        font-size: 22px;
    }
    .index_banner .slides li.s3 .ban-txt h4
    {
        display: none;
    }
    .article img
    {
        width: 100%;
    }


    .lxwmg
    {
        font-size: 3vm;
    }
    .lxwml ul li
    {
        font-size: 15px;
    }

    .ban-in
    {
        height: 133px;
    }

    .ban-in .ban-bg
    {
        font-size: 30px;
        top: 22%;
    }


    .tit-i h3
    {
        font-size: 24px;
        margin-bottom: 13px;
    }
    
     .tit-i h3 img
     {
         width: 45%;
         }
    
    .wb {
    text-align: center;
    padding: 7px;
    background-color: #ffffff;
    width: 98%;
    height: 31px;
}
    .news {
    width: 100%;
}

    .lxwml .lxwmgs span
    {
        font-size: 18px;
        font-weight: bold;
    }

    .lxwmgg
    {
        margin-top: 0px;
    }

    .processs ul li .procimg img
    {
        width: 61%;
    }
    .processs ul li .procimg
    {
        width: 100%;
        height: 87px;
    }
    .processs ul li
    {
        width: 33%;
    }
    #tp01 img
    {
        object-fit: cover;
        height: fit-content;
    }
    .image_text1, #qts
    {
        height: 115px;
    }
    #qts img
    {
        height: 125px;
    }
    .image_text2, #bgs, .image_text3, #tp3, .image_text4
    {
        height: 125px;
    }
    #tp3 img
    {
        /* width: 100%; */
        height: inherit;
    }

    #bgs img
    {
        height: fit-content;
    }
    #tp5 img
    {
        height: inherit;
    }
    #tp4 img
    {
        height: inherit;
    }
    .hrs {
    border: 0;
    height: 0px;
    background-color: #f9f9f9;
    width: 54%;
}

.hrs2 
{
     height: 0px;
    }

.ul-icon-i li .padtx2 {
    color: #ffff;
     text-align: left;
    padding-left: 6px;
     float:none;  
     width: 100%;
    vertical-align: bottom;
    height: 172px;
    display: table;
    padding-bottom: 14px;
}
.ul-icon-i li .padtx
{
    color:#ffff;
    text-align:left;
    padding-left:5px;
    float:none;
    width: 95%;
    vertical-align: bottom;
    height:160px;
    display: table;
}
.wanls
{
        height: 240px;
    float: left;
    width: 96%;
    }
 .lxwmr
    {
        text-align: center;
        margin-top: 48px;
        width: 100%;
        font-size: 14px;
            margin-left:auto;
            margin-bottom: 29px;
}

.ul-icon-i li .padtp2 {
    float:none;
}

.ul-icon-i li .padtp
{
     float:none;
}

.rel, .pr 
{
    padding: 10px 15px;
}
 

    .fwkh
{
    display:none;
}

.fwkhw
{
      width: 100%;
   
    
    margin: 0 auto;
    box-sizing: border-box;
    
    display:block;
    }
    
    
    .ul-icon-i li .padbt {
    color: #ffff;
    float: left;
    width: 100%;
    margin: 0 auto;
    line-height: 39px;
    font-size: 24px;
    /* word-wrap: break-word; */
    margin: 5px 21px 21px 5px;
}


.tit-i h4 {
           font-size: 24px;
        color: #b60005;
        margin-bottom: 20px;
        margin-top: -12px;
}

.tit-i {
    text-align: center;
    padding: 14px 0 2px 0;
    line-height: 36px;
    overflow: hidden;
}

.article h1 {
    font-size: 21px;
    color: #333;
    text-align: center;
    padding-top: 20px;
    font-weight: 500;
}

.article {
     
    padding-left: 10px;
}



.article .subtitle {
    line-height: 32px;
     
    margin-bottom: 15px;
}

 .num_num span
    {
             font-size: 27px;
    line-height: 58px;
    }


.hzmsd {
    text-align: center;
    background-image: url(../images/hzd.jpg);
    height: 40px;
    background-size: 100%;
    max-width: 750px;
}
.lxwmdb
                        {
                            text-align: center; background-image: url(../images/lxd.jpg); height: 40px;
            background-size: 100%; max-width: 750px;    margin-top: 66px;
                            
                            }
                            
                            
                            
                                .CaseDetai_banner
    {
                height: 113px;
        background-size: cover;
    
    }
                            


}





@media screen and (max-width: 480px)
{

    .ban-in .ban-bg
    {
        height: 54px;
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        top: 14%;
        z-index: 60;
        font-size: 21px;
        color: rgb(255, 255, 255);
        height: 98px;
        font-weight: 500;
        line-height: 44px;
    }


    .lxwml
    {
                width: 97%;
        margin-right: auto;
        overflow: hidden;
    }
    
    .lxwmgs 
    {
        text-align:center;
    }
    
    
    .lxwmgs img
    {
        width: 96%; 
        }
    
    
    
        .lxwml img {
        width: 93%;
        }
    
    
    .index_banner .flex-control-paging li a
    {
        width: 27px;
    }
    .ul-icon-i
    {
        width: 100%;
        height: 54px;
        width: 100%;
        text-align: center; /* position: absolute; */ /* left: 0; */ /* top: 14%; */
        z-index: 60;
        font-size: 21px;
        color: rgb(255, 255, 255); /* height: 98px; */ /* font-weight: 500; */ /* line-height: 44px; */ /* overflow: hidden; */
        margin-left: 10px;
    }
    .ul-icon-i li
    {
        width: 95%;
        padding-bottom: 18px;
        height: 448px;
    }
   }


    .ul-icon-i li a span
    {
        margin-bottom: 15px;
    }
    .ul-icon-i li .pad
    {
        padding: 0 6px;
        height: 305px;
    }
   
     
    .num_num
    {
        padding-top: 47px;
    }

   
    .num_con
    {
        
    }
    .processs ul li .procimg
    {
        width: 100%;
        height: 76%;
        line-height: 75%;
    }

    .tit-i h3
    {
         
    }

    .ul-case-i li
    {
       
        padding-bottom: 0px;
    }
    .ul-customer
    {
        padding-top: 19px;
        padding-left: 2px;
    }


    .ul-customer li
    {
        width: 50%;
        padding-bottom: 15px;
    }
    .ul-customer li a img
    {
        width: 92%;
    }

    .ul-case-i-1 li
    {
        width: 100%;
    }
    .ul-news-i li, .ul-news-i li:last-child
    {
        width: 100%;
        padding-right: 0;
    }
    .news
    {
        width: 100%;
    }
    .news-list
    {
       
    }

    .news-list .newsright
    {
        width: 100%;
    }


    .news-list .newsleft
    {
         
    }




    .case_banner .case_banner_content
    {
       
    }


    .case_banner .case_banner_content .banner_content_left
    {
        position: absolute;
        width: 54%;
        text-align: center;
        height: 150px;
    }
    .case_banner .case_banner_content .banner_content_left .content_left_title
    {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .case_banner .case_banner_content .banner_content_left .content_left_title:before
    {
        content: "";
        position: absolute;
        display: inline-block;
        width: 38px;
        height: 2px;
        
        bottom: 0;
    }
    .content_left_txt
    {
        display: none;
    }

    .proclin
    {
        width: 0px;
    }
    .processs ul li
    {
        width: 39%;
        margin-top: 2%;
        margin-right: 0%;
        margin-bottom: 2%;
        margin-left: 9%;
    }
    .processs ul li.last
    {
        width: 39%;
        left: 24%;
    }
    .in-3 .lump .box .txt-box .tit
    {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
        font-weight: bold;
    }
    .in-3 .lump .box .txt-box .txt
    {
        font-size: 12px;
        line-height: 20px;
    }
    .process ul li.last .procimg
    {
        width: 100%;
        height: 147px;
        line-height: 147px;
        background-color: #636161;
        border-radius: 50%;
    }

    .in-3 .prev
    {
        left: 10px;
        width: 19px;
        height: 38px;
        background: url(../images/in-3-jt.png) no-repeat;
        background-size: cover;
    }
    .in-3 .next
    {
        right: 5px;
        width: 19px;
        height: 38px;
        background: url(../images/in-3-jt.png) no-repeat;
        background-size: cover;
    }



    .case_banner .case_banner_content .banner_content_right
    {
        position: absolute;
        right: 0;
        bottom: 58px;
        width: 190px;
        background: #rgba(0,0,0,.27);
        z-index: 50;
    }

    .content_right_img
    {
        margin: 10px auto;
    }
    .content_right_img img
    {
        width: 145px;
    }
    .sub-nav
    {
        margin-top: 3px;
            margin-bottom: 20px;
    }
    .sub-nav ul li .mycur
    {
        display: block;
        text-align: center;
        height: 35px;
        line-height: 35px;
        border-radius: 18px;
        border: solid 1px #ff3366;
        background-color: #fff;
        transition: all .3s;
        width: 144px;
        font-size: 16px;
        color: #000;
        color: #fff;
        background-color: #d51a21;
        border-color: #d51a21;
    }


    .sub-nav ul li a
    {
        
    }
    
.sub-nav ul li {
    display: inline-block;
    font-size: 16px;
     
}
    

    .footer dl
    {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footercopy
    {
        
        font-size: 0.9rem;
        text-align: center;
    }


    .lxwml ul li
    {
        
    }


    .tit-i
    {
       
    }

    .ul-list li .pad
    {
        padding: 0 8px;
    }

   
   
    .ul-case li .txt h5
    {
        display: none;
    }

    .ul-case li .txt em
    {
        display: none;
    }

    .processs ul li span
    {
        font-size: 12px;
        width: 100%;
    }

    .lxwmsm
    {
        padding-right: 0px;
    }
    .index_banner .slides li .ban-txt
    {
        height: auto;
        margin-top: -78px;
    }
    .index_banner .slides li .ban-txt h5
    {
        font-size: 14px;
    }
    .index_banner .slides li .ban-txt h3
    {
        font-size: 12px;
        padding-top: 15px;
    }
    .index_banner .slides li .ban-txt h2
    {
        height: 54px;
        line-height: 54px;
    }
    .index_banner .slides li .ban-txt h3
    {
        font-size: 14px;
    }
    .index_banner .slides li.s1 .ban-txt h5
    {
        font-size: 23px;
    }
    .index_banner .slides li.s2 .ban-txt h2
    {
        font-size: 20px;
        margin-bottom: -12px;
    }

    .index_banner .slides li.s3 .ban-txt h2
    {
        font-size: 20px;
    }
    .index_banner .slides li.s2 .ban-txt
    {
        width: 100%; /* text-align: center; */
        left: 0%;
        margin-left: 0px;
    }
    .index_banner .slides li.s3 .ban-txt h3
    {
        font-size: 16px;
    }

    .index_banner .slides li.s2 .ban-txt h3
    {
        font-size: 14px;
    }

    .index_banner .slides li.s3 .ban-txt h4
    {
        font-size: 12px;
        display: none;
    }
    .index_banner .flex-control-nav
    {
        bottom: 8px;
    }

    .processs ul li .procimg img
    {
        width: 90%;
    }
    .ul-list li
    {
    }



    .ban-in
    {
         
    }
    .team .flex-direction-nav
    {
        background: none;
    }
    .ul-case li .txt
    {
        /*display: none;*/
    }
    .ul-list li .pic img
    {
        transform: perspective(000px) rotateY(0deg);
        transition: all 1s ease 0s;
        -moz-transform: perspective(000px) rotateY(0deg);
        -moz-transition: all 1s ease 0s;
        -webkit-transform: perspective(000px) rotateY(0deg);
        -webkit-transition: all 1s ease 0s;
        -o-transform: perspective(000px) rotateY(0deg);
        -o-transition: all 1s ease 0s;
        -ms-transform: perspective(000px) rotateY(0deg);
        -ms-transition: all 1s ease 0s;
    }
    .web-con .shou
    {
        position: relative;
        display: none;
    }
    .team .flexslider li .pic
    {
        height: 245px;
    }
    .index_banner .slides li.s1 .ban-txt h3
    {
        font-size: 14px;
        top: 30%;
    }
    .index_banner .slides li.s1 .ban-txt h2
    {
        line-height: 25px;
        font-size: 20px;
        height: 36px;
    }
    .index_banner .slides li.s2 .ban-txt h4
    {
        font-size: 12px;
        display: none;
    }
    .index_banner .slides li.s2 .ban-txt h6
    {
        display: none;
    }
    .index_banner .slides li.s3 .ban-txt
    {
        margin-top: -68px;
    }
    .index_banner .slides li.s3 .ban-txt h4
    {
        line-height: 18px;
    }
    .index_banner .slides li.s3 .ban-txt h2
    {
        height: 45px;
    }

    .ul-list li .title
    {
        height: 65px;
        margin-bottom: 20px;
    }
    .pagess
    {
        height: auto;
    }

    .pagess ul li.thisclass
    {
        display: inline-block;
        border: 1px solid #ff3366;
        padding: 10px 19px;
        margin: 0 3px;
        background: #ff3366;
        color: #fff;
    }



    .image_show
    {
        width: 100%;
    }
    .col_right
    {
        width: 100%;
        height: auto;
    }
    #bigImg
    {
        width: 100%;
    }


    .image_text4, #tp3
    {
        width: 50%;
        height: 150px;
    }

    .image_text2, #bgs
    {
        width: 35%;
    }
    .image_text2 p
    {
        margin-top: 37%;
    }

    .image_text1 p
    {
        margin-top: 23%;
    }
    .image_text3 p
    {
        margin-top: 43%;
    }



    #tp4, #tp5, .image_text5
    {
        height: 141px;
    }

    element.style
    {
    }
    .pagess ul li.thisclass
    {
        display: inline-block;
        border: 1px solid #b60005;
        padding: 2px 9px;
        margin: 0 3px;
        background: #b60005;
        color: #fff;
    }
    .pagess ul li
    {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 2px 9px;
        margin: 0 3px;
        line-height: 20px;
        background: #fff;
        color: #999;
    }

    #tp01 img
    {
        height: 190px;
    }
    .r_top
    {
        width: 100%;
    }
    .r_bottom
    {
        width: 100%;
        margin-top: 0px;
    }

    .index_banner .slides li.s1 .ban-txt
    {
        width: 100%;
        margin-top: -46px;
        left: 0%;
        margin-left: 0px;
    }

    .banner-bg
    {
        height: 0px;
    }


    .image_text1, .image_text2, #bgs, .image_text3, #qts
    {
        height: 95px;
    }

    #tp3, .image_text4
    {
        height: 115px;
    }

    #tp4, #tp5, .image_text5
    {
        height: 150px;
    }

    #qts img
    {
        height: 95px;
    }
    .case-i-r
    {
        padding-left: 0px;
    }
    .ul-icon-i li em
    {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 320px)
{

    .lxwm
    {
        width: 100%;
        height: 270px;
        box-shadow: 0px 0px 2px #ddd;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0px 18px;
        margin-bottom: 20px;
    }

    .sub-nav ul li a
    {
        height: 29px;
        line-height: 29px;
        width: 64px;
        font-size: 12px;
    }

    .sub-nav
    {
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .tc
    {
        width: 100%;
    }

    .lxwmr
    {
        width: 97%;
    }
    .index_banner .slides li.s1 .ban-txt h3
    {
        font-size: 12px;
    }
    .index_banner .slides li .ban-txt
    {
        /*background: none;*/
    }
    .index_banner .slides li .ban-txt h5
    {
        font-size: 12px;
        margin-top: -5px;
    }
    .index_banner .slides li .ban-txt h2
    {
        font-size: 18px;
        height: 30px;
        line-height: 30px;
    }
    .index_banner .slides li .ban-txt h3
    {
        font-size: 12px;
    }
    .index_banner .slides li.s1 .ban-txt h2
    {
        font-size: 18px;
        line-height: 36px;
    }
    .index_banner .slides li.s2 .ban-txt h2
    {
        font-size: 18px;
        height: 20px;
        line-height: 20px;
    }
    .index_banner .slides li.s2 .ban-txt h3
    {
        font-size: 14px;
        line-height: 38px;
    }
    .index_banner .slides li.s3 .ban-txt h2
    {
        font-size: 18px;
        height: 24px;
        line-height: 24px;
    }
    .index_banner .slides li.s3 .ban-txt h3
    {
        font-size: 14px;
        margin-top: -25px;
        height: auto;
    }

    .index_banner .slides li.s3 .ban-txt h4
    {
        font-size: 12px;
        margin-top: 5px;
    }
    .processs ul li .procimg
    {
        width: 75%;
    }
    .team .flexslider li .pic
    {
        height: 160px;
    }
    .ul-customer li
    {
        width: 50%;
    }
    .ul-icon-i li a span
    {
        background: url(../images/seivce_icons.png) no-repeat;
        width: 100px;
        height: 100px;
        display: inline-block;
    }
    .num_list ul li
    {
        padding-left: 26px;
    }
    .ul-icon-i li.li2 a span
    {
        background-position: -227px 0;
    }
    .ul-icon-i li.li3 a span
    {
        background-position: -458px 0;
    }
    .ul-icon-i li.li4 a span
    {
        background-position: -693px 0;
    }
    .ul-case-i li
    {
        padding: 8px 6px;
        margin-bottom: 1px;
    }


    .ul-icon-i
    {
        margin-left: 4px;
    }
    .processs ul li .procimg img
    {
        width: 130%;
    }
    .ul-case li .txt h3
    {
        font-size: 14px;
    }

    .ul-case li .txt .more
    {
        width: 72px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .case_banner .case_banner_content .banner_content_left
    {
        position: absolute;
        width: 100%;
        text-align: center;
        height: 150px;
    }

    .case_banner .case_banner_content .banner_content_right
    {
        position: absolute;
        float: left; /* bottom: 58px; */
        width: 86%;
        background: #rgba(0,0,0,.27);
        z-index: 50;
        margin-bottom: -29px;
    }
    .case_banner .case_banner_content .banner_content_left .content_left_title:before
    {
        display: none;
    }

    .rel, .pr
    {
        padding: 5px 15px;
    }
    #tp01 img
    {
        height: 120px;
    }
    .image_text1, #qts
    {
        height: 60px;
    }

    #tp3 img
    {
        width: 100%;
        height: inherit;
    }


    .index_banner .slides li.s3 .ban-txt
    {
        margin-top: -25px;
        height: auto;
    }

    .index_banner .slides li.s2 .ban-txt
    {
        margin-top: -59px;
    }
}


