﻿@charset "utf-8";

/*========== 全局样式STRAT ==========*/
*{margin:0;padding:0;border:0;_font-size:12px;}
body{margin:0 auto;padding:0;width:100%;text-align:center;font-size:12px;font-family:"Microsoft YaHei","SimSun",Arial;}
p{margin:0;font-size:12px;padding:0px;}
i{font-style:normal;}
a{padding:0;color:#333;text-decoration:none;}
a:focus,*:focus{noFocusLine:expression(this.onFocus=this.blur());}
input[type=submit],input[type=reset],input[type=button]{filter:chroma(color=#000000);}
textarea{border:1px solid #ddd;}
img{display:inline;border:0; }
ul{list-style:none;}
ul,li{margin:0;padding:0;}
.clear{clear:both;overflow:hidden;margin:0;padding:0;width:0;height:0;border:0;font-size:0;line-height:0;}
/*========== 全局样式END ==========*/

/* 这段代码应该在加载模板的样式前加载，保证模块的css可以覆盖这里的设置START */
.HeaderContainer,.BodyContainer,.FooterContainer{
	width:100%;
	height:auto;
	margin: 0 auto;
}

.ModuleItem {
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	display: table-cell;
	width: 100%;
	text-align: left;
	table-layout: fixed;
	left:0\9;
}

.ModuleHead {
	width: 100%;
	height:auto;
	overflow: hidden;
}

.ModuleHead .HeadText {
	height:auto;
	padding:0 10px;
	font-size: 14px;
	font-weight: bold;
}

.ModuleHead .HeadLeft {
	float: left;
	height:auto;
}

.ModuleHead .HeadCenter {
	float: left;
	height:auto;
}

.ModuleHead .HeadRight {
	float: right;
	height:auto;
}
.ModuleHead .HeadTextMore {
	display: none;
	height:auto;
}
.ModuleHead .HeadCenter .spanMore {
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	height:auto;
}

.ModuleNewsList .ModuleHead .HeadCenter .spanMore .ModuleMoreLink,
.ModuleDownList .ModuleHead .HeadCenter .spanMore .ModuleMoreLink,
.ModuleNewsTop .ModuleHead .HeadCenter .spanMore .ModuleMoreLink,
.ModuleProductList .ModuleHead .HeadCenter .spanMore .ModuleMoreLink{
	display:block;
	_height:auto;
	}
	
.BodyCenter { 
	width:100%; 
	height:auto; 
	float:left;
	}	
.BodyLeft{
	width:0;
	height:auto;
	float:left;
}
.BodyRight{
	width:0;
	height:auto;
	float:right;
}	
.ModuleFoot {
	width: 100%;
	position: absolute;
	height:auto;
}

.ModuleFoot,.ModuleFoot .FootCenter,.ModuleFoot .FootLeft {
	float: left;
	height:auto;
}

.ModuleFoot .FootRight {
	float: right;
	height:auto;
}

.ModuleNav {
	overflow: visible!important;
}

.ModuleTitle, ,.ModuleFoot {
	clear: both;
}

form {
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;
}

.ModuleContainer {
	position: relative;
	zoom:1;
	
}

.CertTitle {
	width: 100%;
	display: block;
	font-size: 18px;
	clear: both;
	text-align: center;
	padding: 10px 0;
}

.CertImg {
	width: 100%;
	clear: both;
	text-align: center;
}

.CertImg img {
	width: 96%;
	clear: both;
	margin: auto;
}

.CertContent {
	display: block;
	width: 90%;
	padding: 10px;
	margin: auto;
}

.PageNavigate {
	text-align: center;
	padding: 5px;
	clear: both;
	display: inline-block\9;
}


/*这段代码应该在加载模板的样式前加载，保证模块的css可以覆盖这里的设置END*/

/*区域大小*/

/*区域大小*/


/*========== 通用样式START ==========*/

/*显示更多链接样式*/
.ModuleHead .spanMore {
	font-size: 12px;
	font-weight: normal;
}


/*基本表单样式*/
/*首尾*/
.BodyTopZone .moduleInput,
.BodyFootZone .moduleInput {
	width: 150px;
	height: 24px;
	line-height: 24px\9;
	vertical-align: middle;
	border: 1px solid #ddd;
	padding: 0 5px;
	outline: none;
}

/*中间*/
.BodyMainZoneContainer .moduleInput {
	height: 24px;
	line-height: 24px;
	line-height: 24px\9;
	vertical-align: middle;
	width: 150px;
	border: 1px solid #ddd;
	padding: 0 5px;
	outline: none;
}
/*左右*/
.BodyLeftZone .moduleInput,
.BodyRightZone .moduleInput {
	float:left;
	height: 24px;
	line-height: 24px\9;
	vertical-align: middle;
	width: 120px;
	border: 1px solid #ddd;
	padding: 0 5px;
	outline: none;
}
/*按钮*/
.ModuleSearchButton,.ModuleSubmitButton,.ModuleRegButton,.ModuleLoginButton{
	float:left;
	margin-right: 5px;
	height: 25px;
	border: 0;
	line-height: 24px;
	cursor: pointer;
	
	color: #ffffff;
}

.ModuleSearchButton {
	margin-left:85px;
}
.ModuleSubmitButton{
	margin-left:136px;
}

select {
	border: solid 1px #ddd;
	height: 24px;
	line-height: 24px\9;
}

/*会员注册页面+修改会员信息默认样式*/
.ModuleUserReg  ul li,.ModuleText  form ul li {
	display: block;
	padding: 5px;
	width: 100%;
	height: 30px;
}

.ModuleUserReg  ul li span,.ModuleText  form ul li span {
	display: block;
	margin-right: 5px;
	float: left;
	width: 80px;
	text-align: right;
}

.ModuleUserReg  ul li input {
	float: left;
}

.ModuleUserReg  ul li i {
	float: left;
	padding-left: 5px;
	color: red;
}

.ModuleUserReg  ul li label {
	float: left;
	padding-left: 10px;
	color: red;
}

.ModuleUserReg  ul li img {
	vertical-align: top;
}

.ModuleText .menuicon {
	height: 50px;
	line-height: 50px;
	width: 150px;
	text-align: center;
	padding-top: 10px;
	border: 0;
	background-repeat: no-repeat;
}
/*会员中心侧导航链接样式*/

a.usermenulin0 {
}

a.usermenulin0:hover {
	font-weight: normal;
}


	
/*订单样式*/

.tableBoarder {
	background-color: #D7D7D7;
	margin: auto 20px;
}

.tableBoarder th,.tableBoarder td {
	background-color: #fff;
	height: 30px;
}

.tableBoarder th {
	background-color: #EDEDED;
	text-align: center;
}

.tableBoarder td {
	padding: 5px;
}



/*上/下一条记录*/
.PrevNext {
	overflow: hidden;
	padding: 20px 10px;
	display: inline-block\9;
	margin: auto;
	clear: both;
	width:auto;
	text-align:left;
}

.PrevNext .prev,.PrevNext .next {
	padding: 0 10px;
	width: 40%;
	display: block;
}

.PrevNext .prev a:hover,.PrevNext .next a:hover {
	text-decoration: underline;
}

.PrevNext .prev {
	float: left;
	text-align: left;
}

.PrevNext .next {
	float: right;
	text-align: right;
}

.PageNavigate font {
	text-decoration: underline;
}

/*内容*/
.BodyMainZoneContainer .BodyCenter,.BodyLeftZone .BodyCenter,.BodyRightZone .BodyCenter,.BodyTopZone .BodyCenter,.BodyFootZone .BodyCenter {
	padding: 10px 5px;
}

/*语言*/
.MLAN {
	background: none;
	float: right;
}
.MLAN ul li{
	display:inline;
	float:left;
}
.MLAN ul li a{
	padding: 0px 0 0 10px;
	background: none;
	clear: none;
}

.MLAN ul li a:hover,.MLAN ul li a span:hover {
	text-decoration: underline;
}

.MLAN ul li a.china {
}

.MLAN ul li a.english {
}

.MLAN ul li a.big5 {

}


/*区域间距*/
.BodyMainZoneContainer,.BodyLeftZone{
	padding-right:10px;
}

/*验证码*/
.captchaImg{
	vertical-align:middle;
	}
/*========== 通用样式END ==========*/

/*========== 区域模块样式开始 ==========*/

.HeaderZoneContainer,.BodyZoneContainer,.FooterZoneContainer{
	margin:0 auto;
}

.ModuleItem{margin: 0;}

.BodyTopZone,.BodyFootZone,.BodyMainZoneContainer,.BodyLeftZone,.BodyRightZone {
	margin: 0;
}


/*上线时删除边框*/
.ModuleContainer {
	height: 100px;
	padding: 2px;

}

/*========== 区域模块样式结束 ==========*/

/*----------------------------- 模块样式START -------------------------------*/

/*========== 1.导航模块START ==========*/

/*顶部*/
.HeaderZoneContainer .pre_nav{
	width: 100%;	

}
.HeaderZoneContainer .nav {

}
.HeaderZoneContainer .navLeft{
	float:left;
}
.HeaderZoneContainer .navRight{
	float:right;

}
.HeaderZoneContainer .nav dl {
	list-style-type: none;
	display: block;
}


.HeaderZoneContainer .nav dl dd{
	width: 100%;
	height: 34px;
	line-height: 34px;
	display: block;
	float: left;
	text-align: center;
}
/*--横向样式--*/
.HeaderZoneContainer .nav dl .NavHorizontalDD{
	

}

.HeaderZoneContainer .nav dl dt{
	float: left;
	text-align: center;
}
.HeaderZoneContainer .nav dl dd a {
	font-size: 14px;
	color: #333;
	display: block;
	clear: both;
}
/*--横向样式--*/
.HeaderZoneContainer .nav dl .NavHorizontalDD a{
	text-align:center;
	padding-left:0;
}

.HeaderZoneContainer .nav dl dd a:link,.HeaderZoneContainer .nav dl dd a:visited,.HeaderZoneContainer .nav dl dd a:hover {
	color: #333;
}

.HeaderZoneContainer .nav dl dd a:hover {
	font-weight: bold;
}

.HeaderZoneContainer .nav dl dt {
	overflow: hidden;
}



/*首尾*/
.BodyTopZone .pre_nav,
.BodyFootZone .pre_nav{
	width: 100%;	
}

.BodyTopZone .nav,
.BodyFootZone .nav{

}

.BodyTopZone .navLeft,
.BodyFootZone .navLeft{
	float:left;
}
.BodyTopZone .navRight,
.BodyFootZone .navRight{
	float:right;
}
.BodyTopZone .nav dl,
.BodyFootZone .nav dl{
	list-style-type: none;
	display: block;
}

.BodyTopZone .nav dl dd,
.BodyFootZone .nav dl dd{
	float: left;
	display: block;
	width:100%;	
	height: 34px;
	line-height: 34px;	
	border-bottom: 1px dashed #cccccc;
	text-align: center;
	
}
/*--横向样式--*/
.BodyTopZone .nav dl .NavHorizontalDD,
.BodyFootZone .nav dl .NavHorizontalDD{
	width:100px;	
	border-bottom:0;	
}

.BodyTopZone .nav dl dt,
.BodyFootZone .nav dl dt {
	float: left;
	text-align: center;
	overflow: hidden;
	height:auto;
	width:0;
}

.BodyTopZone .nav dl dd a,
.BodyFootZone .nav dl dd a {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #333;
	display: block;
	clear: both;
	text-align:left;
	padding-left: 20px;
	_border-bottom: 1px dashed #cccccc;
}
/*横向样式*/
.BodyTopZone .nav dl dd.NavHorizontalDD a,
.BodyFootZone .nav dl dd.NavHorizontalDD a {
	text-align:center;
	padding-left:0;
}

.BodyTopZone .nav dl dd a:link,.BodyTopZone .nav dl dd a:visited,.BodyTopZone .nav dl dd a:hover,
.BodyFootZone .nav dl dd a:link,.BodyFootZone .nav dl dd a:visited,.BodyFootZone .nav dl dd a:hover{
	color: #333;
}



/*中间*/
.BodyMainZoneContainer .pre_nav{
	width: 100%;	
}
.BodyMainZoneContainer .nav{

}

.BodyMainZoneContainer .navLeft{
	float:left;
}
.BodyMainZoneContainer .navRight{
	float:right;
}
.BodyMainZoneContainer .nav dl {
	list-style-type: none;
	display: block;
}

.BodyMainZoneContainer .nav dl dd{
	width: 100%;
	height: 34px;
	line-height: 34px;
	display: block;
	float: left;
	text-align: center;
	border-bottom: 1px dashed #cccccc;
	
}

/*--横向样式--*/
.BodyMainZoneContainer .nav dl .NavHorizontalDD{
	width:100px;	
	border-bottom:0;	
}

.BodyMainZoneContainer .nav dl dt {
	float: left;
	text-align: center;
	overflow: hidden;
}

.BodyMainZoneContainer .nav dl dd a {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #333;
	display: block;
	clear: both;
	text-align:left;
	padding-left: 20px;
	_border-bottom: 1px dashed #cccccc;
}

/*--横向样式--*/
.BodyMainZoneContainer .nav dl .NavHorizontalDD a{
	text-align:center;
	padding-left:0;
}

.BodyMainZoneContainer .nav dl dd a:link,.BodyMainZoneContainer .nav dl dd a:visited,.BodyMainZoneContainer .nav dl dd a:hover {
	color: #333;
}



/*左右*/
.BodyLeftZone .pre_nav,.BodyRightZone .pre_nav{
	width: 100%;	
}

.BodyLeftZone .nav,.BodyRightZone .nav {

}
.BodyLeftZone .navLeft,.BodyRightZone .navLeft{
	float:left;
}
.BodyLeftZone .navRight,.BodyRightZone .navRight{
	float:right;
}
.BodyLeftZone .nav dl,.BodyRightZone .nav dl {
	list-style-type: none;
	display: block;
}

.BodyLeftZone .nav dl dd,.BodyRightZone  .nav dl dd{
	width: 100%;
	height: 34px;
	line-height: 34px;
	display: block;
	float: left;
	text-align: center;
	border-bottom: 1px dashed #cccccc;
}
/*--横向样式--*/
.BodyLeftZone .nav dl .NavHorizontalDD,
.BodyRightZone .nav dl .NavHorizontalDD{
	width:100px;	
	border-bottom:0;	
}

.BodyLeftZone .nav dl dd a,.BodyRightZone .nav dl dd a {
	display: block;
	width:100%;
	font-size: 14px;
	color: #333;
	
	clear: both;
}
/*--横向样式--*/
.BodyLeftZone .nav dl dd.NavHorizontalDD a,
.BodyRightZone .nav dl dd.NavHorizontalDD a {
	text-align:center;
	padding-left:0;
}


.BodyLeftZone .nav dl li a:link,.BodyLeftZone .nav dl li a:visited,.BodyLeftZone .nav dl li a:hover,.BodyRightZone .nav dl li a:link,.BodyRightZone .nav dl li a:visited,.BodyRightZone .nav dl li a:hover {
	color: #333;
}

.BodyRightZone .nav dl dt,.BodyRightZone .nav dl dt {
	float: left;
	text-align: center;
	overflow: hidden;
}

/*二级导航*/
.NavSubMenu {
	display: none;
	width: 100px;
	list-style-type: none;
	overflow: hidden;
	background: #fff;
	border: solid 1px #ddd;	
	clear: both;	
	font-size: 12px;
}

.NavSubMenu li {
	display: block;
	clear: both;
	text-align: left;
}

.NavSubMenu li a {
	color: #333;
	font-weight: normal;
}



/*========== 导航模块END ==========*/

/*========== 2.会员登录模块START ==========*/
/*首尾*/
.BodyTopZone .ModuleUserLogin ul,
.BodyFootZone .ModuleUserLogin ul{
	list-style-type: none;
	display: block;
	margin-top: 10px;
}

.BodyTopZone .ModuleUserLogin li,
.BodyFootZone .ModuleUserLogin li{
	display: block;
	display: inline-block\9;
	margin: 0 10px;
	padding: 3px 0;
	float: left;
	height: 30px;
	line-height: 30px;
}

.BodyTopZone .ModuleUserLogin li span,
.BodyFootZone .ModuleUserLogin li span{
	display: block;
	display: inline-block\9;
	overflow: hidden;
	float: left;
}


/*中间*/
.BodyMainZoneContainer .ModuleUserLogin ul {
	list-style-type: none;
	display: block;
	margin-top: 10px;
}

.BodyMainZoneContainer .ModuleUserLogin li {
	display: block;
	display: inline-block\9;
	margin: 0 10px;
	padding: 3px 0;
	float: left;
	height: 30px;
	line-height: 30px;
}



.BodyMainZoneContainer .ModuleUserLogin li span {
	display: block;
	display: inline-block\9;
	overflow: hidden;
	float: left;
}

/*左右*/
.BodyLeftZone .ModuleUserLogin ul,
.BodyRightZone .ModuleUserLogin ul {
	list-style-type: none;
	display: block;
	margin-top: 10px;
}

.BodyLeftZone .ModuleUserLogin li,
.BodyRightZone .ModuleUserLogin li {
	display: block;
	display: inline-block\9;
	margin: 0 8px;
	padding: 3px 0;
	float: left;
	height: 30px;
	line-height: 30px;
}
.BodyLeftZone .ModuleUserLogin li.userLoginBtn,
.BodyRightZone .ModuleUserLogin li.userLoginBtn{
	padding-left: 50px;
}
.BodyLeftZone .ModuleUserLogin li label,
.BodyRightZone .ModuleUserLogin li label{
	float:left;
	width: 78px;
	display: inline-block;
}
.BodyLeftZone .ModuleUserLogin li span,
.BodyRightZone .ModuleUserLogin li span {
	display: block;
	display: inline-block\9;
	overflow: hidden;
	float: left;
}

/*========== 会员登录模块END ==========*/

/*========== 3.搜索模块START ==========*/
/*首尾*/
.BodyTopZone .ModuleProductSearch ul,.BodyTopZone .ModuleDownSearch ul,.BodyTopZone .ModuleNewSearch ul,
.BodyFootZone .ModuleProductSearch ul,.BodyFootZone .ModuleDownSearch ul,.BodyFootZone .ModuleNewSearch ul{
	list-style-type: none;
	display: block;
}
.BodyTopZone .ModuleProductSearch li,.BodyTopZone .ModuleDownSearch li,.BodyTopZone .ModuleNewSearch li,
.BodyFootZone .ModuleProductSearch li,.BodyFootZone .ModuleDownSearch li,.BodyFootZone .ModuleNewSearch li{
	display: block;
	display: inline-block\9;
	margin: 0 10px;
	padding: 3px 0;
	float: left;
	height: 30px;
	line-height: 30px;
}

.BodyTopZone .ModuleProductSearch .SearchContainer,.BodyTopZone .ModuleDownSearch .SearchContainer,.BodyTopZone .ModuleNewsSearch .SearchContainer,
.BodyFootZone .ModuleProductSearch .SearchContainer,.BodyFootZone .ModuleDownSearch .SearchContainer,.BodyFootZone .ModuleNewsSearch .SearchContainer{
	padding:10px;
	float:left;
	}
.BodyTopZone .ModuleProductSearch .SearchContent,.BodyTopZone .ModuleDownSearch .SearchContent,.BodyTopZone .ModuleNewsSearch .SearchContent,
.BodyFootZone .ModuleProductSearch .SearchContent,.BodyFootZone .ModuleDownSearch .SearchContent,.BodyFootZone .ModuleNewsSearch .SearchContent{
	float:left;
	padding:5px;
}
.BodyTopZone .ModuleProductSearch .SearchKeyword,.BodyTopZone .ModuleDownSearch .SearchKeyword,.BodyTopZone .ModuleNewsSearch .SearchKeyword,
.BodyFootZone .ModuleProductSearch .SearchKeyword,.BodyFootZone .ModuleDownSearch .SearchKeyword,.BodyFootZone .ModuleNewsSearch .SearchKeyword{
	float:left;
}
.BodyTopZone .ModuleProductSearch .SearchButton,.BodyTopZone .ModuleDownSearch .SearchButton,.BodyTopZone .ModuleNewsSearch .SearchButton,
.BodyFootZone .ModuleProductSearch .SearchButton,.BodyFootZone .ModuleDownSearch .SearchButton,.BodyFootZone .ModuleNewsSearch .SearchButton{
	float:left;
	padding:5px;
}

.BodyTopZone .ModuleProductSearch .SearchPrice,
.BodyFootZone .ModuleProductSearch .SearchPrice{
	float:left;
}

.BodyTopZone .ModuleProductSearch  label,.BodyTopZone .ModuleDownSearch  label,.BodyTopZone .ModuleNewsSearch  label,
.BodyFootZone .ModuleProductSearch  label,.BodyFootZone .ModuleDownSearch  label,.BodyFootZone .ModuleNewsSearch  label  {
	display: block;
	display: inline-block\9;
	overflow: hidden;
	float: left;
}

/*中间*/
.BodyMainZoneContainer .ModuleProductSearch ul,.BodyMainZoneContainer .ModuleDownSearch ul,.BodyMainZoneContainer .ModuleNewSearch ul{
	list-style-type: none;
	display: block;
}
.BodyMainZoneContainer .ModuleProductSearch li,.BodyMainZoneContainer .ModuleDownSearch li,.BodyMainZoneContainer .ModuleNewSearch li{
	display: block;
	display: inline-block\9;
	margin: 0 10px;
	padding: 3px 0;
	float: left;
	height: 30px;
	line-height: 30px;
}

.BodyMainZoneContainer .ModuleProductSearch .SearchContainer,.BodyMainZoneContainer .ModuleDownSearch .SearchContainer,.BodyMainZoneContainer .ModuleNewsSearch .SearchContainer{
	padding:10px;
	float:left;
	}
.BodyMainZoneContainer .ModuleProductSearch .SearchContent,.BodyMainZoneContainer .ModuleDownSearch .SearchContent,.BodyMainZoneContainer .ModuleNewsSearch .SearchContent{
	float:left;
	padding:5px;
}
.BodyMainZoneContainer .ModuleProductSearch .SearchKeyword,.BodyMainZoneContainer .ModuleDownSearch .SearchKeyword,.BodyMainZoneContainer .ModuleNewsSearch .SearchKeyword{
	float:left;
}
.BodyMainZoneContainer .ModuleProductSearch .SearchButton,.BodyMainZoneContainer .ModuleDownSearch .SearchButton,.BodyMainZoneContainer .ModuleNewsSearch .SearchButton{
	float:left;
	padding:5px;
}

.BodyMainZoneContainer .ModuleProductSearch .SearchPrice{
	float:left;
}

.BodyMainZoneContainer .ModuleProductSearch  label,.BodyMainZoneContainer .ModuleDownSearch  label,.BodyMainZoneContainer .ModuleNewsSearch  label {
	display: block;
	display: inline-block\9;
	overflow: hidden;
	float: left;
}

/*左右*/
.BodyLeftZone .ModuleProductSearch ul,.BodyLeftZone .ModuleDownSearch ul,.BodyLeftZone .ModuleNewSearch ul,
.BodyRightZone .ModuleProductSearch ul,.BodyRightZone .ModuleDownSearch ul,.BodyRightZone .ModuleNewSearch ul {
	list-style-type: none;
	display: block;
}
.BodyLeftZone .ModuleProductSearch li,.BodyLeftZone .ModuleDownSearch li,.BodyLeftZone .ModuleNewSearch li,
.BodyRightZone .ModuleProductSearch li,.BodyRightZone .ModuleDownSearch li,.BodyRightZone .ModuleNewSearch li {
	display: block;
	display: inline-block\9;
	margin: 0 10px;
	padding: 3px 0;
	float: left;
	height: 30px;
	line-height: 30px;
}

.BodyLeftZone .ModuleProductSearch .SearchContainer,.BodyLeftZone .ModuleDownSearch .SearchContainer,.BodyLeftZone .ModuleNewsSearch .SearchContainer,
.BodyRightZone .ModuleProductSearch .SearchContainer,.BodyRightZone .ModuleDownSearch .SearchContainer,.BodyRightZone .ModuleNewsSearch .SearchContainer{
	padding:5px;
	float:left;
	}
.BodyLeftZone .ModuleProductSearch .SearchContent,.BodyLeftZone .ModuleDownSearch .SearchContent,.BodyLeftZone .ModuleNewsSearch .SearchContent,
.BodyRightZone .ModuleProductSearch .SearchContent,.BodyRightZone .ModuleDownSearch .SearchContent,.BodyRightZone .ModuleNewsSearch .SearchContent{
	float:left;
	padding:5px;
}
.BodyLeftZone .ModuleProductSearch .SearchKeyword,.BodyLeftZone .ModuleDownSearch .SearchKeyword,.BodyLeftZone .ModuleNewsSearch .SearchKeyword,
.BodyRightZone .ModuleProductSearch .SearchKeyword,.BodyRightZone .ModuleDownSearch .SearchKeyword,.BodyRightZone .ModuleNewsSearch .SearchKeyword{
	float:left;
}
.BodyLeftZone .ModuleProductSearch .SearchButton,.BodyLeftZone .ModuleDownSearch .SearchButton,.BodyLeftZone .ModuleNewsSearch .SearchButton,
.BodyRightZone .ModuleProductSearch .SearchButton,.BodyRightZone .ModuleDownSearch .SearchButton,.BodyRightZone .ModuleNewsSearch .SearchButton{
	float:left;
	padding:5px;
}

.BodyLeftZone .ModuleProductSearch .SearchPrice{
	float:left;
}

.BodyLeftZone .ModuleProductSearch  label,.BodyLeftZone .ModuleDownSearch  label,.BodyLeftZone .ModuleNewsSearch  label,
.BodyRightZone .ModuleProductSearch  label,.BodyRightZone .ModuleDownSearch  label,.BodyRightZone .ModuleNewsSearch  label {
	display: block;
	display: inline-block\9;
	overflow: hidden;
	float: left;
}


/*========== 搜索模块END ==========*/



/*========== 4.友情链接模块START ==========*/
/*首尾*/
.BodyTopZone .ModuleLinkList ul,
.BodyFootZone .ModuleLinkList ul{
	list-style-type: none;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.BodyTopZone .ModuleLinkList ul li,
.BodyFootZone .ModuleLinkList ul li {
	display: inline-block;
	float: left;
	margin: 10px 0 0 10px;
}

.BodyTopZone .ModuleLinkList ul li a,
.BodyFootZone .ModuleLinkList ul li a {
	display: inline-block;
	
}
.BodyTopZone .ModuleLinkList ul li a:hover,
.BodyFootZone .ModuleLinkList ul li a:hover{
	text-decoration:underline;
}

/*中间*/
.BodyMainZoneContainer .ModuleLinkList ul {
	list-style-type: none;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.BodyMainZoneContainer .ModuleLinkList ul li {
	display: inline-block;
	float: left;
	margin: 10px 0 0 10px;
}

.BodyMainZoneContainer .ModuleLinkList ul li a {
	display: inline-block;
	
}
.BodyMainZoneContainer .ModuleLinkList ul li a:hover{
	text-decoration:underline;
}

/*左右*/
.BodyLeftZone .ModuleLinkList ul,
.BodyRightZone .ModuleLinkList ul {
	list-style-type: none;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.BodyLeftZone .ModuleLinkList ul li,
.BodyRightZone .ModuleLinkList ul li {
	display: inline-block;
	float: left;
	margin: 10px 0 0 10px;
}

.BodyLeftZone .ModuleLinkList ul li a,
.BodyRightZone .ModuleLinkList ul li a {
	display: inline-block;
	
}
.BodyLeftZone .ModuleLinkList ul li a:hover,
.BodyRightZone .ModuleLinkList ul li a:hocer{
	text-decoration:underline;
}
/*========== 友情链接模块END ==========*/

/*========== 5.产品展示模块START ==========*/
/*通用*/

.myslider{ width:100%; height:auto; margin:0; padding:0; float:left; }
.ProductBox{width:150px; height:auto; float:left;border: solid 1px #ddd;margin: 5px 0 0 5px; _margin: 0px;  padding: 10px;}
.ProductBox a{width:150px; height:auto; float:left;}
.ProductBox dl{width:150px; height:auto; float:left;}
.ModuleProductList .BodyCenter{ width:100%; height:auto;  float:left; }
.ModuleProductList .BodyCenter ul{ width:100%; height:auto; margin:0; padding:0; float:left;}
.ModuleProductList .BodyCenter ul li{ width:100%; height:auto; float:left;}
.ModuleProductList .BodyCenter ul li apan{ width:70px; height:auto; float:left; }
.ModuleProductList .BodyCenter ul li input{ _margin:5px;}
.ModuleProductList .BodyCenter ul li dl{ width:48%; height:auto; float:left;display: inline;float: left;overflow: hidden; margin: 5px;padding-bottom: 5px;border-bottom: 1px dashed #cccccc;}
.ModuleProductList .BodyCenter ul li dl dt{ float:left;}
/*首尾*/
.BodyTopZone .ModuleProductList,
.BodyFootZone .ModuleProductList{
	
}

.BodyTopZone .ModuleProductList .ProductLine,
.BodyFootZone .ModuleProductList .ProductLine {
	display: inline-block;
	list-style-type: none;
}

.BodyTopZone .ModuleProductList .ProductLine li,
.BodyFootZone .ModuleProductList .ProductLine li {
	display: block;
	overflow: hidden;
}

.BodyTopZone .BodyCenter .myslider .ProductBox,
.BodyFootZone .BodyCenter .myslider .ProductBox{
	float: left;
	display: inline;
	padding: 10px;
	_padding: 20px;
	margin: 10px 13px;
	_margin:6px ;
	_border: solid 1px #ddd;
}

.BodyTopZone .ModuleProductList .PIMG,
.BodyFootZone .ModuleProductList .PIMG{
	width: 150px;
	height: 150px;
	clear: both;
}

.BodyTopZone .ModuleProductList .PIMG,.BodyTopZone .ModuleProductList .PTITLE,
.BodyFootZone .ModuleProductList .PIMG,.BodyFootZone .ModuleProductList .PTITLE {
	display: block;
	overflow: hidden;
	clear: both;
	text-align: center;
}

.BodyTopZone .ModuleProductList .PDetail,
.BodyFootZone .ModuleProductList .PDetail {
	list-style-type: none;
	display: inline-block;
	width: 150px;
}

.BodyTopZone .ModuleProductList .PDetail dd,
.BodyFootZone .ModuleProductList .PDetail dd  {
	display: block;
	clear: both;
	height: 20px;
	line-height: 20px;
}

.BodyTopZone .ModuleProductList #prevBtn,.BodyTopZone .ModuleProductList #nextBtn,
.BodyFootZone .ModuleProductList #prevBtn,.BodyFootZone .ModuleProductList #nextBtn {
	display: none;
}

/*中间*/
.BodyMainZoneContainer .ModuleProductList  {
	
}

.BodyMainZoneContainer .ModuleProductList .ProductLine {
	display: inline-block;
	list-style-type: none;
}
.BodyMainZoneContainer .ModuleProductList .myslider{
	width:100%; 
	height:auto;
	float:left;
}
.BodyMainZoneContainer .ModuleProductList .ProductLine li {
	float:left;
	display: block;
	overflow: hidden;
}

.BodyMainZoneContainer .myslider .ProductBox {
	float: left;
display: inline;
width: 155px;
padding: 5px;
margin: 0 12px;
border: 0;
overflow: hidden;
height: auto;
_clear: none;

}

.BodyMainZoneContainer .myslider .ProductBox a.PIMG {
	width: 150px;
	height: 150px;
	clear: both;
}

.BodyMainZoneContainer .myslider .ProductBox a.PIMG,.BodyMainZoneContainer .ModuleProductList .PTITLE {
	display: block;
	overflow: hidden;
	clear: both;
	text-align: center;
}

.BodyMainZoneContainer .myslider .ProductBox dl.PDetail {
	list-style-type: none;
	display: inline-block;
	width: 150px;
}

.BodyMainZoneContainer .myslider .ProductBox dl.PDetail dd {
	display: block;
	clear: both;
	height: 20px;
	line-height: 20px;
}

.BodyMainZoneContainer .ModuleProductList #prevBtn,.BodyMainZoneContainer .ModuleProductList #nextBtn {
	display: none;
}

/*左右*/

.BodyLeftZone .ModuleProductList ,
.BodyRightZone .ModuleProductList  {
	
}

.BodyLeftZone .ModuleProductList .ProductLine,
.BodyRightZone .ModuleProductList .ProductLine {
	display: inline-block;
	list-style-type: none;
}

.BodyLeftZone .ModuleProductList .ProductLine li,
.BodyRightZone .ModuleProductList .ProductLine li {
	display: block;
	overflow: hidden;
}

.BodyLeftZone .ModuleProductList .ProductBox,
.BodyRightZone .ModuleProductList .ProductBox {
	float: left;
	display: inline;
	width: 80%;
	padding: 10px;
	margin: 10px 0 0 10px;
	border: solid 1px #ddd;
}

.BodyLeftZone .ModuleProductList .PIMG,
.BodyRightZone .ModuleProductList .PIMG {
	width: 150px;
	height: 150px;
	clear: both;
}

.BodyLeftZone .ModuleProductList .PIMG,.BodyLeftZone .ModuleProductList .PTITLE,
.BodyRightZone .ModuleProductList .PIMG,.BodyRightZone .ModuleProductList .PTITLE {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	text-align: center;
}

.BodyLeftZone .ModuleProductList .PDetail,
.BodyRightZone .ModuleProductList .PDetail {
	list-style-type: none;
	display: inline-block;
	width: 150px;
}

.BodyLeftZone .ModuleProductList .PDetail dd,
.BodyRightZone .ModuleProductList .PDetail dd {
	display: block;
	clear: both;
	height: 20px;
	line-height: 20px;
}

.BodyLeftZone .ModuleProductList #prevBtn,.BodyLeftZone .ModuleProductList #nextBtn,
.BodyRightZone .ModuleProductList #prevBtn,.BodyRightZone .ModuleProductList #nextBtn {
	display: none;
}

/*产品样式A START*/
.DlPDetailA {
	margin-top: 20px;
	width: 720px;
}

.DlPDetailA,.DlPDetailA ul {
	list-style-type: none;
	display: inline-block;
	overflow: hidden;
	clear: both;
}

.DlPDetailA dd,.DlPDetailA dt {
	display: inline-block;
	float: left;
	overflow: hidden;
}

.DlPDetailA dt {
	text-align: left;
}

.DlPDetailA dt i {
	display: block;
	height: 300px;
	clear: both;
	text-align: center;
	overflow: hidden;
	padding: 10px;
	border: solid 1px #eee;
	background:#fff;
}

.DlPDetailA dd {
	margin-left: 10px;
	width: 300px;
}

.DlPDetailA dd li {
	display: block;
	line-height: 30px;
	clear: both;
}

.DlPDetailA dd li strong {
	font-size: 15px;
}

.SilderBoxA {
	width: 400px;
	overflow: hidden;
	padding: 10px 0;
	margin-left: 10px;
}

.SilderBoxA ul {
	display: block;
	overflow: hidden;
	text-align: center;
}

.SilderBoxA li {
	display: inline;
	float: left;
	overflow: hidden;
	width: 380px;
	height: 90px;
}

.SilderBoxA li b {
	width: 68px;
	height: 68px;
	display: inline-block;
	overflow: hidden;
	float: left;
	margin-left: 6px;
	cursor: pointer;
	border: solid 1px #bbb;
	background-color: #f4f4f4;
}

#prevBtnA,#nextBtnA,#DSliderA {
	display: block;
	float: left;
	width: 10px;
	height: 70px;
	overflow: hidden;
}
#nextBtnA{
	float: right;
}
#DSliderA {
	width: 380px;
	margin-left: 10px;
}

#prevBtnA,#nextBtnA {
	background: #f3f3f3 url(/images/lr.gif);
	cursor: pointer;
}

#prevBtnA {
	background-position: left;
}

#nextBtnA {
	background-position: right;
}

