span,
a {
    -family: Alibaba PuHuiTi, sans-serif;
    /* 字体名称，可以自定义 */
    src: url("/css/ttf/AlibabaPuHuiTi-2-85-Bold.ttf") format("truetype");
    /* 字体文件路径和格式 */
}

#navigationBar {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 99999;
    display: none;
}

#header_page {
    width: 100%;
    display: flex;
    height: 62px;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    position: relative;
}

#header_page .logo {
    display: flex;
    flex-direction: row;
    text-decoration: none;
}

#header_page .logo img {
    /* width: 37px;
    height: 37px; */
    width: 152px;
    height: 62px;
}
#header_page .logo .logo-text {
    margin-left: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
    font-weight: bold;
    color: #313540;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 3px;
}
#header_page .logo .logo-text p {
    font-size: 20px;
}
#header_page .logo .logo-text p:last-child {
    width: 88px;
    transform: scale(0.5);
    transform: translateX(-20px) scale(.5);
}
#header_page .menuList {
    display: flex;
    flex-direction: row;
    height: 62px;
    line-height: 62px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 110px;
}

#header_page .menuList a {
    padding: 0 14px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #313540;
    line-height: 62px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 62px;
    text-decoration: none;
    font-family: Alibaba PuHuiTi;
    margin-right: 56px;
}
#header_page .menuList a:hover {
    color: #2c7bfd;
    /* border-bottom: 2px solid #2c7bfd; */
    font-weight: 500 !important;
    position: relative;
    width: fit-content;
}


#header_page .menuList img {
    width: 13px;
    height: 13px;
    margin-left: 3px;
    margin-top: 4px;
}
#header_page .tel {
    min-width: 170px;
    display: flex;
    flex-direction: row;
    height: 62px;
    position: absolute;
    right: 5px;
}

#header_page .tel img {
    height: 16px;
    width: 16px;
    margin: auto 10px;
}

#header_page .tel p {
    height: 62px;
    line-height: 62px;
    font-weight: 500;
    color: #313540;
    font-size: 16px;
}


/* #header_page .menuList a:hover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #2c7bfd;
    left: 0;
    bottom: 0;
} */



#header_page .down {
    min-width: 170px;
    display: flex;
    flex-direction: row;
    height: 62px;
    cursor: pointer;
    text-decoration: none;
}

#header_page .down img {
    height: 16px;
    width: 16px;
    margin: auto 10px;
}

#header_page .down p {
    height: 62px;
    line-height: 62px;
    font-weight: 500;
    color: #313540;
    font-size: 16px;
}

#header_page .down p:hover {
    color: #1f5dd7;
}

#header_page .toLogin {
    display: block;
    min-width: 152px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    background: linear-gradient(188deg, #1f5dd7 0%, #44a5ff 100%);
    opacity: 1;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.nav_content {
    width: 100%;
    background-color: #f5f7fa;
    display: none;
    box-shadow: 0 5px 5px -5px #999;
}

.nav_content .nav_sub_box {
    display: flex;
    flex-direction: row;
}

.nav_content .subMenuLeft {
    background-image: url("../img/header/header_nav_bg.png");
    background-size: 100% 100%;
    min-width: 307px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav_content .subMenuLeft .menuName {
    font-size: 25px;
    font-weight: bold;
    color: #313540;
}

.nav_content .subMenuLeft .menuDes {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
    color: #313540;
}

.nav_content .menuContent {
    display: flex;
    flex: 1;
    flex-direction: row;
    /* flex-wrap: wrap; */
    flex-flow: row wrap;
    margin-bottom: 36px;
    margin-left: 36px;
    min-height: 320px;
}

.nav_content .menuContent .item {
    width: 310px;
    height: 114px;
    margin-top: 36px;
    margin-right: 36px;
    transition-duration: 300ms;
}

.nav_content .menuContent a {
    width: 310px;
    height: 114px;
    background: linear-gradient(180deg, #eef2f8 0%, #ffffff 71%);
    box-shadow: 0 5px 20px 0 rgba(77, 76, 76, 0.1);
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    transition-duration: 300ms;
}

.nav_content .menuContent a:hover {
    margin-top: -10px;
}

.nav_content .menuContent .item img {
    display: flex;
    flex-direction: row;
    width: 38px;
    height: 38px;
    margin: 27px 12px 0 12px;
}

.nav_content .menuContent .item div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.nav_content .menuContent .item h1 {
    font-size: 20px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: bold;
    color: #313540;
    margin-top: 26px;
}

.nav_content .menuContent .item p {
    font-size: 16px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 400;
    color: #51617c;
    margin-top: 4px;
    line-height: 24px;
    margin-right: 12px;
}
