/* 头部开始 */

.header .topbar {
    width: 100%;
    background: #f6f6f6;
    z-index: 1000;}

.header .topbar-box {
    height: 40px;
    line-height: 40px;
}

.header .topbar .collect {
    display: inline-block;
    font-size: 12px;
    color: #333;
}

.header .topbar .rbar {
    position: relative;
    display: inline;
}
.date-box b{
    color: #e93632;
}
.navbar-default{
    background-color: #fff;
}
.header .logo-nav {
    background: #fff;
}
.header .logo-nav img{
    max-height: 100px;
}
.header .navbar-header a{
    margin: 0;
    padding: 0;
}
.header .logo-nav .subnav li a {
    display: block;
    font-size: 16px;
    color: #333;
    padding: 15px 12px;
}

.header .logo-nav .subnav li.selected a{
    color: #ff8220;
}

.citychose{
    margin: 5px  0 0 10px;
}
.navbar{
    margin-bottom: 0;
}
@media (max-width:768px) {
    .header nav{
        position: fixed;
        top: 0;
        width: 100%;
    }
    .xs-height40{
        width: 100%;
        height: 50px;
    }
    .navbar{
        box-shadow: 0px 3px 4px rgb(0 0 0 / 10%);
    }
    .header .navbar-header .navbar-brand img{
        max-height: 50px;
    }
    .header .logo-nav .subnav li a{
        font-size: 14px;
        padding: 10px ;
    }
    .header .topad{
        position: fixed;
        z-index: 9999;
        top: 0;
    }

    .navbar-default{
        margin-top: 40px;
    }
}


/* 头部结束 */

/* 中间部分开始 */
@media (min-width:768px) {
    .section .container{
        padding: 0;
    }
}

/* 轮播图 */
.section{
    background: #f5f5f5;
    padding-bottom: 30px;
}
.carousel-inner img {
    width: 100%;
}

