﻿@charset "utf-8";

html, body {
	margin:0 auto;
	padding:0;
	font-family:tahoma, Arial, Helvetica, sans-serif, "宋体";
	font-size:12px;
	color:#000;
	background:#fff;
	height:100%;
}
h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form {
	margin:0;
	padding:0;
}
ul, ol, li {
	list-style:none;
}
img {
	border:0;
}
/** 字体链接 **/
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.linkRed {
	color:#dc4412;
	text-decoration:none;
}
a.linkRed:hover {
	color:#dc4412;
	text-decoration:underline;
}
a.linkBlue {
	color:#33476a;
	text-decoration:none;
}
a.linkBlue:hover {
	color:#33476a;
	text-decoration:underline;
}
a.linkGray {
	color:#818181;
	text-decoration:none;
}
a.linkGray:hover {
	color:#818181;
	text-decoration:underline;
}
a.linkBlack {
	color:#000;
	text-decoration:none;
}
a.linkBlack:hover {
	color:#000;
	text-decoration:underline;
}
.inputSearch {
	border:1px solid #a3a8a2;
	height:17px;
	width:148px;
	vertical-align:middle;
}
.inputNew {
	border:1px solid #b0c5d6;
	height:17px;
	width:100px;
	vertical-align:middle;
}
.buttonSearch {
	background:url(../images/button_bg.gif) left top repeat-x;
	height:21px;
	border:1px solid #a4a9a3;
	width:36px;
	vertical-align:middle;
	margin-left:-5px;
	color:#000;
	text-indent:-4px;
}
.width1 {
	width:105px;
}
/** 翻页 **/
.page1 {
	clear:both;
	margin:10px 0 40px 0;
}
.page1 .left1 {
	float:left;
}
.page1 .right1 {
	float:right;
}
.inputPage {
	border:1px solid #a3a8a2;
	height:14px;
	width:30px;
	vertical-align:middle;
}
.buttonPage {
	background:url(../images/button1_bg.gif) left top repeat-x;
	height:18px;
	line-height:18px;
	border:1px solid #a4a9a3;
	width:36px;
	vertical-align:middle;
	color:#000;
	text-align:center;
	margin:0;
	padding:0;
	text-align:center;
}

