﻿/*首页*/
html,body{height:100%;width:100%;}
p,h1,h2,h3,h4,h5,h6,dd,dt,dl,li,ol,body,html,form,textarea,input,select,table,ul{margin:0;padding:0;}
ul,li,ol{list-style:none;}
img{border:0;}


/*首页*/
.i_pro_t{ 
	height:90px; 
	overflow:hidden; 
	line-height:90px; 
	text-align:center; 
	background:url(../images/i_bg1.jpg) center bottom no-repeat; 
	color:#333333; 
	margin-bottom:3%; 
	margin-top:1%;
	}
/*滚动产品与案例*/
.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; 
	padding:20px 0px 0px; 
	margin-right:1px;
	}

.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-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #FFF;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}


.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 */
}


.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #9FB5F9 !important;
	}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #0521FC !important;
	}
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #ADAAAA;
	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(AjaxLoader.gif) no-repeat center center
}




.anim-2 {
	height:auto;
	overflow:hidden;
	 background:#FFF !important; 
	 margin:15px auto;
	 }



/*首页产品*/
#owl-demo2{ 
	background-color:#FFFFFF !important; 
	margin-top:1%; 
	text-align:center; 
	padding-bottom:2%;
	}
#owl-demo2.owl-theme .owl-controls .owl-buttons{ 
	position:absolute; 
	top:40%; 
	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:59px; 
	height:90px;/*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-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev{
	background:url(../images/i_case_left0.png) no-repeat; 
	float:left;
	}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{
	background:url(../images/i_case_left0_on.png) no-repeat;
	}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next{ 
	background:url(../images/i_case_right0.png) no-repeat; 
	float:right;
	}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next:hover{
	background:url(../images/i_case_right0_on.png) no-repeat; 
	}

#owl-demo2.owl-theme .owl-controls .owl-page{ 
	display:inline-block;
	}

#owl-demo2 .item{
	width:92%;
	margin: 0px; 
	padding-bottom:20px; 
	/*background:url(../images/i_bg2.png) right center no-repeat;*/
	height:350px;
	border:1px solid #CCCCCC;
	border-radius:8px;
	overflow: hidden;
	}
#owl-demo2 .item:hover {
	box-shadow: 0px 0px 10px #a0a0a0;
}
#owl-demo2 .item img{
	display: block;
	height: 100%;
	width: 100%; 
	margin:0 auto;
	-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-demo2 .item dd{ 
	float:left;
	width:100%; 
	margin:0 auto; 
	max-width:424px;
	margin-bottom:10px;
	}
#owl-demo2 .item dd .imgs{
	position:relative; 
	width:100%; 

	overflow:hidden;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	}
#owl-demo2 .item dd .imgs p{
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(../icon/plus.png) center center no-repeat #000; 
	top:0; 
	text-align:center;
	opacity:0; 
	filter:alpha(opacity=0);
	-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;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	}
#owl-demo2 .item dd:hover .imgs p{
	opacity:0.7; 
	filter:alpha(opacity=70);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	}
#owl-demo2 .item dd .pro_name{
	display:block;
	text-align: left;
	margin-left: 10px;
	font-weight:normal; 
	color:#000; 
	font-size:15px; 
	line-height:32px; 
	height:32px; 
	overflow:hidden; 
	margin-top:7px;
	border：none;
	}
#owl-demo2 .item dd:hover .pro_name{ 
	color:#002CFF;
    font-weight:bold;
	border：none;
	}
#owl-demo2 .item dd .pro_intro{
	float: left;
	width:95%;
	line-height: 25px;
	margin: 0px 10px;
	text-align: left;
}
#owl-demo2 .item dd:hover .pro_intro{
	color:#474747;
}
#owl-demo2 .item dd:hover img{
	-webkit-transform:scale(1.2, 1.2); 
	-moz-transform:scale(1.2, 1.2); 
	-o-transform:scale(1.21, 1.2); 
	-ms-transform:scale(1.2, 1.2); 
	transform:scale(1.2, 1.2);
	}

#owl-demo2 .item a .InfoPrice{ position: relative; }
#owl-demo2 .item a i{ position: absolute; right: -50px; top: 150px; bottom: 0; margin: auto; height: 1.5em; line-height: 1.5em; transition-duration: .5s; font-size: 20px; }
#owl-demo2 .item a .InfoPrice span{ font-size: .7em; font-weight: normal;border: 1px #0557FD solid; padding:4px 10px; margin-top: 10px; border-radius: 10px; float:left;}

#owl-demo2 .item a:hover .InfoPrice span{transition: all 0.3s linear;background-color:#0063b5; color: #FFFFFF}
#owl-demo2 .item:hover i{ right: 15px;color:#0075fd; }

#owl-demo2 .item dd a {	text-decoration:none;}
#owl-demo2 .item dd h2 {font-weight:normal; line-height: 30px;}

@media screen and (max-width: 640px) {
.i_pro_t{ font-size:30px;}
/*首页产品*/
#owl-demo2.owl-theme .owl-controls .owl-buttons{ display:none;}

}

}
/**owl**/
.owl-spaced .owl-item > div {
  margin: 5px; 
  }
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px !important;
  height: 8px !important;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  /*background: #138100 !important;*/
  background: #4865f8 !important;
   }
.owl-theme .owl-controls .owl-buttons div{position:absolute;top:180px;width:30px;height:60px;margin:0;padding:0;border-radius:0;font:60px/60px "宋体";background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-40px; top:150px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-40px; top:150px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"<"; color:#03F;}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:">"; color:#03F;}
/*********************testmonials v-2*****************/