.fullSlide {
    position: relative;
    background: #000;
    margin: 0 auto;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .hd {
    position: relative;
    z-index: 1;
    margin-top: -30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.fullSlide .hd ul {
    text-align: center;
    padding-top: 5px;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 5px;
    background: url(../images/tg_flash_p.png) -18px 0;
    overflow: hidden;
    font-size: 0;
}
.fullSlide .hd ul .on {
    background-position: 0 0;
}
.fullSlide .prev,
.fullSlide .next {
    z-index: 1;
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
    margin: -15% 0 0 3%;
    float: left;
    background: url(../images/arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.fullSlide .next {
    background-position: right 0;
    float: right;
    margin-right: 3%;
}

.fullSlide .hd ul .on {
    background-position: 0 0;
}
.fullSlide .tempWrap{
    overflow: hidden;
    position: relative;
}


        
/* 公告 */
.notice{
    padding: 0 40px;
    height: 32px;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    overflow: hidden;
    background: #fff;
}
.n-msgbox{
    overflow: hidden;
    margin: 7px 0 0;
}
.n-msg{
    float: left;
}
.n-msgtip{
    color: rgb(102, 102, 102);
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-family: 微软雅黑;
}
.n-msgtip b{
    color: #ff762e;
}
#scrolldiv{
    height: 20px;
    float: left;
    overflow: hidden;
    margin: 0 10px 0 10px;
}
#scrolldiv ul, #scrollDiv li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
    height: 20px;
}
#scrollDiv li a{
    color: #ff762e;
}

/* 实名认证 */
.certification{
    margin-top: 10px;
}
.certification p{
    background-color: #fff1f2; 
    font-size: 14px; 
    color: #ff0000; 
    border: 1px solid #ff0000; 
    line-height: 38px; 
    text-align: center;
}

/* 移动宽带部分 */
.note p{
    background-color: #fff1f2; font-size: 14px; color: #ff0000; border: 1px solid #ff0000; line-height: 38px; text-align: center;
}
.tit{
    overflow: hidden;
    padding-left: 50px;
    line-height: 50px;
}
.igxs03{
    border: 1px solid #e2e2e2;
    background: url(../images/tu03.png)no-repeat left center;
}
.igxs01{
    border: 1px solid #e2e2e2;
    background: url(../images/tu01.png) no-repeat left center;
}
.tit b{
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.tit span{
    float: left;
    color: #888;
    font-size: 16px;
    display: inline-block;
}
.taocan{
    overflow: hidden;
    padding: 10px 0px;
    margin: 0;
}
.taocan dd{
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px 10px 20px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    margin-bottom: 20px;
    position: relative;
}
.taocan dd h1{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin: 20px 0px;
}
.taocan dd h1 em{
    font-style: normal;
    height: 30px;
    background-color: #38a9dd;
    color: #fff;
    padding: 0px 10px;
    margin-left: 10px;
}
.taocan dd div{
    min-height: 120px;
    padding-top: 10px;
}
.taocan dd p{
    font-size: 14px;
    color: #888;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 18px;
}
.taocan dd p i{
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    color: #e93c38;
    border: 1.5px solid #e93c38;
    display: inline-block;
    font-style: normal;
    border-radius: 18px;
    font-size: 12px;
    margin-right: 10px;
}
.taocan dd p font{
    padding-top: 1px;
}
.taocan dd span{
    font-size: 14px;
}
.taocan dd span b{
    font-size: 26px;
    color: #e93632;
}
.taocan dd span.ljgm{
    width: 125px;
    height: 44px;
    float: right;
    background-color: #ff8b34;
    text-align: center;
    line-height: 44px;
    color: #fff;
    border-radius: 3px;
    font-size: 20px;
}
.taocan .item{
    padding:0 5px 0 0;
}
@media (max-width:768px) {
    .taocan dd h1{
        text-align: center;
        margin: 10px 0;
    }
    .taocan dd h1 em{
        margin-left: 0;
    }
    .taocan dd div{
        padding-top: 0;
        min-height: 104px;
    }
    
}
@media (max-width:556px){
    .taocan dd a.tjgm{
        width: 90%;
        left: 5%;
        position: absolute;
        bottom: 1%;
    }
    .taocan dd{
        padding: 10px 10px 50px;
        /*height: 323px;*/
    }
    .taocan dd span.ljgm{
        height:38px;
        line-height: 38px;
        display: block;
        width: 100%;
    }
    .taocan dd p{
        margin-bottom: 6px;
    }
    .taocan dd p i{
        margin-right: 3px;
    }
}

/* 中间底部五个模块部分 */

.knav .k-navul li{
    float: left;
    width: 19%;
    border-radius: 3px;
    text-align: center;
    margin: 0;
    padding: 15px 0 10px 0;
}
.knav .k-navul li:not(:last-child){
    margin-right: 1%;
}
.knav .k-navul li.bg01{
    background: #f38181;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#f38181', Direction=135, Strength=5);
    -moz-box-shadow: 2px 2px 7px #f38181;
    -webkit-box-shadow: 2px 2px 7px #f38181;
    box-shadow: 2px 2px 7px #f38181;
}
.knav .k-navul li.bg02 {
    background: #73a0c9;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#73a0c9', Direction=135, Strength=5);
    -moz-box-shadow: 2px 2px 7px #73a0c9;
    -webkit-box-shadow: 2px 2px 7px #73a0c9;
    box-shadow: 2px 2px 7px #73a0c9;
}
.knav .k-navul li.bg03 {
    background: #8773c0;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#8773c0', Direction=135, Strength=5);
    -moz-box-shadow: 2px 2px 7px #8773c0;
    -webkit-box-shadow: 2px 2px 7px #8773c0;
    box-shadow: 2px 2px 7px #8773c0;
}
.knav .k-navul li.bg04 {
    background: #f5a371;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#f5a371', Direction=135, Strength=5);
    -moz-box-shadow: 2px 2px 7px #f5a371;
    -webkit-box-shadow: 2px 2px 7px #f5a371;
    box-shadow: 2px 2px 7px #f5a371;
}
.knav .k-navul li.bg05 {
    background: #4abb9e;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#4abb9e', Direction=135, Strength=5);
    -moz-box-shadow: 2px 2px 7px #4abb9e;
    -webkit-box-shadow: 2px 2px 7px #4abb9e;
    box-shadow: 2px 2px 7px #4abb9e;
}
.knav .k-navul li a b{
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    font-family: "黑体";
    display: block;
}
.knav .k-navul li a span{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    vertical-align: middle;
}
@media (max-width:768px) {
    .knav{
        margin-bottom: 0;
    }
    .knav .k-navul li a span{
        display: none;
    }
    .knav .k-navul li a b{
        font-size: 26px;
    }
}

/* 宽带新闻部分 */
.news, .wenzi{
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    height: 346.2px;
}
#tab{
    border-bottom: #e4e3e3 1px solid;
    margin: 20px;
}
.tab-a-more{
    position: absolute;
    right: 20px;
    top: 16px;
}
.tab-a-more a{
    display: block;
    background-size: 32px;
    overflow: hidden;
    width: 50px;
    height: 30px;
}
.tab-a-more a i{
    position: absolute;
    top: 16px;
    width: 8px;
    height: 8px;
    animation: bounce_fountainG 1.2s linear infinite;
    border-radius: 8px;
    background: #09f;
}
.tab-a-more a i:first-child{
    right: 20px;
    animation-delay: .4s;
    background: #09f;
}
.tab-a-more a i:nth-child(2) {
    right: 10px;
    animation-delay: .6s;
    background: #3c0;
}
.tab-a-more a i:nth-child(3) {
    right: 0;
    animation-delay: .8s;
    background: #f60;
}
#tab li{
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    padding: 0 10px 10px;
    position: relative;
}
#tab li:after {
    content: "";
    background: #1487f4;
    background: linear-gradient(to right, #0062ff 0%, #00a0ec 100%);
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 40%;
    opacity: 0;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#tab li.tab-current{
    color: #1487f4;
}
#tab li:hover:after, #tab li.tab-current:after {
    opacity: 1;
    width: 100%;
    margin: auto;
    display: block;
    left: 0;
}
#tab-content{
    margin: 20px;
    overflow: hidden;
}
#tab-content section {
    display: none;
}
.news-zuixin li section {
    border-bottom: #eee 1px solid;
    overflow: hidden;
}
#tab-content section:nth-child(1){
    display: block;
}

