/*
   本页样式为虚拟主机
*/


/*全局样式覆盖*/

#J_webhostingTabContainer .wjf-ui-tab-content {
    -webkit-transition: none;
    transition: none;
}

/*banner处小圆点切换*/

.slide-container .slide-pagination {
    bottom: 22px;
}

/*以下为中间内容部分*/

.content-top {
    padding-bottom: 60px;
    background: #f1f4f4;
}

/****************************选项卡 开始*******************************/

.webhosting-tab {
    margin: 0 auto;
    font-size: 0;
    position: relative;
    margin-top: -15px;
    z-index: 90;
}
.webhosting-tab li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
}
.webhosting-tab .item {
    padding: 0 122px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    /*border-right: 1px solid #e5e5e5;*/
    color: #000;
    background-repeat: no-repeat;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
}
.webhosting-tab .item1 {
    background-image: url("/Tpl_2016/images2016/webhosting/webhosting-icon1.jpg?sprite");
    background-position: 90px 16px;
    border-left: none;
}
.webhosting-tab .item2 {
    background-image: url("/Tpl_2016/images2016/webhosting/webhosting-icon2.jpg?sprite");
    background-position: 88px 15px;
}
.webhosting-tab .item3 {
    background-image: url("/Tpl_2016/images2016/webhosting/webhosting-icon3.jpg?sprite");
    background-position: 86px 14px;
}
.webhosting-tab .item4 {
    background-image: url("/Tpl_2016/images2016/webhosting/webhosting-icon4.jpg?sprite");
    background-position: 88px 14px;
}

/*鼠标选中时效果*/

.webhosting-tab .active .item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fff;
    position: relative;
    background-color: #2087ed;
}
.webhosting-tab .active .item1 {
    background-image: url("/Tpl_2016/images2016/webhosting/webhosting-icon1-hover.jpg?sprite");
    background-position: 90px 16px;
}
.webhosting-tab .active .item2 {
    background-image: url("/Tpl_2016/images2016/webhosting/webhosting-icon2-hover.jpg?sprite");
    background-position: 88px 15px;
}
.webhosting-tab .active .item3 {
    background-image: url("/Tpl_2016/images2016/webhosting/webhosting-icon3-hover.jpg?sprite");
    background-position: 86px 14px;
}
.webhosting-tab .active .item4 {
    background-image: url("/Tpl_2016/images2016/webhosting/webhosting-icon4-hover.jpg?sprite");
    background-position: 88px 14px;
}
.webhosting-tab .active .item-arrow {
    position: absolute;
    width: 18px;
    height: 6px;
    left: 50%;
    top: 64px;
    margin-left: -6px;
    background: url("/Tpl_2016/images2016/webhosting/triangle1.jpg") no-repeat bottom center;
    _overflow: hidden;
}

/****************************选项卡 结束*******************************/


/****************************经济型 开始*******************************/


/*webhosting-title*/

.webhosting-title {
    padding-top: 20px;
    text-align: center;
}
.webhosting-title h3 {
    font-size: 24px;
    color: #505050;
}
.webhosting-title .web-line {
    margin: 10px auto 0;
    width: 94px;
    border-bottom: 2px solid #777777;
}
.webhosting-title .web-wavy-line {
    width: 47px;
    background: #F1F4F4;
    margin: -12px auto 0;
    *margin-top: -12px;
}
.webhosting-title .web-wavy-line i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 37px;
    height: 6px;
    background: url("/Tpl_2016/images2016/webhosting/triangle2.jpg") repeat-x;
}
.webhosting-title p {
    padding-top: 4px;
    font-size: 16px;
    color: #8b8b8b;
}

/*主机列表*/

.webhosting-list {
    padding-top: 20px;
}
.webhosting-list li {
    float: left;
}
.webhosting-list .middle-column {
    padding: 0 34px;
}
.webhosting-list .column {
    padding: 40px 0 34px;
    position: relative;
    width: 374px;
    background: #fff;
}

/*热销标签*/

.webhosting-hot {
    padding-right: 8px;
    padding-top: 4px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 71px;
    height: 59px;
    background: url("/Tpl_2016/images2016/webhosting/triangle3.jpg") no-repeat top right;
    font-size: 14px;
    color: #fff;
    text-align: right;
}

/*标题*/

.webhosting-list .column .column-title {
    margin: 0 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
    line-height: 1.1;
    font-size: 26px;
    color: #444;
    text-align: center;
    position: relative;
}

