﻿@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, h7, p, ul, ol, dl, dt, dd, li, body, form, input, button, img, cite, strong, em, table, td, th {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size:14px;
	font-weight:bold;
}
img, table, td, th {
	border:0;
}
ul, ol, li {
	list-style-type:none;
}
a {
	color:#333333;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
body {
	font-family:"宋体", Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration: none;
	margin:0 auto;
	line-height:1.8em;
	text-align:center;
	background:#cccccc;
}
table {
	table-layout:fixed;
	word-wrap:break-word;
}
div {
	word-wrap:break-word;
}
p {
	word-wrap:break-word;
}
td {
	font-size:12px;
	font-family:"宋体", Arial, Verdana, Helvetica, sans-serif;
	line-height:1.8em;
	padding:0 0 0 5px;
}
input.txt, input.pwd, input.fil, textarea.txts, select.slt {
	border-color:#b0b0b0 #cccccc #cccccc #b0b0b0;
	border-style:solid;
	border-width:1px;
	padding:4px 5px 3px 5px;
	color:#666666;
	vertical-align:middle;
	line-height:1.2em;
	font-size:12px;
	background:#ffffff url(../images/txtbg.png) top repeat-x;
}
input.btn {
	height:24px;
	padding:0 5px;
	color:#666666 !important;
	text-decoration: none;
	font-size:12px;
	font-family:"宋体", Arial, Verdana, Helvetica, sans-serif;
	cursor:pointer;
	border:1px solid #b0b0b0 !important;
	background:#F7F5F4 url("../images/btnbg.png") top repeat-x !important;
	vertical-align:middle;
	text-transform:uppercase;
}
input.imgbtn {
	vertical-align:middle;
}
select {
	vertical-align:middle;
	font-size:12px;
}
textarea {
	border:1px solid #DBDBDB;
	vertical-align:middle;
	padding:0px 2px;
	font-size:12px;
}
.red {
	color:#800000;
}
.gray {
	color:#033;
}
.cboth {
	display:block;
	height:0px;
	line-height:0px;
    font-size:0;
	clear:both;
}
.noborder {
	border:none;
}
.margintop {
	margin-top:10px;
}
.tag {
	font-size:14px;
	font-weight:bold;
	font-family:"微软雅黑", "宋体", Arial, Verdana, Helvetica, sans-serif;
	color:#cc0000;
}
.tag a {
	color:#FFF;
}
.dtab {
	border-collapse:collapse;
}
.dtab td {
	border:1px solid #cccccc;
	padding:2px 5px;
}
/* ----------------------------------------- */
#container {
	width:943px;
	height:100%;
	padding:0 25px 0 25px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	background:url(../images/bodybg.png) 0 repeat-y;
}
#boter {
	width:1003px;
	height:30px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/botbg.png) center top no-repeat;
}
#header {
	height:100%;
	margin:0 0 12px 0;
}
#mainer {
	height:100%;
	margin:0 0 12px 0;
}
#mainbox {
	height:100%;
	margin:0 0 12px 0;
}
#footer {
	height:100%;
	margin:0 0 12px 0;
	background:#dedede;
}
#contenter {
	float:right;
	width:700px;
	height:100%;
	overflow:hidden;
	text-align:left;
}
#sidebar {
	height:100%;
	float:left;
	width:220px;
	text-align:left;
}
.mainbot {
	height:3px;
	overflow:hidden;
	background:url(../images/mainbotbg.png) left top no-repeat;
}
/* ----------------------------------------- */
.logo {
	float:left;
	margin:20px 0 18px 0;
}
.tool {
	float:right;
	width:450px;
	margin:25px 0 0 0;
	text-align:right;
	color:#cccccc;
}
.tool span {
}
.tool span.tool-home {
	padding:0 0 0 25px;
	margin:0 10px 0 0;
	background:url(../images/ico-home.png) 0 -2px no-repeat;
}
.tool span.tool-lan {
	padding:0 0 0 40px;
	text-transform:uppercase;
	background:url(../images/ico-lan.png) 2px -1px no-repeat;
}
.tel {
	float:right;
	width:450px;
	font-size:15px;
	font-family:"微软雅黑", "宋体", Arial, Verdana, Helvetica, sans-serif;
	color:#cc0000;
	margin:10px 0 0 0;
	text-align:right;
}
.nav {
	height:35px;
	padding:0 0 0 10px;
	background:url(../images/navbg.png) top repeat-x;
}
.nav ul {
	display:block;
}
.nav ul li {
	display:block;
	float:left;
	margin:0 10px 0 0;
}
.nav ul li a {
	display:block;
	float:left;
	font-size:14px;
	font-family:"微软雅黑", "宋体", Arial, Verdana, Helvetica, sans-serif;
	color:#ffffff;
	height:35px;
	line-height:35px;
	padding:0 18px 0 18px;
	text-shadow:1px 1px #666666;
}
.nav ul li a:hover {
	color:#ffffff;
	text-decoration:none;
}
.banner {
	width:943px;
	height:320px;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.b_container {
	width:943px;
	height:320px;
	overflow:hidden;
	z-index:100;
}
.b_container img {
	width:943px;
	height:320px;
}
.b_pagination {
	display:block;
	position:absolute;
	bottom:7px;
	right:0px;
	z-index:110;
}
.b_pagination li {
	display:block;
	float:left;
	margin:0 8px 0 0;
	background:#ffffff;
}
.b_pagination li a {
	display:block;
	float:left;
	height:2px;
	width:80px;
	text-indent:9999px;
	overflow:hidden;
}
.b_pagination li.b_current {
	background:#ff9933;
}
/* ----------------------------------------- */
.pro {
	height:100%;
	padding:10px 12px 10px 12px;
	margin:0 0 12px 0;
	background:#ededed;
}
pro ul {
	display:block;
}
.pro li {
	display:block;
	float:left;
	width:170px;
	margin:0 17px 0 0;
	background:#ffffff;
}
.pro li.fr {
	float:right;
	margin:0 0 0 0;
}
.pro li span {
	display:block;
	height:32px;
	line-height:30px;
}
.pro li span a {
}
.box {
	height:100%;
	padding:12px 12px 12px 12px;
	background:#f4f4f4;
	text-align:left;
}
.abt {
	float:left;
	width:260px;
	padding:0 30px 0 0;
	margin:0 25px 0 0;
	background:url(../images/linebg.png) right repeat-y;
}
.abt p {
	padding:8px 0 0 0;
}
.tns {
	float:left;
	width:350px;
	height:228px;
	padding:0 30px 0 0;
	background:url(../images/linebg.png) right repeat-y;
}
.tns dl {
	display:block;
	height:29px;
	line-height:29px;
	padding:0 0 0 5px;
	margin:0 0 8px 0;
	background:url(../images/linebg2.png) bottom repeat-x;
}
.tns dt {
	float:left;
	display:block;
	font-size:13px;
	font-family:"微软雅黑", "宋体", Arial, Verdana, Helvetica, sans-serif;
	padding:0 8px;
}
.tns dt.cur {
	font-weight:bold;
	background:url(../images/tbg.png) center bottom no-repeat;
}
.tns dt a {
	display:block;
	text-decoration:none;
}
.tns dd {
	float:right;
	display:block;
}
.tns dd a {
	color:#666666;
}
.tns ul {
	display:block;
}
.tns li {
	display:block;
	line-height:2.3em;
}
.tns li a {
}
.tns li span {
	float:right;
	color:#666666;
}
.lnk {
	float:right;
	width:205px;
	padding:15px 0 0 0;
}
/* ----------------------------------------- */
.cls {
	padding:40px 20px;
	border:1px solid #dadada;
	background:#f9f9f9 url(../images/clsbg.png) center top no-repeat;
}
.cls h2 {
	display:block;
	font-size:16px;
	font-weight:normal;
	color:#cc0000;
	padding:0 0 10px 25px;
	font-family:"微软雅黑", "宋体", Arial, Verdana, Helvetica, sans-serif;
}
.cls ul {
	display:block;
	height:100%;
}
.cls li {
	display:block;
	height:42px;
	line-height:42px;
	padding:0 0 0 40px;
	background:url(../images/clslibg.gif) -5px bottom no-repeat;
}
.cls li a {
	display:block;
}
.cls li a:hover {
	color:#cc0000;
	text-decoration:none;
}
.cls li.cur a {
	font-weight:bold;
}
/* ----------------------------------------- */
.comtit {
}
.comtit h1 {
	display:block;
	line-height:35px;
	font-size:14px;
	border-bottom:1px solid #dadada;
}
.comtit h1 span {
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#999999;
}
.comtit h1 span a {
	color:#999999;
}
.comcont {
	height:100%;
	font-size:13px;
	padding:10px 0;
}
.comlist {
	font-size:13px;
	padding:10px 0;
}
.artlist {
	display:block;
	height:100%;
}
.artlist li {
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px dotted #cccccc;
}
.artlist li h3 {
	font-size:13px;
}
.artlist li h3 a {
}
.artlist li p {
	font-size:12px;
	color:#999999;
	word-wrap:break-word;
}
.artlist li span {
	font-size:12px;
	color:#666666;
}
.artlist li span a {
}
.prolist {
	height:100%;
}
.prolist dl {
	display:block;
	height:100%;
	border-bottom:1px dotted #cccccc;
}
.prolist dt {
	display:block;
	float:left;
	width:170px;
	padding:10px 0;
	text-align:center;
}
.prolist dt img {
	border:1px solid #cccccc;
}
.prolist dd {
	display:block;
	float:right;
	width:500px;
	padding:8px 5px 8px 0;
}
.prolist dd h3 {
	display:block;
	font-size:13px;
}
.prolist dd h3 a {
}
.prolist dd p {
	display:block;
	font-size:12px;
	color:#999999;
}
.pholist {
	height:100%;
}
.pholist dl {
	display:block;
	height:100%;
	border-bottom:1px dotted #cccccc;
}
.pholist dt {
	display:block;
	float:left;
	width:166px;
	padding:10px 0;
	text-align:center;
}
.pholist dt img {
	padding:2px;
	border:1px solid #cccccc;
}
.pholist dd {
	display:block;
	float:right;
	width:490px;
	padding:8px 5px 8px 0;
}
.pholist dd h3 {
	display:block;
	font-size:12px;
	font-weight:normal;
}
.pholist dd h3 a {
	color:#1d72b8;
}
.pholist dd p {
	display:block;
	color:#999999;
}
.page {
	clear:both;
	text-align:left;
}
.page span {
	padding:0 10px 0 0;
}
.page span.gray {
	color:#cccccc;
}
.mlist {
}
.mlist li li {
	padding:0 0 0 20px;
}
/* ----------------------------------------- */
.map {
	float:left;
	line-height:2.2em;
	padding:0 0 0 5px;
	color:#999999;
}
.map a {
	margin:0 8px 0 5px;
	color:#666666;
}
.copy {
	float:right;
	line-height:2.2em;
	padding:0 5px 0 0;
	color:#666666;
}
.copy a {
	color:#666666;
}