.w1200{
    width: 1200px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.tou {
    padding: 14px 0;
}
.tou .logo{
    float: left;
}
.tou .logo img {
    height: 48px;
    width: auto;}
.tou .daohang{
    float: right;
}

.tou .daohang ul li{
    position: relative;
    float: left;
    font-size: 18px;
    padding: 0 36px;
    margin-top: 16px;
    position: relative;
}
.tou .daohang ul li>a{
    color: #333333;
}


.tou .daohang ul li.cur>a,.tou .daohang ul li:hover>a{
    color: #e50012;
}

.tou .daohang ul li:before{
    width: 2px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #8d8d8d;
    content: "";
}
.tou .daohang ul li .sub { display: none; padding: 15px 10px; position: absolute;width: 140px; left:50%; background: #fff; margin-left:-70px; top:24px; z-index: 100; text-align: center;}
.tou .daohang ul li .sub dd { font-size: 14px; padding: 12px 0; border-bottom:1px solid #e2e2e2;}
.tou .daohang ul li .sub dd a { color:#333; }
.tou .daohang ul li .sub dd:hover a { color:#e50012; }
.tou .daohang ul li:hover .sub { display: block;}

.banner{
    margin-top: 10px;
}

.chanpin{
    margin: 45px 0;
}

.chanpin ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.chanpin ul li:nth-child(3n){
    margin-right: 0;
}

.chanpin ul li .img{
    line-height: 0;
    width: 100%;
}

.chanpin ul li .img img{
    width: 100%;
}

.chanpin ul li .text{
    padding: 10px 16px;
    min-height: 88px;
    border:1px solid #cfcfcf;
}

.chanpin ul li .text h3{
    font-size: 17px;
    color: #ce4c56;
    font-weight: initial;
    width: 40%;
    float: left;
    line-height: 30px;
}

.chanpin ul li .text .wenzi{
    float: right;
    width: 60%;
    padding-left: 10px;
    line-height: 27px;
}
.chanpin ul li.sign2 h3 {width: 160px;}
.chanpin ul li.sign2 .wenzi {width: 190px;}

.guanyu{
    margin-bottom: 40px;
}
.guanyu ul li{
    width: 50%;
    float: left;
    position: relative;
    border-top:6px solid #dac9ca;
}

.guanyu ul li .text{
    position: absolute;
    top: 74px;
    left: 24px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    max-width: 390px;
}
.guanyu ul li .text .t {
    font-size: 18px;
    margin-bottom:14px;
}
.guanyu ul li.sign .text {
    margin-top:110px;
    width: 260px;}
.guanyu ul li .gengduo{
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    border:1px solid #fff;
    border-radius: 25px;
    padding: 3px 40px 3px 20px;
    position: relative;
    margin-top: 18px;
}
.guanyu ul li .gengduo:before{
    position: absolute;
    background: url(../images/gengduo_jt.png)center center/cover;
    width: 15px;
    height: 5px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.guanyu ul li:hover{
    border-top:6px solid #bf767c;
}

.footer{
    background: #eeeeee;
    padding: 50px 0;
}

.footer ul li{
    float: left;
    margin-right: 40px;
}

.footer ul li h3{
    font-weight: initial;
    color: #333333;
    font-size: 16px;
    margin-bottom: 30px;
}

.footer ul li > a{
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
}


.f_chanpin{
    float: left;
    width: 415px;
    padding-right: 24px;

}

.footer .t_lianxi{
    float: left;
    padding-left: 64px;
    padding-right: 78px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.footer .t_lianxi h3{
    font-weight: initial;
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer .t_lianxi .tu{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    padding-left: 35px;
    margin-bottom: 10px;
    position: relative;
}

.footer .t_lianxi .tu:before{
    width: 14px;
    height: 18px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;

}

.footer .t_lianxi .dizhi:before{
    background: url(../images/index_f_1.jpg) center left/cover;
    background-size: 100% 100%;
}
.footer .t_lianxi .dianhua:before{
    background: url(../images/index_f_2.jpg) center left/cover;
    background-size: 100% 100%;
}

.footer .t_lianxi .youxiang:before{
    background: url(../images/index_f_3.jpg) center left/cover;
    background-size: 100% 100%;
}

.footer .t_lianxi .chuanzhen:before{
    background: url(../images/index_f_4.jpg) center left/cover;
    background-size: 100% 100%;
}

.footer .shengming{
    float: left;
    width: 350px;
    padding-left: 64px;
}

.footer .shengming h3{
    font-weight: initial;
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer .shengming .text{
    line-height: 28px;
    font-size: 14px;
    color: #666666;
}

.banquan{
    background: #e0e0e0;
    line-height: 40px;
    color: #666666;
    text-align: center;
}




.w1200 {
    width: 1200px;
    margin: 0 auto;
}


.nybanner{
    line-height: 0;
}
.nybanner .img{
    width: 100%;
    position: relative;
    /*left: 50%;*/
    /*margin-left: -960px;*/
}

/* 闈㈠寘灞� */
.Bread{
    background:#f5f5f5;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666666;
}
.Bread a{
    display: inline-block;
    color: #666;
}
.Bread a:hover{
    text-decoration: underline;
}

/* 鍒嗛〉 */
.page{
    text-align: center;
}
.page a{
    display: inline-block;
    margin: 0 5px;
    line-height: 28px;
    border:1px solid #c0bfbf;
    min-width: 28px;
    color: #666666;
    padding: 0 10px;
}
.page a:hover,
.page a.cur{
    background:#c0bfbf;
    color: #fff;
}

/* 鏂伴椈涓績 */
.newsBox{
    padding: 40px 0 50px;
}
.title{
    background:#f2f2f2;
    border:1px solid #f3f3f3;
    line-height: 50px;
    text-align: center;
}
.title h3,
.title h1{
    color: #e50012;
    font-size: 24px;
    font-weight: normal;
}
.newsBox ul{
    border:1px solid #f3f3f3;
    padding: 0 30px;
    margin-bottom: 40px;
}
.newsBox ul li{
    float: left;
    width: 100%;
    line-height: 48px;
    border-bottom:1px dashed #f2f2f2;
    color: #666666;
    padding-left: 20px;
    background:url(../images/newsIcon1.jpg) no-repeat left center;}
.newsBox ul li a{
    max-width: 70%;
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
}
h1,h2,h3,h4 { font-weight: normal; }
.newsBox ul li span{
    float: right;
}
.newsBox ul li:last-child{
    border-bottom:none;
}
.newsBox ul li:hover{
    background-image:url(../images/newsIcon2.jpg)
}
.newsBox ul li:hover a,
.newsBox ul li:hover span{
    color: #e50012;
}

/* 鏂伴椈璇︾粏 */
.newsshow{
    border:1px solid #f3f3f3;
    padding: 0 30px;
}
.newsshow .detail{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    padding: 25px 0;
}
.fenyeBtn{
    border-top:1px solid #f3f3f3;
    padding: 20px 0;
}
.fenyeBtn a{
    display: block;
    max-width: 45%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #666666;
}
.fenyeBtn a:hover{
    color: #e50012;
}

/* 鍐呭澹版槑 */
.statBox{
    padding: 40px 0 50px;
}

.statBox .title{
    text-align: left;
    padding: 0 20px;
}
.statBox .statLeft{
    float: left;
    width: 480px;
    border:1px solid #f3f3f3;
    min-height: 446px;
}
.statBox .statRight{
    float: right;
    width: 700px;
    border:1px solid #f3f3f3;
}
.statBox .text{
    padding: 20px;
    color: #666666;
    line-height: 26px;
}

/* 鑱旂郴鏂瑰紡 */
.contactBox{
    padding: 40px 0;
}
.contactBox .left{
    float: left;
    width: 410px;
    border:1px solid #eaeaea;
    padding: 40px;
    min-height: 368px;
}
.contactBox .left h3{
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-weight: normal;
}
.contactBox .left .icon{
    text-align: center;
    line-height: 0;
    margin: 25px 0;
}
.contactBox .left .t{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
.contactBox .left .t p{
    padding-left: 32px;
    margin-bottom: 20px;
}
.contactBox .left .t p:last-child{
    margin-bottom: 0;
}
.contactBox .left .t p.d1{
    background:url(../images/d1.jpg) no-repeat left center;
}
.contactBox .left .t p.d2{
    background:url(../images/d2.jpg) no-repeat left center;
}
.contactBox .left .t p.d3{
    background:url(../images/d3.jpg) no-repeat left center;
}
.contactBox .left .t p.d4{
    background:url(../images/d4.jpg) no-repeat left 7px;
}

.contactMap{
    float: right;
    width: 760px;
}
.contactMap #allmap{
    width: 100%;
    /*height: 368px;*/
}

/* 妗堜緥灞曠ず */
.caseBox{
    padding: 40px 0 50px;
}
.casebtn a{
    margin-right: 20px;
    display: block;
    float: left;
    line-height: 50px;
    border:1px solid #e5e5e5;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    min-width: 160px;
    text-align: center;
    padding: 0 20px;
    color: #333333;
    font-size: 16px;
}
.casebtn a:hover,
.casebtn a.cur{
    background:#e50012;
    border-color:#e50012;
    color: #fff;
}

.caseList{
    margin-top: 25px;
}
.caseList ul li{
    float: left;
    width: 100%;
    height: 250px;
    background:#f5f5f5 url(../images/caseBg.jpg) no-repeat right center;
    margin-bottom: 20px;
}
.caseList ul li:last-child{
    margin-bottom: 20px;
}
img { max-width: 100%;}
.caseList ul li .img{
    float: left;
    width: 848px;
    height: 250px;
    overflow: hidden;
}
.caseList ul li .img img {
    width: 100%;}
.caseList ul li .text{
    float: right;
    width: 352px;
    padding: 20px 30px;
}
.caseList ul li .text .icon{
    line-height: 0;
    text-align: right;
    height: 36px;
    overflow: hidden;
}
.caseList ul li .text h3{
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    margin-top: 25px;
}
.caseList ul li .text p{
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    margin-top: 15px;
}
.caseList ul li .text span{
    margin-top: 20px;
    display: inline-block;
    border:1px solid #bfbfbf;
    line-height: 28px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: #666666;
    font-size: 12px;
    padding:  0 20px;
}
.caseList ul li:hover .text span{
    background:#e50012;
    border-color:#e50012;
    color: #fff;
}

/* 妗堜緥璇︾粏 */
.caseshowBox{
    padding: 40px 0 50px;
}
.caseTop{
    border:1px solid #eeeeee;
}
.caseTop .img{
    float: left;
    width: 675px;
    height: auto;
    overflow: hidden;
}
.caseTop .img img{
    width: 100%;
}
.caseTop .text{
    float: right;
    width: 523px;
    padding: 50px 120px;
}
.caseTop .text .icon{
    line-height: 0;
    height: 36px;
}
.caseTop .text .t{
    margin-top: 20px;
    font-size: 24px;
    color: #44576e;
    line-height: 40px;
}
.caseTop .text span{
    color: #44576e;
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
}

.casedetail{
    margin-top: 40px;
}
.casedetail .left{
    float: left;
    width: 352px;
    min-height: 140px;
    background:#f5f5f5;
    padding: 20px 20px 0;
}
.casedetail .left h1{
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.casedetail .left p{
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}
.casedetail .text{
    float: right;
    width: 830px;
    min-height: 140px;
    border:1px solid #e5e5e5;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    padding: 20px;
}

/* 浜у搧涓績 */
.proBox{
    padding: 40px 0 50px;
}
.proBox ul li{
    float: left;
    width: 385px;
    border:1px solid #cfcfcf;
    margin-right: 22px;
    margin-bottom: 22px;
}
.proBox ul li:nth-child(3n){
    margin-right: 0;
}
.proBox ul li .img{
    width: 100%;
    height: 220px;
}
.proBox ul li .text{
    padding: 20px;
}
.proBox ul li .text h3{
    float: left;
    color: #ce4c56;
    font-size: 17px;
    font-weight: normal;
    width: 170px;
}
.proBox ul li .text .t{
    float: right;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    width: 170px;
}

/* 浜у搧璇︾粏 */
.proshowBox{
    padding: 40px 0;
}
.proshowBox .img{
    float: left;
    width: 500px;
    /*height: 300px;*/
}
.proshowBox .text{
    float: right;
    width: 700px;
    padding-left: 40px;
    padding-top: 35px;
}
.proshowBox .text h1{
    color: #ce4c56;
    font-size: 24px;
    font-weight: normal;
    border-bottom:1px solid #bfbfbf;
    padding-bottom: 25px;
}

.proshowBox .text .t{
    margin-top: 30px;
    color: #666666;
    font-size: 15px;
    line-height: 30px;
}

.proshowBoxA{
    padding: 10px 0 50px;
}
.proshowTop .img{
    float: left;
    width: 600px;
    height: 320px;
}
.proshowTop .text{
    float: right;
    width: 600px;
    padding-left: 15px;
    padding-top: 40px;
}
.proshowTop .text h1{
    color:#e50012;
    font-size: 32px;
    padding: 0 30px;
    font-weight: normal;
}
.proshowTop .text .t{
    background:#eeeeee;
    margin-top: 25px;
}
.proshowTop .text .t p{
    line-height: 35px;
    color: #000000;
    font-size: 16px;
    border-bottom:1px solid #fff;
    padding: 0 30px;
}
.proshowTop .text .t span{
    color: #333333;
}
.proshowTop .text .d{
    margin-top: 20px;
    color: #666666;
    font-size: 15px;
    line-height: 28px;
    padding:0 30px;
    text-align: justify;
}

.bttit{
    border-bottom:1px solid #d4d4d4;
    border-top:1px solid #d4d4d4;
}
.bttit span{
    background:#eeeeee;
    display: inline-block;
    min-width: 135px;
    line-height: 38px;
    color: #e60011;
    font-size: 20px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.bttit span:before{
    content:"";
    position: absolute;
    left: 10px;
    top: 13px;
    width: 13px;
    height: 15px;
    background:url(../images/jt01.jpg) no-repeat center center;
}
.showText{
    margin-top: 20px;
}
.showText .img{
    float: right;
    width: 401px;
    line-height: 0;
}
.showText .text{
    float: left;
    width: 665px;
}
.showText .text .t{
    color: #666666;
    font-size: 15px;
    line-height: 28px;
    padding: 15px 30px 15px 35px;
    text-align: justify;
}
.showText2 .img{
    float: left;
    margin-top: -35px;
}
.showText2 .text{
    float: right;
}

.showText3 .img{
    margin-top: -35px;
}
.showText3 .text .t{width: 515px;padding: 15px 30px 0 50px;}
.showText6 .text .t{padding: 15px 30px 0 50px;}
.showText6 .text .ttt{padding: 15px 20px 0 28px;}
.showText8 .text2 .t{padding: 15px 30px 0 50px;}
.showText3 .text .t ol,.statBox .text ol,.showText6 .text .t ol,.showText8 .text .t ol { list-style: decimal;}
.statBox .text { padding: 20px 20px 20px 30px;overflow: hidden;}
.statBox .text ol li { position: relative; padding-left:5px;}
.statBox .text ol li:nth-child(3) { padding-bottom:20px; margin-bottom:20px;}
.statBox .text ol li:nth-child(3)::after { content:'';width: 120%;height: 1px;background: #eee;position: absolute; left:-10%; bottom:0;}
.showText4 .img{
    float: left;
    width: 640px;
}
.showText4 .text{
    float: right;
    width: 480px;
}

.showText5 .img{
    width: 501px;
    margin-top: 40px;
}

.showText6 .img{
    float: left;
    width: 240px;
}

.showText6 .text{
    float: left;
}
.showText6 .text1{
    width: 480px;
    margin-left: 40px;
}
.showText6 .text2{
    float: right;
    width: 415px;
}

.showText7 .img{
    width: 415px;
    margin-top: 20px;
}

.showText8 .text1{
    width: 570px;
}
.showText8 .text2{
    float: right;
    width: 575px;
}

.xian{
    line-height: 0;
    margin: 30px 0;
}

.showList ul li{
    float: left;
    width: 280px;
    margin-right: 25px;
    border:1px solid #cfcfcf;
}
.showList ul li .img{
    width: 100%;
    line-height: 0;
}
.showList ul li .img img{
    width: 100%;
}
.showList ul li .text{
    padding: 15px;
}
.showList ul li .text h3{
    color: #e50012;
    font-size: 16px;
    font-weight: normal;
}
.showList ul li .text p{
    margin-top: 5px;
    color: #666666;
    font-size: 14px;
}

img {
    max-width: 100%;}
.ww { margin-top:10px;}
@media(max-width: 1600px){
    .w1200 {width: 1000px;}
    .chanpin ul li .text h3 { width: 100px!important; line-height: 24px; }
    .chanpin ul li .text .wenzi {width: 160px; font-size: 13px;line-height: 1.8;}
    .chanpin ul li.sign1 .text .wenzi {width: 180px; }
    .chanpin ul li.sign3 h3 { width: 120px!important; }
    .chanpin ul li.sign2 h3 { width: 110px!important; }
    .guanyu ul li .text { top:40px;}

    .proshowTop .img {width: 490px;}
    .proshowTop .text {width: 500px;}
    .showText .text {width: 550px;}
    .showText4 .img {width: 500px;}
    .showText4 .text {width: 430px;}
    .f_chanpin {width: 350px;}
    .footer ul li { margin-right:25px;}
    .footer .t_lianxi { padding: 0 40px 0 30px;}
    .footer .shengming {float: right;width: 300px; margin-left:0;}
    .caseList ul li {height: 210px;overflow: hidden;}
    .caseList ul li .img {width: 700px; }
    .caseList ul li .text {width: 290px; padding: 15px 20px 0;}
    .caseList ul li .text h3 { margin-top:15px;}
    .caseList ul li .text p { margin-top:10px; font-size: 16px;}
    .caseList ul li .text span { margin-top:14px;}
    .caseTop .img {width: 550px;}
    .caseTop .text {width: 440px; padding:26px 0 26px 80px;}
    .caseTop .text .t { margin-top:15px;font-size: 20px;line-height: 34px;}
    .caseTop .text span { font-size: 16px;margin-top:10px;}
    .casedetail {background: #f5f5f5;}
    .casedetail .text {width: 700px;background: #fff;}
    .casedetail .left {width: 300px;}
    .contactBox .left {width: 360px;padding: 20px;min-height: 300px;}
    .contactMap {width: 640px;}
    .contactMap img {height: 321px;width: auto;}
    .proshowBox .img {width: 450px;}
    .proshowBox .text {width: 550px;}
    .statBox .statLeft { width: 390px; min-height: 472px;}
    .statBox .statRight {width: 580px;}
    .title h3, .title h1, .title h2 {font-size: 20px;}
    .casebtn a {line-height: 36px; min-width: 136px;}

    .showText8 .text1 {
        width: 480px;}
    .showText8 .text2 {
        width: 500px;}

    .proshowTop .img{
        width: 490px;
        height: auto;
    }
    .proshowTop .text{
        width: 500px;
        padding-top: 12px;
    }
    .proshowTop .text h1{
        font-size: 28px;
        padding: 0 32px;
    }
    .proshowTop .text .d{
        padding:0 32px;
        margin-top: 10px;
        font-size: 14px;
    }

    .showText .text{
        width: 590px;
    }

    .showText .img{
        width: 380px;
    }

    .showText6 .text1{
        width: 380px;
        margin-left: 20px;
    }
    .showText6 .text2{
        width: 340px;
    }
    .showText5 .img { margin-top:60px;}

    .showText6 .img{
        width: 240px;
    }

    .showText8 .text1{
        width: 480px;
    }
    .showText8 .text2{
        width: 480px;
    }

}

.link { background: #e0e0e0; text-align: center; padding: 0px 0 10px; font-size: 14px; }