﻿body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: 微软雅黑;
}
div, form, dl, dd, dt {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
img {
	border: 0px;
}
ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
a {
	text-decoration: none;
	color: black;
}
a:hover {
	color: red;
}
p{
	line-height:200%;
}
/******************************************************************************/
.Container {
	width: 1100px;
	margin: auto;
}
.Header {
	width: 1100px;
}
.Nav {
	width: 1100px;
	height: 32px;
	background:#333;
}
.Nav ul{
	padding-left:3px;
}
.Nav ul li {
	float: left;
	height: 32px;
	line-height: 32px;
}
.Nav ul li a {
	display: block;
	font-size: 14px;
	color: white;
	padding: 0px 32px;
	font-weight:bold;
}
.Nav ul li a:hover {
	display: block;
	background:#FFF;
	color: #333;
}
.Nav ul ul{
	display:none;
	position:absolute;
	top:-10000px;
	left:-10000px;
}
.TopFlash {
	width: 1100px;
	padding-top:20px;
}
.IndexCont {
	width: 1100px;
	padding: 20px 0;
}
.IndexCont1 {
	width: 1100px;
}
.IndexCont1_1 {
	width: 1100px;
	padding-top:20px;
}
.IndexCont1 ul {
	width: 2800px;
}
.IndexCont1 ul li {
	float: left;
	width: 260px;
	position: relative;
	margin-right: 20px;
	height: 230px;
}
.IndexCont1 .Img {
	width: 260px;
	height: 230px;
}
.IndexCont1 .Img img {
	width: 250px;
	height: 220px;
	padding: 4px;
	border: 1px #CCC solid;
}
.IndexCont1 .Mc {
	position: absolute;
	bottom: 5px;
	left: 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 250px;
	background: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;

}
.IndexCont1 .Mc a {
	color: #FFF;


}
.IndexCont2 {
	width: 1100px;
}
.IndexCont2_1 {
	float: left;
	width: 320px;
}
.IndexCont2_1_1{
	background:#EFEFEF;
}
.IndexCont2_1_1 p{
	width:300px;
	padding:0px 10px;
}
.IndexCont2_2 {
	float: left;
	width: 400px;
	padding:0px 15px;
}
.IndexCont2_3 {
	float: left;
	width: 350px;
}
.IndexCont2_3 p {
	padding:0;
	margin:0;
}
.IndexCont2_3 p img{
	float:right;margin-left:10px;
}
.IndexCont3 {
	width: 1100px;
	padding-top:20px;
}
.IndexCont3 ul{
	padding-top:20px 0;
}
/*****内页****/
.NIndexCont{
	width:1100px;
	padding:20px 0;
}
.NIndexCont1{
	float:left;
	width:226px;
}
.NIndexCont1_1{
	float:left;
	width:226px;
}
.NIndexCont1_1_1{
	float:left;
	width:226px;
	background:#F4F2E8;	
}
.NIndexCont1_1_1 ul{
	padding:10px;
	width:206px;
}
.NIndexCont1_1_1 ul li{
	background:white url('li.jpg') no-repeat left top;
	width:195px;
	height:34px;
	line-height:34px;	text-indent:35px;
}
.NIndexCont1_1_1 ul li a{
	display:block;

	width:140px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.NIndexCont1_1_1 ul li a:hover{
	display:block;
	width:195px;
	height:34px;
	color:white;
	background:url('lihover.jpg') no-repeat left top;
}
.NIndexCont1_1_1 ul ul{
	display:none;
	position:absolute;
	top:-10000px;
	left:-10000px;
}
.NIndexCont1_2{
	float:left;
	width:226px;
	padding-top:20px;	
}
.NIndexCont2{
	float:left;
	width:854px;
	padding-left:20px;
}
.NIndexCont2_1{
	width:854px;
	height:40px;
	line-height:40px;
	border-bottom:2px #CCC dotted;
	color:#B82F37;
	font-size:16px;
	font-weight:bold;
}
.NIndexCont2_2{
	width:854px;
	padding:20px 0;
}
.Footer {
width:1100px;
	background:#242424;
	text-align:center;
	color:#CCC;
	height:100px;
}
.Footer p{
	
}
.Footer a{
	color:#CCC;
}