@charset "utf-8";
/* ************************************
* file name:com_ly.css
* personnel:caoyan
* date:2009-04-02
* content:重置样式，公用样式，按钮，提示区，弹出层，分页，标签，列表，流程，表格，模块，详细信息-说明文字，银行列表，高级搜索，框架
************************************ */
/*==================重置样式============*/
html,body{
	margin:0 auto;
	padding:0;

	font-family:tahoma,Arial, Helvetica, sans-serif,"宋体";
	font-size:12px;
	line-height:150%;
	text-align:center;
	padding-top:3px;
}
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form{
	margin:0;
	padding:0;
}
ul,ol,li{
	list-style:none;
}
img{
	border:0;
	vertical-align:middle;
}
select,input,textarea{
	font-size:12px;
	font-family:tahoma,Arial, Helvetica, sans-serif,"宋体";
}
body h1 {
	display:none;
}
.input{
	margin-top:3px;
}
.lyInputReadonly {}
/*===============公用样式==============*/
/*字体*/
.lyFamily {
	font-family:"宋体";
}
/*字体加粗*/
.lyBold {
	font-weight:bold;
}
/*正常字体*/
.lynormal {
	font-weight:normal;
}
/*清除浮动*/
.lyClear {
	clear:both;
	height:0;
	line-height:0;
}
/*文字对齐方式*/
.lyTxtRight, th.lyTxtRight, td.lyTxtRight {
	text-align:right;
}
.lyTxtLeft, th.lyTxtLeft, td.lyTxtLeft {
	text-align:left;
}
.lyTxtCenter, th.lyTxtCenter, td.lyTxtCenter, .lyProInfoList table td.lyTxtCenter {
	text-align:center;
}
.lyFloLeft {
	float:left;
}
.lyFloRight {
	float:right;
}
/*链接*/
a{
	font-size:12px;
	text-decoration:none;
}
a:hover{}
/*当前位置*/
.lyCurrentP{
	margin:0 0 10px 0;
}
.lyCurrentPFix {
	margin-bottom:35px;
}
.lyCurrentP h1{
	font-size:12px;
	font-weight:normal;
	display:inline;
}
/*横虚线*/
.lyBgLine {
	width:600px;
	height:18px;
}
/*隐藏*/
.hide,#showArea {
	display:none;
}
/*js用到的默认隐藏*/
.lyDomHide,.liTipHide {
	display:none;
} 
/*金额，空间，链接数，用户数*/
.lyMoney{
	font-size:12px;
	font-weight:bold;
}
.lyMoney1{
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	margin: 0 5px;
}
.lySpace{}
.lyUser{}
.lyLinkNum{}
/*===================dns选择=================*/
.xindns,.othdns {
	padding-left:20px;
}
.othdns input {
	margin-bottom:3px;
}
/*===================按钮====================*/
.buttonBuy2,.buttonBuy,.buttonBuy4,.buttonBuy6,.buttonBuy6_dis,
.buttonFav,.buttonFav2,.buttonPay,.buttonPar,.buttonPar2,
.button2,.button2_dis,.button4,.button4_dis,.button6,.button6_dis,.buttonWeb{
	cursor:pointer;
}
/*产品展示页的购买按钮*/
.buttonBuy, .buttonBuy2, .buttonPar, .buttonPar2, .buttonFav, .buttonFav2  {
	margin:0 4px 0 0;
	border:0;
	width:50px;
	height:20px;
	text-indent:-9999em;
	*text-indent:0;
	font-size:12px;
	*font-size:999em;
	overflow:hidden;
	font-family:"宋体";
	text-align:center;
}
/*其它购买按钮*/
.buttonBuy, x:-moz-any-link {
	font-family:"宋体";
} 
.buttonBuy4 {
	margin:0 4px 0 0;
	border:0;
	width:87px;
	height:23px;
	line-height:23px;
	text-align:center;
	text-indent:-9999em;
	*text-indent:0;
	font-size:12px;
	*font-size:999em;
	overflow:hidden;
}
.buttonBuy6,.buttonBuy6_dis {
	margin:0 4px 0 0;
	border:0;
	width:111px;
	height:22px;
	line-height:22px;
	text-align:center;
	text-indent:-9999em;
	*text-indent:0;
	font-size:12px;
	*font-size:999em;
	overflow:hidden;
	font-family:"宋体";
}

/*支付*/
.buttonPay {
	margin:0 4px 0 0;
	border:0;
	width:108px;
	height:29px;
	line-height:29px;
	text-align:center;
	text-indent:-9999em;
	*text-indent:0;
	font-size:12px;
	*font-size:999em;
	overflow:hidden;
}
/*网站安全按钮*/
.buttonSecReg,.buttonSecSch,.buttonSecWebReg,.buttonSecWebSch{
	margin:4px 4px 0 0;
	border:0;
	width:142px;
	height:30px;
	text-indent:-9999em;
	*text-indent:0;
	font-size:12px;
	*font-size:999em;
	overflow:hidden;
	cursor:pointer;
}
/*一般按钮*/
.button2,.button2_dis,.pagebutton {
	margin:0 4px 0 0;
	padding:0;
	border:0;
	width:57px;
	height:22px;
	line-height:22px;
	text-align:center;
	font-family:"宋体";
}
.button4,.button4_dis {
	margin:0 4px 0 0;
	padding:0;
	border:0;
	width:70px;
	height:22px;
	line-height:22px;
	text-align:center;
	font-family:"宋体";
}
.button6,.button6_dis {
	margin:0 4px 0 0;
	padding:0;
	border:0;
	width:96px;
	height:22px;
	line-height:22px;
	text-align:center;
	font-family:"宋体";
}
.buttonWeb {
	margin:0 4px 0 0;
	padding:0;
	border:0;
	width:96px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-family:"宋体";
}
/*================提示区域================*/
/* 文本框宽度定义 */
.txt180 {
	width:180px;
}
select.txt180 {
	width:187px;
}

/* 文本框边框定义 */
.inputSty {
	border:1px solid #CCCCCC;
	height:12px;
	padding:3px;
}
textarea.inputSty {
	height:60px;
}

/* ckbox 位置修复 */
.fixMop1 {
	margin-top:2px;
}

.lyFormTip {
	width:180px;
	padding:0 1px 0 22px;
	line-height:18px;
}
.lyFormTipErr {
	width:180px;
	display:block;
	padding:0 1px 0 22px;
	line-height:18px;
}
.usreg .lyFormTipErr,
.usreg .lyFormTip {
	width:200px;
}
.usreg td img.lyCode {
	vertical-align:top;
	margin-top:0;
	_margin-top:1px;
}

.lyTipArea {
	padding:0;
	width:600px;
	line-height:140%;
}
.lyTipArea2 {
	padding:0;
	width:600px;
	line-height:140%;
}
.lyTipArea3 {
	padding:6px 8px;
	width:584px;
	line-height:140%;
	margin-bottom:8px;
}
.lyTipArea4{
	padding:6px 8px;
	width:auto;
	line-height:140%;
	margin-bottom:8px;
}

p.selP {
	margin-bottom:5px;
}

/*特殊 结算中心提示区域宽度七百五*/
.lyTipArea3Unp {
	width:734px;
}
/*内容边距*/
.lyTipPTop{
	margin-top:4px;
}
/*上边距*/
.lyTipAreaTop {
	margin-top:8px;
	margin-top:5px\9;
	*margin-top:6px;
	_margin-top:7px;
}
/*底边距*/
.lyTipAreaBot {
	margin-bottom:8px;
	margin-bottom:5px\9;
	*margin-bottom:6px;
	_margin-bottom:7px;
}
.bankArea {
	padding:0;
	margin-bottom:8px;
	margin-bottom:5px\9;
	*margin-bottom:6px;
	_margin-bottom:7px;
	width:600px;
	line-height:140%;
}
/*快速提示*/
.qtip {
	cursor:help;
	vertical-align:middle;
}

