﻿@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #CCCCCC;
	font-size: 11px;
	line-height: 16px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #999999;
	background: inherit;
}
a:hover {
	color: #CCCCCC;
	background: inherit;
}
a.footer:link		{ color: #FFFFFF; text-decoration: none; }
a.footer:visited	{ color: #FFFFFF; text-decoration: none; }
a.footer:active		{ color: #FFFFFF; text-decoration: none; }
a.footer:hover		{ color: #6666FF; text-decoration: none; }
a.minor:link	{ color: #CCCCCC; text-decoration: underline; }
a.minor:visited	{ color: #CCCCCC; text-decoration: underline; }
a.minor:active	{ color: #CCCCCC; text-decoration: underline; }
a.minor:hover	{ color: #666666; text-decoration: none; }

div.img-dec {
	background: url(../common/images/shadow.gif) no-repeat bottom right;
	clear: right;
	float: right;
	margin: 0 0 15px 25px;
	padding: 0;
	position: relative;
}

div.img-dec img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

div.img-ilus {
	background: url(../common/images/shadow.gif) no-repeat bottom right;
	margin: 10px 5px;
	padding: 0;
	position: relative;
}

div.img-ilus img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}

/* blocks */
#container {
	width: 100%;
}

#header {
	width: 980px;
	margin: 0px auto;
}

#topbar {
	width: 915px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-color: #1A1A1A;
}

#compname {
	float: left;
	clear: left;
	padding: 2px;
	width: 435px;
	background-color: #1A1A1A;
}

#lang {
	float: right;
	clear: right;
	padding: 2px;
	text-align: right;
	width: 472px;
	background-color: #1A1A1A;
}

#cartbar {
	width: 915px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: right;
	padding: 5px;
}

#cartbar a, a:visited {
	text-decoration: none;
	color: #66CCFF;
	background: inherit;
}

#cartbar a:hover {
	color: #CCCCCC;
	background: inherit;
}

#body {
	width: 980px;
	height: 555px;
	margin: 0px auto;
}

#bodyleft {
	width: 445px;
	height: 555px;
	float: left;
	clear: left;
	overflow: hidden;
}

#navtop {
	width: 445px;
	height: 260px;
	float: left;
	clear: left;
	overflow: hidden;
	background-color: #000000;
}

#navbottom {
	width: 410px;
	height: 295px;
	float: left;
	clear: left;
	overflow: hidden;
}

#subleft {
	width: 110px;
	height: 290px;
	float: left;
	clear: left;
	overflow: hidden;
}

#subleftnav {
	width: 110px;
	height: 270px;
	overflow: hidden;
}

#subleftnav ul {
	padding-left: 30px;
	margin: 0px;
}

.leftnavactive {
	list-style-image: url(../common/images/bullet_sq.jpg);
	margin-bottom: 1px;
	width: 78px;
	height: 23px;
	background: url(../common/images/content_background.jpg);
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	border: 1px solid #999999;
}

.leftnavactive a {
	color: #CCCCCC;
}

.leftnavnone {
	list-style: none;
	margin-bottom: 1px;
	width: 80px;
	height: 25px;
	background: url(../common/images/content_background2.jpg);
	padding: 2px;
	font-size: 12px;
	line-height: 25px;
}

#subleftlink {
	width: 110px;
	height: 20px;
	overflow: hidden;
	padding-left: 30px;
}

#subleftlink p {
	padding-left: 1px;
	display: inline;
}

#subright {
	width: 300px;
	height: 290px;
	float: right;
	clear: right;
	overflow: hidden;
	background-color: #999999;
}

#subcontent1 {
	width: 298px;
	height: 223px;
	margin: 1px;
	overflow: auto;
	background: url(../common/images/content_background.jpg);
}

#subcontent1 h1 {
	font-size: 12px;
	color: #FF9900;
	line-height: 18px;
	padding: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#subcontent1 p {
	line-height: 16px;
	padding: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#subcontent2 {
	width: 298px;
	height: 223px;
	margin: 1px;
	overflow: hidden;
	background: url(../common/images/content_background.jpg);
}

#subcontent2 a, a:visited {
	text-decoration: none;
	color: #66CCFF;
	background: inherit;
}

#subcontent2 a:hover {
	color: #CCCCCC;
	background: inherit;
}

.content2block {
	width: 298px;
	height: 55px;
	display: block;
}

.content2title {
	width: 35px;
	float: left;
	clear: left;
}

.content2title p {
	margin: 0px;
	color: #FF9900;
	padding: 5px;
}

.content2content {
	width: 263px;
	float: right;
	clear: right;
}

.content2content p {
	margin: 0px;
	padding: 5px;
	text-align: left;
}

