.owl-carousel .owl-wrapper:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init*/
.owl-carousel{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-carousel9 .owl-wrapper:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init*/
.owl-carousel9{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel9 .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel9 .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel9 .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-carousel9 .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-carousel9 .owl-wrapper,
.owl-carousel9 .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-demo3{ width:100%; margin:0 auto; text-align:center; }
/* Styling Next and Prev buttons*/
#owl-demo3.owl-theme .owl-controls .owl-pagination{ display:none;}
#owl-demo3.owl-theme .owl-controls .owl-buttons{ position:absolute; top:40%; width:100%; left:0; height:0;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:30px; height:57px;/*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:-152px;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/i_case_left.png) no-repeat; float:left; margin-left:-49px;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80);}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/i_case_right.png) no-repeat; float:right; margin-right:-49px;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next:hover{transition:all 0.3s;opacity:0.8;filter:Alpha(opacity=80); }

#owl-demo3.owl-theme .owl-controls .owl-page{ display:inline-block;}

#owl-demo3 .item{margin:0 20px 0 0;}
#owl-demo3 .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:240px; }
#owl-demo3 .item dd{ width:100%; margin:0 auto; text-align:left;}
#owl-demo3 .item dd .imgs{width:100%; overflow:hidden;}
#owl-demo3 .item dd h2{  font-weight:normal; color:#fff; font-size:14px; line-height:46px; height:46px; text-align:center; overflow:hidden; padding-left:1%; padding-right:1%; white-space:nowrap;text-overflow:ellipsis; background:#333333;transition:all 0.3s;}
#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 .item dd:hover h2{ background:#124996;}

/*客户案例*/
#owl-demo4{ width:100%; margin:0 auto; text-align:center; padding-bottom:24px; }
/* Styling Next and Prev buttons*/
#owl-demo4.owl-theme .owl-controls .owl-pagination{ display:none;}
#owl-demo4.owl-theme .owl-controls .owl-buttons{ position:absolute; top:40%; 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:30px; height:57px;/*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:-152px;}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/i_case_left.png) no-repeat; float:left; margin-left:-49px;}
#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/i_case_right.png) no-repeat; float:right; margin-right:-49px;}
#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{
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	width: 280px;
}
#owl-demo4 .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:206px; }
#owl-demo4 .item dd{ width:100%; margin:0 auto; text-align:left;}
#owl-demo4 .item dd .imgs{width:100%; overflow:hidden;}
#owl-demo4 .item dd h2{  font-weight:normal; color:#fff; font-size:14px; line-height:46px; height:46px; text-align:center; overflow:hidden; padding-left:1%; padding-right:1%; white-space:nowrap;text-overflow:ellipsis; background:#333333;transition:all 0.3s;}
#owl-demo4 .item dd .leibie_tit{  font-weight:normal; color:#fff; font-size:14px; line-height:46px; height:46px; text-align:center; overflow:hidden; padding-left:1%; padding-right:1%; white-space:nowrap;text-overflow:ellipsis; background:#333333;transition:all 0.3s;}
#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-demo4 .item dd:hover h2{ background:#124996;}
#owl-demo4 .item dd:hover .leibie_tit{ background:#124996;}


/*拓展基地*/
.owl-demo2{ width:100%; margin:0 auto; text-align:center; padding-bottom:24px; }
/* Styling Next and Prev buttons*/
.owl-demo2.owl-theme .owl-controls .owl-pagination{ display:none;}
.owl-demo2.owl-theme .owl-controls .owl-buttons{ position:absolute; top:36%; width:100%; left:0; height:0;}
.owl-demo2.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:30px; height:57px;/*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:-172px;}
.owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/i_case_left.png) no-repeat; float:left; margin-left:-49px;}
.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/i_case_right.png) no-repeat; float:right; margin-right:-49px;}
.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 20px 0 0;}
.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:240px; }
.owl-demo2 .item dd{ width:100%; margin:0 auto; text-align:left;}
.owl-demo2 .item dd .imgs{width:100%; overflow:hidden;}
.owl-demo2 .item dd h2{  font-weight:normal; color:#fff; font-size:14px; line-height:46px; height:46px; text-align:center; overflow:hidden; padding-left:1%; padding-right:1%; white-space:nowrap;text-overflow:ellipsis; background:#333333;transition:all 0.3s;}
.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 h2{ background:#124996;}

@media screen and (max-width: 1350px) {
/*行程安排*/
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:0;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:0;}
/*客户案例*/
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:0;}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:0;}
/*拓展基地*/
.owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev{ margin-left:0;}
.owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next{ margin-right:0;}
}


 .container{position:relative;left:0px;width:100%;height:auto;}
 
 
 
.p-title{text-align:center;border-bottom:1px solid #e5e5e5;}
.p-title h1{font-size:36px;font-weight:normal;}
.p-title p{font-size:16px;margin-top:14px;}
.p-title i{display:block;width:70px;height:3px;background-color:#08a3eb;margin:30px auto -2px;}

 
/*在线申请*/
.container-jApply{background:url(../zs/apply-bg.jpg) no-repeat center center;background-size:cover; padding-top:80px; padding-bottom:80px;}
.container-jApply .p-title{color:#666;border:0px;}
.jApply-form{width:1088px;overflow:hidden;margin:.4rem auto 0;}
.jApply-form li{width:50%;padding:10px 0;float:left;}
.jApply-form .text{width:98%;height:50px;line-height:50px;padding-left:.2rem;font-size:16px;color:#666;border:1px solid #666;background:none; border-radius: 4px;
    -webkit-border-radius: 4px;}
.jApply-form textarea.text{width:99%;height:185px;resize:none;}
.jApply-form li.con{width:100%;}
.jApply-form .btn{display:block;width:230px;height:50px;line-height:50px;font-size:24px;color:#666;background-color:#ffcc01;margin:0 auto;}
.jApply-form .text:-moz-placeholder{color:#666 !important;}
.jApply-form .text::-moz-placeholder{color:#666 !important;}
.jApply-form .text:-ms-input-placeholder{color:#666 !important;}
.jApply-form .text::-webkit-input-placeholder{color:#666 !important;}



.zixun{  text-align:center; margin-left:32%; float:left; margin-top:4%;}
.zixun a{ color:#FFFFFF; font-size:16px;  background:#9ed437; width:150px; float:left; padding:4px 0 4px 0;}
.zixun a:hover{ color:#FFFFFF; font-size:16px; background:#ef8c4b;}

.xunjia{  text-align:center; float:left; margin-left:3%; margin-top:4%;}
.xunjia a{ color:#FFFFFF; font-size:16px;  background:#ef8c4b; width:150px; float:left; padding:4px 0 4px 0;}
.xunjia a:hover{ color:#FFFFFF; font-size:16px; background:#9ed437;}