﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	list-style:none;
}
html,body {
	font-family:"Microsoft YaHei", "Segoe UI", Arial;
	font-size:12px;	
}
img {
	border:0;
}
em {
	font-style:normal;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:0;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
dl {
	margin:0;
	padding:0;
}
.divShow {
	display:block;
}
.unShow {
	display:none;
}
/*布局*/
#Header, #Body, #Footer {
	width:1000px;
	margin:0 auto;
}
#Header {
	height:116px;
	>height:117px;
	background:url(http://wltab.live.cn/images1/headerBg.jpg) no-repeat top;
}
#Footer {
	width:963px;
	height:103px;
	padding:47px 37px 0 0;
	background:url(http://wltab.live.cn/images1/footerBg.jpg) no-repeat top;
	text-align:right;
	color:#7F7F7F;
	font-size:11px;
}
#Footer a {
	color:#7F7F7F;
	text-decoration:none;
	padding:0 5px;
}
#Footer a:hover {
	color:#7F7F7F;
	text-decoration:underline;
}
#Footer img {
	margin-left:20px;
}
/*底部导航*/
#ProductsNav {
	width:901px;
	height:180px;
	margin:0 auto;
}
a.moreLinks {
	color:#F58146;
	text-decoration:none;
}
a.moreLinks:hover {
	color:#F58146;
	text-decoration:underline;
}
a.comLinks {
	color:#484848;
	text-decoration:none;
}
a.comLinks:hover {
	color:#484848;
	text-decoration:underline;
}
.moreSign {
	margin-left:5px;
}
/*顶部链接布局*/
#TopLinkArea {
	height:18px;
	padding:15px 32px 0 0;
	text-align:right;
	color:#919191;
	position:relative;
}
#TopLinkArea a {
	color:#919191;
	text-decoration:none;
	padding:0 8px;
}
#TopLinkArea a:hover {
	color:#919191;
	text-decoration:underline;
}
#TopLinkArea img {
	position:absolute;
	top:22px;
	right:80px;
}
/*导航条布局*/
#NavArea {
	width:951px;
	margin:0 auto;
	height:44px;
	z-index:100;
	position:relative;
}
#Logo {
	margin-left:14px;
	float:left;
}
#NavArea ul {
	padding-top:12px;
	float:right;
}
#NavArea ul li {
	height:17px;
	padding:0 17px;
	background:url(http://wltab.live.cn/images1/navLine.gif) no-repeat top right;
	float:left;
	position:relative;
}
#NavArea ul .noLine {
	background:none;
}
.exploreMenu {
	width:180px;
	height:180px;
	position:absolute;
	top:-10px;
	left:3px !important;
>left:3px;
	text-align:center;
}
.exploreMenu_top, .exploreMenu_bottom {
	height:8px;
}
.exploreMenu_mid {
	width:180px;
	background:#fff url(http://wltab.live.cn/images1/subMenu2_mid.gif) repeat-y top;
}
.exploreMenu_mid img {
	margin-top:2px;
}
.exploreSubMenuArea {
	width:160px;
	margin:0 auto;
}
#NavArea ul .productsListUl {
	margin:0;
	padding:10px 0 0 0px;
	+padding:5px 0 0 0;
}
#NavArea ul .productsListUl li {
	width:80px;
	background:none;
	float:left;
	text-align:left;
	font-size:11px;
	color:#6A6A6A;
	padding:0;
	height:18px;
	line-height:18px;
}
.productsListUl li a {
	color:#6A6A6A;
	text-decoration:none;
}
.productsListUl li a:hover {
	color:#F57738;
	text-decoration:underline;
}
.newsMenu {
	width:267px;
	height:193px;
	position:absolute;
	top:-10px;
	left:2px;
	background:url(http://wltab.live.cn/images1/subMenu1_bg.gif) no-repeat top;
	padding-top:56px;
}
.newsListCon {
	position:relative;
}
.newsListCon, .newsPageControl {
	width:220px;
	margin:0 auto;
}
#NavArea ul li .newsMenu .newsListCon .newsListUl {
	padding-top:0;
	height:160px;
}
#NavArea ul li .newsMenu .newsListCon .newsListUl li {
	background:none;
	text-align:left;
	color:#6A6A6A;
	padding:0;
	float:none;
	height:20px;
	line-height:20px;
	background:url(http://wltab.live.cn/images1/newsicon.gif) no-repeat 0 6px;
	text-indent:20px;
	font-size:11px;
}
.newsListUl li a {
	width:220px;
	color:#6A6A6A;
	text-decoration:none;
	height:20px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.newsListUl li a:hover {
	color:#F57738;
	text-decoration:underline;
}
.show {
	display:block;
}
.closed {
	display:none;
}
.new {
	font-family:Arial;
	color:red;
	font-size:8px;
	margin-left:5px;
}
.pageBarTab {
	float:right;
	width:30px;
	height:12px;
}
.pageBarTab td{ width:15px; text-align:center;}
.newsPageControl img {
	cursor:pointer;
	+cursor:hand;
}
/*错误提示布局*/
.errorCon {
	width:888px;
	margin:100px auto;
	height:187px;
	background:url(http://wltab.live.cn/images1/wrongBg.gif) no-repeat left top;
}
.btn {
	margin:99px 0 0 315px;
}
.btn img {
	margin-right:54px;
}

/* fix the float elements*/
.clearfix:after{content:".";display:block;height:0;line-height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
/* Hide from IE Mac */
.clearfix{display:block;}
/* End hide from IE Mac */
/* end of clearfix */

