body {
	background: #fff;
}
.server-brief {
	margin-top: 40px;
}
/*banner样式*/
.info-banner {
	position: relative;
	height: 395px;
	width: 100%;
	background: url("img/server_banner.png") no-repeat center;
	background-color: #0d183f;
}
.info-box {
	height: 100%;
}
.info-nav {
	position: relative;
	height: 347px;
}
.product-info {
	padding-top: 38px;
}
.product-info-title {
	height: 60px;
	line-height: 60px;
	font-size: 32px;
	color: #fff;
}
.product-info-detail {
	margin-top: 10px;
	width: 720px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.product-info-btn {
	margin-top: 30px;
}
.product-info-btn a {
	display: inline-block;
	height: 35px;
	border-radius: 2px;
	padding: 0 30px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
}
.info-btn1 {
	background: #f80;
	margin-right: 20px;
}
.info-btn2 {
	color: #fff !important;
	border: 1px solid #fff;
}
.info-btn2:hover {
	color: #f80 !important;
	border: 1px solid #f80;
}
.product-info-stand {
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
}
.product-info-stand a {
	margin: 0px 2px;
	display: inline-block;
	color: #f80;
}
.flex-nav {
	position: absolute;
	right: 140px;
	bottom: 20px;
}
.flex-nav li {
	margin-right: 40px;
	float: left;
}
.flex-nav li a {
	display: inline-block;
	font-size: 14px;
	color: #4c4c4c;
}
/*模块*/
.trusteeship-info {
	margin-top: 38px;
}
.module-marg-top {
	margin-top: 95px;
}
.module-title {
	position: relative;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	color: #545454;
	padding-left: 12px;
}
.module-title span {
	display: inline-block;
	margin-left: 45px;
	font-size: 14px;
	color: #999;
}
.module-title:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	height: 32px;
	width: 3px;
	background: #22a4b3;
}
.group-title {
	position: relative;
	height: 20px;
	line-height: 20px;
	margin: 55px 0px 35px 0px;
}
.group-title .group-name {
	display: inline-block;
	color: #009fd9;
	font-size: 20px;
	background: #fff;
	padding-right: 5px;
}
.group-title .group-span {
	float: right;
	margin-top: -20px;
	width: 100%;
	height: 20px;
	display: inline-block;
	background: url("img/line_ico.png") repeat-x;
	z-index: 10;
}
/* 视频 */
.server-video-placeholder {
	display: inline-block;
	width: 180px;
	margin-top: 20px;
	padding-top: 130px;
	background: url("img/video_placeholder.png") no-repeat center top;
	color: #4c4c4c;
	font-size: 12px;
}
.video-mask-container {
	display: none;
	position: relative;
	z-index: 1000;
}
.video-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.video-container {
	position: fixed;
	top: 30%;
	left: 50%;
	width: 680px;
	height: 384px;
	border: 2px solid #000;
	margin-left: -340px;
	z-index: 2;
}
.video-player {
	height: 100%;
}
.video-close {
	position: absolute;
	top: -34px;
	right: -2px;
	width: 32px;
	height: 32px;
	background: url("img/server_video_close.png") no-repeat center;
	cursor: pointer;
}
.video-close:hover {
	background-image: url("img/server_video_close_hover.png");
}
.video-player embed {
	width: 100%;
	height: 100%;
}
.video-player object {
	width: 100%;
	height: 100%;
}
/* 优势滚动 */
.youshi-module {
	margin-top: 50px;
}
.slider-outer {
	margin-top: 32px;
}
.youshi-slider {
}
.youshi-slider-item {
    float: left;
    width: 23.5%;
    height: 300px;
    margin-left: 2%;
    border: 1px solid #fff;
}
.youshi-slider-item:first-child{margin-left: 0;}
.youshi-slider-item:hover { border: 1px solid #f80;}
.youshi-title {
	font-size: 16px;
}
.youshi-text {
	padding: 15px 20px;
	font-size: 12px;
	line-height: 2em;
	text-align: justify;
}
.youshi-icon {
	height: 170px;
	background: url("img/server_youshi_exchange.png") no-repeat center;
}
.youshi-icon-move {
	background-image: url("img/jiagou.png");
}
.youshi-icon-storage {
	background-image: url("img/shihui.png");
}
.youshi-icon-reliable {
	background-image: url("img/anquan.png");
}
.youshi-icon-servers {
	background-image: url("img/linghuo.png");
}
/* 插件样式重置 */
.bx-wrapper {
	box-shadow: none;
	border: none;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 999;
}
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-controls-direction a {
	top: 50%;
	margin-top: -40px;
	width: 20px;
	height: 80px;
	background: #eeeeee url("img/server_youshi_left.png") no-repeat center;
}
.bx-wrapper .bx-prev:hover {
	background: #009FD9 url("img/server_youshi_left.png") no-repeat center;
}
.bx-wrapper .bx-prev {
	left: 0;
}
.bx-wrapper a.bx-next:focus,
.bx-wrapper .bx-controls-direction a.bx-next {
	background: #eee url("img/server_youshi_right.png") no-repeat center;
	right: 0;
}
.bx-wrapper a.bx-next:hover {
	background: #009FD9 url("img/server_youshi_right.png") no-repeat center;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 16px;
	height: 16px;
	background: #d6f0f9;
	border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color: #009FD9;
}
/* 购买推荐 */
.scene-container {
	position: relative;
	margin-top: 32px;
}
.scene-item {
	width: 100%;
	height: 80px;
	padding-right: 86%;
	border: 1px solid #eeeeee;
	border-top: none;
	background-color: #f8f8f8;
	line-height: 80px;
	text-align: center;
	cursor: pointer;
}
.scene-item:first-child {
	border-top: 1px solid #eee;
}
.scene-item.scene--active {
	background-color: #fff;
}
.scene-detail {
	display: none;
	position: absolute;
	left: 14%;
	bottom: 0;
	top: 0;
	z-index: 10;
	width: 86%;
	height: 320px;
	border: 1px solid #eee;
	border-left: none;
	padding: 0 30px;
	background-color: #fff;
	line-height: 1;
	text-align: left;
	cursor: default;
}
.scene--active .scene-detail {
	display: block;
}
.scene-title {
	line-height: 80px;
	font-size: 16px;
	color: #4e4e4e;
}
.scene-description {
	height: 120px;
	font-size: 14px;
	line-height: 2em;
}
.scene-purchase {
	line-height: 100px;
	border-top: 1px dashed #eee;
}
.scene-purchase-title {
	margin-right: 30px;
}
.server-configs {
	display: inline-block;
	border: 1px solid #eee;
	padding: 18px 24px;
	margin-left: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
}
.server-configs span {
	display: block;
}
.config-title {
	font-size: 20px;
}
.config-name {
	margin-top: 10px;
	font-size: 12px;
}
.buy-button {
	display: inline-block;
	height: 32px;
	border-radius: 2px;
	padding: 0 20px;
	margin-left: 10px;
	background-color: #ff8800;
	line-height: 32px;
	color: #fff;
}
.price-int {
	font-size: 26px;
}
/* 产品功能 */
.function-table {
	width: 100%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-top: 32px;
}
.function-table td {
	padding: 40px 28px;
	line-height:24px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #333;
	font-size: 14px;
	background: #fff;
}
td.multi-td {
	padding: 0 20px;
}
.function-title {
	background-color: #f8f8f8;
	color: #4c4c4c;
}
.function-title span {
	display: inline-block;
	padding-left: 34px;
	background: no-repeat left center;
	line-height: 30px;
}
span.function-icon-calculate {
	background-image: url("img/server_prod_calculate.png");
}
span.function-icon-storage {
	background-image: url("img/server_prod_storage.png");
}
span.function-icon-safety {
	background-image: url("img/server_prod_safety.png");
}
span.function-icon-manage {
	background-image: url("img/server_prod_config.png");
}
span.function-icon-net {
	background-image: url("img/server_prod_net.png");
}
/* 合作伙伴 */
.cooperative-partner-list {
	margin: 32px 0 60px 0;
}
.cooperative-partner-list li {
	float: left;
	width: 19%;
	height: 130px;
	margin: 10px 0px 0px 1%;
}
.cooperative-partner-list li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	text-align: center;
	vertical-align: middle;
	line-height: 130px;
	background: #fff;
}
.cooperative-partner-list img {
	vertical-align: middle;
}
/* 常见问题 */
.qa-box {
	margin: 50px 0px 100px 0px;
}
.qa-box li {
	position: relative;
	float: left;
	width: 33.33%;
	*width: 33.33%;
	border-left: 1px dashed #eee;
}
.qa-box li:first-child {
	border-left: 0px;
}
.qa-title {
	position: relative;
	height: 36px;
	line-height: 36px;
}
.qa-title1 {
	background: url("img/qa_ico1.png") 30px 0px no-repeat;
}
.qa-title2 {
	background: url("img/qa_ico2.png") 30px 0px no-repeat;
}
.qa-title3 {
	background: url("img/qa_ico3.png") 30px 0px no-repeat;
}
.qa-title span {
	display: inline-block;
	margin-left: 85px;
	font-size: 18px;
	color: #333;
}
.qa-title a {
	position: absolute;
	right: 22px;
	top: 0px;
	display: inline-block;
	font-size: 12px;
	color: #00a6e2;
}
.qa-box-list {
	margin-left: 85px;
	margin-top: 15px;
}
.qa-box-list a {
	position: relative;
	display: block;
	padding-left: 6px;
	font-size: 12px;
	color: #333;
	height: 30px;
	line-height: 30px;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}
