@charset "utf-8";
 @import url("rest.css");
/*全局属性*/

* {
	margin:0;
	padding:0
}
body {
	font-family:Verdana, sans-serif;
	text-align:center;
	background:#333;
	color:#333;
	font-size:12px;
	line-height:22px;
}
img {
	border:0;
}
p {
	margin:0 10px 10px
}
a {
	color: #0170dc;
}
a:hover {
	color: #0170dc;
	text-decoration:none;
}
/*页面布局*/

#container {
	text-align:left;
	width:933px;
	margin:0 auto;
	background:#fff;
}
/*头部*/

#header {
	position:relative;
	width:933px;
	height:120px;
	background:#333;
}
#header .logo {
	width:856px;
	height:120px;
	float:left;
}
#header .language_a {
	float:right;
	margin:82px 0 0 0;
	width:73px;
	height:25px;
}
/*内容框*/

#wrapper {
	background: #fff url(../images/wrapper_bottom.gif) no-repeat left bottom;
	width:933px;
	float:left;
	padding-bottom:20px;
}
#wrapper .top {
	background: #fff url(../images/wrapper_top.gif) no-repeat left top;
	width:933px;
	float:left;
	height:10px;
}
#wrapper .banner {
	padding-left:17px;
	float:left;
}
/*顶部菜单*/

#menu {
	width:916px;
	float:left;
	padding-left:17px;
	height:76px;
	_overflow:hidden;
}
#menu ul {
	list-style-type:none;
}
#menu li {
	width:112px;
	height:38px;
	float:left;
	line-height:38px;
	text-align:center;
	margin-top:0px;
}
#menu li a {
	background:url(../images/menu_bg.gif);
	width:112px;
	height:38px;
	font-size:14px;
	color:#fff;
}
#menu li a:link, #menu li a:visited {
	display:block;
	text-decoration:none;
}
#menu li a:hover, #menu li#selected a {
	display:block;
	color:#ebd4d1;
	background-image: url(../images/menu_bg.gif);
	background-position: 0px 38px;
}
#menu li.last a {
	background:url(../images/menu_bg_2.gif);
	width:112px;
	height:38px;
	font-size:14px;
	color:#fff;
}
#menu li.last a:hover {
	display:block;
	color:#ebd4d1;
	background-image: url(../images/menu_bg_2.gif);
	background-position: 0px 38px;
}
/*内容*/

#content {
	float:left;
	width:590px;
	line-height:22px;
	margin-left:17px;
	display:inline;
	padding-bottom:40px;
}
#content p {
	float:left;
	line-height:22px;
}
#content .about {
	float:left;
	margin-right:15px;
	display:inline;
	margin-top:20px;
	width:575px;
	font-size:12px;
}
#content .about img {
	float:left;
}
#content .about h3 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #333;
	padding-bottom:5px;
	margin-bottom:10px;
	background:url(../images/h3_ico_2.gif) no-repeat left 5px;
	padding-left:18px;
}
#content .about span {
	float:right;
	margin-right:15px;
}
#content .about span a {
	color:#0170dc;
	text-decoration:underline;
}
#content .about span a:hover {
	color:#ff5500;
	text-decoration:none;
}
/*首页联系我们*/

#content .home_contact p {
	float:left;
	line-height:22px;
	width:400px;
}
#content .home_contact {
	float:left;
	margin-right:15px;
	display:inline;
	margin-top:20px;
	width:575px;
	font-size:12px;
}
#content .home_contact img {
	float:left;
}
#content .home_contact h3 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #333;
	padding-bottom:5px;
	margin-bottom:10px;
	background:url(../images/h3_ico_2.gif) no-repeat left 5px;
	padding-left:18px;
}
#content .home_contact span {
	float:right;
	margin-right:15px;
	padding-right:10px;
}
#content .home_contact span a {
	color:#0170dc;
	text-decoration:underline;
}
#content .home_contact span a:hover {
	color:#ff5500;
	text-decoration:none;
}
/*内容-信息列表*/

#content .list {
	float:left;
	width:280px;
	margin-right:15px;
	margin-top:25px;
	display:inline;
}
#content .list h3 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #333;
	padding-bottom:5px;
	margin-bottom:5px;
	background:url(../images/h3_ico_2.gif) no-repeat left 5px;
	padding-left:18px;
}
#content .list ul li {
	list-style:none;
}
#content .list ul li a {
	color:#333;
	text-decoration:none;
}
#content .list ul li a:hover {
	color:#0170dc;
	text-decoration:underline;
}
#content .list span {
	float:right;
	margin-right:15px;
}
#content .list span a {
	color:#0170dc;
	text-decoration:underline;
}
#content .list span a:hover {
	color:#ff5500;
	text-decoration:none;
}
/*首页右边*/

