@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
ul,li,dt,dd,dl {
	list-style-type:none;
}
img,a img {
	border:0;
}
a {
	font-size:12px;
}
a:link,a:visited {
	color:#333;
	text-decoration:none;
}
a:hover,a:active {
	color:#3784a8;
}
body {
	font-family:"宋体";
	font-size:12px;
	color:#333;
	background:#fff;
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

/************* 头部 ****************/
.header {
	width:100%;
}
.h_top {
	width:100%;
	height:113px;
	background:url(../images/top_bg.jpg) repeat-x;
}
.h_t_in {
	width:980px;
	margin:0 auto;
}
.logo img {
	margin:25px 0 0 0;
}
.phone {
	margin-top:43px;
	width:280px;
	height:38px;
	line-height:38px;
	background:url(../images/tel.png) left center no-repeat;
}
.phone span {
	padding-left:54px;
	font-size:14px;
	color:#559712;
	float:left;
}
.phone font {
	font-weight:bold;
	font-size:23px;
	font-family:"微软雅黑";
	color:#559712;
	float:left;
}
.h_nav {
	height:44px;
	background:url(../images/f_nav_bg.jpg) repeat-x;
}
.nav {
	width:980px;
	margin:0 auto;
}
.nav ul li {
	float:left;
	width:136px;
	height:44px;
	line-height:44px;
	text-align:center;
}
.nav ul li a {
	display:block;
	width:136px;
	height:44px;
}
.nav ul li a:link,.nav ul li a:visited {
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.nav ul li a:hover,.nav ul li a:active {
	text-decoration:underline;
}

.nav ul .nav_split {
	height:44px;
	width:2px;
	background:url(../images/nav_split.jpg) center no-repeat;
}
.banner {
	width:980px;
	margin:0 auto;
	margin-top:8px;
}


/************* 头部 ****************/


/************* 底部 ****************/
.footer {
	margin:0 auto;
	margin-top:10px;
	height:161px;
	background:url(../images/bottom_bg.jpg);
}

.f_nav {
	float:left;
	height:40px;
	text-align:center;
	line-height:40px;
	width:100%;
	background:url(../images/f_nav_bg.jpg);
}

.f_nav a {color:#FFF;}
.f_con {
	height:90px;
	padding-top:15px;
	text-align:center;
	line-height:26px;
}


/************* 底部 ****************/


#focus {width:980px; height:316px; overflow:hidden; position:relative;}
#focus ul {height:316px; position:absolute;}
#focus ul li {float:left; width:980px; height:316px; overflow:hidden; position:relative; background:#000;}
#focus ul li div {position:absolute; overflow:hidden;}
#focus .btnBg {position:absolute; width:980px; height:20px; left:0; bottom:0;}
#focus .btn {position:absolute; width:960px; height:20px; padding:5px 10px; right:0; bottom:0; text-align:center;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff;}
#focus .btn span.on {background:#fff;}
#focus .preNext { display:none;width:45px; height:100px; position:absolute; top:50px;  cursor:pointer;}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top;}