.qa-box-list a:before {
	position: absolute;
	left: 0px;
	top: -4px;
	content: ".";
	font-size: 12px;
	color: #333;

}
/*根据屏幕决定定位*/

.nav-box {
	width: 100%;
	height: 68px;
}

.nav-show {
	position: fixed;
	top: -1px;
	z-index: 9999;
	border-top: 1px solid rgba(247, 249, 250, 0.36);
	background: url("img/banner_nav_bg.png") repeat-x;
}

.nav-hide {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
}

.orientation-nav-box {
	position: relative;
}

.banner-nav {
	position: absolute;
	top: 0px;
	right: 100px;
	height: 68px;
}

.banner-nav li {
	height: 66px;
	margin-right: 40px;
	float: left;
}

.banner-nav li a {
	height: 66px;
	display: inline-block;
	padding: 0px 10px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 66px;
	font-size: 16px;
}
.nav-hide .banner-nav li a {
	height: 68px;
	line-height: 68px;
}
.nav-show .banner-nav li a {
	height: 64px;
	line-height: 64px;
}
.banner-nav li a:hover, .banner-nav li a.active {
	border-bottom: 2px solid #0073c0;
	color: #0073c0;
}

.nav-server {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #4c4c4c;
	padding-left: 56px;
	height: 68px;
	line-height: 68px;
	width: 200px;
}

