/*-----------------[初始化]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden;  visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
.r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {max-width: 100%;border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
a:hover {color: #ff4b59;}
/*布局*/
.wp {margin: 0 auto;width: 1400px;}
/*******************************
    -------[=头部]-------
    ********************************/
    body{
        padding-top: 120px;
    }
     .header.fixed{
    box-shadow: 0 3px 3px rgba(199, 23, 35, .3);
  }
    .header{
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
    }
    .logo{
        padding-top: 32px;
        float: left;
    }
    .logo img{
        display: block;
    }
    .nav{
        float: right;
        line-height: 120px;
    }
    .nav li{
        float: left;
        margin:0 24px;
        position: relative;
    }
    .nav .v1{
        color:#222;
        font-size: 16px;
        position: relative;
        display: block;
    }
    .nav li.on .v1{
        color:#C71723;
    }
    .nav li:hover .v1{color:#C71723;}
    .nav li.on .v1::after{
        content:'';
        display: block;
        position: absolute;
        left: 50%;
        bottom: 26px;
        width: 8px;
        height: 8px;
        background-color: #C71723;
        border-radius: 50%;
    }
    .nav .sub{
        position: absolute;
        top: 100%;
        left: 50%;
        width: 300px;
        margin-left: -150px;

        display: none;
        background-color: rgba(0, 0, 0, .7);
    }
    .nav .sub a{
        display: block;
        text-align: center;
        color:#fff;
        font-size: 14px;
        line-height:30px;
        margin:10px 0;
    }
    .nav .sub a:hover{
        background-color: #DB2416;
        color:#fff;
    }
/*******************************
    -------[=导航]-------
    ********************************/
    .menuBtn{
        display: none;
        position: fixed;
        top: 12px;
        right: 12px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
    }
    .menuBtn b{display: block;height: 4px;background-color: #DB2416;
        margin: 4px 0;
        transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
    }
    .menuBtn.open{}
    .menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
    .menuBtn.open b:first-child{display: block;
        transform:rotate(45deg);
        -webkit-transform:rotate(45deg);
        -o-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
    }
    .menuBtn.open b:last-child{display: block;
        transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
    }
/*******************************
    -------[=底部]-------
    ********************************/

/*******************************
    -------[=公用]-------
    ********************************/
    .banner img{
        display: block;
        width: 100%;
    }
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
        bottom:35px;
    }

    .banner .swiper-pagination-bullet{width:18px;height:18px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#C71723;}
    .banner .swiper-button-next{
        position: absolute;
        right: 10%;
        background: url(http://www.wdzhny.com/Theme/Home/images/next.png) no-repeat;
        width: 29px;
        height: 53px;
    }
    .banner .swiper-button-prev{
        left: 10%;
        background: url(http://www.wdzhny.com/Theme/Home/images/prev.png) no-repeat;
        width: 29px;
        height: 53px;
    }



    .g-tit{
        text-align: center;
        overflow: hidden;

    }
    .g-tit .en{
        color:rgba(255,255,255,.1);
        font-size: 126px;
        font-weight: bold;
        line-height: 126px;
        margin-bottom: -60px;
        text-transform: uppercase;
        font-family: 'Impact';
    }
    .g-tit .cn{
        font-size: 42px;
        color:#FFFFFF;
        position: relative;
        display: inline-block;
        font-weight: bold;
    }
    .g-tit .cn::before{
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -70px;
        width: 140px;
        height: 2px;
        background: #fff;
    }
    .g-tit .desc{
        font-size: 16px;
        color:#999999;
        padding-top: 10px;
    }
    .g-title{
        overflow: hidden;
        text-align: center;
        font-size: 18px;
        color:#999999;
        margin-bottom: 55px;
    }
    .g-title .cn{
        font-size: 42px;
        color:#333333;
        font-weight: bold;
        position: relative;
        margin-bottom: 14px;
        padding-bottom: 3px;
    }
    .g-title .cn::after{
        display: block;
        content:'';
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -70px;
        width: 140px;
        height: 2px;
        background: #C71723;
    }


    /**服务项目**/
    .row1{
        padding-top: 65px;
    }
    .g-tab{
        overflow: hidden;
    }
    .tab{
        overflow: hidden;
        background: #F7F7F7;
        padding: 21px;
        border-radius: 0px 165px 0px 0px;
    }
    .ul-tab{
        overflow: hidden;
        float: left;
        width: 258px;
        background-color: #C71723;
        padding-top: 24px;
    }
    .ul-tab .a{
        display: block;
        font-size: 16px;
        color:#FEFEFE;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 60px;
        margin-bottom: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .ul-tab .nub{
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        float: left;
        font-size: 18px;
        font-weight: bold;
        margin-right: 13px;
        font-family: 'Impact';
        background: url(../image/ico2.png) no-repeat;
    }
    .ul-tab .tit{
        overflow: hidden;
        padding-bottom: 14px;
        padding-top: 6px;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
    .ul-tab .on .a{
       background: url(../image/ico40.png) no-repeat right 21px center;
   }
   .ul-tab .on .nub{
    background-image: url(../image/ico1.png);
    color:#C71723;
}
.g-tab .box{
    overflow: hidden;
}
.tab .pic{
    float: right;
    width: 49.1%;
    background: #FFFFFF;
    overflow: hidden;
    height: 550px;
    margin-left: 58px;
    position: relative;
    border-radius: 0px 145px 0px 145px;
}
.tab .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}
.ul-tab li:last-child .tit{
    border-bottom: none;
}
.tab .txt{
    overflow: hidden;
    padding: 34px 0 68px 55px;
    position: relative;
}
.tab .txt .en{
    font-size: 18px;
    color:#999999;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 13px;
}
.tab .txt .tit{
    font-size: 34px;
    color:#333333;
    padding-bottom: 33px;
    font-weight: bold;
    line-height: 46px;
    vertical-align: middle;
    background: url(../image/ico36.png) no-repeat bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    margin-bottom: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tab .txt .desc{
    font-size: 16px;
    color:#666666;
    line-height: 1.88;
    margin-bottom: 95px;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 6;
}
.tab .txt .desc img{
    display: none;
}
.tab .txt .desc br{
    display: none;
}
.tab .txt a{
    display: block;
    width: 162px;
    height: 48px;
    background: #C71723;
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    color:#fff;
    font-size: 16px;
}

.tab .txt .tit span{
    font-size: 46px;
    color:#C71723;
    vertical-align: bottom;
    font-family: 'Impact';
}
.tab .txt .pa{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 154px;
    height: 148px;
    background-repeat: no-repeat;
}
.tab .txt .pa.p0{
    background: url(../image/1.png);
}
.tab .txt .pa.p1{
    background: url(../image/2.png);
}
.tab .txt .pa.p2{
    background: url(../image/3.png);
}
.tab .txt .pa.p3{
    background: url(../image/4.png);
}
.tab .txt .pa.p4{
    background: url(../image/5.png);
}
.tab .txt .pa.p5{
    background: url(../image/6.png);
}
.tab .txt .pa.p6{
    background: url(../image/7.png);
}
.tab .txt .pa.p7{
    background: url(../image/8.png);
}
.tab .txt .pa.p8{
    background: url(../image/9.png);
}
.tab .txt .pa.p9{
    background: url(../image/10.png);
}

.slider1.swiper-container{
    padding-bottom: 58px;
}
.slider1 .swiper-pagination-bullet{width:18px;height:18px;background:#fff;font-size:0;cursor:pointer;border:1px solid #C81824 ;border-radius: 50%;opacity:1;}
.slider1 .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#C81824;}


/***2**/
.row2{
    padding-top: 68px;
}
.process{
    overflow: hidden;
    padding:53px 30px 76px;
    background-color: #F7F7F7;
}
.process .x1{
    position: absolute;
    width: 81px;
    height: 10px;
    background: #986567;
    left: -30px;
    bottom: 45px;
}
.process .x2{
    position: absolute;
    width: 130px;
    height: 10px;
    background: #986567;
    right: 0px;
    bottom: 45px;
}
.process .top{
    padding-left: 52px;
    height: 206px;
    position: relative;
}
.process .top::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 224px;
    right: 222px;
    height: 10px;
    background: #986567;
}
.process .item{
    float: left;
    position: relative;
}
.process .item::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 10px;
    margin-left: -5px;
    height: 100%;
    top: 0;
    background: #986567;
}
.process  .pic{
    line-height: 206px;
    z-index: 2;
    position: relative;
}
.process .pic img{
    display: inline-block;
    vertical-align: bottom;
}
.process .txt{
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;

  cursor: pointer;
}
.process .txt i{
    display: inline-block;
    position: relative;
    border-radius: 50%;
    -ms-border-radius: 50%;
    background: #faae1c;
    width: 20px;
    height: 20px;z-index: 3;
}
.process .txt  p{
    position: relative;
    z-index: 2;
}
.process .txt i:before {
    position: absolute;
    border-radius: 50%;
    -ms-border-radius: 50%;
    left: -7px;
    right: -7px;
    top: -7px;
    bottom: -7px;
    content: '';
    background: rgba(250,174,28,0.29);
    animation: infinite ss 2s ease;
    z-index: 2;
}

.process .item.s2 .txt{
    bottom: 7px;
}
.process .item.s2 .txt p{
    padding-top: 20px;
}
.process .item.s3{
    color:#fff;
}
@keyframes ss{
    0%{transform:scale(1); -ms-transform:scale(1); opacity:1;}
    25%{transform:scale(.25); -ms-transform:scale(.25); opacity:.25;}
    50%{transform:scale(.5); -ms-transform:scale(.5); opacity:.5;}
    75%{ transform:scale(.75); -ms-transform:scale(.75); opacity:.75;}
    100%{transform:scale(1); -ms-transform:scale(1); opacity:1;}
}
.process .item.s1,
.process .item.s2{
    margin-right: 50px;
}
.process .item.s3{
    margin-right: 34px;
}
.process .item.s5{

}
.process .bom{
    margin-top: -30px;
    padding: 74px 0 76px;
    position: relative;
    background: url(../image/bg1.png) no-repeat;
}
.process .bom .name{
    position: absolute;
    top: 74px;
    left: 30px;
    width: 30%;
}
.process .bom::after {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: -25px;
    width: 10px;
    height: 342px;
    background: #986567;
}
.process .bom::before {
    content: '';
    display: block;
    position: absolute;
    right:0px;
    top: -25px;
    width: 10px;
    height: 154px;
    background: #986567;
}
.process .bom  .box p{
    padding: 10px 0;
    text-align: left;
    clear:left;
}
.process .box .txt{
    bottom:71px;
    padding-left: 20px;
}
.process .box i{
    float: left; 
}
.process .box .s8 .txt{
    right: 37px;
    left:auto;
    bottom: 10px;
}
.process .cn{
    margin:0 auto 30px;
    width: 329px;
    padding-bottom: 30px;
    position: relative;
}
.process .cn .img{
    position: relative;
    z-index: 3;
}
.process .cn::after {
    content: '';
    display: block;
    position: absolute;
    left: 88%;
    top: 45px;
    width: 565px;
    height: 10px;
    background: #986567;
}
.process .cn p{
    padding-top: 30px;
}
.process .box{
    padding-left: 25px;
    position: relative;
}
.process .box::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 242px;
    left: -30px;
    height: 10px;
    background: #986567;
}
.process .box>div{
    margin-right: 73px;
}
.process .box>div:last-child{
    margin-right: 0;
}

.process .hide{
    position: absolute;
    width: 308px;
    font-size: 16px;
    color:#666;
    line-height: 1.63;
    z-index: 9;
    padding: 20px 20px 55px;
    background: url(../image/ico3.png) no-repeat;
    text-align: justify;
    background-size: 100% 100%;
  display: none;
    transition:all .3s;
  
}
.process .s1 .hide{
    left: -88px;
    top: -180px;
} 
.process .s2 .hide{
    left: -40px;
    top: -180px;
} 
.process .s3 .hide{
    left: -204px;
    top: -180px;
} 
.process .s4 .hide{
    left: -160px;
    top: -180px;
    font-size: 14px;
} 
.process .cn .hide{
    left: -92px;
    top: -180px;
}
.process .hide::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.process .hide .b{
    font-size: 18px;
    color:#222222;
    font-weight: bold;
    margin-bottom: 6px;
}
.process .txt:hover .hide{
    display: block;
}



.slider1 .txt{
    font-size: 18px;
    padding-top: 15px;
    color:#666;
}
.slider1 .swiper-slide{height:1px;} 
.slider1 .swiper-slide-active { height:auto;}
.g-table{
    overflow: hidden;
}
.g-table .l{
    width: 72px;
    padding:110px 24px;
    font-size: 24px;
    line-height: 1.2;
    margin-right: 27px;
    color:#FFF;
    background-color: #C71723;
}
.g-table .table{
    overflow: hidden;
    padding-bottom: 63px;
    border-bottom: 4px solid #C71723;
    position: relative;
}
.g-table .table::after{
    content:'';
    display: block;
    position: absolute;
    width: 17px;
    height: 15px;
    right: 0;
    bottom: 0px;
    background: url(../image/ico38.png) no-repeat;
}
.g-table table{
    display: block;
    width: 100%;
}
.g-table thead {
    display: block;
    width: 100%;
    background: url(../image/pic18.jpg) no-repeat;
    font-size: 20px;
    color:#333333;
    line-height: 100px;
}
.g-table thead tr,.g-table thead th {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: normal;
}
.g-table tbody,
.g-table tbody tr{
    width: 100%;
    display: block;
    overflow: hidden;
}
.g-table tbody td{
    width: 20%;
    display: block;
    float: left;
    line-height: 83px;
    font-size: 16px;
    color:#999999;
    text-align: center;
    border-right: 1px solid #e4e6ea;
}
.g-table tbody td:last-child{
    border-right: none;
}
.g-table tbody tr:nth-child(even){
    background-color: #f7f7f7;
}
.g-table tbody tr:first-child td{
    color:#333333;
}
.row3{
    padding: 60px 0;
}

/**服务流程***/
.row4{
    background: url(../image/pic7.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 25px 0 27px;
}
.row4 .g-tit{
    margin-bottom: 30px;
}
.row4 .g-tit .en{
    font-size: 96px;
    line-height: 96px;
}
.ul-ico1{
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 45px;
}
.ul-ico1 li .tit{
    color:#fff;
    font-size: 16px;
    padding-top: 20px;
}
.row4 .contuct{
    text-align: center;
    font-size: 18px;
    color:#FFFFFF;
    vertical-align: bottom;
}
.row4 .contuct span{
    font-size: 36px;
}
.row4 .contuct a{
    width: 180px;
    height: 40px;
    background: #C81824;
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color:#FFFFFF;
    margin-top: 10px;
    margin-left: 18px;
}






/***智能空调工程项目案例***/
.row6{
    padding: 60px 0; 
}
.gallery-top .swiper-slide{
    overflow: hidden;
    background-color: #F7F7F7;
}
.gallery-top .txt{
    float: left;
    width: 50%;
    padding:42px 46px ;
}
.gallery-top .tit{
    font-size: 13px;
    color:#666666;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #C71723;
    margin-bottom: 24px;
}
.gallery-top .nub{
    float: left;
    color:#C81824;
    font-size: 60px;
    font-family: 'Impact';
    line-height: 60px;
    margin-right: 10px;
}
.gallery-top .cn{
    font-size: 23px;
    color:#333333;
}
.gallery-top .info{
    font-size: 16px;
    color:#666666;
    margin-bottom: 17px;
    line-height: 1.88;
}
.gallery-top .info img{
    display: none;
}
.gallery-top.swiper-container{
    margin-bottom: 20px;
}
.gallery-top .pic{
    overflow: hidden;
    width: 50%;
    height: 456px;
}
.gallery-top .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-top .link{
    overflow: hidden;
    margin-bottom: 30px;
}
.gallery-top .link a{
    display: block;
    float: left;
    width: 110px;
    height: 32px;
    border: 1px solid #C81824;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color:#C81824;
}
.gallery-top .link a:first-child{
    background-color: #C81824;
    color:#fff;
    margin-right: 25px;
}
.ul-pic2{
    overflow: hidden;
    margin:0 -8px;
}
.ul-pic2 li{
    width: 16.66%;
    float: left;
}
.ul-pic2 .con{
    margin:0 8px;
    position: relative;
    height: 126px;
    overflow: hidden;
    cursor: pointer;
}
.ul-pic2 .con::after{
    content:'';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.ul-pic2  img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul-pic2 li.on  .con::after{
    background: none;
}
.ul-lisnk{
    overflow: hidden;
}
.ul-lisnk li{
    float: left;
    margin-right: 63px;
    text-align: center;
    font-size: 14px;
    color:#666666;
}
.ul-lisnk li:last-child{
    margin-right: 0;
}
.ul-lisnk .ico{
    width: 63px;
    height: 62px;
    border: 1px solid #C81824;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;margin-bottom: 14px;
}
.ul-lisnk .ico img{
    display: inline-block;
    vertical-align: middle;
}

/***走进 · 伟东***/
.row7{
    overflow: hidden;
    background: url(../image/pic15.jpg) no-repeat top;
}
.row7 .info{
    font-size: 14px;
    line-height: 2;
    color:#fff;
    text-align: center;
    padding: 33px 14% 0;
    margin-bottom: 60px;
     display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 4;
}
.row7 .link{
    text-align: center;
    overflow: hidden;
    margin-bottom: 90px;
}
.row7 .link a{
    display: inline-block;
    width: 109px;
    height: 32px;
    border:1px solid #fff;
    text-align: center;
    line-height: 30px;
    color:#fff;
    font-size: 14px;
    margin:0 6px;
}
.row7 .link a:first-child{
    background-color: #FF9900;
    border-color: #FF9900;
}
.row7{
    padding-bottom: 80px;
    padding-top: 55px;
}
.rongyu{
    background-color: #fff;
    padding: 22px 63px ;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.14);
}
.swiper-container.ul-list6 a{
    display: block;
    padding: 8px ;  
    border: 1px solid rgba(204, 204, 204, 0.5);
}
.swiper-container.ul-list6 img{
    display: block;
}
/****news***/
.row-7 .g-tit{
    margin-bottom: 46px;
}
.row-7 .box{
    overflow: hidden;
}
.row-7 .box .l{
   margin-right: 60px;
   width:670px;
}
.row-7 .box .pic{
    overflow: hidden;
    margin-bottom: 20px;
    height: 343px;
}
.row-7 .box .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row-7{
    padding-bottom: 30px;
}
.row-7 .box .l .tit{
    font-size: 18px;
    color:#333333;
    margin-bottom: 5px;
}
.row-7 .box .l .desc{
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.ul-news{
    overflow: hidden;
}
.ul-news li{
    margin-bottom: 17px;
    border-bottom: 1px solid #E3E3E3;
}
.ul-news .con{
    display: block;
    margin: 0 15px;
    overflow: hidden;
    padding-bottom: 10px;
}
.ul-news li:last-child{
    border-bottom: none;
}
.ul-news .time{
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color:#656565;
    text-align: center;
}
.ul-news .time .day{
    width:64px;
    height:58px;
    text-align: center;
    line-height: 58px;
    color:#fff;
    font-size: 38px;
    margin-bottom: 1px;
    background-color: #DB2416;
}
.ul-news .txt{
    overflow: hidden;
}
.ul-news .txt .tit{
    font-size: 18px;
    color:#323232;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-news li:hover .tit{
    color:#DB2416;
}
.ul-news .txt .desc{
    font-size: 14px;
    color:#666;
    line-height: 1.8;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.ul-news .slick-slide>div:last-child .con{
    border-bottom: none;
}
/***伟东实力塑品牌***/
.row5{
    padding-top: 67px;
}
.ul-pic1{
    overflow: hidden;
}
.ul-pic1 li{
    float: left;
    width: 33.333%;
}
.ul-pic1 .pic{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 63%;
}
.ul-pic1  .bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul-pic1 .txt{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition:all .3s;
    text-transform: uppercase;
}
.ul-pic1  .hide{
    display: none;
    font-size: 16px;
    color:#fff;
    line-height: 1.5;
    padding: 30px;
    transition:all .3s;
}
.ul-pic1 .show{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color:#fff;
    text-align: center;
    transform: translateY(-50%);
    transition:all .3s;
    font-size: 12px;
}
.ul-pic1 .show span{
    font-size: 24px;
}
.ul-pic1 li:hover .show{
    display: none;
}
.ul-pic1 li:hover .txt{
    top:72%;
    transition:all .3s;
}
.ul-pic1 li:hover .hide{
    display: block;
}








/**links**/
.ft-links{
    background-color: #F7F7F7;
    overflow: hidden;
}
.ft-links .name{
    float: left;
    overflow: hidden;
    padding: 27px 0;
    padding-right: 17.28px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.ft-links .name .icon{
    float: left;
    width:55px;
    height:55px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 26px;
}
.ft-links .name .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.ft-links .name .txt{
    overflow: hidden;
}
.ft-links .name .txt .en{
    font-size: 38px;
    color:#C71723;
}
.ft-links .links{
    overflow: hidden;
    padding-top: 25px;
    padding-left: 22px;
}
.ft-links .links a{
    display: inline-block;
    font-size: 15px;
    color:#666666;
    line-height: 2.2;
    margin:0 61.44px 0 0;
}
.ft-links .links a:hover{
    opacity:.7;
}








/**footer***/
.footer .top{
    padding-top: 50px;
    overflow: hidden;
    background: #404040;
}
.copy{
    background-color: #333333;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    color:rgba(255, 255, 255, 0.3);
}
.copy a{
     font-size: 14px;
      color:rgba(255, 255, 255, 0.3);
}
.snavd{
    text-align: center;
    font-size: 16px;
    margin-bottom: 52px;
}
.snavd a{
   color:rgba(255, 255, 255, 0.5);
   display: inline-block;
   padding: 0 15px;
}
.snavd span{
    font-size: 16px;
    color:rgba(255, 255, 255, 0.5);
}
.form{
    overflow: hidden;
    margin-bottom: 44px;
}
.form .w16{
    float: left;
    width: 16%;
    margin-right: 3%;
}
.form .w21{
    float: left;
    width: 21%;
    margin-right: 3%;
}
.form .w21.ss{
    position: relative;
    background-color: #fff;
    padding-right: 60px;
}
.form .w21.ss img{
    display: block;
    position: absolute;
    right: 5px;
    bottom:5px;
    top:5px;
}
.form .w21.ss .inp-box{
    overflow: hidden;
}
.form .w43{
    float: left;
    width: 43%;
    margin-right: 3%;
}
.form .inp{
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 10px;
}
.form .btn {
    overflow: hidden;
    padding-top: 7px;
}
.form .btn input{
    overflow: hidden;
    width: 100%;
    height: 35px;
    background: #C71723;
    border-radius: 18px;
    color:#fff;
    cursor: pointer;
}
.footer .content{
    overflow: hidden;
    margin: 0 100px;
}
.footer .content .ss{
    width: 33.333%;
    float: left;
    font-size: 14px;
    margin-bottom: 20px;
    color:#fff;
}
.footer .content .ss:nth-child(4){
    clear:left;
}
.footer .content .ss .fb{
    font-weight: bold;
    font-size: 24px;
}
.footer .content .ss img{
    margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
}

.phone-chanpin{margin-bottom: 30px;display: none;}
.phone-chanpin::after{  content: '';
display: block;
clear:both;
visibility: hidden;
width: 100%;
height: 0;}
.phone-chanpin .tit{width: 100px;float: left;background-color: #DB2416;height: 44px;line-height: 44px;text-align: center;font-size: 14px;color:#fff;}
.phone-chanpin .more{float: left;width: calc(100% - 100px); background-color: #eee;position: relative;height: 44px;}
.phone-chanpin .name{text-align: center;font-size: 14px;color:#333;line-height: 44px;}
.phone-chanpin .sub{position: absolute;top: 100%;left: 0;width: 100%;background-color: #DB2416;z-index: 99;display: none;padding: 10px 0;}
.phone-chanpin .sub a{display: block;line-height: 24px;font-size: 12px;padding-left: 15px;color:#fff;}
/*手机浮动*/
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;line-height:53px;display:block;float:left;position:relative;}
#floatBottom a.kf1{background:url(../image/kf1.png) no-repeat center center;}
#floatBottom a.kf2{background:url(../image/kf2.png) no-repeat center center;}
#floatBottom a.kf3{background:url(../image/kf3.png) no-repeat center center;}
#floatBottom a.kf4{background:url(../image/kf4.png) no-repeat center center;}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}
.proinfo{padding: 20px 0;overflow: hidden;}
.pi_top{overflow: hidden;}
@media only screen and (max-width: 1500px) {
    body{padding-top: 100px;}
    .logo{width: 300px;}
    .nav{line-height: 100px;}
    .wp{width: 1200px;}
   
    .tab .txt .desc{font-size: 14px;}
    .tab .txt .tit{font-size: 22px;padding-bottom: 8px;}
    .tab .txt .tit span{font-size: 32px;}
    .tab .txt .en{font-size: 12px;margin-bottom: 0;}
  
    .nav .v1{font-size: 14px;}
    .process .box>div{margin-right: 0;}
    .process .item{width: 25%;padding: 0 15px;text-align: center;}
    .process .item.s1, .process .item.s2,.process .item.s1, .process .item.s3{margin-right: 0;}
    .process .cn::after{width: 475px;}
    .process .top::after{left:201px;right:148px;}
    .process .x1{width: 97px;}
    .process .box .txt{padding-left: 46px;bottom:50px;}
    .process .box::after{right: 152px;}
    .g-title .cn{font-size: 34px;}
    .gallery-top .cn{font-size: 18px;}
    .gallery-top .tit{font-size: 12px;}
    .gallery-top .info{font-size: 14px;}
    .gallery-top .txt{padding: 30px;}
    .gallery-top .nub{font-size: 48px;line-height: 48px;}
    .g-tit .en{font-size: 70px;}
    .g-tit .cn{font-size: 32px;}
    .row7 .info{padding: 30px;margin-bottom: 0;}
    .ft-links .links{padding-bottom: 10px;padding-top: 10px;}
    .footer .content .ss .fb{font-size: 18px;}
    .footer .content{margin: 0;}
    .row1,.row2,.row3,.row4,.row5,.row6,.row7{padding-top: 30px;}
    .row7{padding-bottom: 30px;}
    .row7 .link{margin-bottom: 60px;}
    .ul-pic1 .hide{font-size: 14px;padding: 14px;}
    .tab .pic{margin-left: 30px;}
    .process .box{padding: 0;}
}

@media only screen and (max-width: 1210px) {
    /*******************************
        -------[=公用]-------
        ********************************/
        .nav li{line-height: 45px;}
        .logo{padding-top: 10px;}
        .header{background-color: #fff;height: 50px;box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);}
        .nav{
            position: fixed;
        }
        .menuBtn{display: block;}
        body{padding: 50px 0 53px;}

        .nav{
            position: fixed;
            top: 50px;
            left: 0;
            right: 0;
            bottom: 0;
            margin-left: 100%; 
            z-index: 99;
            overflow: hidden;
            transition:all .3s;
            background: none;
        }
        .nav.on{
            margin-left: 0;
        }
        .nav ul{
            width: 300px;
            position: absolute;
            right: 0;
            bottom: 0;
            top: 0;
            background-color: #fffeff;
            overflow-y: scroll;
        }
        .nav li{float: none;width: auto;margin:0;position: relative;}
        .nav .bg{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.3);
        }
        .nav .sub a{display: block;float: none;}
        .nav li i {
            display: block;
            width: 40px;
            height: 40px;
            background-position: center center;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 9;
            background: url(../image/sel.png) no-repeat center center;
        }
        .nav li i.on{background-image: url(../image/sel2.png);}
        .nav li .sub{position: static;width: auto;margin-left: 0;}
        .nav li .sub a{padding-left: 20px;text-align: left;margin:0;}
        .nav .wp{width: auto;padding: 0;}
        .nav .v1 span{display: none;}
        .nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;}
        .nav li.on .v1,
        .nav li:hover .v1{
            color:#fff;
            background-color: #DB2416;
        }
        .header .bom{padding: 12px 0 0;height: auto;}
        .logo{width: 260px;line-height: 50px;}
        .wp{width: auto;padding: 0 15px;}
        .tab .pic{height: 465px;}
        .tab .txt .pa{display: none;}
        .tab .pic,.tab{border-radius: 0;}
        .tab .txt .pa img{width: 60%;left: 3px;top: -40px;}
        .tab .txt .pa span{font-size: 100px;line-height: 100px;}
        .tab .txt a{width: 120px;height: 30px;line-height: 30px;font-size: 12px;}
        .process .box::after{right: 12%;}
        .process .cn::after{width: 86%;}
        .process .box .txt{bottom: 5px;}
        .process .pic{line-height: 160px;}
        .process .top{height: 160px;}
        .ul-ico1{display: block;}
        .ul-ico1 li{width: 25%;float: left;text-align: center;margin-bottom: 15px;}
        .ul-ico1 li .tit{padding-top: 8px;}
        .ul-ico1{margin-bottom: 10px;}
        .ul-pic1 .show span{font-size: 18px;}
        .row-7 .box .l{width: 550px;margin-right: 30px;}
        .gallery-top .tit{margin-bottom: 10px;}
        .gallery-top .txt{padding-top: 20px;padding-bottom: 0;}
        .ul-lisnk li{margin-right: 30px;}
        .gallery-top .pic{width: 50%;height: 400px;}
        .gallery-top .pic img{display: block;width: 100%;height: 100%;object-fit: cover;}
        .g-tit .en,.row4 .g-tit .en{font-size: 40px;line-height: 70px;margin-bottom: -38px;}
        .g-tit .cn{font-size: 32px;}
        .ul-pic1 .show img{width: 50px;}
        .ul-pic1 li:hover .txt{top:58%;}
        .row-7{padding-top: 20px;}
        .footer .top{padding-top: 30px;}
        .row4 .contuct span{font-size: 28px;}
        .process .top{padding-left: 0;}
        .process .s3 .pic img{max-width: 40%;max-height: 40%;}
        .process .s4 .pic img{max-width: 60%;max-height: 60%;}
        .process .box .item{padding: 0;}
        .process .bg{margin:0 auto; width: 900px;}
        .process .top::after{right: 116px;left: 116px;}
        .process .bom::after{top: -25px;}
        .process .item.s2 .txt{bottom: 0;}
        .process .cn::after{width: 98%;}
        .process .box::after{right: 11.9%;}
        .process .box{padding-top: 10px;height: 170px;}
        .row3{padding-bottom: 30px;}
        .ul-ico1 li img{width: 45px;}
        .ul-ico1 li:nth-child(5){clear:left;}
        .g-title .cn{font-size: 32px;}
        .ul-tab{width: auto;float: none;padding:10px 0 5px;}
        .ul-tab li{width: 20%;float: left;margin-bottom: 5px;}
        .g-title{margin-bottom: 20px;}
        .process{padding: 30px 0;}
        .ul-tab .a{padding-right: 0;}
        .process .hide,.process .s4 .hide{font-size: 12px;padding: 30px;}
        .process .hide .b{font-size: 14px;}
        .process .s4 .hide{top: -160px;}
        .ul-tab .on a{background: none;}
        .ul-tab .tit{border-bottom: none;padding: 0;line-height: 40px;}

    }
    @media only screen and (max-width: 1020px) {

        #floatBottom{display: block;}
        .phone-chanpin{display: block;}
        .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 5px;}
        .banner .swiper-pagination-bullet{width: 8px;height: 8px;}
        .ul-tab .tit{display: none;}
        .ul-tab .a{padding: 0;}
        .ul-tab .nub{margin:0 auto;float: none;}
        .tab .txt{padding: 30px;}
        .tab .txt .desc{margin-bottom: 30px;}
        .tab .pic{width: auto;height: 300px;float: none;border-radius: 0;margin-left: 0;}
       
        .tab{border-radius: 0;padding: 0;}
        .row4{padding-top: 0;}
        .row4 .contuct a{display: block;margin:15px auto 0;}
        .ul-pic1 li:hover .txt{top: 0;}
        .gallery-top .pic{width: auto;float: none;height: 300px;}
        .gallery-top .txt{width: auto;float: none;padding-bottom: 30px;}
        .ft-links{padding-bottom: 5px;}
        .ft-links .name{float: none;text-align: center;padding: 0;}
        .ft-links .name .icon,.snavd{display: none;}
        .footer .content .ss{width: auto;float: none;}
        .footer .content .ss .fb{font-size: 16px;}
        .g-title .cn{font-size: 24px;}
        .row7 .info{padding: 20px 0;}
        .process .bg{width: 700px;}
        .process .txt{bottom: 0;}
        .process .top{height: 150px;}
        .process .pic{line-height: 150px;}
        .process .top::after{left: 92px;right: 92px;}
        .ft-links .links{padding: 0;}
        .process .cn::after{width: 66%;}
        .process .box .item{padding: 0 5px;}
        .process .box::after{right: 11.7%;}
        .ft-links .links a{display: block;float: left;width: 20%;margin:0;text-align: center;}
        .ul-news .con{margin:0;}
        .ul-news .time{margin-right: 10px;}
        .ul-news .txt .tit{margin-bottom: 0;}
        .process .bom .name{display: none;}


    }
    @media only screen and (max-width: 959px) {
        .row-3 .pic{display: none;}
        .row-5 .link,.row-5 .info{margin-bottom: 30px;}
        .g-tit .en{font-size: 32px;}
        .g-tit .cn{font-size: 26px;}
        .row-3 .txt .fb{font-size: 20px;}
        .bgf .g-tit .cn{font-size: 20px;}
        .row-1 .g-tit{margin-bottom: 30px;}
        .ul-prod .tit{padding-top: 10px;}
        .row-7 .box .l{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
        .g-title{font-size: 14px;}



    }

    @media only screen and (max-width: 767px) {
        .row-7 .box .pic{height: auto;}
        .links .link a{width: 33.33%;padding:0;display: block;float: left;text-align: center;}
        .tab .txt .tit{margin-bottom: 15px;}
        .tab .pic{height: 200px;}
        .process .bg{width: auto;}
        .g-table .l{width: auto;float: none;padding: 0;margin-right: 0;font-size: 14px;line-height: 4;text-align: center;margin-bottom: 10px;}
        .g-table tbody td{font-size: 12px;}
        .g-table tbody td span,.g-table tbody td{
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
        }
        .g-table .table{padding-bottom: 0;border:none;}
        .g-table .table::after{display: none;}
        .slider1 .txt,.ul-ico1 li .tit{font-size: 14px;}
        .ul-pic1 li{width: 50%;}
        .ul-pic1 .show img{width: 30px;}
        .ul-pic1 .hide{padding: 0;}
        .ul-lisnk li{margin-right: 0;width: 25%;float: left;text-align: center;}
       
        .ul-pic2 li{width: 33.33%;margin-bottom: 10px;}
        .gallery-top .cn{font-size: 16px;}
        .row6{padding-bottom: 20px;}
        .form .w16,.form .w21,.form .w43{width: auto;float: none;margin-right: 0;margin-bottom: 10px;}
        .process .pic{line-height: 100%;}
        .process .item{width: auto;padding: 0;}
        .process .box>div{margin-bottom: 10px;}
        .process .box>div:last-child,.process .box>div.s8{margin-bottom: 0;}
        .process .top .item{height: 100px;margin-right: 5px;}
        .process .item.s1{width: 83px;}
        .process .item.s2{width: 83px;}
        .process .item.s3{width: 48px;}
        .process .item.s4{width: 97px;}
        .process .top .item .pic{position: absolute;bottom: 0;left: 0;}
        .process .item.s3 .pic{width: 48px;height: 89px;}
        .process .item.s2 .pic{width: 83px;height: 37px;}
        .process .item.s1 .pic{width: 83px;height: 37px;}
        .process .item.s4 .pic{width: 97px;height: 89px;}
        .process .s3 .pic img,
        .process .s2 .pic img,
        .process .s4 .pic img,
        .process .s1 .pic img{display: block;width: 100%;height: 100%;max-width: 100%;max-height: 100%;}
        .process .item.s2 .txt{bottom: -34px;}
        .process .item.s2 .txt p{padding-top: 0;}
        .process .top::after{left: 39px;right: auto;width: 244px;}
        .process .bom{overflow: hidden;margin-top: -50px;}
        .process .bom::before{display: none;}
        .process .cn::after{display: none;}
        .process .item.s4::before{height: 200px;}
        .process .cn p{padding-top: 0;color:#fff;}
        .process .cn .txt{bottom: 30px;z-index: 3;}
        .process .cn{padding-bottom: 0;margin-bottom: 0;}
        .process .box::after{left: 0;right:auto;}
        .process .bom{background: none;padding-bottom: 0;padding-left: 43px;}
        .process .bom::after{width: 10px;height: 100%;left: 38px;top: 0px;}
        .process .x1,.process .x2{display: none;}
        .process .box .s8 i{float: none;right: 28px;}
        .process .s4 .hide{top: 0;}
        .process .box .item{float: none;}
        .process .box{height: auto;}
        .process .pic img{display: block;}
        .process .box .item::before{display: none;}
        .ul-ico1 li img{width: 30px;}
        


    }

    /*Common For Max 480*/
    @media only screen and (max-width: 479px) {
        .row-1{padding:30px 0 15px;}
        .ul-prod .tit{padding-top: 10px;}
        .g-tit .cn{font-size: 20px;}
        .row-1 .g-tit{margin-bottom: 20px;}
        .row-5 .link a{width: 100px;}
        .phone-chanpin{margin-bottom: 15px;}
        .g-tit .en{font-size: 26px;margin-bottom: -10px;line-height: 26px;}
        .g-tit .desc{font-size: 14px;}
        .fd-form .txt .tit{font-size: 20px;}
        .rongyu{padding: 10px;}
        .row7{padding-bottom: 0;}
        .row7 .info{line-height: 1.6;text-align: left;}
        .gallery-top .txt{padding-left: 15px;padding-right: 15px;}
        .process .cn{width: auto;margin-left: 30px;}
        .process .cn::after{left: 200px;}
        .process .wp{padding: 0;}
        .g-title .cn{font-size: 20px;}
        .process .box{display: none;}

        .process .hide{width: 300px;background: none;background-color: #fff;padding: 15px;top:50%!important;left:0!important;right:0!important;position: fixed;margin:0 auto;
                transform: translateY(-50%);z-index: 9999;box-shadow: 0 3px 3px rgba(0,0,0,.3);}
        .process .hide .close{
            position: absolute;
            top: 0;
            right: 0;
            width: 30px;
            height: 30px;
            background:#000 url(../image/close.png) no-repeat center;
         
            background-size: contain;
        }
        .ul-pic2 .con{height: 61px;}
        .gallery-top.swiper-container{margin-bottom: 0;}
    }
    @media only screen and (max-width: 375px) {
        .process .item.s4{width: 60px;}
        .process .item.s4 .pic{width: 60px;height: 47px;}
        .process .top::after{width: 225px;}
        .logo{width: 220px;}

    }


    

#floatDivBoxs{width:170px;background:#c91523;position:fixed;top:108px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#c91523;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px 4px 14px;}
#floatDivBoxs .floatDqq{margin-bottom:0;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3;}
.floatShadow{background:#fff;border-left:4px solid #c91523;border-right:4px solid #c91523;border-bottom:4px solid #c91523;}
#rightArrow{width:50px;height:45px;background:url(../image/online_arrow.jpg) no-repeat;position:fixed;top:108px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}
 @media only screen and (max-width: 1199px) {#floatDivBoxs,#rightArrow{display: none;}}



#a3 table{
    width: 100%;
    margin-bottom: 30px;
}