* {
    margin: 0;
    padding: 0;
    font-family: \5FAE\8F6F\96C5\9ED1;
}
a {
    text-decoration: none !important;
}
.main-wrapper {
    margin-top: 30px !important;
}
.wrapper {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.left-sidebar {
    width: 25%;
}
.center-content {
    width: 73%;
}
.left-sidebar h3 {
    width: 100%;
    height: 50px;
    background: #C20C0C;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}
.sidebar-new{
    margin: 10px auto;
}
.sidebar-new ul li{
    overflow: hidden;
    line-height: 35px;
    padding: 0 6px;
}
.sidebar-new ul li a{
	width: 70%;
    display: block;
    float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.sidebar-new ul li span{
    float: right;
	font-size: 12px;
}
.sidebar-new ul li:hover{
    background: #c20c0c;
}
.sidebar-new ul li:hover a,.sidebar-new ul li:hover span{
    color: #fff;
}
.sidebar-menu {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 15px 0;
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}
.sidebar-menu li {
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
}
.sidebar-menu li a {
    position: relative;
    z-index: 2;
    display: block;
    padding-left: 33px;
    color: #444;
    font-size: 14px;
    transition: all .3s;
}
.sidebar-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    overflow: hidden;
    margin-top: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    content: "";
    transition: all .3s;
    border-left-color: #999;
}
.sidebar-anli .item {
    margin-bottom: 20px;
}
.sidebar-anli .img {
    overflow: hidden;
    width: 100%;
}
.sidebar-anli .h3 {
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #eee;
}
.sidebar-anli .item:hover .h3 {
    background-color: #c20c0c;
	color: #fff;
}
.sidebar-anli .img img {
    display: block;
    width: 100%;
    transition: all .3s;
	border: none;
    vertical-align: top;
}
.sidebar-lianxi-tel {
    margin-bottom: 10px;
    padding-left: 70px;
    padding-top: 4px;
    height: 50px;
    background: url(../images/tel.png) no-repeat;
    background-position: 5px 0;
}
.sidebar-lianxi .text {
    font-size: 12px;
	list-style: none;
}
.sidebar-lianxi-tel span {
    display: block;
    font-size: 17px;
    color: #c20c0c;
    font-weight: bold;
}
.sidebar-lianxi .text li {
    margin-bottom: 10px;
    color: #666;
}
.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.crumb {
    height: 35px;
    line-height: 35px;
    color: #999;
}
.list-content {
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.pages {
    padding: 10px 0;
    text-align: center;
}
.crumb a {
    color: #333;
    font-size: 14px;
    transition: all .3s;
    margin: 0 7px;
}
.list-content .item {
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
}
.list-content .item .time{
    width: 19%;
}
.list-content .item .time img{
    width: 100%;
	height: 115px;
}
.list-content .item-cont {
    width:79%;
}
.list-content .item-cont a {
    color: #c20c0c;
    line-height: 30px;
    font-size: 15px;
}
.list-content .item-cont p {
    color: #333;
    font-size: 14px;
	line-height: 28px;
}
.list-content .item:hover {
    background-color: #c20c0c;
    border-bottom: 1px dashed #fff;
}
.list-content .item:hover .item-cont a{
    color: #fff;
}
.list-content .item:hover .item-cont p{
    color: #fff;
}
.pages .pagination {
    display: inline-block;
}
.pagination {
    height: 40px;
    padding: 20px 0px;
}
.pagination li{
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}
/* .pagination a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
} */


/* µ¥Ò³ÐÞ¸Ä */

a, button, input, textarea {
    -webkit-tap-highlight-color: transparent;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.clearfix:after, .clearfix:before {
    display: table;
    clear: both;
    content: "";
}
.service_wrap *{
	box-sizing: border-box;
}
.service_wrap{

}
.auto {
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1200px;
}
.info-banner {
    background: url(../images/server_banner.png) no-repeat center top;
}
.info-box {
    height: 100%;
}
.info-nav {
    position: relative;
    height: 412px;
}
.product-info {
    padding-top: 60px;
}
.product-info-title {
    height: 70px;
    line-height: 70px;
    font-size: 36px;
    color: #333;
    font-weight: normal;
}
.product-info-detail {
    margin-top: 10px;
    width: 720px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 30px;
}
.product-info-btn {
    margin-top: 30px;
}
.product-info-btn a {
    display: inline-block;
    width: 120px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.info-btn1 {
    background: #ff6600;
    margin-right: 20px;
}
.info-btn2 {
    background: #0080ff;
}
.product-info-stand {
    margin-top: 25px;
    padding-left: 30px;
    background: url(../images/introduce_tip.png) no-repeat left center;
    font-size: 14px;
    color: #4c4c4c;
}
.product-info-stand a {
    margin: 0px 2px;
    display: inline-block;
    color: #0080ff;
}
.nav-box {
    width: 100%;
    height: 68px;
}
.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: 68px;
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 68px;
}
.banner-nav li a:hover, .banner-nav li a.active {
    border-bottom: 2px solid #0080ff;
}
.youshi-module {
    margin-top: 20px;
}
.module-title {
    position: relative;
    height: 32px;
    line-height: 32px;
}
.module-title .module-title-name {
    display: inline-block;
    padding-right: 15px;
    font-size: 24px;
    background: #fff;
    color: #333;
}
.module-title .group-span {
    float: right;
    margin-top: -25px;
    margin-left: 20px;
    width: 100%;
    height: 20px;
    font-size: 14px;
    display: inline-block;
    background: url(../images/line_ico.png) repeat-x;
    z-index: 10;
}
.slider-outer {
    margin-top: 32px;
}
.bx-wrapper {
    box-shadow: none;
    border: none;
}
.youshi-slider-item {
    height: 360px;
    border: 1px solid #eee;
}
.youshi-icon {
    height: 170px;
    overflow: hidden;
}
.youshi-icon div {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    margin-top: 35px;
    background-image: url(../images/server_youshi.png);
    background-repeat: no-repeat;
}
.youshi-icon {
	height: 170px;
	overflow: hidden;
}
.youshi-icon div {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	margin-top: 35px;
	background-image: url(../images/server_youshi.png);
	background-repeat: no-repeat;
}
.youshi-icon-move div {
	background-position: 0 0;
}
.youshi-slider-item:hover .youshi-icon-move div {
	background-position: -100px 0;
}
.youshi-icon-heart div{
	background-position: 0 -100px;
}
.youshi-slider-item:hover .youshi-icon-heart div{
	background-position: -100px -100px;
}
.youshi-icon-storage div{
	background-position: 0 -200px;
}
.youshi-slider-item:hover .youshi-icon-storage div{
	background-position: -100px -200px;
}
.youshi-icon-diskprotect div{
	background-position: 0 -300px;
}
.youshi-slider-item:hover .youshi-icon-diskprotect div {
	background-position: -100px -300px;
}
.youshi-icon-reliable div{
	background-position: 0 -400px;
}
.youshi-slider-item:hover .youshi-icon-reliable div {
	background-position: -100px -400px;
}
.youshi-icon-cloud div{
	background-position: 0 -500px;
}
.youshi-slider-item:hover .youshi-icon-cloud div{
	background-position: -100px -500px;
}
.youshi-icon-servers div{
	background-position: 0 -600px;
}
.youshi-slider-item:hover .youshi-icon-servers div{
	background-position: -100px -600px;
}
.youshi-icon-global div{
	background-position: 0 -700px;
}
.youshi-slider-item:hover .youshi-icon-global div{
	background-position: -100px -700px;
}
.youshi-title {
    font-size: 16px;
}
.text-primary {
    color: #0080ff;
}
.text-center {
    text-align: center;
}
.youshi-text {
    padding: 15px 20px;
    font-size: 12px;
    line-height: 2em;
    text-align: justify;
}
.text-muted {
    color: #999;
}
.youshi-slider-item:hover .youshi-icon-servers div {
    background-position: -100px -600px;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 999;
}
.bx-wrapper .bx-prev {
    left: 0;
}
.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(../images/server_youshi_left.png) no-repeat center;
}
.bx-wrapper a.bx-next:focus, .bx-wrapper .bx-controls-direction a.bx-next {
    background: #eee url(../images/server_youshi_right.png) no-repeat center;
    right: 0;
}
.bx-wrapper a.bx-prev:hover {
    background: #0080ff url(../images/server_youshi_left.png) no-repeat center;
}
.bx-wrapper a.bx-next:hover {
    background: #0080ff url(../images/server_youshi_right.png) no-repeat center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 30px;
    height: 5px;
    background: #d6f0f9;
    border-radius: 0;
}
.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: #0080ff;
}

.module-marg-top {
    margin-top: 30px;
}
.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: #fafafa;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
}
.scene-item:first-child {
    border-top: 1px solid #eee;
}
.scene-item.scene--active {
    background-color: #fff;
    border-left: 2px solid #0080ff;
}
.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-title {
    line-height: 80px;
    font-size: 16px;
    color: #4e4e4e;
}
.scene--active .scene-detail {
    display: block;
}
.scene-description {
    height: 120px;
    font-size: 14px;
    line-height: 2em;
}
.scene-purchase {
    line-height: 100px;
    border-top: 1px dashed #eee;
}
.pull-left {
    float: left;
}
.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;
}
.pull-right {
    float: right;
}
.scene-purchase .price-box {
    line-height: 32px;
    padding-top: 35px;
    text-align: center;
}
.buy-button {
    display: inline-block;
    height: 32px;
    border-radius: 2px;
    padding: 0 20px;
    margin-left: 10px;
    background-color: #ff6600;
    line-height: 32px;
    color: #fff;
}
.server-module table {
    border-collapse: collapse;
    border-spacing: 0;

}
.function-table {
	width: 100%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-top: 32px;
}
.function-table td {
	padding: 40px 17px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #666;
	font-size: 14px;
	    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
td.multi-td {
	padding: 0 20px;
}
.function-title {
	background-color: #fafafa;
	color: #4c4c4c;
}
.function-title span {
	display: inline-block;
	padding-left: 34px;
	background: no-repeat left center;
	line-height: 30px;
	background-image: url(../images/server_function.png);
	background-repeat: no-repeat;
}
span.function-icon-calculate {
	background-position: 0 3px;
}
span.function-icon-storage {
	background-position: 0 -29px;
}
span.function-icon-safety {
	background-position: 0 -65px;
}
span.function-icon-manage {
	background-position: 0 -100px;
}
span.function-icon-net {
	background-position: 0 -135px;
}
.caselm{
    margin: 10px auto;
    overflow: hidden;
}
.caselm ul li{
    width: 32%;
    margin-bottom: 10px;
    margin-right: 2%;
    float: left;
}
.caselm ul li:nth-child(3n){
    margin-right: 0;
}
.caselm ul li img{
    width: 99%;
    border: 1px solid #eee;
    height: 190px;
}
.caselm ul li p{
    text-align: center;
    padding: 0 5px;
    line-height: 40px;
    background-color: #eee;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.caselm ul li:hover img{
    border: 1px solid #c20c0c;
}
.caselm ul li:hover p{
    background-color: #c20c0c;
    color: #fff;
}
.fenye {
    text-align: center;
}
.fenye .fy {
    display: inline-block;
    height: 40px;
    padding: 20px 0px;
}
.fy li {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}
.news_recomm {
    margin-top: 30px;
	overflow: hidden;
}
.news_recomm span {
    font-size: 18px;
    font-weight: bold;
    border-left: 8px solid #c20c0c;
    padding-left: 8px;
}
.news_recomm ul{
    overflow: hidden;
    margin-top: 10px;
}
.news_recomm ul li {
    width: 32%;
    float: left;
    margin-right: 2%;	
}
.news_recomm ul li:nth-child(3n) {
    margin-right: 0;
}
.news_recomm ul li img{
    width: 100%;
    height: 212px;
}
.news_recomm ul li p{
	color: #333;
	font-size: 14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding:0 5px;
	background-color: #eee;
    line-height: 30px;
    text-align: center;
}
.news_recomm ul li:hover p{
	color: #fff;
	background-color:#c20c0c;
}
.list-tymb{
	line-height: 45px;
}
.list-tymb h1{
	font-size: 24px;
    line-height: 30px;
    color: #c20c0c;
    margin: 20px auto;
}
.list-tymb p{
	font-size: 15px;
}