.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{/*margin-bottom:20px;*/text-align: center;}
/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:38px; height:74px;/*IE7 life-saver*/ text-indent:40px; margin-top:-16%; z-index:9; position:relative; 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-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/i_pro_left.png) no-repeat; float:left;}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background:url(../images/i_pro_left_on.png) no-repeat;}
.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/i_pro_right.png) no-repeat; float:right;}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover{background:url(../images/i_pro_right_on.png) no-repeat; }
/* 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: 10px;height: 10px;margin: 5px 5px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background:#ccc;}
.owl-theme .owl-controls .owl-page.active span{background:#4cb6ed;}
/* If PaginationNumbers is true 
.owl-theme .owl-controls.clickable .owl-page:hover span*/
.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-demo4{text-align:center; margin-top:4%;}
#owl-demo4.owl-theme .owl-pagination{ display:none; }
#owl-demo4.owl-theme .owl-controls{ padding-top:4%;}
#owl-demo4.owl-theme .owl-controls .owl-buttons{ position:absolute; top:32%; 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:18px; height:26px;/*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-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/product_bg1.png) left center no-repeat; background-size:100% auto; float:left; margin-left:-20px;}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{filter:alpha(opacity=80);opacity:0.8;transition:all 0.3s;}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/product_bg2.png) right center no-repeat;background-size:100% auto; float:right; margin-right:-20px;}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next:hover{filter:alpha(opacity=80);opacity:0.8;transition:all 0.3s; }

#owl-demo4.owl-theme .owl-controls .owl-page{ display:inline-block;}

#owl-demo4 .item{margin: 0px 2%; }
#owl-demo4 .item img{display: block;width: 100%; height:100%;filter: Alpha(Opacity=0);opacity: 0;-webkit-transition:all 1s ease-in-out; -moz-transition:all 1s ease-in-out; -ms-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out; transition:all 1s ease-in-out;}
#owl-demo4 .item dd{ width:94%;margin:0 auto; font-size:14px; max-width:180px;  }
#owl-demo4 .item dd a{ text-decoration:none; color:#fff;}
/*#owl-demo3 .item dd a:hover{ color:#cb1a28;}*/
#owl-demo4 .item dd .imgs{overflow:hidden;width: 100%; position:relative;margin:0 auto; display:block; background-color:#2188c5; border-radius:50%;transition: all 1.3s;}
#owl-demo4 .item dd:hover .imgs{background-color:#99c71e;transform: rotateY(360deg);/*-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1); transform:scaleX(-1);*//*IE*/filter:FlipH;}
#owl-demo4 .item dd .txts{ position:absolute; width:100%; height:100%; color:#fff; font-size:18px; left:0; top:0; text-align:center; line-height:26px;}
#owl-demo4 .item dd .txts div{ display:table; height:100%; overflow:hidden; width:100%;}
#owl-demo4 .item dd .txts p{ display:table-cell; vertical-align:middle;}

/*首页*/
#owl-demo3{text-align:center;padding-top:5%;}
#owl-demo3.owl-theme .owl-pagination{ display:none;}
#owl-demo3.owl-theme .owl-controls{ padding-top:0%;}
#owl-demo3.owl-theme .owl-controls .owl-buttons{ position:absolute;top:48%; width:100%; left:0; height:0;/* display:none;*/}
#owl-demo3.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:96px; height:97px;/*IE7 life-saver*/ text-indent:160px;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-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev{background-image:url(../images/20180410/product_bg1.png); background-size:100% 100%; background-position:center center; background-repeat:no-repeat; float:left;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{transition:all 0.3s;filter: Alpha(Opacity=80);opacity: 0.8;background-image:url(../images/20180410/product_bg1_on.png);}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next{background-image:url(../images/20180410/product_bg2.png); background-size:100% 100%; background-position:center center; background-repeat:no-repeat; float:right;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next:hover{transition:all 0.3s;filter: Alpha(Opacity=80);opacity: 0.8;background-image:url(../images/20180410/product_bg2_on.png);}
#owl-demo3.owl-theme .owl-controls .owl-page{ display:inline-block;}

