@charset "utf-8";
/* 首页css */
body {
	background:#58c5a9 url(../images/nei_bg.jpg) no-repeat;
}
.all {
	background:#58c5a9 url(../images/index_bg.jpg) no-repeat;
}
.header_t {
	width: 1000px;
	margin:0px auto;
	overflow:hidden;
}
	.header_t_2 {
		width: 167px;
	}
	.header_t_3 {
		width: 398px;
	}
	.header_t_flash {
		width: 602px;
		height:372px;
		position:relative;
	}
		.header_t_flash embed {
				position:absolute;
				top:0px;
				z-index:1;
		}
		.header_t_flash img{
				position:absolute;
		}
	.copyright {
		width:629px;
		height:169px;
		text-align:center;
		padding-top:60px;
		background:url(../images/index_22.jpg) no-repeat;
	}
		.copyright p {
			line-height:180%;
		}


/* 内页header部分 */
	.header_nei_2 {
		width: 252px;
	}
	.header_nei_3 {
		width: 407px;
	}
	.header_nei_flash {
		width: 593px;
		position:relative;
	}
		.header_nei_flash embed {
				position:absolute;
				top:0px;
				z-index:2;
		}
		.header_nei_flash img{
				position:absolute;
		}
	
		.right { text-align:right;}

/* 内页内容区域 */

	.content {
		width:1000px;
		margin:0px auto;
	}
		.content_t {
			width:100%;
		}
			.content_left {
				width:56px;
				height:100%;
				background:url(../images/neiye_left.jpg) repeat-y;
			}
			.content_nei  {
				width:887px;
				height:100%;
				background-color:#f4f7e6;
			}
			.content_right {
				width:57px;
				height:100%;
				background:url(../images/neiye_right.jpg) repeat-y;
			}
/* 内页文字部分 */
	.wenzi {
		width:700px;
		margin:0 auto;
		line-height:200%;
		overflow:hidden;
	}
		.anniu_bottom,.anniu_bottom1 {
			height:34px;
			text-align:center;
			line-height:34px;
			margin-bottom:15px;
			color:#005729;
		}
		.anniu_bottom {
			width:198px;
			background:url(../images/bottom.jpg) no-repeat;
		}
		.anniu_bottom1 {
			width:300px;
			background:url(../images/bottom1.jpg) no-repeat;
		}		
		.wenzi_img {
			width:600px;
			margin:10px auto;
		}
		.browser,.browser1 {
			border-collapse:collapse;
			border:1px #000 solid;
			margin-top:20px;
		 }
			.browser1 td {
				text-align:center;
			}
		.mtop {
			margin-top:10px;
		}
		.mtop5 {
			margin-top:5px;
		}
		.wenzi ul {
			width:550px;
			height:210px;
			margin:10px auto 0px auto;
		}
			.wenzi ul li {
				width:180px;
				text-align:center;
				vertical-align:bottom;
			}
		.padding15 {
			padding-left:15px;
		}
		.padding10 {
			padding-left:10px;
		}
		.ght {
			height:50px;
			clear:both;
		}
