* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "字魂扁桃体";
    src: url("./字魂扁桃体.ttf");
}

a{
    color: inherit;
    text-decoration: none;
}

img{
    width: auto;
    height: auto;
    max-width: 100%;
    user-select: none;
}

ul, ol{
    list-style: none;
}

body{
    min-width: 1260px;
}

.container{
    max-width: 1260px;
    margin: 0 auto;
    padding-bottom: 120px;
}

.strong{
    font-weight: 550;
}

.scroll{
    overflow-y: auto;
}
.scroll::-webkit-scrollbar {
    width: 6px;
    background: #dcdcdc;
    border-radius: 40px 40px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #b7b7b7;
    border-radius: 40px 40px;
}

.banner-image img{
    display: block;
    width: 100%;
    height: auto;
    max-height: 100vh;
}

.main{
    /* min-height: 4920px; */
    background: url(../images/bg.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    padding-top: 80px;
}

.click-btn{
    display: flex;
    align-items: center;
}
.click-btn a + a{
    margin-left: 16px;
}
.click-btn a:active{
    opacity: 0.5;
}
.click-btn a img + img{
    display: none;
}
.click-btn .curr img:first-child{
    display: none;
}
.click-btn .curr img+img{
    display: block;
}

.about-content{
    display: flex;
    height: 650px;
    background: url(../images/abbg.png) no-repeat 100% 100%;
    background-size: 100% auto;
    justify-content: space-between;
    padding: 100px 5%;
    margin-top: 20px;
}

.about-content div{
    height: 100%;
}
.about-content div:first-child{
    width: 48%;
}
.about-content div + div{
    width: 50%;
    line-height: 32px;
    text-align: justify;
    padding-right: 20px;
}
.about-content div + div p{
    text-indent: 32px;
}

.about-content div + div p + p {
    margin-top: 12px;
}
.about-content div + div .strong{
    margin-top: 20px;
}
.about-content div + div .strong + p{
    margin-top: 6px;
}


.about-navs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
	overflow: hidden;
}
.about-navs-content>div{
    display: none;
}
.about-navs-content .curr{
    display: block;
}

.about-navs a{
    position: relative;
    width: 49%;
    height: 446px;
    margin-top: 20px;
    padding: 40px 40px 0px 40px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../images/11.png);
}
.about-navs a:nth-child(2) {
    background-image: url(../images/12.png);
}
.about-navs a:nth-child(3) {
    background-image: url(../images/13.png);
}
.about-navs a:nth-child(4) {
    background-image: url(../images/14.png);
}
.about-navs h1{
    font-family: "字魂扁桃体";
    text-align: center;
    font-weight: normal;
    letter-spacing: 3px;
    font-size: 44px;
}
.about-navs img{
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.about-navs a:nth-child(2) img{
    bottom: 12px;
    right: -20px;
}

.button{
    display: block;
    width: 140px;
    height: 56px;
    text-align: center;
    padding: 14px 0;
    transition: all .3s;
    background: url(../images/btn.png) no-repeat 100% 100%;
    background-size: 100% 100%;
}
.button:hover{
    transform: scale(1.26);
}
.button:active{
    opacity: 0.5;
}

.about-navs p{
    position: absolute;
    left: 60px;
    bottom: 100px;

    width: 200px;
    height: 60px;
    font-size: 18px;
}
.about-news{
    margin-top: 160px;
}
.about-news>img{
    display: block;
    width: 480px;
    margin: 0 auto;
}
.about-news>div{
    background-color: white;
    border-radius: 32px;
    padding: 50px 40px;
    margin-top: 32px;
}
.about-news>div>a{
    margin: 40px auto 0;
}
.about-news ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-news ul li{
    width: 46%;
    margin-bottom: 24px;
}
.about-news ul li a{
    display: flex;
    align-items: center;
}
.about-news ul li a span{
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background: url(../images/16.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    margin-right: 12px;
    font-family: "字魂扁桃体";
    font-size: 28px;
    line-height: 42px;
    text-align: center;
}
.about-news ul li a p{
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   
}
.about-news + .about-news{
    margin-top: 100px;
}
.about-news + .about-news>div{
    background-color: rgba(255, 255, 255, 0.5);
}
.about-news + .about-news ul p {
    text-decoration: underline;
}
.block-image img{
    display: block;
    width: 100%;
    height: auto;
}

.footer{
    text-align: center;
    line-height: 32px;
    padding: 60px 0;
    margin-top: 60px;
}
.footer p span{
    display: inline-block;
    width: 80px;
}

.about2023 {
    padding: 40px 0 20px;
}
.about2023>div{
    display: none;
}
.about2023 .curr{
    display: block;
}
.about2023-content{
    min-height: 520px;
    padding: 60px 80px;
    /* border-radius: 20px; */
    /* background-color: rgba(255, 255, 255, 0.7); */
    background: url(../images/24.png) no-repeat;
    background-size: 100% 100%;
}
.about2023-text h3{
    font-weight: normal;
    text-align: center;
    font-size: 46px;
    letter-spacing: 2px;
    padding-bottom: 20px;
    font-family: "字魂扁桃体";
}
.about2023-text p{
    text-indent: 32px;
    margin-top: 32px;
    line-height: 42px;
}

.about2023-table table{
    width: 100%;
    text-align: center;
}
.about2023-table tr{
    padding-top: 20px;
}
.about2023-table th{
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 42px;
}
.about2023-table tr td{
    padding-bottom: 32px;
}
.about2023-table tr td:last-child, .about2023-table tr th:last-child{
    /* text-align: left; */
    padding-left: 52px;
}

.about2023-content-list{
    padding: 50px 42px 42px;
    margin-top: 40px;
}
.about2023-list{
    height: 804px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    overflow: hidden;
}
.about2023-item {
    /* width: 31.6%; */
    width: 371.61px;
    height: 372px;
    margin-bottom: 30px;
    margin-right: 30px;
    background-color: white;
}
.about2023-list .about2023-item:nth-child(3n){
    margin-right: 0;
}
.about2023-item .pic{
    position: relative;
    width: 100%;
    height: 252px;
    overflow: hidden;
}
.about2023-item .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.about2023-item .pic h5{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about2023-item .txt{
    padding: 12px 12px;
    height: 120px;
    font-size: 14px;
    line-height: 24px;
    color: gray;
}
.about2023-item .txt p{
    height: 100%;
    padding: 0 6px;
}

.about2023-pages{
    display: flex;
    justify-content: center;
}
.about2023-pages p{
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #acd133;
    font-size: 14px;
    color: black;
    cursor: pointer;
    user-select: none;
}
.about2023-pages p:active{
    opacity: 0.5;
}
.about2023-pages p + p{
    margin-left: 12px;
}
.about2023-pages .curr{
    background-color: #acd133;
}