﻿@charset "utf-8";
/* CSS Document */
.banner{
	min-width: 960px;
	height: 600px;
	position: relative;
	overflow: hidden;
	background-position: center;
	text-align: center;
}
.banner .bd{ width:100% !important;}
.banner .bd li .m-width {width:960px;margin:0 auto;overflow:hidden;}
.banner .bd li{
	width: 100% !important;
	height: 600px;
	top: -1px;
	background-repeat: no-repeat;
	
}
.banner .bd li a{display:block;background-size:auto;}
.m-width span{
	font-size: 45px;
	color: #fff;
	position: absolute;
	right: 50%;
	font-weight: normal;
	width: 1000px;
	margin-right: -500px;
	text-align: center;
	top: 50%;
	height: 50px;
	margin-top: -25px;
}

.banner-btn{
	width: 1000px;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 10px;
	height: 20px;
}
.banner-btn a{display:block;width:30px;height:30px;position:absolute;top:0;filter:alpha(opacity=40);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5; background:url(../images/ico.png) no-repeat;}
.banner-btn a.prev{left:20px; background-position:-105px 0px;} 
.banner-btn a.next{right:20px; background-position:-137px 0px;}

.banner .hd{
	position: absolute;
	text-align: center;
	width: 100px;
	margin-left: -50px;
	left: 50%;
}
.banner .hd ul li{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	text-indent: -9999px;
	margin-right: 12px;
	float: left;
	cursor: pointer;
	background-color: #FFFFFF;
}
.banner .hd ul li.on{
	width: 12px;
	height: 12px;
	background-color: #643A22;
}

.main01{
	height: 131px;
	padding-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
.main01 ul li{
	width: 225px;
	height: 130px;
	display: block;
	float: left;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	margin-left: 15px;
	border-radius: 5px;
	background-color: #333;
}
.main01 ul li span{
	width: 225px;
	height: 37px;
	display: block;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 37px;
	font-weight: normal;
	transition: all 0.2s linear 0s;
	cursor: pointer;
	background-color: #643A22;
}
.main01 ul li:hover span{ -moz-opacity:1;-khtml-opacity:1;opacity:1;}
.main01 ol{ width:200px; height:101px; background:#026ba5; float:right; padding:15px; padding-left:16px;}
.main01 ol li{ display:block; text-align:left; line-height:35px; float:left; margin-left:24px;}
.main01 ol li a{ color:#fff;}
.main01 ol li a:hover{ color:#9ceaff;}
.main01 ol li:nth-child(1) a{ color:#9ceaff;}
.main01 ol li:nth-child(4) a{ color:#9ceaff;}
.main01 ol li:nth-child(5) a{ color:#9ceaff;}
.main01 ol li:nth-child(1) a:hover{ color:#fff;}
.main01 ol li:nth-child(4) a:hover{ color:#fff;}
.main01 ol li:nth-child(5) a:hover{ color:#fff;}
