@charset "UTF-8";
/*首页banner开始*/
.banner{
    width: 100%;
    height: 600px;
    position: relative;
    background-color: #506b7e;
}
.banner-hd{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.banner-hd ul{
    width: 100%;
}
.banner-hd ul li{
    display: inline-block;
    width: 42px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}
.banner-hd .on{
    background-color: rgba(255, 255, 255, 1);
}
.banner-bd{
    width: 100%;
    height: 100%;
}
.banner-bd ul{
    width: 100%;
    height: 100%;
}
.banner-bd ul li{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: auto 100%;
}
/*首页banner结束*/
/*线束中心开始*/
.harness-center{
    margin-top: 50px;
}
.harness-title{
    width: 100%;
    background-color: #1778bf;
    padding: 20px 30px;
}
.harness-title span{
    display: block;
}
.harness-title .sp1{
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}
.harness-title .sp2{
    font-size: 32px;
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
    color: #fff;
}
.harness-title .sp3{
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: url(../images/xiansu-center-line.png) top center no-repeat;
    background-size: 100% 2px;
    padding-top: 20px;
    margin-top: 20px;
}
.harness-title .sp4{
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    border-radius: 100px;
    margin-top: 20px;
}
.harness-title .sp4 a{
    color: #1778bf;
}
.harness-title .sp4 a:hover{
    color: #ff8500;
}
.harness-product{
    width: 100%;
    border: 1px solid #d8d8d8;
    transition:all 0.5s;
}
.harness-product:hover{
    -webkit-transform: translateY(-8px); 
    transform: translateY(-8px); 
    transition:transform 0.5s;
}
.harness-product img{
    width: 100%;
    height: 204px;
}
.harness-product span{
    display: block;
    text-align: center;
    height: 46px;
    line-height: 46px;
    background-color: #e1e5e8;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}
.harness-product span:hover{
    color: #1778bf;
}
.harness-center-down{
    margin-top: 30px;
}
/*线束中心结束*/

/*选择我们开始*/
.choose-us{
    margin-top: 50px;
    padding-bottom: 50px;
    background-color: #1778bf;
}
.choose-us-list{
    width: 100%;
    border: 2px solid #fff;
    position: relative;
    padding: 20px;
    margin-top: 80px;
    height: 382px;
}
.choose-us-list .sp1{
    position: absolute;
    display: block;
    width: 95px;
    height: 105px;
    top: -52.5px;
    left: 20px;
}
.choose-us-list .sp1 img{
    width: 100%;
    height: 100%;
}
.choose-us-list .sp2{
    font-size: 20px;
    font-weight: bold;
    color: #ffa200;
    margin-top: 36px;
    display: block;
}
.choose-us-list .sp3{
    font-size: 14px;
    color: #fff;
   line-height: 26px;
    display: block;
    margin-top: 20px;
    text-align: justify;
}
.choose-us-list .sp4{
    display: block;
    text-align: center;
    margin-top: 20px;
}
.choose-us-list .sp4 img{
    height: 130px;
}
.choose-us-title{
    display: block;
    margin-top: 55px;
    text-align: center;
}
/*选择我们结束*/

/*关于我们开始*/
.about-us{
    margin-top: 50px;
}
.about-us-pic{
    width: 100%;
    background: url(../images/aboutus-bg.jpg) left bottom no-repeat;
    padding-left: 20px;
    padding-bottom: 20px;
}
.about-us-pic img{
    width: 100%;
    height: 400px;
}
.about-us-text{
    width: 100%;
    background: url(../images/aboutus-english.png) left top no-repeat;
    padding-left: 60px;
}
.about-us-text span{
    display: block;
}
.about-us-text .sp1{
    font-size: 26px;
    color: #000;
    background: url(../images/about-us-title.png) top left no-repeat;
    padding: 20px 0 0 20px;
    font-weight: bold;
}
.about-us-text .sp2{
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}
.about-us-text .sp3{
    text-align: right;
    margin-top: 6px;
}
.about-us-text .sp3 a{
    display: inline-block;
    height: 42px;
    line-height: 42px;
    background: url(../images/about-more-icon.jpg) right center no-repeat;
    background-size: 20px auto;
    padding-right: 30px;
    border-bottom: 1px solid #1778bf;
    color: #000;
    transition:all 0.5s;
}
.about-us-text .sp3 a:hover{
    -webkit-transform: translateX(8px); 
    transform: translateX(8px); 
    transition:transform 0.5s;
    color: #1778bf;
}
/*关于我们结束*/
/*合作伙伴开始*/
.parent{
    width: 100%;
    background: url(../images/parentbg.jpg) center no-repeat;
    background-color: #293740;
    background-size: auto 100%;
    margin-top: 50px;
    padding-bottom: 40px;
}
.parent-title{
    display: block;
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-top: 50px;  
}
.parent-body{
    margin-top: 40px;
}
.parent-list{
    display: block;
    width: 100%;
    height: 68px;
    margin-top: 20px;
}
.parent-list img{
    width: 100%;
    height: 100%;
}
/*合作伙伴结束*/

/*新闻模块开始*/
.news{
    width: 100%;
    margin-top: 50px;
}
.news-hd{
    width: 100%;
    margin-bottom: 60px;
}
.news-hd ul{
    width: 100%;
    text-align: center;
}
.news-hd .on{
    border-bottom: 1px solid #1778bf;
}
.news-hd .on span{
    color: #1778bf;
}
.news-hd ul li{
    display: inline-block;
    margin: 0 30px;
    color: #999;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 12px;
    cursor: pointer;
}
.news-hd ul li span{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-right: 5px;
}
.news-hd ul li i{
    font-style: normal;
    font-size: 18px;
    color: #666;
    margin-left: 5px;
}
.news-list{
    width: 100%;
}
.news-list ul li{
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.news-list-time{
    display: block;
    float: left;
    width: 16%;
    border-right: 1px solid #d8d8d8;
    font-size: 40px;
    text-align: center;
    padding-bottom: 10px;
}
.news-list-link{
    width: 82%;
    float: right;
}
.news-list-link a{
    font-size: 20px;
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list-link a:hover{
    color: #1778bf;
}
.news-list-link span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    color: #999;
    margin-top: 8px;
}
.news-list-time i{
    display: block;
    font-size: 16px;
    font-style: normal;
    margin-top: 4px;
}
.news-toutiao{
    width: 95%;
    margin-left: 5%;
}
.news-toutiao img{
    width: 100%;
    height: 326px;
}
.news-toutiao-title{
    display: block;
    width: 100%;
    background-color: #1778bf;
    padding: 15px 20px;
}
.news-toutiao-title a{
    color: #fff;
    font-size: 18px;
}
.news-toutiao-title span{
    font-size: 16px;
    display: block;
    padding-right: 40px;
    color: #fff;
    margin-top: 10px;
    background: url(../images/news-more.png) right center no-repeat;
}
.news-more{
    display: block;
    text-align: center;
    margin-top: 30px;
}
.news-more a{
    display: inline-block;
    width: 168px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #1778bf;
    border-radius: 100px;
    font-size: 16px;
}
/*新闻模块结束*/

/*二级页面新闻列表开始*/
.second-main{
    width: 100%;
    margin-bottom: 50px;
    min-height: 400px;
}
.news-list-ul{
    width: 100%;
}
.news-list-ul li{
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 10px;
    margin-top: 10px;
}
.news-list-sp1 a{
    font-size: 18px;
    display: block;
    float: left;
    color: #000;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list-sp1 a:hover{
    color: #1778bf;
}
.news-list-sp1 span{
    color: #999;
    float: right;
    display: block;
    font-size: 16px;
}
.news-list-sp2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999999;
    line-height: 26px;
    margin-top: 10px;
    font-size: 14px;
}
/*二级页面新闻列表结束*/

/*新闻详情开始*/
.news-details{
    width: 100%;
}
.news-details-title{
    display: block;
    text-align: center;
    font-size: 28px;
    line-height: 48px;
    color: #333;
    margin-top: 30px;
}
.news-details-time{
    display: block;
    text-align: right;
    font-size: 0;
    margin-top: 30px;
}
.news-details-time span{
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin-left: 20px;
}
.news-details-body{
    font-size: 14px;
    line-height: 26px;
    color: #333;
    margin-top: 50px;
    text-indent: 28px;
}
.news-details-body img{
    text-indent: 0;
    max-width: 100%;
}
.news-details-body p{
    margin-top: 20px;
    text-align: justify;
}
/*新闻详情结束*/

/*产品列表开始*/
.product-list{
    width: 100%;
    margin-top: 30px;
}
.product-list .sp1{
    display: block;
    width: 100%;
    height: 195px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}
.product-list img{
    width: 100%;
    height: 100%;
    transition:all 0.5s;
}
.product-list img:hover{
    transform:scale(1.05);   /* 放大1.05倍 */
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); 
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition:transform 0.5s;
}
.product-list .sp2{
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    padding-left: 10px;
    margin-top: 5px;
}
.product-list .sp2:hover{
    color: #1778bf;
}
/*产品列表结束*/

/*产品详情开始*/
.product-details-pic{
    display: block;
    width: 100%;
    height: 260px;
    border: 1px solid #d8d8d8;
    margin-top: 20px;
    overflow: hidden;
}
.product-details-pic img{
    width: 100%;
    height: 100%;
    transition:all 0.5s;
}
.product-details-pic img:hover{
    transform:scale(1.05);   /* 放大1.05倍 */
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); 
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition:transform 0.5s;
}
.product-details-info{
    width: 100%;
    margin-top: 30px;
}
.product-details-info span{
    display: block;
}
.product-details-info .sp1{
    font-size: 28px;
    margin-bottom: 24px;
}
.product-details-info .sp2{
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}
.product-details-info .sp2 i{
    font-style: normal;
    color: #000;
}
.product-details-info .sp3{
    border-top: 1px solid #d8d8d8;
    margin-top: 20px;
    padding-top: 20px;
}
.product-details-info .sp3 .spp1{
    font-size: 14px;
    color: #666;
    float: left;
}
.product-details-info .sp3 .spp1 i{
    display: block;
    font-size: 26px;
    color: #1778bf;
    font-style: normal;
}
.product-details-info .sp3 .spp2{
    float: right;
}
.product-details-info .sp3 .spp2 a{
    display: block;
    width: 124px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1778bf;
    color: #fff;
    margin-top: 10px;
}
.product-details-stitle{
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 20px;
}
.product-details-stitle span{
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #ff8400;
    border-radius: 5px 5px 0 0;
}
.product-details-cont{
    padding: 0 10px;
}
.product-details-cont p{
    margin-top:20px;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}