#quickTip {
	position:absolute;
	color:#4C4C4C;
	width:200px;
	text-align:left;
	border-bottom-width:2px;
	border-right-width:2px;
	z-index:90;
	display:none;
}

#quickTip h4 {
	height:20px;
	line-height:20px;
	padding-left:10px;
	font-weight:normal;
	font-size:12px;
	margin-top:1px;
}
#quickTip div {
	padding:10px;
}

/*========================弹出层=================*/
.masklay {
	position: fixed;
	height:100%;
	width:100%;
	left:0;
	top:0;
	z-index:100;
	display:none;
	_position: absolute;
    _height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.popArea,
.popAreaOk,
.popAreaErr,
.popAreaConf {
	position: fixed;
	z-index:102;
	height:246px;
	width:486px;
	top:30%;
	left:30%;
	overflow:hidden;
	_position: absolute;
	_margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');   
}
.popArea {
	display:none;
}
.popArea a.close,
.popAreaOk a.close,
.popAreaErr a.close,
.popAreaConf a.close,
.popArea a.pop_close {
	display:block;
	float:right;
	height:35px;
	width:30px;
	text-indent:-20em;
	overflow:hidden;
}
.popArea h3,
.popAreaOk h3,
.popAreaErr h3,
.popAreaConf h3{
	font-size:20px;
	margin-bottom:10px;
}
.popArea .popCont,
.popAreaOk .popCont,
.popAreaErr .popCont,
.popAreaConf .popCont {
	margin:60px 20px 0 80px;
	text-align:left;
	padding:13px 0 0 80px;
	height:60px;
}
.popArea .tips,
.popAreaOk .tips,
.popAreaErr .tips,
.popAreaConf .tips {
	width:420px;
	margin:5px auto;
	padding:5px 10px;
}
.popArea .pop_op,
.popAreaOk .pop_op,
.popAreaErr .pop_op,
.popAreaConf .pop_op {
	text-align:center;
}
.lyPaymentOk {
	width:300px;
	margin:0 auto;
	padding-top:50px;
}
.lyPaymentOk h3 {
	font-size:20px;
	margin-bottom:10px;
	height:50px;
	padding-left:80px;
	padding-top:20px;
}

/*================分页及每页显示条数====================*/
.lyPage{
	margin:10px 0;
	text-align:center;
	line-height:22px;
}
.lyPage span.total{
	margin:0;
	padding:0;
}
.lyPageItem{
	margin:0 0 5px 0;
}
.lyPage .lyPageItem{
	float:right;
	margin:-19px 0 0 0;
	margin:0\9 0 0 0;
	*margin:-19px 0 0 0;
}
/*==================================Tab标签=====================================*/
/*Tab 页签*/
.lyTab {
	width:100%;
	float:left;
}
.lyTabLabel {
	height:36px;
}
.lyTabLabel li {
	float:left;
	margin-right:-1px;
}
/* 标签样式 */
.lyTabLabel a {
	width:141px;
	height:31px;
	display:block;
	text-align:center;
	padding-top:5px;
}
.lyTabLabel a:hover {
	text-decoration:none;
}
.lyTabLabel #tabOpen {
	width:141px;
	height:31px;
	display:block;
	text-align:center;
}
/* 标签内容式样 */
.lyTabLabelContent {
	padding:10px 0;
	float:left;
	width:576px;
	position:relative;
}
.lyTabLabelContent p {
	padding:0 10px;
}
.lyTabLabelContent ul.squares {
	font-weight:bold;
	padding:0 10px;
}
.lyTabLabelContent ul.squares li {
	padding-left:8px;
	line-height:18px;
}
.lyTabLabelContent .stlcLeft {
	float:left;
	width:278px;
	height:100px;
	margin-left:8px;
	font-family:tahoma,Arial, Helvetica, sans-serif,"宋体";
}
.lyTabLabelContent .stlcLeft h4 {
	font-size:14px;
	margin-bottom:10px;
}
.lyTabLabelContent .stlcLeft p {
	padding:0 0 5px 0;
	line-height:18px;
}
.lyTabLabelContent .stlcLeft .stlcTel {
	padding-left:40px;
}
.lyTabLabelContent .stlcRight {
	float:left;
	width:273px;
}
.lyTabLabelContent .visit {
	position:absolute;
	top:40px;
	right:9px;
	width:160px;
	height:50px;
}
.lyTabLabelContent .stlcRight .faq {
	vertical-align:top;
	height:30px;
	line-height:30px;
	padding-left:5px;
}
.lyTabLabelContent .stlcRight h3 {
	padding-left:30px;
	line-height:23px;
}
.lyTabLabelContent .stlcEmail {
	height:42px;
	padding-top:7px;
}
.lyTabLabelContent .stlcEmail p {
	padding:0 0 0 45px;
	line-height:16px;
}
.lyTabLabelContent .stlcRight li {
	line-height:24px;
	padding-left:20px;
}
.lyTabLabelContent .domList li {
	float:left;
	width:auto;
}
/*电子邮箱，网站寄存，租用托管*/
.lyTabForm{
	float:left;
	width:100%;
	overflow:hidden;
}
.lyTabFormWidth{
	width:600px;
}
.lyTabForm p.explain { 
	margin-bottom:20px; 
	width:100%;
	clear:both;
} 
/*
.lyTabFormTitle{
	position:absolute;
	z-index:2;
	margin-top:-5px;
}*/
.lyTabFormTitle, .shopTabFormTitle{
	position:absolute;
	z-index:2;
	margin-top:1px;
	margin-top:2px\9;
	*margin-top:2px;
}
.shopTabFormTitle{
	margin-left:1px;
	margin-left:0px\9;
	*margin-left:0;
}
.lyTabFormTitle, x:-moz-any-link, .shopTabFormTitle, x:-moz-any-link {
	margin-top:2px;
}
.lyTabFormTitle3, x:-moz-any-link, .shopTabFormTitle3, x:-moz-any-link {
	margin-top:6px;
}
.lyTabFormTitle3, x:-moz-any-link, x:default, .shopTabFormTitle3, x:-moz-any-link, x:default {
	margin-top:1px;
}
.lyTabFormTitle3, .shopTabFormTitle3{
	*margin-top:2px;
}
.lyTabFormTitle ul, .shopTabFormTitle ul{
	float:left;
	display:inline;
}
.lyTabFormTitle ul li, .shopTabFormTitle ul li{
	float:left;
	margin-right:5px;
	list-style:none;
}
.lyTabFormTitle ul li a, .shopTabFormTitle ul li a{
	float:left;
	line-height:27px;
	padding:0 15px;
}
.lyTabFormTitle ul li.active{}
.lyTabFormContent, .shopTabFormContent{
	clear:left;
	position:relative;
	margin-top:29px;
	*margin-top:28px;
	margin-top:28px\9;
	display: none;
}
.shopTabFormContent{
	margin-top:27px;
	margin-top:28px\9;
	*margin-top:28px;
}
.supTabFormContent{
	margin-top:33px;
}
.lyTabFormContentFst{
	display: block; 
}
.lyTabFormContent p.tips, .shopTabFormContent p.tips{
	height:21px;
	z-index:1;
	line-height:25px;
	overflow:hidden;
	padding-left:6px;
	display:block;
	width:742px;
}
.lyTabFormTable, .shopTabFormTable {
	margin-left:1px;
	margin-left:0\9;
	*margin-left:0;
}
.lySupTableWrap{
	width:600px;
	clear:both;
	float:left;
	padding:0 0 20px 0;
}
.lySupTable{
	width:100%;
	clear:both;
	float:left;
	padding:0 0 20px 0;
}

