@charset "utf-8";

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1.5 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
 border-bottom: 1px dotted;
 cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 让链接里的 img 无边框 */
/* optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

/* 清除浮动模块 clear */
.clear:after{content:'\0020';display:block;height:0;clear:both}
.clear{*zoom:1}

/* 文字隐藏 */
.hideText{ overflow:hidden; text-indent:-9999px;}
.blockLink a{display:block;height:100%;overflow:hidden;text-indent:-9999px;}

/* 浮动 */
.fl{ float:left;}
.fr{ float:right;}
a{ color:#ddd0c4;}
a:hover{ color:#de6906;}

/* 分页模块 */ 
.pageCont{ padding:30px 125px; text-align:center;}
.pageCont a{ margin:0 5px; display:block; float:left; padding:0 5px;}
.pageCont a:hover,.pageCont a.hover{ background:#F60; color:#fff; text-decoration:none;}

/* astd.yaowan.com */ 
body{ background:url(../images/bg.gif) repeat;}
.w996 {width:996px;margin:0 auto;}
#warp{ background:url(../images/wp.jpg) no-repeat scroll center top transparent;}
.header{background:url(../images/header.jpg) no-repeat scroll center top transparent; overflow:hidden;zoom:1;}
.navbar{ height:104px;}
.navbar ul{ float:right; padding-right:20px;}
.navbar ul li{float:left; text-align:center;}
.navbar ul li a{display:block; background-image:url(../images/nav.jpg); text-indent:-9999px; overflow:hidden; height:104px;}
.navbar ul li a.index{width:110px;background-position:0 0;}
.navbar ul li .index:hover{background-position:0 -104px;}
.navbar ul li a.xwhd{width:114px;background-position:-110px 0;}
.navbar ul li .xwhd:hover{background-position:-110px -104px;}
.navbar ul li a.yxzl{width:115px;background-position:-224px 0;}
.navbar ul li .yxzl:hover{background-position:-224px -104px;}
.navbar ul li a.wjxd{ width:116px;background-position:-339px 0;}
.navbar ul li .wjxd:hover{background-position:-339px -104px;}
.navbar ul li a.yxbj{width:114px;background-position:-455px 0;}
.navbar ul li .yxbj:hover{background-position:-455px -104px;}
.navbar ul li a.bbs{width:119px; background-position:-569px 0;}
.navbar ul li .bbs:hover{background-position:-569px -104px;}
.banner{ background:url(../images/banner.jpg) no-repeat scroll center top transparent; height:307px; overflow:hidden;}
.main{ background:url(../images/mainbt.jpg) no-repeat scroll center bottom transparent;}
.mainBox{background:url(../images/main.jpg) no-repeat scroll center top transparent;min-height:980px;height:auto !important; height:980px; overflow:hidden; _overflow:visible;}
.sidebar{width:244px;float:left;}
.content{width:742px; float:right;}
.starbox{ background:url(../images/star.jpg); height:114px; padding-left:1px; padding-top:1px;}
.loginbox{ background:url(../images/login.jpg); height:179px; margin-top:2px; padding:15px 0; overflow:hidden;}
.field{width:84%;margin:0 auto; padding-top:8px;}
.field label{ font-size:12px; font-weight:bold; color:#fff;width:58px; display:block;float:left;}
.field input{ background-color:#EBE4DA;border:1px #5A381F solid; padding:2px; height:20px; line-height:20px;}
.field a{color:#fff; margin-left:60px;}
.btnBox{ position:relative;top:6px;}
.loginBtn{ background:url(../images/login.gif);width:65px; height:28px;border:0; cursor:pointer; position:absolute;left:50px;}
.regBtn{ background:url(../images/reg.gif);width:65px; height:28px; position:absolute;left:125px;}
.payBtn{ margin-left:3px; padding-top:46px;}
.payBtn a{ background:url(../images/zhcz.jpg);width:241px; height:45px; text-indent:-9999px; overflow:hidden; display:block;}
.footer{ height:106px; background-color:#372211;}
.mt10{ margin-top:10px;}
.txtNone{text-indent:-9999px; overflow:hidden;}
.serverList{ background:url(../images/server.jpg); height:215px;}
.serverList h3{ height:40px;}

.serverList h3 span a{float:right; margin-right:18px;width:38px; height:18px; display:block; margin-top:16px;}
.newlist{margin:0 auto;width:212px; padding-top:6px; overflow:hidden}
.newlist li{ border-bottom:1px #624A30 dotted; background:url(../images/arrow.gif) no-repeat left center; text-indent:20px; overflow:hidden;zoom:1; padding:6px 0;}
.newlist li a{color:#E0D0C3;}
.newlist li a span{float:left; display:block;}
.newlist li span.qufu{width:95px; text-align:left;}
.newlist li span.date{width:52px; text-align:center;}
.newlist li span.zt{width:34px; text-align:center;}
.newlist li a.red{ font-weight:bold;color:#DB6908;}
.mjList{ background:url(../images/mj.jpg); height:323px;padding-top:66px;}
.mjfoucs{width:202px; height:53px; margin:0 auto 5px;}
.hotline{width:80%;margin:0 auto; line-height:1.8em; padding-top:70px; color:#BDAA99;}
.hotline a{ text-decoration:underline;color:#DC6A09}
.hotline strong{color:#FFCB85; font-weight:bold;}
.firstColumn{}
.focus{ background:url(../images/focusbg.jpg);width:368px;height:249px; float:left; padding:3px 2px 2px 2px; overflow:hidden;}
.hotnews{ background:url(../images/hotnews.jpg);width:369px;height:254px;float:left;}
/*tab select*/
.nTab{}
.nTab .TabTitle{ padding-top:4px; padding-left:36px;}
.nTab .TabTitle li{float:left;text-align:center; cursor:pointer;width:57px; height:34px; line-height:34px; margin-right:2px;display: block;}
.active{ font-weight:bold;color:#F6E8DB; background:url(../images/btnhover.gif);width:57px; height:34px;}
.normal{color:#CEBCB0;font-weight:bold;}
.nTab .TabContent{ position: relative;}
.none {display:none;}
.more{ position:absolute; top:-28px;right:20px;width:38px;}
.more a{ width:38px; height:19px; background:url(../images/more.gif); display:block; text-indent:-9999px; overflow:hidden;}
.toutiao {width:340px; text-align:center; overflow:hidden; height:32px; line-height:32px;}
.toutiao a{ color:#FFBB02; font-size:14px; font-weight:bold;}
.list{width:367px;margin:0 auto;}
.list li{ background:url(../images/fgx.gif) no-repeat center  bottom; padding:0 22px; line-height:32px; height:32px; clear:both;}
.list li span{ float:right;color:#DED2C6;}
.list li a{color:#DED2C6;width:250px; overflow:hidden;display:block; float:left; white-space:nowrap}
.list li a:hover{ color:#DB6908;}
.list li a.red{font-weight:bold;color:#DB6908;}
.secondColumn{ margin-left:-19px; margin-top:10px;}
.hdbox {border:2px #422712 solid; float:left; margin-left:19px; display:inline;}
.thirdColumn{ margin-top:10px;}
.yxgl{width:366px; float:left;}
.yxgltitle{ background:url(../images/yxzl.jpg); height:41px;}
.yxgltitle span a{float:right; margin-right:18px;width:38px; height:18px; display:block; margin-top:12px;}
.yxnr{ height:214px; background:url(../images/yxnr.jpg); line-height:1.8em;}
.yxnr a{color:#DED0C3}
.mvwj h3{ background:url(../images/mvwj.jpg) no-repeat;width:741px; height:40px;}

.zb{width:366px; background-color:#533920; height:255px; float:right; margin-right:1px;}
.zb .nTab{ background:url(../images/zbbt.jpg) no-repeat center top;}
.zb .TabTitle{ padding-left:0; padding-top:0;}
.zb .TabTitle li{width:125px; height:40px;}
#myTab1 .active span.glmj{ display:block; text-indent:-9999px; overflow:hidden;width:125px; height:40px; background:url(../images/glmjwz.jpg)}
#myTab1 .active span.zbzq{ display:block; text-indent:-9999px; overflow:hidden;width:125px; height:40px; background:url(../images/zbzq.jpg)}
#myTab1 .normal span{color:#CEBCB0;font-weight:bold; display:block; text-indent:-9999px; overflow:hidden;width:125px; height:40px;}
.zbbt{ height:40px;}
.mt5{ padding-top:5px;}
.zb .list li{height:28px; line-height:28px; background:none;}
.mvzp{width:741px; height:131px; overflow:hidden;}
.meiti{ background-color:#573F25;width:365px; height:313px; float:left;}
.nTab .mtbiaoti{padding-top:7px; padding-left:10px; border-bottom:#4f331c 1px solid;color:#C3AE9B; font-size:14px; font-weight:bold; height:31px;}
.nTab .mtbiaoti li{ display:block; float:left;width:95px; cursor:pointer; text-align:center;height:31px; line-height:31px; margin-right:10px;}
.nTab .mtbiaoti .active{ background:url(../images/mtTab.jpg) no-repeat;}
.mtcon{ padding:10px;}
/*scrollBar*/
.scrollBar{height:131px;background-color:#533920;}
.scrollBox{}
.scrollBox .pcont {width:642px;float:left;overflow:hidden;}
.scrollBox .ScrCont {width:32766px; margin-left:5px;}
.scrollBox #List1_1, .scrollBox #List2_1 {float:left;}
.scrollBox .LeftBotton, .scrollBox .RightBotton {width:48px;height:131px;float:left;background:url(../images/lbtn.jpg) no-repeat; cursor:pointer}
.scrollBox .LeftBotton { background-position: 0 0;cursor:pointer}
.scrollBox .RightBotton {background-position: 0 -146px;cursor:pointer}
.scrollBox .LeftBotton:hover { background-position: -53px 0;cursor:pointer}
.scrollBox .RightBotton:hover { background-position:-53px -146px;cursor:pointer}
.scroll-list li{float:left; padding:10px 12px;}
.scroll-list li img{ display:block;border:1px #393220 solid;}

.yqlj{color:#BCA99A; background:url(../images/yqlj.jpg);width:820px; height:31px; line-height:31px; padding-left:165px; margin:30px 0; padding-right:10px;}
.yqlj a{color:#BCA99A;}


/* 版权部分模块 footer*/
.wfooter{ height:106px; background-color:#372211;color:#A6937D;}
#footer{ padding-top:30px; margin:0 auto; width:980px;}
.footInfo p{ line-height:1.8; margin-left:20px;}
.footInfo p span{ margin:0 5px;}

/* inner-page */
.inner-right{ background:#533A1F; overflow:hidden; width:741px; color:#A6937D;}
.innerTitle{ background:url(../images/innerTitle.jpg) no-repeat; height:40px; line-height:40px;}
.inner-fwq-Title{ background-position:0 -120px;}
.inner-gmData-Title{ background-position:0 -40px;}
.inner-xsk-Title{ background-position:0 -80px;}
.innerTitle h2{}
.innerTitle p.location{ float:right; padding-right:15px;}
.innerTitle p.location a{ margin:0 5px;}
.innerTitle p.location a:hover{color:#f60;}
.inner-container{ padding:20px; min-height:870px;_height:870px;}
.inner-news-list ul li{ background:url(../images/listStyle.gif) left center no-repeat; border-bottom:#755A3F 1px dotted; padding-left:15px; height:32px; line-height:32px;}
.inner-news-list ul li span{ float:right;}
.inner-news-list ul li a{ display:block; float:left; width:585px; height:32px; overflow:hidden;}
.inner-container .newsTitle{text-align:center; border-bottom:#755A3F 1px dotted;}
.inner-container .newsTitle h3{ color:#FFC14A; padding:10px 0; overflow:hidden; font-family: 'Microsoft Yahei','宋体';font-size:20px;font-weight:bold;text-align:center;}
.inner-container .newsTitle .pubTime{ color:#CB9A5F; margin-bottom:8px;}
.inner-container .newsTitle .pubTime span{ padding:0 12px;}
.inner-container .newsContent{ color:#DDD0C4; padding-top:10px; line-height:26px; font-size:13px;}
.newsContent p {padding-top:5px; text-indent:2em;}
.newsContent p img,.newsContent img{display:block;margin:0 auto;max-width:604px;padding:10px 0;text-align:center;}
.inner-fwq-list{ margin:0 auto; width:664px;}
.inner-fwq-list .zj,.inner-fwq-list .tj,.inner-fwq-list .sy{margin-bottom:20px;}
.inner-fwq-list  h2{background:url(../images/f-title.jpg) no-repeat; height:34px; line-height:34px; color:#442811; font-size:14px; text-indent:24px;}
.inner-fwq-list .ff{ width:664px; overflow:hidden; margin:0 auto;} 
.inner-fwq-list .ff a{ display:block; width:193px; height:31px; background:url(../images/f-item.jpg) 0 -31px no-repeat; color:#341C0B; text-align:center; font-size:13px; font-weight:bold; line-height:31px; float:left; margin:12px 12px 0;_margin:20px 10px 0;}
.inner-fwq-list .ff a:hover,.inner-fwq-list .ff a.hover{ background:url(../images/f-item.jpg) no-repeat;}
.inner-container .down-btns img{ margin:20px;}
.inner-container .down-intro{ border-top:#d2d2d2 1px solid; background:#F5F4F4;}
.inner-container .down-intro h3{text-indent:2em;}
.inner-container .down-intro p{ padding-top:5px; text-indent:2em; line-height:26px; font-size:13px;}
.page_inf{ padding:10px 15px 0;}
.news_conbox p{ line-height:180%; font-size:13px;}
.page_inf .new_cardbtn {background:url(../images/xsk.png) no-repeat ; width:155px; height:37px; line-height:37px; cursor:pointer; border:none;}
.inner-container .gmDataBox1{ border:#CFCFCF 1px solid; padding:1px; background:#fff;}
.inner-container .gmDataBox1-1{ background:#EBE7E5; padding:15px;}
#nav {height:28px;list-style: none outside none;position: relative;z-index: 500; padding-left:50px;}
#nav a {}
#nav li.first {display: block;float: left;height:28px;padding-right:20px; width:89px;}
#nav li:hover {position: relative; z-index: 200;}
#nav li:hover ul.sub {background: none repeat scroll 0 0 #350100;border: 1px solid #000000;height: auto;left: 0;text-align:left;top:28px;white-space: nowrap;width:103px;z-index: 300;}
#nav li:hover ul.sub li {border-top: 0 none;display: block;float: left;font-weight: normal;height:20px;position: relative;width:103px;}
#nav li:hover ul.sub li a {color: #FFF;cursor: pointer;display: block;font-size: 12px;line-height: 20px;text-decoration: none;text-indent: 6px;width:103px;}
#nav li:hover ul.sub li a:hover {background: none repeat scroll 0 0 #590401;color:#FFF;}
#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {background:#260E0E; border: 1px solid #000000;height: auto;left: 95px;top: -1px; white-space: nowrap; width: 120px;z-index: 400;}
#nav li:hover li:hover ul li a:hover, #nav li:hover li:hover li:hover ul li a:hover, #nav li:hover li:hover li:hover li:hover ul li a:hover, #nav li:hover li:hover li:hover li:hover li:hover ul li a:hover {background:#4D1E1E;color: #FFF;}
#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {height: 0;left: -9999px;list-style: none outside none;position: absolute;top: -9999px;width: 0;}
.gmDataBoxbg{ background:#F4F4F4;}
.inner-container .dataConBox{ margin-bottom:15px;}
.inner-container .dataConBox h2{ background:url(../images/dataTitleBar.gif) no-repeat; height:37px;}
.inner-container .dataConBox h2.rwts{ background-position:0 -37px;}
.inner-container .dataConBox h2.tsxt{ background-position:0 -74px;}
.inner-container .dataConBox h2.zzxt{ background-position:0 -111px;}
.inner-container .dataConBox h2.gsjj{ background-position:0 -148px;}
.inner-container .dataConBox p a{ color:#333; margin-right:10px;}

/* regCon */
.regCon{ background:#533A1F;color:#DED1C3; width:600px; margin:0 auto;}
.reg1{ background:url(../images/reg1.jpg) no-repeat; height:40px;}
.reg1 h2{ background:none; text-align:right; line-height:40px; width:300px; font-size:14px; color:#ffdd9d; }
.reg1 .close{float:right; margin:10px 24px 0 0;_margin:10px 12px 0 0; width:20px; height:20px; z-index:99;}
.reg2{ padding-top:25px; padding-bottom:25px; padding-left:40px;}
.reg2 h3{ font:bold 14px Arial; color:green;}
.reg2 p{ margin-top:5px; color:#999;}
.reg2 .regItem{ height:28px; margin:10px 0; overflow:hidden; line-height:28px;}
.reg2 .regItem label{ width:80px; display:block; float:left; font-weight:bold; text-align:right; height:28px; line-height:28px;}
.reg2 .regItem span.red{ color:red; margin-right:3px;}
.reg2 .regItem input{ background:#E9E1D6; border:#5A381D 1px solid; color:#333; float:left; margin-right:3px;height:24px; line-height:24px; width:180px; padding:0 3px; vertical-align:middle;}
.reg2 .check{ margin-left:78px;}
.reg2 .check input{float:left; margin-right:5px; width:20px; height:20px;*margin-top:-3px; _margin-top:0;}
.reg2 .check span a{ font-weight:bold; color:green;}
.reg2 .reg_btn{ margin-top:20px; margin-left:150px;}

/* 20120215 */
.login-after{ }
.login-after-con{ height:92px; padding:5px 14px 14px 34px; color:#e8c176;height:93px; overflow:hidden;}
.login-after-con p{ line-height:1.8;}
.login-after a{color:#e8c176;}
.login-after a:hover{color:#f60;}

/* 2012.03.21 */
.kstd{ background:#523418; border-top:#F8DEBB 1px solid; text-align:center; padding:10px 0;}
.kstd img{ display:block; margin:0 auto 5px;}
.yxjs{}
.yxjs .yxjsTle{ background:url(../images/yxjsTle.jpg) no-repeat; height:40px; border-top:#F8DEBB 1px solid;}
.yxjs .yxjsCon{ background:#523418; padding:10px; color:#bdaa99; text-indent:2em;}
.dbzn{ background:url(../images/dbzn.jpg) no-repeat; height:100px; padding-top:119px;}
.dbzn ul.dbList{ display:block; float:left; width:150px; padding:5px 10px 0 24px;}
.dbzn ul.dbList li{ background:url(../images/listStyle1.gif) left center no-repeat; padding-left:10px; line-height:1.8;}
.dbzn ul.dbList li a{ display:block; width:140px; overflow:hidden;}
.phb{ background:url(../images/phb.jpg) no-repeat; width:366px; height:313px;}
.phb_qf{ padding:10px 0 0 110px; color:#bdaa99; height:27px;}
.phb_table table th{ color:#de6906; height:26px; line-height:26px; font-size:14px;}
.phb_table table td{ color:#bdaa99; text-align:center; height:24px; line-height:24px; font-size:13px;}


.serverList .newlist li { text-indent:0; padding-left:10px;}


.banner{position: relative;}
.banner a{position:absolute;left:0;top:0;width:557px;height:246px;z-index:99;}


/* 2012.05.11 服务器列表页面修改 */
#server_warp{ background:url(../images/server_bg.jpg) center top no-repeat;}
.server_header{ background:url(../images/server_head_bg.jpg) no-repeat; height:185px;}
.server_mainBox{ background:url(../images/server_content_bg.jpg) no-repeat; padding-bottom:80px;}
.server_leftBox{ background:url(../images/server_left_login.png) no-repeat; width:247px;}
.fhsy{ padding-top:63px; height:118px;}
.server_login{ height:139px; padding-top:15px;}
.server_ad img{ display:block; border:#52210A 2px solid; width:240px; height:92px; margin-bottom:10px;}
.server_news{ background:url(../images/server_left_xwkf.jpg) no-repeat; height:400px;}
.r_more{ width:45px; position:absolute; float:right; right:15px; top:15px;}
.server_news_con{ height:170px; position:relative; padding:48px 15px 0;}
.server_news_con ul li{ _height:25px; _line-height:25px;}
.server_news_con ul li strong{ margin-right:5px;}
.server_news_con ul li a{ color:#BDAA99; display:block; float:left; width:200px; height:27px;line-height:27px; _height:25px; _line-height:25px; overflow:hidden;}
.server_news_con ul li a:hover{ color:#DE6906;}
.server_hotline{color:#BDAA99;width:80%;margin:0 auto; line-height:1.8em; padding-top:48px;}
.server_hotline a{ text-decoration:underline;color:#DC6A09}
.server_hotline strong{color:#FFCB85; font-weight:bold;}
.server_rightBox{ width:741px; padding-top:63px;}
.server_nav{ background:url(../images/server_nav.jpg) no-repeat; height:56px;}
.server_nav ul li{ display:block; float:left; width:148px; height:56px;}
.server_nav ul li a:hover{ background:url(../images/server_nav.jpg) 0 -56px no-repeat;}
.server_nav ul li a.n2:hover{ background-position:-148px -56px;}
.server_nav ul li a.n3:hover{ background-position:-296px -56px;}
.server_nav ul li a.n4:hover{ background-position:-444px -56px;}
.server_nav ul li a.n5:hover{ background-position:-592px -56px;}
.server_f_box{ background-color:#533A1F; min-height:1000px; _height:1000px;}
.server_f_box h2{ background:url(../images/server_f_title.jpg) no-repeat; height:40px;}
.server_f_box h2.zj_title{ background-position:0 -40px;}
.server_f_box h2.sy_title{ background-position:0 -80px;}
.server_f_box .zj,.server_f_box .tj,.server_f_box .sy{margin-bottom:20px;}
.server_f_box .ff{ width:664px; overflow:hidden; margin:0 auto;} 
.server_f_box .ff a{ display:block; width:133px; height:31px; background:url(../images/server_f_item.jpg) no-repeat; color:#341C0B; text-align:center; font-size:12px; font-weight:bold; line-height:31px; float:left; margin:12px 12px 0;_margin:20px 10px 0;}
.server_f_box .ff a:hover,.server_f_box .ff a.hover{ background:url(../images/server_f_item.jpg) 0 -31px no-repeat;}
.server_f_box .ff a span{ margin-left:10px;}
.server_f_box .ff a span.red{ color:#C31700;}
.server_kstd{ background:url(../images/sever_kstd.jpg) no-repeat; height:39px; margin:15px auto 0; width:634px; line-height:39px; padding-left:30px;}
.white{ color:white;}
.server_kstd input{ width:80px; margin-right:5px;}
.server_kstd label{ margin-right:15px;_margin-top:7px;}
.server_kstd img{ margin-top:7px;}
.server_sy_con{ width:664px; margin:0 auto; padding-bottom:30px;}/*tab select start*/
.server_sy_con .server_tab_menu{ background-color:#6c502e; height:56px;}
.nTab .server_tab_menu ul { height:26px; padding-top:15px;}
.nTab .server_tab_menu li{ background:url(../images/server_tab_title.jpg) no-repeat; color:#352112; font-weight:bold; font-size:14px; display:block; float:left;width:88px;cursor:pointer;text-align:center;height:26px; line-height:26px; text-align:center; margin-right:10px;}
.nTab .server_tab_menu .active{ background:url(../images/server_tab_title.jpg) 0 -26px no-repeat;}
.mll0{ margin-left:10px;}

/********* 2012-05-12 **********/
.server_mainBox:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.allService{margin-bottom:20px;}
.allService_header{height:40px;background:url(../images/server_f_title.jpg) 0 -80px no-repeat;}
.allService_header:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.allService_header .serviceTitle{float:left;text-indent:-999em;}
.allService_header .h_r{float:right;padding-top:10px;padding-right:40px;color:#e6d7c4;}
.allService_header .h_r label{float:left;margin-right:10px;}
.allService_header .h_r label input{width:55px;height:15px;padding:2px;line-height:15px;background:#ae8e68;border:1px solid #593817;}
img,input{vertical-align:middle;}
.allService_section{padding-bottom:30px;}
.sectionList{height:44px;background:#462810;border-bottom:1px solid #74593c;}
.sectionList:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.sectionList li{float:left;height:44px;width:103px;border-right:1px solid #735940;background:#402a13;text-align:center;line-height:44px;text-align:center;color:#6a3815;font-size:14px;cursor:pointer;}
.sectionList li.active{position:relative;height:45px;_top:1px;_height:44px;background:#533a1f;color:#cd4f00;}


/* 2013-7-12 */
#floatad{ position:absolute;left:5px; top:130px;}