/*---------优秀案例------------*/
.ul-case li.case{
    overflow: hidden;
    padding: 30px 8px;
    border-bottom: 1px dotted #c1c1c1;
}
.ul-case li.case.first{
    padding-top: 0;
}
.slick-case{
    float: left;
    width: 320px;
    margin-right: 25px;
    position: relative;
    box-shadow: 0 0 8px rgba(81, 81, 81, 0.2);
} 
.slick-case .pic{
    padding-top: 75%;
    position: relative;   
}
.slick-case .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}
.slick-case .slick-dots{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;   
    height: 30px;
    line-height: 25px;
    padding-left: 15px;
    background: url(../images/case-bg.png) center center;
}
.slick-case .slick-dots li{
    display: inline-block;
    margin: 0 3px;
    line-height: 30px;
}
.slick-case .slick-dots li button{
    display: block;
    width: 8px;
    height: 8px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    border: none;
    outline: none;
    background-color: #fff;
    cursor: pointer;
    padding: 0;
}
.slick-case .slick-dots li.slick-active button{
    background-color: #e60012;
}
.ul-case .txt-box{
    overflow: hidden;
}
.ul-case .txt-box .tit{
    margin-bottom: 45px;
}
.ul-case .txt-box h3{
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ul-case .txt-box em{
    color: #666;
    display: block;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-case .txt-box h4{
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #e60012;
    padding: 0 45px;
}
.ul-skill{
    position: relative;
    padding: 10px 0 18px;
}
.ul-skill li{
    float: left;
    width: 50%;  
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.ul-skill li p {
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 40px;
    background: url(../images/case-yuan.png) no-repeat left center;
}

.ul-skill li.odd{
    padding-left: 15%;
}
.ul-skill::after{
    content:'';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100px;
    background-color: #bebebe;       
}
/*---------制造实力------------*/
.m-make{
    overflow: hidden;
}
.m-make .pic-box img{
    display: block;
    margin: 0 auto;
}
.ul-make{
    padding-bottom: 40px;
}
.ul-make li{
    padding: 28px 0 25px;
    border-bottom: 1px dotted #c0c0c0;
}
.ul-make h3{
    padding-left: 15px;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    position: relative;
}
.ul-make h3 i{
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 20px;
    background-color: #e60012;
}
.ul-make .txt{
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.ul-product{
    overflow: hidden;
    margin: 0 -10px;
    padding: 6px 6px 0;
}
.ul-product li{
    float: left;
    width: 50%;    
    margin-bottom: 30px;
}
.ul-product .inner{
    display: block;
    margin: 0 10px;
    border-bottom: 1px solid #bebebe;
    position: relative;
}
.ul-product .pic{
    height: 280px;
    line-height: 280px;
    text-align: center;
    box-shadow: 0 0 6px rgba(64, 64, 64, 0.15);
}
.ul-product .pic img{
    display: inline-block;
    vertical-align: middle;
    max-height: 95%;
    max-width: 95%;
}
.ul-product span{
    display: block;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;    
}
.ul-product i{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #e60012;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.ul-product li:hover i{
    width: 100%;
}
/*---------联系我们------------*/
.m-map{
    margin-bottom: 60px;
}
#allmap{
    height: 300px;  
}
.form-contact{
    float: left;
    width: 510px;
    margin-right: 45px;
}
.form-contact ul{
    overflow: hidden;
}
.form-contact li{
    float: left;
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 2px;
    background-color: #f1f1f1;
    margin-bottom: 12px;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(236, 239, 241, 0.9);
}
.form-contact .li1,
.form-contact .li2{
    width: 45%;    
}
.form-contact .li1 input,
.form-contact .li2 input{
    width: 65%;
}
.form-contact .li2{
    float: right;
}
.form-contact span{
    float: left;
    font-size: 14px;
    margin-right: 10px;
    color: #333;
}
.form-contact input {height: 32px;}
.form-contact input,
.form-contact textarea{
    font-size: 14px;
    border:none;
    width: 82%;
    line-height: 32px;
    background-color: #f1f1f1;
}

.form-contact textarea{
    resize: none;
    height: 160px;
    margin-top: 10px;
}
.form-contact input[type="submit"]{
    height: 54px;
    line-height: 54px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background-color: #e60012;
}
.ul-contact{
    overflow: hidden;
}
.ul-contact li{
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.ul-contact h4{
    font-size: 20px;
    color: #e60012;
    font-weight: normal;
}
.ul-contact h4 i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
}
.ul-contact h4 i.ico-place{
    background-image: url(../images/ico-map1.png);
}
.ul-contact h4 i.ico-mail{
    background-image: url(../images/ico-mail.png);
}
.ul-contact h4 i.ico-tel{
    background-image: url(../images/ico-tel.png);
}
.ul-contact h4 i.ico-fax{
    background-image: url(../images/ico-fax.png);
}
.ul-contact .txt{
    font-size: 14px;
    line-height: 24px;
    padding-left: 35px;
}
.ul-contact .txt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 120px;
    word-wrap:break-word;
}
.ul-contact li.odd{
    float: right;
    text-align: left;
    padding-left: 5%;
}
/*---------新闻列表-----------*/
.m-news{
    padding-bottom: 50px;
}
.m-news .news-hot{
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #bebebe;
}
.m-news .news-hot .pic-box{
    float: left;
    width: 320px;
    margin-right: 30px;
}
.m-news .news-hot .pic-box .pic{
    position: relative;
    padding-top: 71.25%;
    overflow: hidden;
}
.m-news .news-hot .pic-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;  
}
.m-news .news-hot .pic-box:hover img{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.m-news .news-hot .txt-box{
    overflow: hidden;
}
.m-news .news-hot .txt-box .tit span{
    font-size: 20px;
    color: #666;
    display: block;
    margin: 10px 0 15px;
}
.m-news .news-hot .txt-box .tit{
    padding-bottom: 20px;
    border-bottom: 1px dotted #c7c7c7;
}
.m-news .news-hot .txt-box h4{
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.m-news .news-hot .txt-box .txt{
    font-size: 14px;
    line-height: 22px;
    padding-top: 18px;
}
.m-news .news-hot .txt-box .txt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 66px;
}

.news-hot .btn-look {
    margin: 15px 0 5px 5px;
    border: 1px solid rgba(81, 81, 81, 0.1);
}
.btn-look:hover {
    display: inline-block;
    line-height: 40px;
    text-align: center;
    padding: 0 60px 0 30px;
    background-color: #e60012;
    color: #fff;
    background-image: url(../images/ico-more.png);
}
.ul-news li{
    position: relative;
    padding: 30px 0 24px;
    /*overflow: hidden;*/
    border-bottom: 1px solid #eee;
}
.ul-news li:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #e60012;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-news li:hover:after {width: 100%;}
.ul-news .time-box{
    float: left;
    margin-right: 30px;
    width: 110px;
    height: 90px;
    background-color: #bebebe;
    color: #fff;
}
.ul-news .time-box i{
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    display: block;
    border-bottom: 1px solid #fff;
    padding-left: 13px;
    font-style: normal;
}
.ul-news .time-box span{
    display: block;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    text-align: right;
    padding-right: 10px;
}
.ul-news .txt-box{
    padding: 0 0 6px 6px;
    overflow: hidden;
}
.ul-news .txt-box h4{
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-bottom: 20px;
    border-bottom: 1px dotted #dedede;
}
.ul-news .txt-box .txt{
    padding: 18px 0 28px;
}
.ul-news .txt-box .txt p{
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 66px;
}
.btn-look{
    display: inline-block;
    line-height: 40px;
    padding: 0 55px;
    text-align: center;
    color: #999;
    box-shadow: 0 0 6px rgba(81, 81, 81, 0.15);
    background-position: 105px center;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.ul-news .txt-box .btn-look:hover{
    background-color: #e60012;
    color: #fff;
}
.ul-news .pic-box{
    float: right;
    margin-left: 38px;
    width: 241px;
    height: 161px;
    overflow: hidden;
}
.ul-news .pic-box .pic{
    position: relative;
    padding-top: 66.805%;
}
.ul-news .pic-box img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ul-news .pic-box:hover img{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.m-page {overflow: hidden;padding: 4px 0;}
.m-page li{
    float: left;
    box-shadow: 0 0 4px rgba(64, 64, 64, 0.1);
    margin-right: 10px;
}
.m-page li a{
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    background-color: #f1f1f1;
}
.m-page a.on {color: #fff;background-color: #e60012;}
.m-page li.turn a{
    font-size: 18px;
}
.m-page li.turn a i{
    display: inline-block;
    vertical-align: -1px;
    width: 9px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}
.m-page li.turn a i.ico-prev{
    background-image: url(../images/ico-prev.png);
}
.m-page li.turn a i.ico-next{
    background-image: url(../images/ico-next.png);
}
.m-page li.turn a:hover i.ico-prev{
    background-image: url(../images/ico-prev1.png);
}
.m-page li.turn a:hover i.ico-next{
    background-image: url(../images/ico-next1.png);
}
/*---------新闻内页-----------*/
.m-article{
    
}
.m-article h1{
    font-size: 20px;
    line-height: 24px;
} 
.m-article .tip-box{
    padding: 20px 0 15px;
    line-height: 30px;
}
.m-article .tip-box .time{
    color: #999;
    margin-right: 40px;
}
.m-article .tip-box .font{
    color: #999;
}
.m-article .tip-box i{
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.m-article .tip-box .font a{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 12px;
    margin-left: 12px;
    background-size: 14px 12px;
}
.m-article .tip-box .font a.ico-add{
    background-image: url(../images/size-add.png);
}
.m-article .tip-box .font a.ico-cut{
    background-image: url(../images/size-cut.png);
}
.m-article .tip-box .font a.ico-add:hover{
    background-image: url(../images/size-add1.png);
}
.m-article .tip-box .font a.ico-cut:hover{
    background-image: url(../images/size-cut1.png);
}
.m-article .tip-box i.ico-print{
    width: 16px;    
    height: 14px;
    background-image: url(../images/ico-print.png);
    margin: 0 28px 0 30px;
}
.m-article .tip-box i.ico-share{
    width: 16px;    
    height: 16px;
    background-image: url(../images/ico-share.png);
}
.m-article .tip-box i.ico-print:hover{
    background-image: url(../images/ico-print1.png);
}
.m-article .tip-box i.ico-share:hover{
    background-image: url(../images/ico-share1.png);
}
.m-article .tip-box .share-box{
    position: relative;
    display: inline-block;
    width: 200px;
}
.m-article .tip-box .share-box .bdsharebuttonbox{
    position: absolute;
    top: 3px;
    left: 30px;
    display: none;
}
.m-article .tip-box .share-box:hover .bdsharebuttonbox{
    display: block;
}
.m-article .con{
    padding-top: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}
.m-article .con img{
    display: block;
    margin: 30px auto;
}
.m-page2{
    padding: 15px 0;
}
.m-page2 p{
    color: #999;
    line-height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 270px;
}
.m-page2 p i{
    display: inline-block;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
.m-page2 p a{
    color: #999;
}
.m-page2 p a:hover{
    color: #e60012;
}
.m-page2 .prev{
    float: left;
}
.m-page2 .next{
    float: right;
}
.m-page2 .prev i{
    background-image: url(../images/qj-prev.png);
}
.m-page2 .next i{
    background-image: url(../images/qj-next.png);
}

/*---------产业-----------*/
.ul-industry{
    overflow: hidden;
}
.ul-industry li{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #bebebe;
    overflow: hidden;
}
.ul-industry .pic-box{
    float: left;
    width: 400px;
    position: relative;
}
.ul-industry .pic-box .pic{
    padding-top: 65%;
    position: relative;   
}
.ul-industry .pic-box img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;   
}
.ul-industry .pic-box:hover .btn-browse{
    opacity:1;
}
.ul-industry .pic-box .btn-browse{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: url(../images/qj-bg.png) center center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}
.ul-industry .pic-box .btn-browse::after{
    content:'';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.ul-industry .pic-box .btn-browse span{
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/ico-link1.png);
}
.ul-industry .txt-box{
    overflow: hidden;
    padding-left: 40px;
    padding-bottom: 5px;
}
.ul-industry .txt-box h4{
    font-size: 18px;
    position: relative;
    font-weight: normal;
}
.ul-industry .txt-box h4 a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;    
    padding: 15px 0 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ul-industry .txt-box h4::after{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 290px;
    height: 1px;
    background-color: #bebebe;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ul-industry .txt-box h4::before{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #e60012;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 9;
}
.ul-industry .txt-box h4:hover::before{
    width: 290px;
}
.ul-industry .txt-box .txt{
    font-size: 14px;
    line-height: 22px;
    margin: 25px 0 40px;
} 
.ul-industry .txt-box .txt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 88px;
}
.ul-industry .txt-box .btn-browse{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 48px 0 32px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #f1f1f1;
    background-position: 90px center;
    background-repeat: no-repeat;
    background-image: url(../images/ico-link.png);
}
.ul-industry .txt-box .btn-browse:hover{
    background-image: url(../images/ico-link1.png);
    background-color: #e60012;
    color: #fff;
}



/*Common For Max 960*/
@media only screen and (max-width: 1259px) {
    .form-contact{float: none;width: 100%;margin-bottom: 50px;margin-right: 0;}

    .ul-news li{padding: 20px 0 30px;}
    .ul-news .time-box{margin-right: 20px;}
    .ul-news .pic-box{margin-left: 20px;}

    .ul-case .txt-box .tit{margin-bottom: 20px;}
    .ul-skill li{float: none;width: auto;}
    .ul-skill li.odd{padding-left: 0;}
    .ul-skill::after{display: none;}
    .ul-case .txt-box h4{margin-bottom: 0;}
    .ul-skill{padding: 10px 0 0;}


    .ul-industry .pic-box{width: 300px;}
    .ul-industry .txt-box .txt p{
        -webkit-line-clamp:3;
        height: 66px;
    }
    .ul-industry .txt-box{padding-left: 30px;}
    .ul-industry .txt-box .txt{
        margin: 10px 0 20px;
    }

}


/*Common For Max 768*/
@media only screen and (max-width: 959px) {
    .form-contact input, .form-contact textarea{
        width: 90%;
    }
    .form-contact li{padding: 0 10px;}
    .form-contact .li1, .form-contact .li2{
        width: 48%;
    }
    .m-map{margin-bottom: 30px;}
    .form-contact{margin-bottom: 30px;}
    
    .m-news{padding-bottom: 30px;}
    .m-news .news-hot .txt-box span{font-size: 18px;}
    .m-news .news-hot .txt-box h4{font-size: 18px;}
    .m-news .news-hot .pic-box{margin-right: 15px;width: 250px;}
    .m-news .news-hot .txt-box span{margin: 5px 0 10px;}
    .m-news .news-hot .txt-box .txt p{-webkit-line-clamp:2;height: 44px;}
    .m-news .news-hot .txt-box .txt{padding-top: 10px;}
    .m-news .news-hot .btn-look{
        margin-top: 14px;
    }
    .ul-news .time-box{width: 70px;margin-right: 10px;}
    .ul-news .pic-box{width: 180px;height: 120px;}
    .ul-news .txt-box h4{font-size: 16px;padding-bottom: 10px;}
    .ul-news .txt-box .txt{padding: 10px 0 20px;}

    .m-article .tip-box i.ico-print{display: none;}
    .m-article .tip-box .share-box{margin-left: 20px;}
    .m-article .tip-box .time{margin-right: 20px;}
    .m-article .tip-box{padding: 10px 0 5px;}
    .m-page2 p{margin: 5px auto;}
    .m-page2 .prev,.m-page2 .next{float: none;width: auto;}

    .ul-product .pic{height: 240px;line-height: 240px;}

    .slick-case{float: none;width: auto;margin: 0 auto;}

    .ul-case .txt-box{margin-top: 20px;}

    .ul-industry .pic-box{
        float: none;
        width: auto;
        height: auto;
        margin: 0 auto;
    }
    .ul-industry .txt-box{
        padding-left: 0;
    }
    .ul-industry li{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}



/*Common For Max 480*/
@media only screen and (max-width: 767px) {
    .ul-news .txt-box h4 {padding-top: 4px;line-height: 1.1;}
    #allmap{height: 200px;}
    .form-contact li{line-height: 36px;}
    .form-contact textarea{margin-top: 0;height: 120px;}
    .form-contact input[type="submit"]{line-height: 36px;height: 36px;}
    .ul-contact h4{font-size: 16px;}
    .ul-contact .txt{
        font-size: 12px;
    }
    .ul-contact h4 i{background-size: 25px 25px;}
    
    .m-news .news-hot .pic-box{
        float: none;
        width: auto;
        height: auto;
        margin: 0 auto;
    }
    .m-news .news-hot .txt-box span{
        font-size: 16px;
    }
    .m-news .news-hot .txt-box h4{
        font-size: 16px;
    }
    .m-news .news-hot .txt-box .txt{
        font-size: 12px;
    }
    .m-news .news-hot .btn-look{line-height: 36px;}
    .m-news .news-hot .txt-box .tit{padding: 10px 0;}
    .ul-news .pic-box{float: none;width: auto;height: auto;margin: 0 auto 10px;}
    .ul-news .txt-box .btn-look{line-height: 36px;}
    .ul-news li{padding: 10px 0 15px;}
    .ul-news .txt-box .txt{padding: 10px 0;font-size: 12px;}
    .m-news .news-hot{padding-bottom: 15px;}
    .m-news{padding-bottom: 20px;}
    .m-page{text-align: center;}
    .m-page ul{display: inline-block;}

    .ul-case .txt-box h3{line-height: 20px;}

    .m-article h1{font-size: 18px;}

    .ul-make{padding-bottom: 20px;}
    .ul-make li{padding: 20px 0;}
    .ul-make h3{font-size: 14px;}
    .ul-make .txt{font-size: 12px;}
    .ul-make h3 i{height: 14px;}
    .ul-product span{line-height: 36px;}
    .ul-industry .txt-box h4{font-size: 16px;}
    .ul-industry .txt-box .txt{font-size: 12px;}
}


/*Common For Max 320*/
@media only screen and (max-width: 479px) {
    .form-contact input, .form-contact textarea{
        width: 86%;
    }
    .form-contact .li1, .form-contact .li2{
        width: 100%;
    }
    .form-contact .li1 input, .form-contact .li2 input{
        width: 86%;
    }
    .ul-contact li{
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .ul-contact li.odd{
        float: none;
        width: auto;
        padding-left: 0;
    }
    .ul-contact .txt p{
        -webkit-line-clamp:initial;
        height: auto;
    }
    
    .m-article .tip-box .share-box{width: auto;}

    .ul-make li{padding: 10px 0;}
    .ul-make h3{margin-bottom: 10px;}
    .ul-product .pic{height: 150px;line-height: 150px;}
    .ul-product li{margin-bottom: 20px;}

    .ul-case .txt-box h3{font-size: 16px;line-height: 18px;}
    .ul-case .txt-box em{margin-top: 10px;}
    .ul-case .txt-box .tit{margin-bottom: 10px;}

    .ul-industry .txt-box .txt{
        margin: 5px 0 10px;
    }
    .ul-industry li{padding-bottom: 10px;margin-bottom: 10px;}
    .ul-industry .txt-box h4 a{padding: 10px 0 5px;}
    .ul-industry .txt-box h4::after{width: 100%;}
    .ul-industry .txt-box h4:hover::before{width: 100%;}
}