@font-face {
    font-family: 'siyuan' !important;
    src: url("../fonts/siyuan.woff2") format("woff2"), url("../fonts/siyuan.woff") format("woff");
    font-weight: 400;
    font-style: italic
}

body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'siyuan' !important;
}


.w16 {
    max-width: 1600px;
    margin: 0 auto;
}

.w135 {
    max-width: 1350px;
    margin: 0 auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;

}

.swiper-button-next:after,
.swiper-button-prev:after {
    text-shadow: 2px 2px 4px #000000;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    background: white;
    /* 白色圆心 */
    border: 3px solid #cd2427;
    /* 红色外圈 */
    outline: 1px solid white;
    /* 最外层白色边线 */
    border-radius: 50%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.syhead {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 96px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.25) 100%);
    border-radius: 0px 0px 0px 0px;
    z-index: 9;
    max-width: 1920px;
    padding-top: 15px;
    box-sizing: border-box;
}

.syhead .dh {
    margin-top: 20px;
    margin-left: 50px;
}

.syhead .dh a {
    font-size: 20px;
    display: inline-block;
    margin: 0 20px;
    color: #fff;
}

.syhead .dh a.active {
    color: #cd2427;
}

.syhead .dh a:hover {
    color: #cd2427;
}

.syhead .searlang {
    margin-top: 8px;
}

.syhead .searlang img {
    height: 35px;
    cursor: pointer;
    margin-right: 30px;
}

/* 搜索模块样式 */
.syhead .searlang .search-module {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 4px;
    display: none;
    z-index: 10;
}

.syhead .searlang .search-module.show {
    display: flex;
    align-items: center;
}

.syhead .searlang .search-module input {
    padding: 8px 12px;
    border: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    width: 200px;
    margin: 0;
    height: 32px;
    box-sizing: border-box;
}

.syhead .searlang .search-module button {
    /* padding: 8px 16px; */
    width: 58px;
    background: #cd2427;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    margin: 0;
    height: 32px;
    box-sizing: border-box;
}

.syhead .searlang .search-module button:hover {
    background: #a81f22;
}

/* 语言选择模块样式 */
.syhead .searlang .lang-module {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 4px;
    display: none;
    z-index: 10;
}

.syhead .searlang .lang-module.show {
    display: block;
}

.syhead .searlang .lang-module a {
    display: block;
    color: white;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
}

.syhead .searlang .lang-module a:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* 确保searlang有position: relative，使绝对定位的子元素相对于它定位 */
.syhead .searlang {
    position: relative;
}

