﻿@charset "utf-8";
@import url("temp.css");
@import url("tempForm.css");

/* 缺省链接样式 */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF5500;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
/* ＝＝＝＝＝＝＝＝＝＝布局定义＝＝＝＝＝＝＝＝＝＝ */
body{
	text-align:center;
}
/* －－－－－－－－－－页眉样式－－－－－－－－－－ */
#masthead{
	width:780px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
/* 网站标志 */
#logo{
	height: 50px;
	width: 190px;
	position:relative;	
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;	
	display: inline;
	float:left;
	margin-top:20px;
}
#logo a{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	height: 50px;
	width: 190px;
	cursor: crosshair;
}
/* 页标志 */
#pageLogo{
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top:40px;
	padding-left:9px;
}
#pageLogo h2{
	font-family: "黑体";
	font-size: 20px;
	font-weight: normal;
}
/* 快速导航 */
#navLink li{
	float: left;
	white-space: nowrap;
	background-image: url(/img/arrow_c1.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left:5px;
	padding-right:10px;
}
#navLink ul{
	float:right;
}
/* 导航 */
#nav{
	background-image: url(/img/title_112_L.gif);
	background-repeat: no-repeat;
	background-color: #DC0000;
	clear:right;
	float:right;
	margin-top:0px;
}
#nav ul{
	background-image: url(/img/title_112_R.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left:5px;
	padding-right:5px;
}
#nav li{
	float: left;
	background-image: url(/img/title_112_li.gif);
	background-repeat: no-repeat;
	padding-left:1px;
	white-space:nowrap;
}
#nav .n1{
	background-image: none;
}
#nav a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	display:block;
	width:1%;
	height:35px;
	line-height:35px;
	padding-right:7px;
	padding-left:7px;	
}
#nav a:hover,#nav a:active{
	background-image: url(/img/title_112_current.gif);
	background-repeat: no-repeat;	
}
/* 栏目导航 */
#navh2{
	margin:0px 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666C7D;
	padding-bottom:1px;	
}
#navh2 h2{
	background-color: #CC0000;
	color: #FFFFFF;
	float:left;
	font-size: 12px;
	padding:5px 20px 3px 20px;
}
#navh2 ul{
	padding:3px 10px 3px 10px;
	background-color: #F4F4F5;
	color: #666666;
}
#navh2 li{
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
	padding:0px 5px;
}
#navh2 li a{
	color: #CC0000;
}
/* 搜索 */
#search{
	color: #FFFFFF;
	background-color: #DC0000;
	clear:both;
	padding:5px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F4E1E1;
	border-bottom-color: #F4E1E1;
}
#search form{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
#search h3{
	display:inline;
	margin-right:10px;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: normal;
}
#search .textfield{
	padding:1px 2px;
}
#search .select{
	width:100px;
}
#search .button{
	padding:0px 10px;
}
#search a{
	color: #FFFFFF;
}
/* 面包屑导航 */
#crumbNav{
	background-image: url(/img/arrow_114.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}
#crumbNav h3{
	display:inline;
	background-image: url(/img/colon_red.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 5px;
	margin-right: 5px;
	font-size: 12px;
	color: #DC0000;
}
#crumbNav a{
	color: #DC0000;
	text-decoration: underline;
}
#crumbNav ul{
	display: inline;
}
#crumbNav ul li{
	display: inline;
}
#crumbNav ul ul li{
	background-image: url(/img/arrow_111.gif);/*FF*/
	>background-image:none;/*IE5*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#crumbNav ul ul li/*IE5.5+*/{
	>/*IE only*/background-image: url(/img/arrow_111.gif);/*IE6*/
	>/*IE only*/background-image /*IE5.5*/: url(/img/arrow_111.gif);
}
/* －－－－－－－－－－主页样式－－－－－－－－－－ */
#main{
	width:780px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
.main{
	width:780px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
/* 表格 */
table{
	width: 100%;
}
.table111 caption{
	background-color: #666C7D;
	padding:3px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 4px;
	font-size: 14px;
}
.table111 thead{}
.table111 th{
	padding:3px;
	text-align:center;
	white-space: nowrap;
	background-color: #D1D3D8;
}
.table111 td{
	padding:3px;
	background-color: #EFF0F2;
}
.table112{
	border: 1px solid #CCCCCC;
}
.table112 td{
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C1C1C1;
}
.table112 th{
	padding:3px;
	text-align:center;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
/* 列表分页 */
.pages{
	text-align:center;
	padding:10px;
	font-size: 14px;
	background-color: #F4F5F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666C7D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C7CED7;
}
/* Tab */
.tabnav{
	background-image: url(/img/bg_125.png);
	background-repeat: repeat-x;
	background-position: 0px 7px;	
}
.tabnav li{
	float:left;
}
.tabnav li a{
	font-size: 14px;
	font-weight: bold;	
}
.tabnav a.unsel{
	padding:15px 10px 3px 10px;
	text-align:center;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.tabnav a.sel{
	padding:12px 10px 3px 10px;
	text-align:center;
	background-color: #EDEDF0;
	display: block;
	border-top-width: 1px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666C7D;
	border-right-color: #666C7D;
	border-left-color: #666C7D;
}
.tabcontent{
	padding:5px;
	background-image: url(/img/bg_123.png);
	background-repeat: repeat-x;	
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666C7D;
	border-bottom-color: #666C7D;
	border-left-color: #666C7D;
}
/* －－－－－－－－－－页脚样式－－－－－－－－－－ */
#footer{
	width:780px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-top:5px;
	background-image: url(/img/line_111.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/* 版权信息导航 */
#copyrightNav ul{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
#copyrightNav li{
	float: left;
	margin:0px 5px;
	background-image: url(/img/Vline_111.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:10px;
}
/* 联系方式 */
#contact{}
/* 友情链接 */
#link{
	padding: 10px;
	background-image: url(/img/bg_112.png);
	background-repeat: repeat-x;
	background-color: #F6F6F6;
}
#link h4{
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/img/arrow_111.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}
#link .content {
	padding:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#link .content li{
	float:left;
	width:120px;	
}
#link .content-img li{
	float:left;	
	margin:5px;
}
/* －－－－－－－－－－全局修饰－－－－－－－－－－ */
.importance{
	color: #FF0000;
}
.keyword{
	color: #DC0000;
}
.highlight{
    background-color:#FF0000;
	color: #ffffff;
}
.icon_help{
	background-image: url(/img/icon_help.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	height:25px;
	line-height:25px;
}
.icon_message{
	background-image: url(/img/icon_message.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	height:25px;
	line-height:25px;
}
.icon_search{
	background-image: url(/img/icon_search.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	height:25px;
	line-height:25px;
}
.icon_sms{
	padding:10px;
	background-image: url(/img/icon_sms.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height:25px;
	line-height:25px;
	padding-left: 30px;
}
.icon_YMT{
	background-image: url(/img/icon_YMT.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:35px;
	height:25px;
	line-height:25px;
}
.icon_YMT_111{
	padding:10px;
	background-image: url(/img/icon_YMT_111.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:16px;
	height:25px;
	line-height:25px;	
}
.icon_YMT_112{
	padding:10px;
	background-image: url(/img/icon_YMT_112.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:14px;
	height:25px;
	line-height:25px;
}
.icon_YMT_113{
	padding:10px;
	background-image: url(/img/icon_YMT_113.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:24px;
	height:25px;
	line-height:25px;
}