﻿.jc-m-t-80{
    margin-top: 80px;
}
.jc-tel-title{
    display: block;
    font-size: 19px;
    color: #f78b0c;
    height: 40px;
    line-height: 40px;
    /* font-weight: 600;  */
}
.newband_tab {
    padding: 30px 0 35px;
    zoom: 1;
}
.newband_tab:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.newband_tab .select {
    position: relative;
    width: 150px;
    height: 40px;
}
.newbt_btn li {
    float: left;
    margin-right: 25px;
}
.newbt_btn li a {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #ff8200;
    text-align: center;
    font-size: 14px;
    border: 1px solid #f78b0c;
    border-radius: 30px;
    /* font-weight: 600; */
}
.newbt_btn .jc-jia-on{
    background: #f78b0c !important;
    color: #fff;
    border-radius: 30px;
}
.newbt_btn .jc-jia-on > a{
    font-size: 14px;
    color: #fff;
}
.newbt_btn li a:hover{
    background: #f78b0c;
    color: #fff;
}
.content::after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

/* 内容 */
.borderHd {
    clear: both;
    background-color: #ff8200;
    width: 100%;
    height: 2px;
    overflow: hidden;
}
.bd_continner {
    width: 1200px;
}
.hot_7zhe{
    position: relative;
}
.hot_7zhe::after{
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    display: block;
    top: 0;
    right: 0;
    background: url("../../images/0719/hot_7zhe.png") no-repeat;
}

/* 特惠 */
.hot_odds{
    position: relative;
}
.hot_odds::after{
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    display: block;
    top: 0;
    right: 0;
    background: url("../../images/0719/hot_odds.png") no-repeat;
}