.news-zuixin li{
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
/* .news-zuixin li:nth-child(odd){
    float: left;
} */
.news-zuixin-pic{
    display: block;
    overflow: hidden;
    width: 100px;
    height: 70px;
    line-height: 70px;
    float: left;
    margin-right: 10px;
}
.news-zuixin li img{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
}
.news-zuixin h2{
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    margin: 3px 0 5px 0;
}
.news-zuixin li:hover h2 a {
    color: #218af1;
}
.news-zuixin p{
    font-size: 14px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 20px;
    height: 40px;
}
.news-zuixin a:hover{
    color: #218af1;
}
.news-zuixin span{
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 16px;
    line-height: 16px;
}
.news-zuixin span a{
    display: block;
    float: left;
    margin-right: 15px;
    position: relative;
    padding-left: 10px;
}
.news-zuixin span a:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #1487f4;
    left: 0;
    top: 8px;
}

.wenzi{
    position: relative;
    background: #fff;
    border: 1px solid #eee;
}
.wenzi-left{
    float: left;
    width: 100%;
}.wenzi-list a:hover{
    color: #218af1;
}
.wenzi-list li{
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
}
.wenzi-list li:before{
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 10px;
    left: 0;
    top: 10px;
}
.wenzi-list li span{
    float: right;
    font-size: 12px;
    color: #888;
}