#prevBtnA a,#nextBtnA a {
	display: block;
	height: 70px;
	width: 100%;
}

#prevBtnA {
	margin-left: -390px;
}
/*产品样式A END */

/*产品样式B START */
.DlPDetailB {
	margin: 10px 0 0 10px;
	width: 620px;
}

.DlPDetailB,.DlPDetailB ul {
	list-style-type: none;
	display: inline-block;
	overflow: hidden;
	clear: both;
}

.DlPDetailB dd,.DlPDetailB dt {
	display: inline-block;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.DlPDetailB dt i {
	display: block;
	height: 400px;
	clear: both;
	text-align: center;
	overflow: hidden;
	padding: 10px;
	border: solid 1px #ccc;
}

.DlPDetailB dd {
	margin-left: 10px;
	width: 100%;
}

.DlPDetailB dd li {
	display: block;
	line-height: 30px;
	clear: both;
}

.DlPDetailB dd li strong {
	font-size: 15px;
}

.SilderBoxB {
	width: 620px;
	overflow: hidden;
	padding: 10px 0;
	margin: 20px auto;
}

.SilderBoxB ul {
	display: block;
	overflow: hidden;
	text-align: center;
}

.SilderBoxB li {
	display: inline;
	float: left;
	overflow: hidden;
	width: 600px;
	height: 122px;
}

.SilderBoxB li b {
	width: 112px;
	height: 112px;
	display: inline-block;
	overflow: hidden;
	float: left;
	margin-left: 6px;
	cursor: pointer;
	border: solid 1px #bbb;
	background-color: #f4f4f4;
}

#prevBtnB,#nextBtnB,#DSliderB {
	display: block;
	=display: inline;
	float: left;
	width: 10px;
	height: 70px;
	overflow: hidden;
}

