.owl-carousel .owl-wrapper:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init*/
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* mouse grab icon*/
.grabbing{cursor:url(../images/grabbing.png) 8 8, move;}
/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.owl-theme .owl-controls{text-align: right; position:absolute; width:98%; bottom:10px;}
/* Clickable class fix problem with hover on touch devices*//* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ display:none;}
.owl-theme .owl-controls .owl-page span{display: block;width: 8px;height: 8px;margin: 5px 3px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/-webkit-border-radius: 50%;-moz-border-radius: 20px;border-radius: 20px;background:#fff;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background:#4289ce;}
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
/* preloading images*/
.owl-item.loading{min-height: 150px;background: url(../images/AjaxLoader.gif) no-repeat center center}

/*首页产品滚动*/
.owl-demo2{ width:100%; margin:0 auto; text-align:center; padding-bottom:24px; }
/* Styling Next and Prev buttons*/
.owl-demo2.owl-theme .owl-controls{ bottom:60%; height:0;}
.owl-demo2.owl-theme .owl-controls .owl-pagination{ display:none;}
.owl-demo2.owl-theme .owl-controls .owl-buttons{ /*position:absolute; top:0%; width:100%; left:0;*/  height:0; display:none;}
.owl-demo2.owl-theme:hover .owl-controls .owl-buttons{ display:block;}
.owl-demo2.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:41px; height:41px;/*IE7 life-saver*/ text-indent:60px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/20180504/i_left.png) no-repeat; float:left; margin-left:6px;}
.owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/20180504/i_right.png) no-repeat; float:right; margin-right:-14px;}
.owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80); }

.owl-demo2.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo2 .item{margin:0 6px;}
.owl-demo2 .item img{display: block;height: 100%;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s; height:205px;}
.owl-demo2 .item dd{ /*border:1px solid #ececec; */text-align:center; height:266px;transition:all 0.3s;}
.owl-demo2 .item dd .imgs{width:100%; height:205px; overflow:hidden;/* margin-bottom:13px;*/}
.owl-demo2 .item dd .h2{  font-weight:normal; font-size:12px; line-height:26px; height:26px; overflow:hidden; padding-left:1%; padding-right:1%; white-space:nowrap;text-overflow:ellipsis; margin-top:5px;color:#333;}
.owl-demo2 .item dd .h2 .yellows{ color:#cc6600;}
.owl-demo2 .item dd .p{ height:22px; line-height:22px; overflow:hidden; font-size:12px; }
.owl-demo2 .item dd .p .reds{ color:#ff0036;}
.owl-demo2 .item dd .p .reds label{ font-size:18px;}
.owl-demo2 .item dd .p s{ margin-left:9px; color:#c3c3c3;}
.owl-demo2 .item dd:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
/*.owl-demo2 .item dd:hover{border:1px solid #9ad9e7;}*/

/*公司黄页证书滚动*/
.owl-demo3{ width:100%; margin:0 auto; text-align:center; margin-top:11px;border:1px solid #ebebeb; margin-bottom:10px;}
/* Styling Next and Prev buttons*/
.owl-demo3.owl-theme .owl-controls{ bottom:8%; height:0;}
.owl-demo3.owl-theme .owl-controls .owl-pagination{ }
.owl-demo3.owl-theme .owl-controls .owl-buttons{ /*position:absolute; top:0%; width:100%; left:0;*/  height:0; display:none;}

.owl-demo3.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo3 .item{margin:0 0px;}
.owl-demo3 .item img{display: block; margin:0 auto; max-height:100%;max-width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.owl-demo3 .item dd{  text-align:center; height:308px; position:relative;}
.owl-demo3 .item dd .imgs{width:100%; height:273px; line-height:273px; overflow:hidden; margin-top:13px; text-align:center;}
.owl-demo3 .item dd .h2{  font-weight:normal; font-size:14px; line-height:35px; height:35px; overflow:hidden; padding-left:47px; padding-right:47px; white-space:nowrap;text-overflow:ellipsis; position:absolute; bottom:0; width:164px;color:#fff; background-color:#7f7f7f;}
.owl-demo3 .item dd:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.owl-demo3:hover{border:1px solid #9ad9e7;}

/*公司黄页产品滚动*/
.owl-demo4{ width:812px; margin:0 auto; text-align:center;}
/* Styling Next and Prev buttons*/
.owl-demo4.owl-theme .owl-controls{ bottom:69%; height:0;}
.owl-demo4.owl-theme .owl-controls .owl-pagination{ display:none;}
.owl-demo4.owl-theme .owl-controls .owl-buttons{ /*position:absolute; top:0%; width:100%; left:0;*/  height:0;}
.owl-demo4.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:41px; height:41px;/*IE7 life-saver*/ text-indent:60px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/company/com_left.png) no-repeat; float:left; margin-left:-46px;}
.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/company/com_right.png) no-repeat; float:right; margin-right:-63px;}
.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80); }

.owl-demo4.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo4 .item{margin:0 7px;}
.owl-demo4 .item img{display: block; margin:0 auto;height: 100%;width:158px;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.owl-demo4 .item dd{  text-align:center;transition:all 0.3s;}
.owl-demo4 .item dd .imgs{height:158px;border:1px solid #ededed; overflow:hidden;}
.owl-demo4 .item dd .h2{  font-weight:normal; font-size:12px; line-height:42px; height:42px; overflow:hidden; padding-left:1%; padding-right:1%; white-space:nowrap;text-overflow:ellipsis; text-align:center;}
.owl-demo4 .item dd:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}

/*公司黄页相册滚动*/
#owl-demo5{  width:100%; max-width:700px; margin:0 auto;text-align:center; margin-bottom:20px;}
#owl-demo5 .owl-item.loading{ min-height:100px;}
#owl-demo5.owl-theme .owl-controls{ top:0; height:0;}
#owl-demo5.owl-theme .owl-controls .owl-buttons{ position:absolute; top:0%; width:112.5%; left:-30px; height:0;}
#owl-demo5.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:30px; height:134px;/*IE7 life-saver*/ text-indent:60px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s; margin-top:0;}
#owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/company/photo_left.png) center center no-repeat; float:left; margin-left:-10px;}
#owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background:url(../images/company/photo_left_on.png) center center no-repeat;}
#owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/company/photo_right.png) center center no-repeat; float:right;}
#owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-next:hover{background:url(../images/company/photo_right_on.png) center center no-repeat;}


#owl-demo5 .item{margin: 0px 4px; }
#owl-demo5 .item img{display: block;/*height: 100%;*/height:134px;width: 100%; border:1px solid #e2e2e2; background-color:#fff;}
#owl-demo5 .item dd{ width:100%; margin:0 auto; margin-bottom:10px;}
/*#owl-demo5 .item img:Hover{ border:1px solid #c30d23;}*/
#owl-demo5 .item .psel{border:1px solid #008cd6;}
/*首页品牌滚动*/
.owl-demo6{ width:987px; margin:0 auto; text-align:center; margin-left:-5px;}
/* Styling Next and Prev buttons*/
.owl-demo6.owl-theme .owl-controls{ bottom:8%; height:0;}
.owl-demo6.owl-theme .owl-controls .owl-pagination{ }
.owl-demo6.owl-theme .owl-controls .owl-buttons{ /*position:absolute; top:0%; width:100%; left:0;*/  height:0; display:none;}

.owl-demo6.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo6 .item{margin:0 5px;}
.owl-demo6 .item img{display: block; margin:0 auto; width:100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.owl-demo6 .item dd{  text-align:center; height:61px; position:relative;}
.owl-demo6 .item dd .imgs{width:100%; height:61px; line-height:61px; overflow:hidden; text-align:center;}
.owl-demo6 .item dd:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}

/*首页广告滚动*/
.owl-demo7{ width:100%;}
/* Styling Next and Prev buttons*/
.owl-demo7.owl-theme .owl-controls{ bottom:8%; height:0;}
.owl-demo7.owl-theme .owl-controls .owl-pagination{ display:none; }
.owl-demo7.owl-theme .owl-controls .owl-buttons{ /*position:absolute; top:0%; width:100%; left:0;*/  height:0; display:none;}
.owl-demo7.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo7 .item{margin:0 0px;}
.owl-demo7 .item img{display: block;width: 100%;height:108px;transition:all 0.3s;}
.owl-demo7 .item dd:hover img{opacity:0.8;filter:Alpha(opacity=80);}

/*首页广告滚动2*/
.owl-demo8{ width:990px; margin:0 auto; text-align:center; margin-left:-6px; margin-bottom:10px; }
/* Styling Next and Prev buttons*/
.owl-demo8.owl-theme .owl-controls{ bottom:70%; height:0;}
.owl-demo8.owl-theme .owl-controls .owl-pagination{ display:none;}
.owl-demo8.owl-theme .owl-controls .owl-buttons{ /*position:absolute; top:0%; width:100%; left:0;*/  height:0; display:none;}
.owl-demo8.owl-theme:hover .owl-controls .owl-buttons{ display:block;}
.owl-demo8.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:41px; height:41px;/*IE7 life-saver*/ text-indent:60px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/20180504/i_left.png) no-repeat; float:left; margin-left:6px;}
.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/20180504/i_right.png) no-repeat; float:right; margin-right:-14px;}
.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-next:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80); }

