html,
body,
ul,
li,
p,
span {
    margin: 0;
    padding: 0;
}
a {
    all: unset;
    cursor: pointer;
  }

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

#root {
    background: #fff;
    margin: 0;
    padding: 0;
}

video {
    outline: none;
    background-color: transparent;
}

/* 自定义控制条的样式 */
video::-webkit-media-controls {
    background-color: transparent;
    color: white; /* 控制条的文字颜色 */
}

/* 其他浏览器的样式 */
video::-webkit-media-controls-panel {
    background-color: transparent;
    color: white; /* 控制条的文字颜色 */
}

.home {
    width: 100vw;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: rgba(176, 150, 113, .1);
}

.header-bar {
    height: 90px;
    width: 100%;
    position: relative;
}

.adverSwiper {
    width: 1300px;
}

.header-bar .logo {
    height: 64px;
    width: 208px;
    position: absolute;
    left: 200px;
    top: 13px;
}

.header-bar .header-menu {
    display: flex;
    list-style: none;
    position: absolute;
    top: 0;
    right: 200px;
}

.header-bar .header-menu li {
    width: 110px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    cursor: pointer;
    position: relative;
}

.header-bar .header-menu li a {
    text-decoration: none;
    color: #000;
}

.header-bar .header-menu li a:hover {
    color: #fff;
}

.header-bar .header-menu li .menu-items {
    position: absolute;
    background: #b09671;
    top: 80px;
    left: 0;
    width: 110px;
    z-index: 20;
    color: #fff;
    display: none;
}

.header-bar .header-menu li .menu-items .menu-item {
    width: 100%;
    height: 40px;
    background: #b09671;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    float: left;
    color: #fff;
}

.header-bar .header-menu li:hover {
    background: #b09671;
    color: #fff;
}

.header-bar .header-menu li:hover a {
    color: #fff;
}

.header-bar .header-menu li:hover .menu-items {
    display: block;
}

