.pt80 {
   padding-top: 80px;
}
.pb80{
    padding-bottom: 80px;
}
.pb90{
    padding-bottom: 90px;
}
.pb30{
    padding-bottom: 30px;
}
.pb40{
    padding-bottom: 40px;
}
.pt45{
    padding-top: 45px;
}
.mt40{
    margin-top: 40px;
}
.mt30{
    margin-top: 30px;
}
.mt55{
    margin-top: 55px;
}
.ptb50{
    padding: 50px 0;;
}
.block{
    display: block !important;
}
.none{
    display: none;
}

.scroll_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #50C4D6;
    position: fixed;
    right: 1%;
    bottom: 15%;
    border-radius: 3px;
    z-index: 99;
    transform: translateX(110%);
    transition: all .4s;
    opacity: 0;
}
.scroll_top.show {
    transform: translateX(0);
    opacity: 1;
}
.bread {
    background: #FFFFFF;
}
.bread::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}
.bread .maxwidth {
    height: 76px;
}
.bread .maxwidth .item-r{
    height: 100%;
}
.bread .item-r .item {
    position: relative;
    margin-right: 55px;
    display: flex;
    align-items: center;
    height: 100%;
    color: #333;
}
.bread .item-r .item:last-child{
    margin-right: 0;
}
.bread .item-r .item::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #50C4D6;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: all .4s;
}
.bread .item-r .item.active {
    color: #6CBCCE;
}
.bread .item-r .item.active::after{
    transform: scale(1);
}
.bread .bread_box {
    height: 100%;
    color: #333;
    margin-left: auto;
}
.bread .bread_box::before{
    content: "";
    display: block;
    width: 16px;
    height: 18px;
    background: url(../img/bread_box.png) no-repeat center/cover;
    margin-right: 8px;
}
.bread_box .item::after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url(../img/bread_next.png) no-repeat center/cover;
    margin: 0 12px;
    box-sizing: border-box;
}
.bread_box .item:last-child:after {
    display: none;
}
.bread_box .item a {
    color: #333;
}
.bread_box .item:last-child a {
    color: #50C4D6 ;
}

/* 页面标题开始 */
.page_line {
    width: 46px;
    height: 5px;
    background: #6CBCCE;
}

.consultation_pg .maxwidth{
    background: url(../img/consultation_bg.jpg) no-repeat center / cover;
    height: 320px;
    border-radius: 20px;
    padding: 30px 4.5%;
    box-sizing: border-box;
}
.consultation_pg .maxwidth .m{
    width: 51%;
}
.consultation_pg .maxwidth .r{
    max-width: 120px;
}
.consultation_pg .tit {
    margin-top: 40px;
}
.consultation_btn {
    width: 205px;
    height: 54px;
    border-radius: 38px;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.consultation_btn::after{
    content: "";
    display: block;
    width: 22px;
    height: 12px;
    background: url(../img/consultation_btn_next.png) no-repeat center/cover;
    margin-left: 20px;
    transition: all .4s;
}
.consultation_btn::before{
    content: "";
    display: block;
    width: 105%;
    height: 105%;
    background: #50C4D6;
    transition: all .4s;
    position: absolute;
    left: -1%;
    top: -1%;
    z-index: -1;
    transform: scale(0);
}
.consultation_pg_tk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .68);
    z-index: 999;
    display: none;
}
.consultation_pg_tk.active {
    display: block;
}
.consultation_pg_tk .box {
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 56px 5%;
    box-sizing: border-box;
    max-width: 852px;
    width: 92%;
    border-radius: 20px;
}
.consultation_pg_tk .close_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    position: absolute;
    right: 35px;
    top: 35px;
}
.consultation_pg_tk .close_btn img {
    transition: all .4s;
}
.consultation_pg_tk .close_btn img:hover{
    transform: rotate(360deg);
}
.consultation_pg_tk .item{
    width: 48%;
    margin-right: 4%;
}
.consultation_pg_tk .item:nth-child(2n){
    margin-right: 0;
}
.consultation_pg_tk .item:nth-last-child(2){
    width: 100%;
    margin-right: 0;
}
.consultation_pg_tk span{
    width: 100%;
    display: block;
    margin-bottom: 6px;
    margin-top: 20px;
}
.consultation_pg_tk .item .link{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #EEEEEE;
}
.consultation_pg_tk .item textarea{
    height: 198px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    width: 100%;
    padding: 18px 20px;
    box-sizing: border-box;
}