/*价格*/

.webhosting-list .column .price {
    position: relative;
    padding-top: 12px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 1.1;
}
.webhosting-list .column .price .price-num {
    font-size: 24px;
    color: #ff8500;
}
.webhosting-list .column .price .price-line {
    margin-left: -9px;
    font-size: 24px;
    color: #a7a4a4;
}

/*送域名*/
.domain-tip{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: absolute;
    top: 14px;
    right: 86px;
    background-color: #e8f8fe;
    border-radius: 16px;
    border: 1px solid #c7dff9;
    font-size: 12px;
    z-index: 1;
    color: #2086EE;
    padding: 0 5px;
    line-height: 20px;
}

/*省100*/
.sheng100{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    padding: 0 2px;
    border-radius: 2px 2px 2px 0;
    background: #2fd72b;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 14px;
    right: 86px;
    line-height: 20px;
}
.sheng100 i{
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: url("/Tpl_2016/images2016/webhosting/basic-icon.jpg") no-repeat 0 -400px;
}
.sheng100 .sheng100-refresh-tip, .domain-tip .domain-refresh-tip {
    position: absolute;
    top: -12px;
    left: 50px;
    padding: 2px 2px;
    width: 220px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #2086EE;
    font-size: 12px;
    text-align: center;
    z-index: 19;
    color: #666666;
    display: none;
}
.sheng100:hover .sheng100-refresh-tip, .domain-tip:hover .domain-refresh-tip {
    display: block;
}
/*网站空间、每月流量、数据库配置*/

