.logo {
    height: 120px;
    background-image: url(../static/bg.png);
    background-size: cover;
    background-position: 0% 40%;
    position: relative;
}

.wrapper {
    width: 100%;
    max-width: 1536px;
    margin: 0 auto;
}

.logo-name {
    position: absolute;
    width: 485px;
    height: 66px;
    left: 156px;
    top: 24px;
}

.logo-motto {
    position: absolute;
    width: 410px;
    height: 91px;
    left: 1018px;
    top: 16px;
}

.line {
    position: absolute;
    width: 1520px;
    height: 6px;
}


header {
    max-width: 1536px;
    height: 70px;
    line-height: 70px;
    display: flex;
}

header .item {
    width: 171px;
    height: 56px;
    line-height: 56px;
    background-color: #1A6E3D;
    position: relative;
}

.item:hover {
    background-color: #66A179;
}

.item a {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.active {
    background-color: #66A179 !important;
}

.toast {
    position: absolute;
    width: 169px;
    top: 56px;
    display: none;
}

.toast li {
    width: 169px;
    height: 43px;
    line-height: 43px;
    background-color: #F8F8F8;
}

.item:hover .toast {
    display: block;
    z-index: 1;
}

.toast a {
    color: #4F4F4F;
    font-size: 17px;
    font-weight: normal;
}

/* index.css */
.bannerImg {
    padding: 15px 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}

.bannerImg img {
    border-bottom: 5px solid #437357;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slider {
    display: flex;
    width: 300%;
    height:500px;
    transition: transform 0.5s ease-in-out;
}

.slider a {
    width: 33.3333%;
    height:500px;
}

.slider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.slider-controls span {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    font-size: 20px;
}

.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.slider-dots .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.slider-dots .dot.active {
    background-color: #717171;
}

.banner {
    width: 1380px;
    height: 380px;
    display: flex;
    justify-content: space-between;
}

.banner .banner-left,
.banner .banner-mid,
.banner .banner-right {
    width: 330px;
    height: 380px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.list {
    width: 325px;
    height: 380px;
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.list li {
    width: 266px;
    text-align: left;
    padding-bottom: 5px;
    box-shadow: 0 2px rgba(0, 0, 0, 0.16);
    position: relative;
}

.list li:first-child {
    padding-top: 10px;
}

.list li a {
    width: 266px;
    height: 38px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #464646;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.banner-left .time {
    width: 46px;
    height: 12px;
    position: absolute;
    right: 0;
    bottom: 7px;
    font-size:8px;
}

.time {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 9px;
    color: #666666;
    line-height: 12px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.banner-mid .list {
    display: flex;
    justify-content: space-around;
}

.banner-mid .list li {
    width: 300px;
    display: flex;
    box-shadow: none;
}

.banner-mid .list li a {
    width: 245px;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px dashed #638CA4;
}

.banner-mid .time {
    width: 40px;
    height: 34px;
    padding-right: 10px;
    text-align: center;
    font-size: 10px;
}

.year {
    width: 30px;
    height: 17px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #638CA4;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.banner-right .list {
    display: flex;
    justify-content: space-around;
}

.banner-right .list a {
    width: 264px;
    height: 65px;
    display: flex;
    align-items: center
}

.content .title {
    width: 185px;
    height: 19px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #464646;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.content .word {
    width: 167px;
    height: 35px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #464646;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.banner-right img {
    width: 70px;
    height: 65px;
    margin-right: 10px;
}

.containerImg {
    width: 1320px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0;
}

.containerImg .title {
    width: 88px;
    height: 29px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    color: #437357;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5px;
}

.containerImg .line {
    width: 482px;
    height: 3px;
    background-color: #437357;
}

.containerImg img {
    width: 482px;
    height: 119px;
    margin: 20px 0;
}

.column {
    width: 1200px;
    height: 320px;
    display: flex;
    align-items: center;
    padding: 19px 0;
}

.left,
.right {
    width: 450px;
    height: 300px;
    margin: 10px 60px;
    cursor: pointer;
}

.changePart {
    width: 450px;
    height: 45px;
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 3px solid #437357;
}

.changePart .clicked {
    opacity: 1 !important;
}

.isclicked {
    display: none !important;
}

.changePart img {
    position: absolute;
    right: 0;
}

.changePart .first {
    width: 141px;
    height: 45px;
    line-height: 31px;
    text-align: center;
    background-image: url(../static/z-278.png);
    background-size: cover;
    opacity: 0.6;
}

.changePart .second {
    width: 141px;
    height: 45px;
    line-height: 31px;
    text-align: center;
    background-image: url(../static/z-230.png);
    background-size: cover;
    opacity: 0.6;
}

.contentList {
    width: 450px;
    height: 244px;
    background: #F9F9F9;
    box-shadow: 0px 3 7px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 0px 0px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.contentList .wdot {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

.wdot .ndot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #D7E3E9;
}

.contentList li {
    width: 400px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contentWord {
    width: 350px;
    border-bottom: 2px dashed #638CA4;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contentWord .name {
    width: 280px;
    height: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #464646;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.contentWord .time {
    width: 70px;
    height: 19px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #464646;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: right;
}

.style {
    width: 1200px;
    height: 280px;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.style .style-title {
    width: 450px;
    height: 50px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    position: relative;
}

.style .style-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(98deg, #437357 0%, #FFFFFF 100%);
    pointer-events: none;
}

.style-title div {
    width: 88px;
    height: 29px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    color: #437357;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.style-title a {
    width: 43px;
    height: 19px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #437357;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.style-content {
    width: 450px;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.style-item {
    width: 134px;
    height: 157px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.16);
    border-radius: 5px 5px 5px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.style-item .item-img {
    width: 134px;
    height: 100px;
}

.style-item .item-word {
    width: 117px;
    height: 38px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #464646;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}


.footer {
    height: 230px;
    background-color: #1A6E3D;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #FAF9F9;
    font-size: 15px;
}

.link {
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.link .link-title {
    width: 70px;
    height: 23px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 17px;
    color: #FAF9F9;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.link .link-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 8px 16px;
    width: 260px;
    margin: 0 auto;
}

.link .link-list a {
    width: 122px;
    height: 23px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #FAF9F9;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.message {
    width: 450px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.msg-qrcode img {
    padding-bottom: 10px;
}

.msg-word {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: left;
}