.Nlogo {
	float:left;
	height:54px;
	width:185px;
	margin-top:0px;
}
/**域名注册模块**/
#domain {
	/*height:322px;*/
    height: 300px;
	padding-top: 1px;
	background: none;
	padding: 10px 0;
}
#domain .searchbox {
	width:650px;
	margin:10px auto 0px;
	padding-top: 1px;
	position:relative
}
#domain .label {
display: inline;
background: #ff6600;
padding: .0em .2em .0em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
#domain .searchbox .search_label {
	font-weight: bold;
	margin-right: 10px;
	font-size: 22px;
	line-height: 45px;
*margin-bottom: 10px
}
#domain .searchbox #query {
	width:480px;
	height: 40px;
	border:1px #ccc solid;
	text-align: left;
	line-height: 40px;
	font-size:18px;
}
#domain .searchbox .searchbtn {
	background: url(/images/button_1.gif) no-repeat;
	width: 80px;
	height: 40px;
	color: #fff;
	border: none;
	font-size: 14px;
	line-height: 40px;
	display: inline-block
}
#domain .searchbox .search_label, .searchbox .searchbtn {
	display: inline-block;
}
#domain .domain_query_mask {
	position:absolute;
	top:7px;
*top:5px;
	width:418px;
	left:85px;
	text-align:left;
	height:36px;
	line-height:36px;
	color:#999;
	font-size:18px;
}
#domain .domain_type {
	font-size: 13px;
	height:30px;
	line-height:30px;
*line-height: 20px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: -20px;
}
#domain .domain_type a {
	height:28px;
	line-height:28px;
	border-top:3px solid #aaaaaa;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	color:#FF6600;
	font-size:14px;
	text-indent:0px;
	padding:0 17px;
	display:inline-block;
	background-color:#f8f8f8;
}
#domain .domain_type a.checked {
	color: #FF6600;
	font-size:14px;
	background:#fff;
	font-weight:bold;
	/*background:url(images/checked.gif) no-repeat*/
	border-top:3px solid #ff6600;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
#domain .searchbox.domain_type input {
	margin-right: 5px;
}
#domain .endomainList {
	margin-left:39px;
	float: none;
	width: 637px;
	height:110px;
	margin: auto;
	border:1px solid #e5e5e5;
	display: none;
}
#domain .endomainList.active {
	display:block
}
#domain .endomainList div {
	width: 93px;margin-left:7px;
}
#domain .home_ad_domain {
	width: 630px;
	*width:670px;
	margin: 9px auto 0 auto;
	font-size: 9pt;
	font-weight:bold;
	color:#575757;
}
#domain .home_ad_domain a {
	font-size: 14px;
	color: #333;
	margin-right: 10px;
	padding: 5px 0;
	display: inline-block
}
#domain .home_ad_domain a.red {
	color:#ff6600
}
#domain .home_ad_domain a span {
	font-size: 18px;
	font-weight: bold
}
#ngd{position:relative;}
#ngd .ngtld_n{position:absolute;top:2px;right:-9px;}
.searchbox .searchbtn{cursor:pointer;}
.sub_nav_1{width:110px}
.sub_nav_2{/*width:240px;*/float:left;}
.menu-ttl{font-size:10.5pt;color:#ff6600;font-weight:bold;text-align:left;}

.nav_list{position: relative;z-index:9999;}
.nav_list a:hover{background-position: 0 0;}

.gotop{position: fixed;_position: absolute;width: 50px;height: 50px;bottom: 40px;right: 40px;border-top: 1px solid #E5E5E5;display: none;
	background: url(/images/gotop.png) 0 -2px no-repeat;cursor:pointer;z-index: 9999999;}
.gotop:hover{background-position: -50px -2px;}
.red {color:#ff6600}
.week{display:none;}
    
#domain_sub_nav {margin: 14px 0;text-align: center; color:#ccc; font-size:14px; padding:2px 0;}
#domain_sub_nav a{color:#0091ff;padding: 0 25px; font-size:14px;}

/*免费电话弹窗*/
.phonewindow{
    display: none;
    position:fixed;
    right: 136px;
    top: 430px;
    width: 200px;
    padding: 4px 12px 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 999999;
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
    box-sizing: content-box;
}
.phonewindow span{
    display: block;
    font: 16px/36px "microsoft yahei";
    color: #56b220;
    text-align: left;
}
.phonewindow span a{
    float: right;
    padding: 0 6px;
    font-size: 16px;
    color: #BDBDBD;
    cursor: pointer;
}
.phonewindow input[type="text"]{
    margin-top: 4px;
    width: 174px;
    border: 1px solid #ccc;
    height: 34px;
    padding: 0 10px;
    font: 16px/34px "microsoft yahei";
    outline: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
    box-sizing: content-box;
}
.phonewindow input[type="button"]{
    margin-top: 10px;
    width: 198px;
    height: 32px;
    border: 0;
    background-color: #60c227;
    color: #fff;
    font: 16px/32px "microsoft yahei";
    cursor: pointer;
    outline: none;
}
.phonewindow input[type="button"]:hover{
    background-color: #6bcf31;
}
.phonewindow input[type="button"]:active{
    background-color: #56b220;
}
.phonewindow:before{
    content: "";
    display: block;
    position: absolute;
    right: -7px;
    top:39px;
    border-left: 7px solid #ccc;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
}
.phonewindow:after{
    content: "";
    display: block;
    position: absolute;
    right: -6px;
    top:40px;
    border-left: 6px solid #fff;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
}
#KFLOGO div{
    text-align:left;
}
#KFLOGO div img{
    vertical-align: top;
}

