@charset "utf-8";
/* banner */
.sever-banner-block{
    height: 500px;
    position: relative;
    overflow: hidden;
}
.sever-banner-block img{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

/* 公共样式 */
.section-block{
    padding-top: 90px;
}
.section-title-bar{
    font-size: 32px;
    text-align: center;
}
.section-sub-txt{
    color: #999;
    line-height: 26px;
    margin-top: 6px;
    font-size: 14px;
    text-align: center;
}

/* 服务器介绍 */
.sever-intro-block{
    background: url("/Public/Home/images/sever-bg.png") no-repeat top center;
}
.sever-intro-title{
    font-size: 32px;
    color: #123a5a;
    text-align: center;
    padding-top: 54px;
}
.sever-intro-text{
    font-size: 14px;
    color: #999;
    text-align: center;
    padding-top: 18px;
}
.sever-intro-sub{
    font-size: 24px;
    color: #123a5a;
    text-align: center;
    padding-top: 50px;
}
/* 独享服务器 */
.exclusive-sever-block{
    width: 1200px;
    margin: 50px auto 0;
}
.exclusive-sever-tabnav{
    width: 680px;
    margin: 50px auto 0;
    border-bottom: 1px solid #e5e5e5;
}
.exclusive-sever-tabnav a{
    float: left;
    height: 66px;
    line-height: 66px;
    font-size: 24px;
    color: #666;
    text-align: center;
    position: relative;
}
.exclusive-sever-tabnav a:last-child{
    float: right;
}
.exclusive-sever-tabnav a:hover,
.exclusive-sever-tabnav a.on{
    color: #0494f9;
}
.exclusive-sever-tabnav a.on:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #0494f9;
}
.exclusive-sever-tabnav a.on:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #0494f9;
}