.webhosting-info {
    padding: 30px 15px 0 30px;
}
.webhosting-info li {
    padding: 0 15px;
    float: left;
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.webhosting-info li p {
    font-size: 16px;
    font-weight: bold;
    color: #565656;
}
.webhosting-info .border-line {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

/*配置列表*/

.webhosting-list .column .column-config {
    padding-left: 45px;
    line-height: 1.1;
    text-align: left;
}
.webhosting-list .column .column-config dt {
    float: left;
    padding-top: 18px;
    width: 64px;
    color: #2f2f2f;
    font-weight: bold;
}
.webhosting-list .column .column-config dd {
    padding-top: 18px;
    color: #4b4b4b;
}

/*查看更多*/

.webhosting-list .column .column-more {
    padding: 14px 0 0 45px;
    font-family: "新宋体";
}
.webhosting-list .column .column-more a {
    color: #1061ac;
    font-weight: bold;
}

/*立即购买按钮*/

.webhosting-list .column .column-bottom {
    padding-top: 24px;
    text-align: center;
}
.webhosting-list .column .column-btn {
    display: inline-block;
    width: 220px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    background: #2086ee;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.webhosting-list .column-li-hover .column {
    box-shadow: 0px 10px 4px 0px rgba(0, 0, 0, 0.10);
}
.webhosting-list .column-li-hover .column-btn {
    background: #0eb7fd;
}

/****************************经济型 结束*******************************/


/****************************免备案型 结束*******************************/

/****************************产品概述 开始*******************************/
.webhosting-product{
    padding-bottom: 40px;
}
/*标题*/
.webhosting-product .wp-title{
    padding-left: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
    background: url("/Tpl_2016/images2016/webhosting/advantage-icon.jpg") no-repeat -178px -162px;
    font-size: 20px;
    color: #3b3b3b;
}
/*********产品概述 开始*********/
.wp-gaishu{
    padding-top: 40px;
}
.wp-gaishu .wp-gaishu-list{
    padding-top: 30px;
}
.wp-gaishu .wp-gaishu-list li{
    float: left;
    padding-right: 110px;
}
.wp-gaishu .wp-gaishu-list .column{
    width: 215px;
    font-size: 16px;
    color: #494949;
    text-align: center;
}
.wp-gaishu-list .column .column-icon{
    height: 130px;
    background: url("/Tpl_2016/images2016/webhosting/advantage-icon.jpg") no-repeat;
}
.wp-gaishu-list .column .column-icon1{
    background-position: -178px 0;
}
.wp-gaishu-list .column .column-icon2{
    background-position: -434px 0;
}
.wp-gaishu-list .column .column-icon3{
    background-position: -680px 0;
}
.wp-gaishu-list .column .column-icon4{
    background-position: -928px 0;
}
.wp-gaishu-list .column .column-txt{
    padding-top: 6px;
    line-height: 24px;
    font-size: 14px;
    color: #9ea9bd;
}

/*********产品概述 结束*********/

/*********应用支持 开始*********/
.wp-zhichi{
    padding-top: 50px;
}

.wp-zhichi .wp-zhichi-top{
    padding-top: 48px;
    float: left;
    width: 50%;
}
.wp-zhichi .wp-zhichi-top .wp-zhichi-icon{
    margin-right: 20px;
    float: left;
    width: 126px;
    height: 126px;
    background: url("/Tpl_2016/images2016/webhosting/advantage-icon.jpg") no-repeat;
}
.wp-zhichi .wp-zhichi-top .wp-zhichi-icon1{
    background-position: -178px -282px;
}
.wp-zhichi .wp-zhichi-top .wp-zhichi-icon2{
    background-position: -382px -282px;
}
.wp-zhichi .wp-zhichi-top h3{
    padding-top: 40px;
    font-size: 24px;
    color: #3b3b3b;
}
.wp-zhichi .wp-zhichi-top p{
    padding-top: 6px;
    font-size: 16px;
    color: #929292;
}
/*底部*/
.wp-zhichi .wp-zhichi-list{
    /*margin-top: 50px;*/
}

.wp-zhichi .wp-zhichi-list li{
    padding: 15px 0;
    width: 500px;
    float: left;
}
/*中间分隔线*/
.wp-zhichi .wp-zhichi-list .li-item{
    padding-right: 90px;
    margin-right: 90px;
    border-right: 1px dashed #e6e6e6;
}
/*图标*/
.wp-zhichi .wp-zhichi-list .item-icon{
    margin-right: 20px;
    float: left;
    width: 70px;
    height: 64px;
    background: url("/Tpl_2016/images2016/webhosting/advantage-icon.jpg") no-repeat;
}

.wp-zhichi .wp-zhichi-list .item-icon1{
    background-position: -166px -484px;
}
.wp-zhichi .wp-zhichi-list .item-icon2{
    background-position: -312px -484px;
}
.wp-zhichi .wp-zhichi-list .item-icon3{
    background-position: -452px -476px;
}
.wp-zhichi .wp-zhichi-list .item-icon4{
    background-position: -600px -480px;
}
.wp-zhichi .wp-zhichi-list .item-icon5{
    background-position: -736px -480px;
}
.wp-zhichi .wp-zhichi-list .item-icon6{
    background-position: -870px -480px;
}
.wp-zhichi .wp-zhichi-list .item-txt{
    overflow: hidden;
}
.wp-zhichi .wp-zhichi-list .item-txt h5{
    font-size: 16px;
    color: #3b3b3b;
}
.wp-zhichi .wp-zhichi-list .item-txt p{
    padding-top: 8px;
    line-height: 24px;
    font-size: 14px;
    color: #9b9b9b;
}

/*各类建站应用 开始*/
.wp-station{
    padding-top: 70px;
    padding-left: 30px;
}
.wp-station h3{
    padding-left: 10px;
    border-left: 4px solid #3a7bfb;
    font-size: 20px;
    color: #5a759e;
}

.wp-station-list{
    margin-top: 20px;
    padding: 2px 0 16px 20px;
    background: #f3f7ff;
}
.wp-station-list li{
    float: left;
    padding-right: 14px;
    padding-top: 14px;
}
.wp-station-list li img{
    border: 1px solid #e0e0e0;
}

/*各类建站应用 结束*/

/*********应用支持 结束*********/

/*********客户案例 开始*********/
.wp-case{
    padding-top: 46px;
}
.wp-case-list{
    padding-top: 60px;
}
.wp-case-list li{
    width:50%;
}
.wp-case-list li img{
    float: left;
    margin-right: 16px;
}
.wp-case-list .wp-case-txt{
    overflow: hidden;
}
.wp-case-list .wp-case-txt h5{
    font-size: 16px;
    color: #252525;
}
.wp-case-list .wp-case-txt p{
    padding-top: 8px;
    line-height: 22px;
    font-size: 12px;
    color: #5e5e5e;
    margin-right: 50px;
}
.wp-case-list li:nth-of-type(even) .wp-case-txt p{
    margin-right: 0;
}
#J_khalBanner{
    height: 170px;
}
#J_khalBanner .slide-pagination{
    bottom:0;
}
/*********客户案例 结束*********/
/*********常见问题 开始*********/
.wp-sql{
    padding-top: 24px;
}
.wp-sql-list{
    padding-top: 20px;
}
.wp-sql-list li{
    float: left;
    width: 360px;
    padding-right: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wp-sql-list li a{
    font-size: 12px;
    color: #575757;
}
.wp-sql-list li a:hover{
    color: #ff0000;
}

/*********常见问题 结束*********/


/****************************产品概述 结束*******************************/


/****************************购买理由 开始*******************************/

.webhosting-goumai {
    padding-top: 24px;
    padding-bottom: 60px;
}
.webhosting-goumai .webhosting-goumai-top {
    height: 703px;
    background: url("/Tpl_2016/images2016/webhosting/webhosting-img1.jpg") no-repeat left top;
}
.webhosting-goumai .webhosting-goumai-bottom {
    height: 867px;
    background: url("/Tpl_2016/images2016/webhosting/webhosting-img2.jpg") no-repeat left top;
}

/*购买理由各个位置*/

.webhosting-goumai .goumai-section1 {
    padding-top: 128px;
    padding-left: 590px;
}
.webhosting-goumai .goumai-section2 {
    padding-top: 150px;
    padding-left: 20px;
    width: 510px;
}
.webhosting-goumai .goumai-section3 {
    padding-top: 90px;
    padding-left: 640px;
}
.webhosting-goumai .goumai-section4 {
    padding-top: 150px;
    padding-left: 20px;
    width: 520px;
}

/*购买理由标题*/

.webhosting-goumai p {
    font-size: 24px;
    color: #5d5d5d;
}

/*购买理由列表*/

.webhosting-goumai .goumai-list {
    padding-top: 12px;
}
.webhosting-goumai .goumai-list li {
    padding-left: 16px;
    line-height: 1.8;
    background: url("/Tpl_2016/images2016/webhosting/webhosting-icon.jpg") no-repeat 0 8px;
    font-size: 16px;
    color: #a6a6a6;
}

/****************************购买理由 结束*******************************/


/****************************产品优势 开始*******************************/

.webhosting-advantage {}
.webhosting-advantage .webhosting-advantage-list {
    padding-bottom: 100px;
    font-size: 14px;
    color: #8b8b8b;
}
.webhosting-advantage .webhosting-advantage-list li {
    padding-top: 90px;
    padding-right: 54px;
    float: left;
    width: 360px;
}
.webhosting-advantage .webhosting-advantage-list .webhosting_img {
    float: left;
    margin-right: 10px;
    width: 100px;
    height: 104px;
    background: url("/Tpl_2016/images2016/webhosting/advantage-icon.jpg") no-repeat center center;
}
.webhosting-advantage .webhosting-advantage-list .webhosting_img_1 {
    background-position: 0 0;
}
.webhosting-advantage .webhosting-advantage-list .webhosting_img_2 {
    background-position: 0 -182px;
}
.webhosting-advantage .webhosting-advantage-list .webhosting_img_3 {
    background-position: 0 -366px;
}
.webhosting-advantage .webhosting-advantage-list .webhosting_img_4 {
    background-position: 0 -548px;
}
.webhosting-advantage .webhosting-advantage-list .webhosting_img_5 {
    background-position: 0 -732px;
}
.webhosting-advantage .webhosting-advantage-list .webhosting_img_6 {
    background-position: 0 -914px;
}
.webhosting-advantage .webhosting-advantage-list .advantage-title {
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.1;
    font-weight: bold;
    color: #484848;
}

/****************************产品优势 结束*******************************/


/****************************常见问题 开始*******************************/

.webhosting-faq {
    margin-top: 26px;
}
.webhosting-faq .faq-list {
    line-height: 1;
}
.webhosting-faq .faq-list dt {
    padding: 30px 0 8px 0;
    font-size: 16px;
    color: #277cdf;
}
.webhosting-faq .faq-list dd {
    padding: 10px 0 14px;
    line-height: 1.7;
    font-size: 14px;
    color: #666;
    border-bottom: 1px dashed #d3d3d3;
}
.webhosting-faq .faq-list dt span, .webhosting-faq .faq-list dd span {
    float: left;
    padding-right: 10px;
    font-weight: bold;
}
.webhosting-faq .faq-list dt span, .webhosting-faq .faq-list dd p {
    overflow: hidden;
}

/*超链接效果*/

.webhosting-faq .faq-list .yd_link {
    color: #fd741b;
}
.webhosting-faq .faq-list .yd_link:hover {
    text-decoration: underline;
}

/*查看更多*/

.webhosting-faq .faq-btn {
    display: block;
    margin: 38px auto 30px;
    width: 280px;
    height: 50px;
    line-height: 50px;
    background: #eee;
    font-size: 14px;
    color: #7b7b7b;
    text-align: center;
}
.webhosting-faq .faq-btn:hover {
    background: #e4e4e4;
}

/****************************常见问题 结束*******************************/


/****************************客户评价 开始*******************************/


/*使用公共样式*/

#J_PJListContainer {
    margin-top: 24px;
}