/*栏目标签页：新闻中心，关于我们*/
.lyTabCol{
	width:600px;
	padding-top:15px;
}
.lyTabSup{
	width:100%;
	padding-top:15px;
}
/*tab title*/
.lyTabColTitle, .lyTabAboTitle{
	height:40px;
}
.lyTabColTitlePad{
	padding-left:49px;
}
.lyTabColTitle ul, .lyTabAboTitle ul{
	display:inline;
	_margin-left:8px;
	float:left;
	_width:600px;
}
.lyTabColTitle ul li, .lyTabAboTitle ul li{
	float:left;
	width:75px;
}
.lyTabColTitle ul li a, .lyTabAboTitle ul li a{
	width:83px;
	height:37px;
	_margin-left:-8px;
	float:left;
	line-height:37px;
	text-align:center;
	position:relative;
}
/*tab content*/
.lyTabColCont{
	clear:left;
	margin-top:5px;
	display:none;
}
#lyTabContShow {
	display:block;
}
.lyTabAboCont{
	clear:left;
	margin-top:5px;
}
/*tab content title*/
.lyTabColContTit{
	font-size:14px;
	padding-left:15px;
	height:25px;
	line-height:25px;
}
/*tab content list*/
.lyTabColContList{}
.lyTabColContList li{
	line-height:30px;
	padding-left:18px;
}
.lyTabColContList li span.date{
	float:right;
	margin:-30px 0 0 0;
	margin:0\9;
	*margin:-30px 0 0 0;
}
/*tab content detail*/
.lyTabColCont .artical{
	text-align:center;
	padding:10px 0 5px 0;
	font-weight:normal;
}
.lyTabColCont .content p, .lyTabAboCont .content p{
	font-size:12px;
	line-height:2em;
	margin:15px 0;
}
.lyTabColCont .content p.back a{
	float:right;
	padding-left:0;
	margin-right:10px;
}
.lyTabColCont .content p.respect{
	text-indent:none;
}
.lyTabAboCont .content dl.lyAboutusCC{
	margin:0 25px;
	padding-top:10px;
}
.lyTabAboCont .content dl.lyAboutusCC dt,.lyTabAboCont .content dl.lyAboutusCC dd{
	float:left;
	line-height:2em;
	font-size:12px;
}
.lyTabAboCont .content dl.lyAboutusCC dt {
	width:14%;
}
.lyTabAboCont .content dl.lyAboutusCC dd {
	width:80%;
}
.lyTabAboCont .content dl.lyAboutusCC dt{
	font-weight:bold;
	clear:left;
}
/*=============================流程=======================*/
dl.lyFlow {
	float:left;
	margin-bottom:25px;
	text-align:center;
	padding-top:10px;
	margin-left:1px;
	width:99%;
}
dl.lyFlow dt {
	text-indent:-9999em;
	overflow:hidden;
	display:none;
}
dl.lyFlow dd {
	width:100px;
	height:48px;
	display:block;
	line-height:48px;
	float:left;
	padding-left:42px;
	padding-right:3px;
	vertical-align:middle;
	text-align:center;
	color:#000;
}
.lyFlowFlash {
	float:left;
	margin-bottom:25px;
	padding-top:10px;
	margin-left:-7px;
	width:99%;
}
/*============================表格===========================*/
/* 表格行间隔 */
td.tds {
	height:5px;
}
td.tds2 {
	height:15px;
}
/*lyTableClass表格分组标题*/
.lyTableClass{
	width:600px;
	clear:both;
	float:left;
	margin:0;
}
.lyTableClass h3.lyTableClass{
	font-size:12px;
	height:25px;
	line-height:26px;
	*line-height:28px;
	_line-height:25px;
	overflow:hidden;
	padding-left:6px;
	width:594px;
	clear:both;
	float:left;
}
.lyTableClass .lyTableWrap{}
/*特殊 结算中心 宽度七百五*/
.lyTableClassUnp{
	width:750px;
}
.lyTableClass h3.lyTableClassUnp{
	width:744px;
}
/*lyTable 通用表格样式*/
/*表头*/
.lyTableWrap{
	width:600px;
	clear:both;
	float:left;
	padding:0 0 20px 0;
}
.usregWrap {
	width:750px;
}
/*特殊 结算中心宽度七百五*/
.lyTableWrapUnp{
	width:750px;
}
.lyTableWrap ul.payway{
	margin-left:50px;
}
.lyTableWrap .lyH3Title {
	height:16px;
	display:block;
}
.lyTableWrap h3.title{
	font-size:12px;
	line-height:16px;
	margin:0 0 5px 0;
	padding:0;
	text-align:left;
	font-weight:normal;
}
p.lyPayTypeTip {
	padding-left:22px;
	padding-right:5px;
	margin-bottom:10px;
	margin-top:10px;
}
p.lyContLH {
	line-height:120%;
	margin-bottom:5px;
	margin-top:6px;
}
.lyTableWrap h3.title span.normal{
	font-weight:normal;
	float:none;
}
.lyTableWrap h3.title span{
	float:right;
	margin-top:-19px;
	font-weight:normal;
}
.lyTableWrap .lyWait {
	line-height:25px;
}
.lyTableWrap .lyWait p {
	margin-left:25px;
}
/*列表*/
.lyTableList{
	border-collapse:collapse;
}
.lyTableList th{
	font-weight:normal;
	text-align:left;
}
.lyTableList .lyTxtCenter{
	text-align:center;
}
.lyTableList .lyTxtRight, .lyTableFrom .lyTxtRight{
	text-align:right;
}
.lyTableList th{
	padding:0 8px;
	line-height:22px;
	vertical-align:top;
}
.lyTableList td {
	padding:0 8px;
	line-height:25px;
	vertical-align:top;
}
.lyTableList td img.imgcal {
	vertical-align: middle;
}
.lyTableList td select {
	margin-top:5px;
}
.lyTableList li {
	line-height:22px;
}
.lyTableList a.mag {
	padding-left:5px;
	height:18px;
}

