:root {
    --max: calc(100% - 0.6rem)
}

@font-face {
    font-family: "Regular";
    src: url("../fonts/Regular.otf") format("truetype");
}

@font-face {
    font-family: "Medium";
    src: url("../fonts/Medium.otf") format("truetype");
}

@font-face {
    font-family: "Bold";
    src: url("../fonts/Bold.otf") format("truetype");
}


body {
    font-family: "Regular";
    background: rgba(0, 0, 0, 1);
    max-width: 750px;
    margin: 0 auto;
    padding-top: 1.2rem;
}

.Hertre {
    width: 100%;
    max-width: 750px;
    height: 1.2rem;
    background: rgba(248, 248, 248, 1);
    position: fixed;
    top: 0px;
    z-index: 999;
}

.Hertre_cen {
    width: var(--max);
    height: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.Logo {
    width: 1.2rem;
}

.Logo img {
    width: 100%;
    height: auto;
}


.Nav {
    width: 100%;
    top: 1.2rem;
    height: calc(100vh - 1.2rem);
    position: fixed;
    background: rgba(0, 0, 0, 1);
    display: none;
    left: 0;
    transition: auto;
}

.Nav ul {
    width: 100%;
}

.Nav ul li {
    width: 100%;
    border-bottom: 1px rgba(165, 165, 165, 1) solid;
    line-height: 1.2rem;
    font-size: 0.3rem;
    padding: 0 0.3rem;
    color: rgba(255, 255, 255, 1);
}

.Suosou {
    width: 0.4rem;
    margin-left: auto;
    margin-right: 0.5rem;
}

.Suosou svg {
    display: block;
    width: 100%;
}

.An {
    width: 0.6rem;
    display: block;
}

.menu_button {
    cursor: pointer;
    width: 0.6rem;
    height: 0.6rem;
}

.menu_button svg {
    width: 100%;
    height: 100%;
    display: block;
}

.menu_button:focus {
    outline: none;
}

.menu_button .line {
    fill: none;
    stroke: rgba(153, 153, 153, 1);
    stroke-width: 8;
    stroke-linecap: round;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_button .line1 {
    stroke-dasharray: 60 207;
}

.menu_button .line2 {
    stroke-dasharray: 60 60;
}

.menu_button .line3 {
    stroke-dasharray: 60 207;
}

.menu_button.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.menu_button.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
}

.menu_button.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
}

.Banner {
    width: var(--max);
    margin: auto;
}

.Banner img {
    width: 100%;
    height: auto;
}

.Max {
    width: var(--max);
    margin: 0.8rem auto 1rem;
}

.Title {
    text-align: center;
    font-size: 0.4rem;
    color: rgba(255, 255, 255, 1);
}

.Wenti ul {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0 0.7rem;
}

.Wenti ul li {
    width: 100%;
    border-top: 1px solid rgba(112, 112, 112, 1);
}

.Wenti ul li:nth-child(1) {
    border: transparent;
}

.Wenti_title {
    width: 100%;
    padding: 0.3rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.3rem;
}

.Wenti_title h2 {
    flex: 1;
    font-size: 0.34rem;
    color: rgba(255, 255, 255, 1);
}

.Wenti_title span {
    display: block;
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 1);
    line-height: 1;
    font-family: 'Medium';
}

.Wenti ul li p {
    font-size: 0.30rem;
    color: rgba(255, 255, 255, 1);
    line-height: 1.6;
    display: none;
    margin-bottom: 0.4rem;
}

.Gongg ul {
    width: 100%;
    margin-top: 0.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.25rem;
}

