﻿@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, 宋体;
	margin: 0;
	padding: 0;
	color: #666;
	background-image: url(/newstyle/blue/images/pagebg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	text-decoration: none;
}
.fullwidth {width:960px; margin:auto;}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h4{
	display: block;
-webkit-margin-before: 1.33em;
-webkit-margin-after: 1.33em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
PADDING-LEFT: 0px;
PADDING-RIGHT: 0px;
PADDING-TOP: 0px;
margin: 0px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #000000;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #000000;
		text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 980px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow:hidden;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {

}

div {
TEXT-ALIGN: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 18px; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 12px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px
}
.sidebar1 {
	float: right;
	width: 274px;
	background-color: white;
	padding-bottom: 10px;
}
.content {
	padding: 0px 0;
	width: 686px;
	float: right;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}


ul.nav{
	list-style: none; 
	height:24px;
	margin-top: 10px;
	width:965px;
}
ul.nav li {
	width:80px;
	display: inline-block; 
	background:url(/newstyle/blue/images/nav_sep.gif) no-repeat right 0px; padding-bottom:0px;  overflow:hidden; cursor:pointer; 
    padding-left:5px;
	padding-right:5px;
	float:left;
}

ul.nav li.pic {
	font-weight: bold; position:relative; border:none; width:72px; text-align:center;height:33px;  
}
ul.nav span {
	color:#039;
	display:block;
	text-align:center;
	width:65px;
	margin-left:7px;
	background-image:url(/newstyle/blue/images/navIndicator.gif)
}	
ul.nav a, ul.nav a:visited { 
	position:relative;
	color:white;
	display: block; 
	width: 65px; 
	display:block;
	width:72px;
	height:27px;
	margin:0 2px;
	padding-top:6px;
	text-align:center;
	text-decoration: none;
	
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
}

/* ~~ The footer ~~ */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
dd {-webkit-margin-start: 0px;}

div.newdomain {	width:271px; height:236px; background:url(/newstyle/blue/images/domainbox.gif) no-repeat; overflow:hidden;}
div.newdomain div.pnl { width:150px; height:20px; margin-left:4px; margin-top:15px; overflow:hidden;}
div.newdomain div.pnl a {padding:4px 12px 0 12px;}
div.newdomain div.pnl a:hover {color:#039}
div.newdomain div.domaindiv {height: 130px; margin-top:4px; margin-left:8px;}

.sepdiv {	
	clear:both;
	height:5px;
	font-size: 1px;
	line-height: 5px;}
	
ul.news {
	font-family:宋体;
	list-style: square; /* this removes the list marker */
	list-style-position: inside; /* this removes the list marker */
	margin-top: 10px; /* this creates the space between the navigation on the content below */
}
ul.news li {
	padding-left:8px;
	height: 24px;
	border-bottom: 1px dashed gainsboro; /* this creates the button separation */
}
ul.news span {
	display:inline-block;
	/*	background-color:#0C3; */
	width:200px;

}	
ul.news a, ul.news a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	color:white;
	/*padding: 5px 5px 5px 15px;*/
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 65px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	margin-left:7px;
	text-align:center;
	text-decoration: none;
	/* background-color: #C6D580; */
}
ul.news a:hover, ul.news a:active, ul.news a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #039;
	color: #FFF;
}

#helpbox table { padding:8px 0px 0px 0px; text-align:center; height:100px; width:251px;}
#helpbox tr { height:33%; vertical-align:top;}
#helpbox td { width: 33%; text-align:center;}

#actbox table { padding:8px 0px 0px 16px; height:200px; width:261px;}
#actbox tr { height:33%; vertical-align:central;}
#actbox td { }
#actbox em { font-weight:bold;}

#onlinequery span {font-family:宋体; display:inline-block; width: 120px; padding-left:15px; position:relative; top:-8px;}
#hosting {width:681px;height:252px; 
	padding-left:150px; padding-top:4px;
	background-repeat:no-repeat; }
#hosting td { width:126px; /* background-color:#0C9 */}
#hosting a.t { margin-left:15px; display:inline-block; width:53px;}
#hosting a.t:hover { color:#039}
#hosting a.b { }
#hosting div.wht { text-align:center; padding-left:0px;color:white; font-size:12px;}
#hosting div.wht em { font-size:16px; font-style:normal; font-weight:bold;}
#hosting ul { /* background-color: #990;*/
	padding-right:0px;
	height: 98px;
	width: 84px;
	list-style: square; 
	list-style-position: outside;
	margin: 12px 0 0px 0; }
#hosting li {
	margin-left: -18px; 
	padding-left:0px;}	
#hosting span.pic {
	display:inline-block; color:#09F; font-size:12px; font-weight: bold; position:relative; border:none; width:65px; text-align:center;height:33px;  
}

#block_ad{width:680px;height:61px;overflow:hidden;}

#zaixian_zixun{width:271px; height:340px; border:none; background-image:url(/newstyle/blue/images/zaixianzixun.jpg);}
#zaixian_zixun ul{width:251px;height:300px; margin:0px auto;padding:0px;overflow:hidden;padding-top:40px;}
#zaixian_zixun ul li{width:251px;line-height:25px;overflow:hidden;}
#zaixian_zixun ul li.right3-li1{width:251px;line-height:25px;overflow:hidden;color:#646464;font-size:14px;font-weight:bold;}
#zaixian_zixun ul li.right3-li2{color:#ff5c10;font-family:Arial;}
#zaixian_zixun ul li.right3-li2 .number-big{font-size:16px;font-weight:bold;}

#kefuzhanshi{width:271px; height:246px; border:none; background-image:url(/newstyle/blue/images/kefushow.jpg);}
#kefuzhanshi ul{padding:45px 0px 0px 17px;line-height:25px;}
#kefuzhanshi ul li{line-height:25px;height:25px;background:url(/newstyle/blue/images/li.jpg) no-repeat 0px 11px;text-indent:10px;}


#sitebuilder { width:678px; height:245px; border:1px solid gainsboro;overflow:hidden;}
#sitebuilder .tle{height:29px;border-bottom:solid 1px #ebe9ea;background-color:#f5f5f5;line-height:29px;color:#2a5c91;}
#sitebuilder .tle .a{float:left;}
#sitebuilder .tle .b{float:left;text-indent:10px;}
#sitebuilder #scolpnl{width:668px;height:200px;margin:9px auto;overflow:hidden;}
#sitebuilder #scolpnl table{margin:0px;padding:0px;}
#sitebuilder #scolpnl ul {float:left;margin:0px;padding:0px;}
#sitebuilder #scolpnl ul li{width:167px;height:183px;overflow:hidden;padding:0px;text-align:center;float:left;margin:0px;}
#sitebuilder #scolpnl ul li img.si{width:150px;height:148px;overflow:hidden;margin-bottom:8px;}

#pchost { width:543px; height:241px; padding-left:138px; overflow:hidden;}
#pchost a.ops { width:55px; display:inline-block; margin-left:15px;}
#pchost span.pic {
	display:inline-block; color:#666; font-size:12px; font-weight: bold; position:relative; border:none; width:65px; text-align:center;height:33px;  
}
#pchost table { width:540px; /*background-color:#09C*/}
#pchost tr { vertical-align:top}
#pchost td {width:33%; text-align:left; line-height:20px;}
#pchost td span {color:#148CCB; font-size:14px; font-weight:normal;}
#pchost td span.money {color:red; font-size:16px; font-weight:bold;}
#pchost ul { height:85px; list-style:none; text-align:left; }
#pchost li {font-size:11px; margin-left:-18px; height:24px;}


#addbanner2 { width:681px; height:102px}



#support { width:681pxp; height:61px;}

#footnote { line-height:150%}
#footnote .hi { color:#0DB3E3; }




.is_qiang_ico{background:url("/newstyle/blue/images/qiang.gif") repeat scroll 0 0 transparent;height:23px;margin:-10px 0 0 3px;position:absolute;width:20px;}
.is_hot_ico{background:url("/newstyle/blue/images/hot3.gif") repeat scroll 0 0 transparent;height:18px;margin:-10px 0 0 -15px;position:absolute;width:32px;z-index:9999;}
.is_rexiao_ico{background:url("/newstyle/blue/images/ico_rexiao.gif") repeat scroll 0 0 transparent;height:20px;margin:-6px 0 0 3px;position:absolute;width:28px;}
.is_tehui_ico{background:url("/newstyle/blue/images/ico_tehui.gif") repeat scroll 0 0 transparent;height:20px;margin:-6px 0 0 3px;position:absolute;width:28px;}
<!--.is_tui_ico{background:url("/newstyle/blue/images/ico_tuijian.gif") repeat scroll 0 0 transparent;height:20px;margin:-6px 0 0 3px;position:absolute;width:28px;}-->
.h20 {CLEAR: both;OVERFLOW: hidden;HEIGHT: 5px;overflow: hidden;}
.maili dd{width:140px;float:left;}	

