/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { color:#000; cursor:pointer; text-decoration: none; }
a:hover { text-decoration: none; }
/* 去除a标签上的虚线 */
a:focus { outline:none;}
/*chrome下的外边框*/
input ,textarea { outline:none; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    /*border-collapse: collapse;*/
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

/* common */
.hidden {
	display:none;
}

.maxWidth {
	width:1000px;
	margin:0 auto;
}

input[type="submit"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	cursor:pointer;
}

.fl{
    float:left;
	display:inline;
}
.fr{
    float:right;
	display:inline;
}

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	visibility:hidden; 
	clear:both; 
}

.clearfix { *zoom:1; }

.arial {
	font-family:Arial, Helvetica, sans-serif;
}



/*top*/
.top {
	height:30px;
	min-width: 1000px;
	background:#343434;
	border-bottom: 2px solid #e95c00;
}

.top li {
	float:left;
	display:inline;
	color:#eee;
	height:30px;
	line-height:30px;
	padding:0 18px;
	border-right:1px solid #464646;
}

.top li.last, .top li:last-child {
	border-right:none;
}

.top li.phoneWeb {
	background:url(../image/small_tip.png) 0 -282px no-repeat;
}

.top li a {
	color:#eee;
	margin-right:5px;
}

.top li a:hover {
	color:#a3a3a3;
}


/*head*/
.head {
	height:100px;
	background:#F8F6F0;
}

.head .logo {
	margin-top:20px;
}

.head .hotline {
	height:38px;
	line-height:38px;
	padding-left:50px;
	margin:32px 40px 0 0;
	color:#e82d0c;
	font-size:28px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	background:url(../image/small_tip.png) no-repeat;
}


/*nav*/
.wrapNav {
	position:relative;
	height:45px;
	padding-bottom:7px;
	margin-bottom:-7px;
	z-index:999;
	background:url(../image/nav_bg.png)repeat-x;
}

.nav {
	height:45px;
	
	z-index:999;
}

.nav .maxWidth {
	position:relative;
	z-index:99;
}

.nav .wNav {
	width:100%;
	overflow:hidden;
}

.nav .navBg {
	position:absolute;
	top:0;
	right:-208px;
	height:45px;
	width:783px;
	background:url(../image/navB.png) no-repeat;
}

.nav .navList{
	position:relative;
}



.nav .navList li {
	float:left;
	display:inline;
	width:142px;
	text-align:center;
	border-right:1px solid #f9c24e;
}

.nav .navList li a {
	display:block;
	color:#eee;
	height:45px;
	line-height:45px;
	font-size:17px;
	font-family:"微软雅黑";
}

.nav .navList li.current a {
	color:#f26100;
	border-bottom:3px solid #F65901;
	background:url(../image/nav_hover.png) repeat-x;
}

/*login*/
.dBg {
	position:absolute;
	top:0;
	left:0;
	background:#000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	z-index:999999;
}

.loginBox {
	position:absolute;
	left:50%;
	margin-left:-170px;
	width:340px;
	padding-bottom:24px;
	border-top:5px solid #f38b01;
	background:#ffe68d;
	z-index:9999999;
}

.loginBox .close {
	position:absolute;
	top:-15px;
	right:-12px;
	height:42px;
	width:42px;
	cursor:pointer;
	background:url(../image/big_tip.png) -100px -90px no-repeat;
}

.loginBox li {
	margin:24px 0 0 24px;
}

.loginBox li h3 {
	color:#333;
	width:288px;
	height:20px;
	line-height:20px;
	font-size:15px;
	font-family:"微软雅黑";
	margin-bottom:12px;
}

.loginBox li h3 span {
	float:left;
	display:inline;
}

.loginBox li h3 a {
	float:right;
	color:#333;
	font-size:12px;
	font-weight:normal;
}

.loginBox li input {
	width:285px;
	height:16px;
	line-height:16px;
	padding:9px 0 8px 3px;
	border:1px solid #f7c566;
	background:url(../image/repeart_bg.png) 0 -78px repeat-x;
}

.loginBox li .submit {
	display:block;
	height:54px;
	width:290px;
	background:url(../image/big_tip.png) 0 -207px no-repeat;
}

.loginBox li .submit input {
	color:#fff;
	height:54px;
	line-height:54px;
	width:290px;
	text-align:center;
	font-size:19px;
	font-weight:bold;
	font-family:"微软雅黑";
	letter-spacing:1px;
	background:none;
	border:none;
	padding:0;
}

.loginBox li p {
	margin-top:15px;
}

.loginBox li p a {
	color:#333;
	font-family:"微软雅黑";
}

/*支付*/

.payBox {
	position:absolute;
	left:50%;
	margin-left:-170px;
	width:340px;
	padding-bottom:24px;
	border-top:5px solid #f38b01;
	background:#ffe68d;
	z-index:9999999;
}

.payBox .close {
	position:absolute;
	top:-15px;
	right:-12px;
	height:42px;
	width:42px;
	cursor:pointer;
	background:url(../image/big_tip.png) -100px -90px no-repeat;
}

.payBox li {
	width:290px;
	margin:24px 0 0 24px;
}

.payBox li h3 {
	color:#333;
	height:20px;
	line-height:20px;
	font-size:15px;
	font-family:"微软雅黑";
	text-align:center;
}


.payBox li .submit {
	display:block;
	height:54px;
	width:290px;
	background:url(../image/big_tip.png) 0 -207px no-repeat;
}

.payBox li .submit input {
	color:#fff;
	height:54px;
	line-height:54px;
	width:290px;
	text-align:center;
	font-size:19px;
	font-weight:bold;
	font-family:"微软雅黑";
	letter-spacing:1px;
	background:none;
	border:none;
	padding:0;
}

.payBox li p {
	color:#333;
	line-height:20px;
	margin-top:15px;
	font-family:"微软雅黑";
}


#content{
	min-height:680px;
}


/*footer*/
.footer {
	color:#eee;
	padding:36px 0 24px 0;
	text-align:center;
	background:#343434;
}

.footer p {
	margin-bottom:10px;
}

.footer span {
	margin:0 5px;
}

.footer a {
	margin:0 5px;
	color:#eee;
}

.footer a:hover {
	color:#b9b9b9;
}

.welcome {
	line-height:30px;
	color:#eee;
	
}

.welcome a {
	color:#eee;
	margin:0 10px;
}