/* 宽带新闻部分 */
.h_news_wrap{
    background-attachment: fixed;
}
.h_news {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0 20px;
}
.h_tlt1 {
    width: 100%;
}
.h_tlt1 p {
    font-size: 24px;
    font-weight: bold;
    color: #515671;
    text-align: center;
}
.h_tlt1 span {
    display: block;
    font-size: 15px;
    font-weight: lighter;
    color: #515671;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.h_tlt1 em {
    display: block;
    width: 58px;
    height: 2px;
    background: #515671;
    margin: 0 auto;
}
.h_news .news_bd {
    padding-top: 40px;
    overflow: hidden;
}
.h_news .news_bd .news_tj {
    width: 48%;
    float: left;
}
.h_news .news_bd .news_tj .news_tj_img {
    display: block;
    width: 100%;
    height: 39rem;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
}
.h_news .news_bd .news_tj .news_tj_img img {
    width: 100%;
    vertical-align: middle;
    transition-duration: 3s;
    -ms-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -webkit-transition-duration: 3s;
}
.h_news .news_bd .news_tj .news_tj_img .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.h_news .news_bd .news_tj .news_tj_con {
    background: #ffffff;
    padding: 10px 20px 20px;
}
.h_news .news_bd .news_tj p {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #515671;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}
.h_news .news_bd .news_tj span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    background: #ffffff;
    height: 66px;
    overflow: hidden;
}
.h_news .news_bd .news_tj em {
    display: block;
    font-size: 14px;
    color: #c6c6c6;
    padding-top: 10px;
    background: #ffffff;
}
.h_news .news_bd ul {
    width: 50%;
    float: right;
}
.h_news .news_bd ul li {
    background: #ffffff;
    padding: 24px;
    margin-bottom: 20px;
    position: relative;
}
.h_news .news_bd ul li .news_time {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 90px;
    text-align: center;
    background: #cacaca;
    padding: 10px 0;
    overflow: hidden;
    border-radius: 4px 0 4px 0;
}
.h_news .news_bd ul li .news_time p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.h_news .news_bd ul li .news_time span {
    font-size: 14px;
    color: #fff;
}
.h_news .news_bd ul li .news_con {
    padding-left: 110px;
    overflow: hidden;
}
.h_news .news_bd ul li .news_con p {
    font-size: 15px;
    font-weight: bold;
    color: #515671;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.h_news .news_bd ul li:hover .news_con p {
    color: #16b4b9;
}
.h_news .news_bd ul li:hover .news_time{
    background: #16b4b9;
}
.h_news .news_bd ul li .news_con span{
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    padding-top: 5px;
    height: 45px;
    overflow: hidden;
}
@media (max-width: 767px){
    .h_news {
        padding: 20px 0;
    }
    .h_news .news_bd{
        padding-top: 20px;
    }
    .h_news .news_bd .news_tj{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .h_news .news_bd .news_tj .news_tj_img a{
        height: 140px;
    }
    .h_news .news_bd ul{
        width: 100%;
        float: none;
    }
    .h_news .news_bd ul li{
        padding: 15px;
        margin-bottom: 15px;
    }
    .h_news .news_bd ul li .news_time{
        left: 15px;
        top: 15px;
    }
    .h_news .news_bd .news_tj .news_tj_img{
     height: 30rem;   
}
}
/* 中间部分结束 */

/* 尾部开始 */
.link_box{
    background-color: #fff;
    color: #777;
    font-size: 13px;
    text-align: center;
    padding: 10px 0px;
}
.link_title{
    font-size: 13px;
    margin-right: -6px;
}
.link_box a{
    color: #777;
    border-right: 1px solid #777;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
}
.link_box a:last-child {
    border-right: 0px;
}
footer{
    text-align: center;
    background-color: #fff;
    padding: 0px 0px 20px 0px;
    font-size: 12px;
}
.copyright{
    line-height: 28px;
    color: #777;
}
.foot_style a{
    color: #777;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
}

/* pc端客服部分 */
.suspension{
    position: fixed;
    z-index: 10000;
    right: 0;
    bottom: 20%;
    width: 70px;
    height: 120px;
}
.suspension-box{
    position: relative;
    float: right;
}
.suspension .a{
    display: block;
    width: 55px;
    height: 55px;
    padding: 10px 0 5px;
    background-color: #1f71c2;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
}
.suspension .a .i{
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url(../images/side_icon.png);
}
.suspension .a-service .i{
    width: 25px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -10px -11px;
}
.suspension .a span{
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 12px;
    padding-top: 4px;
}
.suspension .a-top{
    background: #d2d3d6;
    display: block;
}
.suspension .a-top .i{
    background-position: -132px 0;
}
/* 移动端客服 */
.navbar{
    margin: 0px;
    border: none;
    /* box-shadow: 0px 3px 4px rgb(0 0 0 / 10%); */
}
.foot_nav{
    width: 25%;
    float: left;
    background-color: #fafafa;
    text-align: center;
    color: #898989;
    cursor: pointer;
}
#modaltrigger{
    padding: 10px 18px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
    width: 180px;
}
.foot_nav span{
    display: block;
    padding: 3px 0px 0px 0px;
}
.foot_nav a{
    color: #898989;
    display: block;
}