.product-details-cont-img{
    text-align: center;
}
.product-details-cont-img img{
    max-width: 100%;
}
/*产品详情结束*/

/*服务中心开始*/
.service-form-body{
    padding: 20px;
}
.service-center-form{
    width: 100%;
    margin-top: 20px;
}
.service-center-form span{
    display: block;
    float: left;
    width: 15%;
    line-height: 32px;
    text-align: left;
}
.service-center-form span i{
    color: #ff0000;
}
.service-center-form input{
    width: 84%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    float: left;
    /* margin-left: 4%; */
    padding-left: 4px;
}
.service-center-form textarea{
    width: 84%;
    height: 100px;
    resize: none;
    line-height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    float: left;
    /* margin-left: 4%; */
    padding:0 4px;
}
.service-center-form .halfwidth{
    width: 40%;
}
.service-center-form label{
    line-height: 32px;
    float: left;
    margin-right: 20px;
    font-weight: 400;
    width: 100px;
}
.service-center-checkbox{
    display: inline-block;
    float: none !important;
    width: 12px !important;
    height: 12px !important;
    margin-right: 4px !important;
}
.service-center-btn{
    text-align: center;
    margin-top: 40px;
}
.service-center-btn a{
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 15px;
}
.service-center-btn .a1{
    background-color: #1778bf;
    border: 1px solid #1778bf;
    color: #fff;
}
.service-center-btn .a2{
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
}
.service-form-tip{
    width: 100%;
    line-height: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 3px solid #1778bf;
    background-color: #e9f6ff;
    padding-left: 12px;
    margin-top: 20px;
}
/*服务中心结束*/