/*表格二*/
.lyTableFrom {
	border-collapse:collapse;
	width:100%;
	margin-bottom:10px;
}
.lyTablePar {
	border-collapse:collapse;
	margin-bottom:10px;
}
.lyTableFrom th, .lyTableFrom td,.lyTablePar th,.lyTablePar td, .lyTableWrap .lyTableICP td {
	padding:0 6px;
	line-height:22px;
	text-align:left;
	vertical-align:top;
}
.lyTableFrom th,.lyTableFrom td{
	font-size:12px;
}
.lyTableFrom td input{
	margin:1px 0 0 0;
}
.lyTableFrom td p {
	margin:3px 0;
}
.lyTableFrom td p input{
	margin:0;
}
.lyTablePar .lyTxtCenter {
	text-align:center;
}
.lyTableFrom td.lyTxtLeft {
	text-align:left;
}
.lyTableFrom td .costs{
	clear:left;
	padding-bottom:8px;
}
.lyTableFrom td .costs span{
	font-weight:bold;
}
.lyTableFromNoB{
	margin-bottom:0;
}
td.priceSel {
	padding:3px;
}
td.priceSel select {
	display:none;
}
td.buybt {
	padding:3px;
}
/*表格三*/
.lyTableWrap .lyTableICP{
	border-collapse:collapse;
}
/*总金额*/
.lyTableWrap .total{
	text-align:right;
	padding-top:10px;
	padding-top:10px\9;
	*padding-top:9px;
	line-height:12px;
	line-height:10px\9;
	*line-height:15px;
}
.lyTableWrap .total span.count,.lyTableWrap .total span.money {
	float:none;
}
.lyTableWrap .total .count{}
.lyTableWrap .total .money{
	font-size:18px;
	font-weight:bold;
}
.lyTableWrap .lyButWrap{
	width:100%;
	text-align:left;
	padding:10px 0 0 0;
}
/*单独按钮行*/
.lyButWrap1{
	width:100%;
	text-align:right;
	padding:10px 0 0 0;
	float:left;
}
.lyButWrap1 input.lyMarginR {
	margin-right:22px;
}
/*表格四，左右结构*/
.lyTableInfoWrap{
	padding:5px 0;
	margin-top:8px;
	margin-top:5px\9;
	*margin-top:6px;
	_margin-top:7px;
}
.lyTableInfo{
	border-collapse:collapse;
}
.lyTableInfo .itemTip{}
.lyTableInfo td{
	padding:0 0 0 6px;
	height:25px;
}
.lyTableInfo td.tdTextTop {
	vertical-align:top;
*vertical-align:text-top;
}
.lyTableInfo td img.lyYz{
	margin-bottom:4px;
	margin-bottom:3px\9;
}
.lyTableInfo td img.lyCodeLogin{
	margin-bottom:4px;
	margin-bottom:3px\9;
}
.lyTableInfo td img.lyCode {
	vertical-align:top;
}
.lyTableInfo td img.lyCodeReg {
	margin-top:2px;
	_margin-top:1px;
}
.lyTableInfo th{
	padding:0 0 0 6px;
	line-height:25px;
}
.lyTableInfo tr.bas th{
	text-align:left;
}
/*左右表格按钮外层*/
.lyModbut {
	text-align:left;
	padding:10px 0 0 0;
	padding-left:203px;
	float:left;
}
.lyModbut1{
	text-align:left;
	padding:10px 0 0 0;
	padding-left:276px;
	float:left;
}
.lyModbut2{
	text-align:left;
	padding:10px 0;
	padding-left:196px;
	float:left;
}
/*表格五-产品展示*/
.lyProInfoWrap{
	width:750px;
	float:left;
	clear:left;
	margin:10px 0;
}
.lyProInfoWrap img{
	float:left;
	margin:24px 20px 0 18px;
}
.lyProInfo h4{
	font-size:12px;
	font-weight:normal;
	height:31px;
	padding-top:15px;
	overflow:hidden;
}
.lyProInfo h4 span, .lyProInfo h4 span a {
	font-size:18px;
	font-weight:bold;
}
.lyProInfo h4 a img {
	margin:0 0 0 15px;
	float:none;
}
.lyProInfo ul{
	margin:6px 0;
}
.lyProInfo ul li{
	float:left;
	width:275px;
	padding-left:10px;
	margin:2px 0;
}
.lyProInfo ul.longLi li{
	width:440px;
}
.lyProInfo ul.list {
	float:left;
	margin:6px 0;
	width:290px;
}
.lyProInfo ul.list li{
	float:none;
}
/*服务*/
.lyProInfoServ{
	float:left;
	margin:6px 0 0 0;
	zoom:1;
}
.lyProInfoServ h3{
	font-size:12px;
	font-weight:normal;
	margin:5px 0;
}
.lyProInfoServ ul.list{
	width:145px;
	margin:0;
	float:left;
}
.lyProInfoServ ul.list li{
	width:auto;
}
/*列表*/
.lyProInfoListWrap{
	float:left;
	width:750px;
	display:inline;
	padding-bottom:9px;
}
.lyProInfoList{
	padding:0 5px;
}
.lyProInfoList table{
	width:100%;
	border-collapse:collapse;
}
.lyProInfoList table td,.lyProInfoList table th{
	padding:2px 6px;
	line-height:24px;
	height:48px;
}
.lyProInfoList table th{
	font-weight:normal;
	text-align:left;
	height:28px;
	height:25px\9;
	*height:25px;
}
.lyProInfoList table td{
	text-align:left;
}
.lyProInfoList table .num{
	text-align:right;
}
.lyProInfoList table .numPr{
	text-align:right;
	padding-right:30px;
}
.lyProInfoList table th.ser{
	height:48px;
	word-break:break-all;
	width:114px;
	vertical-align:top;
	line-height:22px;	
}
.lyProInfoList table td.oper{
	text-align:center;
}
.lyProInfoList table th.ser p {
	background:none;
	padding:0;
}
.lyProInfoList table th.ser p a.setTitle,
.lyProInfoList table td.name{
	font-size:13px;
}
.lyProInfoList table th.ser p a.setLine {
	font-size:12px;
}

tr.bgBorder td, tr.bgBroken td{
	padding:0;
	line-height:0;
	height:0;
}
.lyProInfoList ul{
	list-style:none;
}
.lyProInfoList ul li{
	padding:0 0 0 10px;
	margin:0;
}
.lyProInfoList .lyMoney{
	font-size:12px;
}
/*表格六，左右表格，无隔行变色*/
.lyTable2{
	border-collapse:collapse;
	margin-bottom:30px;
}
.lyTable2 tr.bas th{
	text-align:left;
	font-weight:bold;
}
.lyTable2 th{
	text-align:left;
	padding:0 6px;
	line-height:25px;
	font-weight:normal;
}
.lyTable2 td{
	text-align:left;
	padding:0 6px;
	line-height:25px;
}
.lyTable2 td.pic{
	padding:8px 10px 5px 10px;
}
.lyTable2 td.pic p{
	text-align:center;
	padding:3px;
}
/*表格七 弹出窗口表格*/
.lyTablePopWrap{
	margin:0 0 0 5px;
}
.lyTablePop{
	width:100%;
	border-collapse:collapse;
}
.lyTablePop th{
	font-weight:normal;
	text-align:left;
}
.lyTablePop .lyTxtCenter{
	text-align:center;
}
.lyTablePop .lyTxtRight, .lyTableFrom .lyTxtRight{
	text-align:right;
}
.lyTablePop th{
	padding:0 8px;
	line-height:22px;
	vertical-align:top;
	white-space:nowrap;
}
.lyTablePop td {
	padding:0 8px;
	line-height:25px;
	vertical-align:top;
	white-space:nowrap;
}
/*总金额*/
.lyTablePop .total{
	text-align:right;
}
/*=======================模块============================*/
/*模块1*/
.lyLinkArea{
	padding:12px 7px;
	margin-bottom:15px;
	width:586px;
}
.lyLinkArea a{
	padding:1px 0 2px 18px;
	margin-right:25px;
}
/*模块2*/
.lyContBlock {
	margin-bottom:10px;
	width:100%;
}
.lyContBlock h3 {
	height:24px;
	line-height:24px;
	font-size:12px;
	padding-left:20px;
}
.lyContBlock div {
	border-top:0;
	padding:10px;
}
.lyContBlock hr {
	height:0;
	border:0;
}
.lyContBlock ul li {
	line-height:2em;
}
.lyContBlock div.lyFloblock1,.lyContBlock div.lyFloblock2, .lyContBlock div.lyFloblock3 {
	width:225px;
	margin-left:5px;
	float:left;
	border:0;
	border-width:0;
	overflow:hidden;
}
.lyContBlock .last {
	border-right:0;
}
.lyFloblock1 h5,.lyFloblock2 h5,.lyFloblock3 h5 {
	margin-bottom:10px;
}
.lyContBlock ul.hasLsStyle li {
	list-style:disc;
	margin-left:15px;
}