@media (max-width:768px) {
    .small-nav{
        margin-top: 0px;
        border-bottom: 1px solid #f3f3f3;
    }
    .footer_nav{
        background-color: #f5f5f5;
        border-top:2px solid #ddd;
    }
    .header{
        display: block;
    }
    footer{
        margin-bottom: 50px;
    }
}
/* 尾部结束 */


/* 移动宽带页面 */
.position {
    font-size: 12px;
    line-height: 32px;
    color: #999;
    border-bottom: 2px solid #eee;
}
.position a {
    color: #999999;
    padding: 0 10px;
    display: inline-block;
    color: #666;
}
.position a:hover{
    border-bottom: 2px solid #c2c2c2;
    text-decoration: none;
}
.go-mainbox .row{
    margin: 0;
}
.product-intro{
    margin-bottom: 70px;
    background: #f5f5f5;
    padding: 20px 15px 20px 0px;
}
.product-intro .item{
    padding-left: 0;
    padding-right: 0;
}

.listbox-all{
    float: left;
}
.listbox-con{
    background-color: #fff;
    position: relative;
    border: 1px solid #cfcfcf;
    margin-left: 15px;
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 10%) ;
    border-radius: 4px;
    padding: 0 6px 10px;
    float: left;
    margin-top: 30px;
    transition: all ease 1s;
    cursor: pointer;
}
.listbox-con img{
    width: 100%;
}
.price-btn{
    margin-top: 15px;
    height: 42px;
    position: relative;
}
.price-btn p{
    font-size: 16px;
    color: #666;
    position: absolute;
    top: -6px;
    text-align: center;
    width: 50%;
}

.price-btn p span {
    font-size: 32px;
}
.price-btn a {
    width: 48%;
    height: 36px;
    line-height: 36px;
    background-color: #ff6b3f;
    color: #fff;
    display: block;
    float: right;
    text-align: center;
    font-size: 16px;
}
.compare-tip {
    margin-top: 5px;
}
.compare-tip em {
    font-style: normal;
    padding-left: 5%;
    cursor: pointer;
    color: #489aff;
    font-size: 15px;
}
@media (max-width:768px) {
    .price-btn p{
        font-size: 14px;
    }
    .price-btn p span{
        font-size: 24px;
    }
    .compare-tip em{
        padding-left: 0;
    }
    .product-intro{
        padding-top: 0;
    }
}

