 .header_index,header_nav,header_nav .main{
width: 100%;
}
.logo{
    height: 45px;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #56abee;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .logo a{
     display: flex;
     align-items: center;
     height: 100%;
 }
 .logo a img{
     max-height: 90%;
 }
.meun{
    font-size: 30px !important;
    color: white;
}


 .nav_com {
     width: 100%;
     white-space: nowrap;
     overflow-x:scroll;
     overflow-y:hidden;
     display: flex;
     flex-wrap: nowrap;
     border-bottom: 1px solid #e3e3e3;
     background: white;
     margin-top: 45px;

 }
 .nav_com .nav_rwap {
     display: inline-block;
 }
 .nav_com .nav_rwap li{
     display: inline-block;
     padding: 8px 10px;
     font-size: 16px;
     color: #333;
 }

 .nav_com::-webkit-scrollbar {
     height: 0;
 }



.fl,.fr {
    float: unset;
}

.ban_r,.lm {
    display: none;
}

.header_rwap {
    background: #11c0ba;
}

/*banner*/
.banner {
    width: 94%;
    height: 190px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin: 0 3%;
    margin-top: 20px;
}

.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background-size: 10px 20px;
    background-color: #fff;
    transition: 0.3s ease;
}

.swiper-button-prev {
    left: -30px;
}

.swiper-button-next {
    right: -30px;
}

.banner:hover .swiper-button-prev {
    left: 10px;
    transition: 0.3s ease;
}

.banner:hover .swiper-button-next {
    right: 10px;
    transition: 0.3s ease;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 60px;
    right: 0;
    left: auto;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.4;
    transition: 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 0.8;
    width: 16px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.banner p {
    height: 36px;
    line-height: 36px;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 15px;
}

.banner img {
    width: 100%;
    height: 190px;
}

/*banner导航*/
.con_ban_l .nav_rwap {
    margin-top: 20px ;
    height: 158px;
    overflow: hidden;
    margin-bottom: 20px;
}

.con_ban_l .nav_rwap li {
    width: 25%;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    float: left;
}

.con_ban_l .nav_rwap li a:before {
    content: "";
    display: block;
    background: #08a5d8;
    border-radius: 14px;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    left: 50%;
    margin-left: -18px;
}

.con_ban_l .nav_rwap li a {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    text-align: center;
    position: relative;
    padding-top: 46px;
    height: 18px;
    overflow: hidden;
    color: #666;
}

.con_ban_l .nav_rwap li:nth-child(1) a:before {
    background: url(../images/nav1.svg) no-repeat;
    background-size: 100%;
}

.con_ban_l .nav_rwap li:nth-child(2) a:before {
    background: url(../images/nav2.svg) no-repeat;
    background-size: 100%;
}

.con_ban_l .nav_rwap li:nth-child(3) a:before {
    background: url(../images/nav3.svg) no-repeat;
    background-size: 100%;
}

.con_ban_l .nav_rwap li:nth-child(4) a:before {
    background: url(../images/nav4.svg) no-repeat;
    background-size: 100%;
}

.con_ban_l .nav_rwap li:nth-child(5) a:before {
    background: url(../images/nav5.svg) no-repeat;
    background-size: 100%;
}

.con_ban_l .nav_rwap li:nth-child(6) a:before {
    background: url(../images/nav6.svg) no-repeat;
    background-size: 100%;
}

.con_ban_l .nav_rwap li:nth-child(7) a:before {
    background: url(../images/nav7.svg) no-repeat;
    background-size: 100%;
}

.con_ban_l .nav_rwap li:nth-child(8) a:before {
    background: url(../images/nav8.svg) no-repeat;
    background-size: 100%;
}

.con_ban_l .nav_rwap li:last-child {
    display: none;
}

/* 最新文章 */
.ban_l .head_h {
    line-height: 50px;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    text-indent: 10px;
    background: #f3f6f6 url(../images/head_h.png) no-repeat 20px;
}

.ban_l .head_h em {
    float: left;
    font-size: 24px;
    color: #11c0ba;
}

.ban_l .head_h h3 {
    font-size: 17px;
}

.ban_new li {
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.ban_new li a span {
    float: left;
    display: block;
    background: #f3f6f6;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    color: #999;
    width: 60px;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 11px;
    font-size: 13px;
}

.ban_new li a p {
    padding-left: 78px;
}

.ban_new .lb_2 {
    line-height: 50px;
    font-size: 17px;
}

/* 热门推荐 */
.ban_mes {
    padding: 0 3%;
}

.ban_mes .head_h {
    line-height: 50px;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    text-indent: 10px;
    background: #f3f6f6 url(../images/head_h.png) no-repeat 20px;
}

.ban_mes .head_h em {
    float: left;
    font-size: 24px;
    color: #ff8e14;
}

.ban_mes .head_h h3 {
    font-size: 17px;
}

.ban_mes_t {
    height: 90px;
    margin-top: 10px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

.ban_mes_t .photo img {
    width: 130px;
    height: 80px;
}

.ban_mes_t .photo {
    position: absolute;
    right: 0;
    overflow: hidden;
    border-radius: 10px;
}

.ban_m_b {
    padding-right: 150px;
}

.ban_m_b p {
    height: 48px;
    line-height: 24px;
}

.ban_m_b time {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}

.ban_mes_b li span {
    display: none;
}

.ban_mes_b li {
    border-bottom: 1px solid #f1f1f1;
}

.ban_mes_b .lb_2 {
    line-height: 50px;
    height: 50px;
    margin-bottom: 0;
    font-size: 17px;
}