.lyContBlock div.lyFloblock2 {
	width:165px;
	overflow:hidden;
}
.lyContBlock div.lyFloblock3 {
	width:349px;
	_width:346px;
	overflow:hidden;
}
/*模块3，支付*/
.lyBlockPayWrap{
	width:593px;
	padding:0 0 5px 0;
	margin-top:5px;
}
.lyBlockPay{
	padding-top:5px;
}
.lyP {
	margin:10px;
	margin-left:22px;
}
/*模块4  客服中心*/
.lySupframe {
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
}
.lySupframe h3 {
	font-weight:normal;
	font-size:12px;
	height:29px;
	line-height:29px;
	padding:0 10px 0 17px; 
}
.lySupframe h3 a {
	float:right;
}
.lySupframe .supDown {
	float:left;
	width:730px;
	margin:8px 0 8px 10px;
	_margin:8px 0 8px 5px;
	overflow:hidden;
}
.lySupframe .supDown h4 {
	font-weight:normal;
	font-size:12px;
	padding:0 12px; 
}
.lySupframe .supDown li {
	float:left;
	width:107px;
	margin:5px 10px;
	_margin:5px 7px;
	margin-right:28px;
	text-align:center;
}
.lySupframe .supDown li a {
	display:block;
	line-height:22px;
}
.lySupframe .supDl {
	padding:8px 0;
	float:left;
	width:200px;
} 
.lySupframe .supDl dd {
	padding-left:12px; 
}
.lySupframe .supDl1 dd {
	float:left;
	width:80px;
}
/*模块5  客服中心*/
.lySupRight {
	width:100%;
	margin-bottom:9px;
}
.lySupRight h3 {
	font-weight:normal;
	font-size:12px;
	height:29px;
	line-height:29px;
	padding:0 10px; 
}
.lySupRight h3 a {
	float:right;
}
.lySupRight ul {
	padding:10px;
}
.lySupRight li {
	padding-left:10px;
	line-height:22px;
}
.lySupRight ul.supUlHot li {
	padding-left:25px;
}
.lySupRight p {
	padding:10px;
	padding-bottom:0;
}
.lySupframe div.gameList {
	float:left;
	height:100px;
	width:320px;
	padding:5px;
	margin:0 10px 0 5px;
}
.lySupframe div.gameList img {
	float:left;
	margin-right:10px;
	border:1px solid #666;
}
.lySupframe div.gameList h5 {
	font-size:12px;

}
.lySupframe div.gameList a {
	margin-top:10px;
	display:block;
}
/*模块6 我的问题*/
.lyListWrap{
	margin-bottom:20px;
	width:600px;
	font-family:"宋体";
}
.lyListWrapSup{
	margin-bottom:20px;
	width:100%;
	font-family:"宋体";
}
dl.lyList{}
dl.lyList dt{
	margin:0 0 5px 6px;
}
dl.lyList dt span.delete{
	float:right;
	margin-top:0;
	margin-top:0\9;
	*margin-top:-19px;
}
dl.lyList dd{
	padding:5px;
	margin-top:8px;
	margin-top:5px\9;
	*margin-top:6px;
	_margin-top:7px;
}
/*详细信息页面*/
dl.lyListDetail{}
dl.lyListDetail dt,dl.lyListDetail dd{
	padding:10px 0;
}
dl.lyListDetail dd.descript{
	margin:-5px 0 0 5px;
}
dl.lyListDetail dd.descript p{
	margin:0 59px;
	line-height:22px;
}
dl.lyListDetail dt span,dl.lyListDetail dd span{
	margin-left:5px;
}
/*模块7*/
.lyContInfo {
	margin-bottom:10px;
	width:100%;
}
.lyContInfo h3 {
	height:33px;
	font-size:12px;
	padding:12px 10px 0 60px;
}
.lyContInfo h3 span {
	float:right;
	font-weight:normal;
}
.lyContInfo div.infoCen {
	padding:9px 20px;
}
.lyContInfo ul {
	padding:3px 0;
}
.lyContInfo ul li {
	list-style:none;
	margin:0;
}
.lyContInfo .infoRem {
	padding:0 10px;
	width:594px;
	margin-bottom:9px;
	height:38px;
	line-height:38px;
	clear:both;
}
.lyContInfo .infoRem p {
	width:230px;
	float:left;
	_padding-top:7px;
}
.lyContInfo .infoRem p.balance {
	width:363px;
	overflow: inherit;
}
.lyContInfo .infoObj {
	padding:0;
	width:614px;
	margin:20px 0 10px 0;
}
.lyContInfo .infoObj h4 {
	height:10px;
	text-indent:-999px;
}
.lyContInfo .infoObj .lyTableList {
	margin:0 10px 10px 10px;
}
.lyContInfo .lyTabFormContent {
	margin-top:39px;
	margin-top:40px\9;
	*margin-top:40px;
	background:none;
}
body:nth-of-type(1) .lyContInfo .lyTabFormContent{
   margin-top:39px;
}
.lyContInfo .infoObj p.infoBut {
	padding:0 15px;
	width:584px;
	height:29px;
	line-height:29px;
}
/*常见问题*/
h3.lyListContTit{
	font-size:14px;
	padding-left:15px;
	height:25px;
	line-height:25px;
}
/*content list*/
ul.lyListCont{}
ul.lyListCont li{
	line-height:30px;
	padding-left:18px;
}

/*单个文章*/
.lyListWrap .artical, .lyListWrapSup .artical{
	text-align:center;
	padding:10px 0 5px 0;
	font-weight:normal;
	margin-bottom:20px;
}
.lyListWrap dl.lyList {
	margin-bottom:20px;
}
.lyListWrap .content p{
	font-size:12px;
	line-height:2em;
	margin:5px 0;
}
.lyListWrap .content p input {
	margin-left:50px;
}
.lyListWrap .content p a.subcomp{
	font-size:14px;
}
.lyListWrap .content p.back a{
	float:right;
	padding-left:0;
	margin-right:10px;
}
.lyListWrap .content p.respect{
	text-indent:none;
}
.lyListWrap .content div.conBuy {
	text-align:center;
	width:100%;
	float:left;
	margin:5px 0;
}
.lyListWrap .content textarea {
	padding:5px;
	font-size:13px;
	line-height:22px;
}
.lyListWrap .content p.agrButton{
	text-align:center;
	padding:10px 0;
}
.lyListWrap h4 {
	font-size:14px;
	margin:10px 0 5px 0;
	clear:left;
	float:left;
	width:100%;
}
.lyListWrap .content li {
	/*text-indent:2em;*/
	padding:0;
	font-size:12px;
	clear:left;
	float:left;
	width:100%;
	*float:none;
	*width:auto;
	line-height:2em;
}
.lyListWrap .content ol.ol_num li{
	list-style:decimal inside;
}
.lyListWrap .content ul li {
	list-style:disc inside;
}
.lyListWrap .content ol.ol_letter li {
	list-style:upper-alpha inside;
	padding:0 0 15px 0;
}
.lyListWrap .content ol.ol_letter li ol.ol_num li {
	list-style:decimal inside;
	padding:0;
}
.lyListWrap .content ol.ol_letter li ol.ol_num li ul li {
	list-style:disc inside;
	padding:0;
}
.lyListWrap .content div.conText {
	width:100%;
	margin:5px 0;
	padding-top:10px;
}
.lyListWrap .content div.conText p, .lyListWrap .content div.conText dd {
	font-size:12px;
	line-height:20px;
	text-indent:0;
}
.lyListWrap .content div.conText dl {
	width:100%;
	float:left;
}
.lyListWrap .content div.conText dt {
	width:3%;
	float:left;
	padding-left:8px;
}
.lyListWrap .content div.conText dd {
	width:95%;
	float:left;
}
/* 用户指南 -> 购买流程 */
.lyListWrap .content dl.conBuy{
	line-height:2em;
	width:400px;
	margin:0 auto;
}
.lyListWrap .content dl.conBuyFoL {
	line-height:2em;
	width:208px;
	margin-left:10px;
	float:left;
}
.lyListWrap .content dd.conBuyL{
	width:36px;
	float:left;
}
.lyListWrap .content dd.conBuyR, .lyListWrap .content dd.conBuyRi{
	width:353px;
	float:left;
	text-align:left;
	padding:0 5px;
}
.lyListWrap .content dd.conBuyRight{
	width:160px;
	float:left;
	text-align:left;
	padding:0 5px;
}
/*==============================详细信息-说明文字====================*/
.lyTextIns {
	width:750px;
	padding:10px 20px 160px 20px;
	text-align:left;
}
.lyTextIns img {
	padding-left:5px;
}
.lyTextIns h3 {
	font-family:tahoma,Arial, Helvetica, sans-serif,"宋体";
	line-height: 20px;
	padding:10px 0 10px 10px;
	font-size:12px;
	font-weight:normal;
}
.lyTextIns .TextBg {
	padding:10px;
}
/*======================银行列表===================*/
.lyBackWeb {
	width:550px;
	padding-left:23px;
	padding-top:10px;
}
.lyBackWeb li {
	width:180px;
	height:52px;
	float:left;
	margin:5px 0;
}
.lyBackWeb li input {
	vertical-align:middle;
}
.lyBackWeb .othBank {
	margin-top:7px;
	vertical-align:top;
}
.noMgTop {
	margin-top:-10px;
}
/*====================高级搜索=======================*/
.lyAdvSerchButWap{
	height:22px;
}
a.lyAdvSerchBut{
	padding:0 0 0 20px;
	float:right;
}