/* 宽带新闻页面内容 */
.main_content{
    zoom: 1;
    border-top: 1px solid #e4e4e4;
    clear: both;
}
.side_nav h3{
    background: url(../images/sprite_hd.gif) no-repeat;
    height: 37px;
    text-indent: -9999em;
}
.side_nav ul{
    border: 1px solid #e2e2e2;
    border-bottom: none;
}
.side_nav li{
    padding-left: 28px;
    border-bottom: 1px solid #e2e2e2;
    padding-right: 15px;
}
.side_nav li a{
    display: block;
    height: 32px;
    line-height: 32px;
    color: #686868;
    background: url(../images/sprite_icon.gif) no-repeat 0 14px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.delivery_note h3{
    background-position: 0 -39px;
}
.delivery_service h3{
    background-position: 0px -114px;
    border-left: 1px solid #e4e4e4;
}
.online_pay h3{
    background-position: 0 -77px;
}.user_guide{
    margin-top: 15px;
}
.art-list li{
    display: block;
    border-bottom: 1px dashed #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
}
.art-list li img{
    padding: 1px;
    border: 1px solid #dedede;
    background: #fff;
    float: left;
    margin-right: 10px;
}
.art-list li h3{
    font-size: 16px;
    font-weight: bold;
    color: #0048a3;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    font-family: microsoft yahei;
}
.art-list li h3 a{
    color: #0048a3;
}
.art-list li p{
    color: #666;
    line-height: 25px;
    margin-top: 5px;
    max-height: 55px;
    overflow: hidden;
}
.list_pages{

    clear: both;
    margin: 20px auto 20px auto;
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    border-top: 2px solid #f4f5f6;
}
.list_pages a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 15px;
    margin-bottom: 5px;
    line-height: 24px;
    background: #fff;
    color: #999;
    border-radius: 2px;

}
.list_pages a:hover{
    background: #1f71c2;
    color: #fff;
}

.list_pages a.current {
    background: #1f71c2;
    color: #fff;
}


/* 提交页面部分 */
.m-contain{
    position: relative;
    height: 110px;
}
.order-state{
    line-height: 30px;
    margin-top: 30px;
}

.order-state-num {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 26px;
    background: #f2f2f2;
}
.order-state-line {
    display: inline-block;
    width: 110px;
    height: 4px;
    background: #f2f2f2;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 26px;
}
.order-state li{
    float: left;
    margin-right: 75px;
    text-align: center;
    color: #999;
}
.order-state li.active p{
    color: #ffac52;
}
.order-state li.cur p {
    color: #ff8400;
}
.order-state li.active .order-state-num, .order-state li.active .order-state-line {
    background: #ffac52;
    color: #fff;
}
.order-state li.cur .order-state-num, .order-state li.cur .order-state-line {
    background: #ff8400;
    color: #fff;
}


/* 填写表单部分 */
.go-mainBox{
    padding-top: 20px;
}
.main-module{
    margin-bottom: 30px;
}
.module-title{
    margin-bottom: 15px;
}
.module-title i{
    margin-right: 10px;
    color: #ff8400;
}
.content-area {
    padding: 35px;
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    background-color: #fafafa;
}
.Layerright{
    float: right;
    text-align: center;
    margin-bottom: 20px;
}
.Layerright img{
    max-width: 100%;
}
.fill-form li{
    margin-bottom: 10px;
    color: #4c4c4c;
}
.fill-form li span {
    margin-right: 10px;
    font-size: 14px;
    color: #999;
    text-align: right;
}
.installAddress li>span {
    width: 6.5em;
    display: inline-block;
}
.fillFormNew select {
    margin-right: 30px;
    background: #fff;
    font-size: 14px;
    width: 300px;
    height: 35px;
    border: 1px solid #ddd;
    padding: 5px 0;
    color: #333;
}
.fillFormNew li input {
    width: 300px;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
}
.fillFormNew li.check input{
    width: 175px;
}
.fillFormNew li.check button{
    height: 36px;
    width: 120px;
    background: #f59838;
    color: #fff;
}
.protocol.agree{
    padding: 0 10px 20px;
}
.protocol.agree .protocol-radio{
    position: absolute;
    left: 0px;
    width: 18px;
    height: 18px;
    background: #fff url(../images/agree.png) 0 0 no-repeat;
    border: 0;
    background-size: 100%;
}
.btnNewConfirm{
    display: inline-block;
    text-align: center;
    background: #ff8400;
    color: #fff;
    cursor: pointer;
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    float: left;
}
.mar-34 {
    margin-right: 34px;
}
.warm-tip{
    margin-top: 30px;
}
.warm-tip h2{
    color: #ff8400;
    font-size: 14px;
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
}
.tipsNew{
    padding: 20px;
    width: 100%;
    background: #faf4ed;
    line-height: 23px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #999;
    font-size: 12px;
    display: block;
}
.tipsNew p{
    margin: 0;
    font-size: 13px;
    color: #999;
}
.tipsNew p font{
    color: #ff6600;
}

