.container{
    padding-right: 0;
    padding-left: 0;
}
.row{
    margin-right: 0;
     margin-left: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}
img{
    display: block;
    width: 100%;
    border: none;
}
a{
    color: #444444;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #c12e2a;
}
.container{
    padding: 0 10px;
}
.banner{
   display: block;
}
.banner img{
    margin: 0 auto;
    min-height: 100px;
}

body,html{
    font-size: 10px;
    font-family: "微软雅黑","Microsoft YaHei UI","Microsoft JhengHei Light";
}
@media (min-width: 768px){
    body{
        font-size: 12px;
    }
    .container{
        padding: 0;
    }
    .img-box{
        padding: 0 20px;
    }
    .img-box1{
        padding: 0 10px;
    }
}
@media (min-width: 992px){
    body{
        font-size: 13px;
    }
}
@media (min-width: 1200px){
    body{
        font-size: 14px;
    }
    .index-strength .col-sm-6 a{
        max-height: 13.5em;
    }
}

.text-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-overflow-6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 13em;
}

.text-overflow-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4em;
}

.text-overflow-3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 6em;
}












/*  首页产品  */
.index-product{
    position: relative;
    padding-top:14em;
}
.nav-show{
    position: absolute;
    top: -5em;
    z-index: 15;
    background: #ededed;
}
.line{
    display: inline-block;
    width: 4em;
    height: 4px;
    background: #9c9c9c;
}
.nav-show .col-sm-3{
    padding: 2em 4em;
    transition: .3s ease-in;
}
.nav-show .col-sm-3 p{
    font-size: 1.2em;
    padding: 1em;
}
.nav-show .col-sm-3.active,
.nav-show .col-sm-3:hover{
    background: #c12e2a;
    color: #fff;
}
.nav-show .col-sm-3.active span,
.nav-show .col-sm-3:hover span{
    background: #fff;
}
.title p{
    font-size: 1.4em;
    color: #8c8a8a;
}
.title .line{
    background: #c12e2a;
}
.tab-bar{
    padding: 3em 0;
}
.tab-bar a{
    padding: .5em 1rem;
    margin:0 1em;
    border: 1px solid #bcbcbc;
    color: #616161;
    transition: .3s ease;
}
.tab-bar a.active,
.tab-bar a:hover{
    background: #c12e2a;
    color: #fff;
    border: none;
}


.index-product .carousel-control{
    width: 5%;
    background: none;
}
.carousel-control .glyphicon-menu-left {
    left: 50%;
    margin-left: -.8em;
}
.carousel-control .glyphicon-menu-right {
    right: 50%;
    margin-left: -.8em;
}
.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -.8em;
    font-size: 30px;
    border-radius: 50%;
    border:1px solid #c0c0c0;
    color: #222222;
}
.index-product .carousel-control .glyphicon-menu-left{
    margin-left: -85px;
}
.index-product .carousel-control .glyphicon-menu-right{
    margin-right: -85px;
}

.index-product .carousel-control .glyphicon-menu-left:hover,
.index-product .carousel-control .glyphicon-menu-right:hover{
    color: #c12e2a;
}
.look .col-sm-3{
    padding-right: .8em;
}
/*.look .col-sm-3:last-child a{
    border-right: 0;
}*/
.look .col-sm-3 a{
    position: relative;
    display: block;
    border: 1px solid #dcdcdc;
    text-align: center;
    transition: .5s all;
}
.look .col-sm-3 p{
    position: absolute;
    width: 100%;
    padding: .5em 0;
    font-size: 1.3em;
    background: rgba(158, 158, 158, 0.72);
    color: #fff;
    bottom: -11px;
    transition: .3s all;
}
/*.look .col-sm-3 a:hover p{
    display: block;

}*/
.more{
    padding: 3em 0;
}
.more a{
    font-size: 1.2em;
    padding: .5em  3em;
    color: #fff;
    background: #c12e2a;
    border-radius: 1.5em;
}
.more a+a{
    margin-left: 2em;
    background: #929292;
}
.more.no-radius a{
    border-radius: 0;
}
.more.no-radius {
    padding: 1em 0 0 0;
}
.more.readmore{
    padding-top: .5em;
}
.more.readmore a{
    padding: .5em  1.5em;
    border-radius: 5px ;
}

/*  首页案例  */
.index-case{
    background: #e8e8e8;
}
.vertical-line{
    display: inline-block;
    vertical-align: text-bottom;
    height: 1.2em;
    width: 4px;
    background: #c12e2a;
    margin-right: .5em;
}

