body {
	background: #fff;
}
.server-brief {
	margin-top: 40px;
}
.banner-nav li:first-child {
	margin-left: 0;
}
.banner-nav {
	right: 177px;
	transition: all ease .8s;
}
/*banner样式*/
.info-banner {
	background: url(img/banner.jpg) no-repeat center;
}

/* 特点与优势 begin*/
.virtue-list {
	width: 100%;
}
.virtue-list li {
	display: list-item;
	float: left;
	padding: 40px 55px 0 228px;
	width: 590px;
	height: 216px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 62px 41px;
}
.virtue-list li:hover {
	box-shadow: 1px 1px 15px rgba(223, 223, 223, 0.65);
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-top-20 {
	margin-top: 20px;
}
.virtue-list .virtue-bg1 {
	background-image: url(img/virtue_1.png);
}
.virtue-list .virtue-bg2 {
	background-image: url(img/virtue_2.png);
}
.virtue-list .virtue-bg3 {
	background-image: url(img/virtue_3.png);
}
.virtue-list .virtue-bg4 {
	background-image: url(img/virtue_4.png);
}
.virtue-list .virtue-bg5 {
	background-image: url(img/virtue_5.png);
}
.virtue-list .virtue-bg6 {
	background-image: url(img/virtue_6.png);
}
.virtue-title {
	display: block;
	font-size: 22px;
	color: #333;
}
.virtue-sub-title {
	display: block;
	margin-top: 16px;
	line-height: 1.5;
	font-size: 16px;
	color: #666;
}
.virtue-info {
	margin-top: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
/* 特点与优势 end*/


.server-advantage {
	width: 100%;
	margin-bottom: 80px;
	border-collapse:collapse;
}
.server-advantage thead th {
	height: 75px;
	line-height: 75px;
	background-color: #00aaff;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border: 1px solid #ddd;
}
.server-advantage tbody th,
.server-advantage tbody td {
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #666;
	border: 1px solid #ddd;
}
.server-advantage tbody th {
	background-color: #f5f5f5;
}
.virtue-module {
	padding-bottom: 80px;
	background-color: #f9f9f9;
}
.server-module {
	height: 474px;
	background: #000 url(img/server-module.jpg) no-repeat center center;
}
.server-module .module-title {
	color: #fff;
}
.server-module-item {
	float: left;
	width: 290px;
	height: 236px;
	margin-left: 12px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #2e3035;
	border-top: 1px solid #3c3d40;
}
.server-module-item:first-child {
	margin-left: 0;
}
.server-module-item > i {
	display: inline-block;
	margin: 65px auto 25px;
	background-repeat: no-repeat;
	background-position: center center;
}
.scene-1 {
	width: 67px;
	height: 59px;
	background-image: url(img/scene-1.png)
}
.scene-2 {
	width: 80px;
	height: 50px;
	background-image: url(img/scene-2.png)
}
.scene-3 {
	width: 86px;
	height: 56px;
	background-image: url(img/scene-3.png)
}
.scene-4 {
	width: 68px;
	height: 56px;
	background-image: url(img/scene-4.png)
}
.banner-nav li.soon-open a:hover {
	border-bottom: none;
	color: #fff;
}
.banner-nav li.soon-open a {
	width: 118px;
	height: 38px;
	line-height: 38px;
	margin-top: 19px;
	text-align: center;
	background-color: #989898;
}
.area-container {
	width: 590px;
	float: left;
	border: 1px solid #ddd;
	border-top: none;
}
.area-container + .area-container {
	margin-left: 20px;
}
.area-title {
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 22px;
	color: #333;
	background-color: #f0f0f0;
}
.area-title span {
	display: inline-block;
	text-indent: 30px;
	background: url(img/area-icon.png) no-repeat left center;
}
.area-desc {
	height: 100px;
	padding: 30px 20px;
	font-size: 14px;
	color: #999;
}
.area-content {
	position: relative;
	margin: 0 10px;
	padding: 22px 20px 35px;
	border-top: 1px solid #ddd;
}
.area-content p {
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.area-content p span {
	display: inline-block;
	width: 88px;
	text-align: right;
}
.area-content a {
	display: none;
	position: absolute;
	bottom: 16px;
	right: 17px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	background: #00aaff url(img/link-icon.png) no-repeat 135px center;
	color: #fff;
	text-indent: 30px;
	font-size: 16px;
}
.area-container:hover .area-title {
	background-color: #00aaff;
	color: #fff;
}
.area-container:hover .area-title span {
	background: url(img/area-icon-hover.png) no-repeat left center;
}
.area-container:hover .area-content a {
	display: block;
}
.area-module {
	padding-bottom: 80px;
}
