/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	}
body{
	font-family:"宋体";
	color:#333;
	font-size:12px;
    }
ul{
	list-style:none;
	}
img{
	border:0;
	}
a:link{
	color:#333;
	text-decoration:none;
	}
a:visited{
	color:#333;
	text-decoration:none;
	}
a:hover{
	color:#1C8DD5;
	text-decoration:none;
	}
.clear { clear:both;} 

.header{
	height:476px;
	background:url(../images/header.jpg) no-repeat center 0;
	border-bottom:5px #006e2f solid;
	}
.page{
	width:1000px;
	margin:0 auto;
	}
.box1{
	padding-top:10px;
	}
.box1_left{
	float:left;
	width:593px;
	}
.box1_right{
	float:right;
	width:392px;
	}
.hd_con{
	padding-top:5px;
	}
.box1_title{
	padding-top:17px;
	}
.box1_content{
	text-indent:2em;
	line-height:20px;
	color:#333;
	padding-top:10px;
	}
.box2{
	clear:both;
	padding-top:10px;
	}
.box2_content{
	line-height:20px;
	padding:20px 15px;
	}
.box2_content p{
	text-indent:2em;
	}
.ry_content{
	padding-top:15px;
	}
.box3{
	padding-top:10px;
	}
.box3_content{
	padding-top:15px;
	}
.box3_content li{
	float:left;
	}
.box4{
	clear:both;
	padding-top:10px;
	}
.box4_content{
	padding-top:10px;
	}
.box4_c_l{
	float:left;
	width:488px;
	}
.xc_1{
	padding-top:7px;
	}
.box4_c_r{
	float:left;
	width:512px;
	}
.box4_c_r li{
	float:left;
	height:164px;
	padding-left:7px;
	}
.box5{
	clear:both;
	padding-top:10px;
	}
.box5_content{
	padding-top:10px;
	height:385px;
	}
.box5_content li{
	float:left;
	padding-left:13px;
	}


.footer{
	clear:both;
	border-top:3px #006f2d solid;
	height:90px;
	padding-top:15px;
	text-align:center;
	line-height:24px;
	}












































