* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "zhbtt";
    src: url("./zhbtt.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;
}

.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.6;
}
.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: 732px;
    justify-content: space-between;
    padding: 50px 5%;
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 32px;
}

.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: "zhbtt";
    text-align: left;
    font-weight: normal;
    letter-spacing: 3px;
    font-size: 44px;
}
.about-navs img{
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.button{
    display: block;
    width: 140px;
    height: 56px;
    text-align: center;
    padding-top: 20px;
    transition: all .3s;
    background: #c4d85d;
    border-radius: 50px 50px;
    line-height: 1;
}
.button:hover{
    transform: scale(1.26);
}
.button:active{
    opacity: 0.6;
}

.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: 442px;
    margin: 0 auto;
}
.about-news>div{
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 32px;
    padding: 50px 40px 40px 40px;
    margin-top: 32px;
}
.about-news>div>a{
    margin: 40px auto 0;
}
.about-news .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-news .list li{
    width: 46%;
    margin-bottom: 24px;
}
.about-news .list li a{
    display: flex;
    align-items: center;
}
.about-news .list 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: "zhbtt";
    font-size: 28px;
    line-height: 42px;
    text-align: center;
}
.about-news .list li a p{
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   
}
.about-news .list li a p:hover {
    text-decoration: underline;
}
.about-news + .about-news{
    margin-top: 100px;
}
.about-news + .about-news>div{
    background-color: rgba(255, 255, 255, 0.6);
}
.about-news + .about-news .list 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;
}
.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.6);
    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.6;
}
.about2023-pages p + p{
    margin-left: 12px;
}
.about2023-pages .curr{
    background-color: #acd133;
}

.about-news-list {
    display: flex;
    justify-content: space-between;
    height: 580px;
    padding-bottom: 0 !important;
}
.about-news-list ul {
    width: 46%;
}
.about-news-list li {
    padding-bottom: 24px;
}
.about-news-list li a {
    display: flex;
    align-items: center;
}
.about-news-list li .__sort {
    margin-right: 12px;
}
.about-news-list li p {
    text-decoration: underline;
}
.about-news-list li ul {
    display: block;
    margin-left: 54px;
    width: 260px;
    background: rgba(255, 255, 255, 0.6);
    padding: 0 10px;
    font-size: 14px;
}
.about-news-list li li {
    padding-bottom: 0;
    white-space: nowrap;
    text-align: center;
    padding: 8px 0;
}
.about-news-list li li + li {
    border-top: 1px solid #a5e1f5;
}
.__sort {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.sort-box ul li:nth-child(1) .__sort {
    background-image: url('../images/sort/01.png');
}

.sort-box ul li:nth-child(2) .__sort {
    background-image: url('../images/sort/02.png');
}

.sort-box ul li:nth-child(3) .__sort {
    background-image: url('../images/sort/03.png');
}

.sort-box ul li:nth-child(4) .__sort {
    background-image: url('../images/sort/04.png');
}

.sort-box ul li:nth-child(5) .__sort {
    background-image: url('../images/sort/05.png');
}

.sort-box ul li:nth-child(6) .__sort {
    background-image: url('../images/sort/06.png');
}

.sort-box ul li:nth-child(7) .__sort {
    background-image: url('../images/sort/07.png');
}

.sort-box ul li:nth-child(8) .__sort {
    background-image: url('../images/sort/08.png');
}

.sort-box ul li:nth-child(9) .__sort {
    background-image: url('../images/sort/09.png');
}

.sort-box ul li:nth-child(10) .__sort {
    background-image: url('../images/sort/10.png');
}

.sort-box ul li:nth-child(11) .__sort {
    background-image: url('../images/sort/11.png');
}

.sort-box ul li:nth-child(12) .__sort {
    background-image: url('../images/sort/12.png');
}
.__more {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/icon-more.png') center center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    vertical-align: middle;
    transition: all .3s;
    transform: rotate(180deg);
    margin-left: 12px;
    user-select: none;
    -webkit-user-drag: none;
}
.__more.__curr {
    transform: rotate(0deg);
}
.xxzy-flex {
    display: flex;
    width: 800px;
    justify-content: space-between;
    margin: 50px auto 0;
}

.xxzy-flex a {
    color: inherit;
    text-decoration: inherit;
}
.xxzy-flex>div{
    width: 48%;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 12px;
    padding: 26px;
}

.xxzy-flex img {
    display: block;
    width: 100%;
    height: auto;
}

.xxzy-flex p {
    background-color: white;
    padding: 16px 0;
    text-align: center;
}
.xxzy-title {
    display: block;
    width: auto;
    height: 60px;
    margin: 50px auto 0;
}
.xxzy-bg {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 12px;
    padding: 26px;
}
.xxzy-100 {
    width: 1000px;
    margin: 50px auto 0;
}
.xxzy-100 p {
    margin-top: 12px;
}
.xxzy-100 img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 12px;
}
.xxzy-100 h3{
    font-size: 24px;
    font-weight: 550;
    margin-top: 30px;
}

.jmll {
    min-height: 80vh;
    background: url(../images/t6.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    padding-top: 60px;
}

.about2023-content {
    background-color: rgba(255, 255, 255, .8);
    border-radius: 20px;
}