.serch_op {
	margin:10px 0 10px 214px;
	text-align:left;
}
/*=====================框架：上中（左右）下=================*/
.lyWrapper{
	margin:0 auto;
	width:960px;
	text-align:left;
}
/*电子邮箱，网站寄存全功能展示*/
.lyWrapperShow{
	margin:0 auto;
	width:960px;
	text-align:left;
}
.lyWrapperShowHos{
	margin:10px;
	width:1700px;
	text-align:left;
}
.lyWrapperShowMail{
	margin:10px;
	width:600px;
	text-align:left;
}
.lyWrapperShowTable{
	margin:10px;
	width:1200px;
	text-align:left;
}
/*========头部========*/
.lyHead{
	padding:0 1px 0 1px;
}
/*登录*/
.lyMember{
	width:791px;
	height:41px;
	line-height:41px;
	position:absolute;
	margin-left:167px;
}
.lyHotLine{
	float:left;
	width:170px;
	margin:2px 0 0 0;
	font-size:12px;
	font-weight:normal;
}
.lyHotLine p{
	display:none;
}
.lyHotLine span{
	font-family:arail;
}
.lyLoginForm{
	float:left;
	width:610px;
	margin-top:2px;
}
.lyLoginFormMB{
	width:555px;
	margin-left:15px;
}
.lyLoginForm .regist{
	float:left;
	margin:0 13px 0 237px;
}
.lyLogin{}
.lyLogin .user{
	width:87px;
	height:22px;
	float:left;
	margin-top:8px;
}
.lyLogin .user input{
	border:0;
	width:83px;
	height:16px;
	float:left;
	line-height:18px;
	*height:15px;
	_line-height:15px;
	margin:1px 0 0 1px;
	margin:2px\9 0 0 1px;
}
.lyLogin .pass{
	float:left;
	width:110px;
	height:21px;
	margin:8px 5px 0 7px;
}
.lyLogin .pass input{
	width:68px;
	float:left;
	border:0;
	height:16px;
	line-height:16px;
	*height:15px;
	_line-height:15px;
	margin:1px 0 0 1px;
	margin:2px\9 0 0 1px;
	*margin:1px 0 0 -5px;
}
.lyLogin .pass span.arrow{
	display:none;
}
.lyLogin .pass a{
	float:left;
	width:29px;
	height:24px;
	text-indent:-9999em;
	overflow:hidden;
	margin-left:11px;
	margin-left:8px\9;
	*margin-left:7px;
	padding:0;
	position:relative;
}
.lyLogin span.passRel{}
.lyLogin span.passRel a{
	padding:0;
	margin:0 5px;
}
.lyLogin span.passRel a.regist{
	padding-left:17px;
	padding-top:0;
	*padding-top:1px;
	padding-top:1px\9;
	_padding-top:0;
}
.lyLogin .memberNum{
	float:left;
	width:350px;
	text-align:right;
	margin:0 12px 0 0;
}
.lyLogin .memberNumMB{
	margin-left:30px;
}
.lyLogin .memberCen{
	float:left;
	margin:0 12px;
}
.lyLogin .out{
	float:left;
	padding:0 0 0 20px;
	height:35px;
	overflow:hidden;
	margin:1px\9 0 0 0;
	*margin:1px 0 0 0;
	_margin:0;
}
.lyCar{
	float:left;
	padding:0;
	width:46px;
	height:21px;
	margin-top:11px;
	display:none;
}
.lyCar a{
	float:left;
	margin:0;
	padding:0;
	line-height:20px;
}
.lyCar a.pay{
	width:34px;
	height:22px;
	text-indent:-9999em;
	overflow:hidden;
}
.lyCarMB{
	display:block;
}
/*logo和导航*/
.lyLogoAndNav{
	width:100%;
	height:107px;
}
.lyLogo{
	float:left;
	width:167px;
	height:107px;
	position:relative;
}
.lyLogo span{
	display:none;
}
.lyLogo h1 a{
	width:167px;
	height:107px;
	float:left;
	overflow:hidden;
}
.lyNav{
	height:64px;
	float:left;
	width:790px;
	_overflow:hidden;
	margin-top:41px;
}
.lyNav select {
	float:right;
	margin-top:-25px;
	margin-right:20px;
}
ul.lyNavFst{
	width:100%;
	float:left;
}
ul.lyNavFst li{
	float:left;
	height:32px;
	width:110px;
	text-align:center;
} 
ul.lyNavFst li a{
	width:110px;
	height:32px;
	display:inline-block;
	float:left;
	text-align:center;
	line-height:35px;
	overflow:hidden;
	font-size:12px;
	font-weight:normal;
}
ul.lyNavSec{
	float:left;
	width:766px;
	height:32px;
	padding:0;
}
ul.lyNavSec li{
	float:left;
	height:32px;
	width:81px;
	position:relative;
	margin-left:-1px;
	text-align:center;
	overflow:hidden;
}
ul.lyNavSec li a{
	font-weight:normal;
	width:81px;
	height:32px;
	float:left;
	display:inline-block;
	text-align:center;
	line-height:32px;
}
ul.lyNavSec li a:hover{}
ul.lyNavSec li a.active{
	font-weight:normal;
}
/*三级导航*/
div.lyNavThdWrap {
	padding:7px 1px 6px 7px;
	border-top:none;
	position:relative;
	z-index:10;
	float:left;
	margin-left:-1px;
	margin-top:-1px;
	display:none;
	background-repeat:no-repeat;
}
div.lyNavThdWrap .lyNavThd {
	width:130px;
	margin:0 6px 0 0;
}
div.lyNavThdWrap .lyNavThd h4 {
	font-size:12px;
	padding-left:7px;
	font-weight:normal;
}
div.lyNavThdWrap .lyNavThd ul {
	padding-left:7px;
}
div.lyNavThdWrap .lyNavThd a:hover{}
div.lyNavThdWrap .paddLeft1{
	padding-left:0;
}
div.lyNavThdWrap .paddLeft2{
	padding-left:48px;
}
div.lyNavThdWrap .paddLeft3{
	padding-left:33px;
}
div.lyNavThdWrap .paddLeft4{
	padding-left:24px;
}
div.lyNavThdWrap .paddLeft5{
	padding-left:31px;
}
div.lyNavThdWrap .paddLeft6{
	padding-left:32px;
}
#lyNavThdWrap1 .lyNavThd {
	float:left;
	height:405px;
	height:420px\9;
	*height:427px;
}
#lyNavThdWrap1 .lyNavThd h4 {
	padding-left:6px;
}
#lyNavThdWrap1 .lyNavThd ul {
	padding-left:6px;
}
/*
#lyNavThdWrap1 .nocol1,#lyNavThdWrap1 .nocol2{
	*float:none;
}
#lyNavThdWrap1 .nocol1{
	position:relative;
}
#lyNavThdWrap1 .nocol2{
	position:absolute;
	top:88px;
	*top:92px;
	right:2px;
	*right:2px;
	_right:1px;
	height:auto;
	border:0;
}*/
#lyNavThdWrap2 {
	left:80px;
}
#lyNavThdWrap2 .lyNavThd {
	float:left;
	width:140px;
	height:240px;
	*height:243px;
}
/*
#lyNavThdWrap2 .nocol3{
	position:relative;
}
#lyNavThdWrap2 .last{
	position:absolute;
	top:108px;
	*top:112px;
	right:2px;
	*right:2px;
	_right:8px;
	height:auto;
	border:0;
}
*/
#lyNavThdWrap3 {
	left:160px;
}
#lyNavThdWrap3 .lyNavThd {
	float:left;
	height:223px;
	height:233px\9;
	*height:236px;
}
#lyNavThdWrap3 .last{}
#lyNavThdWrap4 {
	left:240px;
}
#lyNavThdWrap4 .lyNavThd {
	float:left;
	height:210px;
	*height:215px;
}
#lyNavThdWrap4 .lyNavThd h4 {
	padding-left:6px;
}
#lyNavThdWrap4 .lyNavThd ul {
	padding-left:6px;
}
#lyNavThdWrap5 {
	left:320px;
	padding-bottom:6px;
}
#lyNavThdWrap5 .lyNavThd{
	float:left;
	height:100px;
}
#lyNavThdWrap5 .lyNavThd h4 {
	padding-left:6px;
}
#lyNavThdWrap5 .lyNavThd ul {
	padding-left:6px;
}
#lyNavThdWrap6 {
	left:400px;
}
#lyNavThdWrap6 .lyNavThd{
	width:110px;
	height:63px;
}
#lyNavThdWrap7 {
	left:480px;
}
#lyNavThdWrap7 .lyNavThd {
	margin-bottom:0;
	padding-bottom:6px;
	width:90px;
	float:left;
}
#lyNavThdWrap7 .lyNavThd h4 {
	padding-left:6px;
}
#lyNavThdWrap7 .lyNavThd ul {
	padding-left:6px;
}
#lyNavThdWrap8 {
	left:560px;
}
#lyNavThdWrap8 .lyNavThd{
	width:110px;
	height:98px;
	*height:103px;
}
#lyNavThdWrap8 .lyNavThd h4 {
	padding-left:6px;
}
#lyNavThdWrap8 .lyNavThd ul {
	padding-left:6px;
}
#lyNavThdWrap9 {
	left:640px;
}
#lyNavThdWrap9 .lyNavThd{
	width:110px;
	height:135px;
	height:135px\9;
	*height:103px;
}
#lyNavThdWrap9 .lyNavThd h4 {
	padding-left:6px;
}
#lyNavThdWrap9 .lyNavThd ul {
	padding-left:6px;
}