#home_sidebar {
	float:right;
	width:285px;
	margin-right:20px;
	display:inline;
	border-left:0px solid #333;
	padding-left:10px;
}
#home_sidebar .list {
	float:left;
	width:290px;
	margin-top:20px;
	_margin-top:25px;
	display:inline;
}
#home_sidebar .list h3 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #333;
	padding-bottom:5px;
	margin-bottom:5px;
	background:url(../images/h3_ico_2.gif) no-repeat left 5px;
	padding-left:18px;
}
#home_sidebar .list ul li {
	list-style:none;
}
#home_sidebar .list ul li a {
	color:#333;
	text-decoration:none;
}
#home_sidebar .list ul li a:hover {
	color:#0170dc;
	text-decoration:underline;
}
#home_sidebar .list span {
	float:right;
	margin-right:15px;
}
#home_sidebar .list span a {
	color:#0170dc;
	text-decoration:underline;
}
#home_sidebar .list span a:hover {
	color:#ff5500;
	text-decoration:none;
}
#home_sidebar .news {
	float:left;
	width:290px;
	margin-top:22px;
	display:inline;
	line-height:18px;
}
#home_sidebar .news .box {
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
}
#home_sidebar .news .box a {
	color:#333;
	text-decoration:none;
}
#home_sidebar .news .box a:hover {
	color:#0170dc;
	text-decoration:underline;
}
#home_sidebar .news h3 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #333;
	padding-bottom:5px;
	margin-bottom:10px;
	background:url(../images/h3_ico_2.gif) no-repeat left 5px;
	padding-left:18px;
}
#home_sidebar .news h4 {
	font-size:12px;
	font-weight:bold;
	margin-top:3px;
}
#home_sidebar .news p {
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	margin-top:3px;
}
/*底部*/

#footer {
	clear:both;
	width:100%;
	text-align:center;
	color:#ccc;
	background:#333;
}
#footer p {
	margin:0;
	padding:10px 10px 20px 10px
}
#footer a {
	display:inline;
	padding:0;
	color: #ccc;
	text-decoration:none;
}
/*信息单页面*/

#info_content {
	float:right;
	width:656px;
	_width:630px;
	line-height:22px;
	display:inline;
	padding-bottom:40px;
	margin-right:15px;
}
#info_content .about {
	float:left;
	margin-right:15px;
	display:inline;
	margin-top:20px;
	width:650px;
	_width:630px;
}
#info_content .about h3 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #333;
	padding-bottom:5px;
	margin-bottom:10px;
	background:url(../images/h3_ico_2.gif) no-repeat left 5px;
	padding-left:18px;
	position:relative;
}
#info_content .about h3 span {
	float:right;
	color:#999;
	font-size:12px;
	font-weight:normal;
	background:url(../images/nav_c_ico.gif) 1px 8px no-repeat;
	padding-left:10px;
	position:absolute;
	right:15px;
	bottom:5px;
}
#info_content .about h3 span a {
	text-decoration:none;
	color:#999;
}
#info_content .about h3 span a:hover {
	text-decoration:underline;
	color:#999;
}
/*栏目导航样式-左边*/

#info_sidebar {
	float:left;
	width:224px;
	display:inline;
	margin:20px 20px 20px 17px
}
#info_sidebar .t {
	background:url(../images/nav_top.gif) no-repeat;
	height:38px;
	width:224px;
}
#info_sidebar .b {
	background:url(../images/nav_bg.gif);
	float:left;
	text-align:center;
	width:224px;
}
#info_sidebar .b ul {
	list-style:none;
	margin: 10px auto;
	width:180px;
}
#info_sidebar .b ul li {
	float:left;
	width:90px;
	height:30px;
	text-align:center;
}
#info_sidebar .b ul li a {
	font-size:14px;
	padding-left:8px;
	background:url(../images/nav_c_ico.gif) 1px 4px no-repeat;
	text-decoration:none;
}
#info_sidebar .b ul li a:hover {
	color:#ff5500;
	padding-left:8px;
	background:url(../images/nav_c_ico_2.gif) 1px 4px no-repeat;
	text-decoration:none;
}
#info_sidebar .b ul li#selected a {
	color:#ff5500;
	text-decoration:none;
	background:url(../images/nav_c_ico_2.gif) 1px 4px no-repeat;
	padding-left:8px;
}
#info_sidebar .f {
	background:url(../images/nav_bottom.gif) no-repeat;
	height:11px;
	float:left;
	width:224px;
}
/*新闻列表页面*/

#info_content .news_list {
	float:right;
	display:inline;
	margin-top:20px;
	width:650px;
	_width:630px;
}
#info_content .news_list h3 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #333;
	padding-bottom:5px;
	margin-bottom:10px;
	background:url(../images/h3_ico_2.gif) no-repeat left 5px;
	padding-left:18px;
	position:relative;
}
#info_content .news_list h3 span {
	float:right;
	color:#999;
	font-size:12px;
	font-weight:normal;
	background:url(../images/nav_c_ico.gif) 1px 8px no-repeat;
	padding-left:10px;
	width:200px;
	position:absolute;
	right:15px;
	bottom:5px;
}
#info_content .news_list ul {
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
}
#info_content .news_list ul li {
	display:block;
	margin-top:6px;
}
#info_content .news_list ul li a {
	font-size:14px;
	text-decoration:none;
	color:#333;
	background:url(../images/news_list_ico.gif) 1px 2px no-repeat;
	padding-left:15px;
}
#info_content .news_list ul li a:hover {
	font-size:14px;
	text-decoration:none;
	color:#0170dc;
}
.none_show {
	display:none;
}
#preloader {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../images/banner_34.jpg);
	background-image: url(../images/banner_49.jpg);
	background-image: url();
}

.title_h{font-size:1px; color:#333333; padding:0; margin:0; line-height:1px; background:#333;}
#links{ clear:both; border-top: dashed 1px #ccc; padding:20px;}
