@charset "utf-8";

body {
	font-size: 12px;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:#daf3fd;
	color:#333;
}

* {
	font-family:Arial, Helvetica, sans-serif;
}

img,form,ul,ol,li,dl,dt,dd {
        border:0;
		margin:0;
		padding:0;
		list-style:none;
}

td,div,inupt,select,textarea {
	font-size: 12px;
}

p,pre {margin:0;padding:0;line-height:200%;}

a:link {
	color:#424243;
	text-decoration: none;
}
a:visited {
	color:#424243;
	text-decoration: none;
}
a:active {
	color:#039;
	text-decoration: none;
}
a:hover {
	color:#039;
	text-decoration: underline;
}

.ared:link, .ared:visited {color:#F00; font-weight:bold;}

input {
	_padding:expression(type == "text" || type == "password" ? "2px" : (type == "submit" || type == "reset" || type == "button" ? "3px 5px 2px" : "normal"));
	_border-left:expression(type == "text" || type == "password" ? "1px #666 solid" : (type == "submit" || type == "reset" || type == "button" ? "1px #ccc solid" : "normal"));
	_border-top:expression(type == "text" || type == "password" ? "1px #666 solid" : (type == "submit" || type == "reset" || type == "button" ? "1px #ccc solid" : "normal"));
	_border-right:expression(type == "text" || type == "password" ? "1px #ccc solid" : (type == "submit" || type == "reset" || type == "button" ? "1px #666 solid" : "normal"));
	_border-bottom:expression(type == "text" || type == "password" ? "1px #ccc solid" : (type == "submit" || type == "reset" || type == "button" ? "1px #666 solid" : "normal"));
	_background:expression(type == "submit" || type == "reset" || type == "button" ? "url(images/th.gif) repeat-x 0 0" : "#ffffff");
}

textarea, input[type=text], input[type=password] {
	padding:2px;
	border-left:1px solid #666;
	border-top:1px solid #666;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

input[type=submit], input[type=reset], input[type=button] {
	padding:3px 5px 2px;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	background:url(th.gif) repeat-x 0 -5px;
}

.fl {
	float:left;
}
.fr {
	float:right;
}

.fst {
	font-family:"宋体", "新宋体";
}

#clear1 {
	clear:both;
	height:1px;
	margin:0;
	padding:0;
}
#clear1 img {
	margin:0;
	padding:0;
	border:none;
	clear:both;
	visibility:hidden;
}

#clear8 {
	clear:both;
	height:8px;
	margin:0;
	padding:0;
}
#clear8 img {
	margin:0;
	padding:0;
	border:none;
	clear:both;
	visibility:hidden;
}

.listpage {padding:10px; text-align:center;}
.listpage a {margin-left:3px;}
.listpage a:link,.listpage a:visited,.listpage a:active {color:#fff;background:#ccc;border:#ccc 1px solid;padding:1px;text-decoration:none;}
.listpage a:hover {background:#ccc;border:#ccc 1px solid;color:#fff;padding:1px;text-decoration:none;}
.listpage strong {background:#ccc;padding:1px;border:#ccc 1px solid;color:#FFFFFF;margin-left:3px;}
input.listpage_inp {border:#ccc 1px solid;padding:0;width:24px;margin-left:3px; height:17px; *height:12px;}
input.listpage_btn {width:24px; height:18px;padding:0;background:#ccc;border:#ccc 1px solid;color:#004499;font-size:11px;font-weight:bold;cursor:pointer;margin-left:3px;}

.search {
	padding:10px 0;
}

.tips {
	color:#999;
	border:1px #e0e0e0 solid;
	background:#ffffe0;
	margin:0 0 5px;
	padding:3px 3px 3px 10px;
	line-height:150%;
}

.tipspdg {
	padding:3px 3px 3px 0;
}

.tipsmgr {
	margin:0 8px 0;
}

.toptips {
	margin:0 0 0 0;
	color:#000;
	text-align:center;
	border:none;
	border-bottom:1px #e0e0e0 solid;
	min-width:984px;	
}

.toptips a:link, .toptips a:visited { color:#009; text-decoration:underline; }
.toptips a:active, .toptips a:hover { color:#009; text-decoration:underline; font-weight:bold; }

.tglink {
	color:#999;
	border:1px #e0e0e0 solid;
	background:#ffffe0;
	margin:0 0 5px;
	padding:3px 3px 3px 10px;
}
.tglink input {
	margin-left:10px;
}

#header {
	background:url(bbgt.gif) no-repeat center top;
	height:105px;
	min-width:984px;	
}
#header .page {
	width:928px;
	margin:0 auto;
}

#header .top {
	text-align:right;
	padding:8px 25px 0;
}

#header .service1 {
	margin:16px 35px 0 45px;
}

#header p {
	margin:25px 25px 0;
}
#header p a {	
	font-size:14px;
	font-weight:bold;
}

#header .qq {
	font-weight:bold;
	font-size:14px;
	margin:35px 0 0 5px;
}

