
/*内容样式*/
.content {
	width: 1200px;
	margin: auto;
	padding-top: 30px;
}
.content_div {
	width: 380px;
	float: left;
	padding-bottom: 30px;
	margin-right: 30px;
	_margin-right: 20px;
	color: #1a1c1e;
	position: relative;
	height: 205px;
	overflow: hidden;
	margin-bottom: 30px;
}
.content_div h3 {
	line-height: 30px;
	width: 380px;
	height: 30px;
	border-bottom: 2px solid #1a1c1e;
	margin-bottom: 5px;
}
.content_div h3 span {
	float: left;
	margin-right: 10px;
}
.content_div h3 img {
	float: left;
	margin-top: 3px;
}
.content_div_img {
	float: left;
	margin-right: 10px;
}
.content div div ul {
	float: left;
	list-style: none;
	width: 200px;
}
.content div div ul li {
	width: 200px;
	line-height: 27px;
	border-bottom: 1px dashed #dedfe4;
	overflow: hidden;
}
.content div div ul a {
	color: #1a1c1e;
	font-size: 13px;
	padding-left: 10px;
}
.content div div ul a:hover {
	color: #00c6e6;
}
#r_div {
	position: relative;
	height: 210px;
}
.r_1 {
	top: 5px;
	left: 0px;
}
.r_2 {
	top: 5px;
	right: 0px;
}
.r_3 {
	top: 110px;
	left: 0px;
}
.r_4 {
	top: 110px;
	right: 0px;
}
.xf {
	width: 380px;
	height: 50px;
	background: #CCC;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 190px;
}
.xf_p {
	position: absolute;
	left: 0;
	top: 190px;
	font-size: 13px;
	line-height: 22px;
	text-indent: 2em;
}
.xf_p a {
	color: #F00;
}
/*底部导航*/
.footer {
	width: auto;
	height: 275px;
	background: #f0f2f4;
	clear: both;
}
.f_div {
	width: 1200px;
	margin: auto;
}
.f_ul {
	width: 1000px;
	height: 250px;
	float: left;
	margin-top: 15px;
}
.f_li {
	float: left;
	width: 160px;
	height: 250px;
	border-right: 1px dashed #d1d4d8;
	text-align: center;
}
.f_li h3 {
	margin-bottom: 10px;
	font-size: 16px;
}
.f_li ul li {
	line-height: 30px;
}
.f_li ul li a {
	color: #3c3d3d;
	font-size: 14px;
}
.f_li a:hover {
	color: #00c6e6;
}
.erweima {
	width: 105px;
	height: 160px;
	float: left;
	margin: 50px 0px 0px 30px;
}
.erweima div {
	width: 105px;
	height: 105px;
	background: url(../images/erweima_03.jpg) no-repeat;
	margin-bottom: 10px;
}
.erweima p {
	width: 102px;
	float: left;
	margin-left: 2px;
	line-height: 25px;
	background: #00c6e6;
	color: #FFF;
	text-align: center;
	font-size: 14px;
}
/*底部*/
.foot {
	width: auto;
	height: 125px;
	background: #222222;
	color: #FFF;
}
.foot p {
	margin: auto;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
}

#demo{width:1200px; overflow:hidden; margin:0px auto}

/*幻灯片样式开始*/
/*幻灯片样式开始*/
#container{width:380px;height:205px;margin:10px auto;border:1px solid #EAEEF1;overflow:hidden;position:relative;}
#list{height:205px;width:1900px;position:absolute;z-index:1;left:-380px;}
#list img{float:left;width:380px;height:205px;display:block;}

.arrow{cursor:pointer;display:block;line-height:38px;text-align:center;height:38px;position:absolute;z-index:2;top:150px;}
.arrow img{vertical-align:top;}
#prev{width:56px;left:2px;}
#next{width:28px;right:2px;}
.arrow span{color:#4a4a4a;font-size:12px;position:absolute;left:30px;}