#DSliderB {
	width: 625px;
	margin-left: 10px;
	height: 130px;
}

#prevBtnB,#nextBtnB {
	background: #f3f3f3 url(/images/lr.gif);
	cursor: pointer;
	margin-top: 25px;
}

#prevBtnB {
	background-position: left;
}

#nextBtnB {
	background-position: right;
}

#prevBtnB a,#nextBtnB a {
	display: block;
	height: 70px;
	width: 100%;
}

#prevBtnB {
	margin-left: -610px;
}

.Norms {
	width: 200px;
	display: block;
	overflow: hidden;
	border: solid 1px #ccc;
	padding: 0 5px;
	margin: 5px 5px 0 0;
	white-space: nowrap;
	cursor: pointer;
}

#Phtml {
	color: Red;
}

.FreedBack ul {
	list-style-type: none;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}

.FreedBack ul li {
	display: block;
	clear: both;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}

.NDetail {
	display: block;
	display: inline-block\9;
	margin: 10px 20px;
	padding: 10px;
	text-indent: 2em;
	border: solid 1px #ddd;
	clear: both;
	line-height: 25px;
}



/*产品样式B END*/

/*========== 产品展示模块END ==========*/

/*========== 6.文章列表模块START ==========*/
/**/
.vTicker ul{ width:100%; height:auto; margin:0; padding:0px; float:left;}
.vTicker ul li{ width:100%; height:auto; float:left; border-bottom: solid #ddd 1px;}
.vTicker ul li a{ width:auto; height:30px; float:left; text-align:left; line-height:30px; overflow:hidden;}
.vTicker ul li span{ width:auto; height:30px; line-height:30px; text-align:right; float:right;}

/*首尾*/
.BodyTopZone #NewsList,.BodyTopZone .vTicker，
.BodyFootZone #NewsList,.BodyFootZone .vTicker {
	display: block;
}