.index-case .title-case h2{
    margin: 0;
}
.title-case {
    padding: 3em 0;
}
.case-detial a:hover,.case-detial a:focus{
    color: #333;
}
.scale {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.scale img{
    transition: .5s all ;
}
.scale img:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.case-detial .col-sm-4{
    padding-right: 1.5em;
}
.left-right{
    font-size: 1.1em;
    padding: 1em 0 4em 0;
}
.left-right .case-title{
    float: left;
    width: 70%;
}
.left-right .right{
    float: right;
    width: 30%;
    text-align: right;

}

/*   首页关于    */
.index-about{
    padding: 4em 0;
}
.index-about .col-sm-5{
    padding-right: 1.5em;
}
.index-about .title h2{
    margin-top: 0;
}
.index-about .col-sm-7>p{
    padding: 1.6em 0;
}


/*   首页新闻    */
.index-news{
    background: #e8e8e8;
}
.index-news .title-case{
    padding: 1em 0;
    margin: 2em 0;
    border-bottom: 1px solid #c6c6c6;
    position: relative;
}
.index-news .title-case .bottom-border{
    position: absolute;
    bottom: -2px;
    width: 5em;
    height:3px;
    background-color: #c12e2a;
}
.index-news .title-case h2{
    margin: 0;
    font-size: 26px;
}
.index-news .title-case h2 .en{
    font-size: .5em;
    color: #8c8a8a;
}
.index-news .more.readmore{
    padding-bottom: 0;
}
.index-news .container .row>.col-sm-6:first-child{
    padding-right: 1.5em;
}
.index-news .container .row>.col-sm-6:last-child{
    padding-left: 1.5em;
}
.company h3,.problem h3{
    font-size: 22px;
}

.company .text-overflow-2,
.problem .text-overflow-3{
    font-size: 1.1em;
}
.company:hover h3,
.company:hover div,
.problem .col-sm-9:hover h3,
.problem .col-sm-9:hover p{
    color: #c12e2a;
}
.company .left-right{
    padding: 0 0 1em 0;
}
.problem h3{
    margin-top: 0;
}
.problem .col-sm-9{
    padding-left: 1.5em;
}
.problem a{
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid #c9c9c9;
}
.problem a:hover{
    color: #222;
}
.problem a:first-child{
    padding-top: 0;
}
.problem a:last-child{
    border: none;
}

/* 实力见证  */
.index-strength .title{
    margin-top: 4em;
    margin-bottom: 3em;
}

.index-strength .col-sm-6{
    padding: 0  0 1.5em  1.5em ;
    overflow: hidden;

}
#strength .carousel-control{
    width: 5%;
    height: 4em;
    transform: translate(0,175%);
    background:#c12e2a;
}
#strength  .carousel-control .glyphicon-chevron-left,
#strength  .carousel-control .glyphicon-chevron-right,
#strength  .carousel-control .icon-next,
#strength  .carousel-control .icon-prev{
    width: auto;
    height: auto;
    font-size: 1em;
}
#strength .item>a,
.index-strength .col-sm-6 a{
    position: relative;
    display: block;
    width: 100%;
}
#strength .item>a p,
.index-strength .col-sm-6 a p{
    position: absolute;
    width: 100%;
    padding: .5em 0;
    font-size: 1.3em;
    background: rgba(6, 6, 6, 0.54);
    color: #fff;
    bottom: -3.5em;
    transition: .3s all;
}
#strength .item>a:hover p,
.index-strength .col-sm-6 a:hover p{
    display: block;
    bottom: -11px;
}
.index-strength .col-sm-6 a{
    display: block;
    max-height: 13em;
    overflow: hidden;
}
@media (min-width: 1200px){
    .index-strength .col-sm-6 a{
        max-height: 13.5em;
    }
}

/*  联系我们   */
.contact-form .btn-default{
    background: #c12e2a;
    color: white;
}
.contact-form .btn-default:hover{
    background: #c12e2a;
    color: white;
    outline: none;
}
.index-contact{
    margin-bottom: 2em;
}
.index-contact .title{
    margin-bottom: 2em;
}


/*  广告  */
.advert{
    position: fixed;
    z-index: 20;
    right: 0;
    top: 15em;
}
.advert>div{
    position: relative;
}
.advert>div a{
    display: inline-block;
    width: 6em;
    height: 6em;
    background: #c12e2a;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    padding: 1em 0;
}
.advert>div a p{
    margin: .5em;
}
.advert>div a img,.advert>div a span{
    width: 50%;
    display: inline-block;
}
.advert>div a span{
    font-size: 2em;
}

.tel+span{
    position: absolute;
    top: 0;
    left: -8.25em;
    background: #c12e2a;
    color: #fff;
   /* display: inline-block;*/
    width: 8em;
    padding:0 5px;
    height: calc(100% - 5px);
    line-height:4;
    font-size: 1.5em;
    text-align: center;
    display: none;
    transition: ease .5s;
}
.tel:hover+span{
    display: inline-block;
}

