.service-block {
    position: relative;
    float: left;
    width: 100%;
    height:150px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px 0 64px 3.5%;
    margin-bottom:10px;
    background-image: url("/54ak/images/cloud_bg.png");
    background-repeat: no-repeat;
    background-position: 86% 47%;
    -webkit-transition: 0.5s -webkit-box-shadow ease;
    -moz-transition: 0.5s -moz-box-shadow ease;
    -o-transition: 0.5s -o-box-shadow ease;
    transition: 0.5s box-shadow ease;
}

.xgcloud-block {
    position: relative;
    float: left;
    width: 100%;
    height:150px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px 0 64px 3.5%;
    margin-bottom:10px;
    background-image: url("/54ak/images/xgcloud.png");
    background-repeat: no-repeat;
    background-position: 86% 47%;
    -webkit-transition: 0.5s -webkit-box-shadow ease;
    -moz-transition: 0.5s -moz-box-shadow ease;
    -o-transition: 0.5s -o-box-shadow ease;
    transition: 0.5s box-shadow ease;
}
.dxcloud-block {
    position: relative;
    float: left;
    width: 100%;
    height:150px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px 0 64px 3.5%;
    margin-bottom:10px;
    background-image: url("/54ak/images/dxcloud.png");
    background-repeat: no-repeat;
    background-position: 86% 47%;
    -webkit-transition: 0.5s -webkit-box-shadow ease;
    -moz-transition: 0.5s -moz-box-shadow ease;
    -o-transition: 0.5s -o-box-shadow ease;
    transition: 0.5s box-shadow ease;
}

.sxcloud-block {
    position: relative;
    float: left;
    width: 100%;
    height:150px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px 0 64px 3.5%;
    margin-bottom:10px;
    background-image: url("/54ak/images/sxcloud.png");
    background-repeat: no-repeat;
    background-position: 86% 47%;
    -webkit-transition: 0.5s -webkit-box-shadow ease;
    -moz-transition: 0.5s -moz-box-shadow ease;
    -o-transition: 0.5s -o-box-shadow ease;
    transition: 0.5s box-shadow ease;
}
.cloud-servers:hover {
    -webkit-box-shadow:  0 15px 30px rgba(0,0,0,0.2);
    -moz-box-shadow:  0 15px 30px rgba(0,0,0,0.2);
    -o-box-shadow:  0 15px 30px rgba(0,0,0,0.2);
    box-shadow:  0 15px 30px rgba(0,0,0,0.2);
}

.cloud-servers h2 {
    font-size: 24px;
    color: #333;
    font-weight: 500;
}
.cloud-servers p,
.server-price {
    width: 72%;
    font-size: 14px;
    color: #666;
    margin-top: 24px;
    line-height: 20px;
}
.server-price {
    margin-top: 30px;
    color: #555;
}
.server-price span {
    font-family: Georgia;
    font-size: 32px;
    color: #f76c35;
}
.sale-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
}
.hot-sale-label {
    background: url("/54ak/images/hot_sale.png") no-repeat 0 0;
}
.buy {
    left: 0 !important;
    right: 0 !important;
    bottom: -1px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center !important;
    background-color: #00a6e2;
    text-decoration: none;
    position: absolute !important;
   
}
.buy_xg {
    left: 0 !important;
    right: 0 !important;
    bottom: -1px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center !important;
    background-color: #00BE20;
    text-decoration: none;
    position: absolute !important;
   
}
.buy_dx {
    left: 0 !important;
    right: 0 !important;
    bottom: -1px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center !important;
    background-color: #FF0000;
    text-decoration: none;
    position: absolute !important;
   
}
.buy_sx {
    left: 0 !important;
    right: 0 !important;
    bottom: -1px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center !important;
    background-color: #EA9A00;
    text-decoration: none;
    position: absolute !important;
   
}
.buy-cloud:hover {
    background-color: #009ad3;
}
.hcp_jl{
width:1200px;padding-top:20px; margin:0 auto; height:350px; position:relative;
}
.cut-line{width:197px;height:9px;background:url(/54ak/images/cut_line.png) no-repeat;display:inline-block;margin:0 auto;position:relative;}
.hcp_text{text-align:center;color:#00A6E2;font-size:25px}