/* CSS Document */
.Hs_Head
{
width:100%;
height:230px;
}
.Hs_Banber
{
width:100%;
height:600px;
}
.Hs_Body
{

width:100%;
height:300px;
text-align:center;

}
.Hs_Foot
{
background-color:#4b4b4a;
width:100%;
}
.Hs_head_link
{

float:left;
font-size:12px;
color:#ffffff;
width:100%;
height:30px;
background-color:#d8b571;
position:fixed;
z-index:999;
line-height:30px;
}
.Hs_welcome_name
{
width:40%;
float:left;
text-align:right;
line-height:30px;
}
.Hs_welcome_language
{
width:40%;
float:left;
height:30px;
text-align:right;
}
/*顶部固定结束*/
.Hs_logo
{
margin-top:30px;
width:100%;
float:left;
text-align:center;
}
.Hs_logo_div
{
width:1024px;
height:100px;
margin:0px auto;
}
.Hs_logo_images
{
width:487px;;
text-align:center;
height:78px;
float:left;
position:relative;
bottom:0px;
}
.Hs_logo_kefu
{
width:500px;
float:left;
height:78px;
text-align:right;
}
.Hs_Hang
{
width:100%;
height:20px;
float:left;
}
.Hs_Nav
{
width:100%;
height:95px;
background-color:#0093dd;
border-bottom: 2px solid #8a8f8b;
text-align:center;
float:left;
}
.Hs_Nav_Div
{
width:1024px;
height:85px;
margin:0px auto;
}
.home_page_nav {
	background: #0093dd;
	border-bottom: 1px solid #8a8f8b;
}
.home_page_nav li
{
width:14.285%;
float:left;
}
.home_page_nav li a
{
line-height:95px;
color: #fff;
border-right: 1px solid #0080c9;
display: block;
}
.home_page_nav li a:hover
{
background: url(../images/btn-bg.png) repeat-x;
font-size:14px;
}
.home_page_nav_box .on {
	border-left: 1px solid #0080c9;
}
/*幻灯片播放*/
		.banner{
			width: 100%;
			/*height: 560px;*/
			/*background: black;*/
			/*子绝父相*/
			position: relative;
			/*超出部分全部隐藏，解决横向滚动条*/
			overflow: hidden;
		}
		.banner ul{
			position: absolute;
			
		}
		.banner ul li{
			/*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
			width: 100%;
			height: 578px;
			float: left;
			background:  no-repeat center center;
		}
		/*.banner ul li:nth-child(1){*/
			/*background: url('./1.jpg') no-repeat center center;*/
		/*}*/
		/*.banner ul li:nth-child(2){*/
			/*background: url('./2.jpg') no-repeat center center;*/
		/*}*/
		/*.banner ul li:nth-child(3){*/
			/*background: url('./3.jpg') no-repeat center center;*/
		/*}*/
		.banner ol{
			/*width: 60px;*/
			height: 20px;
			background: rgba(0,0,0,0.5);
			position: absolute;
			left:50%;
			/*margin-left: -40px;*/
			bottom: 30px;
			padding: 0 10px;
			border-radius: 10px;
			
		}
		.banner ol li{
			width: 10px;
			height: 10px;
			float: left;
			margin: 5px 5px;
			background: rgba(255,255,255,0.5);
			border-radius: 50%;
			cursor: pointer;
		}
		.banner ol .current{
			background: rgba(255,255,255,1);
			
		}
		.banner i{
			width: 58px;
			height: 120px;
			position: absolute;
			top: 50%;
			margin-top: -60px;
			cursor: pointer;
			border-radius: 5px;
			display: none;
		}
		.banner .left{
			left: 60px;
			background: url(../images/left_right.png) no-repeat 0 0px;
		}
		.banner .right{
			right: 60px;
			background: url(../images/left_right.png) no-repeat 0px -120px;
		}
		.banner .left:hover , .banner .right:hover{
			background-color: rgba(0, 0, 0, 0.31);
		}