/*人才招聘开始*/
.service-center-joinus-list{
    width: 100%;
    margin-top: 20px;
}
.service-center-joinus-list .sp1{
    display: block;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #d8d8d8;
    background-color: #f1f2f3;
    padding: 10px;
}
.service-center-joinus-list .sp2{
    display: block;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #d8d8d8;
    padding: 10px;
    border-top: none;
}
.service-center-joinus-list:hover .sp1{
    border: 1px solid #1778bf;
    background-color: #d8efff;
}
.service-center-joinus-list:hover .sp2{
    border-top: none !important;
    border: 1px solid #1778bf;
}
.service-center-joinus-banner{
    display: block;
    width: 100%;
    margin-top: 20px;
}
.service-center-joinus-banner img{
    width: 100%;
}
.service-center-joinus-phone{
    width: 100%;
    margin-top: 20px;
}
.scjp-title{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.scjp-sp1{
    display: block;
    color: #666;
    margin-top: 10px;
}
.scjp-sp1 i{
    font-style: normal;
    color: #000;
}
/*人才招聘结束*/

/*常见问题开始*/
.service-center-ques-list{
    width: 100%;
    margin-top: 20px;
}
.service-center-ques-list .sp1{
    padding: 8px 10px;
    display: block;
    background-color: #e5f4ff;
    border: 1px solid #9cd5ff;
    line-height: 26px;
    font-size: 14px;
    padding-right: 30px;
    position: relative;
}
.service-center-ques-list .sp1 i{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    background-color: #1778bf;
    color: #fff;
    font-style: normal;
    line-height: 18px;
    text-align: center;
    float: right;
    font-size: 18px;
    cursor: pointer;
}
.service-center-ques-list .sp1 i:hover{
    background-color: #2d91db;
}
.service-center-ques-list .sp2{
    display: block;
    width: 100%;
    border: 1px solid #9cd5ff;
    border-top: none;
    padding: 20px;
    line-height: 26px;
    font-size: 14px;
}
/*常见问题结束*/

/*联系方式开始*/
.service-center-contus{
    width: 100%;
    min-height: 180px;
    margin-top: 20px;
    padding: 0 20px;
    background: url(../images/kefubg.png) right 20px bottom no-repeat;
    background-size: auto 160px;
}
.service-center-contus-list{
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: 16px;
}
.service-center-contus-list i{
    font-style: normal;
    color: #999;
    width: 70px;
    display: inline-block;
}
/*联系方式结束*/

/*营销网络开始*/
.service-center-map{
    width: 100%;
    margin-top: 20px;
}
.service-center-map img{
    max-width: 100%;
}
/*营销网络结束*/

/*公司简介开始*/
.aboutus-company-info{
    width: 100%;
}
.aboutus-company-info p{
    margin-top: 20px;
    text-align: justify;
    line-height: 26px;
    font-size: 14px;
}
.aboutus-company-info p img{
    width: 100%;
}
/*公司简介结束*/



































/*超大PC屏幕下的专用样式*/
@media screen and (min-width:1200px){

}

/*中等PC屏幕下的专用样式*/
@media screen and (min-width:992px) and (max-width: 1199px) {
    .banner{
        height: 520px;
    }
    .harness-product img{
        height: 162px;
    }
    .harness-title{
        padding: 15px 10px;
    }
    .harness-title .sp1{
        font-size: 26px;
        padding-left: 10px;
    }
    .harness-title .sp2{
        font-size: 26px;
        margin-top: 0;
        padding-right: 10px;
    }
    .choose-us-list .sp4 img{
        height: auto;
        width: 100%;
    }
    .choose-us-list{
        height: 386px;
    }
    .about-us-pic img{
        height: 326px;
    }
    .about-us-text .sp2{
        -webkit-line-clamp:7;
    }
    .parent-list{
        height: 52px;
    }
    .news-toutiao img{
        height: 324px;
    }
    .news-list-time{
        width: 20%;
    }
    .news-list-link{
        width: 76%;
    }
    .frilink-title{
        margin-bottom: 6px;
    }
    .frilink-col{
        padding-right: 0;
    }
    .choose-us-title img{
        width: 100%;
    }
    .news-list-sp1 a{
        font-size: 16px;
    }
    .news-list-sp1 span{
        font-size: 14px;
    }
    .product-list .sp1{
        height: 170px;
    }
    .product-details-info .sp3 .spp1 i{
        font-size: 22px;
    }
}

/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:991px ){
    .banner{
        height: 440px;
    }
    .harness-product img{
        height: 116px;
    }
    .harness-product span{
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }
    .harness-title{
        padding: 15px 10px;
    }
    .harness-title .sp1{
        font-size: 20px;
        padding-left: 10px;
    }
    .harness-title .sp2{
        font-size: 20px;
        margin-top: 0;
        padding-right: 10px;
    }
    .choose-us-list .sp4 img{
        height: auto;
        width: 100%;
    }
    .harness-title .sp4{
        font-size: 12px;
    }
    .choose-us-list{
        height: 406px;
    }
    .about-us-pic img{
        height: 244px;
    }
    .about-us-text .sp2{
        -webkit-line-clamp:5;
        font-size: 14px;
        line-height: 26px;
    }
    .about-us-text{
        background-size: 30px auto;
        padding-left: 50px;
    }
    .parent-list{
        height: 42px;
    }
    .choose-us-title img{
        width: 100%;
    }
    .harness-title .sp3{
        padding-top: 10px;
        margin-top: 10px;
        display: none;
    }
    .news-toutiao img{
        height: 200px;
    }
    .news-list-time{
        width: 20%;
    }
    .news-list-link{
        width: 76%;
    }
    .frilink-title{
        margin-bottom: 6px;
    }
    .frilink-col{
        padding-right: 0;
    }
    .news-toutiao-title a{
        font-size: 16px;
    }
    .news-toutiao-title span{
        font-size: 14px;
    }
    .news-list-sp1 a{
        font-size: 16px;
    }
    .news-list-sp1 span{
        font-size: 14px;
    }
    .product-details-info .sp3 .spp1 i{
        font-size: 18px;
    }
    .product-details-info .sp3 .spp2 a{
        width: 88px;
        margin-top: 4px;
    }
    .product-details-info .sp1{
        font-size: 24px;
    }
    .service-center-form label{
        margin-right: 2px;
    }
    .service-center-form .halfwidth{
        width: 60%;
    }
}

