﻿.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;-webkit-touch-action:pan-y;-moz-touch-action:pan-y;-o-touch-action:pan-y;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{margin:0 auto; max-width:1460px;  margin-top:4%; margin-bottom:5%;}
.owl-demo4.owl-carousel .owl-wrapper-outer{ overflow:visible;}
/* Styling Next and Prev buttons*/
.owl-demo4.owl-theme .owl-controls .owl-pagination{position:absolute; bottom:35px; width:100%; max-width:194px;  left:-320px; height:18px; display:none;}
.owl-demo4.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ }
.owl-demo4.owl-theme .owl-controls .owl-page span{display: block;width: 4px;height: 4px;margin: 0px 13px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background:#dadada;}
.owl-demo4.owl-theme .owl-controls .owl-page.active span{background:#0093dd;}
.owl-demo4.owl-theme .owl-controls .owl-buttons{ position:absolute; bottom:40px; width:100%; max-width:194px;  left:-320px; height:0px; display:none;}
.owl-demo4.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:9px; height:18px;/*IE7 life-saver*/ text-indent:100px; line-height: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:-9px;/*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); border-radius:50%;*/}
.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/left_on.png) center center no-repeat; background-size:100%; float:left; margin-left:0;}
.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev.disabled{background-image:url(../images/left.png);}
.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{/*background-image:url(../images/left_on.png);*/opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next{background:url(../images/right_on.png) center center no-repeat; background-size:100%; float:right; margin-left:20px; }
.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next.disabled{background-image:url(../images/right.png);}
.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next:hover{/* background-image:url(../images/right_on.png);*/opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo4.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo4 .item{margin:0 2%; }
.owl-demo4 .item .imgs{ position:relative; padding-top:40.1%;overflow:hidden;}
.owl-demo4 .item .imgs img{ display: block;width: 100%; height:100%; position:absolute; top:0; left:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s; /*-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/}
.owl-demo4 .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);/*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/}
.owl-demo4 .item dd{ overflow:hidden; position:relative;-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.1);box-shadow: 0 5px 30px rgba(0,0,0,0.1); margin-bottom:10px; margin-top:10px;}


/*产品中心*/
.owl-demo7{ margin:0 auto;  text-align:center;/*-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.1); box-shadow: 0 5px 30px rgba(0,0,0,0.1);*/ margin-top:4%; }
/*.owl-demo7.owl-carousel .owl-wrapper-outer{ overflow:visible;}*/
/* Styling Next and Prev buttons*/
.owl-demo7.owl-theme .owl-controls .owl-pagination{position:absolute; height:0; right:0; bottom:20%; width:52.1%; text-align:right; padding-right:60px;display:none;}
/* Styling Pagination*/
.owl-demo7.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ }
.owl-demo7.owl-theme .owl-controls .owl-page span{display: block;width: 14px;height: 14px;margin: 5px 3px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background:#dadada;}
.owl-demo7.owl-theme .owl-controls .owl-page.active span{background:#0093dd;}
.owl-demo7.owl-theme .owl-controls .owl-buttons{ position:absolute; top:50%; width:100%; left:0; height:0; display:none;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:40px; height:40px;/*IE7 life-saver*/ text-indent:100px; line-height:40px;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:-20px;/*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); border-radius:50%;*/-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.1); box-shadow: 0 5px 30px rgba(0,0,0,0.1); border-radius:50%;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/left.png) center center no-repeat; background-size:100%; float:left; margin-left:-66px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background-image:url(../images/left_on.png);opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next{background:url(../images/right.png) center center no-repeat; background-size:100%; float:right; margin-right:-66px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next:hover{ background-image:url(../images/right_on.png);opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo7.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo7 .item{margin:0 0%; }
.owl-demo7 .item dd{ margin:0 auto; width:96%; max-width:160px;transition:all 0.3s;/*overflow:hidden;*/ height:140px;/*display: flex; align-items: center; justify-content: left;*/ cursor:pointer; position:relative; margin-top:5px; }
.owl-demo7 .item dd:after{ content:""; position:absolute; right:50%; left:50%; bottom:0;height:3px; width:0%; background:#2da338;}
.owl-demo7 .item dd.on:after{ width:100%; left:0; right:0;}
.owl-demo7 .item dd .h3{ font-weight:normal; overflow:hidden;line-height:26px;color:#333333; text-align:center; margin-top:7px; font-size:18px;}
.owl-demo7 .item dd.on .h3{ color:#2da338;}
.owl-demo7 .item dd .imgs{ width:50px; height:58px; margin:0 auto; overflow:hidden; position:relative;transition:all 0.3s;}
.owl-demo7 .item dd:hover .imgs{transform: translate(0%, -5px);}
.owl-demo7 .item dd .imgs img{ width:100%; height:100%; position:absolute; top:0; left:0;transition:all 0.3s;}
.owl-demo7 .item dd .imgs img.img2{opacity:0;filter:Alpha(opacity=0);}
.owl-demo7 .item dd.on .imgs img.img2{opacity:1.0;filter:Alpha(opacity=100);}
.owl-demo7 .item dd.on .imgs img.img1{opacity:0;filter:Alpha(opacity=0);}
/*产品中心2*/
.owl-demo10{ margin:0 auto;  text-align:center;/*-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.1); box-shadow: 0 5px 30px rgba(0,0,0,0.1);*/}
/*.owl-demo10.owl-carousel .owl-wrapper-outer{ overflow:visible;}*/
/* Styling Next and Prev buttons*/
.owl-demo10.owl-theme .owl-controls .owl-pagination{position:absolute; height:0; right:0; bottom:20%; width:52.1%; text-align:right; padding-right:60px;display:none;}
/* Styling Pagination*/
.owl-demo10.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ }
.owl-demo10.owl-theme .owl-controls .owl-page span{display: block;width: 14px;height: 14px;margin: 5px 3px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background:#dadada;}
.owl-demo10.owl-theme .owl-controls .owl-page.active span{background:#0093dd;}
.owl-demo10.owl-theme .owl-controls .owl-buttons{ position:absolute; top:50%; width:100%; left:0; height:0;}
.owl-demo10.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:45px; height:27px;/*IE7 life-saver*/ text-indent:100px; line-height:27px;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:-14px;/*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); border-radius:50%;*//*-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.1); box-shadow: 0 5px 30px rgba(0,0,0,0.1); border-radius:50%;*/}
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/left.png) center center no-repeat; background-size:100%; float:left; margin-left:-156px;}
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background-image:url(../images/left_on.png);opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next{background:url(../images/right.png) center center no-repeat; background-size:100%; float:right; margin-right:-156px;}
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next:hover{ background-image:url(../images/right_on.png);opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo10.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo10 .item{margin:0 0%; }
.owl-demo10 .item .imgs{ float:right; width:50%; overflow:hidden; padding-top:30%; position:relative;}
.owl-demo10 .item .imgs img{ display: block;width: 100%; height:100%; position:absolute; top:0; left:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s; /*-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/}
.owl-demo10 .item dd .imgs: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);/*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/}
.owl-demo10 .item dd .txts{ float:left; width:48%; max-width:650px; overflow:hidden; text-align:left;}
.owl-demo10 .item dd .txts .h4{ font-weight:bold; overflow:hidden; height:40px; line-height:40px;white-space:nowrap;text-overflow:ellipsis; margin-top:15%;}
.owl-demo10 .item dd .txts .p{ line-height:32px; height:64px; margin-top:16px; overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color:#555555; font-size:16px;}
.owl-demo10 .item dd .txts .a{ float:left; padding-left:17px; padding-right:17px; overflow:hidden; position:relative; z-index:0; color:#222222; font-size:15px; line-height:40px; height:40px; margin-top:45px;transition:all 0.3s;}
.owl-demo10 .item dd .txts .a:before{ z-index: -1; content: ""; position: absolute; left: 0; top: 0;  width: 40px; height: 40px; background: #2da338; border-radius: 50%;transition:all 0.3s;}
.owl-demo10 .item dd .txts .a:hover{ /*margin-left:5px; font-weight:bold;*/ color:#fff;}
.owl-demo10 .item dd .txts .a:hover:before{ width:100%; border-radius:30px;}
.owl-demo10 .item dd .txts .a span{ font-family:"宋体";}

/*新闻中心*/
.owl-demo5{ margin-top:3.5%; width:102%; margin-left:-1%; margin-bottom:6%;}
/*.owl-demo5.owl-carousel .owl-wrapper-outer{ overflow:visible;}*/
/* Styling Next and Prev buttons*/
.owl-demo5.owl-theme .owl-controls .owl-pagination{position:absolute; bottom:-105px; width:100%;  left:0; height:18px; display:none;}
.owl-demo5.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ }
.owl-demo5.owl-theme .owl-controls .owl-page span{display: block;width: 4px;height: 4px;margin: 0px 13px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background:#dadada;}
.owl-demo5.owl-theme .owl-controls .owl-page.active span{background:#0093dd;}
.owl-demo5.owl-theme .owl-controls .owl-buttons{ position:absolute; bottom:40px; width:100%; max-width:194px;  left:-320px; height:0px; display:none;}
.owl-demo5.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:9px; height:18px;/*IE7 life-saver*/ text-indent:100px; line-height: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:-9px;/*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); border-radius:50%;*/}
.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/left_on.png) center center no-repeat; background-size:100%; float:left; margin-left:0;}
.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-prev.disabled{background-image:url(../images/left.png);}
.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{/*background-image:url(../images/left_on.png);*/opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-next{background:url(../images/right_on.png) center center no-repeat; background-size:100%; float:right; margin-left:20px; }
.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-next.disabled{background-image:url(../images/right.png);}
.owl-demo5.owl-theme .owl-controls .owl-buttons div.owl-next:hover{/* background-image:url(../images/right_on.png);*/opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo5.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo5 .item{margin:0 3%; }
.owl-demo5 .item .imgs{ overflow:hidden; padding-top:62%; position:relative;}
.owl-demo5 .item .imgs img{ display: block;width: 100%; /* height:100%; */ position:absolute; top:0; left:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s; /*-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/}
.owl-demo5 .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);/*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/}
.owl-demo5 .item dd{ overflow:hidden;}
.owl-demo5 .item dd .date{ overflow:hidden;  color:#888888; font-size:15px; margin-top:24px; height:30px; line-height:30px;  }
.owl-demo5 .item dd .h3{font-weight:normal; font-size:22px;  line-height:36px; height:36px; color:#333333;  overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.owl-demo5 .item dd:hover .h3{ color:#2da338;}
.owl-demo5 .item dd .a{ float:left; padding-left:17px; padding-right:17px;overflow:hidden; position:relative; z-index:0; color:#222222; font-size:15px; line-height:40px; height:40px; margin-top:30px;transition:all 0.3s; font-style:normal;}
.owl-demo5 .item dd .a:before{ z-index: -1; content: ""; position: absolute; left: 0; top: 0;  width: 40px; height: 40px; background: #2da338; border-radius: 50%;transition:all 0.3s;}
.owl-demo5 .item dd .a:hover{ /*margin-left:5px; font-weight:bold;*/ color:#fff;}
.owl-demo5 .item dd .a:hover:before{ width:100%; border-radius:30px;}
.owl-demo5 .item dd .a span{ font-family:"宋体";}


/*产品详细*/
.owl-demo6{ width:calc(100% - 40px);width:-webkit-calc(100% - 40px);width:-moz-calc(100% - 40px); max-width:480px;margin:0 auto; text-align:center;}
.owl-demo6 .owl-item.loading{ min-height:35px;}
.owl-demo6.owl-theme .owl-controls{ top:0; height:0;}
.owl-demo6.owl-theme .owl-controls .owl-buttons{ position:absolute; top:50%; width:100%; left:0px; height:0; }
.owl-demo6.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:19px; height:35px;/*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:-17px;}
.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/left4_on.png) center center no-repeat; background-size:100% 100%; float:left; margin-left:-40px;}
.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background:url(../images/left4_on.png) center center no-repeat;background-size:100% 100%;}
.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev.disabled{ background-image:url(../images/left4.png);}
.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/right4_on.png) center center no-repeat;background-size:100% 100%;float:right; margin-right:-40px;}
.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next:hover{background:url(../images/right4_on.png) center center no-repeat;background-size:100% 100%;}
.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next.disabled{ background-image:url(../images/right4.png);}
.owl-demo6 .item{margin: 0px 10px; }
.owl-demo6 .item img{display: block; width:100%; height:100%; left:0; top:0; position:absolute;}
/*.owl-demo6 .item dd:after{ content:""; position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.3);}*/
.owl-demo6 .item dd{ overflow:hidden;position:relative; cursor:pointer; border:1px solid #e6e6e6; padding-top:98%;}
/*.owl-demo6 .item dd:Hover{ border:1px solid #0000cd;}*/
/*.owl-demo6 .item .psel:after{ background:none;}*/
.owl-demo6 .item .psel{border:1px solid #2da338;}
.owl-demo6 .item dd .h4{ font-weight:normal; font-size:12px; position:absolute; width:100%; bottom:0; left:0; height:24px; line-height:24px;background:rgba(0,0,0,0.5); color:#fff; text-align:center;}
.owl-demo6 .item .psel .h4{ background:#f49500;}

/*相关推荐*/
.owl-demo9{ margin:0 auto;  text-align:center; width:102%; margin-left:-1%; margin-top:2.6%; margin-bottom:6%;}
/*.owl-demo9.owl-carousel .owl-wrapper-outer{ overflow:visible;}*/
/* Styling Next and Prev buttons*/
.owl-demo9.owl-theme .owl-controls .owl-pagination{position:absolute; height:0; right:0; bottom:20%; width:52.1%; text-align:right; padding-right:60px;display:none;}
/* Styling Pagination*/
.owl-demo9.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ }
.owl-demo9.owl-theme .owl-controls .owl-page span{display: block;width: 14px;height: 14px;margin: 5px 3px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background:#dadada;}
.owl-demo9.owl-theme .owl-controls .owl-page.active span{background:#0093dd;}
.owl-demo9.owl-theme .owl-controls .owl-buttons{ position:absolute; top:50%; width:100%; left:0; height:0;display:none;}
.owl-demo9.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:18px; height:29px;/*IE7 life-saver*/ text-indent:100px; line-height:40px;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:-15px;/*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); border-radius:50%;*/}
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/left.png) center center no-repeat; background-size:100%; float:left; margin-left:-52px;}
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background-image:url(../images/left_on.png);opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-next{background:url(../images/right.png) center center no-repeat; background-size:100%; float:right; margin-right:-52px;}
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-next:hover{ background-image:url(../images/right_on.png);opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo9.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo9 .item{margin:0 3%; }
.owl-demo9 .item dd{overflow:hidden;background:#f7f7f7;}
.owl-demo9 .item dd .imgs{overflow:hidden; position:relative; padding-top:121%;}
.owl-demo9 .item dd .imgs img{display: block;width: 100%; position:absolute; height:100%; left:0; top:0;-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: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-demo9 .item dd .txts{ overflow:hidden; border-top:1px solid #cccccc; height:80px; line-height:80px;}
.owl-demo9 .item dd .txts .h3{ overflow:hidden; font-weight:normal;white-space:nowrap;text-overflow:ellipsis; width:94%; max-width:280px; background:url(../images/product_pic4.png) right 1px center no-repeat;transition:all 0.3s; color:#333333; font-size:16px; margin:0 auto; background-size:38px 38px; padding-right:40px;}
.owl-demo9 .item dd:hover .txts .h3{ background-image:url(../images/product_pic4_on.png);}

/*产品详细图*/
.owl-demo8.owl-carousel .owl-wrapper-outer{ /*padding-top:10px; padding-bottom:6px;*/}
.owl-demo8{ width:100%; margin:0 auto; text-align:center; overflow:hidden; }
/* Styling Next and Prev buttons*/
.owl-demo8.owl-theme .owl-controls{/* bottom:60%;*/ height:0; top:50%;}
.owl-demo8.owl-theme .owl-controls .owl-pagination{ display:none;}
.owl-demo8.owl-theme .owl-controls .owl-buttons{ position:absolute; bottom:50%; width:100%; left:0;  height:0;}
.owl-demo8.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:17px; height:29px;/*IE7 life-saver*/ text-indent:60px; font-size:0;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:-15px;}
.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/pro_left.png) center center no-repeat; float:left;background-size:100% 100%; margin-left:3%;}
.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{transition:all 0.3s;/*opacity:0.8;filter:Alpha(opacity=80);*/ background-image:url(../images/pro_left_on.png);background-size:100% 100%;}
.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/pro_right.png) center center no-repeat; float:right;background-size:100% 100%; margin-right:3%;}
.owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-next:hover{transition:all 0.3s;/*opacity:0.8;filter:Alpha(opacity=80);*/background-image:url(../images/pro_right_on.png);background-size:100% 100%;}

.owl-demo8.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo8 .item{margin:0 0%;}
.owl-demo8 .item img{display: block;width: 100%; height:100%; position:absolute; top:0; left:0;-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-demo8 .item dd{ text-align:center;}
.owl-demo8 .item dd .imgs{ overflow:hidden; position:relative; padding-top:62.214%;}
.owl-demo8 .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);}

@media screen and (max-width: 1760px) {
/*产品中心2*/
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-110px;}
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-110px;}
}
@media screen and (max-width: 1660px) {
/*产品中心2*/
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-90px;}
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-90px;}
}
@media screen and (max-width: 1560px) {
/*产品中心*/
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-20px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-20px;}
/*产品中心2*/
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-50px;}
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-50px;}
.owl-demo10 .item dd .txts .h4{ margin-top:18%;}
}
@media screen and (max-width: 1440px) {
/*产品中心*/
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev{margin-left:-20px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-20px;}
/*产品中心2*/
.owl-demo10.owl-theme .owl-controls .owl-buttons div{ display:none;}
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev{margin-left:-20px;}
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-20px;}
.owl-demo10.owl-theme .owl-controls .owl-buttons div{ width:40px; height:24px; margin-top:-12px;}

}
@media screen and (max-width: 1360px) {
/*产品中心2*/
.owl-demo10 .item dd .txts .h4{ margin-top:15%;}
/*相关推荐*/
.owl-demo9 .item dd .txts .h3{ font-size:16px;}

}
@media screen and (max-width: 1200px) {
/*产品中心2*/
.owl-demo10 .item dd .txts .p{ line-height:26px; height:52px; font-size:15px;}
/*产品详细*/
.owl-demo6{ width:calc(100% - 50px);width:-webkit-calc(100% - 50px);width:-moz-calc(100% - 50px);}
.owl-demo6.owl-theme .owl-controls .owl-buttons{ display:block;}
.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-20px;}
.owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-20px;}
}
@media screen and (max-width: 1100px) {
/*产品中心2*/
.owl-demo10 .item dd .txts .h4{ margin-top:12%;}
.owl-demo10 .item dd .txts .a{ margin-top:35px;}

/*相关推荐*/
.owl-demo9 .item{margin:0 2%; }
.owl-demo9 .item dd .txts{ height:60px; line-height:60px;}

}
@media screen and (max-width: 960px) {
/*产品中心*/
.owl-demo7 .item{margin:0 0%; }
.owl-demo7 .item dd{ height:130px;}
.owl-demo7 .item dd .h3{ line-height:24px; font-size:17px;}
/*产品中心2*/
.owl-demo10 .item .imgs{ float:none; width:100%; padding-top:60%;}
.owl-demo10 .item dd .txts{ float:none; width:100%; max-width:none;}
.owl-demo10 .item dd .txts .h4{ margin-top:5%;}
/*新闻中心*/
.owl-demo5 .item dd .h3{ height:32px; line-height:32px; font-size:20px;}



}