.BodyTopZone .ModuleNewsList ul，
.BodyFootZone .ModuleNewsList ul {
	list-style-type: none;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}

.BodyTopZone .ModuleNewsList ul li，
.BodyFootZone .ModuleNewsList ul li {
	display: block;
	height: 30px;
	line-height: 30px;
	clear: both;
	border-bottom: solid 1px #ddd;
}

.BodyTopZone .ModuleNewsList ul li i,
.BodyFootZone .ModuleNewsList ul li i {
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	font-style: normal;

}

.BodyTopZone .ModuleNewsList ul li i a,
.BodyFootZone .ModuleNewsList ul li i a {
	display: block;
	float: left;
	padding-left: 10px;
}

.BodyTopZone .ModuleNewsList ul li i span,
.BodyFootZone .ModuleNewsList ul li i span {
	
	display: block;
	float: right;
	margin-right: 10px;
	_margin-right: 5px;
}

/*中间*/
.BodyMainZoneContainer #NewsList,.BodyMainZoneContainer .vTicker {
	display: block;
}

.BodyMainZoneContainer .ModuleNewsList ul {
	list-style-type: none;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}

.BodyMainZoneContainer .ModuleNewsList ul li {
	display: block;
	height: 30px;
	line-height: 30px;
	clear: both;
	border-bottom: solid 1px #ddd;
}