/** 整体样式 **/
.container  {
	width:1000px;
	margin:0 auto;
}
/** 头部 **/
.header {
	clear:both;
	height:75px;
}
.header h1 {
	float:left;
	background:url(../images/logo.gif) left top no-repeat;
	width:435px;
	height:75px;
	margin-left:60px;
}
.header h1 span {
	display:none;
}
.header .operate {
	float:right;
	margin-right:70px;
}
.header .operate p {
	margin:0;
}
.header .operate p.version {
	width:116px;
	height:25px;
	line-height:25px;
	background:#e9ecf1;
	text-align:center;
	color:#344869;
	margin-left:72px;
}
.header .operate p.search {
	margin-top:10px;
	width:188px;
}
/** 导航 **/
.nav {
	background:url(../images/nav_bg.gif) left top repeat-x;
	height:29px;
	line-height:29px;
	width:100%;
}
.nav ul {
	width:90%;
	list-style:none;
	margin-left:20px;
}
.nav ul li {
	float:left;
	width:63px;
	display:block;
	text-align:center;
	margin:0 40px;
}
.nav ul li a {
	color:#000;
	text-decoration:none;
	display:block;
}
.nav ul li a:hover {
	color:#000;
	text-decoration:none;
	background:url(../images/nav_hover.gif) left top no-repeat;
	height:29px;
	display:block;
}
.nav ul li.current {
	color:#000;
	text-decoration:none;
	background:url(../images/nav_hover.gif) left top no-repeat;
	height:29px;
	display:block;
}
/** 主体 **/
.main {
	width:859px;
	clear:both;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:15px;
}
.main .pic {
	float:left;
	width:470px;
}
.main .right {
	float:left;
	width:387px;
	height:203px;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.main .module {
	clear:both;
}
.main .list1 {
	
}
.main .listLeft {
	float:left;
	width:204px;
	height:203px;
	border-right:1px solid #ebebeb;
}
.main .listRight {
	float:right;
	width:182px;
}
.main .list1 h3 {
	background:url(../images/list1_h3.gif) left top no-repeat;
	height:24px;
	line-height:24px;
	font-size:12px;
	color:#fff;
	padding-left:30px;
	margin:0;
}
.main .list1 ul {
	margin:10px 15px 4px 15px;
	list-style:none;
}
.main .list1 ul li {
	height:20px;
	clear:both;
}
.main .list1 ul li a {
	float:left;
	color:#000;
}
.main .list1 ul li span {
	float:right;
	color:#818181;
}
.main .list2 {
	padding-left:15px;
	width:183px;
	float:left;
}
.main .list2 h3 {
	background:url(../images/list2_h3.gif) left top repeat-x;
	height:19px;
	font-size:12px;
	color:#2c405b;
	padding:6px 0 0 10px;
	margin:0;
}
.main .list2 h3 img {
	padding-right:5px;
}
.main .list2 ul {
	margin:0;
	border-right:1px solid #d7e3ef;
	border-bottom:1px solid #d7e3ef;
	border-left:1px solid #d7e3ef;
	list-style:none;
	padding:10px;
	height:210px;
	_height:220px;
}
.main .list2 ul li {
	height:18px;
	clear:both;
	border-bottom:1px solid #ececec;
	padding-top:5px;
}
.main .list2 ul li.noline {
	border:0;
}
.main .list2 ul li a {
	color:#000;
	background:url(../images/list2_icon.gif) left center no-repeat;
	padding-left:10px;
}
.main .list3 {
	width:660px;
	float:left;
}
.main .list3 h3 {
	background:url(../images/list2_h3.gif) left top repeat-x;
	height:19px;
	font-size:12px;
	color:#2c405b;
	padding:6px 0 0 10px;
	margin:0;
}
.main .list3 h3 img {
	padding-right:5px;
}
.main .list3 .pronav {
	margin:0;
	width:618px;
	border-right:1px solid #d7e3ef;
	border-bottom:1px solid #d7e3ef;
	border-left:1px solid #d7e3ef;
	list-style:none;
	padding:10px 20px 10px 20px;
	height:auto;
	overflow:hidden;	
}
.main .list3 .pronav .list4 {
	float:left;
	width:50%;
	padding:5px 0;	
}
.main .list3 .pronav .listBorder 
{
    clear:both;
	border-bottom:1px dashed #d4d4d4;
}
.main .list3 .pronav .list4 h4 {
	color:#2b405d;
	font-size:12px;
}
.main .list3 .pronav .list4 ul {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
	height:100px;
	float:left;
	
}
.main .list3 .pronav .list4 ul li {
	line-height:20px;
	
}
.main .list3 .pronav .list4 ul li a {	
	padding-left:10px;
	color:#2e3f5b;
	text-decoration:none;
}
aimg{background:url(../images/page_icon3.gif) left center no-repeat;}
.main .list3 .pronav .list4 ul li a:hover {
	text-decoration:underline;
}
.main .marginT {
	padding-top:10px;
}

/** 底部 **/
.bottom {
	clear:both;
	text-align:center;
	height:64px;
	border-top:1px solid #ebebeb;
	background:#f9f9f9;
}
.bottom p {
	margin:0;
	height:25px;
	line-height:25px;
}
.bottom p.link {
	margin-top:10px;
}
.bottom p.link a {
	color:#000;
}
/** 内页 **/
.page {
	clear:both;
	margin:0;
	height:100%;
	
	overflow:hidden;
}
.page .left {
	float:left;
	width:180px;
	padding:5px;
	background:#dfe9f5;
}
.page .right {
	float:left;
	padding:0 30px;
	width:750px;
	background:#fff;
	min-height:400px;
}
.page .menu {
	clear:both;
}
.page .menu h3 {
	background:url(../images/page_h3.gif) left top repeat-x;
	height:19px;
	font-size:12px;
	color:#fff;
	padding:6px 0 0 10px;
	margin:0;
}
.page .menu h3 img {
	padding-right:5px;
}
.page .menu ul {
	margin:0;
	list-style:none;
	padding:5px 0;
}
.page .menu ul li {
	height:28px;
	line-height:28px;
	border-bottom:1px solid #b2c4da;
}
.page .menu ul li.noline {
	border:0;
}
.page .menu ul li a {
	background:url(../images/page_icon1.gif) 10px center no-repeat;
	padding-left:20px;
	color:#2e3f5d;
	text-decoration:none;
}
.page .menu ul li a:hover {
	
	padding-left:20px;
	color:#dc4510;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
.page .menu ul li.current a {
	background:#fff url(../images/page_icon2.gif) 10px center no-repeat;
	padding-left:20px;
	color:#dc4510;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
.page p.contact {
	margin:10px 0 0 0;
	text-align:center;
}
.page .menu ul.searchL {
	padding:5px 10px;
}
.page .menu ul.searchL li {
	border:0;
}
.page .menu ul.searchL li span {
	display:inline-block;
	width:30%;
}
.page .menu ul.searchL li a {
	color:#2c4059;
	text-decoration:underline;
	background:none;
	display:inline;
	padding:0;
}
.page .menu ul.searchL li a:hover {
	color:#2c4059;
	text-decoration:none;
	display:inline;
	background:none;
	font-weight:normal;
}
.page .content {
	margin-top:20px;
}
.page .content p.currentP {
	margin:0;
	border-bottom:1px solid #ebebeb;
	padding-bottom:3px;
}
.page .content p.currentP a {
	color:#000;
}
.page .content ul.pageList1 {
	list-style:none;
	margin:0;
}
.page .content ul.pageList1 li {
	height:20px;
	clear:both;
	border-bottom:1px dashed #ececec;
	padding-top:7px;
}
.page .content ul.pageList1 li.noline {
	border:0;
}
.page .content ul.pageList1 li a {
	float:left;
	color:#000;
	background:url(../images/list2_icon.gif) left center no-repeat;
	padding-left:10px;
	display:block;
	width:20%;
}
.page .content ul.pageList1 li span.info1 {
	float:left;
	color:#818181;
	display:block;
	width:40%;
}
.page .content ul.pageList1 li span.date1 {
	float:right;
	color:#818181;
}

/**/

.page .content ul.pageList3 {
	list-style:none;
	margin:0;
}
.page .content ul.pageList3 li {
	height:20px;
	clear:both;
	border-bottom:1px dashed #ececec;
	padding-top:7px;
}
.page .content ul.pageList3 li.noline {
	border:0;
}
.page .content ul.pageList3 li a {
	float:left;
	color:#000;
	background:url(../images/list2_icon.gif) left center no-repeat;
	padding-left:10px;
	display:block;
	
}
.page .content ul.pageList3 li span.info3 {
	float:left;
	color:#818181;
	display:block;
	width:40%;
}
.page .content ul.pageList3 li span.date3 {
	float:right;
	color:#818181;
}

.page .marginT5 {
	margin-top:5px;
}
.page .info {
	margin-top:20px;
}
.page .info h3 {
	text-align:center;
	font-size:14px;
	margin:0;
}
.page .info p.web {
	text-align:center;
	margin:10px 0 0 0;
	border-bottom:1px solid #ececec;
	padding-bottom:5px;
}
.page .info p.web a {
	color:#c01410;
}
.page .info .detail {
	margin:10px 0;
}
.page .info .detail p {
	line-height:22px;
	text-indent:2em;
	padding:5px 0;
}
.page .content .culture {
	margin-top:10px;
}
.page .content .culture h4 {
	background:#d4e6f4 url(../images/list2_icon.gif) 10px center no-repeat;
	height:19px;
	line-height:19px;
	font-size:12px;
	font-weight:normal;
	padding-left:20px;
}
.page .content .culture ul.pageList2 {
	list-style:none;
	margin:10px 20px;
}
.page .content .culture ul.pageList2 li {
	height:22px;
	clear:both;
}
.page .content .culture ul.pageList2 li.noline {
	border:0;
}
.page .content .culture ul.pageList2 li span {
	float:left;
	color:#818181;
	background:url(../images/page_icon1.gif) left center no-repeat;	
	padding-left:10px;
}
.page .content .culture ul.pageList2 li a {
	float:right;
	color:#000;
}
.page .content .service {
	margin-top:10px;
}
.page .content .service h4 {
	clear:both;
	height:25px;
	line-height:25px;
	background:#d6e4f1;
	padding:0 10px;
	font-weight:normal;
	font-size:12px;
}
.page .content .service h4 span.name {
	float:left;
}
.page .content .service h4 span.date {
	float:right;
}
.page .content .service p {
	margin:0;
}
.page .content .service p.question {
	padding:8px 0 3px 10px;
	line-height:18px;
	border-bottom:1px solid #ececec;
}
.page .content .service p.reply {
	padding:6px 0 0 35px;
	line-height:18px;
	color:#254e82;
}
.page .content .comment {
	margin-top:15px;
	border:1px solid #e7e7e9;
}
.page .content .comment h4 {
	background:url(../images/comment_h3.gif) left top repeat-x;
	height:19px;
	padding:6px 0 0 10px;
	color:#20304a;
	border-bottom:1px solid #3a5171;
	font-size:12px;
}
.page .content .comment textarea {
	border:0;
	width:740px;
	overflow:hidden;
}
.page .content p.buttonP {
	text-align:center;
	padding:10px 0;
}
.page .proDetail {
	margin-top:10px;
	clear:both;
}
.page .proDetail .pic {
	float:left;
	width:20%;
}
.page .proDetail .pic img {
	width:128px;
	height:118px;
	border:1px solid #ebebeb;
}
.page .proDetail .text {
	float:left;
	width:40%;
}
.page .proDetail .text h3 {
	font-size:12px;
	color:#010101;
	background:#d5e3f0;
	text-align:left;
	margin:0;
	padding:3px 5px;
	width:150px;
}
.page .proDetail .text ul {
	list-style:none;
	margin:5px 0 0 0;
}
.page .proDetail .text ul li {
	background:url(../images/list2_icon.gif) left center no-repeat;
	height:22px;
	line-height:22px;
	padding-left:10px;
}
.page .proDetail .text ul li a {
	color:#000;
}
.page .proDetail .download {
	float:right;
	width:30%;
	padding-left:35px;
	background:url(../images/download.gif) left top no-repeat;
}
.page .proDetail .download h3 {
	font-size:12px;
	color:#2a3f5c;
	margin:0;
}
.page .proDetail .download p {
	margin:0;
	color:#787878;
}
.page .proInfo {
	padding:10px 0 0 0;
	clear:both;
}
.page .proInfo h3 {
	background:#d6e4f1;
	font-size:12px;
	font-weight:normal;
	color:#000;
	height:20px;
	line-height:20px;
	padding-left:15px;
}
.page .proInfo .info {
	margin:5px 0;
}
.page .proInfo .info p {
	text-indent:2em;
	padding:3px 0;
	line-height:20px;
}
.page .proInfo ul.list {
	list-style:none;
	padding:5px 0 0 15px;
}
.page .proInfo ul.list li {
	line-height:20px;
	background:url(../images/page_icon1.gif) left center no-repeat;
	padding-left:10px;
}