﻿@charset "utf-8";
/* CSS Document */


/* Gobal ------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	text-align: center;
	background-color: #27343C;
	font: normal 12px/1.5em Arial,'宋体', Helvetica, sans-serif;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #E31E26;
	text-decoration: underline;
}
a:active {
	color: #E31E26;
	text-decoration: underline;
}
img {
	border: none;
}
h2 {
	font-size: 12px;
	font-weight: normal;
}
h3 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* Layouts ----------------------------------------------------*/
#container {
	width: 830px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}
#header {
	height: 60px;
	padding: 20px 20px 0;
	background: #FFF url(../images/header-bg.png) left top no-repeat;
}
#menu {
	float: left;
	padding: 0 20px;
	width: 790px;
	background-color: #000;
}
#intro {
	float: left;
	width: 790px;
	padding: 20px 20px 50px 20px;
	background: #78CBCF url(../images/intro-bg.png) bottom no-repeat;
	overflow:hidden;
}
#content {
	float: left;
	color: #616161;
	width: 790px;
	line-height: 18px;
	padding: 0 20px 10px 20px;
	background-color: #FFF;
}
#footer {
	float: left;
	width: 790px;
	color: #999;
	margin-bottom: 20px!important;
	text-align: center;
	padding: 10px 20px 20px;
	background: #000 url(../images/footer-bg.png) bottom no-repeat;
}
/* Styles -----------------------------------------------------*/
.center {
	text-align: center;
}
.indent {
	text-indent: 2em;
}
.margin-l {
	margin-left: 20px;
}
.margin-lr {
	margin: 0 20px;
}
.margin-tb {
	margin: 10px 0;
}
.more {
	padding-left: 7px;
	padding-right: 10px;
	background: url(../images/arrow-more.png) right no-repeat;
}
#logo h1 a {
	display: block;
	width: 217px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/logo.jpg) left top no-repeat;
}
#logo {
	float: left;
	width: 217px;
}
#siteinfo {
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 5px;
	line-height: 1.2em;
}
#siteinfo .ftel {
	font-weight: bold;
	font-size: 14px;
	color: #BD0000;
	padding-bottom: 5px;
}
#menu ul {
	list-style: none;
	position: relative;
}
#menu ul li {
	float: left;
	display: block;
	margin-right: 10px;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-left: 7px;
	color: #CCC;
}
#menu ul li a span {
	display: block;
	padding: 10px 7px 6px 0;
}
#menu ul li a:hover {
	color: #FFF;
	background: url(../images/menu-hover-left.png) left top no-repeat;
}
#menu ul li a:hover span {
	background: url(../images/menu-hover-right.png) right top no-repeat;
}
#menu .active a {
	color: #000;
	background: url(../images/menu-current-left.png) left top no-repeat;
}
#menu .active a span {
	background: url(../images/menu-current-right.png) right top no-repeat;
}
#menu .active a:hover {
	color: #000;
	background: url(../images/menu-current-left.png) left top no-repeat;
}
#menu .active a:hover span {
	background: url(../images/menu-current-right.png) right top no-repeat;
}
#menu .last {
	position: absolute;
	top: 0;
	right: -10px;
}
#menu .last1 {
	position: absolute;
	top: 0;
	right: 70px;
}
#intro-main {
	float: left;
	width: 570px;
	background: transparent url(../images/intro-main-bg.png) 5px 25px no-repeat;
}
#intro-main h2 {
	font-size: 14px;
	font-weight: normal;
}
#intro-main div {
	min-height: 165px;
}
#intro-main p {
	margin: 20px 0 0 140px;
}
#intro-menu {
	float: right;
	width: 200px;
	padding-top: 20px;
	background: url(../images/intro-menu-top.png) left top no-repeat;
}
#intro-menu ul {
	list-style: none;
	width: 160px;
	float: left;
	padding: 0 20px 20px;
	background: #264042 url(../images/intro-menu-btm.png) left bottom no-repeat;
}
#intro-menu ul li {
	border-bottom: 1px solid #375E61;
}
#intro-menu ul li a {
	text-decoration: none;
	display: block;
	width: 142px;
	height: 20px;
	padding-left: 18px;
	color: #78CBCF;
	line-height: 20px;
	background: url(../images/check-bullet-wht.png) 2px 4px no-repeat;
}
#intro-menu ul li a:hover {
	background-color: #121F20;
}
.intro-more a {
	display: block;
	width: 86px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/intro-more-bg.png) 0 0 no-repeat;
}
.intro-more a:hover {
	display: block;
	width: 86px;
	height: 20px;
	background: url(../images/intro-more-bg.png) 0 -20px no-repeat;
}
.box-recommend {
	float: left;
	width: 270px;
	padding: 5px;
	background-color: #D4EEF0;
}
.bsub {
	padding: 5px;
	background-color: #FFF;
}
.bmain {
	padding: 0 5px 1px;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}