.hot_recommend{
    position: relative;
}
.hot_recommend::after{
    content: "";
    position: absolute;
    width: 72px;
    height: 76px;
    display: block;
    top: 4px;
    right: 6px;
    background: url("../../images/0719/hot_recommend.png") no-repeat;
}
.post_item {
    float: left;
    display: inline;
    width: 245px;
    margin: 0px 20px 20px 0;
    background: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    padding: 0 20px;
    border-radius: 8px;
    transition: all .2s linear;
    position: relative;
    z-index: 1;
}
.post_item >a ::after{
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    display: block;
    top: 20px;
    right: -5px;
    background: url("../../images/0719/b_logo.png") no-repeat;
    background-size: 100% 100%;
    opacity: 0.01;
}
.post_item:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.post_item:nth-child(4n + 0){
    margin: 0 0 20px 0; 
}
.post_item .post_thumbnail {
    position: relative;
    overflow: hidden;
    padding: 25px 0px 15px;
    box-sizing: border-box;
}
.post_item .post_thumbnail  p{
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.post_item .post_thumbnail .jc-tab-icon-img{
    color: #2b2b2a;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.post_item .post_thumbnail .jc-tab-icon-img img{
    margin-right: 10px;
    vertical-align: middle;
}
.post_item .post_thumbnail .jc-tab-sign{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 50px;
    color: #f78b0c;
    padding: 20px 0;
}
.post_item .post_thumbnail .jc-tab-sign span{
    display: inline;
    width: 100%;
    font-size: 16px;
    color: #f78b0c;
    text-align: center;
}
.post_item .post_thumbnail .jc-tab-describe{
    color: #4e4e4e;
    padding-left: 20px;
    padding-top: 10px;
}
.post_item .post_info {
    position: relative;
    background-color: #fcfcfc;
    border-top: 1px solid #dbdbdb;
    overflow: hidden;
    height: 76px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post_item .post_info .title {
    float: left;
    color: #777777;
}
.post_item .post_info .title h4 {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
    text-align: left;
}
.post_item .post_info .title h4 a, .post_item .post_info .title h4 a:hover {
    color: #777777;
}
.post_item .post_info .price {
    font-weight: bold;
    font-size: 24px;
    color: #ff1f1f;
    text-align: left;
    /* line-height: 40px; */
}
.post_item .post_info .price .jc-price{
    font-size: 24px;
}
.post_item .post_info .price .jc-price-s{
    font-size: 14px;
}
.post_item .post_info .price .f12 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
}
.post_item .post_info .price .jc-price-s .f12{
    color: #aaaaaa;
}
.post_item .post_info .price .gray {
    color: #777777;
}
.post_item .post_info .go_btn {
    float: right;
    width: 100px;
}
.post_item .post_info .go_btn a {
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #3cc649;
    border-radius: 6px;
}
.post_item .post_info .go_btn a:hover {
    background: rgba(60, 198, 73, 0.6);
}

/* 企宽内容 */
.color_red{
    color: #ff1f1f !important;
}
/* 热门 */
.hot_hotspot{
    position: relative;
}
.hot_hotspot::after{
    content: "";
    position: absolute;
    width: 72px;
    height: 76px;
    display: block;
    top: 4px;
    right: 6px;
    background: url("../../images/0719/hot_hotspot.png") no-repeat;
}
.hot_8zhe{
    position: relative;
}
.hot_8zhe::after{
    content: "";
    position: absolute;
    width: 75px;
    height: 75px;
    display: block;
    top: 0;
    right: 0;
    background: url("../../images/0719/hot_8zhe.png") no-repeat;
}
.newband_qikuan_tab > .jc-tel-title{
    display: block;
    font-size: 19px;
    color: #5b82ff;
    height: 40px;
    line-height: 40px;
    /* font-weight: 600; */
}
.newband_qikuan_tab {
    padding: 30px 0 35px;
    *zoom: 1;
}
.newband_qikuan_tab:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.newband_qikuan_tab .select {
    position: relative;
    width: 150px;
    height: 40px;
}
.newbt_qikuan_btn:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.newbt_qikuan_btn .select {
    position: relative;
    width: 150px;
    height: 40px;
}
.newbt_qikuan_btn li {
    float: left;
    margin-right: 25px;
}
.newbt_qikuan_btn li a {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #5b82ff;
    text-align: center;
    font-size: 14px;
    border: 1px solid #5b82ff;
    border-radius: 30px;
    /* font-weight: 600; */
}
.newbt_qikuan_btn li a:hover{
    background: #5b82ff;
    color: #fff;
}
.newbt_qikuan_btn .jc-qi-on{
    background: #5b82ff !important;
    color: #fff !important;
    border-radius: 30px;
}
.newbt_qikuan_btn .jc-qi-on > a{
    font-size: 14px;
    color: #fff !important;
}
.newbt_qikuan_btn li .dingwei1{
    position: absolute;
    top: -10px;
    right: -15px;
    width: 55px;
    height: 22px;
    position: absolute;
    top: -10px;
    right: -15px;
    background:  url("../../images/0719/cha_icon.png") no-repeat;
}
.newbt_qikuan_btn li .dingwei > i > img{
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
}
.post_item .post_thumbnail .jc-qikuan-tab-sign{
    font-size: 50px;
    color: #5b82ff;
    text-align: center;
    padding: 20px 0;
}
.post_item .post_thumbnail .jc-qikuan-tab-sign > em{
    font-size: 30px;
}
.post_item .post_thumbnail .jc-qikuan-tab-describe{
    color: #4e4e4e;
    padding-left: 20px;
    margin-top: 10px;
    position: relative;
}
.post_item .post_thumbnail .jc-qikuan-tab-describe::after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.post_item .post_thumbnail .jc-qikuan-tab-describe1{
    color: #4e4e4e;
    padding-left: 20px;
    margin-top: 10px;
    position: relative;
}
.post_item .post_thumbnail .jc-qikuan-tab-describe1::after{
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #5b82ff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cha{
    position: relative;
}
.jc-cha{
    display: none;
    position: absolute;
    top: -200px;
    left: 0;
    width: 314px;
    height: 210px;
    z-index: 10;
    background: transparent;
}
.jc-cha1{
    width: 314px;
    height: 195px;
    background-color: #017df0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.jc-cha-title{
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.jc-cha-conent{
    background-color: #fff;
    height: 100px;
    border-radius: 8px;
    padding: 20px 12px;
    position: relative;
}
.jc-cha-conent > .kefu{
    position: absolute;
    bottom: 0;
    right: 0;
}
.jc-cha-conent p{
    font-size: 15px;
    color: #555555;
    margin-bottom: 15px;
}
.jc-cha-conent p span{
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background-color: #017df0;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.jc-cha-conent .jc-cha-btn{
    font-size: 15px;
    width: 85px;
    height: 30px;
    line-height: 30px;
    background-color: #017df0;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
}
.cha:hover .dingwei1{
    display: none;
}
.cha:hover .jc-cha{
    display: block;
}

/* 家庭精选 */
.cfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.bd_combox {
    margin: 20px 0;
}

.bd_combox .bd_txt {
    height: 40px;
}

.bd_combox .bd_txt h2 {
    float: left;
    height: 20px;
    padding: 0 10px;
    margin: 8px 0 0 9px;
    border-left: 3px solid #ff9867;
    font: normal 18px/18px "Microsoft Yahei";
    color: #777777;
}

.bd_combox .bd_txt .fnum {
    font-size: 20px;
    margin-right: 5px;
}

.bd_combox .bd_txt .more {
    float: right;
    padding: 0 10px 0 25px;
    font: normal 14px/38px "Microsoft Yahei";
    color: #777777;
    background: url(../../images/x_icon.jpg) 0 -376px no-repeat;
}

.bd_fibre {
    position: relative;
    height: 320px;
    padding-top: 18px;
    overflow: hidden;
}

.bd_fibre1 {
    overflow: visible;
}

.bd_fibre .bd_show {
    position: absolute;
    right: -763px;
    top: 0;
    width: 1217px;
    height: 320px;
}

.bd_fibre .old_right {
    position: absolute;
    right: 0;
    top: 0;
    width: 456px;
    height: 320px;
    padding-top: 18px;
}

.bd_fibre .xzpic {
    display: block;
    padding-top: 18px;
}

.bd_fibre .pic {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.adv_serve {
    padding: 20px 30px;
    color: #777;
}

.adv_serve li {
    float: left;
    position: relative;
    width: 173px;
    height: 100px;
    padding-left: 112px;
}

.adv_serve li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
}

.adv_serve li img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.advs_txt {
    width: 154px;
    padding-top: 15px;
    line-height: 24px;
}

.advs_txt h4 {
    font-size: 18px;
}

.advs_txt h4 span {
    padding: 4px;
}

.advs_txt p {
    font-size: 12px;
}
.advs_txt p a{
    font-size: 12px;
}
.advs_txt div a{
    font-size: 12px;
}