@media (max-width:768px) {
    .fillFormNew li input{
        width: 100%;
    }
    .installAddress li>span{
        width: 100%;
        text-align: left;
    }
    .fillFormNew li.check input{
        width: calc(100% - 125px);
    }
    .fillFormNew select{
        width: 100%;
    }
    .btnNewConfirm{
        width: 100%;
    }
    .content-area{
        padding: 0;
    }
}

/* 新闻内容页面 */
.user_guide .hd{
    background: url(../images/sprite_hd_bg.gif) no-repeat 0 -147px;
    /*height: 30px;*/
    line-height: 35px;
    font-size: 14px;
    padding-left: 30px;
    font-weight: bold;
}
.user_guide .bd{
    border: 1px solid #e4e4e4;
    padding: 15px 25px 50px;
}
.user_guide .hp_qs{
    line-height: 24px;
}
.user_guide .hp_qs img{
    max-width: 100% !important;
    height: auto !important;
}
.user_guide .hp_qs table{
    max-width: 100%;
}
@media (max-width:767px){
    #double11 td{
        font-size: 14px !important;
    }
    #double11 .table_title th{
        font-size: 18px !important;
    }
    .user_guide .bd{
        padding-left: 10px;
        padding-right: 10px;
    }
    .user_guide .hd{
        padding-left: 20px;
    }
}

/* 宽带内容页面部分开始 */
.product-info{
    padding-top: 20px;
    margin-bottom: 70px !important;
}
/* 商品展示部分 */
.product-info .preview-wrap{
    float: left;
}
.product-info ul .m-img-list{
    position: relative;
    width: 360px;
    height: 360px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}
.preview-info ul.m-img-list>li{
    position: absolute;
    width: 100%;
    height: 100%;
    display: list-item;
}
.preview-info ul.m-img-list>li>img{
    width: 100%;
}
.L-listAlone_text{
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 14px;
}

.product-info .itemInfo-wrap{
    float: right;
}
.itemInfo-wrap .u-name{
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
}
.itemInfo-wrap .preview-wrap{
    padding: 18px;
    margin-bottom: 10px;
    background: #f1f1f1;
    color: #999;
}
.itemInfo-wrap .price-wrap>dl{
    overflow: hidden;
    line-height: 20px;
    padding: 5px 0;
}
.itemInfo-wrap .price-wrap>dl>dt{
    display: inline-block;
    float: left;
    width: 75px;
    color: #999;
    vertical-align: top;
}

