#scroll {
	width:1200px;
	overflow:hidden;
	padding:0 25px 0 45px;
	margin:2em auto 0 auto;
}
#scroll .item{
	width:215px;
	overflow:hidden;
}
#scroll .item img{
	width:200px;
	border:2px solid #fff;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
	margin:5px;
}
#scroll .item img:hover{
	-moz-box-shadow:0px 0px 5px #340c6f;
	-webkit-box-shadow:0px 0px 5px #340c6f;
	box-shadow:0px 0px 5px #340c6f;
}
#scroll .item h3{
	display:block;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	color:#2c2c2c;
}
#scroll .item a{
	font-weight:normal;
	font-size:12px;
	color:#2c2c2c;
}


#pro_scroll {
	width:80%;
	float:right;
	padding:0 2%;
	margin-top:20px;
	overflow:hidden;
}
#pro_scroll .item{
	display: block;
	width:auto;
	margin:0 6%;
	overflow:hidden;
}
#pro_scroll .item .pic{
	width:55%;
	float:left;
}
#pro_scroll .item .pic img{
	width:100%;
	height:auto;
}
#pro_scroll .item .txt{
	width:40%;
	float:right;
	overflow:hidden;
}
#pro_scroll .item .txt span{
	display:block;
}
#pro_scroll .cnname{
	width:auto;
	height:30px;
	overflow:hidden;
	text-align:center;
	line-height:30px;
	color:#fff;
	background:#9DBB61;
	margin-top:0.5em;
}
#pro_scroll .enname{
	font-size:12px;
	color:#cdcfc9;
	font-family:Verdana;
	text-transform:uppercase;
	margin-top:0.5em;
	line-height:20px;
}
#pro_scroll .detail{
	width:80%;
	height:25px;
	border:1px solid #ccc;
	text-align:center;
	line-height:20px;
	margin-top:0.5em;

}
#pro_scroll .detail a{
	font-size:12px;
	color:#666;
}

#show { width:100%;margin:10px auto 2em auto;overflow:hidden;display:block;}
#show .item{ display: block;width:100%;}
#show img { display: block; width: 100%;}

#huandeng { width:100%;overflow:hidden;display:block;}
#huandeng .item{ display: block;width:100%;}
#huandeng img { display: block; width: 100%;}


#huandeng2 { width:39%;overflow:hidden;display:block;float:left;margin-left:1%;margin-top:1.5em;}
#huandeng2 .item{ display: block;width:100%;}
#huandeng2 img { display: block; width: 100%;}

