body{
	background: #e8e2d8 url(../../img/Home/bg.png) bottom center no-repeat;
}
.banner-image{
	width: 100%;
}
.banner{
	/*margin-top: -130px;*/
	position: relative;
	z-index: 1;
}
.banner .flex-control-nav{
	position: absolute;
	height: 35px;
	text-align: center;
	bottom: 15px;
	width: 100%;
}
.banner .flex-direction-nav{
	display: none;
}
.banner  .flex-control-nav li{
	display: inline-block;
}
.banner  .flex-control-nav a{
	display: inline-block;
	width: 35px;
	height: 25px;
	background: url(../../img/Home/icon.png) no-repeat;
	text-indent: -9999px;
	margin: 0 5px;
}
.banner  .flex-control-nav a.flex-active{
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: 0 -25px;
}
.banner .slide{
	position: relative;
}
.video-icon{
	display: inline-block;
	width: 86px;
	height: 79px;
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: -40px 0;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin: -40px 0 0 -43px;
	top: 50%;
}
.video-icon:hover{ 
	transform:scale(1.1); 
	transition:500ms;
	cursor: pointer;
}
.separ-con{
	text-align: center;
	padding: 45px 0 28px 0;
}
/*index*/
.charact-item{
	display: inline-block;
	width: 394px;
	height: 316px;
	background: #fff;
	text-align: center;
	color: #4a4a4a;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
	margin-right: 23px;
	border: 1px solid #fff;
}
.charact-item:hover{
	border: 1px solid #fcb85f;
}
.charact-item-last{
	margin-right: 0;
}
.charact-img{
	width: 366px;
	height: 216px;
	margin: 14px;
	overflow: hidden;
}
.charact-title{
	margin: 20px 0 5px 0;
	font-size: 18px;
}
.charact-title-en{
	color: #888888;
	
}
.bg-icon{
	display: inline-block;
	width: 290px;
	height: 190px;
	background: url(../../img/Home/bg_icon.png) no-repeat;
	position: absolute;
	top: 80px;
	left: -300px;
}
.bg-icon-right{
	background-position: 0 -190px;
	left: auto;
	right: -300px;
}
.index-info{
	background: #fff;
	margin: 30px 0 45px 0;
	height: 340px;
}
.index-info-item{
	width: 358px;
	margin:0 40px 0 15px ;
	/*font-family: "新细明体";*/
	float: left;
	position: relative;
}
.parting-line{
	display: inline-block;
	width: 1px;
	height: 232px;
	background: #999999;
	position: absolute;
	right: -35px;
	top: 60px;
}
.info-title{
	height: 25px;
	font-size: 20px;
	line-height: 25px;
	padding: 25px 0;
	color: #505050;
}
.index-info-main{
	position: relative;
	color: #9a9a9a;
}
.info-more{
	display: inline-block;
	font-size: 14px;
	height: 15px;
	line-height: 15px;
	color: #505050;
	float: right;
	display: inline-block;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
}
.index-info-img{
	display: inline-block;
	width: 152px;
	height: 120px;
	float: left;
	margin-right: 15px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.index-info-image{
	width: 100%;
}
.info-main-right{
	display: inline-block;
	margin-left: 167px;
	color: #181818;
}
.info-main-title{
	display: inline-block;
	color: #484848;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	/*font-family: "新细明体";*/
	margin: 0;
}
.info-main-time{
	color: #969696;
	border-bottom: 1px dotted #666666;
}
.info-main-des{
	margin-top: 10px;
	line-height: 18px;
	height: 54px;
	overflow: hidden;
	color: #969696;
}
.index-infos{
	padding-top: 30px;
}
.index-info-link{
	display: block;
	color: #9f9f9f;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding-right: 100px;
}
.index-info-time{
	display: inline-block;
	width: 100px;
	position: absolute;
	right: 0;
	text-align: right;
}
.index-guide{
	display: inline-block;
	width: 178px;
	padding: 40px 0 0 0;
	text-align: center;
	float: left;
	font-size: 18px;
	color: #505050;
}
.index-guide:hover{
	color: #ed2929;
}
.index-guide-02{
	clear: both;
}
.index-guide-icon{
	display: inline-block;
	width: 40px;
	height: 50px;
	background: url(../../img/Home/icon.png) no-repeat;
	background-position: -150px 0;
}
.index-guide-icon-02{
	background-position: -200px 0;
}
.squire-icon{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #000000;
	margin-right: 5px;
	position: relative;
	bottom: 4px;
}
.index-guide-link:hover .squire-icon{
	background: #b84525;
}
.index-guide-02{
	text-align: center;
}
.index-guide-02 .index-guide-link{
	display: inline-block;
	padding: 0 5px;
	color: #181818;
}
.index-guide-link:hover {
	color: #b84525;
}
