/*公共样式*/
body{background: #F8F8F8;font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Helvetica Neue","Hiragino Sans GB","Microsoft YaHei",Helvetica,sans-serif;}
.space1{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.clamp2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;line-height: 2;height: 4em;overflow: hidden;}
.line-height2{line-height: 2;}
.font-bold{font-weight: bold;}
.paddingtb40px{padding: 40px 0;}
.paddinglr5px{padding: 0 5px;}
.paddinglr10px{padding: 0 10px;}
.margin-top20px{margin-top: 20px;}
.margin-top40px{margin-top: 40px;}
.font-size36px{font-size: 36px;}
.font-size24px{font-size: 24px;}
.font-size18px{font-size: 18px;}
.font-size14px{font-size: 14px;}
.font-size0{font-size: 0;}
.color1{color: #666666;}
.color2{color: #3879c4;}
.color3{color: #333333;}
.color4{color: #888888;}

@media(max-width: 1230px){
    .font-size36px{font-size: 24px;}
}
@media(max-width: 1024px){
    .paddinglr5px{padding: 0 8px;}
    .paddinglr10px{padding: 0 7px;}
    .font-size24px{font-size: 20px;}
    .font-size18px{font-size: 16px;}
}


/*首页样式*/
.index-bgcolor{background: #ffffff;margin-top: 20px;}
.index-padding{padding: 10px 15px;height: 240px;}
.index-bgcolor .index-padding h3{line-height: 2;border-bottom: 1px solid #eeeeee;}
.index-bgcolor .index-padding p{margin-bottom: 0;}
.index-news li a{font-size: 14px;line-height: 2;color: #666666;}
.index-news li a:hover{color: #3879c4;}

/*产品中心*/
.menu-on-the-left{width: 260px;background: #ffffff;}
.mobile,.indexnav h3{font-size: 14px;color: #ffffff;background: #3879c4;border: 1px solid #3879c4;padding: 10px 15px;}
.indexnav .phone li a{width: 100%;display: inline-block;font-size: 14px;color: #666666;padding: 10px 15px;border: 1px solid #dddddd;border-top: none;}
.indexnav .phone li.active a,.indexnav .phone li a:hover{color: #ffffff;background: #3879c4;border-color: #3879c4;}

.content-on-the-right{width: 900px;}
.title-line{padding-bottom: 10px;border-bottom: 1px solid #eeeeee;}
.products-bgcolor{background: #ffffff;padding: 20px;}
.products-list a{width: 100%;display: inline-block;margin-bottom: 20px;}
.products-list a:hover .products-title{color: #3879c4;}

.bg{width: 400px;box-sizing: border-box;}
.bg_left{width: 400px;height: auto;float: left;}
.bg_right{position: absolute;left: 100%;top: 0;z-index: 99;}
.show{width: 100%;height: auto;margin-bottom: 20px;position: relative;border: 2px solid #E8E8E8;cursor: move;}
.show img{width: 100%;height: 100%;}
.mask{width: 160px;height: 160px;background: #000000;filter: Alpha(opacity=50);opacity:0.5;position: absolute;top: 0;left: 0;display: none;}
.bigshow{width: 400px;height: 268px;overflow: hidden;margin-left: 10px;display: none;border: 2px solid #E8E8E8;}
.bigshow img{width: 990px;height: 530px;margin-right: 10px;}
.smallshow{width: 100%;height: auto;position: relative;}
.smallshow img{width: 100%;border: 2px solid #e8e8e8;box-sizing: border-box;}
.smallshow>.middle_box{margin: 0 30px;width: 340px;overflow: hidden;height: auto;}
.smallshow .middle{overflow: hidden;height: auto;}
.smallshow .middle>li{width: 90px;height: auto;float: left;cursor:pointer;padding: 0 2px;}
.smallshow>p{position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);font-size: 32px;color: #666666;cursor: pointer;}
.smallshow>.prev{left: 0;}
.smallshow>.next{right: 0;}
.smallshow>.prev.prevnone,.smallshow>.next.nextnone{cursor: not-allowed;}
.smallshow>p:hover{color: #d00f29;}

.prodetails-right{width: 430px;}
.pro_details_nav{border-bottom: 1px solid #eeeeee;}
.pro_details_nav li{display: inline-block;vertical-align: top;}
.pro_details_nav li a{display: inline-block;color: #3879c4;font-size: 20px;padding: 6px 20px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.pro_details_nav li.newson a{background: #3879c4;color: #ffffff;}
.contenttable table{width: 100% !important;word-break: break-all !important;word-wrap: break-word !important;}
.contenttable table tbody tr td{border: 1px solid #eeeeee;padding: 4px !important;vertical-align: middle;text-align: center;}
.contenttable table tbody tr.firstRow td,.contenttable table tbody tr td.firstcol{font-weight: bold;color: #333333;}
.detail-width a{width: 100%;display: inline-block;font-size: 14px;line-height: 2;color: #888888;}
.detail-width a:hover{color: #3879c4;}

@media(min-width: 1025px){
    .mobile,.indexnav h3{border-top-right-radius: 4px;border-top-left-radius: 4px;}
    .indexnav h3{display: none;}
    .indexnav .phone li:last-child a{border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
}
@media(max-width: 1230px){
    .menu-on-the-left{width: 240px;}
    .content-on-the-right{width: 700px;}

    .bg{width: 320px;}
    .bg_left{width: 320px;}
    .mask{width: 120px;height: 120px;}
    .bigshow{width: 320px;height: 215px;}
    .bigshow img{width: 840px;height: 460px;}
    .smallshow>.middle_box{width: 260px;}
    .smallshow .middle>li{width: 80px;}
    .prodetails-right{width: 310px;}
}
@media(max-width: 1024px){
    .menu-on-the-left{width: 100%;}
    .mobile{display: none;}
    .indexnav h3{display: block;}
    .indexnav .phone{display: none;width: 100%;background: #ffffff;position: absolute;top: 100%;z-index: 99;}

    .content-on-the-right{width: 100%;margin-top: 20px;}
    .products-bgcolor{padding: 15px;}
    .products-list a .products-title{margin-top: 10px;}

    .bg,.bg_left,.bigshow{width: 100%;}
    .mask,.bigshow,.bigshow img,.smallshow>p{display: none !important;}
    .smallshow>.middle_box,.smallshow .middle{width: 100% !important;margin: 0;font-size: 0;}
    .smallshow .middle>li{padding: 2px;width: 20%;float: inherit;display: inline-block;vertical-align: top;}
    .prodetails-right{width: 100%;margin-top: 30px;}

    .pro_details_nav li a{font-size: 16px;padding: 6px 18px;}
}


/*新闻中心*/
.news-list a{width: 100%;display: inline-block;margin-bottom: 20px;}
.news-list a .news-left,.news-list a .news-right{display: inline-block;vertical-align: middle;}
.news-list a .news-left{width: 22%;}
.news-list a .news-right{width: 78%;padding-left: 20px;}
.news-list a:hover .news-title{color: #3879c4;}

@media(max-width: 1230px){
    .news-list a .news-left{width: 24%;}
    .news-list a .news-right{width: 76%;padding-left: 20px;}
}
@media(max-width: 1024px){
    .news-list{width: 49%;display: inline-block;vertical-align: top;}
    .news-list:nth-child(2n){margin-left: 2%;}
    .news-list a{background: #ffffff;}
    .news-list a .news-left{width: 100%;}
    .news-list a .news-right{width: 100%;padding: 10px;}
}
@media(max-width: 540px){
    .news-list{width: 100%;}
    .news-list:nth-child(2n){margin-left: 0;}
}


/*关于我们*/
.qualification-group{margin-bottom: 20px;}
html.lb-disable-scrolling{overflow: hidden;position: fixed;height: 100vh;width: 100vw;}
.lightboxOverlay{position: absolute;top: 0;left: 0;z-index: 9999;background: black;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity: 0.8;display: none;}
.lightbox{position: absolute;left: 0;width: 100%;z-index: 10000;text-align: center;line-height: 0;font-weight: normal;}
.lightbox .lb-image{display: block;height: auto;max-width: inherit;max-height: none;border-radius: 3px;border: 4px solid white;}
.lightbox a img{border: none;}
.lb-outerContainer{position: relative;*zoom: 1;width: auto;height: 250px;margin: 0 auto;border-radius: 4px;background: white;}
.lb-outerContainer:after{content: "";display: table;clear: both;}
.lb-loader{position: absolute;top: 43%;left: 0;height: 25%;width: 100%;text-align: center;line-height: 0;}
.lb-cancel{display: block;width: 32px;height: 32px;margin: 0 auto;background: url(../images/loading.gif) no-repeat;}
.lb-nav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
.lb-container>.nav{left: 0;}
.lb-nav a{outline: none;background-image: url('../images/a06b9431240c47bc9f7a6c50e66be581.gif');}
.lb-prev,.lb-next{height: 100%;cursor: pointer;display: block;}
.lb-nav a.lb-prev{width: 24%;left: 0;float: left;background: url(../images/prev.png) left 48% no-repeat;opacity: 0;-webkit-transition: opacity 0.6s;-moz-transition: opacity 0.6s;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-o-transition: opacity 0.6s;transition: opacity 0.6s;}
.lb-nav a.lb-prev:hover{filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}
.lb-nav a.lb-next{width: 24%;right: 0;float: right;background: url(../images/next.png) right 48% no-repeat;opacity: 0;-webkit-transition: opacity 0.6s;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-moz-transition: opacity 0.6s;-o-transition: opacity 0.6s;transition: opacity 0.6s;}
.lb-nav a.lb-next:hover{filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}
.lb-dataContainer{margin: 0 auto;padding-top: 5px;*zoom: 1;width: 100%;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;position: absolute;top: -40px;left: 50%;transform: translateX(-50%);}
.lb-dataContainer:after{content: "";display: table;clear: both;}
.lb-data{padding: 0 4px;color: #ccc;}
.lb-data .lb-details{width: 85%;float: left;text-align: left;line-height: 1.1em;}
.lb-data .lb-caption{font-size: 13px;font-weight: bold;line-height: 1em;}
.lb-data .lb-caption a{color: #4ae;}
.lb-data .lb-number{display: block;clear: left;padding-bottom: 1em;font-size: 12px;color: #999;}
.lb-data .lb-close{display: block;float: right;width: 30px;height: 30px;background: url(../images/close.png) top right no-repeat;text-align: right;outline: none;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity: 0.7;-webkit-transition: opacity 0.2s;-moz-transition: opacity 0.2s;-o-transition: opacity 0.2s;transition: opacity 0.2s;}
.lb-data .lb-close:hover{cursor: pointer;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity: 1;}


/*联系我们*/
#dituContent{width: 100%;height: 360px;}
.iw_poi_title{color: #CC5522;font-size: 14px;font-weight: bold;overflow: hidden;padding-right: 13px;white-space: nowrap;}
.iw_poi_content{font: 12px arial,sans-serif;overflow: visible;padding-top: 4px;white-space: -moz-pre-wrap;word-wrap: break-word;}

.form-input,.form-textarea{width: 100%;margin-bottom: 20px;background: #ffffff;}
.form-input{height: 40px;padding: 0 15px;}
.form-textarea{height: 120px;padding: 10px 15px;resize: none;}
.btn-submit,.btn-reset{width: 80px;height: 30px;font-size: 16px;}
.btn-submit{background: #4472b0;color: #ffffff;}
.btn-reset{margin-left: 20px;background: #888888;color: #ffffff;}