.bmain-hover {
	padding: 0 5px 1px;
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}
.bmain .more,
.bmain-hover .more {
	cursor: pointer;
}
.bcontact {
	display: block;
	padding: 0 5px;
	background-color: #EEE;
}
.box-us {
	float: left;
	width: 270px;
	height: 110px;
	margin-left: 20px;
	background: #d4eef0;
	overflow: hidden;
}
.box-us h2 {
    font-weight:bold;
	padding: 5px 10px 0;
	border: 1px solid #EEE;
	border-bottom: none;
}
.box-us p {
	padding: 0 10px 5px;
	border: 1px solid #EEE;
	border-top: none;
}
.box-right {
	float: right;
	width: 200px;
}
.box-qlinks {
	padding-top: 5px;
	background: url(../images/round-blue-top.png) left top no-repeat;
}
.box-customer {
	margin-top: 5px;
	padding-top: 3px;
	background: url(../images/round-blue-top.png) left top no-repeat;
}
.box-qlinks ul {
	list-style: none;
	float: left;
	width: 180px;
	padding: 0 10px 5px;
	background: #D4EEF0 url(../images/round-blue-btm.png) left bottom no-repeat;
}
.box-qlinks ul li {
	display: block;
	float: left;
	width: 90px;
	height: 18px;
	text-align: center;
	background: url(../images/check-bullet.gif) 0 3px no-repeat;
}
.cuscroll {
	height: 54px;
	padding-bottom: 3px;
	background: #FFF url(../images/round-blue-btm.png) left bottom no-repeat;
}
.cuscroll ul {
	list-style: none;
	float: left;
	padding: 0 10px 0 40px;
	width: 150px;
	background: #D4EEF0 url(../images/customer-round.png) 8px 0 scroll no-repeat;
}
.cuscroll ul li {
	display: block;
	line-height: 18px;
	width: 75px;
	float: left;
}
#contentscroller {
	list-style: none;
	background: url(../images/why-choose-hypo.png) 5px 6px no-repeat;
}
#contentscroller li {
	display: none;
}
li#displayedcontent {
	display: block;
	padding: 15px;
	height: 60px;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
	padding: 3px;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #FFF;
}
/* Send ----------------------------------------------------*/
#send {
	background-color: #EEE;
	width: 390px;
	height: 395px;
	padding: 10px;
}
#send ul li,
#contact ul li {
	padding: 5px 0;
	border-bottom: 1px solid #DDD;
}
.gb_erritem {
	padding: 5px 0;
	border-bottom: 1px solid red;
	background:red;
	color:#fff;

}
#send ul,
#contact ul {
	list-style: none;
}
#send ul li label,
#contact ul li label {
	float: left;
	width: 55px;
	padding-left: 5px;
	text-align: left;
}
#send input,
#send textarea,
#contact input,
#contact textarea {
	width: 300px;
	padding: 2px;
}
#send textarea,
#contact textarea {
	height: 160px;
}
#send #gb_submit,
#send #gb_reset,
#contact #gb_submit,
#contact #gb_reset {
	width: 50px;
}
#gb_errmsg{
	color:red;
	padding-left: 20px;
}
#send .submit,
#contact .submit {
	border: none;
	text-align: left;
}
#send #gb_submit {
	margin-left: 70px;
	margin-right: 30px;
}
#contact .number,
#send .number {
	border: 1px solid #DDD;
}
#contact .number {
	padding: 5px;
	margin: 5px 0;
}
/* Contact --------------------------------------------------------*/
#contact {
	float: left;
	width: 440px;
	padding: 10px 20px;
	margin-right: 20px;
	background-color: #D4EEF0;
}
#contact #gb_submit {
	margin-left: 58px;
	margin-right: 30px;
}
#conote {
	float: right;
	width: 250px;
	padding: 20px;
	background-color: #D4EEF0;
}
/* Page Gobal -----------------------------------------------------*/
#content .info {
	display: inline;
	margin-left: 3px;
	position: relative;
}
#content .info .popup {
	position: absolute;
	left: 25px;
	top: 15px;
	color: #C00;
	padding: 5px;
	font-weight: normal;
	line-height: 1.2em;
	background-color: #FFF;
	border: 1px solid #CCC;
	width: 100px;
}
#intro-page-main {
	float: left;
	width: 470px;
}
#intro-page-main ul {
	list-style-type: square;
	list-style-position: inside;
}
#intro-page-menu {
	float: right;
	width: 300px;
}
#intro-page-menu ul {
	list-style: none;
}
#intro-page-menu ul li {
	display: block;
	float: left;
	width: 145px;
	height: 20px;
	margin: 0 0 5px 5px;
	background: url(../images/intro--page-menu-bg.png) left top no-repeat;
}
#intro-page-menu ul li span {
	color: #FFF;
	padding-left: 25px;
	background: url(../images/check-bullet-wht.png) 6px 3px scroll no-repeat;
}
/* CoServer ---------------------------------------------------*/
.coserver table,
.dedicatedserver table,
.colocation table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.coserver table td,
.coserver table th,
.dedicatedserver table th,
.dedicatedserver table td,
.colocation table th,
.colocation table td {
	padding: 2px 5px;
	border: 2px solid #D4EEF0;
	line-height: 2em;
	vertical-align: middle;
}
.coserver table th {	
	width: 160px;
}
.coserver table td {
	width: 12%;
	text-align: left;
}
.coserver table .tbh {
	border: medium none;
}
.coserver table .tbh2,
.dedicatedserver table .tbh2 {
	width: 100px;
	text-align: center;
	background-color: #D4EEF0;
}
.coserver table .tbd2,
.dedicatedserver table .tbd2 {
	width: 690px;
}
.coserver table .tbd,
.dedicatedserver table .tbd {
	font-weight: bold;
}
.dedicatedserver table {
	float: left;
	width: 182px;
}
.dedicatedserver table .tbh {
	width: 50px;
	border: medium none;
}
.dedicatedserver .note {
	width: 790px;
}
/* Colocation -------------------------------------------------*/
.colocation ul {
	list-style: none;
}
.colocation li span {
	cursor: pointer;
}