.bannerSwiper {
    width: 100%;
    height: 760px;
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-btns {
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 28px;
    justify-content: center;
    z-index: 10;
}

.banner-btn-content {
    width: 300px;
    height: 100%;
    margin-right: 35px;
    display: flex;
    flex-direction: column-reverse;
}

.banner-btn-content .item-content {
    width: 100%;
    height: 350px;
    display: none;
    background: #b09671;
    position: relative;
    position: absolute;
    left: 0;
    top: -350px;
}

.banner-btn-content .item-content .content {
    color: #fff;
    padding: 30px;
    line-height: 30px;
    text-indent: 2em;
    text-align: left; /* 左对齐文本 */
}

.banner-btn-content .item-content .content-btn {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 8px;
    left: 88px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.item-content .content-btn img {
    width: 24px;
    height: 24px;
    margin-left: 5px;
}

.banner-btn-content .banner-btn {
    width: 100%;
    height: 100px;
    background-color: rgba(55, 55, 55, 0.7);
    text-align: center;
    line-height: 100px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.news-center {
    width: 100%;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news-header {
    display: flex;
    height: 340px;
    width: 1300px;
}

.company-video {
    width: 632px;
    height: 340px;
    /* background-color: rgba(176, 150, 113, 0.8); */
    position: relative;
    /* Needed for positioning ::before element */
    text-decoration: none;
    color: #fff;
}

.company-info {
    width: 634px;
    height: 321px;
    /* padding: 25px; */
    background-color: rgba(176, 150, 113, 0.8);
    position: relative;
    /* Needed for positioning ::before element */
    text-decoration: none;
    color: #fff;
}


.company-info h1 {
    z-index: 2;
    position: relative;
}
.company-info h2 {
    z-index: 2;
    position: relative;

}
.company-info p {
    z-index: 2;
    position: relative;
    text-indent: 2em;
    text-align: left; /* 左对齐文本 */
}

.title-area {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    text-align: left;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
    width: calc(100% - 30px);
}

.news-img:hover {
    transform: scale(1.01);
}

.news-header-right {
    position: relative;
    width: 665px;
    height: 340px;
}

.news-header-right .news-bg-title {
    font-size: 100px;
    color: #8f8f8f;
    position: absolute;
    top: 0;
    right: 60px;
    line-height: 84px;
    opacity: 0.2;
}

.news-header-right .news-title {
    font-size: 60px;
    color: #1c1c1c;
    position: absolute;
    font-weight: bold;
    top: 65px;
    right: 0;
}

.news-header-right .news-types {
    display: flex;
    /* flex-direction: row-reverse; */
    position: absolute;
    right: 0;
    bottom: 20px;
}

.news-header-right .news-type {
    width: 124px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid rgba(134, 133, 133, 1);
    text-align: center;
    line-height: 48px;
    color: #505050;
    margin-left: 35px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.news-header-right .news-type-active {
    background: #b09671;
    color: #fff;
    border: none;
}

.news-types .news-type-more {
    position: absolute;
    right: 10px;
    bottom: -25px;
    color: #b09671;
    font-size: 14px;
    display: none;
}

.news-list {
    height: 305px;
    width: 1300px;
    position: relative;
    margin-top: 10px;
    display: none;
}

.news-list-active {
    display: block;
}

.newsSwiper {
    width: 100%;
    height: 100%;
}

.news-item {
    width: 300px;
    height: 305px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news-slide-pre {
    width: 65px;
    height: 65px;
    background-image: url(../images/arrow-pre.png);
    background-size: 100% 100%;
    position: absolute;
    top: 160px;
    left: -60px;
    z-index: 100;
    cursor: pointer;
}

.news-slide-next {
    width: 65px;
    height: 65px;
    background-image: url(../images/arrow-pre.png);
    background-size: 100% 100%;
    position: absolute;
    top: 160px;
    right: -60px;
    z-index: 100;
    transform: rotate(180deg);
    cursor: pointer;
}

.child-slide-pre {
    width: 65px;
    height: 65px;
    background-image: url(../images/arrow-pre.png);
    background-size: 100% 100%;
    position: absolute;
    top: 160px;
    left: -60px;
    z-index: 100;
    cursor: pointer;
}

.child-slide-next {
    width: 65px;
    height: 65px;
    background-image: url(../images/arrow-pre.png);
    background-size: 100% 100%;
    position: absolute;
    top: 160px;
    right: -60px;
    z-index: 100;
    transform: rotate(180deg);
    cursor: pointer;
}

.news-item .news-img {
    width: 300px;
    height: 180px;
    cursor: pointer;
}

.news-item .news-img:hover {
    transform: scale(1.1);
}

.news-item .news-title {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    height: 60px;
    color: #505050;
    text-align: left;
    width: 280px;
    max-height: 3em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item .news-divider {
    width: 36px;
    height: 3px;
    background: #b09671;
    margin-top: 15px;
    /* margin-left: 10px; */
}

.news-item .news-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
}

.news-item .news-detail .news-date {
    font-size: 16px;
    font-weight: bold;
    width: 120px;
    padding-left: 10px;
}

.news-item .news-detail .detail-btn {
    font-size: 14px;
    color: #b09671;
    text-align: right;
    text-decoration: none;
    flex: 1;
    padding-right: 10px;
}

.other-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-top: 30px; */
}

.other-content .other-title {
    width: 1300px;
    height: 200px;
    position: relative;
}

.other-content .other-title .bg-txt {
    font-size: 60px;
    color: #8f8f8f;
    opacity: 0.2;
    line-height: 90px;
}

.other-content .other-title .title-txt {
    color: #1c1c1c;
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    top: 30px;
}

.other-title-more {
    height: 30px;
    position: absolute;
    right: 15px;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    color: #b09671;
}

.other-content .other-item {
    width: 1300px;
    height: 190px;
    background-color: rgba(176, 150, 113, 0.2);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.other-content .other-item .item-img {
    width: 250px;
    height: 150px;
    margin-left: 16px;
}

.other-content .other-item .item-center {
    flex: 1;
    padding-left: 16px;
    padding-top: 20px;
    height: 170px;
}

.other-content .other-item .item-center .center-title {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
}

.other-content .other-item .item-center .center-txt {
    color: #3b3b3b;
    font-size: 14px;
    margin-top: 20px;
    line-height: 30px;
}

.other-content .other-item .item-right {
    width: 180px;
    height: 190px;
    color: #b09671;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.other-content .other-item .item-right .date {
    font-size: 20px;
    margin-bottom: 15px;
}

.other-content .other-item .item-right .year {
    font-size: 16px;
    margin-bottom: 15px;
}

.other-content .other-item .item-right .right-arrow {
    width: 33px;
    height: 33px;
}

.infomation {
    width: 100%;
    height: 465px;
    background-color: rgba(176, 150, 113, 0.7);
    position: relative;
}

.infomation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/news-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 300%;
    background-position: center center;
    opacity: 0.2;
    z-index: 1;
}

.infomation .info-title {
    width: 720px;
    height: 220px;
    font-size: 100px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 110%;
    position: absolute;
    left: 80px;
    top: 130px;
}

.infomation .info-title .title-txt {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 200px;
    top: 60px;
    z-index: 10;
}

.infomation .info-title .view-more {
    width: 116px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    text-decoration: none;
    left: 450px;
    top: 100px;
    z-index: 10;
}

.infomation .info-content {
    width: 860px;
    height: 360px;
    position: absolute;
    right: 0;
    top: 52px;
    background-color: rgba(176, 150, 113, 0.825);
    z-index: 10;
}

.info-slide {
    background-color: rgba(176, 150, 113, 0.825);
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.info-slide-pre {
    width: 35px;
    height: 35px;
    background-image: url(../images/arrow-pre.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 20px;
    left: 100px;
    z-index: 100;
    cursor: pointer;
}

.info-slide-next {
    width: 35px;
    height: 35px;
    background-image: url(../images/arrow-pre.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 20px;
    right: 100px;
    z-index: 100;
    transform: rotate(180deg);
    cursor: pointer;
}

.infomation .info-item-title {
    padding-left: 30px;
    padding-top: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.infomation .info-title-line {
    width: 76px;
    height: 2px;
    background: #fff;
    margin-left: 30px;
    margin-top: 20px;
}

.infomation .info-title-date {
    font-size: 14px;
    color: #dedede;
    padding-left: 30px;
    padding-top: 20px;
}

.infomation .info-title-detail {
    padding: 30px;
    width: 500px;
    font-size: 14px;
    color: #fff;
    text-indent: 2em;
    text-align: left; /* 左对齐文本 */
}

.people-content {
    width: 100%;
    height: 660px;
    background-color: rgba(176, 150, 113, 0.7);
    margin-top: 40px;
    position: relative;
}

.people-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/people-bg.jpg);
    background-repeat: no-repeat;
    background-size: 200% 100%;
    background-position: center center;
    opacity: 0.2;
    z-index: 1;
}

.people-content .people-container {
    width: 1300px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -650px;
    top: 0;
}

.people-container .people-title {
    width: 651px;
    height: 157px;
    opacity: 0.2;
    color: rgba(243, 243, 243, 1);
    font-size: 100px;
    line-height: 110%;
    text-align: left;
    padding-top: 62px;
    position: relative;
}

.people-container .title-txt {
    position: absolute;
    left: 0;
    top: 130px;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

.people-container .view-more-btn {
    width: 116px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 160px;
    z-index: 10;
    text-decoration: none;
}

.people-content .people-list {
    width: 1300px;
    height: 280px;
    position: absolute;
    left: 50%;
    margin-left: -650px;
    bottom: 60px;
    display: flex;
    z-index: 100;
    justify-content: space-between;
}

.people-content .people-list .people-list-item {
    width: 400px;
    height: 280px;
    position: relative;
    cursor: pointer;
}

.people-content .people-list .people-list-item:hover {
    transform: scale(1.1);

}

.people-content .people-list .people-list-item .people-item-img {
    width: 100%;
    height: 100%;
}

.people-content .people-list .people-list-item .people-item-txt {
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    background-color: rgba(176, 150, 113, 0.65);
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer {
    width: 100%;
    height: 200px;
    background-color: #b09671;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 45px;
}


.notice {
    width: 1300px;
    display: flex;
    align-items: center;
    /* margin-top: 25px; */
    margin-bottom: 25px;
}

.notice .notice-img {
    width: 148px;
    height: 48px;

}

.notice .notice-txt {
    font-size: 20px;
    color: #e44936;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    flex: 1;
}

.notice-animate {
    animation: marquee 20s linear infinite;
}

.notice .notice-more {
    padding-left: 10px;
    font-size: 14px;
    color: #b09671;
    text-align: right;
    text-decoration: none;
}

.notice .notice-txt a {
    display: inline-block;
    padding-right: 20px; /* 调整间距 */
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.zyyw {
    width: 1300px;
    height: 386px;
}

.zy-div {
	float: left;
	width: 285px;
	height: 410px;
	margin-right: 25px;
	box-shadow: 5px 5px 10px #ddd;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.zy-div div {
	width: 100%;
	padding: 0 10px;
}

.zy-div div p {
	font-size: 22px;
	color: #132a79;
	margin-top: 15px;
	margin-bottom: 5px;
}

.zy-div div span {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
    text-indent: 2em;
    text-align: left; /* 左对齐文本 */
}
.zy-content {
    color: #b09671;
    margin-top: 30px;
    line-height: 30px;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.zy-div div a {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 14px;
	color: #b09671;
	line-height: 50px;
}

.zyyw-body .on {
	width: 580px;
	position: relative;
}

.zyyw-body .on img {
	width: 100%;
	height: 100%;
}

/* .zyyw-body .on div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0px 30px;
} */

.zyyw-body .on div p {
	/* color: #fff; */
	color: #b09671;
	font-size: 24px;
	font-weight: bold;
}

.zyyw-body .on div span {
	color: #fff;
	font-size: 14px;
	width: 308px;
	border: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	padding-bottom: 5px;
}

.zyyw-body .on div a {
	color: #fff;
	font-size: 14px;
	width: 108px;
	margin-top: 10px;
}

.adver {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .adver img {
    width: 1300px;
    height: 100%;
  }
  .clearfix:before,
  .clearfix:after {
    display: block;
    content: " ";
    clear: both;
  }
  .zyyw-body .on div, .zy-div div {
    box-sizing: border-box;
  }
  .zyyw {
    margin-top: 0;
    /* padding-top: 30px; */
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .zy-div ul {
    /* padding-left: 20px; */
    /* padding-top: 30px; */
    /* padding-right: 20px; */
    list-style: none;
  }

  .zy-div ul li {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .zy-div ul li .dot {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #b09671;
    padding: 0;
    margin-right: 10px;
  }

  .zy-div .zy-title {
    width: 100%;
    display: flex;
    margin-top: 20px!important;
    height: 60px!important;
    justify-content: center;
  }

  .zy-div .zy-title .zy-title-area {
    color: #fff;
    background-color: #b09671;
    font-weight: bold;
    font-size: 20px;
    width: 180px;
    height: 60px;
    border-radius: 38px;
    text-align: center;
    line-height: 60px;
  }

  .w {
    width: 1200px;
    margin: 0 auto;
  }

  .zyyw img {
    border: 0;
    vertical-align: middle;
      width: 284px;
    height: 166px;  
    max-width: 100%;
  }

  .pa {
    position: absolute;
  }

  .cy-mo-span {
    display: none !important;
  }
    .zy-div {
    background-color: #fff;
        width: 24%;
        margin-right: 1%;
        border-radius: 8px;
    }
    .zyyw-body .on { width: 40%; }
    .zy-div:last-child {
margin-right: 0;
}

    .plate-title .plate-title-1 { color: #94070A; font-size: 28px; }
    .zy-div div span { color: #333; }
    .zy-div div p { color: #b09671; }
    .zyyw-body .on div { background: none; }
    .PartyBuildingMobileMainBus { display: none; }
    @media screen and (max-width: 850px) {
        .zyyw {display: none; }
        .adverSwiper {width: 100%;}
        .main3 { padding-top: 10px; }
        .plate-title .plate-title-1 {font-size: 20px; padding-left: 0;font-weight: 400;}
        .PartyBuildingMobileMainBus {
            display: block; }
        .PartyBuildingMobileMainBus .PartyBuildingMobileContent {background-color: #fff; border-bottom: none; }
        .main3 .PartyBuildingMobileContent img { width: 100%; }
        .PartyBuildingMobileMainBus .PartyBuildingMobileTitle, .PartyBuildingMobileMainBus .PartyBuildingMobileDescri{ padding: 0 10px; }
    }

#child .child-item {
    width: 305px!important;
    padding-left: 10px;
    padding-right: 10px;
    background: none;
}

#child .child-content {
    background: #fff;
    height: 350px;
    border-radius: 8px;
	box-shadow: 5px 5px 10px #ddd;
}

#child .child-content .child-title-area {
    padding: 8px;
    text-align: center;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
}

#child .child-content .child-des-area {
    color: #b09671;
    text-indent: 2em;
    font-size: 16px;
    padding: 10px;
    line-height: 33px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.special-nav {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    height: 150px;
}
.special-nav a {
    transition: all 0.3s;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.special-img {
    width: 640px;
    margin: 10px;
    height: 100%;
}