/* 侧边栏样式 */
.sidebar {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.sidebar-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.sidebar-btn img {
    width: 30px;
    height: 30px;
    z-index: 2;
    position: relative;
}

/* 第一个和第三个按钮的样式 */
.btn-kf,
.btn-ewm {
    background: linear-gradient(135deg, #FDF1F0, #fff);
    border: 2px solid transparent;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.btn-kf::before,
.btn-ewm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.2), rgba(227, 59, 59, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* 第二个按钮的样式 */
.btn-tel {
    background-color: #cd2427;
}

/* 客服按钮点击跳转 */
.btn-kf {
    cursor: pointer;
}

/* 电话信息样式 */
.tel-info {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99;
}

.tel-info p {
    margin: 5px 0;
    text-align: center;
}

.btn-tel:hover .tel-info {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

/* 二维码信息样式 */
.ewm-info {
    position: absolute;
    right: 80px;
    width: 100px;
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99;
    text-align: center;
}

.ewm-info img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.ewm-info p {
    margin: 0;
    font-size: 14px;
}

.btn-ewm:hover .ewm-info {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

/* 按钮悬停效果 */
.sidebar-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* 底部模块样式 */
footer {

    color: white;
    padding: 40px 0 20px;
    margin-top: 50px;
}

.footer-content {

    margin-bottom: 30px;
}

.footer-logo {

    float: left;
    width: 12%;
    margin-right: 50px;
}

.footer-logo img {
    height: 80px;
}

.footer-nav {
    float: left;
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.nav-column {
    margin-right: 40px;
}

.nav-column h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.nav-column ul {
    list-style: none;
}

.nav-column ul li {
    margin-bottom: 18px;
}

.nav-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.nav-column ul li a:hover {
    color: #f0f0f0;
}

.footer-info {
    float: right;
    text-align: right;
}

.footer-info p {
    margin-bottom: 10px;
    font-size: 18px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    text-align: right;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.sy_1 {
    margin: 80px auto;
}

.sy_1 .sy1tit {
    text-align: center;
    position: relative;
    padding: 80px 0;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.sy_1 .sy1tit .sy1tit1 {
    font-size: 42px;

    font-weight: bold;
}

.sy_1 .sy1tit .sy1tit2 {
    font-size: 58px;
    font-weight: bold;
    margin-top: 18px;
}

.sy_1 .sy1tit .sy1tit3 {
    font-size: 20px;
    margin-top: 18px;
}

.sy_1 .sy1tit img {
    position: absolute;
}

.sy_1 .sy1tit .sy1img1 {
    top: 0;
    left: 0;
}

.sy_1 .sy1tit .sy1img2 {
    top: 0;
    right: 0;
}

.sy_1 .sy1tit .jx1 {
    bottom: 12%;
    left: 73%;
    transform: translateX(-50%);
}

.sy_1 .sy1conlist {
    width: 46%;
    float: left;
    margin-right: 8%;
    text-align: center;
    margin-bottom: 50px;
}

.sy_1 .sy1conlist:nth-child(2n) {
    margin-right: 0;
}

.sy_1 .sy1conlist .sy1conlisttit {
    display: inline-block;
    font-weight: bold;
    font-size: 32px;
    color: #AB201C;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(to bottom, rgba(227, 59, 59, 0.5), #FFFFFF);
    border-radius: 50px 50px 50px 50px;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 25px 0;
}

.sy_1 .sy1conlist .sy1conlistcon {
    line-height: 1.5rem;
}

.sy_1 .d-more {
    text-align: center;
    margin-top: 100px;

}

.sy_1 .d-more a {
    position: relative;
    background: #E33B3B;
    border-radius: 40px;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    padding: 20px 100px;
}

.sy_1 .d-more .jx2 {
    position: absolute;
    bottom: 0;
    right: -20px;
}

.sy_1 .d-more .jx3 {
    position: absolute;
    bottom: 0;
    left: 0px;
}

.sy_1 .d-more .xin {
    position: absolute;
    top: -18px;
    right: -58px;
}

.sy_1 .d-ba {
    margin-top: 25px;
}

.sy_1 .d-ba .balist {
    float: left;
    width: 23.5%;
    background-image: url(../img/bg1.png);
    margin-right: 2%;
    padding: 60px 20px;
    box-sizing: border-box;
    background-size: 100% 100%;
    margin-bottom: 25px;
}

.sy_1 .d-ba .balist:nth-child(4n) {
    margin-right: 0;
}

.sy_1 .d-ba .balist .img {
    width: 50%;
    margin: 0 auto;
    width: 170px;
    height: 170px;
    background-image: url(../img/bg2.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
}

.sy_1 .d-ba .balist .img img {
    width: 45%;
}

.sy_1 .d-ba .balist .tit {
    font-size: 28px;
    font-weight: bold;
    color: #AB201C;
    text-align: center;
    margin-top: 20px;
}

.sy_1 .d-ba .balist .con {
    line-height: 1.5rem;
    text-align: center;
    margin-top: 20px;
}

.sy_1 .flist .list {
    float: left;
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 25px;
    box-sizing: border-box;
    background-size: 100% 100%;
    padding: 100px 0 100px 0;
    text-align: center;
}

.sy_1 .flist .list img {
    width: 60px;
}

.sy_1 .flist .list .tit {
    background: linear-gradient(to bottom, rgba(227, 59, 59, 0.5) 0%, rgba(253, 241, 240, 0.5) 100%);
    border-radius: 80px 80px 80px 80px;
    font-weight: 800;
    font-size: 24px;
    color: #AB201C;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 65%;
    text-align: center;
    padding: 10px 0;
    margin: 10px auto;
}

.sy_1 .flist .list .con {
    line-height: 1.5rem;
    text-align: center;
    margin-top: 20px;
}

.sy_1 .flist .list:nth-child(1) {
    background-image: url(../img/fbg1.png);
}

.sy_1 .flist .list:nth-child(2) {
    background-image: url(../img/fbg2.png);
}

.sy_1 .flist .list:nth-child(3) {
    background-image: url(../img/fbg3.png);
}

.sy_1 .flist .list:nth-child(4) {
    background-image: url(../img/fbg4.png);
}

.sy_1 .flist .list:nth-child(5) {
    margin-right: 0;
    background-image: url(../img/fbg5.png);
}

.zhichi {
    position: relative;
    margin-top: -9%;
}

.sy_1 .slist .list {
    float: left;
    width: 32%;
    margin-right: 2%;
    display: flex;
    margin-bottom: 35px;
}

.sy_1 .slist .list img {
    width: 60px;
    display: flex;
    margin-right: 10px;
}

.sy_1 .slist .list .tit {
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
}

.sy_1 .slist .list .con {
    line-height: 1.5rem;
    text-align: center;
}

.sy_1 .slist .list:nth-child(3n) {
    margin-right: 0;
}

.sy_1 .pinpai {
    position: relative;
}

.sy_1 .pinpai div {
    position: absolute;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5rem;
}

.sy_1 .pinpai .p1 {
    top: 18%;
    left: 10%;
}

.sy_1 .pinpai .p2 {
    top: 17%;
    left: 78%;
}

.sy_1 .pinpai .p3 {
    top: 49%;
    left: 2%;
}

.sy_1 .pinpai .p4 {
    top: 48%;
    left: 78%;
}

.sy_1 .pinpai .p5 {
    top: 78%;
    left: 10%;
}

.sy_1 .pinpai .p6 {
    top: 78%;
    left: 70%;
}

@media screen and (max-width: 1200px) {
    .sy_1 .pinpai div {
        position: absolute;
        font-size: 14px;
    }
}

footer {
    background-image: url(../img/footbg.png);
    background-size: 100%;
    background-position: top;
    padding-top: 20%;
    box-sizing: border-box;

}

.goTop>img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.goTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.syhead.syhead2 {
    background: #E33B3B;
    position: relative;
    left: auto;
    transform: translateX(0);
}

.syhead.syhead2 .dh a.active {
    color: #EAD3C1;
}

.syhead.syhead2 .dh a:hover{
    color: #EAD3C1;
}

/* 新闻详情页样式 */
.newsnei {
    margin: 50px auto;
}

.news-detail {

    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;

}

.news-title {
    font-size: 28px;
    font-weight: bold;
    color: #AB201C;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.news-meta {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAD3C1;
}

.news-date {
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}

.news-source {
    font-size: 14px;
    color: #666;
}

.news-content {
    margin-bottom: 40px;
}

.news-img {
    margin-bottom: 30px;
    text-align: center;
}

.news-img img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.news-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    text-indent: 2em;
}

.news-related {
    padding-top: 30px;
    border-top: 1px solid #EAD3C1;
}

.related-title {
    font-size: 20px;
    font-weight: bold;
    color: #AB201C;
    margin-bottom: 20px;
}

.related-list {
    list-style: none;
}

.related-list li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.related-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #AB201C;
    font-weight: bold;
}

.related-list li a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-list li a:hover {
    color: #AB201C;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .news-detail {
        padding: 20px;
    }
    
    .news-title {
        font-size: 24px;
    }
    
    .news-content p {
        font-size: 14px;
    }
    
    .news-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .news-date {
        margin-right: 0;
     
    }
}

/* 联系我们第二部分样式 */
.contact2 {
    margin: 80px auto;
}

.contact2-content {
    display: flex;
    align-items: stretch;
}

.contact2-left {
    width: 50%;
    float: left;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
}

.contact2-info {
    flex: 1;
    padding: 30px;
    box-sizing: border-box;
 
}

.contact2-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #AB201C;
}

.contact2-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.contact2-label {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.contact2-value {
    font-size: 16px;
}

.contact2-image {
    padding: 0 30px 30px;
    box-sizing: border-box;
 
}

.contact2-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.contact2-right {
    width: 48%;
    float: left;
}

.contact2-form {
    background: linear-gradient( to bottom, #FDF1F0 0%, #FFFFFF 100%);
    border-radius: 8px;
    border: 1px solid;
    border-image: linear-gradient( to bottom, rgba(227, 59, 59, 0.5), rgba(255, 255, 255, 0.2)) 1 1;
    padding: 30px;
    box-sizing: border-box;
    height: 100%;
}

.form-title {
    font-size: 28px;
    font-weight: bold;
    color: #E33B3B;
    margin-bottom: 20px;
    text-align: center;
}

.form-intro {
    margin-bottom: 30px;
    line-height: 1.5;
    color: #666;
}

.form-intro p {
    margin-bottom: 10px;
}

.form-row {
    display: flex;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    margin-right: 20px;
}

.form-group:last-child {
    margin-right: 0;
}

.form-group.full-width {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #EAD3C1;
    border-radius: 4px;
    font-size: 14px;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.area-select {
    display: flex;
}

.area-select select {
    flex: 1;
    margin-right: 10px;
}

.area-select select:last-child {
    margin-right: 0;
}

.form-checkbox {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.form-checkbox input {
    margin-right: 10px;
}

.form-checkbox label {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.form-submit {
    text-align: center;
}

.submit-btn {
    background-color: #E33B3B;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #AB201C;
}

.clear {
    clear: both;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .contact2-content {
        flex-direction: column;
    }
    
    .contact2-left,
    .contact2-right {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .form-row {
        flex-direction: column;
    }
    
    .form-group {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .area-select {
        flex-direction: column;
    }
    
    .area-select select {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* 联系我们样式 */
.conact1 {
    margin: 80px auto;
}

.contact-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contact-map {
    width: 47%;
    float: left;
}

.contact-map img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.contact-info {
    width: 47%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}

.company-name {
    font-size: 28px;
    font-weight: bold;
    color: #AB201C;
    margin-bottom: 30px;
}

.contact-details {
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.contact-label {
    font-size: 20px;
    font-weight: bold;
    color: #AB201C;
    margin-right: 10px;
}

.contact-value {
    font-size: 20px;
   color: #AB201C;
}

.contact-qr {
    display: flex;

}

.qr-item {
    text-align: center;
    margin-right: 20px;
}

.qr-item img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}

.qr-label {
    font-size: 14px;
    color: #666;
}

.clear {
    clear: both;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .contact-content {
        flex-direction: column;
    }
    
    .contact-map,
    .contact-info {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .contact-info {
        padding: 20px;
    }
    
    .contact-qr {
        flex-direction: column;
    }
    
    .qr-item {
        margin-bottom: 20px;
    }
}

/* 公告栏样式 */
.newslist .fr {
    width: 30%;
}

.notice-board {
    padding: 20px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #FDF1F0 0%, #FFFFFF 100%);
    border-radius: 8px;
    border: 1px solid;
    border-image: linear-gradient(to bottom, rgba(227, 59, 59, 0.5), rgba(255, 255, 255, 0.2)) 1 1;
    position: relative;
}
.notice-board img {
      position: absolute;
    top: 88%;
    right: -38px;
    width: 150px;
}
.notice-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.notice-line {
    height: 1px;
    background-color: #EAD3C1;
    margin-bottom: 20px;
}

.notice-list {
    list-style: none;
}

.notice-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #EAD3C1;
}

.notice-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.notice-list li a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    line-height: 1.4;
}

.notice-list li a:hover {
    color: #AB201C;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .newslist .fl,
    .newslist .fr {
        width: 100%;
        float: none;
    }
    
    .newslist .fr {
        margin-top: 50px;
    }
}

/* 新闻列表页面样式 */
.newslist {
    margin: 50px auto;
}


/* 新闻轮播样式 */
.news-carousel {
    margin-bottom: 50px;
}

.carousel-item {
    display: flex;
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
}

.carousel-img {
    flex: 0 0 50%;
    overflow: hidden;
}

.carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-content {
    flex: 0 0 50%;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
background: linear-gradient( to bottom, rgba(253,241,240,0.01) 0%, #FFFFFF 100%);
border-radius: 8px 8px 8px 8px;
border: 1px solid;
border-image: linear-gradient(to bottom, rgba(227, 59, 59, 0.5), rgba(255, 255, 255, 0.2)) 1 1;
}

.news-year {
    font-size: 24px;
    font-weight: bold;
    color: #AB201C;
    margin-bottom: 5px;
}

.news-date {

    color: #666;
  
}

.news-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.news-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #503227;
    flex: 1;
}

/* 新闻列表样式 */
.news-list {
    margin-top: 50px;
}
.news-list:nth-child(1){
    margin-top: 120px;
}
.news-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
        background: linear-gradient(to bottom, #FDF1F0 0%, #FFFFFF 100%);
    border-radius: 8px;
    border: 1px solid;
    border-image: linear-gradient(to bottom, rgba(227, 59, 59, 0.5), rgba(255, 255, 255, 0.2)) 1 1;
}

.news-item-img {
    flex: 0 0 40%;
    overflow: hidden;
}

.news-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item-con{
    flex: 0 0 60%;
    overflow: hidden;
    display: flex;
}
.news-item-date {
    flex: 0 0 15%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.news-item-year {
    font-size: 18px;
    font-weight: bold;
    color: #AB201C;
    margin-bottom: 5px;
}

.news-item-day {
    font-size: 14px;
    color: #666;
}

.news-item-content {
    flex: 0 0 85%;
    padding: 20px;
    box-sizing: border-box;
}

.news-item-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.news-item-text {
    font-size: 14px;
    line-height: 1.5;
    color: #503227;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .carousel-item {
        flex-direction: column;
    }

    .carousel-img,
    .carousel-content {
        flex: 0 0 100%;
    }

    .news-item {
        flex-direction: column;
    }

    .news-item-img,
    .news-item-date,
    .news-item-content {
        flex: 0 0 100%;
    }

    .news-item-date {
        padding: 10px;
    }

    .carousel-content,
    .news-item-content {
        padding: 20px;
    }
}

/* 招商页面样式 */
.zhaoshang {
    margin: 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.zs-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    align-items: end;
}

.zs-img {
    width: 34%;

}

.zs-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}

.zs-text {
    width: 66%;
    background: linear-gradient(to bottom, #FDF1F0 0%, #FFFFFF 100%);
    border-radius: 8px;
    border: 1px solid;
    border-image: linear-gradient(to bottom, rgba(227, 59, 59, 0.5), rgba(255, 255, 255, 0.2)) 1 1;
    box-sizing: border-box;
    position: relative;
}

.zs-section:nth-child(even) .zs-img {
    float: right;
}

.zs-section:nth-child(even) .zs-text {
    float: left;
}

.zs-number {
    font-size: 108px;
    font-style: italic;
    top: -68px;
    left: 23.5%;
    position: absolute;
}

.zs-title {
    font-size: 54px;
    font-weight: bold;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
    color: #E33B3B;
    position: absolute;
}

.zs-desc {
    font-size: 28px;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: #333;
    text-align: center;
}

.clear {
    clear: both;
}
.zst1{
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}
.zst2{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #AB201C;
}
/* 响应式调整 */
@media screen and (max-width: 768px) {

    .zs-img,
    .zs-text {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .zs-section:nth-child(even) .zs-img,
    .zs-section:nth-child(even) .zs-text {
        float: none;
    }

    .zs-text {
        padding: 20px;
    }
}

/* 内页导航栏样式 */
.ndao {
    padding: 20px 0;
}

.ndao-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.ndao-nav a {
    font-size: 22px;
    color: #503227;
    font-weight: bold;
    text-decoration: none;
    margin: 0 50px;
    position: relative;
    padding-bottom: 10px;
}

.ndao-nav a.active {
    color: #AB201C;
}

.ndao-nav a.active::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #AB201C;
}

.ndao-line {
    height: 1px;
    background-color: #EAD3C1;
    width: 100%;
}

.n-about {
    background: linear-gradient(to bottom, #FDF1F0 0%, #FFFFFF 100%);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid;
    border-image: linear-gradient(to bottom, rgba(227, 59, 59, 0.5), rgba(255, 255, 255, 0.2)) 1 1;
    padding: 4% 5%;
    box-sizing: border-box;
}

/* 发展历程样式 */
.nab {
    margin: 50px 0;
}

.nab .tit {
    font-size: 32px;
    font-weight: bold;
    color: #503227;
    text-align: center;
    margin-bottom: 50px;
}

.licheng {
    position: relative;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 10px;
    background-color: #AB201C;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.event {
    position: relative;
    width: 50%;
    padding: 20px 0;
    box-sizing: border-box;
    margin-bottom: 40px;

}

.event.left {
    left: 0;
}

.event.right {
    left: 50%;
}

.event-content {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, #FDF1F0 0%, #FFFFFF 100%);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid;
    border-image: linear-gradient(to bottom, rgba(227, 59, 59, 0.5), rgba(255, 255, 255, 0.2)) 1 1;
}

.event-img {
    flex: 0 0 50%;
    overflow: hidden;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-text {
    flex: 0 0 50%;
    padding: 24px;
    box-sizing: border-box;

}

.event-date {
    color: #AB201C;
    margin-bottom: 10px;
}

.event-title {
    font-size: 20px;
    font-weight: bold;
    color: #AB201C;
}

.timeline-dot {
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: #AB201C;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.event.left .timeline-dot {
    right: -12px;
}

.event.right .timeline-dot {
    left: -12px;
}

.timeline-dot.last {
    background-color: transparent;
    width: 30px;
    height: 30px;
    top: 100%;
}

.event.left .timeline-dot.last {
    right: -15px;
}

.event.right .timeline-dot.last {
    left: -15px;
}

.timeline-dot.last img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .timeline::after {
        left: 31px;
    }

    .event {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .event.right {
        left: 0;
    }

    .event.left .timeline-dot,
    .event.right .timeline-dot {
        left: 23px;
        right: auto;
    }

    .event-content {
        flex-direction: column;
    }

    .event-img,
    .event-text {
        flex: 0 0 100%;
    }

    .event.right .event-content {
        flex-direction: column-reverse;
    }
}

.n-about .wz {
    float: left;
    width: 65%;
}

.n-about .img {
    float: right;
    width: 25%;
}

.n-about .wz .tit {
    font-size: 42px;
    font-weight: bold;
    color: #AB201C;
    margin-top: 40px;
    margin-bottom: 30px;
}

.n-about .wz .con {
    font-size: 22px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.n-about .wz .con p {
    line-height: 2.2rem;
    text-indent: 2em;
    margin-bottom: 20px;
}

.nab {
    margin: 80px auto;
}

.nab .tit {
    font-size: 58px;
    font-weight: bold;
    color: #AB201C;
    text-align: center;
    margin-bottom: 30px;
}

.rylist1 {
    margin-top: -38%;
    position: relative;
    z-index: 9;
}

.rylist1 .tit1 {
    font-size: 72px;
    background: linear-gradient(to right, #4E1D17, #A14E2C, #A14E2C);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 24px;
}

.rylist1 .tit2 {
    font-size: 72px;
    font-weight: bold;
    background: linear-gradient(to right, #4E1D17, #A14E2C, #A14E2C);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 24px;
}

.rylist1 .tit3 {
    font-size: 28px;
    margin-bottom: 24px;
}

.rylist1 .list1 {

    width: 68%;
    margin-top: 100px;
}

.rylist1 .list1 .fl {
    width: 48%;
    margin-right: 2%;
}

.rylist1 .list1 div {
    text-align: center;
}

.rylist1 .list1 .ryimg {
    margin-bottom: 25px;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rylist2 {
    margin-top: 80px;
}

.rylist2 .list2 .list {
    float: left;
    width: 32%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 35px;
}

.rylist2 .list2 .list:nth-child(3n) {
    margin-right: 0;
}

.rylist2 .list2 .ryimg {
    margin-bottom: 25px;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-ry {
    position: relative;
}

.d-ry .rybg {
    position: relative;
    z-index: 99;
    margin-top: 4%;
}

.d-ry .p1 {
    background: url(../img/rybg1.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    width: 45%;
    padding: 1.5% 3%;
    color: #fff;
    box-sizing: border-box;
}

.d-ry .p1 .t {
    font-weight: bold;
    font-size: 24px;
}

.d-ry .p1 .c {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.d-ry .p3 {
    background: url(../img/rybg2.png) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
    padding: 1.5% 3%;
    color: #fff;
    margin-top: 35px;
    box-sizing: border-box;
}

.d-ry .p3 .t {
    font-weight: bold;
    font-size: 24px;
}

.d-ry .p3 .c {
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.newslist .fl {
    width: 78%;
}

.newslist .fr {
    width: 20%;
}