#nav {
	background:#ffffff url(bbgb.gif) repeat-y center;
	width:958px;
	margin:0 auto;
	padding:0 13px 0;
}

#nav1 {
	width:948px;
	_width:958px;
	margin:0 auto;
	background:url(navb.gif) repeat-x;
	height:40px;
	padding:0 0 0 10px;
	_padding:0 0 0 0;
}

#nav1 li {
	float:left;
}

#nav1 .fl li a {
	display:block;
	height:40px;
	line-height:40px;
	width:99px;
	text-align:center;
	float:left;
	margin:0 0 0 15px;
	_margin:0 0 0 10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#nav1 .fl li a.selected {
	background:url(navo.gif) no-repeat top;
}

#nav1 .fl li a:hover {
	color:#009;
	background:url(navh.gif) no-repeat top;
}

#nav1 .fr {
	background:url(bg1.gif) no-repeat;
	margin:5px 45px 0 0;
	_margin:5px 25px 0 0;
	height:26px;
	line-height:26px;
	width:125px;
}

#nav1 .fr a {
	font-size:14px;
	font-weight:bold;
	margin-left:13px;
}

/**************************/
#nav1 .fl li ul {
	position:absolute;
	z-index:999;
	clear:both;
	margin:38px 0 0 11px;
	*margin:0 0 0 11px;
}
#nav1 .fl li li {
	background:none;
	overflow:hidden;
	width:136px;
	clear:both;
}
#nav1 .fl li li.first {
	background:url(cm01.png) no-repeat;
}
#nav1 .fl li li.middle {
	background:url(cm02.png) no-repeat;
}
#nav1 .fl li li.end {
	background:url(cm03.png) no-repeat;
}
#nav1 .fl li li a {
	text-align:left;
	font-weight:normal;
	font-size:14px;
	color:#ffffff;
	background:none;
	display:block;
	width:136px;
	height:37px;
	line-height:37px;
	padding:0 0 0 10px;
	margin:0;
}
#nav1 .fl li li.end a {
	height:38px;
}
#nav1 .fl li li.grade2 a {
	font-size:14px;
	font-style:italic;
	padding:0 0 0 15px;
}
#nav1 .fl li li a:hover{
	background:url(cmhover.png) no-repeat 2px 2px;
	color:#009;
}
/**************************/

#banner {
	background:#ffffff url(bbgb.gif) repeat-y center;
	width:958px;
	margin:0 auto;
	padding:0 13px 0;
}

#main {
	background:url(bbgb.gif) repeat-y center;
	width:958px;
	margin:0 auto;
	padding:0 13px 0;
}

#main .tib {
	background:url(tib.gif) repeat-x;
	height:36px;
}

#main .tib2 {
	background:url(tib2.gif) repeat-x;
}

#main .tib span.fl {
	display:block;
	background:url(d1.gif) no-repeat 5px 10px;
	padding:9px 0 0 20px;
	color:#999;
}
#main .tib span.d4 {
	background:url(d4.png) no-repeat 5px 12px;
}

#main .tib span.fl a {
	font-size:14px;
	font-weight:bold;
	margin-right:15px;
}
#main .tib div.fl li {
	float:left;
	height:36px;
	line-height:36px;
	margin-left:25px;
	background:url(d2.gif) no-repeat 0 14px;
	padding:0 0 0 8px;
}
#main .tib a.fr {
	margin:8px 10px 0 0;
}

#main .tib div.fr {
	margin:10px 10px 0 0;
	font-family:"宋体", "新宋体";
}

#main .taocan {
	padding:15px 0;
	*padding:15px 0 0;
}
#main .taocan dl {
	float:left;
	width:220px;
	margin:0 0 0 12px;
}

#main .taocan dl dt {
	margin:0 10px 0 0;
	float:left;
}
#main .taocan dl dd {
	line-height:180%;
}

#main .taocan dl.w550 {
	width:550px;
	white-space:normal;
	word-break:break-all;
	word-wrap:break-word;
}

#main .taocan dl.w550 dt input {
	float:left;
}

#main .taocan dl.w550 dd {
	margin-left:100px;
}

#main .chenpinsousuo {
	float:left;
	background:url(d3.gif) no-repeat 0 5px;
	margin:6px 0 0 35px;
	padding:0 0 0 22px;
}
#main .chenpinsousuo input, #main .chenpinsousuo span {
	float:left;
	margin-right:5px;
}
#main .chengpin {
	padding:15px 0;
	*padding:15px 0 0;
}
#main .chengpin dl {
	float:left;
	width:168px;
	margin:0 0 0 18px;
	_margin:0 0 0 14px;
	text-align:center;
}
#main .chengpin dl a:hover img {opacity:0.4; filter:alpha(opacity=68);}
#main .chengpin dl img {
	margin-bottom:10px;
}

