

.banner_sub-2 h3 {
    font-size: 34px;
    color: #FFFFFF;
    position: relative;
    top: 135px;
}
.banner_sub-2 p {
    width: 965px;
    font-size: 17px;
    color: #fff;
    position: relative;
    top: 225px;
    left: 475px;
    line-height: 30px;
}
.qq-title {
    padding-top: 25px;
}
.qq-title h4 {
    margin-bottom: 13px;
}
.qq-title p {
    font-size: 15px;
    color: #666;
    font-weight: 400;
}
.left {
    float: left;
    display: inline-block;
}
.jw_tg_nav {
    height: 58px;
    border: 1px solid #e6e6e6;
    border-left: 0;
    background: #fff;
    width: 1192px;
    margin-top: 50px;
    z-index: 999999;
}
.jw_tg_nav li {
    border-left: 1px solid #e6e6e6;
    float: left;
}

.jw_tg_nav li a {
    display: block;
    height: 58px;
    color: #FB645D;
    line-height: 58px;
    font-size: 16px;
    width: 169px;
    text-align: center;
    font-weight: bold;
}
.jw_tg_nav li.cur_ont a {
    display: block;
    background: #FB645D;
    color: #fff;
}

.jw_tg_nav li a:hover{
    display: block;
    background: #FB645D;
    color: #fff;
}


.room-tit{
    padding-left: 20px;
}
.room-tit a{
    color: red;
    cursor: pointer;
}
.jw_cont1 h2{
    font-size: 26px;
    color: #067BC6;
}

/*全球服务器通用样式*/


.column {
    width: 290px;
    height:420px;
    background: #fff;
    padding-bottom: 36px;
    border-radius:3px;
}

.column .column-top {
    margin: 0 10px -7px 0;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}
.column .column-top p{
    padding-left:30px;
}
.column .column-top .column-img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 50px;
    height: 50px;
    background: url(../images/server-icon.png) no-repeat top center
}

.column .column-top .column-img_1 {
    background-position: 0 -296px
}

 .column .column-top .column-img_2 {
    background-position: 0 -446px
}

.column .column-top .column-img_3 {
    background-position: 0 -594px
}

.column .column-top .column-img_4 {
    background-position: 0 -744px
}

.column .column-top .column-img_5 {
    background-position: 0 -894px
}

.column .column-top .column-img_6 {
    background-position: 0 -1042px
}

 .column .column-top p {
    padding-bottom: 12px;
    font-size: 22px;
    color: #333;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 50px;
    line-height: 50px;
    vertical-align: middle
}

 .column .column-top .icon {
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-style: normal;
    color: #fff;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-weight: 400
}

 .column .column-top .hot {
    background: #ff3244
}

 .column .column-top .recommend {
    background: #26bafd
}

.column .column-config {
    padding: 15px 0 0 22px;
    line-height: 0.5;
    text-align: left;
    font-size: 15px;
}

.column .column-config dt {
    float: left;
    padding-top: 12px;
    width: 54px;
    color: #484848;
    font-weight: 700
}

 .column .column-config dd {
    padding-top: 12px;
    color: #666
}

 .column .column-config dd span {
    color: #a3a3a3
}

 .column .column-price {
     margin-top:10px;
    line-height: 1.6;
    color: #787878;
    height: 40px
}

 .column .column-price .price {
    font-size: 28px;
    font-weight: 700;
    color: #f90404;
}

 .column .column-bottom {
     margin-top: 10px;
    text-align: center
}


.column .column-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 148px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    cursor: pointer
}

 .column .btn-buy {
    margin-right: 10px;
    border: 2px solid #C6C6C6;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     border-radius:6px;
     color: #747778;
}

 .column .btn-look {
    border: 1px solid #c5c4c7;
    color: #505050
}


.btn-look {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.column:hover {
    box-shadow: -6px 10px 20px -2px rgba(4, 0, 0, 0.15);
    margin-top: -1px;
    margin-bottom: 1px;
}
.column:hover .btn-buy {
    background-color: #2087ef;
    border-color: #2087ef;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all 0.3s ease;
}

.column:hover .btn-look {
    background-color: #F1F1F1;
}