@media screen and (max-width: 780px) {
/*产品中心2*/
.owl-demo10 .item dd .txts .a{ font-size:14px;}
.owl-demo10 .item dd .txts .p{ font-size:14px;}
.owl-demo10 .item dd .txts .h4{ height:30px; line-height:30px;}
/*新闻中心*/
.owl-demo5 .item dd .date{ font-size:14px;}
.owl-demo5 .item dd .h3{ height:30px; line-height:30px; font-size:18px;}
.owl-demo5 .item dd .a{ font-size:14px; margin-top:20px;}
/*相关推荐*/
.owl-demo9 .item dd .txts{ height:50px; line-height:50px;}
.owl-demo9 .item dd .txts .h3{background-size: 30px 30px;font-size:15px;}


/*产品详细图*/
.owl-demo8.owl-theme .owl-controls .owl-buttons div{ width:15px; height:28px; margin-top:-14px;}

}

@media screen and (max-width: 480px) {
/*产品中心*/
.owl-demo7.owl-theme .owl-controls .owl-buttons div{ width:30px; height:30px; margin-top:-15px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-15px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-15px;}
.owl-demo7 .item dd .imgs{ width:40px; height:46px;}
.owl-demo7 .item dd .h3{ line-height:22px; font-size:14px;}
.owl-demo7 .item dd{ height:110px;}
/*产品中心2*/
.owl-demo10.owl-theme .owl-controls .owl-buttons div{ width:30px; height:30px; margin-top:-15px;}
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-5px;}
.owl-demo10.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-5px;}
.owl-demo10 .item dd .txts .p{ margin-top:12px; line-height:24px; height:48px; font-size:13px;}
.owl-demo10 .item dd .txts .a{ margin-top:20px;}
/*新闻中心*/
.owl-demo5{ margin-top:4%;}
.owl-demo5 .item{ margin:0 2%;}
.owl-demo5 .item dd .date{ font-size:13px; height:22px; line-height:22px; margin-top:15px;}
.owl-demo5 .item dd .h3{ height:26px; line-height:26px; font-size:16px;}
.owl-demo5 .item dd .a{ margin-top:15px; font-size:13px;}

/*产品详细*/
.owl-demo6 .item{margin: 0px 4px; }
.owl-demo6.owl-theme .owl-controls .owl-buttons div{ width:15px;  height:28px; margin-top:-14px;}
/*相关推荐*/
.owl-demo9 .item dd .txts .h3{ font-size:14px;background-size: 20px 20px; padding-right:0px; background:none; width:96%;}


}

@media screen and (max-width: 380px) {
/*相关推荐*/
.owl-demo9 .item dd .txts .h3{ font-size:13px;}
}