#main .chengpinplus dl {
	margin:0 0 0 50px;
	_margin:0 0 0 38px;
}

#main .seo .fl {
	padding-top:8px;
	margin-right:8px;
}

#main .seo .left {
	width:260px;
	padding:0 0 0 8px;
}

#main .seo .center {
	padding:0 8px;
}

#main .seo h1 {
	font-size:18px;
	margin:10px 0 0;
	padding:0;
}

#main .seo h1 em {
	font-size:30px;
	color:#039;
}
#main .domain .left {
	width:400px;
	padding:12px 12px 0 25px;
}
#main .domain .tld {
	padding:8px;
	line-height:200%;
}
#main .domain .tld input {
	margin-left:10px;
}
#main .domain .right {
	margin:8px 65px 0 0;
}

#main .domain .right h1 {
	margin:10px 0 0 10px;
	padding:0;
	font-size:14px;
}


#main .host {
	padding:15px 0;
	*padding:15px 0 0;
}
#main .host dl {
	float:left;
	width:225px;
	overflow:hidden;
	margin:0 0 0 12px;
	_margin:0 0 0 8px;
}

#main .host dl dt {
	background:url(host.gif) no-repeat;
}
#main .host dl dt a {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	width:202px;
	height:31px;
	padding:20px 0 0 10px;
}
#main .host dl dd {
	line-height:140%;
}

#main .newsdlist {
	padding:10px 10px 0 12px;
}

#main .newsdlist a {
	text-decoration:underline;
	font-size:14px;
	display:block;
	width:150px;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
}

#main .news li {
	height:32px;
	line-height:32px;
	overflow:hidden;
	border-bottom:1px #efefef solid;
	padding-left:10px;
}

#main .news em {
	color:#999;
}

#main .news a {
	color:#06F;
	font-size:14px;
}

#main .news a:hover {
	color:#6fa10d;
}

#main .dleft {
	width:218px;
	margin:0 0 0 5px;
	padding:8px 0 0;
}

#main .dright {
	width:720px;
	margin:0 5px 0 0;
	padding:8px 0 0;
}

#main .dright h1 {font-size:14px;}

#main .dleft .nav li {
	height:43px;
	line-height:43px;
	background:url(lib.gif) no-repeat;
}
#main .dleft .nav li a {
	font-weight:bold;
	color:#026bb0;
	display:block;
	padding:0 0 0 45px;
}
#main .dleft .nav li.on a {
	background:url(d6.gif) no-repeat 26px 15px;
}

#main .dleft .nav li.grade2 {
	height:33px;
	line-height:33px;
	background:url(lib2.gif) no-repeat;
}

#main .dleft .nav li.grade2 a {
	font-weight:normal;
	padding:0 0 0 45px;
	background-position:26px 10px;
}

#main .dleft h1 {
	padding:0;
	margin:18px 5px 3px;
	height:32px;
	overflow:hidden;
}
#main .dleft h1 span.fr a {
	font-size:12px;
	font-weight:normal;
}
#main .dleft h1 span.fl a {
	font-size:14px;
	font-weight:bold;
}

#main .dleft .con {
	margin:0 5px;
}

#main h2 {
	height:30px;
	line-height:30px;
	padding:0;
	margin:0 0 8px;
	font-size:14px;
	border-bottom:1px #ccc solid;
}

#main h2 span {
	font-size:12px;
	font-weight:normal;
	margin-left:20px;
}

#main h2 span a {
	color:#999;
}

#main h2 div span {
	margin-left:18px;
}

#main h2 .chenpinsousuo {
	margin:4px 0 0 15px; 
	padding:0;
}

#main .member, #main .message {
	padding:20px;
}

#main .book ul li {
	color:#009;
	padding:10px 0 0;
	background:url(bline.gif) repeat-x bottom;
}

#main .book ul li em {
	font-style:normal;
	color:#999;
}

#main .book ul li p {
	color:#333;
	font-size:14px;
	line-height:200%;
	padding:5px 0;
}
#main .book ul li div {
	background-color:#ffffef;
	border:1px #efefef solid;
	padding:3px;
	margin-bottom:8px;
	color:#666;
}

.tab_1 {
	padding:0 20px;
	height:24px;
	border-bottom:2px #6B85DC solid;
}

.tab_1 ul li {
	float:left;
	background:url(tab_1l.gif) no-repeat;
	margin-right:10px;
}