/****************************客户评价 结束*******************************/

@media screen and (max-width: 1206px) {
    /*tab选项卡*/
    .webhosting-tab .item {
        padding: 0 74px 0 120px;
    }
    /*虚拟主机类型*/
    .webhosting-list .middle-column {
        padding: 0px 9px;
    }
    .webhosting-list .column {
        width: 324px;
    }
    .webhosting-info li {
        padding: 0 8px;
    }
    /*产品概述*/
    .wp-gaishu .wp-gaishu-list li{
        padding-right: 40px;
    }
    /*应用支持*/
    .wp-zhichi .wp-zhichi-list li{
        width: 400px;
    }
    /*客户案例*/
    .wp-case-list li {
        width: 450px;
    }
    .wp-case-list .li-item {
        padding-right: 50px;
    }
    /*常见问题*/
    .wp-sql-list li{
        width: 294px;
    }
    /*选择理由*/
    .webhosting-goumai .goumai-section1 {
        padding-left: 530px;
    }
    .webhosting-goumai .goumai-section2 {
        padding-top: 120px;
    }
    .webhosting-goumai .goumai-section3 {
        padding-left: 570px;
    }
    /*产品优势*/
    .webhosting-advantage .webhosting-advantage-list li {
        padding-right: 30px;
        width: 300px;
    }
}

