<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8"; /**!
 * 走进崇明
 * date:2024-10-22
 * author: guohanyu;
 */
.container {
    margin: 0 auto;
    width: 1530px;
}

.banner {
    height: 640px;
    background: url("/images/zjcm/banner.png") no-repeat center top;
}

.banner-container {
    position: relative;
    padding-top: 95px;
    margin: 0 auto;
    height: 100%;
}

.banner-logo-box {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 100px;
    gap: 30px;
}

.video {
    position: relative;
    padding: 10px;
    /* background: url("/images/video-bg.png") no-repeat center; */
    margin: -40px auto 0;
    margin: 0 auto 0;
    width: 1216px;
    /* height: 585px; */
}

.video-cover {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
    z-index: 5;
    cursor: pointer;
    display: none;
}

.video-cover::before {
    position: absolute;
    width: 83px;
    height: 83px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background: url("/images/btn-play.png") no-repeat center;
}

.video-text {
    text-align: center;
    position: absolute;
    left: 10px;
    right: 10px;
    /* bottom: 500px; */
    top: 10px;
    padding: 0 15px;
    background-color: rgba(0, 0, 0, 0.502);
    height: 70px;
    line-height: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.block {
    margin-top: 74px;
}

.block-hd {
    text-align: center;
}

.block-hd-title {
    position: relative;
    height: 51px;
    display: inline-block;
}

.block-hd .zh {
    font-size: 40px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 51px;
}

.block-hd .en {
    position: absolute;
    left: 50%;
    top: 50%;
    font-weight: bold;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 54px;
    color: rgba(41, 139, 106, 0.102);
    text-transform: uppercase;
    white-space: nowrap;
}

.block-bd {
    margin-top: 50px;
}

.overview-bd {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(27, 98, 48, 0.18);
    box-shadow: 0px 0px 20px 0px rgba(27, 98, 48, 0.18);
    height: 590px;
}

.overview-left {
    padding: 30px;
    width: 50%;
    height: 100%;
}

.overview-right {
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.overview-right .map {
    height: 107%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.overview-right .map-href {
    position: absolute;
    z-index: 5;
    display: inline-block;
    width: 60px;
    height: 24px;
}

.overview-right .map-href.xincun {
    left: 262px;
    top: 80px;
}

.overview-right .map-href.xinhai {
    left: 218px;
    top: 93px;
}

.overview-right .map-href.lvhua {
    left: 173px;
    top: 113px;
}

.overview-right .map-href.sanxing {
    left: 217px;
    top: 140px;
}

.overview-right .map-href.miaozhen {
    left: 251px;
    top: 164px;
}

.overview-right .map-href.gangxi {
    left: 302px;
    top: 188px;
}

.overview-right .map-href.jianshe {
    left: 310px;
    top: 212px;
}

.overview-right .map-href.chengqiao {
    left: 276px;
    top: 231px;
}

.overview-right .map-href.dongping {
    left: 381px;
    top: 196px;
}

.overview-right .map-href.shuxin {
    left: 395px;
    top: 221px;
}

.overview-right .map-href.xinhe {
    left: 353px;
    top: 264px;
}

.overview-right .map-href.gangyan {
    left: 429px;
    top: 261px;
}

.overview-right .map-href.baozhen {
    left: 399px;
    top: 297px;
}

.overview-right .map-href.xianghua {
    left: 458px;
    top: 314px;
}

.overview-right .map-href.zhongxing {
    left: 481px;
    top: 291px;
}

.overview-right .map-href.chenjia {
    left: 540px;
    top: 300px;
}

.overview-right .map-href.changxing {
    left: 435px;
    top: 389px;
}

.overview-right .map-href.hengsha {
    left: 568px;
    top: 437px;
}

.overview-text {
    font-size: 20px;
    color: rgb(64, 71, 66);
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 定义显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.overview .flex-href {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overview .flex-href .overview-href {
    position: relative;
    background-color: rgb(248, 250, 253);
    width: 160px;
    height: 120px;
    text-align: center;
    padding-top: 70px;
    font-size: 20px;
    line-height: 50px;
    color: rgb(64, 71, 66);
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.overview .flex-href .overview-href::before {
    position: absolute;
    left: 50%;
    top: 36%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 49px;
    height: 49px;
    content: "";
}

.overview .flex-href .overview-href.icon1::before {
    background: url("/images/icon-href1.png") no-repeat center;
}

.overview .flex-href .overview-href.icon2::before {
    background: url("/images/icon-href2.png") no-repeat center;
}

.overview .flex-href .overview-href.icon3::before {
    background: url("/images/icon-href3.png") no-repeat center;
}

.overview .flex-href .overview-href.icon4::before {
    background: url("/images/icon-href4.png") no-repeat center;
}

.overview .flex-href .overview-href:hover {
    opacity: 0.8;
}

.overview .flex-box {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.overview .flex-box  .flex-box-min{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 78px);
    height: 100%;
}

.overview .flex-box .box-href {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.overview .flex-box .box-href.icon1 {
    padding: 44px 15px 0;
    text-align: center;
    width: 58px;
    height: 186px;
    background: url("/images/box2.png") no-repeat center;
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.overview .flex-box .box-href.icon1::before {
    position: absolute;
    left: 50%;
    top: 16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    content: "";
    background: url("/images/icon-file.png") no-repeat center;
}

.overview .flex-box .box-href.icon2 {
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 25px;
    /* width: 282px; */
    width: calc(50% - 10px);
    height: 186px;
    background: url("/images/box.png") no-repeat center;
    background-size: cover;
}

.overview .flex-box .box-href.icon3 {
    box-sizing: border-box;
    padding-top: 36px;
    padding-left: 30px;
    padding-right: 25px;
    /* width: 282px; */
    width: calc(50% - 10px);
    height: 186px;
    background: url("/images/box3.png") no-repeat center;
    background-size: cover;
}

.overview .flex-box .box-href:hover {
    opacity: 0.8;
}

.overview .flex-box .box-href .text {
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 30px;
}

.overview .flex-box .box-href .text + .text {
    margin-top: 10px;
    margin-left: -10px;
    font-size: 18px;
}

.overview .flex-box .box-href .view {
    position: absolute;
    padding-right: 45px;
    right: 8px;
    bottom: 8px;
    background: url("/images/icon-arrow.png") no-repeat center right;
    font-size: 18px;
    color: #fff;
}

.environment-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.environment-box {
    position: relative;
    width: 480px;
    height: 180px;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.environment-box:hover {
    border: 1px solid rgb(67, 118, 153);
}

.environment-box.icon1 {
    background: url("/images/env-img1.png") no-repeat center;
}

.environment-box.icon1 .text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 197px;
    height: 40px;
    content: "";
    background: url("/images/env-text1.png") no-repeat center;
}

.environment-box.icon2 {
    background: url("/images/env-img2.png") no-repeat center;
}

.environment-box.icon2 .text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 197px;
    height: 40px;
    content: "";
    background: url("/images/env-text2.png") no-repeat center;
}

.environment-box.icon3 {
    background: url("/images/env-img3.png") no-repeat center;
}

.environment-box.icon3 .text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 197px;
    height: 40px;
    content: "";
    background: url("/images/env-text3.png") no-repeat center;
}

.environment-center {
    padding-top: 80px;
    padding-bottom: 80px;
    margin: 0px auto 0px;
    /* overflow-x: auto; */
}

.ring {
    position: relative;
    margin: 0 auto;
    width: 1320px;
    height: 450px;
    background: url("/images/base.png");
}

.ring-center {
    position: absolute;
    left: 50%;
    top: 27%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 409px;
    height: 259px;
    background: url("/images/icon-ring-center.png") no-repeat center;
    background-size: 100% 100%;
    padding-top: 195px;
    text-align: center;
    z-index: 9;
}

.ring-center .text {
    font-size: 26px;
    color: rgb(102, 102, 102);
}

.ring-center .subtext {
    margin-top: 5px;
    font-size: 20px;
    color: rgb(102, 102, 102);
}

.ring-href {
    position: absolute;
    width: 150px;
    height: 202px;
    background: url("/images/icon-ring2.png") no-repeat center;
    padding-top: 200px;
    text-align: center;
    font-size: 26px;
    color: rgb(102, 102, 102);
    white-space: nowrap;
}

.ring-href:nth-child(2) {
    left: -69px;
    top: 50px;
    background: url("/images/icon-ring1.png") no-repeat center;
}

.ring-href:nth-child(3) {
    left: 200px;
    top: 190px;
}

.ring-href:nth-child(4) {
    right: 200px;
    top: 190px;
}

.ring-href:nth-child(5) {
    right: -69px;
    top: 50px;
}

.ring-icon {
    position: absolute;
    left: 50%;
    top: 20%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shadow-tab .tab-hd {
    margin: 0px auto 40px;
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shadow-tab .tab-hdl {
    border-width: 1px;
    border-color: rgb(143, 176, 179);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    width: 142px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    font-size: 22px;
    color: rgb(51, 51, 51);
    cursor: pointer;
}

.shadow-tab .tab-hdl.active {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(76, 182, 145)), to(rgb(26, 148, 201)));
    background-image: linear-gradient(180deg, rgb(76, 182, 145) 0%, rgb(26, 148, 201) 100%);
}

.shadow-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.shadow-box {
    position: relative;
    background-color: rgb(153, 153, 153);
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.28);
    width: 200px;
    height: 450px;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.shadow-box.active {
    border-width: 4px;
    border-color: rgb(71, 179, 104);
    border-style: solid;
    background-color: rgb(153, 153, 153);
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.46);
    width: 600px;
    height: 450px;
}

.shadow-box.active .shadow-box-date {
    opacity: 1;
}

.shadow-box.active .shadow-box-text {
    opacity: 1;
}

.shadow-box-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shadow-box-date {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(71, 179, 104, 0.902);
    width: 98px;
    height: 98px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.shadow-box-date::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 29px;
    height: 49px;
    background: url("/images/split.png") no-repeat center;
}

.shadow-box-date .month {
    position: absolute;
    left: 29%;
    top: 38%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.shadow-box-date .date {
    position: absolute;
    left: 70%;
    top: 63%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.shadow-box-text {
    position: absolute;
    /* left: 98px; */
    bottom: 0px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.502);
    padding: 12px 20px 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.shadow-box-text .title {
    font-size: 20px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 30px;
}

.shadow-box-text .sub-title {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 30px;
}

.shadow .more {
    margin: 40px auto;
    display: block;
    border-width: 1px;
    border-color: rgb(230, 230, 230);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 118px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    color: rgb(102, 102, 102);
}

.shadow .more:hover {
    opacity: 0.8;
}

.video-tab .tab-hd {
    margin: 0px auto 40px;
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-tab .tab-hdl {
    border-width: 1px;
    border-color: rgb(143, 176, 179);
    border-style: solid;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    width: 142px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    font-size: 22px;
    color: rgb(51, 51, 51);
    cursor: pointer;
}

.video-tab .tab-hdl.active {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(76, 182, 145)), to(rgb(26, 148, 201)));
    background-image: linear-gradient(180deg, rgb(76, 182, 145) 0%, rgb(26, 148, 201) 100%);
}

.video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
}

.video-item {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 250px;
    display: block;
    overflow: hidden;
    border: 2px solid #47b368;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.video-swiper1 .video-item,
.video-swiper2 .video-item{
    max-width: 522px;
}

.video-item-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: inherit;
    margin: 0 auto;
}

.video-item:hover {
    border: 2px solid rgb(71, 179, 104);
}

.video-item-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 83px;
    padding: 0 18px;
    font-weight: bold;
    font-size: 29px;
    color: #fff;
    line-height: 83px;
    background: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-swiper1 .video-item-text
.video-swiper2 .video-item-text{
    display: flex;
    align-items: center;
    height: 16.45%;
    font-weight: bold;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0 14px;
}

.video-tab .video-swiper {
    position: relative;
}

.video-tab .video-swiper.video-swiper1,
.video-tab .video-swiper.video-swiper2{
    height: 504px;
}

.video-tab .video-swiper.video-swiper1 .swiper-container,
.video-tab .video-swiper.video-swiper2 .swiper-container {
    width: 95%;
    max-width: 95%;
}

.video-tab .video-swiper.video-swiper1 .swiper-wrapper,
.video-tab .video-swiper.video-swiper2 .swiper-wrapper{
    display: flex;
    align-items: center;
}

.video-tab .swiper-container {
    width: 70%;
    max-width: 1010px;
    height: 100%;
    margin: 0 auto;
}

.video-tab .swiper-slide {
    width: 301px;
    height: 504px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.video-tab .video-swiper1 .swiper-slide,
.video-tab .video-swiper2 .swiper-slide{
    width: 522px;
    height: 296px;
}

.video-tab .swiper-button-next::after, .video-tab .swiper-button-prev::after {
    content: none;
}

.video-tab .swiper-button-prev {
    background: url("/images/icon-arr-l.png") center no-repeat;
}

.video-tab .swiper-button-prev:hover {
    background: url("/images/icon-arr-l-active.png") center no-repeat;
}

.video-tab .swiper-button-next {
    background: url("/images/icon-arr-r.png") center no-repeat;
}

.video-tab .swiper-button-next:hover {
    background: url("/images/icon-arr-r-active.png") center no-repeat;
}

.culture {
    padding: 1px 0 45px;
    background: url("/images/bg.png") no-repeat center;
    background-size: 100% 100%;
}

.culture-bd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.culture-left, .culture-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding: 10px;
    width: 740px;
    height: 380px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 4px 12px 0px rgba(124, 155, 177, 0.16), inset 0px 2px 4px 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 4px 12px 0px rgba(124, 155, 177, 0.16), inset 0px 2px 4px 0px rgba(255, 255, 255, 0.3);
}

.culture-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100%;
}

.culture-img.icon1 {
    background: url("/images/left-img1.png") no-repeat center;
}

.culture-img.icon2 {
    background: url("/images/left-img2.png") no-repeat center;
}

.culture-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}

.culture-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px dashed rgba(160, 160, 160, 0.36);
    gap: 10px;
    line-height: 24px;
    height: 60px;
    overflow: hidden;
}

.culture-item:hover {
    opacity: 0.8;
}

.culture-item .label {
    display: inline-block;
    background-color: rgb(71, 179, 104);
    width: 60px;
    height: 24px;
    border-radius: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.culture-item .icon {
    display: inline-block;
    background-color: rgb(214, 214, 214);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.culture-item .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 20px;
    color: rgb(64, 71, 66);
    display: inline-block;
}

.link-box {
    padding-bottom: 80px;
    background: url("/images/bg2.png") no-repeat center bottom;
}

.link-box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.link-box-href {
    position: relative;
    display: inline-block;
    padding-top: 193px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.15);
    width: 348px;
    height: 281px;
    font-size: 26px;
    color: rgb(102, 102, 102);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.link-box-href::before {
    position: absolute;
    left: 50%;
    top: 42%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 130px;
    height: 140px;
}

.link-box-href .text {
    display: inline;
}

.link-box-href .link-box-item {
    display: none;
}

.link-box-href.icon1::before {
    background: url("/images/icon-link1.png") no-repeat center;
}

.link-box-href.icon2::before {
    background: url("/images/icon-link2.png") no-repeat center;
}

.link-box-href.icon4::before {
    background: url("/images/icon-link3.png") no-repeat center;
}

.link-box-href.icon3::before {
    background: url("/images/icon-link4.png") no-repeat center;
}

.link-box-href:hover {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #47b368 url("/images/icon-bg.png") no-repeat right bottom;
}

.link-box-href:hover::before {
    display: none;
}

.link-box-href:hover .text {
    display: none;
}

.link-box-href:hover .link-box-item {
    display: inline-block;
}


.link-box-item {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    display: inline-block;
    height: 30px;
}

.link-box-item:hover {
    opacity: 0.8;
}

@media (max-width: 1530px) {
    .container {
        margin: 0 auto;
        width: calc(100% - 60px);
    }

    .banner-container {
        position: relative;
    }

    .banner-logo1 {
        position: absolute;
        top: 95px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .ring-href:nth-child(2) {
        left: 0px;
        top: 127px;
    }

    .ring-href:nth-child(3) {
        left: 300px;
        top: 214px;
    }

    .ring-href:nth-child(4) {
        right: 300px;
        top: 214px;
    }

    .ring-href:nth-child(5) {
        right: 0px;
        top: 127px;
    }

    .shadow {
        margin-top: 40px;
    }

    .video-list {
        margin: 0 40px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .culture-bd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .culture-left, .culture-right {
        width: 100%;
    }

    .overview-bd {
        height: auto;
    }

    .overview-left {
        width: 100%;
    }

    .overview-right {
        margin: 0 auto;
        float: none !important;
        width: 765px !important;
        height: 590px !important;
    }
}

@media (max-width: 1200px) {
    .video {
        width: calc(100% - 60px);
    }

    .ring {
        width: calc(100% - 60px);
        background-size: 100% 100%;
    }

    .ring-href:nth-child(2) {
        left: 0px;
        top: 127px;
    }

    .ring-href:nth-child(3) {
        left: 300px;
        top: 214px;
    }

    .ring-href:nth-child(4) {
        right: 300px;
        top: 214px;
    }

    .ring-href:nth-child(5) {
        right: 0px;
        top: 127px;
    }

    .link-box-href {
        height: 300px;
    }
}

@media (max-width: 979px) {
    .ring {
        width: calc(100% - 60px);
        background-size: 100% 100%;
    }

    .ring-href:nth-child(2) {
        left: 0px;
        top: 127px;
    }

    .ring-href:nth-child(3) {
        left: 150px;
        top: 214px;
    }

    .ring-href:nth-child(4) {
        right: 150px;
        top: 214px;
    }

    .ring-href:nth-child(5) {
        right: 0px;
        top: 127px;
    }
}

@media (max-width: 767px) {
    .banner-logo-box {
        flex-wrap: wrap;
    }

    .overview-text&gt;a {
        display: block;
        color: rgb(51, 51, 51);
        text-indent: 2em;
    }
    
    .container {
        width: calc(100% - 20px);
    }

    .block-hd .en {
        position: absolute;
        left: 50%;
        top: 50%;
        font-weight: bold;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 40px;
        color: rgba(41, 139, 106, 0.102);
        text-transform: uppercase;
        white-space: wrap;
        display: none;
    }
    
    .banner-logo1 {
        width: calc(100% - 60px);
    }

    .banner-logo2 {
        width: calc(100% - 60px);
    }

    .video {
        height: auto;
        min-height: 230px;
    }

    .overview {
        height: auto;
    }

    .overview-bd {
        height: auto;
    }

    .overview-left {
        width: 100%;
        height: auto;
    }

    .overview .flex-href {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .overview .flex-href .overview-href {
        overflow: hidden;
        width: calc(50% - 30px);
    }

    .overview .flex-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 226px;
    }

    .overview .flex-box  .flex-box-min{
        display: flex;
        flex-direction: column;
        width: calc(100% - 78px);
        height: 100%;
    }
    
    .overview .flex-box .box-href.icon1 {
        display: flex;
        align-items: center;
        padding: 6% 15px 0;
        text-align: center;
        width: 58px;
        height: 100%;
        background: url(/images/box2.png) no-repeat center;
        background-size: cover;
        font-size: 20px;
        color: rgb(255, 255, 255);
        line-height: 38px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    
    .overview .flex-box .box-href.icon2 {
        padding-top: 6px;
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 8px;
        width: 100%;
        height: calc(50% - 8px);
        background: url(/images/box.png) no-repeat right bottom;
        background-size: cover;
    }

    .overview .flex-box .box-href.icon3 {
        padding-top: 6px;
        padding-left: 6px;
        padding-right: 6px;
        margin-top: 8px;
        width: 100%;
        height: calc(50% - 8px);
        background: url(/images/box3.png) no-repeat right bottom;
        background-size: cover;
    }
    
    .overview .flex-box .box-href .text {
        margin: 0 !important;
        margin-top: 2px !important;
        font-size: 22px;
        color: rgb(255, 255, 255);
        line-height: 30px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .overview .map {
        width: 535.5px;
        height: 441.7px;
    }

    .overview .map-href {
        margin-left: -10%;
        height: 12px;
        width: 30px;
    }

    .overview .map-href.xincun {
        left: 36%;
        top: 25%;
    }

    .overview .map-href.xinhai {
        left: 29%;
        top: 27%;
    }

    .overview .map-href.lvhua {
        left: 22%;
        top: 29.5%;
    }

    .overview .map-href.sanxing {
        left: 32%;
        top: 32.5%;
    }

    .overview .map-href.miaozhen {
        left: 37%;
        top: 35%;
    }

    .overview .map-href.gangxi {
        left: 47%;
        top: 38.2%;
    }

    .overview .map-href.jianshe {
        left: 48%;
        top: 40%;
    }

    .overview .map-href.chengqiao {
        left: 42%;
        top: 42.5%;
    }

    .overview .map-href.dongping {
        left: 61%;
        top: 38.5%;
    }

    .overview .map-href.shuxin {
        left: 64%;
        top: 41.5%;
    }

    .overview .map-href.xinhe {
        left: 55.5%;
        top: 47%;
    }

    .overview .map-href.gangyan {
        left: 70.5%;
        top: 46.5%;
    }

    .overview .map-href.baozhen {
        left: 66.5%;
        top: 51%;
    }

    .overview .map-href.xianghua {
        left: 76.5%;
        top: 52%;
    }

    .overview .map-href.zhongxing {
        left: 82.5%;
        top: 51%;
        z-index: 10;
    }

    .overview .map-href.chenjia {
        left: 90.5%;
        top: 51%;
    }

    .overview .map-href.changxing {
        left: 71.5%;
        top: 61.5%;
    }

    .overview .map-href.hengsha {
        left: 97.2%;
        top: 67.2%;
    }

    .overview-right {
        margin: 0 auto;
        float: none !important;
        width: 100%;
        height: 590px;
    }

    .environment-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .ring {
        height: 900px;
    }

    .ring-href:nth-child(2) {
        left: 0px;
        top: 400px;
    }

    .ring-href:nth-child(3) {
        left: 150px;
        top: 700px;
    }

    .ring-href:nth-child(4) {
        right: 150px;
        top: 700px;
    }

    .ring-href:nth-child(5) {
        right: 0px;
        top: 400px;
    }

    .link-box-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .link-box-container .link-box-href {
        width: calc(50% - 10px);
        height: 260px;
        padding-top: 140px;
    }

    .link-box-container .link-box-href::before {
        top: 30%;
    }
    
    .link-box-container .link-box-href:hover {
        display:flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 8px;
        padding-top: 8px;
        gap: 4px;
        background: #47b368 url("/images/icon-bg.png") no-repeat right bottom;
    }
    .link-box-container .link-box-href:hover&gt;a{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    /* .link-box-href::before {
        display: none;
    }
    .link-box-href .text {
        display: none;
    }
    .link-box-href .link-box-item {
        display: inline-block;
    } */

    .shadow-tab .tab-hd {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .video-tab .tab-hdl,
    .shadow-tab .tab-hdl {
        width: 116px;
    }

    .shadow-tab .shadow-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .shadow-tab .shadow-box {
        width: 100%;
        /* border-width: 4px; */
        border: 1px solid transparent;
        box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.28);
        display: none;
    }
    
    .shadow-tab .shadow-box:nth-child(1), 
    .shadow-tab .shadow-box:nth-child(2), 
    .shadow-tab .shadow-box:nth-child(3){
        display: block;
    }
    
    .shadow-box-text {
        height: 40px;;
        padding: 6px 10px 0;
        opacity: 1;
    }

    .video-tab .tab-hd {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0px auto 10px;
    }

    .video-tab .video-item {
        width: 100%;
    }

    .video-tab .video-swiper.video-swiper1, .video-tab .video-swiper.video-swiper2 {
        height: 304px;
    }
    .video-tab .swiper-slide{
        transform: scale(1);
    }
}

@media screen and (min-width: 1280px) {
    /* .video-swiper {
    margin-left: -30px;
  } *//* .swiper-slide.swiper-slide-prev {
    padding-left: 10%;
  }
  .swiper-slide.swiper-slide-next {
    padding-right: 10%;
  } *//* .swiper-button-next {
    right: -30px;
  } */
}

@media screen and (max-width: 1000px) {
    .video-tab .swiper-container {
        width: 80%;
    }
}

@media screen and (min-width: 768px) {
    
    .video-tab .swiper-slide:has(+ .swiper-slide.swiper-slide-prev) {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .video-tab .swiper-slide.swiper-slide-prev, .video-tab .swiper-slide.swiper-slide-next {
        -webkit-transition: 300ms;
        transition: 300ms;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .video-tab .swiper-slide.swiper-slide-next + .swiper-slide {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .video-tab .swiper-slide-active, .video-tab .swiper-slide-duplicate-active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    
    .video-tab .video-swiper1 .swiper-slide:has(+ .swiper-slide.swiper-slide-prev),
    .video-tab .video-swiper2 .swiper-slide:has(+ .swiper-slide.swiper-slide-prev) {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    .video-tab .video-swiper1 .swiper-slide.swiper-slide-prev, .video-tab .video-swiper1 .swiper-slide.swiper-slide-next,
    .video-tab .video-swiper2 .swiper-slide.swiper-slide-prev, .video-tab .video-swiper2 .swiper-slide.swiper-slide-next {
        -webkit-transition: 300ms;
        transition: 300ms;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .video-tab .video-swiper1 .swiper-slide.swiper-slide-next + .swiper-slide,
    .video-tab .video-swiper2 .swiper-slide.swiper-slide-next + .swiper-slide {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    .video-tab .video-swiper1 .swiper-slide-active, .video-tab .video-swiper1 .swiper-slide-duplicate-active,
    .video-tab .video-swiper2 .swiper-slide-active, .video-tab .video-swiper2 .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media screen and (max-width: 768px) {
    .video-tab .swiper-container {
        width: 100% !important;!i;!;
        max-width: 100% !important;!i;!;
        height: 100%;
    }

    .video-tab .swiper-slide {
        height: 470px;
        /* width: auto; */
    }

    .video-tab .swiper-button-prev {
        top: 106%;
        left: -10px;
    }

    .video-tab .swiper-button-next {
        top: 106%;
        right: -10px;
    }

    /* .swiper-slide.swiper-slide-prev {
    padding-left: 5%;
  }
  .swiper-slide.swiper-slide-next {
    padding-right: 5%;
  } */
    .video-item-text {
        height: 43px;
        padding: 0 8px;
        font-size: 19px;
        line-height: 43px;
    }
}

.main {
    margin-top: -20px;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    width: 50;
    height: 50;
    transform: translate(0%, 0%);
    object-fit: cover;
    /* This ensures the video covers the entire container without stretching */
}

@media screen and (max-width: 768px) {
    .ring {
        height: 350px;
    }

    .ring-center {
        position: absolute;
        left: 50%;
        top: 5%;
        width: 200px;
        height: 126px;
        background: url(/images/icon-ring-center.png) no-repeat center;
        background-size: 100% 100%;
        padding-top: 95px;
        text-align: center;
    }

    .ring-href {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 75px;
        height: 100px;
        background: url(/images/icon-ring2.png) no-repeat center;
        background-size: contain;
        /* text-align: center; */
        /* margin: 0 auto; */
    }

    .ring-href:nth-child(2) {
        background-size: contain;
    }

    .ring-icon {
        position: absolute;
        left: 50%;
        top: 20%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .ring-href:nth-child(2) {
        left: -10px;
        top: 80px;
    }

    .ring-href:nth-child(3) {
        left: 120px;
        top: 148px;
    }

    .ring-href:nth-child(4) {
        right: 120px;
        top: 148px;
    }

    .ring-href:nth-child(5) {
        right: -10px;
        top: 80px;
    }

    .video-text {
        display: flex;
        align-items: center;
        justify-content: center;
        top: 10px;
        height: 10%;
        line-height: 1;
        font-size: 14px;
    }
}

@media screen and (max-width: 568px) {
    .ring {
        transform:scale(0.7);
        width: 100%;
        height: 450px;
    }

    .ring-icon {
        position: absolute;
        left: 50%;
        top: 20%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .ring-href&gt;p {
        width: 100%;
        height: auto;
        word-break: break-all;
        white-space: normal;
    }

    .ring-href:nth-child(2) {
        left: -0%;
        top: 40%;
    }

    .ring-href:nth-child(3) {
        left: 25%;
        top: 50%;
    }

    .ring-href:nth-child(4) {
        right: 25%;
        top: 50%;
    }

    .ring-href:nth-child(5) {
        right: -0%;
        top: 40%;
    }
}

@media screen and (max-width: 410px) {
    .environment-center {
        position:relative;
    }

    .ring {
        /* position: absolute; */
        /* left: 50%; */
        /* transform:scale(0.6); */
        /* width: 100%; */
        /* margin: 0 auto; */
    }
}

.video-box {
    max-width: 1200px;
    max-height: 540px;
    margin: 0 auto;
}

.video-box video {
    width: 100%;
    max-height: 540px;
}
.overview-text{
    text-indent:2em;
    
}
.overview-text a{
    color:#333;
}</pre></body></html>