#owl-demo3 .item{margin: 0px 0%; text-align:left; }
#owl-demo3 .item img{display: block;width: 100%; height:100%;-webkit-transition:all 1s ease-in-out; -moz-transition:all 1s ease-in-out; -ms-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out; transition:all 1s ease-in-out;}
#owl-demo3 .item dd{ width:100%;margin:0 auto; position:relative;}
#owl-demo3 .item dd .imgs{ overflow:hidden; width:100%;}
#owl-demo3 .item dd .imgs img{ 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 .txts{ position:absolute; width:100%; height:100%; bottom:-100%; left:0; color:#fff; overflow:hidden; background:url(../images/i_bg3.png) repeat; transition: all 0.3s; }
#owl-demo3 .item dd .txts .txts_con{ width:94%; margin:0 auto; max-width:420px;}
#owl-demo3 .item dd .txts .txts_con span{ display:block;  margin-top:4%; height:42px; line-height:42px; overflow:hidden;background:url(../images/i_bg4.png) left bottom no-repeat; font-size:14px;}
#owl-demo3 .item dd .txts .txts_con h2{font-weight:normal; font-size:24px; margin-top:10%; height:36px; line-height:36px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; margin-bottom:5px;}
#owl-demo3 .item dd .txts .txts_con p{ line-height:26px; font-size:16px; max-height:130px; overflow:hidden;}
#owl-demo3 .item dd:hover .imgs 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 .item dd:hover .txts{ bottom:0;}











@media screen and (max-width:1440px) {
/*产品型号*/
#owl-demo4 .item dd .txts{ font-size:14px; line-height:24px;}
/*首页*/
#owl-demo3 .item dd .txts .txts_con span{ font-size:12px;}
#owl-demo3 .item dd .txts .txts_con h2{ font-size:18px;}
#owl-demo3 .item dd .txts .txts_con p{ font-size:14px; line-height:22px; max-height:88px;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div{ width:80px; height:80px;}
}

@media screen and (max-width:1100px) {
/*首页*/
#owl-demo3.owl-theme .owl-controls .owl-buttons div{ width:60px; height:60px;}
}

@media screen and (max-width:979px) {
/*首页*/
#owl-demo3 .item dd .txts .txts_con span{ margin-top:2%;}
#owl-demo3 .item dd .txts .txts_con h2{ font-size:14px; margin-top:5%; margin-bottom:0;}
#owl-demo3 .item dd .txts .txts_con p{ font-size:12px; line-height:20px; max-height:80px;}
}
@media screen and (max-width:890px) {


}
@media screen and (max-width:830px) {
/*产品型号*/
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-15px;}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-15px;}

}
@media screen and (max-width:780px) {

}
@media screen and (max-width:640px) {
/*产品型号*/
#owl-demo4.owl-theme .owl-controls .owl-buttons{ top:34%;}
#owl-demo4.owl-theme .owl-controls .owl-buttons div{ width:15px; height:22px;}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-10px;}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-10px;}
/*首页*/
#owl-demo3 .item dd .txts .txts_con span{ margin-top:2%;font-size:12px;}
#owl-demo3 .item dd .txts .txts_con h2{ font-size:14px; margin-top:5%; margin-bottom:0;}
#owl-demo3 .item dd .txts .txts_con p{ font-size:12px; line-height:20px; max-height:80px;}
}
@media screen and (max-width:480px) {
/*产品型号*/
#owl-demo4.owl-theme .owl-controls .owl-buttons{ top:36%;}
/*首页*/
#owl-demo3.owl-theme .owl-controls .owl-buttons div{ width:40px; height:40px;}

}
@media screen and (max-width:360px) {
/*首页*/
#owl-demo3 .item dd .txts .txts_con span{ margin-top:0%;}
#owl-demo3 .item dd .txts .txts_con h2{ margin-top:3%;}
#owl-demo3 .item dd .txts .txts_con p{line-height:18px; max-height:72px;}
#owl-demo3.owl-theme .owl-controls .owl-buttons{ top:47%;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div{ width:30px; height:30px;}
}