.consultation_pg_tk .sub_btn{
    margin: 40px auto 0;
    width: 142px;
    height: 50px;
    background: #50C4D6;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.consultation_pg_tk input:focus,.consultation_pg_tk textarea:focus {
    outline: none;
}

.time_items {
    height: 175px;
    border-radius: 12px;
}
.time_items .time_item{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.time_items .time_item::after{
    content: "";
    display: block;
    width: 4px;
    height: 41px;
    background: #50C4D6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.time_items .time_item:last-child::after{
    display: none;
}
.time_num {
    display: flex;
    align-items: baseline;
    line-height: 1;
    margin-bottom: 8px;
    color: #50C4D6;
    font-size: 16px;
    font-weight: 600;
}
.time_num .num {
    font-size: 62px;
    font-family: Arial;
    color: #50C4D6;
    font-weight: 600;
}
@media only screen and (min-width: 960px) {
    .consultation_btn:hover{
        color: #fff;
    }
    .consultation_btn:hover::before{
        transform: scale(1);
    }
}

.time_day {
    color: #B9BDC0;
    font-weight: bold;
    font-family: "阿里妈妈数黑体";
    transition: all .4s;
}
.time_year {
    color: #B9BDC0;
    margin-top: 6px;
}
.watch_detil {
    transition: all .4s;
    height: 40px;
    max-width: 110px;
    box-sizing: border-box;
}
.watch_detil::after{
    content: "";
    display: block;
    width: 16px;
    height: 11px;
    background: url(../img/watch_detil_next.png) no-repeat center/cover;
    margin-left: 10px;
}
.news_top .swiper-slide {
    border-radius: 20px;
    background: #E7E9EE;
    overflow: hidden;
}
.news_top .img {
    width: 52%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_top .img img{
    max-height: 100%;
}
.news_top .texts {
    padding: 25px 7% 25px 5.6%;
    box-sizing: border-box;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.news_top .texts .texts_text{
    width: 100%;
}
.news_top .texts .tit{
    margin-top: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_top .texts .con{
    margin: 15px 0 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    overflow:hidden;
    -webkit-box-orient: vertical;
}
.news_top .swiper-button-next:after, .news_top .swiper-button-prev:after {
    font-size: 28px;
    font-weight: 600;
    color: #6CBCCE;
}
.news_top .swiper-pagination {
    width: 100%;
    text-align: right;
    position: initial;
    margin-top: 35px;
}
.news_top .swiper-pagination-bullet {
    background: #BDBDBD;
    border-radius: 50%;
    opacity: 1;
    margin: 0 5px;
    width: 10px;
    height: 10px;
}
.news_top .swiper-pagination-bullet-active {
    background: #6CBCCE;
}


/* 暂无信息 */
.bg {
    overflow: hidden;
    position: relative;
}
.bg_adviceimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #cccccc;
    font-weight: 600;
}
.nodata-layer{
    width: 100%;
    flex-direction: column;
    background: #FFFFFF;
    /* padding: 50px 0; */
    box-sizing: border-box;
    position: relative;
}
.nodata-layer p{
    font-size: 16px;
    color: #999;
}



@media only screen and (min-width: 960px) {
    .watch_detil:hover{
        padding: 0 10px;
        color: #fff ;
        background: #50C4D6;
    }
    .watch_detil:hover::after{
        background: url(../img/watch_detil_next_hover.png) no-repeat center/cover;
    }
}

@media only screen and (max-width: 1280px) {
    .pt80 {
        padding-top: 70px;
    }
    .pb80{
        padding-bottom: 70px;
    }
    .pb90{
        padding-bottom: 80px;
    }
    .mt55 {
        margin-top: 50px;
    }
    .consultation_pg .maxwidth .m {
        width: 42%;
    }
    .time_num .num{
        font-size: 52px;
    }
}
@media only screen and (max-width: 1200px) {
    .pt80 {
        padding-top: 60px;
    }
    .pb80{
        padding-bottom: 60px;
    }
    .pb90{
        padding-bottom: 70px;
    }
    .mt55 {
        margin-top: 45px;
    }
    .mt30 {
        margin-top: 20px;
    }
    .time_num .num {
        font-size: 48px;
    }
   
}
@media only screen and (max-width: 1043px) {
    .consultation_pg .maxwidth{
        height: 285px;
    }
    .mt40 {
        margin-top: 35px;
    }
    .pt45 {
        padding-top: 40px;
    }
    .time_num .num {
        font-size: 44px;
    }
    .time_items {
        height: 160px;
    }
}
@media only screen and (max-width: 960px) {
    .consultation_pg .maxwidth {
        height: 265px;
    }
    .mt40 {
        margin-top: 30px;
    }
    .pt45 {
        padding-top: 35px;
    }
    .time_num .num {
        font-size: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .time_num .num {
        font-size: 30px;
    }
    .pt80 {
        padding-top: 30px;
    }
    .pb80{
        padding-bottom: 35px;
    }
    .pb90{
        padding-bottom: 40px;
    }
    .mt55 {
        margin-top: 25px;
    }
    .mt40 {
        margin-top: 20px;
    }
    .pt45 {
        padding-top: 20px;
    }
    .bread{
        display: none;
    }
    .news_top .img{
        width: 100%;
    }
    .news_top .texts{
        padding: 25px 15px;
        width: 100%;
    }
    .news_top .texts .con{
        margin: 10px 0;
    }
    .news_top .swiper-slide{
        border-radius: 10px;
        flex-direction: column-reverse;
    }
    .news_top .swiper-pagination{
        margin-top: 0;
    }
    .news_top .texts_time{
        display: none;
    }
    .news_top .texts .tit{
        margin-top: 0;
    }
    .news_top .swiper-button-next, .news_top .swiper-button-prev{
        display: none;
    }

    .consultation_pg .maxwidth {
        height: auto;
    }
    .consultation_pg .maxwidth .m {
        width: 100%;
        margin-top: 20px;
    }
    .consultation_pg .maxwidth .r{
        display: none;
    }
    .consultation_pg .tit {
        margin-top: 5px;
    }
    .consultation_btn{
        width: 144px;
        height: 42px;
        margin: 20px auto 0;
    }
    .consultation_btn::after{
        width: 17px;
        height: 8px;
        margin-left: 10px;
    }
    .nodata-layer{
        padding: 30px 0 0;
    }
    .time_items .time_item{
        width: 50%;
        margin: 10px 0;
    }
    .time_items {
        height: auto;
        padding: 20px 0;
    }
    .time_items .time_item::after{
        width: 3px;
        height: 30px;
    }
    .time_items .time_item:nth-child(2n)::after{
        display: none;
    }
    .consultation_pg_tk .box{
        padding: 30px 15px;
    }
    .consultation_pg_tk .close_btn{
        right: 20px;
        top: 20px;
        width: 16px;
    }
    .consultation_pg_tk span{
        margin-top: 10px;
    }
    .consultation_pg_tk .item textarea {
        height: 128px;
    }
    .consultation_pg_tk .sub_btn {
        margin: 20px auto 0;
        width: 120px;
        height: 42px;
        font-size: 14px;
    }
}