.domregUl {

}
div.domregLiDiv {
	position:absolute;
	color:#4C4C4C;
	width:650px;
	padding:2px;
	background:#666666;
	text-align:left;
	z-index:90;
	display:none;
	left:10%;
	top:20%;
}
div.domregLiDiv .lyTableFrom {
	margin:0;
}
div.domregLiDiv dl.conText {
	width:100%;
	font-size:12px;
	line-height:20px;
}
div.domregLiDiv dl.conText dt {
	width:3%;
	float:left;
}
div.domregLiDiv dl.conText dd {
	width:95%;
	float:left;
	text-indent:0;
}
.lyTableFrom td.txtRight,.lyTableFrom th.txtRight {
	text-align:right;
}
th.drag {
	cursor:move;
}
/*==============中间===================*/
.lyCont{
	display:block;
	padding:0 1px;
}
/*===左侧边栏内容========*/
.lySide{
	width:167px;
	padding:0 0 13px 0;
	float:left;
}
.lySideFunc{
	margin:0;
	height:25px;
	padding:0 10px;
}
.lySideFunc a{
	width:27px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	border:0;
	margin:0 0 0 18px;
	float:left;
	text-align:center;
}
.lySideFunc a.butFunMan{
	margin:0 0 0 10px;
}
.lySideFunc a.butFunRen{
	margin:0 0 0 26px;
}
.lySideFunc a.butFunUpd{
	margin:0 0 0 18px;
}
/*========菜单=====商城左侧菜单=======*/
.lySideMenu, .lyShopMenu{
	padding:5px 0 20px 0;
	float:left;
}
.lySideMenu h3 a, .lyShopMenu h3 a{
	float:left;
	width:119px;
	height:28px;
	padding:0;
	margin:5px 0 0 0;
	font-size:12px;
	font-weight:normal;
	padding-left:40px;
	overflow:hidden;
} 
.lySideMenu ul, .lyShopMenu ul{
	float:left;
	width:100%;
	display:none;
}
.lySideMenu ul li, .lyShopMenu ul li{
	height:20px;
	line-height:20px;
	padding-left:40px;
}
/*菜单结束*/
.lySideHotLine{
	width:156px;
	height:85px;
	margin:15px 0 0 6px;
	_margin:15px 0 0 3px;
	text-indent:-9999em;
	overflow:hidden;
	float:left;
}
.lyOnlineSup {
	width:163px;
	height:57px;
	margin-left:6px;
	_margin-left:3px;
	overflow:hidden;
	margin:10px auto;
}
.lySideOther{
	padding:0 0 0 13px;
	float:left;
}
.lySideOther .email{
	font-size:11px;
	float:left;
	margin:13px 0 0 0;
}
.lySideOther .email p{
	font-weight:bold;
	padding:0 0 0 5px;
	margin:0;
}
.lySideOther .email .inputArea{
	width:144px;
	height:21px;
	font-weight:normal;
	float:left;
	padding:0;
}
.lySideOther .email .inputArea input{
	border:0;
	float:left;
	width:121px;
	height:17px;
	line-height:17px;
	margin:2px 1px 0 1px;
}
.lySideOther .email .inputArea a{
	float:left;
	width:14px;
	height:15px;
	margin:2px 0 0 3px;
	text-indent:-9999em;
	overflow:hidden;
}
/*===========右侧主要内容==============*/
/*首页右侧*/
.lyMainIndex{
	width:770px;
	padding:10px 10px 160px 10px;
	position:relative;
	float:left;
}
/*其它页右侧*/
.lyMain{
	width:750px;
	padding:10px 20px 160px 20px;
	*padding:10px 20px;/*20100712add*/
	float:left;
	position:relative;
	min-height:225px;
	height:auto;
	_height:225px;
}
/*友情链接与合作伙伴*/
.lyAboutusLink {
	width:600px;
}
.lyAboutusLink img {
	width:88px;
	height:31px;
	padding:5px 0;
}
.lyAboutusLinkL {
	width:415px;
	float:left;
}
.lyAboutusLinkL h3 {
	font-weight:normal;
	font-size:12px;
	height:29px;
	line-height:29px;
	padding:0 10px 0 17px; 
}
.lyAboutusLinkTable {
	width:95%;
	border-collapse:collapse;
	margin:10px;
}
.lyAboutusLinkTable td {
	text-align:center;
	line-height:22px;
}
.lyAboutusLinkR {
	width:180px;
	float:left;
	margin-left:5px;
}
.lyAboutusLinkRT {
	width:100%;
	margin-bottom:9px;
}
.lyAboutusLinkRT h3 {
	font-weight:normal;
	font-size:12px;
	height:29px;
	line-height:29px;
	padding:0 10px; 
}
.lyTabAboCont .content .lyAboutusLinkR p {
	padding:5px;
	padding-bottom:0;
	/*text-indent:2em;*/
	font-size:12px;
	margin:0;
	line-height:18px;
}
.lyTabAboCont .content .lyAboutusLinkR p.none {
	text-indent:0;
}
.lyTabAboCont .content .lyAboutusLinkR p.addLink {
	text-indent:0;
	padding-bottom:5px;
	text-align:right;
}
/*新网招聘*/
.lyAboutusHR {
	width:100%;
}
.lyAboutusHR h3, .lyAboutusHR h4, .lyAboutusHR dl {
	line-height:30px;
}
.lyAboutusHR h3 {
	font-size:16px;
}
.lyAboutusHR h4 {
	font-size:13px;
	padding-left:34px;
}
.lyAboutusHR dl {
	padding-left:34px;
	line-height:22px;
}
.lyAboutusHR dt {
	font-weight:bold;
}
/*============================底部==========================*/
.lyFoot{
	width:100%;
	clear:both;
}
.lyBottom{
	clear:both;
	padding:5px 15px;
	width:762px;
	overflow:auto;
	_zoom:1;
	margin:0;
	left:0;
	position:absolute;
	*position:inherit;/*20100712add*/
	bottom:0;
}