#subcontent3 {
	width: 298px;
	height: 223px;
	margin: 1px;
	overflow: hidden;
	background: url(../common/images/content_background.jpg);
}

#subcontent3 h1 {
	font-size: 12px;
	color: #FF9900;
	line-height: 18px;
	padding: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#subcontent3 p {
	line-height: 16px;
	padding: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#subcontent3 a, a:visited {
	text-decoration: none;
	color: #66CCFF;
	background: inherit;
}

#subcontent3 a:hover {
	color: #CCCCCC;
	background: inherit;
}

#subpromote {
	width: 300px;
	height: 65px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	overflow: hidden;
	background: url(../common/images/content_background.jpg);
	text-align: left;
	color: #66CCFF;
}

#bodyright {
	width: 535px;
	height: 555px;
	float: right;
	clear: right;
	overflow: hidden;
}

#contentbanner {
	width: 500px;
	height: 50px;
	float: left;
	clear: left;
	overflow: hidden;
	background: url(../common/images/content_background.jpg);
}

#contentbanner p {
	padding: 2px;
	color: #D92237;
	font-size: 12px;
	font-weight: bold;
	line-height: 58px;
}

#contentflash {
	width: 500px;
	height: 270px;
	float: left;
	clear: left;
	overflow: hidden;
	background-color: #D92237;
}

#contenttext {
	width: 500px;
	height: 200px;
	float: left;
	clear: left;
	overflow: hidden;
	background: url(../common/images/content_background.jpg);
}

#contenttext p {
	padding: 5px;
	text-align: left;
}

#contentnav {
	width: 500px;
	height: 25px;
	float: left;
	clear: left;
	background: url(../common/images/content_background.jpg);
}

#contentnavleft {
	float: left;
	clear: left;
}

#contentnavleft ul {
	margin: 0px;
	padding-left: 5px;
}

.contentnavactive {
	list-style: none;
	margin-right: 2px;
	width: 80px;
	height: 22px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	float: left;
	position: relative;
	background: url(../common/images/contentnavactive.jpg);
	top: -1px;
	z-index: 2;
}

.contentnavactive a {
	color: #CCCCCC;
}

.contentnavnone {
	list-style: none;
	margin-right: 2px;
	width: 80px;
	height: 22px;
	background: url(../common/images/content_background2.jpg);
	padding: 0px;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	float: left;
}

#contentnavright {
	float: right;
	clear: right;
}

#contentnavright p {
	display: inline;
}

#contenttext2 {
	width: 500px;
	height: 445px;
	float: left;
	clear: left;
	overflow: auto;
	background: url(../common/images/content_background.jpg);
}

#contenttext2_about_us {
	width: 500px;
	height: 445px;
	float: left;
	clear: left;
	overflow: auto;
	background: url(../about_us/images/about_us.jpg);
}

#contenttext2_mission {
	width: 500px;
	height: 445px;
	float: left;
	clear: left;
	overflow: auto;
	background: url(../about_us/images/mission.jpg);
}

#contenttext2 p {
	padding: 5px;
}

#contenttext2 ul {
	margin: 0px;
	padding-left: 20px;
}

#contenttext2 ul li {
	color: #CCCCCC;
}

#contenttext2 h1 {
	font-size: 11px;
	color: #66CCFF;
	line-height: 18px;
	padding: 5px;
}

#contenttext2 a, a:visited {
	text-decoration: none;
	color: #66CCFF;
	background: inherit;
}

#contenttext2 a:hover {
	color: #CCCCCC;
	background: inherit;
}

.teamtable {
	display: table;
	border-collapse: separate;
	margin: 0px auto;
}

.teamrow {
	display: table-row;
}

.teamcell {
	display: table-cell;
	width: 160px;
	padding: 10px;
}

.teamcell_name {
	color: #D92237;
	font-weight: bold;
}

.partnertable {
	display: table;
	border-collapse: separate;
	margin: 0px auto;
}

.partnerrow {
	display: table-row;
}

.partnercell {
	display: table-cell;
	width: 160px;
	padding: 10px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.partner {
	width: 140px;
	height: 30px;
	padding: 10px;
	float: left;
}

.hostinghead {
	background-color: #DA2337;
	color: #FFFFFF;
}

.hostingsubhead {
	background-color: #333333;
}

.hostingcontent {
	background-color: #EDEDED;
	color: #333333;
}

.formtext {
	background-color: #ACE4FF;
	border: 1px solid #1A1A1A;
	font-size: 11px;
	color: #333333;
}

.formbutton {
	font-size: 11px;
	background-color: #1A1A1A;
	border: 1px solid #DA2337;
	width: 50px;
	color: #DA2337;
}

#contentflow {
	background: url(../common/images/flowarrow.gif) no-repeat;
	background-position: 25px 22px;
	padding-left: 10px;
}

