
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000;} /* 未访问的链接 */
a:visited {color: #000;} /* 已访问的链接 */
a:hover{color: #ae0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
ul,li,div,font,span{ padding:0px; margin:0px; }
body
{margin:0px;color: #000; font-size: 9pt;background: #ffffff;text-decoration: none; padding:0px; text-align:center;font-family: Arial;background-image: url(bodybg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	scrollbar-face-color: #f6f6f6;scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #cccccc; scrollbar-3dlight-color: #cccccc; scrollbar-arrow-color: #330000; scrollbar-track-color: #f6f6f6; scrollbar-darkshadow-color: #ffffff;
}

/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{font-family:"宋体";font-size: 9pt;line-height: 150%;font-weight: normal;}

/* 字体 */
/* 深灰字体 */
/* 链接 */
/* 一般链接 */
a{color: #000000;text-decoration: none;}

/* 一般链接鼠标覆盖 */

a:hover{color: #ff1010;	text-decoration: underline;}
/* 导航栏链接文字 */

.navmenu{	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;
	color: #000000;
	height:39px;width:76px;
	text-align: center;
	padding-top:13px;
}
.navmenu:hover
{
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;
	color: #18446E;
	background-image:url(navoff.gif);
}

.menu1
{
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;
	color: #000000;
	width:76px;
	height:25px;
	text-align: center;
	padding-top:6px;
}
.menu1:hover
{
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;
	color: #18446E;
}


.navtitle
{
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;
	color: #000000;
}
.navtitle:hover
{
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;
	color: #18446E;
}
.navtitle:visited
{
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;
	color: #000000;
}

/* 导航栏链接文字（选中） */
.navmenu_on
{
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;
	color: #18446E;
	width:79px;
	height:39px;
	padding-top:14px;
	text-align: center;
	background-image:url(navon.gif);
}

.navmenu_on:hover
{
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;
	color: #000000;
}


.navtitle_on
{
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;
	color: #18446E;
}
.navtitle_on:hover
{
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;
	color: #000000;
}
.navtitle_on:visited
{
	font-size: 13px;
	font-family: "宋体";
	text-decoration: none;
	color: #18446E;
}




/* 修改代码DIV增加样式 */
.clear{ clear:both; height:1px; overflow:hidden;}
.toubu,.zhongjian,.caidan,.dibu{ width:980px;  padding:0px; margin:0px auto;
	background-image: url(bodybg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}

.toubu .bg{height:80px;	background-image: url(head_bg.gif);	background-repeat: no-repeat;	background-position: left top;}
.toubu .logo{text-align:left; width:290px; float:left;}
.toubu .form{text-align:left;  float:left; width:690px;}

.caidan .menu{ position:relative; text-align:center;
	text-align:left;
	height:39px;
	background-image: url(nav_line.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.caidan .menu td{ height:39px; text-align:center;}
.caidan .menu .nav_spacer{
	text-align:center;
	background-image: url(nav_spacer.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* 左边内容 */
.zhongjian_left{ float:left; width:200px; padding-top:10px; position:relative;}
.banner_left{
	background-image: url(banner_leftbg.gif);
	background-repeat: no-repeat;
	text-align: center; height:64px; margin-bottom:10px;
}
.banner_news{
	background-image: url(banner_newsbg.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom:10px;
	padding-bottom:20px;
	background-position: left bottom;}
	
.banner_news ul{ text-align:left; list-style-type:none; padding-left:16px;}
.banner_news ul li{
	line-height:22px;
	background-image: url(disc.gif);
	background-repeat: no-repeat; padding-left:10px;
	background-position: left center;
}
.banner_news_top{
	background-image: url(newsbgtop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	height: 51px; padding-top:10px; padding-left:25px;
}
#ywan { 
	background-image: url(yw_bg.jpg);
	background-repeat: no-repeat;
	height:144px; overflow:hidden;
	background-position: left top;
	padding:5px 5px 5px 2px ;
}
#ywan .span {
	font-size:12px;
	font-weight:bold;
	color:#04599C;
	padding-left:35px;
}

#ywan a:link ,#ywan a:visited {	color:#333333;	font-weight:bold; text-decoration: none;}
#ywan a:hover {color: #DD0200;text-decoration: none;}

#ywan .button1{	background:url(yw_bo.gif) top right no-repeat;}
#ywan .button2{	background:url(yw_bo.gif) -42px right no-repeat;}
#ywan .button3{	background:url(yw_bo.gif) -84px right no-repeat;}
#ywan .button4{	background:url(yw_bo.gif) -126px right no-repeat;}
#ywan .button5{	background:url(yw_bo.gif) -168px right no-repeat;}
#ywan .button6{	background:url(yw_bo.gif) -210px right no-repeat;}
.icp{ padding:10px 0px;}
.kehuhelp{ border:1px solid #cccccc; padding:8px; margin-bottom:10px; }
.kehuhelp ul{ margin-top:8px;
	text-align:left;
	list-style-type:none;
	background-image: url(khfw_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 112px; padding:10px 0px 0px 10px;
}
.kehuhelp ul li{
	background-image: url(rrr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	float:left; width:49%; line-height:24px;
}
.kehuhelp ul li font{ padding-left:20px; font-size:12px;}
.hzhb{ padding:5px 0px; text-align:center; border-bottom:1px solid #CCCCCC; width:96%;}

/* 右边内容 */
.zhongjian_right{ float:right;padding-top:10px; margin-left:6px; width:774px;}
.flash{ width:774px; height:150px;}
.times{ text-align:left; background-color:#efefef; border-bottom:1px solid #8c8c8c; padding-top:5px; line-height:22px; padding-left:15px;}
.times span{ text-align:left;padding-left:50px;}
.wwwsearch{ text-align:center;}
.domainname{ text-align:center;}
.domainname_l{ text-align:left; width:135px; float:left;}
.domainname_m{ text-align:left; float:left; width:500px; margin-left:10px; background-color:#f7f7f7; padding:10px 0px 0px 10px; height:80px; margin-top:20px;}
.domainname_m ul{ text-align:left; list-style-type:none;}
.domainname_m ul li{ text-align:left; float:left; width:16%; line-height:25px;}
.domainname_r{ text-align:center;width:100px; float:right;}

.guonei{ width:380px; float:left;}
.guonei div{ line-height:25px; padding-left:50px; text-align:left; height:25px;}
.guoji{ width:380px; float:right;}
.guoji div{ line-height:25px; padding-left:50px; text-align:left; height:25px;}

.hostingservice{ padding-top:5px; text-align:left;}
.hostingservice_l{ float:left; width:520px;}
.index-r1{background-image:url(index_bg3.gif);color: #ffffff;height:24px;}
.index-r2{background-image:url(index_bg4.gif);color: #ffffff;height:24px;}

.xnzj_line2{background-image: url(xnzj_line2.gif);background-repeat: repeat-x;height: 10px; overflow:hidden;}
.hostingservicebrand{background-image: url(hostingservice.jpg);
	background-repeat: no-repeat;
	background-position: left top; float:left;
	text-align: left; 
	height: 165px;
	width: 256px; overflow:hidden; margin-bottom:10px;
}
.hostingservicebrand_r{background-image: url(hostingservice.jpg);
	background-repeat: no-repeat;
	background-position: left top; float:right;
	text-align: left; 
	height: 165px;
	width: 256px; overflow:hidden; margin-bottom:10px;
}
.hostingservicebrandtext,.idcservicebrandtext{padding-left:10px; padding-top:10px;}
.idcservicebrand{background-image: url(idcservice.jpg);
	background-repeat: no-repeat;
	background-position: left top; float:left;
	text-align: left; 
	height: 165px;
	width: 256px; overflow:hidden; margin-bottom:10px;
}
.idcservicebrand_r{background-image: url(idcservice.jpg);
	background-repeat: no-repeat;
	background-position: left top; float:right;
	text-align: left; 
	height: 165px;
	width: 256px; overflow:hidden; margin-bottom:10px;
}
.servicebranddetail{
	background-image: url(ih_7.gif);
	background-repeat: no-repeat;
	background-position: left center; padding-left:13px;}
.price{ text-align: center; vertical-align:middle; color:#FFFF00; font-weight:bold; width:98px; height:74px; line-height:74px;}	


.networkpostoffiice,.mailoffice,.question{ float:right; width:248px;}
.index-r3{background-image:url(index_bg5.gif);color: #ffffff;height:24px;}
.mailtext{ float:right; width:125px; line-height:20px; text-align:left;}

.mailtextlist{ text-align:left; float:right; width:248px;}
.mailtextlist ul{ list-style-type:none;}
.mailtextlist ul li{ text-align:left; line-height:25px; padding-left:10px;height:25px;}
#hours{padding-top:10px;}

.question{ margin-top:10px;
	background-image: url(questionbg.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom:10px;
	padding-bottom:20px;
	background-position: left bottom;}
	
.question ul{ text-align:left; list-style-type:none; padding-left:16px; padding-right:16px;}
.question ul li{
	line-height:25px;
	background-image: url(bg_dash_line.gif);
	background-repeat: repeat-x; padding-left:10px;
	background-position: left bottom;
}
.question_top{
	background-image: url(question.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 51px; padding-top:10px; 
}

.index-r4{background-image:url(index_bg6.gif);color: #ffffff;height:24px;}
.scroll{ text-align:center;width:774px;}
.scroll img{ width:135px; height:135px; border:0px solid #CCCCCC;}
#de{overflow:hidden;height:160px; width:774px; float:right; }
#de td{text-align:center; padding-right:10px; line-height:25px;}


.dibumenu{
	background-image: url(site_main_h2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 30px;
	line-height: 30px; margin-top:5px;
	color: #FFFFFF;
}

.dibutext{
	background-image: url(endd_04.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 20px;
	color: #000000;
	background-position: left top;
}
.copyright{ float:left; width:190px;}
.copyname{ float:left; width:420px; padding-left:20px; line-height:25px; text-align:left; padding-top:20px;}
.zhijiao{ float:right; width:350px; text-align:left; line-height:25px; padding-top:30px;}

/* 静态链接，如“关于我们”等 */
a.staticlink:link
{
	font-family: "宋体";
	font-size: 12px;
	color: #444444;
	text-decoration: none;
}
a.staticlink:visited
{
	font-family: "宋体";
	font-size: 12px;
	color: #633B3B;
	text-decoration: none;
}
a.staticlink:hover
{
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
/* 黄色链接，用于暗色背景 */
a.yellow:link
{
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
a.yellow:visited
{
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
a.yellow:hover
{
	color: #000000;
	text-decoration: underline;
}
/* 白色链接，用于暗色背景 */
a.white:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover
{
	color: #ffff00;
	text-decoration: underline;
}

/* 白色链接1，用于暗色背景 */
a.whiteface:link
{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteface:visited
{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.whiteface:hover
{
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
/* 深棕色链接，用于列表标题 */
a.brownface:link
{
	font-family: "宋体";
	font-weight: bold;
	font-size: 12px;
	color: #7F3315;
	text-decoration: none;
}
a.brownface:visited
{
	font-family: "宋体";
	font-weight: bold;
	font-size: 12px;
	color: #7F3315;
	text-decoration: none;
}
a.brownface:hover
{
	font-family: "宋体";
	font-weight: bold;
	font-size: 12px;
	color: #7F3315;
	text-decoration: none;
}
/* 字体 */
/* 深灰字体 */
.darkgray
{
	font-family: "宋体";
	font-size: 12px;
	line-height: 35px;
	color: #333333;
	text-decoration: none;
}
/* 红色警告文本 */
.redtext
{
	color: #ff0000;
	font-family: "宋体";
	font-size: 12px;
}
/* 文本logo风格 */
.brandname
{
	font-family: "华文彩云";
	font-size: 36px;
}
/* 页面标题 */
.pagetitle
{
	font-size: 16px;
	font-family: "宋体";
	font-weight: bold;
	text-decoration: none;
}
/* 章节标题 */
.sectiontitle
{
	font-family: "宋体";
	font-size: 12px;
	color: #555555;
	line-height: 20px;
	font-weight: bold;
}
/* whois查询表单普通后缀 */
.commontld
{
	font-size: 14px;
	font-family: "宋体";
}
/* whois查询表单点亮后缀 */
.highlighttld
{
	font-size: 14px;
	color: #cc0000;
	font-family: "宋体";
}
/* 表单 */
/* 表单文本框 */
input:text
{
	border-style: solid;
	border-width: 1;
}
/* 表单选择 */
select
{
	padding: 0px;
	font-size: 9pt;
	margin: 0px;
	background-color: #ffffff;
}
/* 表单单选框 */
checkbox
{
	font-size: 9pt;
	font-weight: normal;
}
/* 下划线形式的文本框输入 */
.lineinput
{
	border-bottom: #666666 1px outset;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	font-family: "宋体";
	font-size: 12px;
}

/* 实心线边框的文本框输入 */
.solidinput
{
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	padding: 1px;
	border: 1px solid #999999;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #EFEFEF;
}
/* 类似solidinput, 浅色边框：小登录表单用户名密码输入框 */
.lightsolidinput
{
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #858484;
}
/* 嵌入效果文本输入框：域名查询输入框 */
.embossinput
{
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #404040;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	border-left-color: #404040;
}
/* 图标（鼠标移走） */
.imgonmouseout
{
	border: 1px solid #FFFFFF;
}
/* 图标（鼠标指向） */
.imgonmouseover
{
	border: 1px solid #D1D1D1;
}
/* 首页右侧标题栏 */

A.r1:link {font-size: 12px;color:#ffff00;font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none;}
A.r1:visited {font-size: 12px;color:#ffff00;font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none;}
A.r1:hover {font-size: 12px;color: #00ffff;text-decoration: underline;}

.ensmall1{color: #ffcc00;FONT-FAMILY: Arial, Helvetica, sans-serif;	font-size: 9px;}
/* 图标（鼠标指向） */
.imgonmouseover
{
	border: 1px solid #D1D1D1;
}

.cart {
	font-weight:bold;
	font-size:15px;
	color:#ff3300;
	font-family:"Arial", "Helvetica", "sans-serif";
}
.liwei {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 140%;
	color: #ffffff;
	font-family: "Arial", "Helvetica", "sans-serif";


}
.box {PADDING-LEFT: 1px;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-LEFT-COLOR: #c0c0c0;
	PADDING-TOP: 1px;
	BORDER-TOP-WIDTH: 1px;
	BORDER-TOP-COLOR: #c0c0c0;
	PADDING-RIGHT: 1px;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-RIGHT-COLOR: #c0c0c0;
	PADDING-BOTTOM: 1px;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-BOTTOM-COLOR: #c0c0c0;
	BACKGROUND-COLOR: #FaFaFa;
	FONT-FAMILY: Verdana, 宋体;
	FONT-SIZE: 12px;
	HEIGHT: 18px;
	COLOR: #000000;
	CURSOR: hand;
}