.owl-demo8.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo8 .item{margin:0 6px;}
.owl-demo8 .item img{display: block;width: 100%;height:100px;transition:all 0.3s;}
.owl-demo8 .item dd{ text-align:center;transition:all 0.3s; float:left;width:187px; margin-right:10.25px; }
.owl-demo8 .item dd:nth-child(5){ margin-right:0;}
.owl-demo8 .item dd:hover img{opacity:0.8;filter:Alpha(opacity=80);}


/*采购产品滚动*/
.owl-demo9{ width:1178px; margin:0 auto; text-align:center;}
/* Styling Next and Prev buttons*/
.owl-demo9.owl-theme .owl-controls{ bottom:69%; height:0;}
.owl-demo9.owl-theme .owl-controls .owl-pagination{ display:none;}
.owl-demo9.owl-theme .owl-controls .owl-buttons{ /*position:absolute; top:0%; width:100%; left:0;*/  height:0;}
.owl-demo9.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:41px; height:41px;/*IE7 life-saver*/ text-indent:60px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/company/com_left.png) no-repeat; float:left; margin-left:-11px;}
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/company/com_right.png) no-repeat; float:right; margin-right:-35px;}
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-next:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80); }

.owl-demo9.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo9 .item{margin:0 5px;}
.owl-demo9 .item img{display: block; margin:0 auto;height: 100%;width:158px;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.owl-demo9 .item dd{  text-align:center;transition:all 0.3s;}
.owl-demo9 .item dd .imgs{height:158px;border:1px solid #ededed; overflow:hidden;}
.owl-demo9 .item dd .h2{  font-weight:normal; font-size:12px; line-height:42px; height:42px; overflow:hidden; padding-left:1%; padding-right:1%; white-space:nowrap;text-overflow:ellipsis; text-align:center;}
.owl-demo9 .item dd:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
