@font-face {
    font-family: 'harmonyos sans sc bold';
    src:  url('../font/HarmonyOS_Sans_SC_Bold/HarmonyOS_Sans_SC_Bold.ttf');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'harmonyos sans sc regu';
    src:  url('../font/HarmonyOS_Sans_SC_Regular/HarmonyOS_Sans_SC_Regular.ttf');
    font-weight: normal;
    font-style: normal;
  }
.nav_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 1.2rem;
    z-index: 99;
    background: #fff !important;
}

.nav .menu .menuLi a {
    color: #000 !important;
}

.nav_box .nav {
    padding: 0.32rem 0rem;
    width: 16rem;
    margin: 0 auto;
    height: 1.2rem;
}

.nav_box .comp_logo {
    height: 0.56rem;
    overflow: hidden;
    float: left;
    margin-right: 2.42rem;
}

.nav_box .comp_logo img {
    width: 0.47rem;
    height: 100%;
    margin-right: 0.2rem;
    float: left;
}

.nav_box .comp_logo .line {
    width: 0.01rem;
    height: 0.3rem;
    background: #E0E0E0;
    float: left;
    margin: 0.13rem 0;
    margin-right: 0.2rem;
}

.nav_box .comp_logo .huayaxin {
    height: 0.4rem;
    margin: 0.08rem 0;
    float: left;
}

.nav_box .comp_logo .huayaxin .hyx_name {
    font-size: 0.18rem;
    text-align: center;
    color: #1D208A;
    font-family: 'harmonyos sans sc bold';
    font-weight: 700;
    line-height: 0.24rem;

}

.nav_box .comp_logo .huayaxin .hyx_en {
    font-size: 0.14rem;
    text-align: center;
    color: #999999;
    text-transform: uppercase;
    line-height: 0.24rem;
     font-family: 'harmonyos sans sc regu';
    font-weight: 400;
}

.nav .menu {
    float: left;
    margin: 0.095rem 0;
}

.nav .menu .menuLi {
    margin-right: 0.29rem;
    padding: .08rem .13rem;
    text-align: center;
    border-bottom-color: #ffffff;
    border-bottom-style: none;
    border-radius: .04rem;
    float: left;
    cursor: pointer;
    position: relative;
}

.nav .menu .menuLi:hover {
    background-color: #1D208A;
}

.nav .menu .menuLi:hover .maskNav {
    display: block;
}

.nav .menu .menuLi:hover .navTitle a {
    color: #ffffff !important;
}

.nav .navTitle {
    position: relative;
    z-index: 99;
}

.nav .menu .menuLi .navTitle a {
    color: #fff;
    font-size: 0.16rem;
}

.nav .active {
    background-color: #1D208A;
}

.nav .active .navTitle a {
    background-color: #1D208A;
    color: #ffffff !important;
}

.nav .menu .menuLi .maskNav {
    position: absolute;
    padding-top: 0.78rem;
    top: 0rem;
    left: -24%;
    display: none;
}

.nav .menu .menuLi .maskNav .maskLi {
    margin-left: 0rem;
    padding-left: 0rem;
    width: 1.6rem;
    height: .45rem;
    color: #333333;
    text-align: center;
    line-height: .45rem;
    font-size: 0.16rem;
    background-color: #f9f9f9;
}

.nav .menu .menuLi .maskNav .maskLi a {
    color: #333333;
    text-align: center;
    font-size: 0.16rem;
}

.nav .menu .menuLi .maskNav .maskLi:hover a {
    color: #ffffff !important;
}

.nav .menu .menuLi .maskNav .maskLi:hover {
    background-color: #1D208A;
}

.nav_box .search_box {
    height: 0.58rem;
    float: right;
    overflow: hidden;
    position: relative;
    margin: 0;
    font-size: 0;
}

.nav_box .search_box input {
    outline: none;
    border: none;
    background: #F5F5F5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.12rem;
    color: #BBBCBE;
    padding-left: 0.21rem;
    width: 62%;
}

.nav_box .search_box img {
    margin-right: 0.11rem;
    font-size: 0;
    display: inline-block;
    width: 0.34rem;
    height: 0.35rem;
}

.nav_box .search_box .left_line {
    position: absolute;
    left: 0;
    z-index: 99;
}

.nav_box .search_box .line1 {
    width: 0.03rem;
    height: 0.28rem;
    background: #F58100;
}

.nav_box .search_box .line2 {
    width: 0.03rem;
    height: 0.08rem;
    background: #009B4A;
}

.search_box .fwrx {
    margin-left: 0.11rem;
    display: inline-block;
}

.search_box .fwrx .rx {
    font-size: 0.14rem;
    color: #000000;
}

.search_box .fwrx .hot {
    font-size: 0.18rem;
    display: block;
    font-weight: 800;
    color: #C2C2C2;
    text-transform: uppercase;
}

.search_box .phone {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.11rem;
}

.search_box .phone .phone1,
.search_box .phone .phone2 {
    font-size: 0.22rem;
    font-weight: bold;
    color: #004DA5;
    line-height: 0.3rem;
}

.search_box .rxline {
    width: 0.01rem;
    height: 0.3rem;
    background: #E2E2E2;
    margin: 0 0.12rem;
    display: inline-block;
    font-size: 03;
    font-size: 0;
}