﻿@charset "utf-8";
/* CSS Document */
body{
	font-family:SimSun，Arial;
	font-size:14px;
	color:#333333;
	width:1000px;
	background:url(/images/bg.jpg) repeat;
	margin:0px auto 0px auto;
}

#DivBan
{
	width:1000px;
	height:61px;
	margin:0px;
	background-color:#FFF;
	border-top:#989898 solid 1px; 
	border-left:#989898 solid 1px;
	border-right:#989898 solid 1px;
}

#DivFla
{
	height:60px; 
	text-align:center; 
}

#DivMain
{
	width:1000px;
	height:100%;
	overflow:hidden;
	background-color:#FFF;
	border-bottom:#989898 solid 1px; 
	border-left:#989898 solid 1px;
	border-right:#989898 solid 1px;
}

#DivLogo
{
	width:970px;
	height:115px;
	text-align:right;
	padding-right:10px;
}

#DivLeft
{
	float:left;
	width:385px;
	padding-left:23px;
}

#DivRight
{
	float:left;
	width:560px;
	height:320px;
	text-align:left;
	padding-left:15px;
	padding-right:10px;
}

.DivRightBody
{
	overflow-x:hidden;
	overflow-y:scroll;
	height:280px;
	width:555px;
}

#DivEnd
{
	width:960px;
	height:60px;
	font-size:12px;
	word-spacing:10px;
	padding:20px;
}

/* link */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #ff0063;
}
a:active {
	text-decoration: none;
}

a.red:link {
	color: #ff0063;
	text-decoration:underline ;
}
a.red:visited {
	text-decoration: none;
	color: #ff0063;
}
a.red:hover {
	text-decoration:underline;
	color: #666666;
}
a.red:active {
	text-decoration: none;
}

/* other */
h1 
{
	font:14px bold;
	color:#ff0063;
	line-height:30px;
	margin:2px;
	display:inline;
}

h2 
{
	font-size:18px;
	font-weight:bold;
	color:#ff0063;
	text-align:center;
	padding-bottom:10px;
}

h3
{
	font-size:14px;
	font-weight:normal;
	color:#666666;
	text-align: center;
}

p
{
	text-indent:27px;
	line-height:25px;
	margin:2px;
}

img{
	border:0px;
}

td
{
	line-height:25px;
}

table.order
{
	width:90%;
	height:auto;
	border:#ff0063 solid 1px;
	margin:auto auto 10px auto;
}

td.order
{
	width:33%;
	border-right:#cccccc solid 1px;
	border-bottom:#cccccc solid 1px;
}
/* map */
.DivMapCls
{
    float:left;
	width:250px;
	margin-top:20px;
	text-align:left;
	vertical-align:top;
}


/* nesw end*/
.DivFaqEnd{
	padding-top:20px;
	text-align:center;
	line-height:30px;
}

.DivIconEnd{
	text-align:center;
	margin:10px;
	word-spacing:20px;
}

.top
{
	text-align:right;
	padding-right:20px;
}