.Gongg ul li {
    width: 100%;
    border-radius: 0.12rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.Gongg ul li img {
    width: 100%;
    aspect-ratio: 330 / 370;
    object-fit: cover;
    border-radius: 0.12rem;
}

.Gongg_text {
    width: 100%;
    padding: 0.2rem 0.3rem;
}

.Gongg_text h2 {
    font-size: 0.3rem;
    color: rgba(0, 0, 0, 1);
}

.Gongg_text p {
    font-size: 0.24rem;
    color: rgba(102, 102, 102, 1);
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.page {
    width: 100%;
    margin-top: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.pagination a,
.pagination span {
    font-size: 0.3rem;
    color: #ffffff;
}

.Show {
    width: var(--max);
    margin: 0.8rem auto;
}

.Show>h2 {
    font-size: 0.4rem;
    color: rgba(255, 255, 255, 1);
    border-left: 8px solid rgba(255, 255, 255, 1);
    padding-left: 15px;
}

.Show_text {
    width: 100%;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 1);
    line-height: 1.8;
}

.Show_text img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.Prev {
    width: 100%;
    margin-top: 0.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}

.Prev a {
    width: 100%;
    display: block;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 1);
    line-height: 1.6;
}

.Xinwen ul {
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.Xinwen ul li {
    width: 100%;
    border-bottom: 1px solid rgba(112, 112, 112, 1);
    padding-bottom: 0.2rem;
}

.Xinwen ul li h2 {
    font-size: 0.3rem;
    color: rgba(255, 255, 255, 1);
}

.Xinwen ul li p {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 1);
    margin-top: 0.15rem;
    line-height: 1.5;
    text-indent: 2em;
}

.Bai {
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
}

.Bai .Show * {
    color: rgba(0, 0, 0, 1);
}

.Bai .Show>h2 {
    border-left: 8px solid rgb(0, 0, 0);
}

.Bai .Prev {
    border-top: 1px solid rgb(0, 0, 0, 0.5);
}

.Center>h2 {
    text-align: center;
    border: transparent !important;
    padding: 0;
}

.Shuiqin {
    width: var(--max);
    margin: auto;
    margin-top: 0.8rem;
}

.Shuiqin>h2 {
    font-size: 0.4rem;
    color: rgba(255, 255, 255, 1);
    border-left: 8px solid rgba(255, 255, 255, 1);
    padding-left: 15px;
}

.Shuiqin>p {
    width: 100%;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 1);
    line-height: 1.8;
    text-indent: 2em;
}

.Shuiqin>img {
    width: 60%;
    height: auto;
    margin: auto;
    margin-top: 0.4rem;
}

.Shuiqin_yu {
    width: 100%;
    margin-top: 0.4rem;
}

.Shuiqin_title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.Shuiqin_itme {
    width: max-content;
    background: rgba(120, 135, 224, 1);
    line-height: 2.2;
    padding: 0 0.7rem;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 1);
    border-radius: 0.5rem;
}

.Shuiqin_itme.active {
    background: rgba(144, 218, 229, 1);
}

.Shuiqin_content {
    width: 100%;
    margin-top: 0.4rem;
}

.Shuiqin_content_itme {
    width: 100%;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 1);
    line-height: 1.8;
    text-indent: 2em;
    display: none;
}

.Shuiqin_content_itme:nth-child(1) {
    display: block;
}

.Duiying {
    width: var(--max);
    margin: auto;
    margin-top: 1.3rem;
}

.Duiying ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.12rem;
}

.Duiying ul li {
    width: 100%;
    aspect-ratio: 220 / 300;
    background: rgba(199, 199, 199, 0);
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 0.24rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Duiying ul li img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    opacity: 0;
}

.Duiying ul li h3 {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Duiying ul li img {
    transition: opacity 0.3s ease;
}

.Duiying ul li h3 {
    transition: top 0.3s ease, left 0.3s ease, transform 0.3s ease;
}

.Duiying ul li.active img {
    opacity: 1;
}

.Duiying ul li.active h3 {
    top: 0.3rem;
    left: 0.3rem;
    transform: none;
}

.Zhibiao {
    width: 100%;
    margin: 0.4rem auto 1rem;
}

.Zhibiao_title {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.2rem 0.12rem;
}

.Zhibiao_itme {
    width: 100%;
    background: rgba(96, 96, 96, 1);
    border: 1px solid rgba(80, 80, 80, 1);
    border-radius: 0.12rem;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 0.9rem;
}

.Zhibiao_itme.active {
    background: rgba(84, 112, 198, 1);
    border: 1px solid rgba(80, 80, 80, 1);
}

.Zhibiao_content {
    width: 100%;
    margin-top: 0.4rem;
}

.Zhibiao_content_itme {
    width: 100%;
    display: none;
}

.Zhibiao_content_itme p {
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 1);
    line-height: 1.8;
    text-indent: 2em;
}

.Zhibiao_content_itme img {
    width: 100%;
    height: 2.3rem;
    object-fit: contain;
    margin-top: 0.5rem;
}

.Zhibiao_content_itme:nth-child(1) {
    display: block;
}

.Footer {
    width: var(--max);
    margin: 0.4rem auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}
.Footer a {
    width: 100%;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center
}

.Footer_logo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2rem;
}

.Footer_logo h2 {
    width: max-content;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 1);
}

.Footer_logo img {
    width: 1.8rem;
    height: auto;
}

.Footer p {
    width: 100%;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 1);
}

.Youshi {
    width: 100%;
    margin-top: 0.4rem;
}

