﻿/*pc ：header begin样式*/
.header-all {
    display: none;
}
.mobile-container{
    display: none;
}
/*pc ：header end样式*/
@media screen and (max-width:767px){ 
    .header-all{
        position:fixed;
        display: block;
        width: 100%;
        margin: 0 auto;
        top:0px;
        height: 90px;
        background-color: #ffffff;
        z-index: 999;
    }
    .header-fit {
        position: relative;
        width: calc(100% - 12px);
        padding: 10px 6px;
        height: 60px;
        border-bottom: 1px solid #eeeeee;
        margin: 0 auto;
        top: 30px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;    
    }
    .header-fit .header-m-logo{
        height: 40px;
        text-align: left;
    }
    .header-fit .header-m-logo img {
        height: 40px !important;
        width: auto !important;
    }
    .header-fit .header-menu{
        position:relative;
        width: 40%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    
    }
    .header-fit .right-online{
        display: flex;
        flex-direction: row;
        position: relative;
        color: #333333;
        font-weight: 600;
        font-size: 14px;
    }
    .header-fit .right-online img{
        height: 40px;
        width: auto;
        margin: 0 10px 0 0;
    }
    .header-fit .arrow img{
        height: 25px;
        width: 25px;
    }
    .mobile-container{
        position: relative;
        width: 100%;
        display: block;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .mobile-container .mobile-swiper{
        position: relative;
        width: 100%;
        background-image: url("/tempstyle/images/swiperbg.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;

    }
    .mobile-swiper .carousel-inner .item a img {
        margin: 15px 15px 0 15px;
        width: calc(100% - 30px);
        border-radius: 5px;
        height: 150px;
    }
    .mobile-title-blank-15{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 15px;
        background-color: #F2F2F2;
        width: 100%;
    }
    .mobile-title{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 30px;
        margin: 15px 0 5px 0;
        width: 100%;
    }
    .mobile-title img{
        width: 12px !important;
        height: 12px !important;
        margin:0 14px !important
    }
    .mobile-title span{
        font-size: 18px;
        font-weight: 700;
    }
    .mobile-guide{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin: 0px 15px 15px 15px;
        width: calc(100% - 30px);
    }
    
    .mobile-guide .line-row{
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        width: calc(100% - 0px);
    }
    .mobile-guide .line-column{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        width: calc(60% - 5px);
        margin: 0px 0px 0 5px;
    }
    .mobile-guide .line-row .guide-img-1{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        width: calc(50% - 5px);
        margin: 10px 0px 0 0;
    }
    .mobile-guide .line-row .guide-img-1.img-1{
        background-image: url("/tempstyle/images/banner/guide-bg-01.png");
        background-repeat: no-repeat;
        border-radius: 8px;
        height: 110px;
        background-size: 100% 100%;
    }
    .mobile-guide .line-row .guide-img-1.img-2{
        background-image: url("/tempstyle/images/banner/guide-bg-02.png");
        background-repeat: no-repeat;
        border-radius: 8px;
        height: 110px;
        background-size: 100% 100%;
    }
    .mobile-guide .line-row .guide-img-1 a {
        width: calc(100% - 5px);
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }
    .mobile-guide .line-row .guide-img-1 a .tit-box{        
        width: calc(100% - 58px);
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding: 20px 0 0 10px;
    }
    .mobile-guide .line-row .guide-img-1 a .tit-box .tit-t{
        width: calc(100% - 0px);
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 10px;
    }
    .mobile-guide .line-row .guide-img-1 a .tit-t.c-red{
        color: #e12e2e !important;
    }
    .mobile-guide .line-row .guide-img-1 a .tit-t.c-blue{
        color: #005cc4;
    }
    .mobile-guide .line-row .guide-img-1 a .tit-box .more-btn{
        padding: 5px 15px;
        font-size: 12px;
        color: #333333;
        line-height: 15px;
        background-color: #ffffff;
        border-radius: 30px;
    }
    .mobile-guide .guide-img-1 img{
        width:50px;
        height: 50px;
        margin-top: 25px;
    }
    .mobile-guide .line-row .guide-img-2{
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        text-align: center;
        width: calc(40% - 5px);
        margin: 10px 0px 0 0;
    }
    
    .mobile-guide .line-row .guide-img-2 a{        
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .mobile-guide .line-row .guide-img-2 a .tit-box{        
        width: calc(100% - 0px);
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding: 10px 10px 0 10px;
    }
    .mobile-guide .line-row .guide-img-2 a .tit-box .tit-t{
        width: calc(100% - 0px);
        font-size: 18px;
        font-weight: normal;
        padding-bottom: 5px;
    }
    .mobile-guide .line-row .guide-img-2 a .tit-t.c-blue{
        color: #5989f9;
    }
    .mobile-guide .line-row .guide-img-2 a .tit-box .tit-s{        
        width: calc(100% - 0px);
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        color: #666666;
        line-height: 24px;
    }
    .mobile-guide .guide-img-2 a .tit-s img{
        width:12px;
        height: 12px;
        margin-right: 5px;
    }
    .mobile-guide .line-row .guide-img-2 a .tit-box .tit-s span{        
        font-size: 10px;
    }
    .mobile-guide .line-row .guide-img-2.img-3{
        background-image: url("/tempstyle/images/banner/guide-bg-03.png");
        background-repeat: no-repeat;
        border-radius: 8px;
        height: 200px;
        background-size: 100% 100%;
    }
    .mobile-guide .line-column .guide-img-3{
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left;
        width: calc(100% - 0px);
        margin: 10px 0px 0 0;
    }
    .mobile-guide .line-column .guide-img-3.img-4{
        background-image: url("/tempstyle/images/banner/guide-bg-04.png");
        background-repeat: no-repeat;
        border-radius: 8px;
        height: 95px;
        background-size: 100% 100%;
    }
    .mobile-guide .line-column .guide-img-3.img-5{
        background-image: url("/tempstyle/images/banner/guide-bg-05.png");
        background-repeat: no-repeat;
        border-radius: 8px;
        height: 95px;
        background-size: 100% 100%;
    }
    .mobile-guide .line-column .guide-img-3 a{        
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .mobile-guide .line-column .guide-img-3 a .tit-box{        
        width: calc(100% - 0px);
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding: 10px 10px 0 10px;
    }
    .mobile-guide .line-column .guide-img-3 a .tit-box .tit-t{
        width: calc(100% - 0px);
        font-size: 18px;
        font-weight: normal;
        padding-bottom: 5px;
    }
    .mobile-guide .line-column .guide-img-3 a .tit-t.c-yellow{
        color: #fba754;
    }
    .mobile-guide .line-column .guide-img-3 a .tit-t.c-red{
        color: #f9605f;
    }
    .mobile-guide .line-column .guide-img-3 a .tit-box .tit-s{        
        width: calc(100% - 0px);
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        color: #666666;
        line-height: 20px;
    }
    .mobile-guide .guide-img-3 a .tit-s img{
        width:12px;
        height: 12px;
        margin-right: 5px;
    }
    .mobile-guide .line-row .guide-img-3 a .tit-box .tit-s span{        
        font-size: 10px;
    }
    .mobile-swiper-box{
        position: relative;
        width: calc(100% - 30px);
        margin: 0 15px;
        overflow: hidden;
        padding: 10px 0 20px 0;
    }
    .deviceMobileSwiper .swiper-slide{
        
        background-color: #fff;
        margin: 0 15px 20px 0;
        width: 300px !important;
        position: relative;
        border-radius: 8px;
        border: 1px solid #eeeeee;
        -webkit-box-shadow: 0 8px 24px rgba(176,183,195,.22);
        box-shadow: 0 8px 24px rgba(176,183,195,.22);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .deviceMobileSwiper .swiper-slide img{
        display: block;
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    
    .deviceMobileSwiper .swiper-slide .tit{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 14px;
        height: 50px;
        padding: 5px 5px;
        width: calc(100% - 10px);
    }
    .deviceMobileSwiper .swiper-slide .tit img{
        width: 12px !important;
        height: 12px !important;
        margin:0 14px !important
    }
    .deviceMobileSwiper .swiper-slide .tit span{
        font-size: 14px;
        max-width: calc(100% - 40px);
        overflow: hidden;  
        white-space: nowrap;  
        text-overflow: ellipsis;
    }
    
    .newsMobileSwiper .swiper-slide{
        
        background-color: #fff;
        margin: 0 15px 20px 0;
        width: 300px !important;
        position: relative;
        border-radius: 8px;
        border: 1px solid #eeeeee;
        -webkit-box-shadow: 0 8px 24px rgba(176,183,195,.22);
        box-shadow: 0 8px 24px rgba(176,183,195,.22);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .newsMobileSwiper  .swiper-slide img {
        display: block;
        width: auto;
        height: 240px;
        object-fit: cover;
    }
    .newsMobileSwiper  .swiper-slide .tit-box{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        width: calc(100% - 20px);
        font-size: 18px;
        margin: 15px 10px;
    }
    .newsMobileSwiper  .swiper-slide .tit-box .b-tit{
        width: 100%;
        font-size: 14px;
        color: #333333;
        overflow: hidden;  
        white-space: nowrap;  
        text-overflow: ellipsis;  
    }
    .newsMobileSwiper  .swiper-slide .tit-box .s-tit{
        width: 100%;
        font-size: 12px;
        color: #999;
        overflow: hidden;  
        line-clamp: 2;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 18px;
        height: 36px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        
    }
    .newsMobileSwiper  .swiper-slide .tit-box .m-tit{
        font-size: 14px;
        color: #999;
        width: 100%;
        margin: 5px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .newsMobileSwiper  .swiper-slide .tit-box .m-tit img{
        width: 12px !important;
        height: 12px !important;
        margin-right: 10px !important
    }
    .newsMobileSwiper  .swiper-slide .tit-box .m-tit .visit{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-right: 20px;
        font-size: 12px;
        color: #999;
        padding: 0 15px;
        height: 30px;
        background-color: #f6f6f6;
        border-radius: 30px;
    }
    .newsMobileSwiper  .swiper-slide .tit-box .m-tit .time{
        text-align: right;
        font-size: 14px;
        color: #999;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -5px !important;
    }
    .swiper-pagination-bullet-active {
        background: #e12e2e !important;
    }
}
.progress-box{
    width: 100%;
    height: 100%;
    transition: 0.4s;
    position: relative;
    top: 0;
    left: 0;
    height: 4px;
    background:#eeeeee;
    z-index:4002;
}
.speed {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    height: 4px;
    background-size: 40px 40px;
    width: 0%;
    transition: 0.6s;
    background-color:#ee393a;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

/*phone-nav begin样式*/
.bottom-nav {
    display: block;
    position:relative;
    bottom: 0px;
    width: 100%;
    background-color: #ffffff;
    border-top:1px solid #f2f2f2;
}
.phone-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    bottom: 0px;
    width: 100%;
    background-color: #ffffff;
    border-top:1px solid #f2f2f2;
}
.phone-nav .nav-list{
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    align-items: center;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 0px;
    width: calc(100% - 30px);
}
.phone-nav  .nav-list li{
    padding: 0 0px;
    color: #ffffff;
    line-height: 60px;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.phone-nav  .nav-list li:nth-child(1){
    color: #ee393a;
}
.phone-nav  .nav-list li svg{
    width: 16px;
    height: 16px;
    margin-right:5px
}
.phone-nav  .nav-list li span{
    margin: 0 8px 0 5px;
}
.footerbg{
    background-color: #333333;
    padding-bottom: 0;
}
.footerbg .footers{
    max-width: 750px;
    margin: 0 auto;
    padding: 15px 0px;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
}
.footerbg .footers svg{
    width: 143px;
    height: 40px;
}
.footerbg .footers .text{
    color: #F2F2F2;
    font-size: 10px;
    display: inline-block;
}
/*：phone-nav end样式*/

.blank-70{
    position: relative;
    padding:10px 20px;
    height: 70px;
    background-color: #ffffff;
}
.fitfoot{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0px;
    margin: 0 auto;
    padding:10px 10px;
    height: 70px;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px -6px rgba(24, 39, 75, 0.26),0px 14px 40px -4px rgba(24, 39, 75, 0.22);
}
.fitfoot .item-column {
    width: 18%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.fitfoot .item-column a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.fitfoot .item-column-mid{
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.fitfoot .item-column-mid  a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.fitfoot .item-column-mid .mid-service{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:absolute;
    top:-25px;
    background-color: #ffffff;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    
}
.fitfoot .item-column-mid .mid-bg{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:relative;
    top:-3px;
    background-color: #ee393a;
    border-radius: 55px;
    width: 50px;
    height: 50px;
    
}
.fitfoot .item-column-mid  span{
    position:relative;
    top:10px;
    font-size: 12px;
    line-height: 24px;
    color: #B4B4B4;
    font-weight: normal;
}
.fitfoot .item-column-mid.active span{
    color: #333333;
    font-weight: normal;
}
.fitfoot .item-column-mid img{
    width: 20px;
    height: 20px;
}
.fitfoot .item-column img{
    width: 20px;
    height: 20px;
}
.fitfoot .item-column span{
    font-size: 12px;
    line-height: 24px;
    color: #B4B4B4;
    font-weight: normal;
}
.fitfoot .item-column.active span{
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    font-weight: normal;
}