.wechat+span{
    position: absolute;
    top: -2em;
    left: -8.25em;
    color: #fff;
    background: #fff;
    width: 8em;
    padding:0 5px;
    font-size: 1.5em;
    text-align: center;
    display: none;
    transition: ease .5s;
}
.wechat+span p{
    color: #444;
}
.wechat:hover+span{
    display: inline-block;
}


/*     产品中心     */
.nav-router {
    background: #e9e9e9;
    padding: 2em 0;
}
.nav-router div{
    font-size: 1.1em;
}
.nav-router a.active{
    color: #c12e2a;
}
.nav-router-content{
    padding-top: 2em;
    padding-bottom: 4em;
}
ul,li,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
.left-nav a{
    display: block;
}
.left-nav li{
    margin-bottom: 1em;
}
.left-nav li>a{
    font-size: 1.1em;
    padding: 1em 2em 2.3em 2em;
    background: #e7e7e7;
    transition: .3s all;
}
.left-nav li>a.active,
.left-nav li>a:hover{
    background: #c12e2a;
    color: #fff;
}
.left-nav li>div.router-child-bar a{
    font-size: 1.2em;
    padding: 1em 2em 1.3em 2em;
    background: #fff;
    transition: .3s all;
}
.left-nav li .router-child-bar{
    display: none;
    transition: all ease-in;
}
.left-nav li>a.active+.router-child-bar{
    display:block;
}
.left-nav li .router-child-bar a.active,
.left-nav li .router-child-bar a:hover{
    color: #c12e2a;
}



.right-content p{
    font-size: 1.2em;
}


/*  swiper */

.swiper-button-prev,
.swiper-button-next{
    height: 100%;
    margin: 0;
    top: 35%;
    color: #c12e2a;
    font-size: 2em;
    left: 0;
    background: none;
}
.swiper-button-next{
    right: 0;
    left: auto;
}
.swiper-slide img{
    border: 1px solid #cecece;
}


 /*  产品详情   */
/*.product-detilas .col-md-6:last-child{
    padding-left:2em;
}*/


.product-detilas h3{
    color: #c12e2a;
    border-bottom: 1px solid #cecece;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

.product-detilas .more{
    padding-top: 2em;

}
.jiesao{border-bottom: 1px solid #cecece;}
.jiesao .time{margin-right: 3em}
.jiesao h4{
    font-weight: 600;
    font-size: 1.4em;
    padding-bottom: 1em;
}

.peizhi h4,.zhishi h4{
    font-weight: 600;
    font-size: 1.4em;
    padding: 1em 0;
}

/*  关于我们   */
.about h4{
    margin: 0;
    font-weight: 600;
    font-size: 1.4em;
    padding: 2em 0;
}

.font,.img-box{
    margin-bottom: 2em;
}


.zhishi img{
    width: 100%;
    display: inline-block;
    margin-bottom: 1em;
}

.product .col-md-6 p{
    font-size: 1.2em;
    margin: 1em 0;
}

.product .col-md-6 img{
    display: inline-block;
    width: 80%;
}
.product-detilas>.row>.col-md-6>.text-center>img{
    display: inline-block;
    width: 80%;
}

.right-content .more.readmore a{
    background: #e7e7e7;
    color: #444;
    border-bottom: none;
    border-radius: 0;
}

.right-content .more.readmore a:hover{
    background: #c12e2a;
    color: #fff;
}

@media (min-width: 768px){
    .product .col-md-6{
        overflow: hidden;
    }

}
.right.more.readmore a {
    padding: .25em 1em;
    font-size: 1em;
}
.product>h4{
    padding: 2em 0;
    margin: 0;
}
.product .left-right{
    padding:0;
}
.product .problem .row{
    border-bottom: 1px solid #ccc;
    margin-bottom: 2em;
}
.product .problem h3{
    color: #000000;
}
.product .problem .more a{
    display: inline-block;
    padding: .5em 1em;
}

.next-prev{
    padding: 2em 0;
}

.next-prev a{
    font-weight: bold;
    font-size: 1.2em;
}

@media (min-width: 992px){
    .product-detilas>.row>.col-md-6>.text-center>img{
        width: 100%;
    }
    .product .col-md-6 img{
        width: 100%;
    }
    .product .col-md-6{
        padding-right: 1em;
       
        overflow: hidden;
    }
    .product>h4{
        padding-right: 1em;
    }
    /* 产品详情  */
    .right-content.col-md-9{
        padding-left: 3em;
    }
    .product-detilas .col-md-6:last-child{
        padding-left: 2em;
    }
}


#productImg .text-center div{
    overflow: hidden;
}

#productImg .text-center div:hover img{
    transform:scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all .4s;
}