.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}

/*首页手机轮显*/
.flash_div{ display:none;}
#owl-flash{text-align:center;}
#owl-flash.owl-theme .owl-controls{ bottom:0px; text-align:center; position:absolute; width:100%;}
#owl-flash.owl-theme .owl-controls .owl-pagination{ }
/* Styling Pagination*/
#owl-flash.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/}
#owl-flash.owl-theme .owl-controls .owl-page span{display: block;width: 20px;height: 2px;margin: 5px 5px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0%;background:rgba(255,255,255,0.3);}
#owl-flash.owl-theme .owl-controls .owl-page.active span{background:rgba(255,255,255,1.0);}
#owl-flash.owl-theme .owl-controls .owl-buttons{ position:absolute; top:30%; width:100%; left:0; height:0; display:none;}
#owl-flash.owl-theme .owl-controls .owl-page{ display:inline-block;}

#owl-flash .item{margin: 0px;}
#owl-flash .item img{display:block; width:100%; height:100%;}
#owl-flash .item dd{ width:100%;}



/*解决方案详细*/
.owl-demo2{ width:102%; margin:0 auto; margin-bottom:6%; margin-left:-1%;}
/* Styling Next and Prev buttons*/
.owl-demo2.owl-theme .owl-controls .owl-pagination{ position:absolute; bottom:-20px; padding-top:10px; right:-3%; padding-right:3%; padding-left:3%; height:38px; background-color:#65c42f; display:none;}
/* Styling Pagination*/
.owl-demo2.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/transition:all 0.3s; }
.owl-demo2.owl-theme .owl-controls .owl-page span{display: block;width: 6px;height: 6px;margin: 5px 3px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/-webkit-border-radius: 50%;-moz-border-radius: 20px;border-radius: 20px;background:#fff;transition:all 0.3s;}
.owl-demo2.owl-theme .owl-controls .owl-page.active span{background:#ef8700;}
.owl-demo2.owl-theme .owl-controls .owl-page:hover span{opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo2.owl-theme .owl-controls .owl-buttons{ position:absolute; top:40%; width:100%; left:0; height:0; display:none;}


.owl-demo2 .item{margin:0 3%;}
.owl-demo2 .item dd{ text-align:left; overflow:hidden;position:relative;padding-bottom:4%;}
.owl-demo2 .item dd:before{ content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#e5e5e5;}
.owl-demo2 .item dd:after{ content:""; position:absolute; bottom:0; left:0; width:0%; height:1px; background:#f67e34;transition:all 0.3s;}
.owl-demo2 .item dd .imgs{ overflow:hidden;}
.owl-demo2 .item dd .imgs img{display: block;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; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.owl-demo2 .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-demo2 .item dd .txts{ text-align:left; overflow:hidden; color:#000000;}
.owl-demo2 .item dd .txts h2{height:30px; line-height:30px; overflow:hidden; font-size:18px; font-weight:normal; margin-bottom:2%;margin-top:5%; transition:all 0.3s;}
.owl-demo2 .item dd .txts .p{  font-size:16px;  overflow:hidden; transition:all 0.3s; height:48px; line-height:24px; display:block; position:relative;}
.owl-demo2 .item dd .mores{ font-size:16px; display:inline-block; line-height:30px; height:30px; padding-right:24px;overflow:hidden;background:url(../images/i_bg3.png) right center no-repeat;  color:#000;transition:all 0.3s;margin-top:6%;clear:both; overflow:hidden;}
.owl-demo2 .item dd .mores label{ display:block; overflow:hidden; width:0;}
.owl-demo2 .item dd:hover:after{ width:100%;}
.owl-demo2 .item dd:hover .mores{ padding-right:46px; width:auto; background-image:url(../images/i_bg3_on.png); color:#f67e34;}
.owl-demo2 .item dd:hover .mores label{ width:auto; }
.owl-demo2 .item dd .mores:hover{ margin-left:5px;}
/*b2c_客户案例*/
.owl-demo7{ margin:0 auto; text-align:center; width:100%;}
.owl-demo7.owl-carousel .owl-wrapper-outer{ overflow:hidden;}
/* Styling Next and Prev buttons*/
.owl-demo7.owl-theme .owl-controls .owl-pagination{ position:absolute; bottom:38px;  left:601px; height:13px;}
.owl-demo7.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/transition:all 0.3s; }
.owl-demo7.owl-theme .owl-controls .owl-page span{display: block;width: 13px;height: 13px;margin: 0px 9px 0px 0;/*filter: Alpha(Opacity=50);opacity: 0.5;*/-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background:#dbdbdb;transition:all 0.3s;}
.owl-demo7.owl-theme .owl-controls .owl-page.active span{background:#f67e34;}
.owl-demo7.owl-theme .owl-controls .owl-page:hover span{opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo7.owl-theme .owl-controls .owl-buttons{ position:absolute; top:50%; width:100%; left:0; height:0;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div{width:41px; height:86px;text-indent:60px; margin-top:-43px; z-index:0; 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-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../img/zt/b2c_left_on.png) no-repeat; background-size:100% 100%; float:left; margin-left:-75px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev.disabled{background:url(../img/zt/b2c_left.png) no-repeat; background-size:100% 100%;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../img/zt/b2c_right_on.png) no-repeat; background-size:100% 100%; float:right; margin-right:-75px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next.disabled{background:url(../img/zt/b2c_right.png) no-repeat; background-size:100% 100%; }
.owl-demo7.owl-theme .owl-controls .owl-page{ display:inline-block;}

.owl-demo7 .item{margin:0 0%; text-align:left;}
.owl-demo7 .item dd{ overflow:hidden;}
/*fenxiao_客户案例*/
.owl-demo6{ margin:0 auto; text-align:center; width:100%;}
.owl-demo6.owl-carousel .owl-wrapper-outer{ overflow:visible;}
/* Styling Next and Prev buttons*/
.owl-demo6.owl-theme .owl-controls .owl-pagination{ position:absolute; bottom:38px;  left:601px; height:13px; display:none;}
.owl-demo6.owl-theme .owl-controls .owl-buttons{ position:absolute; top:50%; width:100%; left:0; height:0; display:none;}
.owl-demo6.owl-theme .owl-controls .owl-page{ display:inline-block;}
.owl-demo6 .item{margin:0 3%; text-align:left;}
.owl-demo6 .item dd{}
@media screen and (max-width: 1660px) {
/*b2c_客户案例*/
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:-50px;}
.owl-demo7.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:-50px;}

}
@media screen and (max-width: 1440px) {
/*b2c_客户案例*/
.owl-demo7.owl-theme .owl-controls .owl-buttons{ display:none;}

}
@media screen and (max-width: 1200px) {
/*b2c_客户案例*/
.owl-demo7.owl-theme .owl-controls .owl-pagination{ left:530px;}
}

@media screen and (max-width: 1000px) {
/*b2c_客户案例*/
.owl-demo7.owl-theme .owl-controls .owl-pagination{ left:420px;}
}
@media screen and (max-width: 960px) {
/*解决方案详细*/
.owl-demo2{ width:101%; margin-left:-0.5%;}
.owl-demo2 .item{margin:0 2%;}
.owl-demo2 .item dd .txts h2{ font-size:16px;}
.owl-demo2 .item dd .txts .p{  font-size:14px;}
.owl-demo2 .item dd .mores{  font-size:14px;}
.owl-demo2 .item dd:hover .mores{ padding-right:36px;}
/*b2c_客户案例*/
.owl-demo7.owl-theme .owl-controls .owl-page span{ width:10px; height:10px; margin-right:6px;}
.owl-demo7.owl-theme .owl-controls .owl-pagination{ left:335px; bottom:30px;}
}

@media screen and (max-width: 780px) {
.flash_div{ display:block;}
#a1portalSkin_ctr211899211899_mainArea{ display:none;}
}
@media screen and (max-width: 640px) {
/*解决方案详细*/
.owl-demo2 .item dd .txts h2{ font-size:15px;}
.owl-demo2 .item dd .txts .p{ font-size:13px; line-height:22px; height:44px;}
.owl-demo2 .item dd .mores{  font-size:13px;}
/*b2c_客户案例*/
.owl-demo7.owl-theme .owl-controls .owl-pagination{ left:252px; bottom:15px;}
}
@media screen and (max-width: 520px) {
/*b2c_客户案例*/
.owl-demo7.owl-theme .owl-controls .owl-pagination{ left:0;}

}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 360px) {


}