.tab_1 ul li a{
	display:block;
	float:left;
	background:url(tab_1r.gif) no-repeat top right;
	height:22px;
	line-height:22px;
	padding:2px 10px 0;
}

.tab_1 ul li.on {
	float:left;
	background:url(tab_1l.gif) no-repeat 0 -24px;
	margin-right:10px;
}

.tab_1 ul li.on a {
	display:block;
	background:url(tab_1r.gif) no-repeat bottom right;
	height:22px;
	line-height:22px;
	padding:2px 10px 0;
}

.tab_1 ul li.on a:link {
	color:#fff;
}

.tab_1 ul li.on a:visited {
	color:#fff;
}

#main .tab2 {
	height:30px;
	background:url(tab2_1.gif) repeat-x;
}

#main .tab2 div {
	width:168px;
	height:21px;
	text-align:center;
	color:#438787;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	float:left;
	margin:0 10px;
	padding:8px 0 0;
}

#main .tab2 div.btn {
	width:139px;
	margin:-8px 0 0;
}

#main .tab2 div.on {
	background:url(tab2_2.gif) no-repeat;
	color:#666;
}

.tab3 {
	margin-left:15px;
}

.tab3 .tab3_1 {
	background:url(endomain_img_1.gif) no-repeat;
	height:25px;
	width:100px;
	float:left;
	margin-right:10px;
	cursor:pointer;
}

.tab3 .tab3_1_on {
	background:url(endomain_img_2.gif) no-repeat;
	height:25px;
	width:100px;
	float:left;
	margin-right:10px;
	cursor:pointer;
}

.tab3 .tab3_2 {
	background:url(cndomain_img_1.gif) no-repeat;
	height:25px;
	width:100px;
	float:left;
	cursor:pointer;
}

.tab3 .tab3_2_on {
	background:url(cndomain_img_2.gif) no-repeat;
	height:25px;
	width:100px;
	float:left;
	cursor:pointer;
}

#main .box1 {
	border:1px #ccc solid;
}
#main .box1ti {
	background-color:#efefef;
	padding:8px 10px 6px;
}

#main .box1 p {
	padding:10px;
	font-size:14px;
}

#main .box1 p em {
	font-size:20px;
	font-weight:bold;
	color:#F00;
}

.list1 li {
	height:32px;
	line-height:32px;
	border-bottom:1px #ccc dashed;
}

.table, .hosttable {
	width:100%;
	border:0;
	border-collapse:collapse;
}
.table th {
	background:url(th.gif) repeat-x;
	height:26px;
	line-height:26px;
	border:1px #CAD1DD solid;
	text-align:left;
	padding:3px 3px 2px 8px;
	white-space:nowrap;
}

.table td {
	height:26px;
	line-height:150%;
	border:1px #CAD1DD solid;
	text-align:left;
	padding:3px 3px 2px 8px;
	white-space:nowrap;
}

.table td.breakall {
	white-space:normal;
	word-break:break-all;
	word-wrap:break-word;
}

.tbcls td {
	height:auto;
	line-height:100%;
	border:none;
	padding:1px;
}

.table th.borderl {
	border-left:1px #CAD1DD solid;
}

.panel1 {
	padding:10px 10px 10px 158px;
}

.hosttable td {
	clear:both;
	padding:8px 0;
	border-bottom:1px #ccc dashed;
}

.hosttable td span {
	display:block;
	width:250px;
	float:left;
	padding:0 0 0 50px;
}

#htmltext, #htmltext * {
	line-height:200%;
	font-size:14px;
}

#htmltext input,
#htmltext select,
#htmltext textarea {
	line-height:100%;
}

#htmltext h1 {
	font-size:18px;
	margin:10px 0 0;
	padding:0;
}

#htmltext h1 em {
	font-size:30px;
	color:#039;
}

#footer {
	background:url(bbgf.gif) no-repeat center bottom;
	min-width:984px;	
}

#footer .page {
	width:958px;
	margin:0 auto;
}

#footer .top {
	padding:8px;
	background-color:#ebf0f2;
	color:#868e99;
	/*
	filter:Alpha(Opacity=50);
	-moz-opacity:0.1;
	*/
}

#footer div.fl {
	margin:10px 10px 0;
	_margin:10px 10px 0 0;
	width:318px;
}

#footer div.fl li {
	float:left;
	margin-left:20px;
	_margin-left:16px;
	height:25px;
	line-height:25px;
}
#footer div.fl li a {
	color:#868e99;
}

#footer div.fr {
	width:600px;
}
#footer div.fr .bf1 {
	font-weight:bold;
	font-size:14px;
	color:#454343;
	margin:15px 0 12px;
}
#footer div.fr .bf2 {
	font-size:14px;
	color:#6d8ca9;
}

#footer div.fr a.fr {
	margin:28px 35px 0 0;
}
