﻿ /* 背景 */
.navtwo_tit{
    color: #FFF;
font-family: Microsoft YaHei;
font-style: normal;
font-weight: 700;
line-height: normal;
padding-top: 88px;
margin-bottom: 20px;
}
.mbx{
    display: flex;
    align-items: center;
    padding-bottom: 89px;
}
.mbx span a{
    color: #FFF;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}
.mbx  img{
    margin: 0 10px;
}
.bj_mb{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
background: linear-gradient(99deg, #0D4DA1 8.41%, rgba(13, 77, 161, 0.00) 63.75%);
}
.navtwo_bj{
    position: relative;
    /* margin-top:100px ; */
}
.navtwo{
    padding-top: 100px;
}
.navtwo_bjbox{
    position: relative;
    z-index: 1;
}

/* 二級導航 */
.two_nav{
    background-color: #FFF;
    overflow-x: auto;
    border-bottom: 1px solid #eee;
}
.two_navever{
    padding: 23px 0;
    margin-right: 100px;
    color: #333;
font-family: Microsoft YaHei;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;


}
.two_nav a{
    flex-grow: 0;
    flex-shrink: 0;
}
.two_navever.active{
    color: #00A3FF;
}
.two_navall{
    display: flex;
    align-items: center;
  
}
.navtwo_bj.navtwo_bjyd{
    display: none;
}
@media (max-width:500px){
    .navtwo_bj.navtwo_bjyd{
        display: block;
    }
    .navtwo_tit{
        padding-top: 50px;
        margin-bottom: 8px;
    }
    .navtwo_bj{
        display: none;
    }
    .mbx img{
        margin: 0 5px;
    }
    .mbx {
        display: flex;
        align-items: center;
        padding-bottom: 50px;
    }
    .two_navever {
    padding: 23px 0;
    margin-right: 30px;
    font-size: 16px;
}
}
.two_nav::-webkit-scrollbar {
    display: none;
}