/*PHONE屏幕下的专用样式*/
@media screen and (max-width:767px) {
    .banner{
        height: 200px;
    }
    .parent-title{
        font-size: 26px;
        margin-top: 40px;
    }
    .choose-us-title img{
        width: 100%;
    }
    .choose-us-list{
        height: auto;
        margin-top: 50px;
    }
    .parent-body{
        margin-top: 30px;
    }
    .choose-us-list .sp4 img{
        height: auto;
        width: 100%;
    }
    .menu-ul .active{
        background-color: transparent;
    }
    .menu-ul .active a{
        color: #ff8500;
    }
    .choose-us-title{
        width: 100%;
        height: 36px;
        background: url(../images/title.png) center no-repeat;
        background-size: auto 100%;
        margin-top: 40px;
    }
    .choose-us-list .sp1{
        width: 70px;
        height: 77px;
        top: -38.5px;
    }
    .choose-us-list .sp3{
        line-height: 24px;
    }
    .about-us-pic{
        padding: 0;
    }
    .choose-us-list .sp2{
        font-size: 16px;
    }
    .about-us-pic img{
        height: 240px;
    }
    .about-us-text .sp1{
        padding-top: 12px;
    }
    .about-us-text{
        margin-top: 20px;
        background-size: 30px auto;
        padding-left: 44px;
    }
    .about-us-text .sp2{
        font-size: 14px;
        line-height: 28px;
        padding-right: 10px;
    }
    .parent-list{
        height: 48px;
    }
    .news-hd ul li{
        margin-bottom: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .news-hd ul li span{
        font-size: 20px;
    }
    .news-hd ul li i{
        display: block;
        font-size: 14px;
        margin-top: 5px;
    }
    .news-toutiao{
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    .news-hd{
        margin-bottom: 30px;
    }
    .news-toutiao img{
        height: 226px;
    }
    .news-toutiao-title a{
        font-size: 16px;
    }
    .news-toutiao-title span{
        font-size: 14px;
    }
    .news-list-time{
        width: 24%;
        font-size: 30px;
    }
    .news-list-link{
        width: 70%;
    }
    .news-list-link a{
        font-size: 16px;
    }
    .news-list-link span{
        font-size: 12px;
        line-height: 22px;
    }
    .news-more{
        margin-top: 10px;
    }
    .harness-center-down{
        margin: 0;
    }
    .harness-product{
        margin-bottom: 20px;
    }
    .harness-product img{
        height: auto;
    }
    .harness-title{
        padding: 20px 0;
    }
    .harness-title .sp1{
        float: left;
        display: block;
        width: 55%;
        text-align: center;
        font-size: 18px;
    }
    .harness-title .sp2{
        float: right;
        font-size: 18px;
        display: block;
        width: 55%;
        text-align: center;
        margin-top: 0;
    }
    .choose-us{
        margin-top: 20px;
    }
    .harness-title .sp3{
        display: block;
        margin-top: 64px;
        background-size: 60% 2px;
        padding-top: 10px;
    }
    .about-us-text .sp1{
        font-size: 22px;
        background-size: 30px 30px;
    }
    .harness-product-col{
        padding-left: 0;
        padding-right: 0;
    }
    .harness-product-col .col-xs-6{
        padding-left: 8px;
        padding-right: 8px;
    }
    .harness-title .sp4{
        width: 80%;
        margin-left: 10%;
        margin-top: 12px;
        font-size: 12px;
    }
    .harness-product span{
        font-size: 12px;
        height: 36px;
        line-height: 36px;
    }
    .harness-center{
        margin-top: 40px;
    }
    .news-list-sp1 a{
        width: auto;
        overflow: auto;
        white-space: normal;
        text-overflow:clip;
        font-size: 14px;
        line-height: 26px;
    }
    .news-list-sp1 span{
        margin-top: 2px;
        font-size: 14px;
    }
    .news-list-sp2{
        display: none;
    }
    .news-list-ul li{
        padding: 15px 10px;
        border-bottom: 1px dotted #d8d8d8;
    }
    .news-details-title{
        font-size: 22px;
        line-height: 38px;
    }
    .product-details-info .sp3 .spp1 i{
        font-size: 22px;
    }
    .service-center-form span{
        width: 100%;
        font-weight: bold;
    }
    .service-center-form input{
        width: 100%;
    }
    .service-center-form textarea{
        width: 100%;
    }
    .service-center-form .halfwidth{
        width: 100%;
    }
    .service-center-ques-list .sp1{
        font-size: 14px;
    }
    .service-center-contus{
        min-height: 420px;
    }
}