.share-sever-tabcon{
    margin-top: 40px;
    padding: 0 40px;
}
.tabcon-item{
    padding: 40px 0 0;
    border: 1px solid #e2ebfe;
    border-radius: 5px;
    background-image: -moz-linear-gradient( 90deg, rgb(231,241,255) 0%, rgb(247,252,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(231,241,255) 0%, rgb(247,252,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(231,241,255) 0%, rgb(247,252,255) 100%);
    position: relative;
}
.tabcon-item .shi-ico{
    position: absolute;
    right: -7px;
    top: -6px;
    z-index: 1;
    width: 78px;
    height: 77px;
    background: url("/Public/Home/images/huawei_icons_new.png") no-repeat 0 -140px;
}
.tabcon-item .server-intro{
    float: left;
    width: 448px;
}
.tabcon-item .server-intro ul{
    padding: 14px 15px 0;
}
.tabcon-item .server-intro ul li{
    float: left;
    width: 83px;
}
.tabcon-item .server-intro ul li .icon{
    display: block;
    width: 100%;
    height: 34px;
    background: url("/Public/Home/images/huawei_icons_new.png") no-repeat 24px 0;
}
.tabcon-item .server-intro ul li:nth-of-type(4) .icon{
    background-position: 25px -45px;
}
.tabcon-item .server-intro ul li:nth-of-type(5) .icon{
    background-position: 26px -87px;
}
.tabcon-item .server-intro ul li .txt{
    display: block;
    width: 100%;
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.tabcon-item .server-intro ul li img{
    display: block;
    margin: 0 auto;
}
.server-intro ul li .num{
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-family: Arial;
}
.server-intro ul li .num em{
    font-size: 26px;
}
.tabcon-item .meal-type{
    float: left;
    width: 436px;
    /*padding: 0 33px;*/
}
.tabcon-item .type-tit{
    font-size: 14px;
}
.tabcon-item .type-li{
    margin-top: 5px;
    text-align: center;
    border-left: 1px solid #dde7f9;
    border-right: 1px solid #dde7f9;
}
.tabcon-item .type-li li{
    display: inline-block;
    width: 108px;
    height: 78px;
    margin-right: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 7px 0 rgba(42,87,118,0.13);
}
.tabcon-item .type-li li:hover,
.tabcon-item .type-li li.active{
    border-color: #0494f9;
}
.tabcon-item .type-li li:last-child{
    margin-right: 0;
}
.tabcon-item .type-li li .year{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #333;
    margin-top: 16px;
}
.tabcon-item .type-li li .cur-price{
    display: block;
    text-align: center;
    color: #fb6b4a;
    font-size: 14px;
    margin-top: 1px;
}
.tabcon-item .type-li li .cur-price em{
    font-style: normal;
    font-size: 26px;
    font-weight: bold;
    font-family: Arial;
}
.tabcon-item .type-li li .sale{
    position: absolute;
    right: -4px;
    top: -12px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    border-radius: 0 8px 0 8px;
    background-image: -moz-linear-gradient( 0deg, rgb(255,184,82) 0%, rgb(255,110,66) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,184,82) 0%, rgb(255,110,66) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,184,82) 0%, rgb(255,110,66) 100%);
}
.tabcon-item .type-li li .sale.xian{
    background-image: -moz-linear-gradient( 0deg, rgb(93,213,248) 0%, rgb(16,112,255) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(93,213,248) 0%, rgb(16,112,255) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(93,213,248) 0%, rgb(16,112,255) 100%);
}
.tabcon-item .meal-type .annotation{
    color: #999;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin-top: 3px;
    text-align: center;
}
.tabcon-item .meal-buy{
    float: left;
    width: 224px;
    text-align: center;
}
.tabcon-item .meal-buy .buy-btn{
    display: inline-block;
    background-color: #ff5731;
    width: 150px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    margin-top: 14px;
}
.tabcon-item .meal-buy .agreement{
    color: #777;
    font-size: 12px;
    margin-top: 12px;
    cursor: pointer;
}
.tabcon-item .meal-buy .agreement input {
    vertical-align: middle;
    margin: -3px 2px 0 0;
    cursor: pointer;
}
.tabcon-forms{
    margin-top: 34px;
}
.forms-tit{
    font-size: 18px;
    color: #333;
}
.forms-table{
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-top: 22px;
}
.forms-table th,
.forms-table td{
    height: 50px;
    font-size: 14px;
    color: #5b6778;
    border: 1px solid #e5e5e5;
    text-align: center;
}
.forms-table td{
    padding: 0 9px;
    color: #555;
    text-align: left;
}

/* 服务器特征 */
.sever-feature-block{
    padding: 132px 0 178px;
    background-color: #f5faff;
    margin-top: 100px;
}
.sever-feature-content{
    padding-top: 100px;
}
.sever-feature-list{
    padding: 0 40px;
}
.sever-feature-list li{
    float: left;
    width: 355px;
    height: 200px;
    padding: 38px 0 0;
    background-color: #fff;
    margin-right: 27px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.sever-feature-list li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.sever-feature-list li:last-child{
    margin-right: 0;
}
.sever-feature-list li .icon{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url("/Public/Home/images/huawei_icons_new.png") no-repeat;
}
.sever-feature-list li:nth-of-type(1) .icon{
    background-position: 0 -161px;
}
.sever-feature-list li:nth-of-type(2) .icon{
    background-position: 0 -239px;
}
.sever-feature-list li:nth-of-type(3) .icon{
    background-position: 0 -317px;
}
.sever-feature-list li .tit{
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
.sever-feature-list li .txt{
    color: #666;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    margin-top: 16px;
}


/* 使用用户 */
.user-case-block{
    margin-bottom: 100px;
    position: relative;
}
.user-case-block .prev,
.user-case-block .next{
    display: block;
    width: 25px;
    height: 43px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    background: url("/Public/Home/images/server-page-ico.png") no-repeat;
}
.user-case-block .prev{
    left: -40px;
    background-position: -165px 0;
}
.user-case-block .next{
    right: -40px;
    background-position: -255px 0;
}
.user-case-block .prev:hover{
    left: -40px;
    background-position: -210px 0;
}
.user-case-block .next:hover{
    right: -40px;
    background-position: -300px 0;
}
.user-case-slide{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.user-case-slide ul{
    padding-top: 10px;
}
.user-case-slide li{
    float: left;
    width: 285px;
    height: 266px;
    margin: 40px 8px 10px;
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 3px #e0e0e0, -1px -1px 3px #e0e0e0;
}
.user-case-slide li img{
    width: 285px;
    height: 156px;
}
.user-case-slide li .tit{
    width: 169px;
    padding: 10px 48px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}
.user-case-slide li .tag{
    height: 50px;
    width: 265px;
    padding: 0 10px;
    line-height: 50px;
    text-align: center;
    background: #fafafa;
    color: #848484;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.user-case-slide li .tag .up-arrow{
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin: -3px 0 0 4px;
    background: url(/Public/Home/images/server-page-ico.png) no-repeat;
    background-position: 0 -32px;
}
.user-case-slide li .tag .down-arrow{
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    margin: -3px 0 0 4px;
    background: url(/Public/Home/images/server-page-ico.png) no-repeat;
    background-position: -23px -32px;
}
.user-case-slide li .wrapper{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 285px;
    height: 210px;
    background:rgba(0,0,0,0.5);
    opacity: 0;
    transition: .5s all;
}
.user-case-slide li:hover .wrapper{
    opacity: 1;
}
.user-case-slide li .wrapper .more{
    position: absolute;
    left: 50%;
    margin-left: -71px;
    top: 50%;
    margin-top: -19px;
    color: #fff;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 20px;
}