/**首页虚拟主机板块**/
.vhost-block,
.server-block{
    float: left;
    width: 728px;
    margin: 4px 0;
}
.vhost-block-nav,
.server-block-nav{
    height: 38px;
    border-bottom: 2px solid #f90;
	overflow:hidden;
}
.vhost-block-nav:after,
.vhost-block-nav ul:after,
.server-block-nav:after,
.server-block-nav ul:after{
    content: "";
    display: block;
    clear: both;
}
.vhost-block-nav ul li,
.server-block-nav ul li{
    display: inline-block;
    float: left;
    height: 38px;
    line-height: 32px;
    margin-top: 6px;
    cursor: pointer;
}
.vhost-block-nav ul li a,
.server-block-nav ul li a{
    display: inline-block;
    font-size: 14px;
    color: #666666;
    padding: 0 18px;
    background-color: #fff;
    transition: all .3s;
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -o-transition: all .3s; 
}
.vhost-block-nav ul li.navtitle,
.server-block-nav ul li.navtitle{
    line-height: 38px !important;
    margin: 0 !important;
}
.vhost-block-nav ul li.navtitle a,
.server-block-nav ul li.navtitle a{
    background-color: #f90 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: normal!important;
    font-family: microsoft yahei;
}
.vhost-block-nav ul li.navtitle a:hover,
.server-block-nav ul li.navtitle a:hover{
    background-color: #f60 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: normal!important;
    font-family: microsoft yahei;
}
.vhost-block-nav ul li a:hover,
.vhost-block-nav ul li.active a,
.server-block-nav ul li a:hover,
.server-block-nav ul li.active a{
    background-color: #F1F1F1;
    color: #f90 ;
    font-weight: bold;
}
.vhost-block-nav ul li.morebtn,
.server-block-nav ul li.morebtn{
    float: right;
}
.vhost-block-nav ul li.morebtn a,
.server-block-nav ul li.morebtn a{
    font-size: 12px;
    color: #808080;
}
.vhost-block-nav ul li.morebtn a:hover{
    font-size: 12px;
    color: #808080;
    text-decoration: underline;
    background-color: #fff;
    font-weight: normal;
},
.server-block-nav ul li.morebtn a:hover{
    font-size: 12px;
    color: #808080;
    text-decoration: underline;
    background-color: #fff;
    font-weight: normal;
}
.vhost-block-content,
.server-block-content{
    display: none;
}
.server-block-content>ul{
    display: table;
    width: 100%;
    padding: 10px 0 0;
    overflow: hidden;
}
.vhost-block-content .vhost-block-content-container{
    padding: 10px 0 0;
    width: 100%;
    overflow: hidden;
    display: table;
    *display: block;
}
.vhost-block-content .vhost-block-content-item{
    display: table-cell;
    width: 33.33%;
    *float:left;
    *width: 33%;
    *display: inline;
    *zoom: 1;
/*    padding: 0 12px;*/
    border-right:1px solid #e8e8e8;
}
.server-block-content .server-block-content-container{
    padding: 10px 0 0;
    width: 100%;
    overflow: hidden;
    display: table;
    *display: block;
}
.server-block-content .server-block-content-item{
    display: table-cell;
    width: 25%;
    *float:left;
    *width: 24.8%;
    *display: inline;
    *zoom: 1;
/*    padding: 0 12px;*/
    border-right:1px solid #e8e8e8;
}
.vhost-block-content>ul>li:last-child,
.server-block-content>ul>li:last-child{
    border: 0;
}
.vhost-block-content.hot-vhost-block>ul>li,
.vhost-block-content.thrifty-vhost-block>ul>li,
.vhost-block-content.php-vhost-block>ul>li,
.vhost-block-content.aspnet-vhost-block>ul>li{
    width: 33.33%;
    *width: 33%;
}
.vhost-block-content.allaround-vhost-block .vhost-block-content-item{
    width: 25%;
    *width: 24.6%;
}
.vhost-block-content .vhost-name-fee{
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0 12px 12px;
}
.server-block-content .vhost-name-fee{
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0 12px 12px;
}
.hot-vhost-block .vhost-name-fee{
    /*background-image: url("/share/images/hot_icon2.png");*/
	background-image:none;
}
.vhost-block-content .vhost-name-fee h5{
    font-size: 14px;
    font-weight: bold;
    color: #0091ff;
    line-height: 20px;
}
.server-block-content-item h5{
    font-size: 14px;
    font-weight: bold;
    color: #0091ff;
    line-height: 20px;
}
.vhost-block-content .vhost-name-fee span{
    font-size: 12px;
    color: #666;
}
.server-block-content .vhost-name-fee span{
    font-size: 12px;
    color: #666;
}
.vhost-block-content .vhost-name-fee span em{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    font-family: microsoft yahei;
    color: #f90;
    padding-right: 4px;
}
.server-block-content .vhost-name-fee span em{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    font-family: microsoft yahei;
    color: #f90;
    padding-right: 4px;
}
.vhost-infolist{
    min-height: 90px;
    padding: 0 18px;
}
.vhost-infolist ul li{
    font-size: 13px;
    line-height: 18px;
    color:#666666;
    /*list-style: disc;*/
    list-style-position: inside;
    list-style: none \9;
    list-style-position: none \9;
}
.vhost-infolist ul li em{
    color: #f90;
    font-style: normal;
    font-weight: bold;
}
.vhost-btns{
    text-align: center;
    padding: 10px 12px 0;
}
.vhost-btns button{
    display: inline-block;
    line-height: 28px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff8627,endColorStr=#ff6600);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8627), to(#ff6600));
    background:-moz-linear-gradient(top, #ff8627, #ff6600);
    background:-o-linear-gradient(top, #ff8627, #ff6600);
    background:linear-gradient(to bottom, #ff8627, #ff6600);
    border:1px solid #EC6A13;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
/*    padding: 0 22px;*/
	color: #fff;
/*	text-shadow: 0 1px 0 rgba(0,0,0,0.1);*/
    font-size:15px;
    cursor: pointer;
    outline: none;
    transition: all .3s;
    -moz-transition: all .3s; 
    -webkit-transition: all .3s; 
    -o-transition: all .3s; 
    width: 40%;
    text-align: center;
}
.vhost-btns button:hover{
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff9949,endColorStr=#ff6600);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9949), to(#ff6600));
    background:-moz-linear-gradient(top, #ff9949, #ff6600);
    background:-o-linear-gradient(top, #ff9949, #ff6600);
    background:linear-gradient(to bottom, #ff9949, #ff6600);
}
.vhost-btns button:active{
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff7214,endColorStr=#ff7214);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7214), to(#ff7214));
    background:-moz-linear-gradient(top, #ff7214, #ff7214);
    background:-o-linear-gradient(top, #ff7214, #ff7214);
    background:linear-gradient(to bottom, #ff7214, #ff7214);
}
.vhost-btns button:first-child{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#f5f5f5);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f5f5f5));
    background:-moz-linear-gradient(top, #ffffff, #f5f5f5);
    background:-o-linear-gradient(top, #ffffff, #f5f5f5);
    background:linear-gradient(to bottom, #ffffff, #f5f5f5);
    border:1px solid #ccc;
    margin-right: 16px;
    color: #737373;
}
.vhost-btns button:first-child:hover{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#fafafa);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#fafafa));
    background:-moz-linear-gradient(top, #ffffff, #fafafa);
    background:-o-linear-gradient(top, #ffffff, #fafafa);
    background:linear-gradient(to bottom, #ffffff, #fafafa);
}
.vhost-btns button:first-child:active{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f5f5f5,endColorStr=#f5f5f5);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#f5f5f5));
    background:-moz-linear-gradient(top, #f5f5f5, #f5f5f5);
    background:-o-linear-gradient(top, #f5f5f5, #f5f5f5);
    background:linear-gradient(to bottom, #f5f5f5, #f5f5f5);
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);
}
.hot-server-block .vhost-name-fee{
    /*background-image: url("/share/images/hot_icon4.png");*/
	background-image:none;
}
.server-block-content .vhost-infolist{
    height: 108px;
}
.vhost-block-nav ul li.navtitle a, .server-block-nav ul li.navtitle a{
    width: 90px;
}
.discountArea{
    width: 100%;
}
.discountArea:after{
    content: "";
    display: block;
    clear: both;
}

/**idc板块**/
.idc-block{
    display: table;
    width: 100%;
    padding: 4px 0 0;
}
.idc-block>div{
    float: left;
    padding: 0 6px;
    width: 353px;
    vertical-align: top;
}
.vhost-block-nav ul li.morebtn{
    float: right !important;
    height: 30px !important;
    line-height: 30px !important;
    margin-top: 8px !important;
}
.vhost-block-nav ul li.morebtn a{
    display: inline-block !important;
    font-size: 13px !important;
    color: #808080 !important;
    padding-right: 8px;
}
.vhost-block-nav ul li.morebtn a:hover{
    text-decoration: underline !important;
}
.idc-zhizun-img{
    float: left;
    width: 148px;
}
.idc-zhizun-img img{
    width: 100%;
}
.idc-zhizun-img span{
    display: block;
    text-align: center;
    font: bold 18px/30px "microsoft yahei";
    color: #f90;
}
.idc-zhizun{
    margin-left: 160px;
    text-align: center;
}
.idc-zhizun span{
    display: block;
    font:bold 16px/24px "microsoft yahei";
    color: #0091ff;
    padding-bottom: 4px;
}
.idc-zhizun li{
    line-height: 20px;
    font-size: 12px;
    color: #606060;
}
.idc-zhizun a.viewbtn{
    font-size: 12px;
    line-height: 30px;
    color: #f90;
}
.idc-zhizun a.viewbtn:hover{
    text-decoration: underline;
}
.idc-block-right a{
    display: block;
    float: left;
    width: 48%;
    height: 120px;
    padding-left: 2%;
}
.idc-block-right a img{
    width: 100%;
    height: 100%;
}

.server-block-content-item h5 a{font-size: 14px;
font-weight: bold;
color: #0091ff;
line-height: 20px;}

.vhost-name-fee h5 a,.server-block-content-item h5 a{font-size: 14px;
font-weight: bold;
color: #0091ff;
line-height: 20px;}

.vhost-btns a{
display: inline-block;
line-height: 28px;
FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff8627,endColorStr=#ff6600);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8627), to(#ff6600));
background: -moz-linear-gradient(top, #ff8627, #ff6600);
background: -o-linear-gradient(top, #ff8627, #ff6600);
background: linear-gradient(to bottom, #ff8627, #ff6600);
border: 1px solid #EC6A13;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,0.1);
font-size: 15px;
cursor: pointer;
outline: none;
transition: all .3s;
-moz-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s;
width: 40%;
text-align: center;
}
.vhost-btns a:first-child{
FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#f5f5f5);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f5f5f5));
background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
background: -o-linear-gradient(top, #ffffff, #f5f5f5);
background: linear-gradient(to bottom, #ffffff, #f5f5f5);
border: 1px solid #ccc;
margin-right: 16px;
color: #737373;
}