.colocation .top {
	padding-left: 50px;
}
.colocation .top li {
	display: block;
	float: left;
	border: 2px solid #D4EEF0;
	border-bottom: none;
	margin-right: 20px;
}
.colocation .top li span {
	display: block;
	padding: 5px 40px;
	text-align: center;
	color: #222;
	font-weight: bold;
}


.colocation .top1 {
	padding-left: 50px;
}
.colocation .top1 li {
float:left;
}
.colocation .top1 li a {
	float:left;
	display: block;
	padding: 5px 40px;
	border: 2px solid #D4EEF0;
	border-bottom: none;
	margin-right: 20px;
	text-align: center;
}

.colocation .top1 li a:visited { color:#333;}
.colocation .top1 li a:hover {	background:#D4EEF0;  color:#333; text-decoration: none;}
.colocation .top1 .bg {background:#D4EEF0;}


.colocation .main {
	clear: both;
}
.colocation .main li {
	border: 2px solid #D4EEF0;
	border-right: none;
	margin-bottom: 10px;
}
.colocation .main li span {
	display: block;
	text-align: center;
	color: #222;
	padding: 15px 0;
	width: 48px;
}
.colocation .left {
	width: 50px;
	float: left;
}
.colocation .right {
	width: 740px;
	float: right;
}
.colocation .s1 {
	background-color: #D4EEF0;
}
.colocation .s2 {
	background-color: #FFF;
}
.colocation .width150 {
	width: 83px;
}
.colocation .right table {
	border-collapse: collapse;
	border: 2px solid #D4EEF0;
}
.colocation .right td,
.colocation .right th {
	padding: 3px 5px;
}
.colocation .right .center {
	width: 68px;
}
.rdesc {
	position: relative;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #D4EEF0;
}
.rdesc img {
	padding: 0 5px 0 0;
}
.rdesc .right {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 100px;
	height: 120px;
}
/* CDN --------------------------------------------------------*/
.cdn {
	padding-top: 10px;
	padding-bottom: 10px;
}
.cdn dl dd {
	background: url(../images/arrow-more.png) 0 4px no-repeat scroll;
	text-indent: 15px;
}
/* Solutions --------------------------------------------------*/
.solutions .box {
	margin-bottom:10px;
	padding:10px;
	width: 490px;
	min-height: 120px;
}
.solutions .s1,
.solutions .s3,
.solutions .s5,
.solutions .s7 {
	padding-left: 300px;
}
.solutions .s1 {
	background: url(../images/solution1.gif) 0 10px no-repeat;
}
.solutions .s2 {
	background: url(../images/solution2.gif) 510px 10px no-repeat;
}
.solutions .s3 {
	background: url(../images/solution3.gif) 0 10px no-repeat;
}
.solutions .s4 {
	background: url(../images/solution4.gif) 510px 10px no-repeat;
}
.solutions .s5 {
	background: url(../images/solution5.gif) 0 10px no-repeat;
}
.solutions .s6 {
	background: url(../images/solution6.gif) 510px 10px no-repeat;
}
.solutions .s7 {
	background: url(../images/solution7.gif) 0 10px no-repeat;
}
.solutions .s2,
.solutions .s4,
.solutions .s6 {
	padding-right: 290px;
}
.solutions .box h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #78CBCF;
}
.solutions ul {
	list-style: none;
}
.solutions ul li {
	background: url(../images/arrow-more.png) 0 4px no-repeat scroll;
	text-indent: 15px;
}
/* About & Rules ----------------------------------------------*/
.about .box,
.rules .box {
	margin-bottom: 10px;
	line-height: 1.7em;
}
.about .box h3,
.rules .box h3 {
	color: #E31E26;
	font-size: 14px;
	border-bottom: 1px solid #78CBCF;
}
.about .box ol,
.rules .box ol {
	list-style-position: inside;
}
/* Partners ---------------------------------------------------*/
.partner ul {
	list-style: none;
}
.partner ul li {
	display: block;
	float: left;
	width: 197px;
	text-align: center;
	margin-bottom: 5px;
}
/* Payment ----------------------------------------------------*/
.payment .left {
	float: left;
	width: 280px;
}
.payment .right {
	float: right;
	width: 490px;
}
.payment .box {
	width: 790px;
	float: left;
	margin-bottom: 15px;
}
.payment .box ul {
	list-style: none;
}
.payment .box h3 {	
	font-size: 14px;
	border-bottom: 1px solid #78CBCF;
}
/* Exhibition ----------------------------------------------------*/
.boxex-us {
	float: left;
	width: 270px;
	height: 110px;
	margin-left: 20px;
	background: #d4eef0;
	overflow: hidden;
}
.exhibition .left {
	float: left;
	width: 480px;
}
.exhibitiont .right {
	float: right;
	width: 290px;
}
.exhibition .box {
	width: 790px;
	float: left;
	margin-bottom: 15px;
}
.exhibition .box ul {
	list-style: none;
	text-align:right;
}
.exhibition .box h3 {	
	font-size: 14px;
	text-align:right;
	border-bottom: 1px solid #78CBCF;
}
/* Comments ---------------------------------------------------*/
.comments .box {
	width: 790px;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #D4EEF0;
}
.comments .left {
	width: 200px;
	float: left;
	padding: 10px 0
}
.comments .right {
	padding: 10px 0 10px 20px;
	width: 570px;
	float: left;
	background: url(../images/sideline.jpg) left scroll no-repeat;
}
.comments .date {
	text-align: right;
	padding: 10px 0;
}
/* Process ----------------------------------------------------*/
.process .main {
	margin: 10px;
}
/*.process area {
	blr:expression(this.onFocus=this.blur());
}*/
/* Hacks ------------------------------------------------------*/
* html #menu .last {
	float: right;
	margin: 0;
	position: static;
}
* html #menu .last1 {
	float: right;
	margin: 0;
	position: static;
}
* html #container {
	padding: 20px 0 0;
}
* html #footer {
	margin-bottom: 0;
}
* html #intro-page-main {
	width: 465px;
}
* html #intro-page-menu {
	width: 305px;
}
* html .solutions .s1,
* html .solutions .s3,
* html .solutions .s5,
* html .solutions .s7 {
	padding-left: 290px;
}
* html .solutions .s2,
* html .solutions .s4,
* html .solutions .s6 {
	padding-right: 290px;
}
*+html #container {
	padding: 20px 0 0;
}