.lyBottomFix{
	clear:both;
	padding:15px;
	padding-left:20px;
	width:757px;
	overflow:hidden;
	_zoom:1;
	margin:0 -20px;
}

/*首页*/
.lyBottom1{
	float:left;
	width:762px;
	*display:inline;
	margin:0;
	*margin:0 -20px;/*20100712add*/
	position:absolute;
	*position:inherit;/*20100712add*/
	bottom:0;
}
/*加图标*/
.lyBottom dl,.lyBottomFix dl{
	float:left;
	width:82px;
	_width:80px;
	list-style:none;
	overflow:hidden;
	margin:12px 10px 0 2px;
	_margin:12px 10px 0 -3px;
}
.lyBottom dl dt,.lyBottomFix dl dt{
	font-weight:normal;
	padding:0 0 0 2px;
	margin:0 0 5px 18px;
	width:auto;
	float:left;
	display:inline;
}
.lyBottom dl.fstCol dt,.lyBottomFix dl.fstCol dt{
	padding:0 0 0 2px;
	margin:0 0 5px -2px;
}
.lyBottom dl dd,.lyBottomFix dl dd{
	float:left;
	clear:left;
	width:80px;
	padding-left:20px;
	text-align:left;
}
.lyBottom dl.fstCol dd,.lyBottomFix dl.fstCol dd{
	padding-left:0;
}
/*=================================栏目-会员中心===========================*/
.userInfo {
	width:656px;
	height:31px;
	line-height:31px;
	position:relative;
	margin-bottom:10px;
}
.userInfo h3 {
	font-size:12px;
	padding-left:48px;
	height:31px;
	display:inline-block;
	float:left;
}
.userInfo span {
	margin:0 12px;
	float:right;
}
.userInfo span.lyTxtRight{
	position:absolute;
	margin:-36px 0 0 0;
	right:0;
}
.lyContBlock p {
	line-height:2em;
}
.userDb {
	clear:both;
	width:656px;
	margin:0 0 10px 0;
}
/*.userDb ul li {
	margin-left:20px;
	list-style:disc;
}*/
.userDb ul li {
	padding-left:15px;
}
.userDb .lyContBlock div.tcList {
	border:0;
	width:135px;
	float:left;
}

.userDb .lyContBlock div.tcList img {
	float:left;
	margin-right:3px;
}

.userDb .cxList {
	height:80px;
}
.userDb .lyContBlockBut {
	width:100%;
	height:5px;
}
/*end*/
.lyBottom .logoArea,.lyBottomFix .logoArea {
height: 120px;
overflow: hidden;
float:left;
width:275px;
margin:0;
}

.lyBottom .logoArea a,.lyBottomFix .logoArea a{
	height:60px;
	padding:0;
}
.lyBottom .logoArea img,.lyBottomFix .logoArea img{
	border:0;
	margin:0;
	padding:0;
}
.lyBottom .logoArea{
	height:120px;
	overflow:hidden;
}
/*版权*/
.lyCopyright{
	text-align:center;
	clear:both;
}
.lyCopyright p {
	clear:both;
}
.lyCopyright p img{
	margin:5px;
}
.lyCopyright p span.icp{
	margin-left:20px;
}
.lyCopyright h3.lySaleLine{
	display:none;
}
.lyCopyright .lySaleLine{
	padding:8px 0 0 20px;
	margin:0 0 10px 0;
	height:80px;
}
.lyCopyright .lySaleLine span{
	float:left;
	width:140px;
	padding-left:12px;
	text-align:left;
}
.lyCopyright .lySaleLine span.three{}

/* 客服中心半宽块 */
.lyHalfBlock{
	width:295px;
	float:left;
	margin-bottom:10px;
	margin-right:5px;
}
.lyHalfBlock dl{
	position:relative;
	height:auto;
	min-height:100px;
	_height:100px;
}
.lyHalfBlock dt {
	height:21px;
	line-height:21px;
	padding-left:10px;
	font-weight:bold;
	margin-bottom:10px;
}
.lyHalfBlock dt a{
	font-weight:normal;
	float:right;
	margin-right:2px;
	margin-top:0;
	margin-top:0\9;
	*margin-top:-21px;
}
.lyHalfBlock dd {
	margin:0 10px;
	margin-bottom:8px;
	position:relative;
}
.lyHalfBlock dd.text{
	border-bottom:none;
	margin:0 0 0 100px;
}
.lyHalfBlock dd a{
	width:230px;
}
.lyHalfBlock dd span.lyTxtRight {
	position:absolute;
	right:0;
	_right:10px;
	top:0;
	top:-1px\9;
	*top:-3px;
}
.lyHalfBlock div.image{
	position:absolute;
	margin:36px 0 0 10px;
}
/*新网主机真伪查询*/
.lyHostSerach, .lyMailSerach {
	width:595px;
}
.lyHostSerach h3, .lyMailSerach h3 {
	height:51px;
	text-indent:-9999em;
}
.lyHostSerach .lyHostTrue, .lyMailSerach .lyHostTrue {
	height:147px;
}
.lyHostSerach p, .lyMailSerach p {
	height:20px;
	padding-left:40px;
	margin-left:31px;
	font-size:14px;
	overflow:hidden;
}
.lyHostSerach p.true, .lyHostSerach p.false, .lyMailSerach p.true, .lyMailSerach p.false {
	height:40px;
	line-height:40px;
	padding-top:8px;
	font-size:12px;
}
.lyHostSerach .lyHostSe, .lyMailSerach .lyHostSe {
	margin-top:20px;
	font-size:12px;
}
.lyHostSerach .lyHostSe p, .lyMailSerach .lyHostSe p {
	padding:0 0 0 70px;
	margin-left:0;
	font-size:12px;
	height:26px;
	line-height:26px;
}
/*验证码*/
.lyCode {
	height:20px;
}
.tabFix {
	position:absolute;
	z-index:3;
	top:34px;
	top:29px\9;
	_top:30px;
	*top:36px;
	margin-left:-1px;
	margin-left:0\9;
}
/*==================================框架结束======================================*/