.itemInfo-wrap .price-wrap{
    padding: 18px;
    margin-bottom: 10px;
    background: #f1f1f1;
    color: #999;
}.itemInfo-wrap .price-wrap>dl>dd{
    display: inline-block;
    float: left;
}
.itemInfo-wrap .price-wrap>dl>dd>span.price {
    display: inline-block;
    margin-top: -5px;
    font-size: 20px;
    color: #ff8400;
}
.itemInfo-wrap .price-wrap>dl>dd>span.price>em {
    font-size: 14px;
}
.itemInfo-wrap .price-wrap>dl>dd>a.notice{
    padding-left: 40px;
    color: #4c4c4c;
    text-decoration: underline;
    border: none;
    background: none;
    cursor: pointer;
}
.itemInfo-wrap .price-wrap>dl>dd>a.notice:hover{
    text-decoration: none;
}
.choose-box{
    padding-left: 18px;
    padding-top: 19px;
}
.m-choose-list>li {
    margin-bottom: 12px;
    color: #999;
}
.m-choose-list>li em.dt {
    width: 75px;
    display: inline-block;
    float: left;
}
.m-choose-list>li>span {
    display: inline-block;
    min-width: 34px;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    margin-right: 14px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #999;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}
.m-choose-list>li>span.cur {
    border-color: #ff8400;
    color: #ff8400;
}
.btn-area {
    padding-top: 30px;
}
#w{
    display: block;
    margin: 0 auto;
}
.u-btn{
    display: inline-block;
    text-align: center;
}
.btn-lg{
    height: 45px;
    line-height: 45px;
    font-size: 18px;
}
.btn-orange{
    background: #ff8400;
    color: #fff;
    cursor: pointer;
}
@media (max-width:768px) {
    .itemInfo-wrap .u-name{
        margin: 15px 0;
    }
    .choose-box{
        padding-top: 0;
    }
    .btn-area{
        padding-top: 0;
    }
    .product-info .preview-wrap{
        width: 70%;
        margin: 0 auto;
        float: none;
    }
}

/* 商品详情部分 */
.detail_info .tab-nav{
    height: 45px;
    line-height: 45px;
    background: #f2f2f2;
}
.detail_info .tab-nav a{
    display: inline-block;
    float: left;
    padding: 0 22px;
    margin-left: 1px;
    background: #e6e6e6;
    color: #999;
}
.detail_info .tab-nav a.cur{
    background: #ff8204;
    color: #fff;
}
.package-tit{
    font: bold 20px/normal "microsoft yahei";
    height: 40px;
    text-align: center;
    font-stretch: normal;
}
.package-tit span{
    width: 145px;
    height: 48px;
    color: rgb(206, 156, 34);
    line-height: 35px;
    display: inline-block;
}

.detail_info .tab-con .item{
    padding-top: 32px;
}
.detail_info img{
    width: 100%;
}
.detail_text{
    line-height: 1.5;
    font-size: 16px;
}
.detail_text img, .detail_text table{
    width: 100%;
    text-align: center;
}
/* 表单填写部分 */
.main_bor{
    border: 1px solid #efefef;
}
.main_bort form{
    font-size: 14px;
    line-height: 28px;
    color: #333;
}
.messdd{
    padding: 24px;
    overflow: hidden;
}
.messdd li{
    float: left;
    width: 100%;
    position: relative;
    padding: 0 0 0 115px;
    margin-top: 15px;
}
.messdd li:last-child{
    margin-top: 15px;
}
.messdd li label{
    max-width: 100%;
    margin-bottom: 5px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 42px;
    width: 110px;
    text-align: right;
}
.messdd li label i{
    color: #ff0000;
    margin-left: 2px;
}
.messdd li input[type='text'], .messdd li select{
    border: 1px solid #eee;
    width: 100%;
    height: 40px;
    float: left;
    padding: 0 10px;
}
.messdd li.check input{
    width: calc(100% - 120px);
}
.messdd li.check button{
    height: 40px;
    width: 120px;
    background: #f59838;
    color: #fff;
}
.messdd li input[type='submit'] {
    border: 0;
    width: 100px;
    height: 36px;
    padding: 0 10px;
    background: #DA2625;
    color: #fff;
    cursor: pointer;
    transition: all 0.7s;
}
.messdd li input[type='reset'] {
    border: 0;
    width: 100px;
    height: 36px;
    margin-left: 20px;
    background: #313131;
    color: #fff;
    cursor: pointer;
    transition: all 0.7s;
}
@media (max-width:768px) {
    .messdd li{
        padding: 0;
        margin: 0;
    }
    .messdd li label{
        width: 100%;
        text-align: left;
        position: relative;
    }
    .detail_text{
        font-size: 14px;
    }
}
/* 宽带内容页面结束 */