.footer{
    position: fixed;
    padding: 0 20px;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    }

    .bq-box {
        background-color: #fff;
        float: left;
    }

    .bq-box h1 {
        color: #ccc;
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .lx-tu {
        float: right;
        padding-top: 8px;
    }

    .lx-tu .b-box {
        display: inline-block;
    }

    .lx-tu .b-box i {
        font-size: 1.6rem;
        padding-right: 1.5rem;
        padding-left: 1rem;
        border-right: 1px solid #ccc;
        color: #ccc;
    }

.x-banner img{
    width: 100%;
}

.w1{
max-width: 1800px;
margin: 0 auto;    
padding-left: 15px;
padding-right: 15px;
}

.w2{
    background-color:#f8f8f8 ;
    }

.nav-dh{
    overflow: hidden;
}

.dh-t{
    width: 70%;
    overflow: hidden;
    float: left;
}

.wz-box{
    float: right;
}

.news-xq-8{
    float: left !important;
}



.wz-box ul li{
    display: inline-block;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #999;
}

.wz-box ul li a{
    color: #5d5d5d;
}

.wz-box ul li a span i{
    font-size: 2rem;
    margin-right: .6rem;
}

.nav-1 a{
    display: block;
    color: #c1c1c1;
    transition: all .5s;

}

.nav-1 a h1{
    line-height:7.4rem;
    font-size: 1.4rem;
    margin: 0;

}

.nav-1 a:hover{
    color: #000;
}

.nav-1 .active{
    color: #000 !important;
}

.cp-box{
    padding-top: 70px;
    padding-bottom: 70px;
}

.cp-box>li{
    float: left;
    width: calc((100% - 100px) / 5);
    margin: 0 10px;
    margin-top: 20px;
    background-color: #fff;
}

.fy-box{
    padding-bottom: 70px;
}

.cp-box>li>a{
    display: block;
}

.cp-img img{
    width: 100%;
    transition: all .5s;
}

.cp-img{
    padding:60px 40px;
    background-color: #fff;
}

.cp-text{
    background-color: #efefef;
    padding: 1rem;
    text-align: center;
}

.cp-text a{
    display: block;
}

.cp-text h1{
    margin: 0;
    font-size: 1.6rem;
    line-height: 4.2rem;
}

.cp-text>p{
    color:#5d5d5d;
    margin: 0;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 3.2rem;
    border: solid 1px #999;
    border-radius: 4px;
    padding: 0 15px;
}

.cp-box li a:hover .cp-text p span{
    margin-left: 10px;
}

.cp-text p span,
.cp-text p{
    transition: all .5s;
}

.cp-box li a:hover img{
    transform: scale(1.2);
}



.cp-box li a:hover .cp-text p{
    background-color:#df0313 ;
    color: #fff;
}



/* 产品详情页 */


.cpxq-box{
width: 60%;
background-color: #fff;   
padding: 20px;
margin:30px 0;
padding-bottom: 13rem;
float: left;
display: block;
}

.cpxq{
    padding:40px 0 80px 0;
}
.yc{
    display:none;
}

.tab {
	margin:0;
	padding:0;
	list-style:none;
    border-bottom: solid 1px #eee;
}
.tab li {
    display: inline-block;
    text-align:center;
    position: relative;
    line-height:4.5rem;
    color:#b1b1b1;
    cursor:pointer;
    padding:0 30px;
}
.on {
	display:block;
}
.tab li.cur{
    color: #000;
}

.tab li.cur::after{
    position: absolute;
    content: "";
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.cpxq-img{
    overflow: hidden;
    position: relative;
}

.cpxq-qh-r::after,
.cpxq-qh-l::after{
    font-size: 2rem;
    color: #000;
}


.cpxq-2 img,
.cpxq-1 img{
    width: 100%;
}
.cpxq-img{
    width: 50%;
    float: left;
}

.cpxq-text{
    width: 50%;
    float: left;
    padding-left: 6rem;
    padding-top: 6rem;
}

.cpxq-text h1{
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.cpxq-text a{
    display: inline-block;
    padding: 8px 20px;
    border: solid 1px #5d5d5d;
    border-radius: 4px;
    margin-top: 3rem;
}

.cpxq-text a:hover{
    background-color: #df0313;
    color: #fff;
    border: solid 1px #fff;
}

.cpxq-tjbox{
    width:calc(40% - 40px) ;
    float: left;
    margin: 30px 0 30px 40px;
    padding: 2rem;
    background-color: #fff;
}

.cpxq-tjbox h1{
    font-size: 1.6rem;
}

.cpxq-tj{
    width:calc((100% - 40px) / 2);
    padding: 20px;
    float: left;
    border: solid 1px rgba(0, 0, 0, 0);
    margin: 10px;
    transition: all .5s;
}

.cpxq-tj img{
    width: 100%;
}

.cpxq-tj h1{
    font-size: 1.4rem;
    color: #b1b1b1;
    margin-top: 19px;
    transition: all .5s;
    text-align: center;
}

.cpxq-tj a{
    display: block;
    overflow: hidden;
}

.cpxq-tj:hover{
    border: solid 1px rgba(0, 0, 0, .3);
    border-radius: 4px;
}

.cpxq-tj a:hover h1{
color: #df0313;    
}

.yc p{
    font-size: 1.4rem;
    line-height: 2.8rem;
    color: #5d5d5d;
}

.about-box{
    background: #fff;
    padding: 3rem;
}

.about-box img{
    max-width: 100%;
    width: auto;
    height: auto;
}

.cp-box>li>img{
    width: 100%;
}

.zs-box h3{
    font-size: 1.6rem;
}

.cp-box>li> h3{
    text-align: center;
}

.news-box{
    background-color: #fff;
    padding: 30px;
}

.news-box>ul>li>a{
    display: block;
    padding-bottom: 3rem;
    padding-top: 3rem;
    border-bottom: 1px solid #f0f2f5;
}

.news-box ul li a:hover .news-img img{
    transform: scale(1.1);
}

.news-box ul li a:hover .news-text h1{
    color: #df0313;
}

.news-img img{
    width: 100%;
    transition: all .5s;
}

.news-img{
    width: 20%;
    float: left;
    overflow: hidden;
}

.news-text{
    width: calc(80% - 6rem);
    float: left;
    margin-left: 6rem;
}

.news-text h1{
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 600;
    transition: all .5s;
}

.news-text p{
    font-size: 1.4rem;
    color: #76838f;
    word-wrap: break-word;
    line-height: 2.8rem;
    margin-bottom: 17px;
}

.news-text p span i{
    margin-right: .6rem;
}

.news-text p span{
    margin-right: 1rem;
}

/* 新闻中心 */
.news-xqbox{
    padding: 3rem;
    background-color: #fff;
}

.news-xqbox h1{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 4rem;
}

.newsxq-xx ul li{
display: inline-block;  
width: 24%;  
text-align: center;
font-size: 1.4rem;
padding-bottom: 2rem;
border-bottom:1px solid #f0f2f5;
}

.newsxq-xx ul li i{
    margin-right: .6rem;
    transition: all .5s;
}

.newsxq-xx ul li a{
    display: block;
}

.newsxq-xx ul li a:hover i{
color: #df0313;    
}

.news-xq-text{
    padding: 3rem 0;
}

.news-xq-text p{
    font-size: 1.4rem;
    color: #999;
}

.contact-box h1{
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
}

.contact-box {
    padding: 3rem;
}

.contact-text{
    width: 50%;
    text-align: center;
    float: left;
}

.contcat-1{
    margin-top: 3rem;
}

.ly-box{
    width: 50%;
    float: left;
}

.touch-right * {
    outline: none !important;
}

.touch-right div.input {
    width: 33.33333%;
}

.touch-right div {
    position: relative;
    float: left;
    margin-bottom: 5px;
}

.touch-right input[type=text] {
    width: 100% !important;
    padding: 10px 20px;
    line-height: 50px;
    font-size: 1.4rem;
    color: #000;
    height: 50px;
    background: none;
    border: 0;
    caret-color: #eee;
}

.touch-right div.textarea {
    width: 100%;
}

.touch-right div {
    position: relative;
    float: left;
    margin-bottom: 5px;
}

.touch-right div.submint {
    width: 50%;
    margin-left: 10px;
    float: none;
    clear: both;
}

.touch-right div {
    position: relative;
    float: left;
    margin-bottom: 5px;
}

.touch-right div:before {
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    content: '';
    border-bottom: 1px solid #d5d5d5;
}

.touch-right input[type=submit] {
    width: 50%;
    height: 35px;
    background: none;
    border: none;
    margin-top: 15px;
    background: #383838;
    color: #fff;
}

.submint::before{
    display: none;
}

.map-box{
    width: 100%;
    margin-top: 5rem;
    overflow: hidden;
}

.map img{
    width: 100%;
}

.x-bm{
    width: 70%;
  }

.fyoi{
    margin-top: 30px;
}
