@media(min-width:1439px){
    .container{
        width: 1370px;
        padding: 0 15px;
    }
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
/*头部样式*/
.headers{
    display: flex;
    align-items: center;
    justify-content: space-between;
}   
.tel-me{
    display: flex;
    align-items: center;
    justify-content: right;
}
.tel-me h3{
    font-size: 14px;
    color: #333333;
    margin: 0 12px;
}
.tel-me h4{
    font-size: 20px;
    color: #c31219;
    font-weight: bold;
}
.hs-nav{
    margin-top: 15px;
}
.hs-header{
    padding-top: 10px;
    padding-bottom: 26px;
}
.headers-left{
    margin-top: 10px;
}
.gjc-all{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hs-gjc{
    border-bottom: #444;
    padding-top: 22px;
    padding-bottom: 17px;
}
.gjc-left img{
    margin-bottom: 10px;
}
.gjc-left span{
    font-size: 14px;
    color: #c31219;
    font-weight: bold;
}
.gjc-left a{
    position: relative;
    font-size: 12px;
    color: #666666;
    margin-right: 10px;
}
.gjc-left a:hover{
    color: #c31219;
}
.gjc-left a::before{
    content: '、';
    position: absolute;
    font-size: 12px;
    color: #666;
    bottom: 0;
    right: -14px;
}
.gjc-left a:last-child:before{
    display: none;
}




/*关于我们*/

.hs-about1{
    background: url(//cdn.myxypt.com/220384b3/22/07/665b09a504624c39c23c3a03594317734da35e1e.png) no-repeat center;
    background-size: cover;
    margin-top: 80px;
    padding-top: 15px;
    padding-bottom: 45px;
}
.about-all{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about-right{
    display: none;
}
.about-right img{
    width: 100%;
}
.about-left{
    width: 57%;
}
.about-left h3{
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    position: relative;
}
.about-left h3::before{
    content: '';
    width: 48px;
    height: 5px;
    background: #c31219;
    position: absolute;
    bottom: 7px;
    left: 22%;
}
.about-left h4{
    font-size: 24px;
    color: #333333;
    margin-top: 15px;
}
.about-left h5{
    font-size: 16px;
    color: #666666;
    margin-top: 24px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.about-left a{
    display: block;
    width: 128px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 55px;
    position: relative;
    background: #c31219;
}
.about-left a::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 10px;
    background: #e69da0;
    top: 0;
    right: -10px;
}
.hs-about2{
    background: url(//cdn.myxypt.com/aa36d98a/22/06/61ab0d46e35c2f2913028c2a936dec76878667cb.png) no-repeat center;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 30px;
}
.about-list{
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.about-list li{
    padding: 0 60px;
    width: 25%;
    border-right: 1px solid #ebebeb;
}
.about-list li:last-child{
    border-right: none;
}
.ablist-img img{
    margin: 0px auto;
}
.ablist-img .img1{
    display: block;
    transition: all.5s;
}
.ablist-img .img2{
    display: none;
    transition: all.5s;
}
.about-list li h3{
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 23px;
}
.about-list li h4{
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-top: 16px;
}
.about-list li:hover .ablist-img .img1{
    display: none;
    transition: all.5s;
}
.about-list li:hover .ablist-img .img2{
    display: block;
    transition: all.5s;
}






/*产品中心*/
.hs-products{
    padding-top: 85px;
}
.hs-title{
    text-align: center;
}
.hs-title h3{
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}
.hs-title h4{
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
}
.procate-list{
    margin-top: 50px;
}
.procate-list li a{
    background-color: #eee;
    display: block;
    color: #333;
    text-align: center;
    line-height: 56px;
    border-radius: 12px;
    transition: all .5s;
    font-size: 18px;
}
.procate-list li:hover a{
    background: #c31219;
    color: #fff;
    transition: all .5s
}
.procate-list .owl-nav{
    display: block !important;
}
.procate-list .owl-nav .owl-prev{
    background: url(//cdn.myxypt.com/aa36d98a/22/06/db5bc5ca55c4dad7775adf05f34241e64e876576.png) no-repeat center !important;
    width: 47px;
    height: 47px;
    font-size: 0 !important;
    position: absolute;
    top: 6px;
    left: -67px;
    transition: all .5s;
}
.procate-list .owl-nav .owl-prev:hover{
    background: url(//cdn.myxypt.com/aa36d98a/22/06/b96df3ca056e87b64545354a249e298d1e7e6195.png) no-repeat center !important;
    width: 47px;
    height: 47px;
    font-size: 0 !important;
    position: absolute;
    top: 6px;
    left: -67px;
    transition: all .5s;
}
.procate-list .owl-nav .owl-next{
    background: url(//cdn.myxypt.com/aa36d98a/22/06/aa7ed8e2f34d8278842a536f27438b1efb2272aa.png) no-repeat center !important;
    width: 47px;
    height: 47px;
    font-size: 0 !important;
    position: absolute;
    top: 6px;
    right: -67px;
    transition: all .5s;
}
.procate-list .owl-nav .owl-next:hover{
    background: url(//cdn.myxypt.com/aa36d98a/22/06/0e519b80554c1b901b96fed09e1181d77f321461.png) no-repeat center !important;
    width: 47px;
    height: 47px;
    font-size: 0 !important;
    position: absolute;
    top: 6px;
    right: -67px;
    transition: all .5s;
}
.pro-list{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro-list::after,.pro-list::before{
    display: none;
}
.pro-list li{
    width: 29.93%;
    transition: all .5s;
    box-shadow: #eee 0px 0px 15px;
}
.pro-list li .img img{
    width: 100%;
    transition: all .5s;
}
.pro-list li .img{
    overflow: hidden;
}
.pro-list li:hover .img img{
    transform: scale(1.1);
    transition: all .5s;
}
.pro-list li .text{
    padding: 25px 20px;
}
.pro-list li .text h3{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pro-list li .text .pps{
    display: flex;
    justify-content: right;
    margin-top: 55px;
    position: relative;
}
.pro-list li .text .pps::before{
    position: absolute;
    content: '';
    height: 3px;
    background-color: #c31219;
    top: 14px;
    left: 0;
    width: 16.5%;
    transition: all .5s;
}
.pro-list li:hover .text .pps::before{
    width: 70%;
    transition: all .5s;
}
.pro-list li .text span{
    font-size: 14px;
    color: #666666;
    line-height: 27px;
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-align: center;
    width: 86px;
    transition: all .5s;
}
.pro-list li:hover .text span{
    background: #c31219;
    color: #fff;
    transition: all .5s;
}






/*应用领域*/

.hs-yyly{
    padding-top: 110px;
}
.yyly-list{
    margin-top: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.yyly-list .yyly-left{
    width: 49%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.yyly-list .yyly-right{
    width: 51%;
}
.yyly-list .yyly-right img{
    width: 100%;
}
.ttzs{
    display: none;
}
.yyly-list .yyly-left li{
    width: 50%;
    background: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    height: 189px;
    display: flex;
    align-items: center;
    transition: all .5s;
}
.yyly-list .yyly-left li:nth-child(2n){
    border-left: 1px solid #e0e0e0;
}
.yyly-list .yyly-left li:nth-child(5){
    border-bottom: none;
}
.yyly-list .yyly-left li:nth-child(6){
    border-bottom: none;
}
.yyly-list .yyly-left li .yyly-text .yyly-img .img1{
    display: block;
}
.yyly-list .yyly-left li .yyly-text .yyly-img .img2{
    display: none;
}
.yyly-list .yyly-left li .yyly-text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.yyly-list .yyly-left li .yyly-text h3{
    font-size: 20px;
    color: #333333;
    margin-left: 15px;
    transition: all .5s;
}
.yyly-list .yyly-left li .yyly-text .yyly-img img{
    height: 44px;
    width: 44px;
}
.yyly-list .yyly-left li:hover .yyly-img .img1{
    display: none;
}
.yyly-list .yyly-left li:hover .yyly-img .img2{
    display: block;
}
.yyly-list .yyly-left li:hover{
    background-color: #c31219;
    transition: all .5s;
}
.yyly-list .yyly-left li:hover .yyly-text h3{
    color: #fff;
}





/*应用领域下文字*/
.hs-box1{
    background: url(//cdn.myxypt.com/aa36d98a/22/06/950be2d067414ef14bb517bd8f61cbcd23306f48.png) no-repeat center;
    background-size: cover;
    margin-top: 88px;
}
.box-all{
    padding-left: 15.104%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box-left{
    width: 41.1043%;
}
.box-right{
    width: 58.8957%;
}
.box-left h3{
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}
.box-left h4{
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
    margin-top: 20px;
    width: 76%;
}
.bright-all{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bright-all .bft{
    width: 50%;
}
.bright-all .bft img{
    width: 100%;
}
.bright-all .b-text{
    padding: 5px 0;
    background-color: #c31219;
}
.bright-all .b-text h3{
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    width: 88%;
}
.bright-all .b-text h4{
     font-size: 16px;
    color: #ffffff;
    line-height: 36px;
    margin-top: 10px;
   
}
.bright-all .b-text .txt{
    width: 88%;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #fff;
}





/*营销网络*/

.hs-network{
    margin-top: 80px;
}
.network .network-left{
    width: 50%;
    float: left;
}
.network .network-left .ftitle h3{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    position: relative;
}
.network .network-left .ftitle h3::before{
    position: absolute;
    content: '';
    width: 52px;
    height: 5px;
    background: #c31219;
    bottom: 3px;
    left: 26%;
}
.network .network-left .ftitle h4{
    font-size: 20px;
    margin-top: 15px;
    color: #333333;
}
.network .network-left img{
    margin-top: 70px;
}
.network .network-right{
    width: 50%;
    float: right;
    padding-left: 35px;
    margin-top: 75px;
}
.network .network-right h3{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}
.network .network-right .network-img{
    text-align: right;
    margin-top: 45px
}
.hs-network .netimg{
    float: right;
    margin-top: 70px;
    width: 40%;
}
.hs-network .netimg img{
    width: 100%;
}




/*新闻中心*/

.hs-news{
    margin-top: 100px;
}
.news-list .ntitle h3{
    font-size: 40px;
    font-weight: bold;
    color: #333333;
    position: relative;
}
.ntitle{
    width: 50%;
}
.news-list .ntitle h3::before{
    position: absolute;
    content: '';
    width: 52px;
    height: 5px;
    background: #c31219;
    bottom: 3px;
    left: 26%;
}
.news-list .ntitle h4 {
    font-size: 20px;
    margin-top: 15px;
    color: #333333;
}
.news-all{
    margin-top: 25px;
}
.news-left{
    width: 50%;
    float: left;
}
.news-right{
    width: 50%;
    float: right;
    transition: all .5s;
}
.news-left .news-img{
    overflow: hidden;
}
.news-left .news-img img{
    width: 100%;
    transition: all .5s;
}
.news-left .news-text{
    padding: 17px 55px;
    background-color: #c31219;
}
.news-left .news-text .ntxt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-left .news-text .ntxt h3{
    font-size: 18px;
    color: #fbfbfb;
    font-weight: bold;
}
.news-left .news-text .ntxt h4{
    font-size: 14px;
    color: #fbfbfb;
}
.news-left .news-text h5{
    font-size: 16px;
    color: #fbfbfb;
    margin-top: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.news-left:hover .news-img img{
    transform: scale(1.1);
    transition: all .5s;
}
.news-right{
    padding-left: 28px;
}
.news-right li{
    margin-bottom: 18px;
}
.news-right li:last-child{
    margin-bottom: 0;
}
.news-right li a .new-all{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-right li a .new-all .new-left{
    transition: all .5s;
}
.news-right li a .new-all .new-left .new-txt h3{
    color: #acacac;
    font-weight: bold;
    font-size: 35px;
    transition: all .5s;
}
.news-right li a .new-all .new-left .new-txt h4{
    color: #acacac;
    margin-top: 10px;
    font-size: 20px;
    transition: all .5s;
}
.news-right li a .new-all .new-left{
    width: 21%;
    text-align: center;
    padding: 26px 0;
    border-right: 1px solid #d5d5d5;
}
.news-right li a .new-all .new-right{
    width: 75%;
}
.news-right li a .new-all .new-right h3{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.news-right li a .new-all .new-right h4{
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-right li:hover a .new-all .new-left{
    background-color: #c31219;
    transition: all .5s;
}
.news-right li:hover a .new-all .new-left .new-txt h3{
    color: #f1f1f1;
    transition: all .5s;
}
.news-right li:hover a .new-all .new-left .new-txt h4{
    color: #f1f1f1;
    transition: all .5s;
}








/*底部样式*/
.hs-footer{
    background: #312f35;
    padding-top: 85px;
    padding-bottom: 105px;
    border-top: 12px solid #c31219;
    margin-top: 60px;
}
.footer-all{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-all .footer-left{
    width: 18%;
}
.db-ewm{
    margin-top: 35px;
    padding-left: 25px;
}
.social-share .icon-qq{
    background: url(//cdn.myxypt.com/aa36d98a/22/06/82fbf2646b75f25b46c323bb91d75fc021822623.png) no-repeat center;
    color: transparent;
    border: transparent;
    width: 25px;
    height: 29px;
}
.social-share .icon-wechat{
    background: url(//cdn.myxypt.com/aa36d98a/22/06/28476d7b7530b6c19b63f8d0e3897e1fd90183e2.png) no-repeat center;
    color: transparent;
    border: transparent;
    width: 33px;
    height: 27px;
}
.social-share .icon-weibo{
    background: url(//cdn.myxypt.com/aa36d98a/22/06/1c8f8039ca29e2bea20a33f18a8541712684f633.png) no-repeat center;
    color: transparent;
    border: transparent;
    width: 35px;
    height: 27px;
}
.social-share{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.social-share a{
    margin: 0 18px !important;
}
.footer-center{
    display: flex;
    justify-content: space-between;
    width: 42.55%;
}
.footer-center dl dt{
    font-size: 18px;
    color: #fefefe;
    margin-bottom: 15px;
    font-weight: normal;
}
.footer-center dl dd a{
    font-size: 16px;
    color: #fefefe;
    line-height: 30px;
    opacity: .74;
    transition: all .5s;
}
.footer-center dl dd a:hover{
    color: #fff;
    opacity: 1;
    transition: all .5s;
}
.footer-right h3{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.footer-right{
    width: 27.612%;
}
.msg input{
    width: 100%;
    background-color: #7f7e82;
    border: none;
    margin-bottom: 7px;
    line-height: 42px;
    color: #c1c1c1;
  font-size: 14px;
  padding-left: 17px;
}
.msg textarea{
    width: 100%;
    background-color: #7f7e82;
    border: none;
    height: 60px;
    color: #c1c1c1;
  font-size: 14px;
  padding-left: 17px;
}
#x-form{
    margin-top: 15px;
}
.code-group{
    position: relative;
    width: 50%;
    float: left;
}
.code-group input{
    width: 100%;
    background-color: #7f7e82;
    line-height: 42px;
    border: none;
    color: #c1c1c1;
  font-size: 14px;
  padding-left: 17px;
}
#x-form input::-webkit-input-placeholder { /* WebKit browsers */
  color: #c1c1c1 !important;
  font-size: 14px;
}
#x-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #c1c1c1 !important;
  font-size: 14px;
}

#x-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #c1c1c1 !important;
  font-size: 14px;
}  

 
#x-form textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: #c1c1c1 !important;
  font-size: 14px;
}
#x-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #c1c1c1 !important;
  font-size: 14px;
}

#x-form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #c1c1c1 !important;
  font-size: 14px;
}  
.checkCodeImg{
    position: absolute;
    left: 50%;
    top: 8px;
}
.checkCodeImg img{
    width: 90px;
    height: 26px;
}
.submits{
    width: 50%;
    float: right;
}
.submits input{
    text-align: center;
    font-size: 14px;
    color: #f4f4f4;
    line-height: 42px;
    width: 85%;
    border: none;
    margin-left: 10%;
    background: #c31219;
}
.sbsb{
    margin-top: 15px;
}
.x-seo{
    margin-top: 35px;
}
.x-seo a{
    font-size: 15px;
    color: #f1f1f1;
}
.x-seo a:hover{
    color: #c31219;
}

.hs-db{
    border-top: 1px solid #605f64;
    padding: 22px 0;
    background-color: #312f35;
}
.db-all{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cece{
    font-size: 12px;
    color: #c1c1c1;
}
.cece a{
    font-size: 12px;
    color: #c1c1c1;
    transition: all .5s;
}
.cece a:hover{
    color: #c31219;
    transition: all .5s;
}







/*自适应调整*/

@media(max-width:1800px){
    .hs-about1{
        background:url(//cdn.myxypt.com/220384b3/22/07/665b09a504624c39c23c3a03594317734da35e1e.png) no-repeat right;
    }
    .about-left {
        width: 42%;
    }
    .about-left h3::before{
        left:30%;
    }
    .procate-list .owl-nav .owl-prev{
        left:-50px;
    }
    .procate-list .owl-nav .owl-next{
        right:-50px;
    }
}
@media(max-width:1439px){
    .x-menu > li{
        margin-left:35px;
    }
    .hs-about1{
        background:none;
    }
    .about-right{
        display:block;
        width:52%;
    }
    .about-all{
        justify-content:space-between;
    }
}
@media(max-width:1438px){
    .yyly-list .yyly-left li{
        height:160px;
    }
    .network .network-left img{
        width:100%;
    }
    .network .network-left .ftitle h3::before{
        left:30%;
    }
    .news-right li a .new-all .new-left{
        padding:18px 0;
    }
    .about-list li h4{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .checkCodeImg img{
        width:74px;
    }
    .procate-list li a{
        font-size:16px;
        text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
    }
    .news-list .ntitle h3::before{
        left:30%;
    }
}

@media(max-width:1199px){
    .x-menu > li{
        margin-left:20px;
    }
    .x-menu > li > a{
        font-size:14px;
    }
    .hs-about1{
        margin-top:50px;
    }
    .about-left h3{
        font-size:32px;
    }
    .about-left h3::before{
        left:36%;
    }
    .about-left h4{
        font-size:18px;
    }
    .about-left h5{
        font-size:14px;
        line-height:26px;
    }
    .about-left a{
        margin-top:35px;
    }
    .about-list li h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .about-list li h4{
        font-size:14px;
        line-height:24px;
        margin-top:10px;
    }
    .about-list li h3{
        font-size:18px;
        margin-top:18px;
    }
    .hs-title h3{
        font-size:32px;
    }
    .hs-title h4{
        font-size:17px;
    }
    .hs-products{
        padding-top:50px;
    }
    .procate-list li a{
        font-size:16px;
    }
    .pro-list li .text .pps{
        margin-top:30px;
    }
    .pro-list li .text h3{
        font-size:14px;
        line-height:24px;
    }
    .hs-yyly{
        padding-top:50px;
    }
    .yyly-list .yyly-left li .yyly-text h3{
        font-size:16px;
    }
    .yyly-list .yyly-left li{
        height:132px;
    }
    .box-left h3{
        font-size:26px;
    }
    .box-left h4{
        font-size:14px;
        line-height:28px;
    }
    .bright-all .b-text h3{
        font-size:26px;
    }
    .bright-all .b-text h4{
        font-size:14px;
        line-height:24px;
    }
    .network .network-left .ftitle h3{
        font-size: 32px;
    }
    .network .network-left .ftitle h3::before{
        left: 31%;
    }
    .network .network-left .ftitle h4{
        font-size: 18px;
    }
    .news-list .ntitle h3{
        font-size: 32px;
    }
    .news-list .ntitle h3::before{
        left: 31%;
    }
    .news-list .ntitle h4{
        font-size: 18px;
    }
    .news-right li a .new-all .new-left .new-txt h3{
        font-size:28px;
    }
    .news-right li a .new-all .new-left .new-txt h4{
        font-size:16px;
    }
    .news-right li a .new-all .new-right h3{
         font-size:16px;
    }
    .news-right li a .new-all .new-right h4{
        font-size:14px;
    }
    .hs-news{
        margin-top:50px;
    }
    .hs-footer{
        margin-top:20px;
    }
    .footer-center{
        display:none;
    }
    .footer-all .footer-left{
        width:30%;
    }
    .footer-right{
        width:36%;
    }
    .checkCodeImg{
        left:47%;
    }
    .hs-footer{
        padding:50px 0;
    }
    .msg input{
        margin-bottom:24px;
    }
    .sbsb{
        margin-top:30px;
    }
    .hs-box1{
        margin-top:50px;
    }
}



@media(max-width:991px){
    body{
        padding-top:60px;
    }
    .hs-gjc{
        display:none;
    }
    .about-left{
        width:100%;
    }
    .about-right{
        width:100%;
        margin-top:30px;
    }
    .about-left h3::before{
        left:20%;
    }
    .about-left a{
        width:88px;
        height:36px;
        line-height:36px;
    }
    .about-list li{
        width:50%;
        padding:0px 25px; 
        margin-top:20px;
    }
    .yyly-list .yyly-left{
        width:100%;
    }
    .yyly-list .yyly-right{
        width:100%;
        margin-top:20px;
    }
    .box-left{
        width:100%;
    }
    .box-right{
        width:100%;
    }
    .hs-box1{
        padding:40px 0;
    }
    .bright-all .b-text{
        background:none;
    }
    .network .network-left{
        width:100%;
    }
    .network .network-right{
        width:100%;
    }
    .network .network-left .ftitle h3::before{
        left:20%;
    }
    .network .network-left img{
        margin-top:40px;
    }
    .ntitle{
        width:100%;
    }
    .news-list .ntitle h3::before{
        left:20%;
    }
    .news-left{
        width:100%;
    }
    .news-right{
        width:100%;
        padding-left:0px;
        margin-top:20px;
    }
    .checkCodeImg img{
        width:60px;
    }
    .checkCodeImg{
        left:53%;
    }
}



/*小屏幕底部*/

.foot {
  background: #2b3642;
  color: #bcbbbe;
  padding: 0 15px;
  /*padding-top: 20px;*/
  /*padding-bottom: 15px;*/
  display: none;
}

.fw {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.fw .du .dul .p1 span {
  float: right;
  padding-right: 20px;
}

.fw .du .dul .sec li {
  padding-left: 10px;
  margin-bottom: 8px;
}

.fw .du .dul .sec {
  display: none;
}

.fw .du .dul .sec a {
  color: #939090;
  font: 400 13px/26px "Microsoft yahei";
}

.fw .du .dul p {
  border-bottom: 1px solid #7a7a7a;
  font: 400 16px/52px "Microsoft yahei";
}

.fw .du {
  font-size: 14px;
}

.sjbq {
  font-size: 12px;
  color: #bcbbbe;
  padding-top: 5px;
}

.sjbq a {
  color: #bcbbbe;
}

.x-m-power {
  text-align: center;
  color: #bcbbbe;
  font: 400 14px/20px "Microsoft yahei";
  margin-top: 20px;
}

.x-m-power a {
  color: #bebebe !important;
  font: 400 14px/20px "Microsoft yahei";
}

.x-m-power a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.products-lists{
    display: none
}


.products-lists li{
    text-align: center;
}

.products-lists li a{
    font-size: 15px;
    color: #547e83;
}



@media(max-width:768px){
    .hs-floor{
        display:none;
    }
    .procate-list li a{
        font-size:12px;
        line-height:40px;
    }
    .foot{
        display:block;
    }
    .about-left h3::before{
        left:40%;
    }
    .hs-about1{
        padding-bottom:15px;
    }
    .about-list li{
        padding: 0 5px;
    }
    .pro-list li{
        width:49%;
    }
    .pro-list li:last-child{
        display:none;
    }
    .procate-list .owl-nav{
        display:none !important;
    }
    .box-all{
        padding-left:15px;
    }
    .bright-all .bft{
        width:100%;
        margin-top:15px;
    }
    .network .network-left .ftitle h3::before{
        left:40%;
    }
    .network .network-right{
        padding-left:0;
        margin-top:40px;
    }
    .network-img img{
        width:100%;
    }
    .hs-network .netimg{
        margin-top:30px;
        width:88%;
    }
    .news-list .ntitle h3::before{
        left:40%;
    }
    .news-left .news-text{
        padding:15px 8px;
    }
    .news-left .news-text .ntxt h3{
        font-size:16px;
    }
}