#huandeng3 { width:58%;overflow:hidden;display:block;float:right;margin-right:1%;margin-top:1.5em;}
#huandeng3 .item{
	width:auto;
}
#huandeng3 .item ul{
	width:95%;
	margin:0px auto;
	overflow:hidden;
}
#huandeng3 .item li{
	width:46%;
	float:left;
	margin:0 2% 1em 2%;
	position:relative;
	overflow:hidden;
}
#huandeng3 li img{
	width:100%;
	height:auto;
	position:absolute;
	z-index:1;
	transition:0.5s;
}
#huandeng3 li a{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	left:0;
	top:0;
	position:absolute;
	background:url(../images/black_bg.png);
	z-index:5;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	transition:0.5s;
	text-align:center;
}
#huandeng3 li:hover a{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
}
#huandeng3 li:hover img{
	transform:scale(1.1);
}
#huandeng3 li a h3{
	display:block;
	color:#fff;
	margin-top:20%;
	font-size:20px;
	font-weight:normal;
}
#huandeng3 li a p{
	color:#fff;
	text-align:left;
	margin-top:10px;
	overflow:hidden;
	width:80%;
	padding-top:10px;
	margin:10px auto 0 auto;
	border-top:1px solid #ddd;
	line-height:25px;
}
#huandeng3 li a span.detail{
	display:block;
	margin:10px auto 0 auto;
	width:51px;
	height:51px;
	background:url(../images/play.png) no-repeat;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.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(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 Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 0px;
	position:absolute;
	z-index:99999;
	text-indent:-9999px;
}
/* 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-pagination{
	position:absolute;
	left:0;
	bottom:20px;
	width:100%;
	height:22px;
	text-align:center;
}
.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: 30px;
	height: 5px;
	margin: 5px 7px;
	border:1px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:none;
	overflow: hidden;
	background:#fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background:#1354A6;
	border:1px solid #1354A6;
}
/*
.owl-theme .owl-controls .owl-prev{
	left:0px;
	background:url(../images/arr_l.png) no-repeat;
}
.owl-theme .owl-controls .owl-prev:hover{
	background:url(../images/arr_l_hover.jpg) no-repeat;
}
.owl-theme .owl-controls .owl-next{
	right:0px;
	background:url(../images/arr_r.jpg) no-repeat;
}
.owl-theme .owl-controls .owl-next:hover{
	background:url(../images/arr_r_hover.jpg) no-repeat;
}
*/
/*上下页按钮分开样式*/
#scroll .owl-buttons div{
	width:35px;
	height:35px;
	top:30%;
}
#scroll .owl-controls .owl-prev{
	left:0px;
	background:url(../images/arr_l.png) no-repeat;
}
#scroll .owl-controls .owl-prev:hover{
	background:url(../images/arr_l_hover.png) no-repeat;
}
#scroll .owl-controls .owl-next{
	right:0px;
	background:url(../images/arr_r.png) no-repeat;
}
#scroll .owl-controls .owl-next:hover{
	background:url(../images/arr_r_hover.png) no-repeat;
}
/*----产品页面滚动样式---------*/
#pro_scroll .owl-buttons div{
	width:23px;
	height:23px;
	top:40%;
}
#pro_scroll .owl-controls .owl-prev{
	left:0px;
	background:url(../images/pro_arr_l.png) no-repeat;
}
#pro_scroll .owl-controls .owl-prev:hover{
	left:0px;
	background:url(../images/pro_arr_l_hover.png) no-repeat;
}
#pro_scroll .owl-controls .owl-next{
	right:0px;
	background:url(../images/pro_arr_r.png) no-repeat;
}
#pro_scroll .owl-controls .owl-next:hover{
	right:0px;
	background:url(../images/pro_arr_r_hover.png) no-repeat;
}
/*---------产品详细页面滚动样式---------------------*/
#show .owl-buttons div{
	width:21px;
	height:36px;
	top:50%;
}
#show .owl-controls .owl-prev{
	left:2%;
	background:url(../images/show_arr_l.png) no-repeat;
}
#show .owl-controls .owl-next{
	right:2%;
	background:url(../images/show_arr_r.png) no-repeat;
}

/*----首页幻灯滚动样式---------*/
#huandeng .owl-buttons div{
	width:35px;
	height:35px;
	top:40%;
}
#huandeng .owl-controls .owl-prev{
	left:2%;
	background:url(../images/index_arr_l.png) no-repeat;
}
#huandeng .owl-controls .owl-prev:hover{
	background:url(../images/index_arr_l_hover.png) no-repeat;
}
#huandeng .owl-controls .owl-next{
	right:2%;
	background:url(../images/index_arr_r.png) no-repeat;
}
#huandeng .owl-controls .owl-next:hover{
	background:url(../images/index_arr_r_hover.png) no-repeat;
}

/*----首页产品幻灯滚动样式---------*/
#huandeng3 .owl-buttons div{
	width:18px;
	height:40px;
	top:45%;
}
#huandeng3 .owl-controls .owl-prev{
	left:0;
	background:url(../images/huandeng3_l.png) no-repeat;
}
#huandeng3 .owl-controls .owl-prev:hover{
	background:url(../images/huandeng3_l_hover.png) no-repeat;
}
#huandeng3 .owl-controls .owl-next{
	right:0;
	background:url(../images/huandeng3_r.png) no-repeat;
}
#huandeng3 .owl-controls .owl-next:hover{
	background:url(../images/huandeng3_r_hover.png) no-repeat;
}


@media only screen and (max-width : 1200px){
 #scroll{
	width:auto;
 }




}
@media only screen and (max-width : 414px){
	 #scroll .item{
		width:auto;
	 }
	#scroll .item img{
		width:90%;
	}
}