    body{
	font-family: 'Microsoft Yahei';
	margin: 0px;
	padding: 0px;
	background-color: #e5e5e5;
	background-image: url(../002_image/bg_001.gif);
	background-repeat: repeat-x;
    }
	
img{border:0;}

/* fullSlide */
.fullSlide{
	width: 100%;
	position: relative;
	height: 450px;
}
.fullSlide .bd{
	margin: auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul{
	width: 100% !important;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.fullSlide .bd li{width:100% !important;height:450px;overflow:hidden;text-align:center;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .bd li a{display:block;height:450px;}
.fullSlide .hd ul{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.fullSlide .hd ul li{
	cursor: pointer;
	display: inline-block;



*display:inline;	
	zoom: 1;
	width: 40px;
	height: 10px;
	margin: 2px;
	overflow: hidden;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
	background-color: #FFF;
}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 5%;
	z-index: 1;
	width: 40px;
	height: 60px;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
	background-image: url(../002_images/slider-arrow.png);
	background-repeat: no-repeat;
	background-position: -130px -130px;
}
.fullSlide .next{
	left: auto;
	right: 5%;
	background-position: -10px -130px;
}


.header_001{
	width: 1260px;
	height: 120px;
	background-image: url(../002_image/header_001.jpg);
	background-repeat: no-repeat;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.header_001 ul {
	margin: 0px;
	padding-left: 390px;
	list-style-type: none;
	padding-top: 70px;
}
.header_001 ul li {
	float: left;
	height: 40px;
	width: 100px;
	text-align: center;
}

.header_001 .a{
	display: block;
	width: 100px;
	height: 40px;
	outline: none;
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
}
.header_001 .a.active,
.header_001 .a:hover{
	background: #F05352;
	color: #FFF;
}