.BodyMainZoneContainer .ModuleNewsList ul li i {
	display: block;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	font-style: normal;
	
}

.BodyMainZoneContainer .ModuleNewsList ul li i a {
	display: block;
	float: left;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
}

.BodyMainZoneContainer .ModuleNewsList ul li i span {
	display: block;
	float: right;
	margin-right: 10px;
	-margin-right: 5px;
	height: 30px;
	line-height: 30px;
	
}

/*左右*/
.BodyLeftZone #NewsList,.BodyLeftZone .vTicker,
.BodyRightZone #NewsList,.BodyRightZone .vTicker {
	display: block;
}

.BodyLeftZone .ModuleNewsList ul,
.BodyRightZone .ModuleNewsList ul {
	list-style-type: none;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}

.BodyLeftZone .ModuleNewsList ul li,
.BodyRightZone .ModuleNewsList ul li {
	display: block;
	height: 30px;
	line-height: 30px;
	clear: both;
	border-bottom: solid 1px #ddd;
}

.BodyLeftZone .ModuleNewsList ul li i,
.BodyRightZone .ModuleNewsList ul li i {
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	font-style: normal;
}

.BodyLeftZone .ModuleNewsList ul li i a,
.BodyRightZone .ModuleNewsList ul li i a {
	display: block;
	float: left;
	padding-left: 10px;
}

.BodyLeftZone .ModuleNewsList ul li i span,
.BodyRightZone .ModuleNewsList ul li i span {
	color: gray;
	display: block;
	float: right;
	margin-right: 10px;
	-margin-right: 5px;
}

.BodyLeftZone .vTicker ul li i span,
.BodyRightZone .vTicker ul li i span {
	display: none;
}

/*新闻内容默认样式*/
.ModuleNewsDetail h2 {
	text-align: center;
	padding: 10px 0;
}

.ModuleNewsDetail .newsSource {
	text-align: center;
}

.ModuleNewsDetail .newsSummarize {
	display: inline-block;
	margin: 10px 20px;
	padding: 10px;
	text-indent: 2em;
	border: solid 1px #ddd;
}

.ModuleNewsDetail .NewsContent {
	padding: 10px;
	font-size: 12px;
}

/*========== 文章列表模块END ==========*/

