* {
    padding: 0;
    margin: 0;
}

h4,
h5,
h6 {
    font-weight: 100;
}

@font-face {
    font-family: 'OPPOSansM';
    src: url('../../fonts/Font-OPPOSans/OPPOSans-M.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OPPOSansB';
    src: url('../../fonts/Font-OPPOSans/OPPOSans-B.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OPPOSansR';
    src: url('../../fonts/Font-OPPOSans/OPPOSans-R.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratRoman';
    src: url('../../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceHanSerifCNBold';
    src: url('../../fonts/SiYuanSongTiRegular/SourceHanSerifCN-Bold-2.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceHanSerifCNHeavy';
    src: url('../../fonts/SiYuanSongTiRegular/SourceHanSerifCN-Heavy-4.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi85';
    src: url('../../fonts/alibaba/AlibabaPuHuiTi-2-85-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi95';
    src: url('../../fonts/alibaba/AlibabaPuHuiTi-2-95-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi55';
    src: url('../../fonts/alibaba/AlibabaPuHuiTi-2-55-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi65';
    src: url('../../fonts/alibaba/AlibabaPuHuiTi-2-65-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi75';
    src: url('../../fonts/alibaba/AlibabaPuHuiTi-2-75-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* @font-face {
    font-family: 'MyCustomFont';
    src: url('../../fonts/Font-OPPOSans/OPPOSans-B.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

html {
    font-size: 62.5%;
}

body {
    font-family: 'OPPOSansR';
    background-color: #f4f4f4;
    display: none;
}

div,
a,
span,
input,
textarea,
select {
    box-sizing: border-box;
}

input,
textarea,
select {
    box-sizing: border-box;
    font-size: 2rem;
    font-family: 'OPPOSansM';
}

a {
    color: #121212;
    text-decoration: none;
}

.top_nav {
    position: fixed;
    height: 7rem;
    display: flex;
    top: 0rem;
    left: 0rem;
    width: 37.5rem;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    z-index: 99;
}

.top_nav .btn {
    width: 3.1rem;
    height: 3.1rem;
    background: url(../../images/mtopnav_bg.png);
    background-size: 100% 100%;
    margin-right: 1rem;
}

.top_nav .btn img {
    width: 1.2rem;
}

.top_nav .logo {
    width: 20rem;
    height: 3rem;
}

@keyframes mmrr_amin {
    from {
        left: -38rem;
    }
    to {
        left: 0;
    }
}

@keyframes mmyc_amin {
    from {
        left: 0;
    }
    to {
        left: -38rem;
    }
}

.gload_nav_con {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    animation-name: mmrr_amin;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.gload_nav_con.yc {
    animation-name: mmyc_amin;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.newsload_nav_con {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 998;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    animation-name: mmrr_amin;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.newsload_nav_con.yc {
    animation-name: mmyc_amin;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}




.gload_top_nav {
    position: absolute;
    height: 3rem;
    display: flex;
    top: 2rem;
    left: 1rem;
}

.gload_top_nav .btn {
    width: 3.1rem;
    height: 3.1rem;
    background-size: 100% 100%;
    margin-right: 1rem;
}

.gload_top_nav .btn img {
    width: 3.1rem;
    height: 3.1rem;
}

.gload_top_nav .logo {
    width: 20rem;
    height: 3rem;
}
/* 新闻 */

.newsload_top_nav {
    width: 37.5rem;
    position: absolute;
    height: 7rem;
    display: flex;
    padding-top: 0rem;
    padding-left: 1rem;
    background: #253557;
    align-items: center;
}

.newsload_top_nav .btn {
    width: 3.1rem;
    height: 3.1rem;
    background-size: 100% 100%;
    margin-right: 1rem;
}

.newsload_top_nav .btn img {
    width: 3.1rem;
    height: 3.1rem;
}

.newsload_top_nav .logo {
    width: 20rem;
    height: 4rem;
}



.center_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.g_nav_list {
    margin-top: 8.5rem;
    margin-bottom: 6rem;
}

.g_nav_list .g_nav_item {
    width: 37.5rem;
    background: #ffffff;
    padding: 2.8rem 0;
    padding-left: 4rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 1.8rem;
}

.g_nav_list .g_nav_item h5 {
    font-family: 'OPPOSansM';
    font-size: 1.8rem;
    color: #1f4113;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 新闻 */
.news_nav_list {
    margin-top: 8.5rem;
    margin-bottom: 6rem;
}

.news_nav_list .news_nav_item {
    width: 37.5rem;
    background: #ffffff;
    padding: 2.8rem 0;
    padding-left: 4rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
}
.news_nav_list .news_nav_item a {
    font-family: 'OPPOSansM';
    font-size: 1.8rem;
    color: #000;
    line-height: 2.4rem;
    display: flex;
    align-items: center;
}
.news_nav_list .news_nav_item a img {
  margin-right: 1rem;
}

.g_nav_list .g_nav_item .loginbtn {
    font-family: 'OPPOSansM';
    font-size: 1.8rem;
    color: #1f4113;
    line-height: 2.4rem;
    margin-right: 4rem;
}

.g_nav_list .g_nav_item h5 img {
    width: 1rem;
    height: 2rem;
}

.g_nav_list .g_nav_item div {
    margin-top: 2.4rem;
    display: none;
}

.g_nav_list .g_nav_item div a {
    font-size: 1.4rem;
    color: #000000;
    line-height: 1.6rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
}

.g_nav_list .g_nav_item div a.notstart {
    color: #969696;
}

.g_nav_list .g_nav_item .phonenum {
    font-family: 'OPPOSansM';
    font-size: 1.4rem;
    color: #1f4113;
    line-height: 2.4rem;
    display: inline-block;
    margin-right: 2rem;
}

.g_nav_list .g_nav_item .usericon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
}

.g_nav_list .g_nav_item .outlogin {
    font-family: 'OPPOSansM';
    font-size: 1.8rem;
    color: #1f4113;
    line-height: 2.4rem;
    display: inline-block;
}

@keyframes g_rotater {
    from {
        transform: rotate(90deg);
    }
    to {
        transform: rotate(0deg);
    }
}

@keyframes g_rotatex {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
    }
}

.g_nav_list .g_nav_item h5 img.ydxx_bottom {
    animation-name: g_rotatex;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.g_nav_list .g_nav_item h5 img.ydxx_right {
    animation-name: g_rotater;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.gfooter_other {
    width: 37.5rem;
    background-color: #1f4113;
    padding: 2.4rem 0;
}

.gfooter_other_con {}

.gfooter_other_con .gfooter_other_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.gfooter_other_con .gfooter_other_title img {
    width: 12rem;
    height: 1.78rem;
}

.gfooter_other_con .gfooter_other_title p {
    width: 319px;
    border-top: 1px solid #ffffff;
    text-align: center;
    font-size: 1rem;
    color: #ffffff;
    padding-top: 1.5rem;
    margin-top: 2rem;
}

.newsfooter_other {
    width: 37.5rem;
    background-color: #253557;
    padding: 2.4rem 0;
}
.newsfooter_other_con .newsfooter_other_title p {
    width: 37.5rem;
    text-align: center;
    font-size: 1rem;
    color: #ffffff;
    line-height: 2.2rem;
}


.sidebar {
    display: none;
}

#tip {
    position: fixed;
    top: 50%;
    left: 44%;
    transform: translate(-44%, -50%);
    font-size: 1.5rem;
    padding: 1rem 3rem;
    border-radius: 10px;
    background: rgba(00, 00, 00, 0.5);
    color: #ffffff;
    z-index: 9999;
}

.register_pop_close {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9991;
}

.register_pop_close .regsucuess_con {
    width: 34rem;
    height: 25rem;
    background: #F6F6F4;
    position: relative;
    padding: 5rem;
}

.register_pop_close .regsucuess_con p {
    width: 24.5rem;
    font-family: "OPPOSansM";
    font-weight: normal;
    font-size: 1.8rem;
    color: #1F4113;
    line-height: 6rem;
    text-align: center;
    font-style: normal;
    margin: 0rem auto 0rem;
}

.register_pop_close .regsucuess_con h5 {
    height: 8rem;
    font-family: "OPPOSansM";
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 6rem;
    text-align: center;
    font-style: normal;
}

.register_pop_close .regsucuess_con .close_pop_close {
    position: absolute;
    right: 15.5rem;
    bottom: -5rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}

.register_pop_close .btn_con {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.register_pop_close .config {
    width: 10rem;
    height: 3.5rem;
    background: #FF9438;
    border-radius: .5rem;
    border: none;
    font-weight: normal;
    font-size: 1.2rem;
    color: #FFFFFF;
    line-height: 3.5rem;
    text-align: center;
    font-style: normal;
    margin-bottom: 2rem;
    margin-left: 2rem;
}

.register_pop_close .closepop {
    width: 10rem;
    height: 3.5rem;
    background: #fff;
    border-radius: .5rem;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 3.3rem;
    text-align: center;
    font-style: normal;
    margin-bottom: 2rem;
    border: 1px solid #cdcaca;
}