/*轮播图*/
.shuffling_figure{width:100%;height:485px;overflow:hidden;position: absolute;margin-top:66px;z-index:9;}
.shuffling_figure img{height:485px;}
.relative{height:100%;position:relative;left:0;top:0;}
.shuffling_box{height:100%;overflow:hidden;visibility:hidden;position:relative;}
.shuffling_wrap li{position:relative;display:block;width:100%;float:left;}
.shuffling_position{width:100%;text-align:center;position:absolute;bottom:3px;}
.shuffling_position li{display:inline-block;width:10px;height:10px;border-radius:10px;background:#fff;}
.shuffling_position li.on{background-color:#22a639;}

/* */
.index_intr_box_info{
	/*width: 100%;*/
	height: 610px;
	position: relative;
	top: 583px;
	background-color: #fff;
}
.index_intr_box{
	width: 1000px;
	height: 640px;
	margin: 30px auto auto;
	padding: 0 20px;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	box-sizing:border-box;
	behavior:url(iecss3.htc);
	/*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);*/
	background: url(../images/index_img1.png);
	background-size: 100% 100%;
	border:1px solid #e6e6e6;
}
.index_intr{
	line-height: 24px;
	padding: 21px 0 36px 0;
}
.index_intr span{
	line-height: 24px;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
}
.index_intr .index_intr_e{
	color: #ccc;
}
.index_intr img{
	margin-top: -10px;
	margin-right: 5px;
}
.index_intr_show{
	width: 80%;
	height: 350px;
	margin-bottom: 25px;
	margin-left: 95px;
}
.index_intr_show .index_intr_show_left{
	width: 461px;
	height: 100%;
	float: left;
}
.index_intr_show .video-js{
	width: 100%;
	height: 100%;
	float: right !important;
}
.index_intr_show .video-js .vjs-big-play-button{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: rgba(0,0,0,0.4);
	border: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.my-video-dimensions{
	width: 461px;
	height: 248px;
}
.video-ie8{
	width: 461px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.index_intr_word{
	line-height: 34px;
	padding-bottom: 15px;
	text-indent: 2em;
}
.index_bgC{
	height: 32px;
	width: 100%;
	background-color: #22a639;
	position: relative;
	top: 583px;
	z-index: -1;
}