.titbg { background:#ecf8f9; }
.titbg2 { background:#d4eef0; color:#333; }

/*2008-04-20添加页面*/
#content_ex {
	float: left;
	color: #616161;
	width: 770px;
	line-height: 18px;
	padding: 0 30px 0 30px;
	background-color: #FFF;
}

.ex_top { float:left; width:750px; padding:10px;background:url(../images/ex_top.jpg) no-repeat top;clear:both; color:#000;}
.ex_top  span{ display:block; padding:0 0 0 15px; color:#616161; line-height:160%;}

.ex_nav2 { float:left; width:700px; height:33px; line-height:33px; padding:0 35px; margin:15px 0 35px 0; background:url(../images/ex_nav2.jpg) no-repeat center; text-align:center;clear:both;}
.ex_nav2 a {float:left;text-decoration: none;height: 33px; width:154px; padding:0 10px;color: #68BCC0;display: block;}
.ex_nav2 a:hover {text-decoration: none;}
.ex_nav2 .s1 { background:none; cursor:hand;}
.ex_nav2 .s2 { cursor:hand;font-weight:bold; color:#616161; background:url(../images/ex_nav2_s2.gif) no-repeat bottom center;}


.ex_data_pic{ text-align:center; height:185px; background:url(../images/ex_datap.jpg) no-repeat  bottom center;  clear:both;}
.ex_data_pic span{display:block; padding:0 0 0 140px; color:#616161; text-align:left; }

.ex_data_date { width:220px; float:left; text-align:center; height:60px; padding:50px 0 0 0; background:url(../images/ex_data_date.jpg) no-repeat center; }
.ex_data_date  b{ color:#000000; display:block;}
.ex_data_text { width:550px; float:left; text-align:center; height:90px; padding:10px 0; overflow:hidden;}
.ex_data_text dl{width:550px;height:30px;clear:both;}
.ex_data_text dl dt{float:left;width:100px; height:30px; overflow:hidden;}
.ex_data_text dl dd {float:left;width:150px;  height:30px;line-height:30px;}
.ex_data_text .bb { color:#000; font-weight:bold;}


.ex_line{ height:21px; line-height:21px;  padding:40px 0 40px 0; clear:both; text-align:center; background:#FF0000;}
.ex_lbg1{ background:url(../images/ex_linebg1.gif) no-repeat center;}
.ex_lbgt{ background:url(../images/ex_linebg2.jpg) no-repeat center; color:#616161; font-weight:bold;}

/*1.html路由*/
.routedata  { padding:0 130px 15px 130px; line-height:250%;background:url(../images/routedata.gif) no-repeat 100px 100px; clear:both; }
.routedata  span{ color:#000000; padding:0 0 10px 0; display:block;}

/*2.html硬件展示*/
.hard { float:left; width:690px; line-height:33px; padding:0 40px; margin:15px 0 15px 0; }
.hard a {float:left; width:160px; padding:10px 34px; height:120px; overflow:hiddenl;}
.hard a  img{ padding:4px; border:#B1B3B2 1px solid;}
.hardtext { line-height:180%;  padding:0 30px; clear:both;}
.hardtext b{ color:#000; padding:10px 0; display:block;}

/*首页展示*/
.ishow{ float:left; width:768px; padding:15px 1px;background:url(../images/ishow.jpg); clear:both;}

.ishowone{ float:left; position:relative;width:250px; height:278px; padding:0px 3px;}
.ishowone h2{ float:left; width:170px; padding:0 0 0 80px;height:23px;  line-height:23px; color:#000; font-weight:bold; background:url(../images/ishowone_s.jpg) no-repeat;}
.ishowone p{ width:244px; text-indent:2em; line-height:130%; padding:10px 3px 0 3px;color:#000; clear:both; background:url(../images/ishowone_p.gif) no-repeat 15px 12px;}
.ishowone ul {list-style: none;}
.ishowone ul li {display: block;float: left;width: 240px;height: 22px; padding:0 0 0 10px;}
.ishowone ul li b{ color:#62B4B8;}
.ishowone .buy{ padding:7px 0; text-align: center;}
.ihot{ position:absolute; height:56px; line-height:56px; color:#FFF; text-align:center; width:58px; top:80px; left:180px; background:url(../images/ishowone_hot.gif); }



.ishowleft{ background:url(../images/ishow_line.jpg) no-repeat right; }



#siderIMchat_main {text-align:center;overflow:hidden;color:#333;}