/***********IE6-8 responsed START*************/


/*tab选项卡*/

.desktop .webhosting-tab .item {
    padding: 0 74px 0 120px;
}

/*虚拟主机类型*/

.desktop .webhosting-list .middle-column {
    padding: 0px 9px;
}
.desktop .webhosting-list .column {
    width: 324px;
}
.desktop .webhosting-info li {
    padding: 0 10px;
}
/*产品概述*/
.desktop .wp-gaishu .wp-gaishu-list li{
    padding-right: 40px;
}
/*应用支持*/
.desktop .wp-zhichi .wp-zhichi-list li{
    width: 400px;
}
/*客户案例*/
.desktop .wp-case-list li{
    padding-right: 34px;
}
.desktop .wp-case-list .wp-case-txt p{
    width: 300px;
}
/*常见问题*/
.desktop .wp-sql-list li{
    width: 294px;
}
/*选择理由理由*/

.desktop .webhosting-goumai .goumai-section1 {
    padding-left: 530px;
}
.desktop .webhosting-goumai .goumai-section2 {
    padding-top: 120px;
}
.desktop .webhosting-goumai .goumai-section3 {
    padding-left: 570px;
}

/*产品优势*/

.desktop .webhosting-advantage .webhosting-advantage-list li {
    padding-right: 30px;
    width: 300px;
}

/***********IE6-8 responsed END*************/


/*以下为老版本网站 部分样式*/

div.tb-void {
    margin: 0 auto;
    border-top: 1px solid #E6E6E6;
    overflow: hidden;
}
div.tb-void table {
    border-collapse: collapse;
    border: solid #E6E6E6;
    border-width: 0 1px 1px 1px;
    width: 100%;
    margin: 0
}
div.tb-void th {
    background: #f7f7f7 url(../../newimages/tb-th_2011.gif) 0 bottom repeat-x;
    height: 31px;
    color: #666666;
    font-weight: normal;
    padding: 0
}
div.tb-void td {
    border: solid #E6E6E6;
    border-width: 1px 0 0 1px;
    padding: 5px 4px;
    text-align: center
}
input.textstyle {
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #999;
    color: #000;
    height: 28px;
    letter-spacing: 1px;
}
input.btnstyle {
    background: #1b75b8;
    padding: 0px 20px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 30px;
    text-indent: 0px;
}
input.btnstyle_up {
    background: #1b75b8;
    padding: 0px 15px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 20px;
}
input.textbtn {
    background: #F30;
    padding: 0px 20px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 30px;
    text-indent: 0px;
}
input.textbtn:hover {
    background: #F00
}
input.btnstyle:hover {
    background-color: #06c
}
#setebsidbox {
    margin: 5px 10px;
}
