/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,dfn,em,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

body {
	font-family:Arial,sans-serif;

	font-size:12px;
	line-height:21px;
	color:#000;
	background-color:#fff;
}
input {
	border:1px solid #000000;
	font-size:12px;
	margin-bottom:3px;
}

textarea {
	margin-top:5px;
	border:1px solid #000000;
	font-size:12px;
	margin-bottom:3px;
}
.button {
	border:1px solid #000000;
	background-color:#cc0000;
	color:#ffffff;
	font-size:12px;
	padding:1px 1px 1px 1px;
	*padding:1px 1px 1px 1px !important;
	*padding:2px 1px 0px 1px;
	cursor:pointer;
}
/*.input1 {
	border:1px solid #000000;
	padding:1px 1px 1px 1px;
	*padding:1px 1px 1px 1px !important;
	*padding:2px 1px 0px 1px;
	cursor:pointer;
}*/
a,a:link,a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover,a:active {
	color:#0000ff;
	text-decoration:underline;
}

h1 {
	font-size:20px;
	font-family:"黑体",Verdana;
	color:#0000ff;
	padding:20px 0 5px 0;
}
h2 {
	font-size:13px;
	color:#ff0000;
	font-weight:bold;
}
h3 {
	font-weight:bold;
	color:#ff0000;
}
h4 {
	font-weight:bold;
	font-size:13px;
	background:url(../images/dot1.gif) no-repeat center left;
	margin:10px 10px 0;
	padding-left:20px;
	border-bottom:1px solid #cccccc;
	line-height:26px;
	height:26px;
}
h5 {
	font-size:13px;
	color:#0000ff;
	font-weight:bold;
}
h6 {
	font-size:13px;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.tel400 {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#0000ff;
	font-weight:bold;
}
.text1 {
	padding:0 3px;
	border-bottom:1px solid #BA0000;
}
.text2 {
	color:#0000ff;
	text-decoration:underline;
}
.text3 {
	color:#ff0000;
	font-weight:bold;
}
.text4 {
	color:#0000ff;
	font-weight:bold;
}
.text5 {
	color:#CCCCCC;
}

.a1,.a1:link,.a1:visited,.a1:hover,.a1:active{
	text-decoration:underline;
	color:#0000ff;
}
.a3,.a3:link,.a3:visited,.a3:hover,.a3:active{
	background-color:#BA0000;
	padding:1px 3px;
	color:#ffffff;
}
.a4,.a4:link,.a4:visited,.a4:hover,.a4:active{
	color:#000000;
	text-decoration:underline;
}
.a5,.a5:link,.a5:visited,.a5:hover,.a5:active{
	color:#ff0000;
	text-decoration:underline;
}
.a6,.a6:link,.a6:visited,.a6:hover,.a6:active{
	text-decoration:underline;
}

/*.highlighting {
	background-color:#C5C5C5;
	padding:3px 3px 2px 3px;
	font-weight:bold;
}*/

/*=========float清除==============*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	*display:inline-block;
	*zoom:100%;
}

/*=========header部分==============*/
.header {
	width:910px;
	margin-left:auto;
	margin-right:auto;
	padding:2px 0;
}
.header div.pos {
	width:910px;
}
.header div img {
	padding-left:24px;
	float:left;
}
.header div p {
	float:right;
	position:relative;
	right:200px;
	top:10px;
}
.header div div {
	float:right;
	position:relative;
	top:10px;
	right:-50px;
}
.header div div select {
	font-size:12px;
}
/*--
.header p{
	text-align:left;
	position:relative;
	padding-left:24px;
}

.header p span{
	position:absolute;
	right: 18px;
	top:11px;
}

.header span img{
	vertical-align:middle;
}
--*/
.navig {
	width:910px;
	border-bottom:1px solid #ffffff;
	margin-left:auto;
	margin-right:auto;
}

/*=========footer部分==============*/
.footer {
	width:910px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #000000;
}
.footer p{
	text-align:left;
	position:relative;
}
.footer p span{
	position:absolute;
	right: 10px;
	top:0px;
}
.footer img {
	padding:2px 0;
}

/*=========内页主体部分样式==============*/

.main {
	width:910px;
	background:#f6f6f6;
	margin:0 auto;
}
.main div.par {
	width:650px;
	background:#f6f6f6;
	margin:0 auto;
}
.main div.left {
	float:left;
	width:200px;
	padding-bottom:10px;
}
.main div.left ul {
	padding:0 10px 10px;
}
.main div.left li {
	border-bottom:1px solid #cccccc;
	padding-left:20px;
	line-height:26px;
	height:26px;
}
.main div.left li.menuhide {
	background:url(../images/icon-nav-show.gif) no-repeat 6px 8px;	
}
.main div.left li.menushow {
	background:url(../images/icon-nav-hide.gif) no-repeat 6px 8px;	
}
.main div.left li.menu2 {
	padding-left:30px;
}
.main div.left div.linktitle {
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin:20px 5px 0;
	padding:5px 10px;
	line-height:20px;
	height:20px;
	background:#eeeeee url(../images/dot2.gif) no-repeat 5px 10px;
	font-weight:bold;
}
.main div.left div.link{
	border:1px solid #cccccc;
	margin:0 5px;
	padding:5px;
	line-height:22px;
}


.main div.right {
	float:right;
	background:#ffffff;
	width:690px;
	padding:9px 0 10px 20px;
}
.main div.right div.position {
	border-bottom:1px solid #cccccc;
	padding:3px 0;
}



.asp_out {
	line-height:22px;
	height:22px;
	margin:2px 0;
	padding-left:3px;
	background:#E8E8E8;
}
.sol {
	width:630px;
	height:500px;
	margin:20px auto 0 auto;
	padding:10px;
}
.sol p.img {
	text-align:center;
	padding:20px 0;
}
.map {
	width:300px;
	height:150px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}
.password {
	width:260px;
	height:160px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
}