.Youshi ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.Youshi ul li {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(112, 112, 112, 1);
    border-radius: 0.12rem;
    padding: 0.3rem 0.5rem;
}
.Youshi ul li h2{
    font-size: 0.4rem;
    color: rgba(0, 0, 0, 1);
}
.Youshi ul li p{
    font-size: 0.24rem;
    color: rgba(0, 0, 0, 1);
    margin-top: 0.2rem;
    line-height: 1.8;
}
.Youshi ul li span{
    font-size: 0.34rem;
}
.Index{
    margin-bottom: 1rem;
}

.Search{
    width:  var(--max);
    position: fixed;
    top: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    padding: 0.2rem 0.3rem;
    border-radius: 0.12rem;
    display: none;
}

.Search form{
    width: 100%;
    position: relative;
}

.Search form input{
    width: 100%;
    height: 0.8rem;
    border: 1px solid rgba(153, 153, 153, 0.3);
    border-radius: 0.12rem;
    padding: 0 0.3rem;
    display: block;
    font-size: 0.28rem;
    color: rgba(153, 153, 153, 1);
}

.Search form button{
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.4rem;
    height: 0.4rem;
    background: transparent;
    border: none;
    cursor: pointer;
}

.Swiper_data{
    width: var(--max);
    margin: 0.8rem auto;
}

.Swiper_data li{
    width: 40% !important;
    height: auto !important;
    background: rgba(242, 242, 242, 1);
    border-radius: 0.12rem;
    padding: 0.3rem;
}
.Shuiqin>h2 span{
    display: block;
    font-size: 0.36rem;
    margin-top: 0.2rem;
}
.Swiper_data li h2{
    font-size: 0.38rem;
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
}
.Swiper_data li span{
    display: block;
    font-size: 0.28rem;
    color: rgba(102, 102, 102, 1);
    margin-top: 0.2rem;
}
.Swiper_data li p{
    font-size: 0.28rem;
    color: rgba(0, 0, 0, 1);
    margin-top: 0.6rem;
}

.Canshu{
    width: var(--max);
    margin: 0.8rem auto;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.12rem;
}
.Canshu ul{
    width: 100%;
    padding: 0.2rem 0;
}

.Canshu ul li{
    width: 100%;
    border-bottom: 1px solid rgba(199, 199, 199, 1);
    padding: 0.3rem 0.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.Canshu ul li img{
    width: 0.8rem;
    aspect-ratio: 4 / 4;
    object-fit: contain;
}

.Canshu_text{
    min-width: 60%;
}

.Canshu_text h3{
    font-size: 0.32rem;
    color: rgba(0, 0, 0, 1);
}

.Canshu_text p{
    font-size: 0.32rem;
    color: rgba(153, 153, 153, 1);
    margin-top: 0.1rem;
}

.Zutu{
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.15rem;
}
.Zutu img{
    width: 100%;
    height: auto;
}

.Video{
    width: 100%;
    margin: 0.4rem auto 1rem;
}

.Video video{
    width: 100%;
    height: auto;
}

.data_controls{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.3rem;
}

.data_btn{
    width: 100%;
    text-align: center;
    background: rgba(144, 218, 229, 1);
    border-radius: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 1);
    border: transparent;
}
.data_btn:nth-child(2){
    background: rgba(120, 135, 224, 1);
}
.data_btn:nth-child(3){
    background: rgba(81, 178, 178, 1);
}
#chart{
    width: 100%;
    height: 8rem;
    margin-top: 0.4rem;
}
.chart_container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.chart_container>h2 {
    width: max-content;
    font-size: 0.4rem;
    color: rgba(255, 255, 255, 1);
    border-left: 8px solid rgba(255, 255, 255, 1);
    padding-left: 15px;
}
.chart_controls{
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2rem;
}
.chart_btn{
    width: 0.5rem;
    aspect-ratio: 4 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: transparent
}
.chart_btn svg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chart_btn.active svg path{
    stroke: rgba(81, 178, 178, 1);
    stroke: rgba(81, 178, 178, 1);
}
.Loading{
    width: 100%;
    height: 100%;
    background: #000000 url(../images/loading.png) no-repeat center center / cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.Loading>img{
    width: 1.5rem;
    height: auto;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
}

.Loading_text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.Loading_text h2{
    width: 100%;
    text-align: center;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 1);
    line-height: 1;
}

.Loading_text p{
    width: 100%;
    text-align: center;
    font-size: 0.3rem;
    color: rgba(255, 255, 255, 1);
    margin-top: 1rem;
    line-height: 2;
}

.Loading_text button{
    width: 1.5rem;
    margin-top: 2rem;
    background: transparent;
    border: transparent;
    cursor: pointer;
}
.Loading_text svg{
    width: 100%;
    height: auto;
}