.nav-server:before {
	position: absolute;
	left: 20px;
	top: 2px;
	content: url(img/nav_server_ico.png);
	width: 16px;
	height: 14px;
}
.nav-server ul {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	background-color: #f8f8f8;
	width: 100%;
	padding: 10px 0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.nav-server:hover {
	background-color: #f8f8f8;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-left: -1px;
}
.nav-server:hover:before {
	content: url(img/nav_server_ico_hover.png);
}
.nav-server:hover ul.nav-other-list {
	display: block;
	border: 1px solid #eee;
	border-top: none;
}
.nav-server ul li {
	height: 50px;
	line-height: 50px;
}
.nav-server ul a {
	display: block;
	width: 100%;
	height: 100%;
	color: #4c4c4c;
	font-size: 14px;
	padding-left: 56px;
}
.nav-server ul a:hover {
	background-color: #0073c0;
	color: #fff;
}

.buy_btn {
	display: block;
	position: absolute;
	right: 0px;
	top: 20px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #ff5555;
	border-radius:4px;
}
.server-module {
	margin-top: 50px;
}
.gaishu{
	width:100%;
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 20px;
	overflow:hidden;
	background:#fff;
}
.gaishu_nr h3{
	color:#323333;
	font-size:20px;
	padding-bottom:40px;
	padding-top:50px;
	font-weight:500;
}
.gaishu_nr h3 hr{
	width:800px;
	float:right;
	margin-top:10px;
	border:1px solid #eaeaea;
}
.gaishu_nr table {
	border-collapse:collapse;
}
.gaishu_nr table tr{
	border:1px solid #eaeaea;
}
.gaishu_nr table tr th{
	padding: 15px 0;
	font-weight: normal;
	font-size: 16px;
}
.gaishu_nr table .bt td{
	color:#333;
	font-size:16px;
	text-align:center;
}
.gaishu_nr table tr td{
	padding:15px;
	border:1px solid #eaeaea;
}
.gaishu_nr table tr .lm{
	width:140px;
	text-align:center;
	font-size:16px;
	color:#333;
	background:#f8f8f8;
	border-color:#eaeaea;
	border-right: none;
}
.gaishu_nr table tr .ecs{
	color:#333;
	line-height:24px;
	font-size:14px;
}
.gaishu_nr table tr .ct{
	color:#333;
	line-height:24px;
	font-size:14px;
}
.gaishu_nr table tr .ecs a {
    display: block;
    color: #f80;
    margin-top: 10px;
}
.tuijian {margin: 30px 0;}
ul.tj_ul1 {
	margin-bottom: 20px;
    height: 47px;
}
.tuijian .tj_ul1 li{
	float: left;
	width:158px;
	margin-right: 20px;
	line-height:46px;
	text-align:center;
	background:#f5f5f5;
	color:#333;
	font-size:18px;
	cursor:pointer;
}
.tuijian .tj_ul1 .bg{color: #fff;background-color: #0073c0;}
.tuijian .tj_nr li{
	width:100%;
	clear:both;
	border: 1px solid #e8eded;
	background:#fff;
	display:none;
}
.tuijian .tj_nr .show{display:block}
.tuijian .tj_nr li .img{
	width:100%;
	text-align:center;
	padding:20px 0 20px 0;
	border-bottom:1px dashed #ccc;
}
.tuijian .tj_nr li .txt{
	margin:20px 0;
	height:125px;
	color: #666666;
	margin-left:15px;
	line-height:30px;
}
.tuijian .tj_nr li .bj{
	margin-left:15px;
	color:#323333;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
}
.tuijian .tj_nr li .nr_a{
	display:block;
	clear:both;
	margin-left:15px;
	width:159px;
	font-size:14px;
	line-height:40px;
	color:#2ca4b2;
	border-radius:5px;
	margin-bottom:10px;
	border:1px solid #2ca4b2;
}
.tuijian .tj_nr li .nr_a i{
	display:block;
	float:left;
	width:24px;
	height:24px;
	margin-top:8px;
	margin-left:15px;
	margin-right:15px;
	background:url(../img/qt-yunfuzaijunheng/si_12.png) 0 0 no-repeat;
}
.gaishu_nr .border-l-r {
    border-left: 1px solid #2277da;
    border-right: 1px solid #2277da;
    position: relative;
    background-clip: padding-box;
}
.gaishu_nr .fz-block {
    background-color: #e8f1fb;
    color: #2277da;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #bcd6f4;
}
.gaishu_nr .fz-block:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -1px;
    left: -moz-calc(-2px);
    width: 100%;
    height: 10px;
    background-color: #e8f1fb;
    border: 1px solid #2277da;
    border-bottom: none;
}
.gaishu_nr .fzjh-block:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: -1px;
    left: -moz-calc(-2px);
    width: 100%;
    height: 15px;
    background-color: #fff;
    border: 1px solid #2277da;
    border-top: none;
}
.server-main {
	width:100%;
	padding: 20px 0;
	background-color: #f5f5f5;
}
.module {
	width:1200px;
	margin: 50px auto;
}
.youshi_bg {
	width:100%;
	padding: 20px 0;
	background: #0e2149 url(img/load-youshi.jpg) no-repeat scroll top;
}
.w-text {color: #fff;}
.w-text-t {color: #f80;}