﻿body {
	margin:0px;
	padding:0px;
	font-family: Arial, 微软雅黑;
	font-size: 12px;
	background-image:url('bg.jpg');
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#F4F4F4;
}
div {
	overflow:hidden;
	margin: auto;
}
img {
	border:0;
}
a{
	text-decoration: none;
	color:#333;
}
a:hover{
	color:#095B8E;
}
ul{
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
p{
	line-height:200%;
}
p strong{
	color:#095B8E;
	font-size:14px;
}
/****************************************************/
.Header{
	width:1000px;
	margin:auto;
	height:106px;
}
.Nav{
	width:1000px;
	margin:auto;
	height:41px;
}
.Nav ul{
	margin:auto;
	width:994px;
}
.Nav ul li{
	float:left;
	width:142px;
}
.Nav ul li a{
	display:block;
	width:130px;
	text-align:center;
	height:47px;
	line-height:47px;
	font-size:14px;
	font-weight:bold;	
}
.Nav ul li a:hover{
	background:#0671B5;
	color:white;
}
.Nav ul li:first-child a{
	display:block;
	width:130px;
	text-align:center;
	height:47px;
	line-height:47px;
	background:#0671B5;
	color:white;
	
}
.Nav ul ul{
	display:none;
	position:absolute;
	top:-10000px;
	left:-10000px;
}
.TopFlash{
	width: 100%;
	height: 310px;
	overflow: hidden;
	clear: both;
}
.Button{
	background:url('button.jpg') repeat-x left top;
	height:39px;
	position:relative;
}
.InedxCont{
	width:1000px;
	margin:20px auto;
}
.IndexCont_1{
	float:left;
	width:1000px;
}
.IndexCont_1_1{
	float: left;
	width: 230px;
}
.IndexCont_1_2{
	float: left;
	width: 230px;
	padding: 0px 20px;
}
.IndexCont_1_2 ul{
		width: 220px;
		padding: 10px 0px;
}
.IndexCont_1_3{
	float: left;
	width: 230px;
}
.IndexCont_1_3 ul {
	padding: 10px 0px;
}
.IndexCont_1_3 ul li{
	height: 25px;
	line-height: 25px;
	background: url(icon.gif) no-repeat left center;
	text-indent: 15px;
}
.IndexCont_1_4{
	float: left;
	width: 230px;
	padding-left: 20px;
}
.IndexCont_2{
	float:left;
	width:1000px;
	padding: 20px 0px;
}
.IndexCont_2_1{
	padding: 20px 0px 0px;
}
.IndexCont_2 ul{
	width:1700px;
}
.IndexCont_2 ul li{
	width: 170px;
	height: 110px;
	overflow: hidden;
}

.IndexCont_2 ul li img{
	width: 142px;
	height: 102px;
}
.IndexCont_2 .Name{
	height: 30px;
	line-height: 30px;
	color: #333;
}
.IndexCont_2 a{
	color: #333;	
}
.IndexCont_3{
	float:left;
	width:980px;
}
.IndexCont_3_1{
	padding:10px;
}
/****内页样式*********/
.NIndexCont_1{
	float:left;
	width:226px;
}
.NIndexCont_1_1{
	float:left;
	border:1px #DEDEDE solid;
	width:224px;
	margin-bottom:10px;
}
.NIndexCont_1_1 ul {
	padding:10px;
}
.NIndexCont_1_1 ul li{
	height:28px;
	line-height:28px;
	border-bottom:1px  #CCC  dotted;
	background: url('icon1.gif') no-repeat 10px center;
	text-indent:2em;
	width:204px;
}
.NIndexCont_1_1 ul ul{
	display:none;
	position:absolute;
	top:-10000px;
	left:-100000px;
}
.NIndexCont_1_2{
	float:left;	
	border:1px #DEDEDE solid;
	width:224px;
}
.NIndexCont_1_2 p{
	padding: 10px;
}
.NIndexCont_2{
	float:left;
	width:732px;	
		margin-left:20px;	
}
.NIndexCont_2_1{
	float:left;
	background: url('n_3.gif') no-repeat 10px center;
	height:32px;
	line-height:32px;
	text-indent:2em;	
	width:732px;
	color:#333;
}
.NIndexCont_2_2{
	float:left;
	width:732px;
		padding:20px;	
}

.Footer{
	width:100%;
	background:#333;
}
.Footer1{
	color:white;
	text-align:center;
	width:1000px;
	margin:15px auto;
	line-height:200%;	
}
.Footer1 a{
	color:white;
}
.Footer1 a:hover{
	color:#CCC;
}