#contentflow h1 {
	font-size: 11px;
	color: #66CCFF;
	line-height: 18px;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(../common/images/highlight.gif) no-repeat;
	background-position: 25px 0px;
}

#contentflow span {
	color: #FF9900;
	padding-left: 35px;
}

#contentflow ul {
	margin: 0px;
	padding-left: 50px;
}

#contentflow ul li {
	color: #999999;
}

#contentshowcase {
	width: 500px;
	height: 385px;
	float: left;
	clear: left;
	overflow: auto;
	background-color: #1A1A1A;
	text-align: center;
}

#contentshowcase img {
	display: inline;
}

#contentshowcasedetail {
	width: 500px;
	height: 250px;
	float: left;
	clear: left;
	overflow: auto;
	background-color: #1A1A1A;
	text-align: center;
}

#contentshowcasedetail img {
	display: inline;
}

.casethumbnail {
	border: 1px solid #CCCCCC;
	width: 90px;
	height: 50px;
}

#contentcasedesc {
	width: 500px;
	height: 60px;
	float: left;
	clear: left;
	overflow: hidden;
	background: url(../common/images/content_background.jpg);
}

#contentcasedesc h1 {
	font-size: 11px;
	color: #DA2337;
	line-height: 18px;
	padding: 5px;
}

#contentcasedesc p {
	padding: 5px;
}

#contentcasedetail {
	width: 500px;
	height: 195px;
	float: left;
	clear: left;
	overflow: hidden;
	background: url(../common/images/content_background.jpg);
}

#contentcasedetail h1 {
	font-size: 11px;
	color: #DA2337;
	line-height: 18px;
	padding: 5px;
}

#contentcasedetail p {
	padding: 5px;
}

#casedesctitle {
	width: 490px;
	height: 40px;
	float: left;
	clear: left;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 10px;
	background: url(../common/images/content_background2.jpg);
}

#casedesctitle p {
	font-size: 11px;
	line-height: 16px;
	padding: 5px;
	color: #CCCCCC;
	margin-top: 1px;
}

#casedescclient {
	width: 500px;
	float: left;
	clear: left;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 10px;
}

#casedescclient div {
	width: 488px;
	color: #66CCFF;
	padding: 2px;
	background-color: #1A1A1A;
	border: 1px solid #66CCFF;
}

#casedescclient a, a:visited {
  text-decoration: none;
  color: #999999;
  background: inherit;
}

#casedescclient a:hover {
  color: #66CCFF;
  background: inherit;
}

#contentlink {
	width: 500px;
	height: 30px;
	float: left;
	clear: left;
	overflow: hidden;
	background: url(../common/images/content_background.jpg);
	text-align: right;
}

#contentlink p {
	padding-right: 5px;
	display: inline;
}

#linkhr {
	width: 500px;
	height: 10px;
	overflow: hidden;
	background: url(../common/images/content_bottom.gif);
}

#linkcontent {
	width: 500px;
	height: 25px;
	overflow: hidden;
}

#linkitems {
	float: right;
}

#linkcontent ul {
	list-style-image: url(../common/images/bullet.gif);
	margin: 0px;
}

#linkcontent ul li {
	float: left;
	width: 75px;
	margin-right: 5px;
}

#sitemap {
	width: 980px;
	margin: 0px auto;
}

#mapnav {
	width: 913px;
	height: 40px;
	background: url(../common/images/content_background.jpg);
	margin-left: 30px;
	margin-top: 20px;
	border: 1px solid #999999;
}

#mapnav p {
	padding-left: 65px;
	line-height: 45px;
}

#mapcontent {
	width: 913px;
	height: 0px;
	margin-left: 30px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.mapcol {
	margin-left: 10px;
	width: 160px;
	float: left;
}
.yincang{display:none;}

.mapcol ul {
	margin: 0px;
	padding-left: 15px;
}

#footer {
	width: 980px;
	height: 20px;
	margin: 0px auto;
}

#loading {
}

.upNumIndex {
	font-size: 8px;
	position: relative;
	top: -5px;
	width: 5px;
	height: 5px;
	display: inline;
}

.termsContent {
	font-size: 10px;
	color: #CCCCCC;
}

.divWebHeader {
	width: 400px;
	position: relative;
	background: url(../common/images/content_background.jpg);

}

.divWebSubHead {
	width: 300px
	position: relative;
	margin-left: 15px;
	background: url(../common/images/content_background.jpg);

}

.divWebContent {
	width: 250px
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	background: url(../common/images/content_background.jpg);

}
.divWebContent2 {
	width: 300px
	position: relative;
	margin-left: 30px;
	margin-bottom: 15px;
	background: url(../common/images/content_background.jpg);

}