#head {height: 115px;}
#headad{height:10px;LINE-HEIGHT: 10px;}
#submenu{margin-top:10px;}
#nav{margin-top:11px;background:url(/newstyle/blue/images/nav_bg-1.gif) repeat-x;margin-left:102px;position:relative;z-index:1000}
#nav li{z-index:1000;background:url(/newstyle/blue/images/navnbg.gif) no-repeat -87px 6px;padding-left:4px;position:relative;}
#nav li .v .sele{background:url(/newstyle/blue/images/navnbg-1.gif) no-repeat 0px -47px;text-decoration:none;color:#0069AC;line-height:42px;font-size:14px}
#nav li .v .sele1{background:url(/newstyle/blue/images/nav_yun_bg.gif) no-repeat 0px 5px;text-decoration:none;color:#0069AC;line-height:42px;font-size:14px}
#nav li .v a{width:76px;height:39px;line-height:33px;display:block;color:white;background:none;float:left;}
#nav li .v .on{background:url(/newstyle/blue/images/navnbg-1.gif) no-repeat 0px -47px;text-decoration:none;color:#0069AC;line-height:42px;font-size:14px}
#menu_text1, #menu_text2, #menu_text3, #menu_text4, #menu_text5, #menu_text6,#menu_text7,#menu_text8,#menu_text9,#menu_text10,#menu_text0{display:none;position:absolute;z-index:999;top:36px;left:0;border:2px solid #36C;background:#FCFCFC;}
.clearit{clear:both;font-size:0;height:0;line-height:0;overflow:hidden;}
.clear {HEIGHT: 0px;CLEAR: both;OVERFLOW: hidden;overflow: hidden;}
#menu_text0 {WIDTH: 180px; LEFT: 50px}
#menu_text1 {WIDTH: 630px; LEFT: 85px}
#menu_text2 {WIDTH: 460px; LEFT: 165px}
#menu_text3 {WIDTH: 444px; LEFT: 234px}
#menu_text4 {WIDTH: 444px; LEFT: 314px}
#menu_text5 {WIDTH: 423px; LEFT: 394px}
#menu_text6 {WIDTH: 458px; LEFT: 325px}
#menu_text7 {WIDTH: 500px; LEFT: 490px}
#menu_text8 {WIDTH: 444px; LEFT: 590px}
#menu_text9 {WIDTH: 444px; LEFT: 590px}
#menu_text10 {WIDTH: 180px; LEFT: 590px}
.menu_text dt{color:#36C;font-size:13px;font-weight:bold;height:23px;line-height:23px;padding:0 20px 0 24px;}
.menu_text dt a:link{font-size:13px;color:#36C;}
.menu_text dt a:visited{font-size:13px;color:#36C;}
.menu_text dt a:hover{font-size:13px;color:#36C;text-decoration:underline;}
.menu_text dt.black{color:#373434;}

.menu_text dd{color:#575656;font-size:12px;line-height:21px;padding:0 10px 0 23px;font-size:13px; text-align:left;}
.menu_text dd a{color:#575656; text-align:left;}
.menu_text dd a:link{color:#575656;text-align:left;}
.menu_text dd a:visited{color:#575656;text-align:left;}
.menu_text dd a:hover{color:#575656;text-decoration:underline;text-align:left;}
.menu_text dl.bin{}
.menu_text dl.bin dt{color:#373434;font-size:13px;font-weight:bold;height:23px;line-height:23px;padding:0 0 0 24px;}
.menu_text dl.bin dd{color:#575656;font-size:12px;line-height:23px;padding:0 24px;}
.menu_text dl.bin dd a{color:#575656;text-decoration:none;}
.menu_text dl.bin dd a:link{color:#575656;}
.menu_text dl.bin dd a:visited{color:#575656;}
.menu_text dl.bin dd a:hover{color:#575656;text-decoration:underline;}
.menu_text dl.bin dd.hover{background:none repeat scroll 0 0 #000000;color:#FFFFFF;}
.menu_text dl.bin dd.hover a{color:#FFFFFF;}
.menu_text h4#hos{color:#36C;font-size:13px;font-weight:bold;height:23px;line-height:23px;padding:0 0 0 24px;}
.menu_text h4#hos a:link{color:#36C;font-size:13px;}
.menu_text h4#hos a:visited{color:#36C;font-size:13px;}
.menu_text h4#hos a:hover{color:#36C;text-decoration:underline;font-size:13px;}

.menu_text dl.hosti{clear:both;padding:0 0 0 24px;font-size:13px;}
.menu_text dl.hosti dt{color:#939292;font-size:12px;font-weight:normal;height:21px;line-height:21px;padding:4px 0 0;}
.menu_text dl.hosti dt a:link{color:#939292;}
.menu_text dl.hosti dt a:visited{color:#939292;}
.menu_text dl.hosti dt a:hover{color:#939292;text-decoration:underline;}
.menu_text dl.hosti dt.black{color:#373434;}
.menu_text dl.hosti dd{color:#575656;float:left;font-size:12px;line-height:21px;padding:0 10px 0 0;}
.menu_text dl.hosti dd a{color:#575656;}
.menu_text dl.hosti dd a:link{color:#575656;}
.menu_text dl.hosti dd a:visited{color:#575656;}
.menu_text dl.hosti dd a:hover{color:#575656;text-decoration:underline;}

.menu_text dl.hostivps {clear:both;padding:0 0 0 24px;font-size:13px;}
.menu_text dl.hostivps dt{color:#939292;font-size:12px;font-weight:normal;height:21px;line-height:21px;padding:4px 0 0;}
.menu_text dl.hostivps dt a:link{color:#939292;}
.menu_text dl.hostivps dt a:visited{color:#939292;}
.menu_text dl.hostivps dt a:hover{color:#939292;text-decoration:underline;}
.menu_text dl.hostivps dt.black{color:#373434;}
.menu_text dl.hostivps dd{color:#575656;font-size:12px;line-height:21px;padding:0 5px 0 0;}
.menu_text dl.hostivps dd a{color:#575656;}
.menu_text dl.hostivps dd a:link{color:#575656;}
.menu_text dl.hostivps dd a:visited{color:#575656;}
.menu_text dl.hostivps dd a:hover{color:#575656;text-decoration:underline;}

.menu_text dl.maili{clear:both;padding:0 20px 0 24px;font-size:13px;}
.menu_text dl.maili dt{color:#939292;font-size:12px;font-weight:normal;height:21px;line-height:21px;padding:4px 0 0;}
.menu_text dl.maili dt a:link{color:#939292;}
.menu_text dl.maili dt a:visited{color:#939292;}
.menu_text dl.maili dt a:hover{color:#939292;text-decoration:underline;}
.menu_text dl.maili dt.black{color:#373434;}
.menu_text dl.maili dd{color:#575656;float:left;font-size:12px;line-height:21px;padding:0 10px 0 0;}
.menu_text dl.maili dd a{color:#575656;}
.menu_text dl.maili dd a:link{color:#575656;}
.menu_text dl.maili dd a:visited{color:#575656;}
.menu_text dl.maili dd a:hover{color:#575656;text-decoration:underline;}
.menu_text dl.host{clear:both;padding:0 20px 0 24px;}
.menu_text dl.host dt{color:#36C;font-size:13px;font-weight:bold;height:23px;line-height:23px;padding:0 0 4px;}
.menu_text dl.host dt a:link{color:#36C;}
.menu_text dl.host dt a:visited{color:#36C;}
.menu_text dl.host dt a:hover{color:#36C;text-decoration:underline;}
.menu_text dl.host dd{color:#575656;font-size:12px;line-height:21px;padding:0 10px 0 0;}
.menu_text dl.host dd a{color:#575656;font-size:13px;}
.menu_text dl.host dd a:link{color:#575656;}
.menu_text dl.host dd a:visited{color:#575656;}
.menu_text dl.host dd a:hover{color:#575656;text-decoration:underline;}
.menu_text .hos_line{background:none repeat scroll 0 0 #E4E4E4;clear:both;height:1px;margin:0 22px 0;overflow:hidden;}
.menu_text p.con{line-height:19px;margin-top:8px;padding:0 10px 0 24px;}
..menu_1col .menu_1col_1{float:left; width:168px;}
/*.menu_2col .menu_2col_1{border-right:1px dashed #CCCCCC;float:left;padding:10px 0 0;width:240px;}
.menu_2col .menu_2col_2{background:none repeat scroll 0 0 #F3F2F2;float:left;padding:10px 0 0;width:256px;}
.menu_2cols .menu_2col_1s{float:left;padding:10px 0 0;width:120px;}
.menu_2cols .menu_2col_2s{border-left:1px dashed #CCCCCC;background:none repeat scroll 0 0 #F3F2F2;float:left;padding:10px 0 0;width:160px;}
.menu_3col .menu_3col_1{border-right:1px dashed #CCCCCC;float:left;padding:10px 0 0;width:166px;}
.menu_3col .menu_3col_2{border-right:1px dashed #CCCCCC;float:left;padding:10px 0 0;width:206px;}
.menu_3col .menu_3col_3{background:none repeat scroll 0 0 #F3F2F2;float:left;padding:10px 0 0;width:256px;}
.menu_3col .menu_3col_1_1{border-right:1px dashed #CCCCCC;float:left;padding:10px 0 0;width:220px;}
.menu_3col .menu_3col_2_1{border-right:1px dashed #CCCCCC;float:left;padding:10px 0 0;width:220px;}
.menu_3col .menu_3col_3_1{float:left;padding:10px 0 0;width:220px;}
.menu_4col .menu_4col_1{border-right:1px dashed #CCCCCC;float:left;padding:10px 0 0;width:166px;}
.menu_4col .menu_4col_2{border-right:1px dashed #CCCCCC;float:left;padding:10px 0 0;width:166px;}
.menu_4col .menu_4col_3{border-right:1px dashed #CCCCCC;float:left;padding:10px 0 0;width:166px;}
.menu_4col .menu_4col_4{background:none repeat scroll 0 0 #F3F2F2;float:left;padding:10px 0 0;width:256px;}
.menu_5col .menu_5col_1{border-right:1px dashed #CCCCCC;float:left;padding:10px 0 0;width:200px;}
.menu_5col .menu_5col_2{background:none repeat scroll 0 0 #F3F2F2;float:left;padding:10px 0 0;width:256px;}*/


.menu_2col .menu_2col_1 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 180px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-RIGHT: #cccccc 1px dashed; PADDING-TOP: 10px
}
.menu_2col .menu_2col_2 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 260px; PADDING-RIGHT: 0px; BACKGROUND: #f3f2f2 0px 0px; FLOAT: left; PADDING-TOP: 10px
}

.menu_2col .menu_2col_1s {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 230px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-RIGHT: #cccccc 1px dashed; PADDING-TOP: 10px
}
.menu_2col .menu_2col_2s {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 260px; PADDING-RIGHT: 0px; BACKGROUND: #f3f2f2 0px 0px; FLOAT: left; PADDING-TOP: 10px
}

.menu_2cols .menu_2col_1ss {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 120px; PADDING-RIGHT: 0px; FLOAT: left; PADDING-TOP: 10px
}
.menu_2cols .menu_2col_2ss {
	BORDER-LEFT: #cccccc 1px dashed; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 160px; PADDING-RIGHT: 0px; BACKGROUND: #f3f2f2 0px 0px; FLOAT: left; PADDING-TOP: 10px
}
.menu_3col .menu_3col_1 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 166px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-RIGHT: #cccccc 1px dashed; PADDING-TOP: 10px
}
.menu_3col .menu_3col_2 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 206px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-RIGHT: #cccccc 1px dashed; PADDING-TOP: 10px
}
.menu_3col .menu_3col_3 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 256px; PADDING-RIGHT: 0px; BACKGROUND: #f3f2f2 0px 0px; FLOAT: left; PADDING-TOP: 10px
}
.menu_3col .menu_3col_1_1 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 220px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-RIGHT: #cccccc 1px dashed; PADDING-TOP: 10px
}
.menu_3col .menu_3col_2_1 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 220px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-RIGHT: #cccccc 1px dashed; PADDING-TOP: 10px
}
.menu_3col .menu_3col_3_1 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 220px; PADDING-RIGHT: 0px; FLOAT: left; PADDING-TOP: 10px
}
.menu_4col .menu_4col_1 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 166px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-RIGHT: #cccccc 1px dashed; PADDING-TOP: 10px
}
.menu_4col .menu_4col_2 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 166px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-RIGHT: #cccccc 1px dashed; PADDING-TOP: 10px
}
.menu_4col .menu_4col_3 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 166px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-RIGHT: #cccccc 1px dashed; PADDING-TOP: 10px
}
.menu_4col .menu_4col_4 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 256px; PADDING-RIGHT: 0px; BACKGROUND: #f3f2f2 0px 0px; FLOAT: left; PADDING-TOP: 10px
}
.menu_5col .menu_5col_1 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 200px; PADDING-RIGHT: 0px; FLOAT: left; BORDER-RIGHT: #cccccc 1px dashed; PADDING-TOP: 10px
}
.menu_5col .menu_5col_2 {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 256px; PADDING-RIGHT: 0px; BACKGROUND: #f3f2f2 0px 0px; FLOAT: left; PADDING-TOP: 10px
}

IMG {
	BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px
}
UL {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
LI {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
A {
	COLOR: #666; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: none
}
.red01 {
	COLOR: #de1010; TEXT-DECORATION: none
}
.red01:hover {
	COLOR: #0d990d; TEXT-DECORATION: none
}
.geen {
	COLOR: #0d990d; TEXT-DECORATION: none
}
.geen:hover {
	COLOR: #de1010; TEXT-DECORATION: none
}
.clear {
	WIDTH: 100%; CLEAR: both; OVERFLOW: hidden
}
.left {
	FLOAT: left
}
.right {
	FLOAT: right
}
.header {
	MARGIN: 0px auto; WIDTH: 100%; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: center top;overflow:hidden;
}
.ttmenu {
	LINE-HEIGHT: 24px; BACKGROUND-COLOR: #ffffca; TEXT-INDENT: 0.6em; MARGIN: 0px auto; WIDTH: 960px; HEIGHT: 24px; FONT-SIZE: 12px; OVERFLOW: hidden
}
.ttmenu A {
	COLOR: #333; TEXT-DECORATION: none
}
.ttmenu A:hover {
	FONT-WEIGHT: bold
}
.left_case {
	BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; MARGIN: 0px auto; WIDTH: 185px; BORDER-TOP: #ddd 1px solid; BORDER-RIGHT: #ddd 1px solid
}
.left_case IMG {
	MARGIN: 6px 2px 0px 3px; WIDTH: 85px; DISPLAY: block; FLOAT: left
}
.left_category A:hover {
	COLOR: #de1010
}
.left_prolist {
	BORDER-BOTTOM: #dddddd 1px dashed; MARGIN: 0px auto 8px; WIDTH: 190px; HEIGHT: 90px; COLOR: #666; CLEAR: both
}
.left_prolist_img {
	TEXT-ALIGN: center; LINE-HEIGHT: 30px; WIDTH: 60px; HEIGHT: 80px; OVERFLOW: hidden
}
.left_prolist_img A {
	COLOR: #336699; TEXT-DECORATION: underline
}
.left_prolist_img IMG {
	WIDTH: 60px; HEIGHT: 50px
}
.left_prolist_item {
	LINE-HEIGHT: 20px; WIDTH: 120px; HEIGHT: 20px
}
.left_prolist_con {
	LINE-HEIGHT: 20px; WIDTH: 120px; HEIGHT: 60px
}
.left_prolist_item A {
	COLOR: #336699; TEXT-DECORATION: underline
}
.left_kefu {
	BORDER-BOTTOM: #ddd 1px dashed; LINE-HEIGHT: 20px; MARGIN: 0px auto 4px; WIDTH: 185px; HEIGHT: 50px; CLEAR: both; OVERFLOW: hidden
}
.left_kefu IMG {
	PADDING-BOTTOM: 0px; MARGIN: 0px 6px 0px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: block; FLOAT: left; PADDING-TOP: 0px
}
.hosting_icoimg {
	WIDTH: 726px; HEIGHT: 80px; CLEAR: both; OVERFLOW: hidden
}
.hosting_icoimg UL {
	WIDTH: 80px; FLOAT: left; HEIGHT: 80px
}
.hosting_icoimg_img {
	TEXT-ALIGN: center; MARGIN: 0px auto; WIDTH: 58px; HEIGHT: 58px
}
.hosting_icoimg_txt {
	TEXT-ALIGN: center; LINE-HEIGHT: 20px; MARGIN: 0px auto; WIDTH: 60px; HEIGHT: 20px; OVERFLOW: hidden
}
.right_cate_title {
	PADDING-BOTTOM: 0px; LINE-HEIGHT: 30px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 300px; PADDING-RIGHT: 0px; HEIGHT: 30px; FONT-SIZE: 14px; FONT-WEIGHT: bold; PADDING-TOP: 0px
}
.right_search {
	PADDING-BOTTOM: 4px; LINE-HEIGHT: 30px; PADDING-LEFT: 0px; WIDTH: 350px; PADDING-RIGHT: 0px; HEIGHT: 30px; OVERFLOW: hidden; PADDING-TOP: 4px
}
.right_search FORM {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: block; PADDING-TOP: 0px
}
.right_search UL LI {
	DISPLAY: block; FLOAT: left
}

.right_ad {
	WIDTH: 730px; DISPLAY: block; CLEAR: both
}
.artlist {
	
}
.artlist A {
	COLOR: #666; TEXT-DECORATION: none
}
.artlist A:hover {
	TEXT-DECORATION: none
}
.artlist_title {
	BORDER-BOTTOM: #ddd 1px dashed; LINE-HEIGHT: 30px; WIDTH: 630px; FLOAT: left; HEIGHT: 30px; OVERFLOW: hidden
}
.artlist_date {
	BORDER-BOTTOM: #ddd 1px dashed; TEXT-ALIGN: right; LINE-HEIGHT: 30px; WIDTH: 100px; FLOAT: left; HEIGHT: 30px; OVERFLOW: hidden
}
.pages {
	LINE-HEIGHT: 30px; WIDTH: 730px; HEIGHT: 30px; CLEAR: both
}
.pages A {
	COLOR: #666; TEXT-DECORATION: none
}
.pages A:hover {
	TEXT-DECORATION: underline
}




/* CSS Document */
/*全局设置*/
 


a{ text-decoration:none}
ul,li{ list-style-type:none; margin:0; padding:0;}
img{ border:none}
h3,dl,dt,dd{ margin:0; padding:0}
#cl{ clear:both;}
/*全局设置结束*/
#main{ 
 width:980px;
 margin:10px auto 10px auto;overflow:hidden;}



  #sider_zhuji{ float:left; width:215px;  color:#333;over:hidden;}
  #sider_right{ float:right; width:250px; color:#333}
/*左侧设置开始 */

/*左侧全局开始
圆角部分*/




.b1,.b2,.b3,.b4,.b5,.b6,.b7,.b8{height:1px; font-size:1px; overflow:hidden; display:block;}
.b1,.b8{margin:0 5px;}
.b2,.b7{margin:0 3px;border-right:2px solid; border-left:2px solid;}
.b3,.b6{margin:0 2px;border-right:1px solid; border-left:1px solid;}
.b4,.b5{margin:0 1px;border-right:1px solid; border-left:1px solid; height:2px;}
.tyctn{border-right:1px solid;border-left:1px solid;overflow:hidden;}
/*颜色方案一,蓝色边框----------------------------------------*/
/*下面第一、二句决定边框颜色，第三句决定背景颜色*/
/*边框色*/
 .b2, .b3, .b4, .b5, .b6, .b7, .tyctn{border-color:#ccc;}
 .b1, .b8{background:#ccc;}
/*背景色*/
 .b2, .b3, .b4, .b5, .b6, .b7{background:#f6f6f6;}



/*圆角部分结束*/
#sider_zhuji .lm_title2{ height:66px; background:url(/newstyle/blue/images/lmbg.gif) repeat-x 0 0; }
#sider_zhuji .lm_title{ height:34px; background:url(/newstyle/blue/images/lmbg.gif) repeat-x 0 0; border-bottom:1px solid #ccc;}/*栏目标题背景和大小*/
#sider_zhuji .lm_title h3{ line-height:34px; font-size:14px; text-indent:15px;}
#sider_zhuji ul li{height:30px; line-height:30px;}
/*左侧全部结束*/
#xuni a{ color:#666; font-size:12px; text-decoration:none}
#xuni a:hover{color:#1a84da; font-weight:bold;}
#xuni{ margin-bottom:10px;}
#xuni ul{ padding:5px 8px 5px;}
#xuni li{background:url(/newstyle/blue/images/tubiao.gif) no-repeat 10px 10px; padding:0px  0px 0 23px; border-bottom:1px dashed  #CCC;}

/*我们的优势 开始*/
#youshi a{ color:#666; font-size:12px; text-decoration:none}
#youshi a:hover{color:#1a84da; font-weight:bold;}
#youshi{ margin-bottom:10px;}
#youshi ul{ padding:5px 8px 5px;}
#youshi li{padding:0px  0px 0 23px; border-bottom:1px dashed  #CCC;}
/*<!--我们的优势 结束-->*/

<!--合作伙伴 开始-->
#hezuo{ background:url(/newstyle/blue/images/hezuo.gif) no-repeat; width:218px; height:224px;}
<!--合作伙伴 结束-->

<!--新闻公告-->
#news_zhuju{ margin-bottom:10px;}
 #news_zhuju h3{float:left;}
 #news_zhuju span{float:right; margin-right:5px; line-height:34px;}
#news_zhuju ul{ padding:5px 2px 5px 5px;;}
#news_zhuju li{background:url(/newstyle/blue/images/tubiao.gif) no-repeat -248px -88px; padding:0px  0px 0 10px; border-bottom:1px dashed  #CCC; overflow:hidden}
#news_zhuju a{ color:#666; font-size:12px; text-decoration:none}
#news_zhuju a:hover{color:#1a84da;}
/*帮助中心*/
#helptn{ margin-top:10px; margin-bottom:10px;}
 #helptn h3{float:left;}
 #helptn span{float:right; margin-right:5px; line-height:34px;}
#helptn a{ color:#666; font-size:12px; text-decoration:none}
#helptn a:hover{color:#1a84da;}
#helptn ul{ padding:5px 0px 10px 0px;}
#helptn ul li{ text-align:center;  width:106px; float:left; display:inline;height:40px; }
.bianse{border-bottom:1px solid #ccc; height:40px; background:#f5f6f7;}
.bianse2{ background:#f5f6f7;}
#helptn ul li img{  margin-right:5px;}
<!--帮助中心-->

/*在线咨询*/
#qqtel{margin-top:10px;}
#qqtel img{ margin-left:5px; }
#qqwz{ height:20px;}
#qqtel .yumi{ font-size:8px; height:20px;line-height:20px;}
#queel .ymwz{font-weight:bold;}
#qqtel ul{ padding:5px 5px 5px 35px;}
#qqtel ul li{ border:none; margin-bottom:5px;}
/*左侧设置结束 */

  #content_zhuji{ margin-left:1px;_margin-left:5px; display:inline; float:right; width:755px;overflow-x:hidden;}
  #content_help{ margin-left:10px; display:inline; float:left; width:755px;}
  #ctn_top{}
  #bannershow{ margin-bottom:15px; }
 

/*上圆角框通用设置样式，如果要运用多个不同颜色，以下6句不用重新变化--------------------------------*/
.d1,.d2,.d3,.d4,.d5,.d6,.d7,.d8{height:1px; font-size:1px; overflow:hidden; display:block;}
.d1,.d8{margin:0 5px;}
.d2,.d7{margin:0 3px;border-right:2px solid; border-left:2px solid;}
.d3,.d6{margin:0 2px;border-right:1px solid; border-left:1px solid;}
.d4,.d5{margin:0 1px;border-right:1px solid; border-left:1px solid; height:2px;}
.cont_ty {border-right:1px solid;border-left:1px solid;overflow:hidden;}
.cont_ty{height:100%}
/*颜色方案一,蓝色边框----------------------------------------*/
/*下面第一、二句决定边框颜色，第三句决定背景颜色*/
/*边框色*/
#content_zhuji .d2,#content_zhuji .d3,#content_zhuji .d4,#content_zhuji .d5,#content_zhuji .d6,#content_zhuji .d7, #content_zhuji .cont_ty{border-color:#96C2F1;}
#content_zhuji .d1,#content_zhuji .d8{background:#96C2F1;}
/*背景色*/
#content_zhuji .d2,#content_zhuji .d3,#content_zhuji .d4,#content_zhuji .d5,#content_zhuji .d6,#content_zhuji .d7,#content_zhuji .cont_ty{background:#EFF7FF;}


  /*第一部分*/
  #onemes{ width:235px; float:left; margin-right:10px; display:inline;}
  .lastonemes{ margin-right:0px;}
  #cont_ty{}
  .cont_ty dl{ padding:15px}
   .cont_ty dt{ padding:8px 0px 15px 60px;color:#1a84da; font-weight:bold;  border-bottom:1px solid #1a84da; background:url(/newstyle/blue/images/swdtb.png) no-repeat 18px 2px;}
    .cont_ty dd{ padding:10px 0 0 18px; background:url(/newstyle/blue/images/xxtb.png) no-repeat 0 12px; font-size:12px; color:#666}
     .cont_ty p.msgm{ margin:0px 10px 10px 25px;background:url(/newstyle/blue/images/gmbg.gif) no-repeat 15px 0; width:65px; height:24px; line-height:24px; text-align:center; }
	 .cont_ty p.msgm a{color:#FFF; font-size:12px; height:24px; width:65px; display:block}
  
/*  第一部分结束*/
/*第二部分开始*/

#ctn_title ul{ background:url(/newstyle/blue/images/btn_bg.gif) repeat-x; height:34px;}
#ctn_title ul li{ width:192px; float:left; display:inline; text-align:center; line-height:34px; color:#FFF; font-size:13px; font-weight:bold }
#ctn_title ul li.tilt_a1{margin-left:145px}
#ctn_title1 ul{ background:url(/newstyle/blue/images/btn_bg.gif) repeat-x; height:34px;}
#ctn_title1 ul li{ width:95px; float:left; display:inline; text-align:center; line-height:34px; color:#FFF; font-size:13px; font-weight:bold }
#ctn_title1 ul li.tilt_a1{margin-left:145px}
#ctn_btm{ height:100px; margin-top:10px; padding:0px 10px 0 0;}
#ctn_list{ color:#666; font-size:12px;}
#ctn_list ul {width:725px;} 
#ctn_list ul li {border-left:1px solid #ccc;border-bottom:1px solid #ccc;float:left;width:191px;height:30px;text-align:center;line-height:30px} 
#ctn_list ul li.one_line{ width:146px}
#ctn_list ul li.one_right{border-right:1px solid #ccc;}
#ctn_list ul li.all_line{ width:723px;  background: #d8d8d7 url(/newstyle/blue/images/jiatb.png) no-repeat 15px 8px; text-align:left; text-indent:35px; color:#0065b4; font-weight:bold }
#ctn_list ul li img { margin-top:6px;}/*为了避免IE不支持，所以这样设置，使用垂直居中,发现IE6不支持*/
#ctn_list ul li.wintb{ background:url(/newstyle/blue/images/wdtb.png) no-repeat 50px 5px}
#ctn_list table{ border-collapse:collapse}
#ctn_list table tr,#ctn_list table td{ border:1px solid #CCC; border-spacing:0px;}

#ctn_list .one_td{ width:135px;word-break:break-all;word-wrap:break-word; padding:5px; text-align:center;}
#ctn_list .ty_td{ width:180px; padding:5px;word-wrap:break-word;}
#ctn_list .ty_td img{ margin-left:80px}






#hostlist{ width:745px;border:1px solid #ddd; text-align:left;}
#hostlist tr{}
#hostlist td{ border-bottom:1px solid #ddd;
height:30px;
line-height:18px;
text-align:center;}
#hostlist td.hostlist-t{ background:#f9f9f9;color:#555}
#hostlist dfn{ font-size:14px;font-weight:bold;}
#hostlist1{ width:745px;border:1px solid #ddd; text-align:left;}
#hostlist1 tr{}
#hostlist1 td{border-bottom:1px solid #ddd;
height:30px;
line-height:18px;
text-align:left;}
#hostlist1 td.hostlist1-t{ background:#f9f9f9;color:#555}
#hostlist1 dfn{ font-size:14px;font-weight:bold;}
#hostlist td.headerbg1{ background:url(/newstyle/blue/images/header.png) repeat-x;color:#a72700;font-weight:bold}
#hostlist td.headerbg2{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -150px;color:#fff;font-weight:bold}
#hostlist td.headerbg3{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -30px;color:#fff;font-weight:bold}
#hostlist td.headerbg4{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -60px;color:#fff;font-weight:bold}
#hostlist td.headerbg5{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -90px;color:#fff;font-weight:bold}
#hostlist td.headerbg6{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -120px;color:#fff;font-weight:bold}
#hostlist td.headerbg7{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -180px;color:#fff;font-weight:bold}
#hostlist td.headerbg8{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -210px;color:#fff;font-weight:bold}
#hostlist td.headerbg9{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -240px;color:#fff;font-weight:bold}





.inputbox { 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: #999; border-right-color: #f1f1f1; border-bottom-color: #f1f1f1; border-left-color: #CCC; height:14px; color:#666; }
.inputbox:hover { 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: #35CDFF; border-right-color: #B3ECFF; border-bottom-color: #B3ECFF; border-left-color: #35CDFF; height:14px; color:#666; }
.service {
	BACKGROUND-IMAGE: url(/newstyle/blue/images/service_bg.gif); MARGIN: 0px auto; WIDTH: 960px; HEIGHT: 125px; COLOR: #666; CLEAR: both; OVERFLOW: hidden
}
.service A {
	COLOR: #999; TEXT-DECORATION: none
}
.service A:hover {
	COLOR: #dc0000; TEXT-DECORATION: none
}
.service UL {
	WIDTH: 188px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: right center; HEIGHT: 122px
}
.service UL LI {
	LINE-HEIGHT: 23px; MARGIN: 0px auto; WIDTH: 120px; HEIGHT: 23px; CLEAR: both
}
.copyright_menu {
	TEXT-ALIGN: center; LINE-HEIGHT: 24px; BACKGROUND-COLOR: #339de6; MARGIN: 6px auto; WIDTH: 980px; HEIGHT: 24px; COLOR: #fff;
}
.copyright_menu A {
	COLOR: #fff; TEXT-DECORATION: none
}
.copyright_menu A:hover {
	COLOR: #fff; TEXT-DECORATION: none
}
#partner{background:url(/newstyle/blue/images/partner_bg2.gif) repeat-x top;height:61px;}
#partner .l{background:url(/newstyle/blue/images/partner_bg1.gif) no-repeat;width:9px;height:61px;float:left;}
#partner .r{background:url(/newstyle/blue/images/partner_bg1.gif) no-repeat right;width:9px;height:61px;float:right;}
#partner .jline{background:url(/newstyle/blue/images/partner_bg1.gif) no-repeat -9px -17px;width:2px;font-size:2px;padding:0;}
#partner .link1,#partner .link2,#partner .link3,#partner .link4,#partner .link5,#partner .link6{background:url(/newstyle/blue/images/microsoft.gif) no-repeat;display:block;width:136px;height:30px;overflow:hidden;margin-right:5px;}
#partner .link1:hover{background:url(/newstyle/blue/images/microsoft.gif) no-repeat bottom;}
#partner .link2{background:url(/newstyle/blue/images/google.gif) no-repeat;display:block;width:136px;height:30px;margin-right:5px;overflow:hidden;}
#partner .link2:hover{background:url(/newstyle/blue/images/google.gif) no-repeat bottom;}
#partner .link3{background:url(/newstyle/blue/images/bqq.gif) no-repeat;display:block;width:113px;height:30px;margin-right:5px;overflow:hidden;}
#partner .link3:hover{background:url(/newstyle/blue/images/bqq.gif) no-repeat bottom;}
#partner .link4{background:url(/newstyle/blue/images/chinatelecom.gif) no-repeat;display:block;width:158px;height:30px;margin-right:5px;margin-left:5px;overflow:hidden;}
#partner .link4:hover{background:url(/newstyle/blue/images/chinatelecom.gif) no-repeat bottom;}
#partner .link5{background:url(/newstyle/blue/images/chinaunicom.gif) no-repeat;display:block;width:140px;height:30px;margin-right:5px;margin-left:5px;overflow:hidden;}
#partner .link5:hover{background:url(/newstyle/blue/images/chinaunicom.gif) no-repeat bottom;}
#partner .link6{background:url(/newstyle/blue/images/globalsign.gif) no-repeat;display:block;width:177px;height:30px;margin-left:5px;overflow:hidden;margin:0;}
#partner .link6:hover{background:url(/newstyle/blue/images/globalsign.gif) no-repeat bottom;}
#partner .link7{background:url(/newstyle/blue/images/265.gif) no-repeat;display:block;width:154px;height:30px;margin-left:5px;overflow:hidden;margin:0;}
#partner .link7:hover{background:url(/newstyle/blue/images/265.gif) no-repeat bottom;}


/* mScrollBox Style */
.itemList{height:61px;overflow:hidden;line-height:23px}
.itemList2{height:30px;overflow:hidden;width:915px;margin-left:5px;padding-top:15px;white-space:nowrap;text-align:left}






<!--页面右侧样式-->

#rightmenu {
	CLEAR: both
}
#rightmenu LI {
	LINE-HEIGHT: 36px; WIDTH: 120px; DISPLAY: block; BACKGROUND: url(/newstyle/blue/images/rightmbg.gif) no-repeat 0px 0px; HEIGHT: 36px
}
#rightmenu LI {
	LINE-HEIGHT: 36px; WIDTH: 120px; DISPLAY: block; BACKGROUND: url(/newstyle/blue/images/rightmbg.gif) no-repeat 0px 0px; HEIGHT: 36px;
}
#rightmenu LI H2 {
	FONT-SIZE: 12px; FONT-WEIGHT: normal
}

#too_link{width:215px;overflow:hidden;padding-bottom:10px;}
#too_link ul{width:214px;}
#too_link ul li{width:107px;height:36px;overflow:hidden;float:left;margin-bottom:8px;}
#too_link ul li H2{width:100px;height:36px;overflow:hidden;display:block;FONT-STYLE: normal;font-size:12px;font-weight:lighter; text-indent:40px;line-height: 36px;
                   background: url(/newstyle/blue/images/toollinkbg.jpg) no-repeat 0px 0px;padding:0px;margin:0px;}

#too_link ul li.rigicon1 H2 {float:left;background-position:0px 0px;}
#too_link ul li.rigicon2 H2 {float:right;background-position:-100px 0px;font-weight:bold;color:#ff0000;}
#too_link ul li.rigicon2 H2 a{font-weight:bold;color:#ff0000;}
#too_link ul li.rigicon3 H2 {float:left;background-position:0px -42px;}
#too_link ul li.rigicon4 H2 {float:right;background-position:-100px -42px;}
#too_link ul li.rigicon5 H2 {float:left;background-position:0px -84px;}
#too_link ul li.rigicon6 H2 {float:right;background-position:-100px -84px;}

.tjhd {
	MARGIN: 9px 0px; WIDTH: 247px; HEIGHT: auto
}
.bor {
	BORDER-BOTTOM: #dadada 1px solid; BORDER-LEFT: #dadada 1px solid; BORDER-TOP: #dadada 1px solid; BORDER-RIGHT: #dadada 1px solid
}
.tjhdbg {
	MARGIN: 1px; WIDTH: 245px; BACKGROUND: url(/newstyle/blue/images/inrightbg.gif) repeat-x 0px 0px; HEIGHT: auto
}
.tjhdbg H2 {
	PADDING-BOTTOM: 5px; TEXT-INDENT: 0.4em; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; MARGIN-BOTTOM: 7px; BACKGROUND: url(/newstyle/blue/images/tjhdline.gif) repeat-x 0px bottom; FONT-SIZE: 14px; PADDING-TOP: 5px
}
.tjhdp {
	PADDING-LEFT: 7px; WIDTH: 231px
}
#riglist {
	PADDING-BOTTOM: 10px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 70px; BORDER-TOP: #ccc 1px solid; PADDING-TOP: 8px; _padding: 8px 0px 8px
}
#riglist LI {
	BORDER-BOTTOM: #ccc 1px dashed; LINE-HEIGHT: 26px
}
.insebor {
	BORDER-TOP: #ccc 1px solid
}
.tjhdbg {
	MARGIN: 1px; WIDTH: 245px; BACKGROUND: url(/newstyle/blue/images/inrightbg.gif) repeat-x 0px 0px; HEIGHT: auto
}
.tjhdp {
	PADDING-LEFT: 7px; WIDTH: 231px
}
.tjhdbg H2 {
	PADDING-BOTTOM: 5px; TEXT-INDENT: 0.4em; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; MARGIN-BOTTOM: 7px; BACKGROUND: url(/newstyle/blue/images/tjhdline.gif) repeat-x 0px bottom; FONT-SIZE: 14px; PADDING-TOP: 5px
}
.floatleft {
	FLOAT: left
}
.floatright {
	FLOAT: right
}
.clear {
	CLEAR: both
}
.newlist {
	BORDER-BOTTOM: #d9d9d9 1px solid; PADDING-BOTTOM: 0px; PADDING-LEFT: 3px; WIDTH: 240px; PADDING-RIGHT: 3px; BACKGROUND: url(/newstyle/blue/images/inrigmenubg.gif) repeat-x 0px bottom; HEIGHT: 26px; CLEAR: both; OVERFLOW: hidden; PADDING-TOP: 0px
}
.newlist LI {
	TEXT-ALIGN: center; LINE-HEIGHT: 26px; WIDTH: 78px; FLOAT: left; BORDER-RIGHT: #d9d9d9 1px solid
}
.newlist LI A {
	DISPLAY: block
}
.newlist LI A:hover {
	WIDTH: 80px; BACKGROUND: url(/newstyle/blue/images/inrigmenubg.gif) repeat-x 0px 0px; HEIGHT: 26px; FONT-WEIGHT: bold
}
.newlist LI A.newsmenuSelected {
	WIDTH: 80px; BACKGROUND: url(/newstyle/blue/images/inrigmenubg.gif) repeat-x 0px 0px; HEIGHT: 26px; FONT-WEIGHT: bold
}
.newslist {
	PADDING-BOTTOM: 10px; LINE-HEIGHT: 24px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px;HEIGHT: 137px PADDING-TOP: 10px
}
.newslist SPAN {
	PADDING-LEFT: 3px; FLOAT: right
}
.newslist LI {
	LINE-HEIGHT: 26px; PADDING-LEFT: 10px; BACKGROUND: url(/newstyle/blue/images/inrigtips1.gif) no-repeat left 8px; HEIGHT: 26px; OVERFLOW: hidden
}
.more A:hover {
	TEXT-DECORATION: underline
}
.kjfw {
	POSITION: relative; PADDING-BOTTOM: 22px; PADDING-LEFT: 20px; WIDTH: 206px; PADDING-RIGHT: 20px; BORDER-TOP: #d9d9d9 1px solid; PADDING-TOP: 22px
}
.kjfw H3 {
	COLOR: #343434; FONT-SIZE: 12px
}
.kjfw UL {
	LINE-HEIGHT: 28px; PADDING-TOP: 10px; _padding: 12px 0px
}
.kjfw UL LI {
	BORDER-BOTTOM: #ccc 1px dashed
}
.kjfw UL LI A {
	MARGIN-RIGHT: 9px
}



#thedaili{ border:1px solid #e1e1e1;
line-height:24px;
padding:15px; background:url(/newstyle/blue/images/dailii.jpg) no-repeat;}
#thedaili h1{ text-align:right;
height:92px;
padding-top:113px;}
#thedaili h1 a{ margin-right:10px; color:#0d4ab9}
#left{ color:#333}
#thedaili h2{ margin:10px 0;
color:#f30;}
#thedaili ol li{ list-style-position:inside}


<!--new_hosting start-->
.new_hosting{ width:680px; margin-bottom:10px; overflow:auto; zoom:1; text-align:left; overflow-x:hidden;  overflow-y:hidden;}
.new_left_adpic{ float:left; width:145px; height:232px; display:inline; overflow:hidden;}
.new_left_adpic{ padding-top:17px;}
.n_h_rignt{ float:left; width:535px; display:inline; height:263px; background:url(/newstyle/blue/images/new_hosting_bg_2.gif) no-repeat 0 -309px; overflow:hidden;}
.mid_adbanner{ width:678px; height:100px; overflow:hidden; margin-left:1px; border:1px solid #dcdcdc;}
.n_h_top_title{ height:39px;  line-height:39px; padding-left:6px;}
.n_h_top_titl_l{ width:420px; float:left;}
.n_h_more1{ width:72px; float:right; padding:6px 10px 0 0;}
.n_h_more1 a{ display:block; background:url(/newstyle/blue/images/new_hosting_bg_2.gif) no-repeat 0 -64px; color:#FFF; width:72px; height:22px; text-align:center; line-height:20px; font-family:'宋体'; font-size:12px; text-indent:12px;}
.n_h_more1 a:hover{ background:url(/newstyle/blue/images/new_hosting_bg_2.gif) no-repeat -74px -64px;text-decoration:none;color:#FFF;}
.n_h_top_titl_l li{ float:left;  font-size:12px; text-align:center; font-weight:normal; cursor:pointer; line-height:39px; height:39px;}
.n_h_top_titl_l li.local{ float:left;  font-size:12px; text-align:center; font-weight:normal; cursor:pointer; }
.n_h_top_titl_l li a{ display:block; margin-right:5px; width:66px; text-align:center; line-height:36px; height:39px;}
.n_h_top_titl_l li a,.n_h_top_titl_l h2 a:visited,.n_h_top_titl_l h2 a:hover{ color:#4d4d4d;text-decoration:none;}
.n_h_top_titl_l li.local a,.n_h_top_titl_l li.local a:visited{ color:#FFF;}
.n_h_top_titl_l li.local a,.n_h_top_titl_l li.local a:hover{ background:url(/newstyle/blue/images/new_hosting_bg_2.gif) no-repeat  -206px 0; color:#FFF; width:72px; line-height:34px; height:39px; }
.n_h_top_titl_l li a:hover{ background:url(/newstyle/blue/images/new_hosting_bg_2.gif) no-repeat -136px 0; }
.n_h_top_c{ padding-left:3px; overflow:auto; zoom:1; overflow-x:hidden;  overflow-y:hidden;}
.n_h_top_list{ width:130px; height:218px; background:url(/newstyle/blue/images/new_hosting_bg_2.gif) no-repeat 0 -89px; float:left; display:inline; margin-right:2px;-webkit-text-size-adjust:none;cursor:default;}
.n_h_top_list:hover{ background:url(/newstyle/blue/images/new_hosting_bg_2.gif) no-repeat -147px -89px;}
.n_h_top_list_title{ height:44px; text-align:center; padding-top:12px;}
.n_h_top_list_title p{ padding:0; margin:0;}
.n_h_top_list_title p.name{ color:#FFF; font-size:12px; font-family:'Microsoft yahei';}
.n_h_top_list_title p.price{ font-family:Arial; font-weight:bold; font-size:20px; color:#fff368;}
.n_h_top_list_title p.price span{ font-size:11px; font-family:'Microsoft yahei'; color:#FFF; font-weight:normal;}
.n_h_top_list_title{ margin-bottom:12px;}
.n_h_list_dl dd{ height:21px; margin-left:18px; font-family:'Microsoft yahei'; line-height:21px; background:url(/newstyle/blue/images/n_h_list_dl_dd.gif) no-repeat left; padding-left:8px;color:#434343;}
.n_h_list_dl dd.nopic{background:none;}
.n_h_top_list a.buy{ width:105px; height:32px; line-height:26px; display:block; text-align:center; background:url(/newstyle/blue/images/new_hosting_bg_2.gif) no-repeat 0 0; margin-left:15px; margin-top:6px; font-family:'Microsoft yahei';}
.n_h_top_list a.buy,.n_h_top_list a.buy:visited{ color:#FFF; font-size:14px;}
.n_h_top_list:hover a.buy{ background:url(/newstyle/blue/images/new_hosting_bg_2.gif) 0 -32px no-repeat;text-decoration:none;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {zoom:1;}
ul,li {list-style:none;}
img {border:0;}
.wrapper {width:678px; margin:0 auto;}
.shuoming {margin-top:20px; border:1px solid #ccc; padding-bottom:10px;}
.shuoming dt {height:30px; line-height:30px; font-weight:bold; text-indent:10px;}
.shuoming dd {line-height:20px; padding:5px 20px;}
/* qqshop focus */
#focus {width:678px; height:100px; overflow:hidden; position:relative;}
#focus ul {height:100px; position:absolute;width:2000000px;}
#focus ul li {float:left; width:678px; height:100px; overflow:hidden; position:relative; background:#000;}
#focus ul li div {position:absolute; overflow:hidden;}
#focus .btnBg {position:absolute; width:640px; height:20px; left:0; bottom:0; background:#000; display:none;}
#focus .btn {position:absolute; width:678px; height:10px; padding:5px 10px; right:0; bottom:0; text-align:right;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff; display:none;}
#focus .btn span.on {background:#fff;}
#focus .preNext {opacity: 0.2; width:45px; height:50px; position:absolute; top:20px; background:url(/newstyle/blue/images/sprite.png) no-repeat 0 0; cursor:pointer;}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top; }
<!--new_hosting end-->



.newlist {
	BORDER-BOTTOM: #d9d9d9 1px solid; PADDING-BOTTOM: 0px; PADDING-LEFT: 3px; WIDTH: 266px; PADDING-RIGHT: 3px; BACKGROUND: url(/newstyle/blue/images/inrigmenubg.gif) repeat-x 0px bottom; HEIGHT: 26px; CLEAR: both; OVERFLOW: hidden; PADDING-TOP: 0px
}
.newlist LI {
	TEXT-ALIGN: center; LINE-HEIGHT: 26px; WIDTH: 85px; FLOAT: left; BORDER-RIGHT: #d9d9d9 1px solid
}
.newlist LI A {
	DISPLAY: block
}
.newlist LI A:hover {
	WIDTH: 90px; BACKGROUND: url(/newstyle/blue/images/inrigmenubg.gif) repeat-x 0px 0px; HEIGHT: 26px; FONT-WEIGHT: bold
}
.newlist LI A.newsmenuSelected {
	WIDTH: 90px; BACKGROUND: url(/newstyle/blue/images/inrigmenubg.gif) repeat-x 0px 0px; HEIGHT: 26px; FONT-WEIGHT: bold
}
.newlist LI A.promenuSelected {
	WIDTH: 90px; BACKGROUND: url(/newstyle/blue/images/inrigmenubg.gif) repeat-x 0px 0px; HEIGHT: 26px; FONT-WEIGHT: bold
}
.newslist {
	PADDING-BOTTOM: 10px; LINE-HEIGHT: 24px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; HEIGHT: 137px; PADDING-TOP: 10px
}
.newslist SPAN {
	PADDING-LEFT: 3px; FLOAT: right
}
.newslist LI {
	LINE-HEIGHT: 24px; PADDING-LEFT: 10px; BACKGROUND: url(/newstyle/blue/images/inrigtips1.gif) no-repeat left 8px; HEIGHT: 24px; OVERFLOW: hidden
}
.more A:hover {
	TEXT-DECORATION: underline
}
.tjhd {
	MARGIN: 0px 0px; WIDTH: 270px; HEIGHT: auto
}
.bor {
	BORDER-BOTTOM: #dadada 1px solid; BORDER-LEFT: #dadada 1px solid; BORDER-TOP: #dadada 1px solid; BORDER-RIGHT: #dadada 1px solid
}
DIV {
TEXT-ALIGN: left; PADDING-BOTTOM: 0px; LINE-HEIGHT: 18px; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING-LEFT: 0px; OUTLINE-WIDTH: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; FONT-SIZE: 12px; VERTICAL-ALIGN: baseline; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px
}





.index_news {
	BACKGROUND-IMAGE: url(/newstyle/blue/images/item_menu_line.gif); 
	BORDER-BOTTOM: #ddd 1px solid;
	WIDTH: 270px; 
	BACKGROUND-REPEAT: no-repeat; 
	BACKGROUND-POSITION: left top; 
	HEIGHT: 215px; 
    BORDER-TOP: #ddd 1px solid; BORDER-RIGHT: #ddd 1px solid
}
.index_news UL {
	MARGIN: 0px auto; WIDTH: 260px
}
.index_news_title {
	LINE-HEIGHT: 24px; WIDTH: 185px; WHITE-SPACE: nowrap; FLOAT: left; HEIGHT: 24px; OVERFLOW: hidden
}
.index_news_title A {
	COLOR: #666; TEXT-DECORATION: none
}
.index_news_title A:hover {
	COLOR: #de1010; TEXT-DECORATION: underline
}
.index_news_date {
	TEXT-ALIGN: right; LINE-HEIGHT: 24px; WIDTH: 30px; FLOAT: right; HEIGHT: 24px; COLOR: #999999; OVERFLOW: hidden
}
.index_news A {
	COLOR: #666; TEXT-DECORATION: none
}
.index_news A:hover {
	COLOR: #de1010; TEXT-DECORATION: underline
}
.index_news_ry {
	PADDING-BOTTOM: 3px; PADDING-LEFT: 3px; WIDTH: 98px; PADDING-RIGHT: 3px; FLOAT: left; HEIGHT: 72px; OVERFLOW: hidden; PADDING-TOP: 3px
}
.index_news_ry IMG {
	WIDTH: 98px; HEIGHT: 72px
}

.item_menu {
	BACKGROUND-IMAGE: url(/newstyle/blue/images/item_menu_bg.gif); WIDTH: 100%; HEIGHT: 25px
}
.item_menu_hover {
	BACKGROUND-IMAGE: url(/newstyle/blue/images/item_menu_hover.gif); TEXT-ALIGN: center; PADDING-BOTTOM: 0px; LINE-HEIGHT: 25px; BACKGROUND-COLOR: #fff; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 99px; PADDING-RIGHT: 0px; FLOAT: left; HEIGHT: 25px; COLOR: #de1010; FONT-SIZE: 12px; CURSOR: pointer; PADDING-TOP: 0px
}
.item_menu_link {
	TEXT-ALIGN: center; PADDING-BOTTOM: 0px; LINE-HEIGHT: 25px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 99px; PADDING-RIGHT: 0px; FLOAT: left; HEIGHT: 25px; COLOR: #666; FONT-SIZE: 12px; CURSOR: pointer; FONT-WEIGHT: normal; PADDING-TOP: 0px
}
.item_menu_link A {
	COLOR: #666; TEXT-DECORATION: none
}
.item_menu_hover A {
	COLOR: #de1010; TEXT-DECORATION: none
}
.index_chaxun {
	BACKGROUND-IMAGE: url(/newstyle/blue/images/item_menu_line.gif); BORDER-BOTTOM: #ddd 1px solid; WIDTH: 239px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: left top; HEIGHT: 187px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; BORDER-RIGHT: #ddd 1px solid
}
.sitem_menu_hover {
	BACKGROUND-IMAGE: url(/newstyle/blue/images/sitem_menu_hover.gif); TEXT-ALIGN: center; PADDING-BOTTOM: 0px; LINE-HEIGHT: 25px; BACKGROUND-COLOR: #fff; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 78px; PADDING-RIGHT: 0px; FLOAT: left; HEIGHT: 25px; COLOR: #de1010; FONT-SIZE: 12px; CURSOR: pointer; FONT-WEIGHT: normal; PADDING-TOP: 0px
}
.sitem_menu_link {
	BACKGROUND-IMAGE: url(/newstyle/blue/images/sitem_menu_link.gif); TEXT-ALIGN: center; PADDING-BOTTOM: 0px; LINE-HEIGHT: 25px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 78px; PADDING-RIGHT: 0px; FLOAT: left; HEIGHT: 25px; COLOR: #666; FONT-SIZE: 12px; CURSOR: pointer; FONT-WEIGHT: normal; PADDING-TOP: 0px
}
.dis {
	DISPLAY: block
}
.undis {
	DISPLAY: none
}



.ztWid {
	WIDTH: 680px; OVERFLOW: hidden
}
.fl_le {
	FLOAT: left
}
.ztMid {
	BACKGROUND-IMAGE: url(/newstyle/blue/images/tg_bg.jpg); WIDTH: 663px; FLOAT: left; HEIGHT: 332px;overflow:hidden;
}
.zttbg {
	HEIGHT: 39px
}
.ztTit {
	MARGIN-TOP: 8px; FLOAT: left
}
.ztmore {
	MARGIN-TOP: 2px; FLOAT: right
}
.tg_chag {
	HEIGHT: 30px
}
.currentmen {
	BACKGROUND-IMAGE: url(/newstyle/blue/images/tg_on.jpg); WIDTH: 105px; HEIGHT: 30px; COLOR: #3074b5; FONT-SIZE: 14px; FONT-WEIGHT: bold
}
.currentmen {
	TEXT-ALIGN: center; LINE-HEIGHT: 28px; FLOAT: left
}
.currentmen A {
	COLOR: #3074b5; cursor:pointer;
}
.currentmen A:hover {
	COLOR: #c00; TEXT-DECORATION: none; cursor:pointer;
}
.men_index {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BACKGROUND-COLOR: #f1f1f1; WIDTH: 105px; HEIGHT: 28px; COLOR: #000000; MARGIN-LEFT: -1px; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid
}
.men_index {
	TEXT-ALIGN: center; LINE-HEIGHT: 28px; FLOAT: left
}
.men_index A {
	COLOR: #000
}
.men_index A:hover {
	COLOR: #3074b5; TEXT-DECORATION: none; 
}
.tg_bg {
	BORDER-BOTTOM-COLOR: #ccc; BORDER-LEFT: #ccc 1px solid; BORDER-TOP-COLOR: #ccc; WIDTH: 680px; BORDER-TOP-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; HEIGHT: 263px; BORDER-RIGHT: #ccc 1px solid
}
.tg_list {
	/*LINE-HEIGHT: 24px; WIDTH: 164px; FLOAT: left; HEIGHT: 263px; COLOR: #666; BORDER-RIGHT: #ccc 1px solid*/
	LINE-HEIGHT: 24px; WIDTH: 200px; FLOAT: left; HEIGHT: 263px; COLOR: #666; BORDER-RIGHT: #ccc 1px solid;overflow:hidden;padding-left:19px;
}
.tg_list H3 {
	BACKGROUND-IMAGE: url(/newstyle/blue/images/tg_titbg.jpg); TEXT-ALIGN: center; LINE-HEIGHT: 32px; WIDTH: 164px; HEIGHT: 32px; COLOR: #178fd4; FONT-SIZE: 14px;
}
.tg_list IMG {
	MARGIN-TOP: 8px; MARGIN-RIGHT: 3px
}
.tg_list SPAN {
	LINE-HEIGHT: 28px; FONT-FAMILY: "Microsoft YaHei","宋体",Arial, Helvetica, sans-serif; COLOR: #cc0000; FONT-SIZE: 16px; FONT-WEIGHT: bold
}
.marTg {
	PADDING-TOP: 3px
}
.tg_list .marTg {
	MARGIN-LEFT: 12px; MARGIN-RIGHT: 5px
}
.fl_ri {
	FLOAT: right
}





<!--云主机轮播广告 开始-->
.mid_adbanner{ width:678px; height:100px; overflow:hidden; margin-left:1px;}
.wrapper {width:678px; margin:0 auto;}
#focus {width:678px; height:100px; overflow:hidden; position:relative;}
#focus ul {height:100px; position:absolute;width:2000000px;}
#focus ul li {float:left; width:678px; height:100px; overflow:hidden; position:relative; background:#000;}
#focus ul li div {position:absolute; overflow:hidden;}
#focus .btnBg {position:absolute; width:660px; height:20px; left:0; bottom:0; background:#000; display:none;}
#focus .btn {position:absolute; width:678px; height:10px; padding:5px 10px; right:0; bottom:0; text-align:right;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:25px; height:10px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff; display:none;}
#focus .btn span.on {background:#fff;}
#focus .preNext {opacity: 0.2; width:45px; height:100px; position:absolute; top:25px; background:url(/newstyle/blue/images/sprite.png) no-repeat 0 0; cursor:pointer;}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top; }
<!--云主机轮播广告 结束-->






	.hostWid {
	WIDTH: 680px; OVERFLOW: hidden
}
.fl_le {
	FLOAT: left
}
.fl_ri {
	FLOAT: right
}
.hostmid {
	BACKGROUND-IMAGE: url(/newstyle/blue/images/host_bg.jpg); WIDTH: 548px; FLOAT: left; HEIGHT: 262px
}
.host_chag {
	MARGIN-TOP: 6px; HEIGHT: 30px
}
.host_chag SPAN {
	MARGIN-TOP: 4px; FLOAT: left; COLOR: #666; FONT-SIZE: 10px
}
.currentmenunew {
	BACKGROUND-IMAGE: url(/newstyle/blue/images/host_on.jpg); WIDTH: 79px; HEIGHT: 30px; COLOR: #3074b5; FONT-SIZE: 14px; FONT-WEIGHT: bold
}
.currentmenunew {
	TEXT-ALIGN: center; LINE-HEIGHT: 28px; FLOAT: left
}
.currentmenunew A {
	COLOR: #3074b5
}
.currentmenunew A:hover {
	COLOR: #c00; TEXT-DECORATION: none
}
.menunew_index {
	WIDTH: 79px; HEIGHT: 29px; COLOR: #000000
}
.menunew_index {
	TEXT-ALIGN: center; LINE-HEIGHT: 28px; FLOAT: left
}
.menunew_index A {
	COLOR: #000
}
.menu_index A:hover {
	COLOR: #3074b5; TEXT-DECORATION: none
}
.host_more {
	Z-INDEX: 20; MARGIN-TOP: -35px; FLOAT: right
}
.host_nei {
	BORDER-LEFT: #ccc 1px solid; WIDTH: 545px; HEIGHT: 226px
}
.host_list {
	LINE-HEIGHT: 18px; WIDTH: 125px; FLOAT: left; HEIGHT: 220px; COLOR: #666; MARGIN-LEFT: 9px; MARGIN-RIGHT: 2px
}
.host_list H3 {
	BACKGROUND-IMAGE: url(/newstyle/blue/images/host_h3.jpg); TEXT-ALIGN: center; LINE-HEIGHT: 32px; WIDTH: 125px; HEIGHT: 32px; COLOR: #3074b5; FONT-SIZE: 14px; FONT-WEIGHT: bold
}
.host_list IMG {
	MARGIN-TOP: 8px; MARGIN-LEFT: 2px; MARGIN-RIGHT: 2px
}
.host_list SPAN {
	LINE-HEIGHT: 18px; FONT-FAMILY: "Microsoft YaHei","宋体",Arial, Helvetica, sans-serif; COLOR: #cc0000; FONT-SIZE: 16px; FONT-WEIGHT: bold
}







#hostlist{ width:745px;border:1px solid #ddd; text-align:left;}
#hostlist tr{}
#hostlist td{ background:#fff url(/newstyle/blue/images/ll.png) no-repeat -4px 50%;
border-bottom:1px solid #ddd;
height:30px;
line-height:18px;
text-align:center;}
#hostlist td.hostlist-t{ background:#f9f9f9;color:#555}
#hostlist dfn{ font-size:14px;font-weight:bold;}
#hostlist1{ width:745px;border:1px solid #ddd; text-align:left;}
#hostlist1 tr{}
#hostlist1 td{border-bottom:1px solid #ddd;
height:30px;
line-height:18px;
text-align:left;}
#hostlist1 td.hostlist1-t{ background:#f9f9f9;color:#555}
#hostlist1 dfn{ font-size:14px;font-weight:bold;}
#hostlist td.headerbg1{ background:url(/newstyle/blue/images/header.png) repeat-x;
color:#a72700;
font-weight:bold}
#hostlist td.headerbg2{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -150px;
color:#fff;
font-weight:bold}
#hostlist td.headerbg3{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -30px;
color:#fff;
font-weight:bold}
#hostlist td.headerbg4{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -60px;
color:#fff;
font-weight:bold}
#hostlist td.headerbg5{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -90px;
color:#fff;
font-weight:bold}
#hostlist td.headerbg6{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -120px;
color:#fff;
font-weight:bold}
#hostlist td.headerbg7{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -180px;
color:#fff;
font-weight:bold}
#hostlist td.headerbg8{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -210px;
color:#fff;
font-weight:bold}
#hostlist td.headerbg9{ background:url(/newstyle/blue/images/header.png) repeat-x 0 -240px;
color:#fff;
font-weight:bold}




<!--用户区样式  开始-->
.leftmenu li#zleftmenu1 a span{ background:url(/newstyle/blue/images/user/zmenutips1.gif) left center no-repeat; padding-left:45px; display:block} 
.leftmenu li#zleftmenu2 a span{ background:url(/newstyle/blue/images/user/zmenutips2.gif) left center no-repeat; padding-left:45px; display:block} 
.leftmenu li#zleftmenu3 a span{ background:url(/newstyle/blue/images/user/zmenutips3.gif) left center no-repeat; padding-left:45px; display:block} 
.leftmenu li#zleftmenu4 a span{ background:url(/newstyle/blue/images/user/zmenutips4.gif) left center no-repeat; padding-left:45px; display:block} 
.zrigbg{ width:744px; height:auto;  padding:0px 1px; background:url(/newstyle/blue/images/user/cut_line.gif) no-repeat;}
.zrigbg1{ width:736px; height:auto; background:#fff; border:1px solid #dedede; border-top:none; padding:3px;}
.zrignr{ width:730px; height:auto; padding:10px 3px; background:url(/newstyle/blue/images/user/cut_line.gif) no-repeat;}
#zicon1{ background:url(/newstyle/blue/images/user/zicon1.gif) left 16px no-repeat; padding-left:70px; height:60px;}
#zicon2{ background:url(/newstyle/blue/images/user/zicon2.gif) 20px 16px no-repeat; padding-left:70px; height:64px;}
#zicon3{ background:url(/newstyle/blue/images/user/zicon3.gif) 18px 16px no-repeat; padding-left:70px; height:60px;}
#zicon4{ background:url(/newstyle/blue/images/user/zicon4.gif) 18px 16px no-repeat; padding-left:70px; height:60px;}
#zicon5{ background:url(/newstyle/blue/images/user/leftuser.gif) 18px 16px no-repeat; padding-left:70px; height:60px;}
.zrignr ul li{ line-height:30px; color:#444; padding-left:70px;}
.zrignr ul li h2{ font-size:14px; color:#036; border-bottom:1px dashed #ccc;margin:10px 0px; line-height:34px;}
.zbottom{ width:746px; height:5px; background:url(/newstyle/blue/images/user/zbg.gif) repeat-x 0px -9px; overflow:hidden; margin-bottom:4px;}
.zbottom1{ width:5px; height:5px;  background:url(/newstyle/blue/images/user/zbg.gif) repeat-x 0px 0px; overflow:hidden;}
.zbottom2{ width:5px; height:5px;  background:url(/newstyle/blue/images/user/zbg.gif) repeat-x 0px bottom; overflow:hidden;}



/*leftmenu*/
#help{ width:191px;height: auto;}
.helptit{ width:191px; height:31px; overflow:hidden;}
.helptit1{ width:3px; height:31px; background:url(/newstyle/blue/images/user/lefttitbg.gif) no-repeat 0px 0px;}
.helptit2{ width:180px; padding-left:5px; height:30px; background:url(../host/images/lefttitbg1.gif) repeat-x 0px 0px; border-top:1px solid #d6d6d6;}
.helptit3{ width:3px; height:31px; background:url(/newstyle/blue/images/user/lefttitbg.gif) no-repeat -7px 0px;}
.helptit2 h2{ font-size:14px; color:#333; line-height:30px;}
#helplist{ width:180px; height:auto; line-height:24px; border:1px solid #d6d6d6;border-top:none; border-bottom:none; padding:3px 4px 0px 5px;}
#helpfoot{ width:191px; height:4px; overflow:hidden; background:url(/newstyle/blue/images/user/leftnrbottom.gif) no-repeat 0px 0px;}




.floatleft18{ float:left;}
.floatright18{ float:right;}
.floatleft{ float:left;}
.floatright{ float:right;}
.left18{  width:191px; height: auto;}
.right18{ width:746px; height:auto}
.leftmenu{ width:191px; height:auto;}
.leftmenu li{position:relative;line-height:42px; margin:2px 0px 8px;z-index:1000;}
.leftmenu li a:hover { line-height:42px ;font-weight:bold;}

<!--用户区样式  结束-->



<!--域名注册 开始-->
#DomainSearch {
	WIDTH: 270px; HEIGHT: 232px; OVERFLOW: hidden; float:right;
}
#domain_box {
	MARGIN-TOP: 13px; WIDTH: 200px; HEIGHT: 40px; MARGIN-LEFT: 13px
}
#domain_box LI {
	WIDTH: 92px; FLOAT: left; CURSOR: pointer; PADDING-TOP: 10px
}
.tab_left_on {
	BACKGROUND: url(/newstyle/blue/images/C_Title_Bg_On.gif) no-repeat right top; COLOR: #1e476a; FONT-WEIGHT: bold
}
.tab_right_off {
	BACKGROUND: url(/newstyle/blue/images/C_Title_Bg_Off_right.gif) no-repeat 0px 3px
}
.round_on {
	PADDING-LEFT: 14px; BACKGROUND: url(/newstyle/blue/images/C_Title_ring_on.gif) no-repeat 0px 0px; MARGIN-LEFT: 10px
}
.round_off {
	PADDING-LEFT: 14px; BACKGROUND: url(/newstyle/blue/images/C_Title_ring_off.gif) no-repeat 0px 0px; MARGIN-LEFT: 10px
}
.tab_right_on {
	BACKGROUND: url(/newstyle/blue/images/C_Title_Bg_On_right.gif) no-repeat left top; COLOR: #1e476a; FONT-WEIGHT: bold
}
.tab_left_off {
	BACKGROUND: url(/newstyle/blue/images/C_Title_Bg_Off_left.gif) no-repeat right 3px
}
#searchDiv {
	PADDING-LEFT: 60px; BACKGROUND: url(/newstyle/blue/images/domain_www.gif) no-repeat 13px 6px; HEIGHT: 24px
}
#searchDivCN {
	PADDING-LEFT: 60px; BACKGROUND: url(/newstyle/blue/images/domain_www.gif) no-repeat 13px 6px; HEIGHT: 24px
}
#searchinput {
	WIDTH: 110px; FLOAT: left; MARGIN-LEFT: 6px
}
#searchinputCN {
	WIDTH: 110px; FLOAT: left; MARGIN-LEFT: 6px
}
#SearchButton {
	MARGIN-TOP: -3px; WIDTH: 54px; FLOAT: left; MARGIN-LEFT: 12px
}
#SearchButtonCN {
	MARGIN-TOP: -3px; WIDTH: 54px; FLOAT: left; MARGIN-LEFT: 12px
}
#DomainSuffix {
	WIDTH: 245px; HEIGHT: auto; OVERFLOW: hidden
}
#DomainSuffixCN {
	WIDTH: 245px; HEIGHT: auto; OVERFLOW: hidden
}
#DomainSuffix UL {
	MARGIN-TOP: 2px; PADDING-LEFT: 10px
}
#DomainSuffixCN UL {
	MARGIN-TOP: 2px; PADDING-LEFT: 10px
}
#DomainSearch FORM #DomainSuffix UL LI {
	PADDING-LEFT: 4px; WIDTH: 74px; FONT-FAMILY: Verdana,Geneva,sans-serif; FLOAT: left; HEIGHT: 22px; COLOR: #666666; FONT-WEIGHT: bold; PADDING-TOP: 4px
}
#DomainSuffixCN UL LI {
	PADDING-LEFT: 4px; WIDTH: 72px; FONT-FAMILY: Verdana,Geneva,sans-serif; FLOAT: left; HEIGHT: 22px; COLOR: #666666; FONT-WEIGHT: bold; PADDING-TOP: 4px
}
#DomainMore {
	WIDTH: 70px; PADDING-RIGHT: 10px; BACKGROUND: url(/newstyle/blue/images/red_arrow.gif) no-repeat 50px 0px; HEIGHT: 14px; MARGIN-LEFT: 190px; PADDING-TOP: 2px
}
#CnDomainTXTAdv {
	MARGIN: 7px auto auto 12px; WIDTH: 235px
}
.qiang_ico {
	PADDING-LEFT: 20px; BACKGROUND: url(/newstyle/blue/images/ico_qiang.gif) no-repeat 0px 0px
}
#DomainSearch #DomainTXTAdv {
	MARGIN: 7px auto auto 12px; WIDTH: 235px
}
#CnDomainTXTAdv {
	MARGIN: 7px auto auto 12px; WIDTH: 235px
}
<!--域名注册 结束-->


<!--.is_tui_ico { background:url(/newstyle/blue/images/ico_tuijian.gif); width:28px; height:20px; position:absolute; margin:3px 0 0 6px; }-->
.is_tehui_ico { background:url(/newstyle/blue/images/ico_tehui.gif); width:28px; height:20px; position:absolute; margin:3px 0 0 6px; }
.is_rexiao_ico { background:url(/newstyle/blue/images/ico_rexiao.gif); width:28px; height:20px; position:absolute; margin:3px 0 0 6px; }
.is_huo_ico { background:url(/newstyle/blue/images/top_new_ico3.gif); width:23px; height:19px; position:absolute; margin:3px 0 0 0px; }


<!--我们的优势 开始-->
.Server_sup_box{width:214px;background:#fff; overflow:hidden;_padding-bottom:10px;}
.Server_up{width:214px; height:44px; overflow:hidden; float:left; margin-top:10px; border-bottom:1px #DBDBDB dashed; margin-bottom:10px;}
.Server_up_img{ margin-left:10px;*margin-left:3px; width:41px; height:41px; background:url(/newstyle/blue/images/youshi1.gif) no-repeat; float:left;}
.Server_up_right{ width:145px; height:37px; overflow:hidden;font-size:12px; color:#878787; font-weight:normal;}
.Server_up_font01{ text-indent:10px; width:145px; height:20px; overflow:hidden; font-size:12px; color:#ed6411; line-height:20px; font-weight:bold;}
.Server_up_font01 span{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#d4d4d4; text-indent:14px; line-height:20px; vertical-align:bottom;}
.Server_up_font02{ text-indent:10px;width:145px; height:17px; overflow:hidden; font-size:12px; font-weight:normal; line-height:17px;color:#868686;}
.Server_up_font02 a{ text-indent:10px;width:145px; height:17px; overflow:hidden; font-size:12px; font-weight:normal; line-height:17px;color:#868686;text-decoration: none;}
.Server_up_font02 a:hover{ text-indent:10px;width:145px; height:17px; overflow:hidden; font-size:12px; font-weight:normal; line-height:17px; text-decoration: none; color:#ed6411;}


.Server_up_img2{ margin-left:10px; *margin-left:3px; width:41px; height:41px; background:url(/newstyle/blue/images/youshi2.gif) no-repeat; float:left;}
.Server_up_img3{ margin-left:10px;*margin-left:3px;  width:41px; height:41px; background:url(/newstyle/blue/images/youshi3.gif) no-repeat; float:left;}
.Server_up_img4{ margin-left:10px;*margin-left:3px;  width:41px; height:41px; background:url(/newstyle/blue/images/youshi4.gif) no-repeat; float:left;}
<!--我们的优势 结束-->