@charset "UTF-8";
/*产品中心*/
/*产品二级导航*/
.clearfix{clear: both;}
.nav-s{
    margin-bottom: 40px;
}
.nav-s-list{
    background: #fafafa;
}
.nav-s-li{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: -5px;
}
.nav-s-li:first-child{
    margin-left: 0;
}
.nav-s-a{
    display: block;
    padding: 25px 0;
    font-size: 16px;
    text-align: center;
}
.active-a,.nav-s-a:hover,.nav-s-a:focus{
    background: #e6432d;
    color: #fff;
}

/*产品中心产品区域*/
.product-page{
    margin-bottom: 30px;
}
.block-img{
    overflow: hidden;
    border: 1px solid #e5e5e5;
    position: relative;
    padding: 10px;
}
.pic{
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.shadow{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.05);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.block:hover .pic{
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.text{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    height: 50px;
      white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.block:hover .shadow{
    opacity: 1;
}
.block:hover .text{
    color: #e5322d;
}
#product .row{
    margin-left: -8px;
    margin-right: -8px;
}
#product .col-lg-3{
    padding-left: 8px;
    padding-right: 8px;
}
/*产品中心内页*/
/* box */
.box{
    width: 100%;
    margin: 0 auto;
}
.tb-pic{
    /*display:table-cell;*/
    text-align:center;
    vertical-align:middle;
}
.tb-pic img{vertical-align:middle;}
.tb-thumb{
    margin:10px 0 0;
    overflow:hidden;
}
.tb-thumb li{
    background:none repeat scroll 0 0 transparent;
    float:left;
    overflow:hidden;
    cursor: pointer;
}
.tb-s310{
    overflow: hidden;
}
.tb-s310 img{
    width: 100%;
}
.tb-s40{
    border:1px solid #CDCDCD;
    overflow: hidden;
    padding: 1px;
}
.tb-booth{
    border:1px solid #CDCDCD;
    position:relative;
    z-index:1;
}
.tb-selected .tb-s40{
    border: 2px solid #e6432d;
}
.tb-thumb li img{ width: 100%;}
div.zoomDiv{
    z-index:999;
    position:absolute;
    top:0;
    left:0;
    width:100px;
    height:100px;
    background:#ffffff;
    border:1px solid #CCCCCC;
    display:none;
    text-align:center;
    overflow:hidden;
}
div.zoomMask{
    position:absolute;
    background:url("../img/mask.png") repeat scroll 0 0 transparent;
    cursor:move;
    z-index:1;
}
#box{
    margin-bottom: 30px;
}
#box .row{
    margin-left: -5px;
    margin-right: -5px;
}
#box .col-xs-3{
    padding-left: 5px;
    padding-right: 5px;
}
.tb-s310{
    position: relative;
    padding: 1px;
}
.large{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    width: 28px!important;
    height: 28px!important;
}
.p-page-text-h3{
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.fxd{
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.fxd-24{
    font-size: 24px;
    color: #333;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}
#share{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.p-page-div{
    padding-top: 10px;
    font-size: 14px;
    line-height: 2;
}
.qq-div{
    margin: 150px 0 10px 0;
}
.qq-a{
    padding-right: 20px;
}

.we-img{
    width: 6%;
}
.we-p{
    font-size: 20px;
}
/*产品内页tabs*/
.product-page-tabs{
    margin-bottom: 20px;
}
.tabs{
    border-bottom: 1px solid #e6432d;
}
.tabs-a{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 16px;
    color: #333;
    padding: 10px 30px;
    cursor: pointer;
}
.tabs .active,.tabs-a:hover,.tabs-a:focus{
    background: #e6432d;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.slide-cont{
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.8;
}
.slide-cont p{
    margin: 10px 0;
}
.swiper-container-tabs{
    overflow: hidden;
}
.slide-a{
    font-size: 14px;
    color: #e6432d;
    text-decoration: underline!important;
    padding-left: 10px;
}
.slide-a:hover,.slide-a:focus{
    color: #f0b11e;
    text-decoration: underline!important;
}
.swiper-slide{height:10px}
.swiper-slide-active { height:auto}

.product-page-tabs .swiper-container-tabs p img{max-width: 100%}
/*新闻中心*/
.news-nav{
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}
.news-nav .row{
    margin: 0;
}
.news-nav .col-sm-4,.product-nav .col-xs-12,.news-nav .col-sm-6{
    padding: 0;
    background: #fff;
}
.news-a{
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    font-size: 16px;
    background: #f4f4f4;
    color: #666;
}
.news-active,.news-a:hover,.news-a:focus{
    background: #e6432d;
    color: #fff;
}
.news-cont{
    padding: 30px 0;
    border-bottom: 1px solid #f4f4f4;
}
.block-img:hover .pic{
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.news-t{
    font-size: 20px;
    color: #333;
}
.news-t:hover,.news-t:focus{
    color:#e6432d;
}
.news-label{
    font-size: 14px;
    color: #7e7f81;
    margin: 12px 0;
}
.news-p{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    height: 66px;
    overflow:hidden;
}
.check-a{
    font-size: 14px;
    padding: 4px 10px;
    background: #e6432d;
    color: #fff;
}
.check-a:hover,.check-a:focus{
    background: #BF0A10;
    color: #fff;
}
/*新闻中心内页*/
.page-cont{
    padding: 30px 0;
}
.page-cont-t{
    text-align: center;
    margin-bottom: 30px;
}
.cont-t{
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.news-time{
    font-size: 14px;
    color: #999;
}
.news-time-span{
    padding: 0 10px;
}
/*编辑框通用样式*/
.page-text{
    font-size: 14px;
    /*margin-bottom: 10px;*/
    line-height: 1.6;
    text-align: justify;
}
.page-text p{
    /*margin-bottom: 15px;*/
}
/*上下篇*/
.pages{
    padding: 30px 0;
    border-top: 1px dashed #d3d3d3;
}
.pages-a{
    padding: 10px 30px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}
.pages-a:hover,.pages-a:focus{
    color: #e6432d;
    border: 1px solid #e6432d;
}
/*公司简介*/
#about{
    margin: 50px 0 30px;
}
.about-t{
    background: url(../img/about-bg.png) top left no-repeat;
    height: 60px;
    padding: 25px 0 0 40px;
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
}
.about-pic{
    text-align: center;
    /*margin-bottom: 30px;*/
}
.about-img{
    max-width: 100%;
}
/*成功案例*/
.case-cont{
    padding: 30px 0 10px;
    border-bottom: 1px solid #f4f4f4;
}
.case-p{
    margin: 10px 0 25px;
}
.case-block-img{
    margin-bottom: 20px;
}
/*客户反馈*/
.feed-cont{
    padding: 30px 0;
    border-bottom: 1px solid #f4f4f4;
}
.feed-img{
    overflow: hidden;
    border: 1px solid #e5e5e5;
    position: relative;
    text-align: center;
    width: 148px;
}
.img{
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.feed-img:hover .img{
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.feed-r,.feed-l{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}
.feed-r{
    width: calc(100% - 178px);
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}
.feed-r-p{
    margin-bottom: 10px;
}
/*下载中心*/
.load-li{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e5e5e5;
   /* list-style: url("../img/list-style.jpg") inside;*/
}
.load-li a{
    display: block;
}
.load-span1{
    font-size: 14px;
    color: #333;
    padding-right: 10px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width:55%;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
    
}
.load-span2{
    font-size: 14px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 380px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    vertical-align: middle;
}
.xz-span{
    font-size: 14px;
    color:  #e6432d;
}
.xz-i{
    text-decoration: underline;
    padding-right: 10px;
}
.load-a:hover,.load-a:focus{
    color: #e6432d;
}
.load-a:hover .xz-span,.load-a:focus .xz-span{
    color:  #BF0A10;
}
.vic-date{font-size:14px;text-align:right;}
.vic-down{padding:5px 10px;background-color: #E62129;margin-top: -5px;}
.vic-Titledl .slide-a{overflow: hidden;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.vic-video video{width:100%; height:500px;}
.vic-showApple{width: 100%;border:1px;margin-top: 60px;}
.vic-Apple{width:100%;height:900px;}
.pdf_view{border-bottom:1px solid #dcdcdc;bottom:20px 0;height:900px;color:#333;line-height:30px;font-size:16px}
.pdf_view p{padding-top:25px;margin:0}
@media only screen and (min-width: 768px) and (max-width:992px) {
	.qq-div{margin: 50px 0 10px 0;}
    .vic-Apple{height: 400px;}
}




@media(max-width:500px){
    .news-cont .row{
        margin-left: -8px;
        margin-right: -8px;
    }
    .news-cont .col-xs-6{
        padding-left: 8px;
        padding-right: 8px;
    }
    .news-t{
        font-size: 16px;
        height: 21px;
        overflow: hidden;
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .news-label{
        margin: 6px 0;
        font-size: 12px;
    }
    .news-p{
        font-size: 12px;
        margin-bottom: 5px;
        height: 40px;
        overflow:hidden;
    }
    .check-a{
        font-size: 12px;
    }
    .news-cont{
        padding: 15px 0;
    }
    .page-cont-t{
        margin-bottom: 10px;
    }
    .cont-t{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .page-cont{
        padding: 15px 0;
    }
    .tabs-a{
        font-size: 13px;
        padding: 5px;
    }
    .slide-cont{
        font-size: 12px;
    }
    .slide-a{
        font-size: 12px;
    }
    .slide-cont {
        padding: 10px 0;
    }
    .news-a{
        padding: 12px 0;
    }
    .pages-a{
        padding: 8px 20px;
        font-size: 13px;
        border: 1px solid #e5e5e5;
        border-radius: 15px;
    }
    #about{
        margin: 30px 0;
    }
    .feed-img{
        width: 118px;
    }
    .feed-r{
        width: calc(100% - 128px);
    }
    .feed-cont{
        padding: 20px 0;
    }
    
    .vic-date{text-align: left;margin-bottom: 5px !important;margin-top: 5px !important;}
    .vic-Titledl{padding: 0;}
    .vic-Titledl .slide-a{padding: 0;}
    .vic-pdfShow{padding: 0;}
    .vic-pdfShow .col-xs-12{padding: 0;}
    .vic-pdfShow .pull-right{float: none !important;}
    .vic-video video{width:100%; height:200px;}
    .qq-div{ margin: 50px 0 10px 0;}
    .vic-showApple{width: 100%;border:1px;margin-top:20px;}
    .vic-Apple{width:100%;height:200px;}
}
@media(min-width:500px) and (max-width: 767px){
    .news-t{
        font-size: 17px;
        height: 48px;
        overflow: hidden;
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .news-label{
        margin: 5px 0;
    }
    .tabs-a{
        font-size: 15px;
        padding: 8px 15px;
    }
    .slide-cont{
        font-size: 14px;
    }
    .slide-a{
        font-size: 14px;
    }
    .news-a{
        padding: 20px 0;
    }
}
@media(max-width:767px){
    .nav-s-li{
        display: block;
        text-align: center;
        margin-left: 0;
        border-bottom: 1px solid #fff;
    }
    .nav-s-a{
        padding: 15px 0;
        font-size: 14px;
    }
    .text{
        font-size: 14px;
    }
    .p-page-text-h3,.fxd-24 {
        font-size: 18px;
    }
    .p-page-div {
        padding-top: 20px;
    }
    .news-nav .col-xs-12:nth-child(2){
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .case-cont .news-t{
        height: auto;
    }
    .case-p {
        margin: 5px 0 10px;
    }
    .case-cont {
        padding: 20px 0 25px;
    }
    .we-p{
        font-size: 16px;
    }
    .qq-a img{
        width: 7%;
    }
}
@media(min-width:768px){
    .news-nav .col-sm-4:nth-child(2){
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .news-nav .col-sm-6:first-child{
        border-right: 1px solid #fff;
    }
}
@media(min-width:768px) and (max-width:1023px){
    .nav-s-a{
        padding: 15px 0;
        font-size: 12px;
    }
    .text{
        font-size: 14px;
    }
    .news-t{
        height: 48px;
        overflow: hidden;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        font-size: 17px;
    }
    .news-label{
        margin: 6px 0;
    }
    .news-p {
        margin-bottom: 15px;
    }
    .case-p{
        margin: 5px 0 10px;
    }
    .we-p{
        font-size: 18px;
    }
    .p-page-div {
        padding-top: 10px;
        line-height: 1.9;
    }
    .tabs-a {
        font-size: 14px;
        padding: 10px;
    }
}
@media(min-width:1024px) and (max-width:1199px){
    .nav-s-a{
        padding: 20px 0;
        font-size: 16px;
    }
    .news-t{
        height: 28px;
        overflow: hidden;
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }
    .news-label{
        margin: 13px 0;
    }
    .case-p{
        margin: 5px 0 10px;
    }
    .news-p{
        margin-bottom: 28px;
    }
    .we-p{
        font-size: 18px;
    }
    .p-page-div {
        padding-top: 10px;
        line-height: 1.8;
    }
    .p-page-text-h3 {
        font-size: 20px;
    }
    .fxd-24 {
        font-size: 20px;
    }
    .fxd {
        padding: 6px 0;
    }
}