
/* CSS Document */
*{
	padding:0;
	margin:0;
	}
body{
	padding:0;
	margin:0;
	font-size:12px;
	line-height:24px;
	font-family:"宋体", "Arial Narrow";
	color: #666;
	}
img{
	border:none;
	}
a {
	color:#666;
	text-decoration:none;
	}
a:hover{
	color:#333;
	}
input{
	color: #777;
	}

ul{
	padding:0;
	margin:0;
	list-style:none;
	}
li,p{
	padding:0;
	margin:0;
	}
.clear{
	clear:both;
}
.body_box{
	background:url(../image/bg.jpg) no-repeat center top;
	min-height:500px;
	}
.wrap{
	width:1000px;
	margin:0 auto;
	}
.logo{
	margin:4px 0 0 48px;
	float:left;
	display:inline;
	}

.nav_ul{
	background:url(../image/main_nav.jpg) no-repeat;
	height:39px;
	width:1000px;
	margin-top:10px;
	clear:both;
	}
.nav_ul li{
	float:left;
	}
.nav_ul li a{
	width:83px;
	height:27px;
	display:block;
	text-align:center;
	line-height:27px;
	margin:6px 10px 0;
	font-size:16px;
	color:#fff;
	font-family:"微软雅黑";
	}
.nav_ul li a:hover{
	background:url(../image/nav_hover.png) no-repeat;
	color:#000;
	}
.nav_ul li .selected{
	background:url(../image/nav_hover.png) no-repeat;
	color:#000;
	}
.navline{
	margin-top:12px;
	}



.footer{
	background:url(../image/bg_02.jpg) repeat-x;
	height:172px;
	width:100%;
	margin-top:20px;
	}
.foot_l{
	float:left;
	width:520px;
	}
.foot_l h4{
	margin:35px 0 10px 5px;
	color:#f9930e;
	font-family:"微软雅黑";
	font-size:14px;
	font-weight:bold;
	}
.foot_txt,.foot_r span{
	color:#577c73;
	}
.foot_txt a{
	padding:0 5px;
	color:#577c73;
	}
.foot_txt02{
	background:url(../image/bottom_bg.png) no-repeat;
	width:513px;
	height:33px;
	text-align:center;
	line-height:33px;
	margin:15px 0 0 10px;
	color:#45675f;
	}
.foot_m{
	float:left;
	}
.foot_r{
	float:left;
	}
.foot_r h4{
	color: #F9930E;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    margin: 35px 0 10px 5px;
	}
/*英文版*/
.main_nav{
	position:relative;
}
.banben_bg {
    background: url("../image/banben_bg.png") no-repeat scroll 0 0 transparent;
    height: 27px;
    line-height: 27px;
    position: absolute;
    right: 0;
    width: 110px;
    padding: 0 0 0 20px;
    color: #fff;}
.banben_bg li{
	float:left;
	margin:0 3px;
	}
.banben_bg a{
	color: #fff;
	}