* {
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    overflow-x: hidden;
    font-size: 100px;
}


a {
    text-decoration: none;
    color: #000;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf');
    font-style: normal;
    font-display: swap;
    /* 推荐：优化加载体验 */
}
.number{
    font-family: 'Poppins';
}


p {
    text-align: justify;
}

.w1400 {
    width: 14rem;
    margin: 0 auto;
}

.btn-ripple {
    vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
    animation: ani_ripple 0.75s;
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
    0% {
        background: rgba(0, 0, 0, 0.25);
        transform: translateX(-50%) translateY(-50%) scale(0);
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

/*文字显示*/
.ellipsis-1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.ellipsis-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.ellipsis-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
}
header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background-color: #fff;
}

header .headerFlex {
    display: flex;
    align-items: center;
    height: 0.9rem;
}

header .headerFlex .logo {
    width: 2.34rem;
    height: 0.62rem;
}

header .headerFlex .logo img {
    width: 100%;
    height: 100%;
    display: block;
}

header .headerFlex .headerOptions {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 0.4rem;
}

header .headerFlex .headerOptions .lang_item {
    font-size: 0.18rem;
}

header .headerFlex .headerOptions img {
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer;
}

header .headerFlex .headerOptions .currect_lang {
    margin: 0 0.3rem;
    padding: 0.02rem 0.1rem;
    color: #fff;
    font-size: 0.18rem;
    border-radius: 99rem;
    background-color: #0051a2;
}

header .headerFlex .headerRight {
    flex: 1;
    display: flex;
    height: 100%;
    justify-content: flex-end;
}

header .headerFlex .headerRight .header_firstBox {
    display: flex;
}

header .headerFlex .headerRight .header_first_item {
    list-style: none;
    display: flex;
    margin-left: 0.4rem;
    align-items: center;
    position: relative;
}

header .headerFlex .headerRight .header_first_item:hover>a {
    font-weight: bold;
}

header .headerFlex .headerRight .header_first_item:hover>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background-color: #0051a2;
}

header .headerFlex .headerRight .header_first_item:hover .header_second_hover {
    display: block;
}

header .headerFlex .headerRight .header_first_item .header_second_hover {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    min-width: 100%;
    display: none;
}

header .headerFlex .headerRight .header_first_item .header_second_hover ul {
    width: 100%;
    list-style: none;
    background-color: #fff;
    padding: 0.1rem 0;
    border-radius: 0 0 0.05rem 0.05rem;
    box-shadow: 0rem 0.07rem 0.05rem 0rem rgba(0, 0, 0, 0.2);
}

header .headerFlex .headerRight .header_first_item .header_second_hover ul a {
    display: block;
    font-size: 0.18rem;
    padding: 0.15rem 0.3rem;
    white-space: nowrap;
text-align:center;
}

header .headerFlex .headerRight .header_first_item .header_second_hover ul a:hover {
    font-weight: bold;
}

header .headerFlex .headerRight .header_first_item.act>a {
    font-weight: bold;
}

header .headerFlex .headerRight .header_first_item.act>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background-color: #0051a2;
}

header .headerFlex .headerRight .header_first_item>a {
    color: #333333;
    font-size: 0.18rem;
    position: relative;
    padding: 0.33rem 0;
}

footer {
    background: #1f66ac;
    padding: 0.5rem 0;
}

footer .footerFlex .footer_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 0.35rem;
    border-bottom: 0.04rem solid #3575b4;
}

footer .footerFlex .footer_top .footer_logo {
    width: 2.35rem;
    height: 0.68rem;
}

footer .footerFlex .footer_top .footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .footerFlex .footer_t_menu {
    display: flex;
}

footer .footerFlex .footer_t_menu .footer_t_menuBox {
    display: flex;
}

footer .footerFlex .footer_t_menu .footer_t_menuBox a {
    display: block;
    margin-left: 0.45rem;
    font-size: 0.18rem;
    color: rgba(255, 255, 255, 0.8);
}

footer .footer_t_links {
    display: flex;
    align-items: center;
    margin-left: 0.45rem;
    position: relative;
}

footer .footer_t_links::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.04rem;
    background-color: #fff;
    bottom: -0.34rem;
    left: 0;
}

footer .footer_t_links span {
    color: #ffffff;
    font-size: 0.18rem;
    margin: 0 0.12rem 0 0.06rem;
}

footer .footer_t_links .link_q {
    width: 0.24rem;
    height: 0.24rem;
}

footer .footer_t_links .link_b {
    width: 0.15rem;
    object-fit: contain;
}

footer .footer_bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 0.5rem;
}

footer .footer_bottom .footer_b_left * {
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.8;
}

footer .footer_bottom .footer_b_left a {
    display: block;

}
footer .footer_bottom .footer_b_left a span{
margin-right:0.05rem;
}

footer .footer_bottom .footer_b_right {
    display: flex;
    align-items: center;
}

footer .footer_bottom .footer_b_right .wx_showbox {
    margin-left: 0.3rem;
    position: relative;
    width: 0.6rem;
    height: 0.6rem;
    cursor: pointer;
}

footer .footer_bottom .footer_b_right .wx_showbox:hover .wx_img_hover {
    display: block;
}

footer .footer_bottom .footer_b_right .wx_showbox .wx_img_hover {
    width: 1.4rem;
    height: 1.67rem;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: url('../images/wximg.png') no-repeat;
    background-size: 100% 100%;
    z-index: 4;
    display: none;
}

footer .footer_bottom .footer_b_right .wx_showbox .wx_img_hover .wx_img_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.2rem;
}

footer .footer_bottom .footer_b_right .wx_showbox .wx_img_hover .wx_img_box img {
    width: 1rem;
    height: 1rem;
}

footer .footer_bottom .footer_b_right .wx_showbox .wx_img_hover .wx_img_box .wx_title {
    text-align: center;
    font-size: 0.14rem;
    color: #666666;
}

footer .footer_bottom .footer_b_right .wx_showbox:hover .wx {
    display: none;
}

footer .footer_bottom .footer_b_right .wx_showbox:hover .wx-1 {
    display: block;
}

footer .footer_bottom .footer_b_right .wx_showbox img {
    width: 100%;
    height: 100%;
}

footer .footer_bottom .footer_b_right .wx_showbox .ico {
    position: absolute;
    top: 0;
    left: 0;
}

footer .footer_bottom .footer_b_right .wx_showbox .wx-1 {
    z-index: 8;
    display: none;
}

footer .footer_bottom .footer_b_right .footer_b_menu {
    display: flex;
}

footer .footer_bottom .footer_b_right .footer_b_menu a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.16rem;
    padding: 0 0.1rem;
    position: relative;
    display: block;
}

footer .footer_bottom .footer_b_right .footer_b_menu a:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8);
}