.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/loading.gif) no-repeat center center}
/*首页关于我们*/
.owl-demo4{ width:102%; margin-left:-1%; margin-top:3%; 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:59.23%;overflow:hidden;/*margin-bottom:10px; margin-top:10px;*/transition:all 0.3s;opacity:0.5;filter:Alpha(opacity=50);}
.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:hover .imgs{-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0.1);box-shadow: 0 5px 30px rgba(0,0,0,0.1); opacity:1.0;filter:Alpha(opacity=100);}
.owl-demo4.bgs2 .item dd .imgs{ opacity:1.0;filter:Alpha(opacity=100);}
.owl-demo4.bgs2 .item dd:hover .imgs{-webkit-box-shadow: 0 5px 30px rgba(0,0,0,0);box-shadow: 0 5px 30px rgba(0,0,0,0);}
.owl-demo4 .active .item .imgs{ opacity:1.0;filter:Alpha(opacity=100);}
.owl-demo4 .item dd{ }
.owl-demo4 .item dd .h3{ text-align:center; line-height:1.6; overflow:hidden; margin-top:5px;}
.owl-demo4.bgs2 .item dd .h3{ text-align:left;}
.owl-demo4 .item dd:hover .h3{ color:var(--main-color);}
.owl-demo4 .active .item dd .h3{color:var(--main-color);}
/*产品详细*/
#owl-demo6{ /*width:calc(100% - 92px);width:-webkit-calc(100% - 92px);width:-moz-calc(100% - 92px);*/ width:520px;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:40px; height:96px;/*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:-48px;}
#owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/left2.png) center center no-repeat; background-size:40px 40px; float:left; margin-left:-55px;}
#owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{ /*background-image:url(../images/left2_on.png); */opacity:0.8;filter:Alpha(opacity=80);}
#owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/right2.png) center center no-repeat;background-size:40px 40px; float:right; margin-right:-55px;}
#owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next:hover{/* background-image:url(../images/right2_on.png);*/opacity:0.8;filter:Alpha(opacity=80);}
#owl-demo6 .item{margin: 0px 5px; }
#owl-demo6 .item img{display: block; width:100%; height:100%; left:0; top:0; position:absolute;opacity:0.58;filter:Alpha(opacity=58);}
/*#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 #efefef; padding-top:100%; margin-top:1px;}
#owl-demo6 .item dd:Hover{ border:1px solid var(--main-color);}
/*#owl-demo6 .item .psel:after{ background:none;}*/
#owl-demo6 .item .psel{border:1px solid var(--main-color); }
#owl-demo6 .item .psel img{opacity:1.0;filter:Alpha(opacity=100);}
#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-demo3{ width:103%; margin-left:-1.5%;   text-align:center; margin-top:2.5%; margin-bottom:1%; }
/*.owl-demo3.owl-carousel .owl-wrapper-outer{ overflow:visible;}*/
/* Styling Next and Prev buttons*/
.owl-demo3.owl-theme .owl-controls .owl-pagination{ display:none; }
.owl-demo3.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ margin-top:30px;}
.owl-demo3.owl-theme .owl-controls .owl-page span{display: block;width: 10px;height: 10px;margin: 10px 5px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background:#c3c3c3;}
.owl-demo3.owl-theme .owl-controls .owl-page.active span{background:#1a77b6; }
.owl-demo3.owl-theme .owl-controls .owl-buttons{ position:absolute; top:50%; 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:50px; height:50px;/*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:-50px;/*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); border-radius:50%;*/}
.owl-demo3.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-demo3.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-demo3.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-demo3.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-demo3.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo3 .item{margin:0 3%; }
.owl-demo3 .item .imgs{ overflow:hidden; position:relative; padding-top:100%; }
.owl-demo3 .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-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);/*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/}
.owl-demo3 .item dd{ margin-top:1%;}
.owl-demo3 .item dd .h3{ text-align:center; line-height:1.6; overflow:hidden; margin-top:4%;}
.owl-demo3 .item dd:hover .h3{ color:var(--main-color);}
.product_three .owl-demo3 .item dd .imgs{-webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.1); box-shadow: 0 2px 12px rgba(0,0,0,0.1); margin-bottom:13px;}
/*历程2*/
#owl-demo8{ text-align:center;  }
#owl-demo8 .owl-item.loading{ min-height:80px;}
#owl-demo8.owl-theme .owl-controls{ top:0; height:0; z-index:1;}
#owl-demo8.owl-theme .owl-controls .owl-buttons{ position:absolute; bottom:61px; width:100%; height:0; display:none;}
#owl-demo8.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:20px; height:23px;/*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:-12px;}
#owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/left2.png) center bottom no-repeat; float:left; margin-left:0; background-size:13px 23px;}
#owl-demo8.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/left2_on.png);}
#owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-prev.disabled{ background:none;}
#owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/right2.png) center bottom no-repeat; float:right;margin-right:0;  background-size:13px 23px;}
#owl-demo8.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/right2_on.png);}
#owl-demo8.owl-theme .owl-controls .owl-buttons div.owl-next.disabled{background:none;}
#owl-demo8 .item{margin: 0px 0px; }
#owl-demo8 .item dd{ width:100%; margin:0 auto;-webkit-tap-highlight-color:transparent; position:relative;}
/*#owl-demo8 .item dd:after{ content:""; position:absolute; width:100%; height:0px; border-bottom:1px dashed #bdb2ab; bottom:60px; left:0px;}*/
#owl-demo8 .item dd:hover{transition:all 0.3s;filter: Alpha(Opacity=90);opacity: 0.9;}
#owl-demo8 .item dd .years{color:#fff; margin-top:10px; padding-top:26px; text-align:center; cursor:pointer; }
#owl-demo8 .item dd .years b{font-size:18px; height:60px; line-height:60px; display:block; font-weight:bold; position:relative; font-family:OpenSans bold;}
#owl-demo8 .item dd .years:after{ content:""; position:absolute; width:1px; height:11px; background:#afb2bb; top:-11px; left:50%;}
#owl-demo8 .item dd .years b:before{ content:""; width:100%; height:100%;position:absolute; top:0px; left:0%;}
#owl-demo8 .owl-item.psel .item dd .years b:before{ background:url(../images/about_bg3.png) center center no-repeat;}
#owl-demo8 .owl-item.psel .item dd .years{ color:var(--main-color);}
/*荣誉资质*/
.owl-demo9{ margin:0 auto; width:102%; margin-left:-1%;  text-align:center; margin-top:4%; margin-bottom:8%; }
/*.owl-demo9.owl-carousel .owl-wrapper-outer{ overflow:visible;}*/
/* Styling Next and Prev buttons*/
.owl-demo9.owl-theme .owl-controls .owl-pagination{ display:none;}
.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:-35px;/*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 .imgs{ overflow:hidden; width:252px; margin:0 auto; position:relative; padding-top:320px;}
.owl-demo9 .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-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);/*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/}
.owl-demo9 .item dd{ background:#fff; overflow:hidden; padding-top:10%;  }
.owl-demo9 .item dd .h3{ font-weight:normal; overflow:hidden; height:70px; line-height:70px;color:#555555; font-size:16px;white-space:nowrap;text-overflow:ellipsis;}
.owl-demo9 .item dd:hover .h3{ color:var(--main-color);}


/*产品详细2*/
.owl-demo7{ width:calc(100% - 90px);width:-webkit-calc(100% - 90px);width:-moz-calc(100% - 90px); max-width:500px;margin:0 auto; text-align:center; margin-top:59px;}
.owl-demo7 .owl-item.loading{ min-height:35px;}
.owl-demo7.owl-theme .owl-controls{ top:0; height:0;}
.owl-demo7.owl-theme .owl-controls .owl-buttons{ position:absolute; top:50%; width:100%; left:0px; height:0; display:none; }
.owl-demo7.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:14px; height:24px;/*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:-12px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/left2.png) center center no-repeat; background-size:8px 16px; float:left; margin-left:-30px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background:url(../images/left2_on.png) center center no-repeat;background-size:8px 16px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/right2_2.png) center center no-repeat;background-size:8px 16px; float:right; margin-right:-30px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next:hover{background:url(../images/right2_on.png) center center no-repeat;background-size:8px 16px;}
.owl-demo7 .item{margin: 0px 8px; }
.owl-demo7 .item img{display: block; width:100%; height:100%; left:0; top:0; position:absolute;}
/*.owl-demo7 .item dd:after{ content:""; position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(0,0,0,0.3);}*/
.owl-demo7 .item dd{ overflow:hidden;position:relative; cursor:pointer; border:1px solid #dddddd; padding-top:100%; margin-top:1px;}
/*.owl-demo7 .item dd:Hover{ border:1px solid #0000cd;}*/
/*.owl-demo7 .item .psel:after{ background:none;}*/
.owl-demo7 .item .psel{border:2px solid #0000cd; margin-top:0;}
.owl-demo7 .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-demo7 .item .psel .h4{ background:#f49500;}



@media screen and (max-width: 1560px) {
/*荣誉资质*/
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-20px;}
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-20px;}
}
@media screen and (max-width: 1440px) {
/*产品详细*/
#owl-demo6{    width: calc(100% - 90px); width: -webkit-calc(100% - 90px); width: -moz-calc(100% - 90px);}
#owl-demo6.owl-theme .owl-controls .owl-buttons div{ height:88px; margin-top:-44px; width:40px;}
#owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-40px;}
#owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-40px;}
/*荣誉资质*/
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-prev{margin-left:-10px;}
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-10px;}


/*产品详细2*/
.owl-demo7{ margin-top:5%;}
}
@media screen and (max-width: 1360px) {

}

@media screen and (max-width: 1200px) {
/*产品详细*/
#owl-demo6{ width:calc(100% - 70px);width:-webkit-calc(100% - 70px);width:-moz-calc(100% - 70px);}
#owl-demo6.owl-theme .owl-controls .owl-buttons{ display:block;}
#owl-demo6.owl-theme .owl-controls .owl-buttons div{ width:30px; height:66px; margin-top:-33px;}
#owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-30px;background-size: 30px 30px;}
#owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-30px;background-size: 30px 30px;}
/*案例推荐*/
.owl-demo3 .item{ margin:0 15px;}



/*产品详细2*/
.owl-demo7{ width:calc(100% - 50px);width:-webkit-calc(100% - 50px);width:-moz-calc(100% - 50px);}
/*.owl-demo7.owl-theme .owl-controls .owl-buttons{ display:block;}*/
/*荣誉资质*/
.owl-demo9 .item dd{ padding-top:7%;}
.owl-demo9 .item .imgs{ width:90%; padding-top:121.7%;}
.owl-demo9 .item dd .h3{ height:60px; line-height:60px; font-size:15px;}


}
@media screen and (max-width: 1100px) {
/*案例推荐*/
.owl-demo3 .item{ margin:0 10px;}
/*产品详细2*/
.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;}
/*荣誉资质*/
.owl-demo9 .item dd .h3{ height:50px; line-height:50px; font-size:14px; }
}
@media screen and (max-width: 960px) {
/*产品详细*/
#owl-demo6.owl-theme .owl-controls .owl-buttons div{ height:60px; margin-top:-30px; background-color:#fff;}
#owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{ background-image:url(../images/left2.png); background-color:#fff;}
#owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next:hover{  background-image:url(../images/right2.png); background-color:#fff;}



/*产品详细2*/
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next{ background-image:url(../images/right2_2.png);}


}