/*========== 7.文章、产品、下载分类模块START ==========*/
/*首尾*/
.BodyTopZone .SHOWSUB,.BodyTopZone .SHOWSUB li  ul，
.BodyFootZone .SHOWSUB,.BodyFootZone .SHOWSUB li  ul{
	list-style-type: none;
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.BodyTopZone .SHOWSUB li,
.BodyFootZone .SHOWSUB li{
	display: block;
	height: 30px;
	line-height: 30px;
	clear: both;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}

.BodyTopZone .SHOWSUB li a,
.BodyFootZone .SHOWSUB li a {
	display:block;
	padding-left: 20px;
	width:100%;
	clear: both;
}

/*中间*/
.BodyMainZoneContainer  .SHOWSUB,
.BodyMainZoneContainer  .SHOWSUB li  ul
{
	list-style-type: none;
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.BodyMainZoneContainer .SHOWSUB li {
	display: block;
	height: 30px;
	line-height: 30px;
	clear: both;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
.BodyMainZoneContainer .SHOWSUB li a {
	display:block;
	padding-left: 20px;
	width:100%;
	clear: both;
}

/*左右*/
.BodyLeftZone  .SHOWSUB ,
.BodyLeftZone  .SHOWSUB ul,
.BodyRightZone .SHOWSUB,
.BodyRightZone .SHOWSUB ul{
	list-style-type: none;
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.BodyLeftZone .SHOWSUB li,
.BodyRightZone .SHOWSUB li{
	display: block;
	height: 30px;
	line-height: 30px;
	clear: both;
	overflow: hidden;
	border-bottom: 1px dashed #cccccc;
}

.BodyLeftZone .SHOWSUB li a,
.BodyRightZone .SHOWSUB li a{
	display:block;
	width:100%;
	clear: both;
}
.BodyLeftZone .SHOWSUB li ul li,
.BodyRightZone .SHOWSUB li  ul li {
	padding-left: 10px;
}	



/*========== 文章、产品、下载分类模块END ==========*/


/*========== 8.头条资讯模块START ==========*/
/*首尾*/
.BodyTopZone .ModuleNewsTop  ul,
.BodyFootZone .ModuleNewsTop  ul {
	list-style-type: none;
	display: block;
	overflow: hidden;
}

.BodyTopZone .ModuleNewsTop ul li,
.BodyFootZone .ModuleNewsTop ul li {
	display: inline-block;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
	width: 100%;
}

.BodyTopZone .ModuleNewsTop .NewsTopP,
.BodyFootZone .ModuleNewsTop .NewsTopP {
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 100%;
	margin:5px;
	padding-bottom:5px;
}

.BodyTopZone .ModuleNewsTop .NewsTopP a,
.BodyFootZone .ModuleNewsTop .NewsTopP a{
	float: left;
	display: block;
	width: auto;
	overflow: hidden;
	zoom: 1;
	height: auto;
	text-align: center;
}

.BodyTopZone .ModuleNewsTop .NewsTopP p,
.BodyFootZone .ModuleNewsTop .NewsTopP p{
	margin: 0;
	overflow: hidden;
	zoom: 1;
}

.BodyTopZone .ModuleNewsTop .NewsTopP dt,
.BodyFootZone .ModuleNewsTop .NewsTopP dt{
	float:left;
	width:auto;
	height:auto;
}

.BodyTopZone .ModuleNewsTop .NewsTopP dd,
.BodyFootZone .ModuleNewsTop .NewsTopP dd{
	width:auto;
	height:auto;	
}

.BodyTopZone .ModuleNewsTop .NewsTopP a strong,
.BodyFootZone .ModuleNewsTop .NewsTopP a strong {
	font-size: 12px;
}

.BodyTopZone .ModuleNewsTop .NewsTopP dt .NImg,
.BodyFootZone .ModuleNewsTop .NewsTopP dt .NImg {
	float: left;
	display: block;
	overflow: hidden;
	padding: 0 10px;
	width: 80px;
	overflow: hidden;
	text-align: center;
}

.BodyTopZone .ModuleNewsTop .NewsTopP dt .NImg img,
.BodyFootZone .ModuleNewsTop .NewsTopP dt .NImg img{
	width:80px;
	height:80px;
}

.BodyTopZone .ModuleNewsTop .NewsTopP .more,
.BodyFootZone .ModuleNewsTop .NewsTopP .more {
	color: Red;
	font-size: 12px;
}

/*中间*/
.BodyMainZoneContainer .ModuleNewsTop  ul {
	list-style-type: none;
	display: block;
	overflow: hidden;
}

.BodyMainZoneContainer .ModuleNewsTop ul li {
	display: inline-block;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
	width: 100%;
}

.BodyMainZoneContainer ul li dl.NewsTopP {
	display: inline;
	float: left;
	overflow: hidden;
	width: 48%;
	margin:5px;
	padding-bottom:5px;
	border-bottom: 1px dashed #cccccc;
}
.BodyMainZoneContainer ul li dl.NewsTopP a{
	display: block;
	width: auto;
	overflow: hidden;
	zoom: 1;
	height: auto;
	text-align: left;
}
.BodyMainZoneContainer ul li dl.NewsTopP dd p{
	margin: 0;
	overflow: hidden;
	zoom: 1;
}

.BodyMainZoneContainer ul li dl.NewsTopP dd a strong {
	font-size: 12px;
}
.BodyMainZoneContainer ul li dl.NewsTopP dt{
	float:left;
	width:auto;
	height:auto;
}

.BodyMainZoneContainer ul li dl.NewsTopP dd{
	width:auto;
	height:auto;	
}

.BodyMainZoneContainer ul li dl.NewsTopP dt a.NImg {
	float: left;
	display: block;
	overflow: hidden;
	padding: 0 10px;
	width: 80px;
	height:80px;
	overflow: hidden;
	text-align: center;
}

.BodyMainZoneContainer ul li dl.NewsTopP dt a.NImg img{
	width:80px;
	height:80px;
	overflow: hidden;
}

.BodyMainZoneContainer ul li dl.NewsTopP dd p a.more {
	color: Red;
	font-size: 12px;
}

/*左右*/
.BodyLeftZone .ModuleNewsTop ul,
.BodyRightZone .ModuleNewsTop ul {
	list-style-type: none;
	display: block;
	overflow: hidden;
}

.BodyLeftZone .ModuleNewsTop ul li,
.BodyRightZone .ModuleNewsTop ul li {
	display: inline-block;
	overflow: hidden;
	clear: both;
	padding-top: 10px;
	width: 100%;
}

.BodyLeftZone .ModuleNewsTop .NewsTopP,
.BodyRightZone .ModuleNewsTop .NewsTopP {
	display: inline-block;
	float: left;
	overflow: hidden;
	margin:5px;
	padding-bottom:5px;
}
.BodyLeftZone .ModuleNewsTop .NewsTopP a,
.BodyRightZone .ModuleNewsTop .NewsTopP a{
	float: left;
	display: block;
	width: auto;
	overflow: hidden;
	zoom: 1;
	height: auto;
	text-align: center;
}
.BodyLeftZone .ModuleNewsTop .NewsTopP p,
.BodyRightZone .ModuleNewsTop .NewsTopP p{
	margin: 0;
	overflow: hidden;
	zoom: 1;
}
.BodyLeftZone .ModuleNewsTop .NewsTopP dt,
.BodyRightZone .ModuleNewsTop .NewsTopP dt{
	float:left;
	width:auto;
	height:auto;
}

.BodyLeftZone .ModuleNewsTop .NewsTopP dd,
.BodyRightZone .ModuleNewsTop .NewsTopP dd{
	width:auto;
	height:auto;	
}

.BodyLeftZone .ModuleNewsTop .NewsTopP a.NImg,
.BodyRightZone .ModuleNewsTop .NewsTopP a.NImg {
	float: left;
	display: block;
	overflow: hidden;
	width: 80px;
	overflow: hidden;
	text-align: center;
}
.BodyLeftZone .ModuleNewsTop .NewsTopP .NImg img,
.BodyRightZone .ModuleNewsTop .NewsTopP .NImg img{
	width:60px;
	height:60px;
}

.BodyLeftZone .ModuleNewsTop .NewsTopP a.more,
.BodyRightZone .ModuleNewsTop .NewsTopP a.more {
	color: Red;
	font-size: 12px;
}
/*========== 头条资讯模块END ==========*/


/*========== 9.下载列表模块START ==========*/
/*首尾*/
.BodyTopZone .ModuleDownList dl,
.BodyFootZone .ModuleDownList dl {
	display: block;
	clear: both;
	overflow: hidden;
}

.BodyTopZone .ModuleDownList dl dt,
.BodyFootZone .ModuleDownList dl dt {
	display: block;
	clear: both;
	text-align: center;
}

.BodyTopZone .ModuleDownList dl dd,
.BodyFootZone .ModuleDownList dl dd {
	display: block;
	margin: 0 10px;
	padding: 0 5px;
	border-bottom: solid 1px #ddd;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.BodyTopZone .ModuleDownList dl dd a,.BodyTopZone .ModuleDownList dl dd b,.BodyTopZone .ModuleDownList dl dd i,.BodyTopZone .ModuleDownList dl dd u,
.BodyFootZone .ModuleDownList dl dd a,.BodyFootZone .ModuleDownList dl dd b,.BodyFootZone .ModuleDownList dl dd i,.BodyFootZone .ModuleDownList dl dd u {
	display: block;
	float: left;
	font-style: normal;
	text-decoration: none;
}

.BodyTopZone .ModuleDownList dl dd b,.BodyTopZone .ModuleDownList dl dd i,.BodyTopZone .ModuleDownList dl dd u,
.BodyFootZone .ModuleDownList dl dd b,.BodyFootZone .ModuleDownList dl dd i,.BodyFootZone .ModuleDownList dl dd u {
	padding: 0 5px;
	float: right;
	font-weight: normal;
}

.BodyTopZone .ModuleDownList dl dd u,
.BodyFootZone .ModuleDownList dl dd u {
	width: 30px;
	text-align: center;
}

.BodyTopZone .ModuleDownList dl dd i,
.BodyFootZone .ModuleDownList dl dd i {
	width: 70px;
	text-align: right;
}

.BodyTopZone .ModuleDownList dl dd i,.BodyTopZone .ModuleDownList dl dd u,
.BodyFootZone .ModuleDownList dl dd i,.BodyFootZone .ModuleDownList dl dd u {
	display: none;
}

/*中间*/

.BodyMainZoneContainer .ModuleDownList dl {
	display: block;
	clear: both;
	overflow: hidden;
}

.BodyMainZoneContainer .ModuleDownList dl dt {
	display: block;
	clear: both;
	text-align: center;
}

.BodyMainZoneContainer .ModuleDownList dl dd {
	display: block;
	margin: 0 10px;
	padding: 0 5px;
	border-bottom: solid 1px #ddd;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.BodyMainZoneContainer .ModuleDownList dl dd a,.BodyMainZoneContainer .ModuleDownList dl dd b,.BodyMainZoneContainer .ModuleDownList dl dd i,.BodyMainZoneContainer .ModuleDownList dl dd u {
	display: block;
	float: left;
	font-style: normal;
	text-decoration: none;
}

.BodyMainZoneContainer .ModuleDownList dl dd b,.BodyMainZoneContainer .ModuleDownList dl dd i,.BodyMainZoneContainer .ModuleDownList dl dd u {
	padding: 0 5px;
	float: right;
	font-weight: normal;
}

.BodyMainZoneContainer .ModuleDownList dl dd u {
	width: 30px;
	text-align: center;
}

.BodyMainZoneContainer .ModuleDownList dl dd i {
	width: 70px;
	text-align: right;
}

#.BodyMainZoneContainer .ModuleDownList dl dd i,.BodyMainZoneContainer .ModuleDownList dl dd u {
	display: none;
}

/*左右*/
.BodyLeftZone .ModuleDownList dl,
.BodyRightZone .ModuleDownList dl {
	display: block;
	clear: both;
	overflow: hidden;
}

.BodyLeftZone .ModuleDownList dl dt,
.BodyRightZone .ModuleDownList dl dt {
	display: block;
	clear: both;
	text-align: center;
}

.BodyLeftZone .ModuleDownList dl dd,
.BodyRightZone .ModuleDownList dl dd {
	display: block;
	margin: 0 10px;
	padding: 0 5px;
	border-bottom: solid 1px #ddd;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.BodyLeftZone .ModuleDownList dl dd a,.BodyLeftZone .ModuleDownList dl dd b,.BodyLeftZone .ModuleDownList dl dd i,.BodyLeftZone .ModuleDownList dl dd u,
.BodyRightZone .ModuleDownList dl dd a,.BodyRightZone .ModuleDownList dl dd b,.BodyRightZone .ModuleDownList dl dd i,.BodyRightZone .ModuleDownList dl dd u {
	display: block;
	float: left;
	font-style: normal;
	text-decoration: none;
}

.BodyLeftZone .ModuleDownList dl dd b,.BodyLeftZone .ModuleDownList dl dd i,.BodyLeftZone .ModuleDownList dl dd u,
.BodyRightZone .ModuleDownList dl dd b,.BodyRightZone .ModuleDownList dl dd i,.BodyRightZone .ModuleDownList dl dd u {
	padding: 0 5px;
	float: right;
	font-weight: normal;
}

.BodyLeftZone .ModuleDownList dl dd u,.BodyRightZone .ModuleDownList dl dd u {
	width: 30px;
	text-align: center;
}

.BodyLeftZone .ModuleDownList dl dd i,.BodyRightZone .ModuleDownList dl dd i {
	width: 70px;
	text-align: right;
}

.BodyLeftZone .ModuleDownList dl dd i,.BodyLeftZone .ModuleDownList dl dd u,
.BodyRightZone .ModuleDownList dl dd i,.BodyRightZone .ModuleDownList dl dd u {
	display: none;
}

/*==========下载列表模块END ==========*/
	
	
/*========== 10.购物车模块START ==========*/
/*中间*/
.BodyTopZone .ModuleShopCart .BodyCenter a,
.BodyFootZone .ModuleShopCart .BodyCenter a{
	padding: 10px;
}

/*中间*/
.BodyMainZoneContainer .ModuleShopCart .BodyCenter a {
	padding: 10px;
}

/*左右*/	
.BodyLeftZone .ModuleShopCart .BodyCenter a,
.BodyRightZone .ModuleShopCart .BodyCenter a {
	padding: 5px;
}
/*========== 购物车模块END ==========*/	


/*========== 11.地图模块START ==========*/

.ModuleMap  iframe {
	overflow: hidden;
}

a.IMPanel:link,a.IMPanel:visited,a.IMPanel:hover {
	color: #000;
}

/*========== 地图模块END ==========*/


/*========== 12.图片模块START ==========*/
/*通用*/
.ModuleImage  {
	text-align: center;
}

.ModuleImage  img {
	margin: auto;
}

/*========== 图片模块END ==========*/


/*========== 13.二维码模块 START ==========*/
.codeImage,.codeContent {
	padding:5px;
	text-align: center;
}
/*首尾*/
.BodyTopZone .ModuleQRCode .codeImage img,
.BodyFootZone .ModuleQRCode .codeImage img {
	border: solid 5px #fff
}

/*中间*/
.BodyMainZoneContainer .ModuleQRCode .codeImage img {
	border: solid 5px #fff
}

/*左右*/
.BodyLeftZone .ModuleQRCode  .codeImage img,
.BodyRightZone .ModuleQRCode .codeImage img {
	border: solid 5px #fff
}

/*========== 二维码模块 END ==========*/


/*========== 14.图文模块START ==========*/

/*图片左上角*/
.GraphicUpperLeft{ width:100%; height:auto; float:left;}
.GraphicUpperLeft img{ width:auto; height:auto; float:left;}
.GraphicUpperLeftImg {float: left;margin-right: 10px;}
.GraphicUpperLeft p{ width:auto; height:auto; _float:right;}

/*图片右上角*/
.GraphicUpperRight{ width:100%; height:auto;float: left;}
.GraphicUpperRight img{ width:auto; height:auto;float: right;}
.GraphicUpperRightImg {float: right;margin-left: 10px;}
.GraphicUpperRight p{ width:auto; height:auto;_float: right;}

/*图片上部*/
.GraphicUpper {
	text-align: center;
}


/*图片左部*/
.GraphicLeft {
	float: left;
}

/*图片右部*/
.GraphicRight {
	float: right;
}

/*=============== 图文模块End ================*/


/* ========== 15.留言板模块START ========== */
/*首尾*/
.BodyTopZone .ModuleGuestBook  ul li,
.BodyFootZone .ModuleGuestBook  ul li {
	width:auto;
	height:auto;
	padding: 5px;
	padding-left: 10px;
}

.BodyTopZone .ModuleGuestBook  ul li span,
.BodyFootZone .ModuleGuestBook  ul li span {
	display: block;
	float: left;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: right;
}

.BodyTopZone .ModuleGuestBook  ul li .moduleInput,
.BodyFootZone .ModuleGuestBook  ul li .moduleInput {
	margin-left: 5px;
	border: 1px solid #ddd;
	width:130px;
	height:26px;
	line-height:26px;
	border: 1px solid #ddd;
}
.BodyTopZone .ModuleGuestBook  ul li textarea,
.BodyFootZone .ModuleGuestBook  ul li textarea{
	margin-left: 5px;
	width:240px;
	height:110px;
}

/*中间*/
.BodyMainZoneContainer .ModuleGuestBook  ul li {
	display:block;
	padding: 5px;
	padding-left: 10px;
	width:100%;
	height:auto;
}

.BodyMainZoneContainer .ModuleGuestBook  ul li span {
	display: block;
	float: left;
	width: 70px;
	height: 26px;
	line-height: 26px;
	text-align: right;
}

.BodyMainZoneContainer .ModuleGuestBook  ul li .moduleInput{
	margin-left: 5px;
	width:130px;
	height:26px;
	line-height:26px;
	border: 1px solid #ddd;
}

.BodyMainZoneContainer .ModuleGuestBook  ul li textarea{
	margin-left: 5px;
	width:240px;
	height:110px;
}

/*左右*/
.BodyLeftZone .ModuleGuestBook  ul li,
.BodyRightZone .ModuleGuestBook  ul li {
	padding: 5px;
	padding-left: 10px;
	width:auto;
	height:auto;
}

.BodyLeftZone .ModuleGuestBook  ul li span,
.BodyRightZone .ModuleGuestBook  ul li span {
	display: block;
	float: left;
	width: 80px;
	height: 26px;
	line-height: 26px;
	text-align: right;
}

.BodyLeftZone .ModuleGuestBook  ul li .moduleInput,
.BodyRightZone .ModuleGuestBook  ul li .moduleInput {
	margin-left: 5px;
	width:130px;
	height:26px;
	line-height:26px;
	border: 1px solid #ddd;
}
.BodyLeftZone .ModuleGuestBook  ul li textarea,
.BodyRightZone .ModuleGuestBook  ul li textarea{
	margin-left: 5px;
	width:240px;
	height:110px;
}
/* ========== 留言板模块END ========== */


/* ========== 16.留言列表模块START ========== */
/*首尾*/
.BodyTopZone .ModuleGuestBookList .page,
.BodyFootZone .ModuleGuestBookList .page {
	margin-top: 10px;
	text-align: center;
}
.BodyTopZone .ModuleGuestBookList .GuestBookContent,
.BodyFootZone .ModuleGuestBookList .GuestBookContent{
	padding:5px 10px; 
	line-height:16px;
	border-bottom:1px solid #dcdcdc;
}
.BodyTopZone .ModuleGuestBookList .GuestBookAuthor,
.BodyFootZone .ModuleGuestBookList .GuestBookAuthor{
	padding-left:6px; 
	font-weight:bolder; 
	color:#CA0000;
	text-align:left;
}
.BodyTopZone .ModuleGuestBookList .GuestBookTitle,
.BodyFootZone .ModuleGuestBookList .GuestBookTitle{
	text-align:left;
	font-weight:bolder;
}
.BodyTopZone .ModuleGuestBookList .GuestBookPostTime,
.BodyFootZone .ModuleGuestBookList .GuestBookPostTime{
	text-align:right;
	padding-right:6px;
}
.BodyTopZone .ModuleGuestBookList .GuestBookReplyContent,
.BodyFootZone .ModuleGuestBookList .GuestBookReplyContent{	
	padding-left:6px; 
	width: 635px;
}
.BodyTopZone .ModuleGuestBookList .GuestBookReplyTime,
.BodyFootZone .ModuleGuestBookList .GuestBookReplyTime{
	text-align:right;
	padding-right:5px; 
	width: 635px;
}

/*中间*/
.BodyMainZoneContainer .ModuleGuestBookList  .page {
	margin-top: 10px;
	text-align: center;
}
.BodyMainZoneContainer .ModuleGuestBookList .GuestBookContent{
	padding:5px 10px; 
	line-height:16px;
	border-bottom:1px solid #dcdcdc;
}
.BodyMainZoneContainer .ModuleGuestBookList .GuestBookAuthor{
	padding-left:6px; 
	font-weight:bolder; 
	color:#CA0000;
	text-align:left;
}
.BodyMainZoneContainer .ModuleGuestBookList .GuestBookTitle{
	text-align:left;
	font-weight:bolder;
}
.BodyMainZoneContainer .ModuleGuestBookList .GuestBookPostTime{
	text-align:right;
	padding-right:6px;
}
.BodyMainZoneContainer .ModuleGuestBookList .GuestBookReplyContent{	
	padding-left:6px; 
	width: 635px;
}
.BodyMainZoneContainer .ModuleGuestBookList .GuestBookReplyTime{
	text-align:right;
	padding-right:5px; 
	width: 635px;
}

/*左右*/
.BodyLeftZone .ModuleGuestBookList  .page,
.BodyRightZone .ModuleGuestBookList  .page {
	margin-top: 10px;
	text-align: center;
}
.BodyLeftZone .ModuleGuestBookList .GuestBookAuthor,
.BodyRightZone .ModuleGuestBookList .GuestBookAuthor{
	padding-left:6px; 
	font-weight:bolder; 
	color:#CA0000;
	text-align:left;
}
.BodyLeftZone .ModuleGuestBookList .GuestBookTitle,
.BodyRightZone .ModuleGuestBookList .GuestBookTitle{
	text-align:left;
	font-weight:bolder;
}
.BodyLeftZone .ModuleGuestBookList .GuestBookPostTime,
.BodyRightZone .ModuleGuestBookList .GuestBookPostTime{
	text-align:right;
	padding-right:6px;
}
.BodyLeftZone .ModuleGuestBookList .GuestBookReplyContent,
.BodyRightZone .ModuleGuestBookList .GuestBookReplyContent{	
	padding-left:6px; 
	width: 635px;
}
.BodyLeftZone .ModuleGuestBookList .GuestBookReplyTime,
.BodyRightZone .ModuleGuestBookList .GuestBookReplyTime{
	text-align:right;
	padding-right:5px; 
	width: 635px;
}

/* ========== 留言列表模块END ========== */


/*========== 17.视频模块 ==========*/
/*首尾*/
.BodyTopZone .ModuleVideo,.BodyFootZone .ModuleVideo{
	text-align:center;
}

/*中间*/
.BodyMainZoneContainer .ModuleVideo{
	text-align:center;
}
/*左右*/
.BodyLeftZone .ModuleVideo,.BodyRightZone .ModuleVideo{
	text-align:center;
}
/*========== 视频模块END ==========*/

/*========== 营销活动开奖提示 ==========*/
.BgOpacity{position:absolute;top:0;left:0;background-color:#000;z-index:9000;filter: alpha(opacity=50); opacity: 0.50;}
.BalanceMsg{display:block;width:400px;position:absolute;overflow:hidden;border:0;z-index:9100;background-color:#fff;font-size:15px;  box-shadow: 0 0 10px rgba(0,0,0,.5);-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);}
.Box_title{width:100%;height:30px;clear:both;background-color:#31a5f6;border-bottom:solid 1px #ddd;position:absolute;top:0;}
span.Box_close{width:30px;height:30px;display:inline-block;padding:0;overflow:hidden;text-align:center;font-size:24px;line-height:25px;color:#fff;position:absolute;top:0;right:0;z-index:9999;cursor:pointer;}
span.Box_close:hover{background:#f02121;}
.BalanceMsg div.body{width:380px;padding:5px 0;margin:auto;margin-top:30px;}
.BalanceMsg p{display:inline-block;width: 550px;position:absolute;padding:15px 0;top:30px;left:0px;  color: #333;text-align: center;}
.BalanceMsg p span{display:inline-block;width:100%;}

.Box_button{display:inline-block;width:380px;height:30px;position:absolute;left:10px;top:120px;}

.BodyUl{list-style:none;display:block;overflow:hidden;width:100%;}
.BodyUl li{width:100%;display:block;clear:both;padding:5px 0;color:#ff0000;text-align:center;}
.BodyUl li.phone,.BodyUl li.pass{height:30px;position:relative;margin:0 auto;width:215px;}
.phone i,.pass i{display:block;font-style:normal;width:45px;float:left;line-height:30px;text-align:right;padding:0 5px;position:absolute;z-index:10;color:gray;}
.pass i{width:30px;}
.phone input,.pass input{padding-left:55px;float:left;}
.butGet{width:80px;height:28px;background-color:#1092fe;color:#fff;cursor:pointer;}

.txtInput{width:150px;border:solid 1px #ddd;height:28px;line-height:28px;vertical-align:middle;padding:0 5px;border-radius:3px;}

input.error{border-color:#ff0000;}
label.error{color:#ff0000;font-size:12px;float:left;padding-left:10px;}

.Login {display:block;overflow:hidden;border-radius:5px;margin:10px 3%;clear:both;background-color:#fff8ae;}
.Login h5,.Login  dt {display:block;font-size:14px;line-height:2em;background-color:#e96800;color:white;width:100px;text-indent:0.5em;}
.Login ul {padding:5px 10px;}
.Login p {padding:5px 10px;}
.butGet {margin:0 auto;display:block;}
/*========== 营销活动开奖提示 ==========*/
/*====刮刮卡=====*/
.LuckCard{width:100%;height:100%;overflow:hidden;}
.LuckCardbg{position:relative;width:320px;height:170px;background:url(/images/PartyImage/luckcard.jpg) no-repeat;margin: 0 auto;}
.mycar{overflow:hidden;position:absolute;width:200px;height:30px;border-radius:3px;cursor:pointer;top:115px;right:20px}
.result{width:100%;height:100%;overflow:hidden;}
.result strong{display:block;color:#fff;text-align:center;line-height:30px;font-size:18px;font-family:Arial, Helvetica, sans-serif;}
.canvas{position:absolute;}
.result {background-color:#970000;}
.reset{position:absolute;top:116px;right:20px;width:50px;height:28px;border-radius:3px;text-align:center;cursor:pointer;display:none;background-color:white;}
.cardText {display:block;overflow:hidden;border-radius:5px;margin:10px 3%;clear:both;background-color:#fff8ae;}
.cardText h5,.cardText dt {display:inline-block;font-size:14px;line-height:2em;background-color:#e96800;color:white;width:100px;text-indent:0.5em;}
.cardText ul {padding:5px 10px;}
.cardText p {padding:5px 10px;}
/*====刮刮卡End====*/
/*====幸运转盘====*/
.Rotate{width:99.5%;list-style-type:none;display:block;overflow:hidden;}
.Rotate dd{display:block;overflow:hidden;border-radius:5px;margin:10px 3%;clear:both;}
.Rotate dd h5 {display:inline-block;font-size:14px;line-height:2em;background-color:#e96800;color:white;width:100px;text-indent:0.5em;}
.Rotate dd.rotePlate {padding:0px;}
.Rotate dd.prizeList {background-color:#fff8ae;}
.Rotate dd.prizeList ul {padding:5px 10px;}
.Rotate dd.description{margin:0 3%;width:auto;background-color:#fff8ae;}
.Rotate dd.description p {padding:5px 10px;;}

.RImage{height:250px;width:250px;display:block;position:relative;overflow:hidden;margin:auto;}
.BackImage{position:absolute;max-width:100%;}
.RImage i,.PShadow{width:80px;height:80px;display:block;overflow:hidden;position:absolute;left:92px;top:82px;cursor:pointer;}
.RImage i img{max-height:100%;}
.PShadow{z-index:100;top:0;left:0;}
/*====幸运转盘end====*/
/*====砸金蛋====*/
.egg{margin:auto;overflow:hidden;width:99.5%;}
.eggList{overflow:hidden;list-style-type:none;display:block;width:270px;margin:0 auto;margin-top:40px;}
.eggList li{float:left;position:relative;background:url(/images/GoldEgg/egg_1.png) no-repeat center bottom;width:90px;height:110px;display:block;cursor:pointer;}
.eggList li span{width:30px;height:60px;display:block;color:#ff0;font-size:42px;font-weight:bold;margin:60px auto;}
.hammer{background:url(/images/GoldEgg/img-6.png) no-repeat;background-size:contain;width:50px;height:50px;position:absolute;left:50%;margin-left:-25px;z-index:10;display:none;}
.eggList li.curr{background:url(/images/GoldEgg/egg_2.png) no-repeat bottom;cursor:default;z-index:300;background-size:70%;width:90px;}
.eggList li.curr sup{background:url(/images/GoldEgg/img-4.png) -30px -30px no-repeat;width:150px;height:181px;display:block;z-index:800;}
.eggList li,.eggList li.curr,.eggList li.curr sup{background-size:70%;}
.RTip{position:absolute;background:#f60;width:95%;margin-left:4px;padding:5px;font-size:14px;line-height:24px;z-index:500;color:#fff;text-align:center;overflow:hidden;display:none;border-radius:3px;}
.eggText {display:block;overflow:hidden;border-radius:5px;margin:10px 3%;clear:both;background-color:#fff8ae;}
.eggText h5 {display:inline-block;font-size:14px;line-height:2em;background-color:#e96800;color:white;width:100px;text-indent:0.5em;}
.eggText ul {padding:5px 10px;}
.eggText p {padding:5px 10px;}
/*====砸金蛋End====*/
/*----------------------------- 模块样式END -------------------------------*/