@media screen and (max-width: 780px) {
/*产品详细*/
/*#owl-demo6{width: calc(100% - 40px); width: -webkit-calc(100% - 40px); width: -moz-calc(100% - 40px);}
#owl-demo6.owl-theme .owl-controls .owl-buttons div{ width:20px; height:40px; margin-top:-20px; background-size:10px 20px;}
#owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-prev{background-size:10px 16px; margin-left:-20px;}
#owl-demo6.owl-theme .owl-controls .owl-buttons div.owl-next{background-size:10px 16px; margin-right:-20px;}*/
#owl-demo6 .item{margin: 0px 5px; }




}
@media screen and (max-width: 640px) {

/*案例推荐*/
.owl-demo3{ width:102%; margin-left:-1%;}
.owl-demo3 .item{ margin:0 6px;}





}
@media screen and (max-width: 480px) {
/*案例推荐*/
.owl-demo3 .item{ margin:0 5px;}
/*历程2*/
/*#owl-demo8.owl-theme .owl-controls .owl-buttons div{ width:12px; height:20px; margin-top:-70px;}*/
#owl-demo8 .item dd .years{ padding-top:16px;}

/*荣誉资质*/
.owl-demo9.owl-theme .owl-controls .owl-buttons div{ width:15px; height:25px; margin-top:-28px;}
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-5px;}
.owl-demo9.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-5px;}
.owl-demo9 .item dd .h3{ font-size:13px; height:40px; line-height:40px; }



/*产品详细2*/
.owl-demo7 .item{margin: 0px 4px; }

}

@media screen and (max-width: 380px) {
/*荣誉资质*/
.owl-demo9 .item dd .h3{ font-size:12px;}
}
