@font-face {
    font-family: 'AlibabaPuHuiTi-3-35';
    src: url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-35/AlibabaPuHuiTi-3-35-Thin.woff2') format('woff2'),
         url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-35/AlibabaPuHuiTi-3-35-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlibabaPuHuiTi-65';
    src: url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-65-Medium.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlibabaPuHuiTi-3-45';
    src: url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-45/AlibabaPuHuiTi-3-45-Light.woff2') format('woff2'),
         url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-45/AlibabaPuHuiTi-3-45-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlibabaPuHuiTi-3-55';
    src: url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-55/AlibabaPuHuiTi-3-55-Regular.woff2') format('woff2'),
         url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-55/AlibabaPuHuiTi-3-55-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlibabaPuHuiTi-3-55-1';
    src: url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-55-1/AlibabaPuHuiTi-3-55-RegularL3.woff2') format('woff2'),
         url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-55-1/AlibabaPuHuiTi-3-55-RegularL3.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlibabaPuHuiTi-3-65';
    src: url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-65/AlibabaPuHuiTi-3-65-Medium.woff2') format('woff2'),
         url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-65/AlibabaPuHuiTi-3-65-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlibabaPuHuiTi-3-75';
    src: url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-75/AlibabaPuHuiTi-3-75-SemiBold.woff2') format('woff2'),
         url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-75/AlibabaPuHuiTi-3-75-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlibabaPuHuiTi-3-85';
    src: url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-85/AlibabaPuHuiTi-3-85-Bold.woff2') format('woff2'),
         url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-85/AlibabaPuHuiTi-3-85-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlibabaPuHuiTi-3-95';
    src: url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-95/AlibabaPuHuiTi-3-95-ExtraBold.woff2') format('woff2'),
         url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-95/AlibabaPuHuiTi-3-95-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlibabaPuHuiTi-3-105';
    src: url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-105/AlibabaPuHuiTi-3-105-Heavy.woff2') format('woff2'),
         url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-105/AlibabaPuHuiTi-3-105-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AlibabaPuHuiTi-3-115';
    src: url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-115/AlibabaPuHuiTi-3-115-Black.woff2') format('woff2'),
         url('/static/assets/ali/fonts/AlibabaPuHuiTi-3-115/AlibabaPuHuiTi-3-115-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'AlibabaPuHuiTi-3-45', sans-serif;
}
            .box-rongyu {
                width: 1200px;
                margin: 100px auto;
            }
            
            .box-top-rongyu {
                overflow: hidden;
            }
            
            .box-top-rongyu ul li {
                float: left;
                width: 110px;
                height: 32px;
                line-height: 28px;
                text-align: center;
                border-radius: 25px;
                transition: background-color 0.3s ease, transform 0.3s ease;
                margin-right: 10px;
                border: 2px solid #f5b7bf;
                background-color: #ffffff;
                font-size: 14px;
                color: #000000;
            }
            
            .tab-rongyu li.active1 {
                background-color: #f5b7bf;
                color: #000000;
            }

            
            .box-middle-rongyu {
                height: 380px;
                margin-top: 0;
                background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 50%), url(/slide/rongyu.png);
                position: relative;
                margin: 0px 40px;
            }
            
            .box-middle-rongyu .item-rongyu {
                display: none;
                float: left;
                height: 300px;
                overflow-y: auto;
                position: absolute;
                top: 0;
                right: 0;
                width: 450px;
                margin: 30px;
            }

            .box-middle-rongyu .item-rongyu.active1 {
                display: block;
            }
/* WebKit 浏览器滚动条样式 */
        .content-box-rongyu::-webkit-scrollbar {
            width: 10px; /* 滚动条宽度 */
        }

        .content-box-rongyu::-webkit-scrollbar-track {
            background: #f2f2f2; /* 滚动条轨道颜色 */
        }

        .content-box-rongyu::-webkit-scrollbar-thumb {
            background: #f5b7bf; /* 滚动条滑块颜色 */
            border-radius: 5px; /* 滑块圆角 */
        }

        .content-box-rongyu::-webkit-scrollbar-thumb:hover {
            background: #f5b7bf; /* 滑块悬停时的颜色 */
        }

        /* Firefox 浏览器滚动条样式 */
        .content-box-rongyu {
            scrollbar-color: #f5b7bf #f2f2f2; /* 滑块颜色 轨道颜色 */
            scrollbar-width: thin; /* 滚动条宽度：thin | auto | none */
        }



        .title-hezuo {
            font-size: 24px; /* 标题字体大小 */
            font-weight: bold;
            margin-bottom: 20px; /* 标题与Logo墙之间的间距 */
            height: 80px;
            padding-top: 40px;
        }
        .logo-wall {
            display: grid;
            grid-template-columns: repeat(5, 1fr); /* 5列 */
            grid-gap: 20px; /* 每个Logo之间的间距 */
            margin: 40px;
        }
        .logo-item {
            position: relative;
            padding-top: calc(85 / 218 * 100%); /* 根据宽高比设置高度 */
            background-color: #f0f0f0; /* Logo背景颜色 */
            overflow: hidden; /* 确保内容超出部分隐藏 */
        }
        .logo-item img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain; /* 保持图片比例并适应容器 */
        }
        /* 响应式设计 - 可选 */
        @media (max-width: 1200px) {
            .logo-wall-container {
                width: 90%;
            }
            .logo-wall {
                grid-template-columns: repeat(auto-fill, minmax(218px, 1fr));
            }
        }
.tab-container {
            max-width: 1200px;
            margin: 50px auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .tab-buttons {
            display: flex;
            margin-bottom: 5px;
            width: 100%;
        }
        .tab-button {
            cursor: pointer;
            padding: 10px 20px;
            border: none;
            background-color: #ffffff;
            font-size: 30px;
            width: 25%;
            color: black;
        }
        .tab-button.active {
            background-color: #fadbdf;
            color: black;

        }
        .tab-content {
            display: none;
            width: 100%;
        }
        .tab-content.active {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #ffffff;
        }
        .content-left {
            flex: 1;
            padding-right: 40px;
            padding-left: 80px;
        }
        .content-left h2 {
            font-size: 36px;
            margin-bottom: 20px;
            color: #333;
        }
        .content-left p {
            font-size: 18px;
            line-height: 1.6;
            color: #666;
            margin-bottom: 0rem;
        }
        .content-left a {
            display: inline-block;
            padding: 10px 20px;
            background-color: #e54c5e;
            color: white;
            text-decoration: none;
            font-size: 16px;
            transition: background-color 0.3s ease;
        }
        .content-left a:hover {
            background-color: #0056b3;
        }
        .content-right img {
            width: 526px;
            max-width: 100%;
            height: 440px;
            border-radius: 10px;
        }
.nav-item-daohang {
        display: inline-block;
        padding: 10px 15px;
        color: #333;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color 0.3s, color 0.3s;
    }

    /* 悬停效果 */
    .nav-item-daohang:hover {
        background-color: #f0f0f0;
        color: #007bff;
    }

    /* 激活状态的样式 */
    .nav-item-daohang.active2 {
        background-color: #007bff;
        color: white;
    }

/* 首页第一页 幻灯片底部鼠标样式css */
.shouye-link-next-page{
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
    width: 24px;
    height: 40px;
    background: rgba(112, 112, 112, .34);
    border: 2px solid #fff;
    border-radius: 13px;
    text-align: center;
    z-index: 1;
}
.shouye-link-next-page i{
    top: 6px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
}

/* Banner 容器 */

        .banner-container {
            position: relative;
            width: 100%; /* 设置宽度为100% */
            height: 300px; /* 固定高度 */
            overflow: hidden;
            border-radius: 10px;
            
        }

        /* 图片容器 */
        .banner-images {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%; 
        }

        /* 每张图片 */
        .banner-images img {
            width: 100%; /* 每张图片占满整个容器宽度 */
            height: 300px;
            object-fit: cover;
            flex-shrink: 0; /* 防止图片缩小 */
        }

        /* 左右箭头样式 */
        .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            font-size: 24px;
            padding: 10px;
            cursor: pointer;
            z-index: 10;
        }

        .arrow-left {
            left: 10px;
        }

        .arrow-right {
            right: 10px;
        }

.divider {
        color: gray;
        margin: 0 5px; /* 调整竖线与文字的间距 */
        font-size: 14px; /* 调整竖线大小 */
    }

.shenqingzhiwei-btn {
      display: inline-block;
      padding: 10px 20px; /* 内边距，控制按钮大小 */
      font-size: 16px; /* 字体大小 */
      color: #fff; /* 文字颜色 */
      background-color: #007bff; /* 按钮背景颜色 */
      text-align: center; /* 文字居中 */
      text-decoration: none; /* 去掉下划线 */
      border: none; /* 移除边框 */
      border-radius: 25px; /* 设置圆角半径，值越大越圆 */
      cursor: pointer; /* 鼠标悬停时显示手型 */
      transition: background-color 0.3s ease; /* 添加背景色过渡效果 */
	  position: absolute;
	  top: 30%;
      right: 0px;
    }


.shenqingzhiwei-btn-dibu {
      display: inline-block;
      padding: 10px 20px; /* 内边距，控制按钮大小 */
      font-size: 16px; /* 字体大小 */
      color: #fff; /* 文字颜色 */
      background-color: #007bff; /* 按钮背景颜色 */
      text-align: center; /* 文字居中 */
      text-decoration: none; /* 去掉下划线 */
      border: none; /* 移除边框 */
      border-radius: 25px; /* 设置圆角半径，值越大越圆 */
      cursor: pointer; /* 鼠标悬停时显示手型 */
      transition: background-color 0.3s ease; /* 添加背景色过渡效果 */
	  position: absolute;
	  right: 55%;
      bottom: 100px;
    }


/* 固定图标容器 */
.fixed-icons {
    position: fixed;
    right: 0;
    bottom: 25px;
    z-index: 1000;
}

/* 图标样式 */
.icon {
    width: 60px;
    height: 60px;

    cursor: pointer;

    display: flex;
    justify-content: center;
    align-items: center;
}

.icon img {
    width: 50px;
    height: 50px;
}

/* 弹出留言框 */
.message-box {
    position: fixed;
    bottom:20px ;
    right: 84px;
    background-color: #ffffff00;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    width: 458px;
}
.message-box-body {
	padding: 45px;
    background-color: #ffffff;
    height: 459px;
}
.message-box-top {
	background-color: #d61518;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px 25px 20px;
}
.message-box-top-dazi{
    font-size: 20pt;
    color: #fff;
    letter-spacing: 0.035rem;
    font-family: 'AlibabaPuHuiTi-3-65', sans-serif;
    font-weight: normal;
}
.message-box-top-xiaozi{
    font-size: 13pt;
    color: #fff;
    letter-spacing: 0.080rem;
    line-height: 19.11pt;
    font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
    text-align: center;
    font-weight: normal;
}


.message-box.hidden {
    display: none;
}

.message-box h3 {
    font-size: 18px;
}

.message-box input,
.message-box textarea {
    width: 100%;
    margin-bottom: 17px;
    padding: 10px 10px 10px 20px;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 13pt;
    font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
    color: #666666;
    line-height: 19.01pt;
}

.message-box button {
    padding: 10px 20px;
    background-color: #d61518;
    color: #ffffff;
    border: none;
    width: 100%;
    border-radius: 25px;
    cursor: pointer;
	font-size: 13pt;
	letter-spacing: 0.080rem;
    line-height: 19.11pt;
    font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
    text-align: center;
    font-weight: normal;
    
}

.message-box button:hover {
    background-color: #d61518;
    color: #ffffff;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

/* 放大的二维码 */
.expanded-qrcode {
    position: fixed;
    right: 64px; /* 调整距离右侧的位置 */
    bottom: 25px;
	transform-origin: 100% 0%; /* 动画从右上角开始 */
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.expanded-qrcode.active {
    opacity: 1;

}



.expanded-qrcode.hidden {
    display: none;
}

.expanded-qrcode img {
    width: 177px;
    height: 177px;
}

@keyframes expand {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.bx {
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1400px;
    width: 1400px;
}

.anli-list {
	display: flex;
    flex-wrap: wrap;
    row-gap: 20px;

}




.container {
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow: hidden;
	max-width: 100vw;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.2em;
	transition: transform 0.8s ease-in-out;
	margin-top:0px;
}

/* 设置每个 slide 的初始位置 */
.slide:nth-child(1) { transform: translateY(0); }
.slide:nth-child(2) { transform: translateY(100%); }
.slide:nth-child(3) { transform: translateY(100%); }
.slide:nth-child(4) { transform: translateY(100%); }
.slide:nth-child(5) { transform: translateY(100%); }
.slide:nth-child(6) { transform: translateY(100%); }

/* 背景颜色 */
.slide:nth-child(1) { background-color: #e40401; }
.slide:nth-child(2) { background: #f7f8fa; }
.slide:nth-child(3) { background: #ffffff; }
.slide:nth-child(4) { background: #f7f8fa; }
.slide:nth-child(5) { background: #ffffff; }
.slide:nth-child(6) { background: #ffffff; }

.product-list { 
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 800px;
	padding: 20px;
}

.product-card {
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 8px;
}

button {
	margin-top: 10px;
	padding: 5px 10px;
	cursor: pointer;
}

/* 灰色点样式 */
.dots-container {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 10px;
}

.dot {
	width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid transparent;
    opacity: .5;
    background: #8c8c8c;
    background-clip: content-box;
    margin: 2.8px auto;
}

.dot.active {
	border-color: #d61518;
    background: transparent;
}

.banner-shouye{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	margin-top: 90px;
}
.banner_shouye_list{
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}

.banner_shouye_list.active{
	display: block;
}
.banner_shouye_list img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 确保图片按比例缩放并覆盖整个容器 */
	margin-top: 0px;
}
.banner-shouye-dh{
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
}

.banner-shouye-q{
	left: 40px;
}

.banner-shouye-h{
	right: 40px;
}

.banner-shouye-rqzsq{
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 2;
}

.banner_shouye_zsq{
	width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
	
}

.banner_shouye_zsq.active,.banner_shouye_zsq:hover{
	background-color: #fff;
}








.horizontal-line{
	width: 100%; /* 宽度可以根据需要调整 */
    height: 1px; /* 线条厚度 */
    background-color: #f7f7f7; /* 灰色背景 */
    margin: 43px 0px 22px 0px; /* 上下外边距，可根据需要调整 */
}
.container-anli {
        display: flex;
        justify-content: space-between;
        padding: 5px;
		gap: 20px;
        
}
.text-anli {
        flex: 1;
        text-align: center;
        position: relative;
}
.divider-anli {
        width: 4px;
        height: 20px; /* 根据实际情况调整高度 */
        background-color: #f6f6f6;
}


/* 资讯中心css */


/* 首页解决方案css */
.l-section {
    padding-top: 90px;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(/slide/bj_01.png) top left / 510px, url(/slide/bj_02.png) bottom right / 450px;
    background-color: #f6f7f9;
    background-repeat: no-repeat;
}
.l-container {
    min-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    height: 680px;
}
.l-title {
    margin-bottom: 64px;
    text-align: center;
}
.l-title h2{
    font-size: 47px;
    letter-spacing: 0.1em;
    font-family: 'AlibabaPuHuiTi-3-65', sans-serif;
	margin-bottom: 14px;
}
.l-title p{
    font-size: 21.67px;
    color: #676767d9;
    letter-spacing: 0.1em;
    font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
}

.advantage ul li {
    margin-right: 20px;
    height: 370px;
    width: calc(20% - 20px);
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.3s;
    cursor: pointer;

}
.advantage ul li .info-box {
    position: absolute;
    left: 30px;
    top: 170px;
    z-index: 2;
    transition: all 0.3s;

}
.advantage ul li h3 {
    font-size: 28.21px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 70px;
    transition: all 0.3s;
	margin: 0;
    padding: 0;
    font-family: 'AlibabaPuHuiTi-3-65', sans-serif;
}
.advantage ul li p {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 130px;
    min-width: 420px;
    max-width: calc(100% - 40px);
    font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
}
.advantage ul li a {
    font-size: 19.17px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
}
.advantage ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    width: 100%;
    height: 5px;
    background: url(/slide/line-img.png) center;
    animation: lines 3s linear infinite;
}

.advantage ul li i {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
    vertical-align: middle;
    background-size: 100% 100% !important;
}
.advantage ul[data-index="1"] li:nth-child(1) .info-box {
    top: 50px;
    bottom: 40px;
}
.advantage ul[data-index="2"] li:nth-child(2) .info-box {
    top: 50px;
    bottom: 40px;
}
.advantage ul[data-index="3"] li:nth-child(3) .info-box {
    top: 50px;
    bottom: 40px;
}
.advantage ul[data-index="4"] li:nth-child(4) .info-box {
    top: 50px;
    bottom: 40px;
}

.advantage ul[data-index="1"] li:nth-child(1) .info-box p {
    margin-top: 70px;
}
.advantage ul[data-index="2"] li:nth-child(2) .info-box p {
    margin-top: 70px;
}
.advantage ul[data-index="3"] li:nth-child(3) .info-box p {
    margin-top: 70px;
}
.advantage ul[data-index="4"] li:nth-child(4) .info-box p {
    margin-top: 70px;
}
.advantage ul[data-index="1"] li:nth-child(1) {
    width: 40%;
}
.advantage ul li:nth-child(1) {
    background: url(/slide/advantage-img-01.jpg) center no-repeat;
    background-size: cover !important;
}
.advantage ul[data-index="2"] li:nth-child(2) {
    width: 40%;
}
.advantage ul li:nth-child(2) {
    background: url(/slide/advantage-img-02.jpg) center no-repeat;
    background-size: cover !important;
}
.advantage ul[data-index="3"] li:nth-child(3) {
    width: 40%;
}
.advantage ul li:nth-child(3) {
    background: url(/slide/advantage-img-03.jpg) center no-repeat;
    background-size: cover !important;
}
.advantage ul[data-index="4"] li:nth-child(4) {
    width: 40%;
}
.advantage ul li:nth-child(4) {
    background: url(/slide/advantage-img-04.jpg) center no-repeat;
    background-size: cover !important;
}
.advantage ul[data-index="1"] li:nth-child(1):after {
    background-image: linear-gradient( 89deg, #000000 0%, rgba(40, 40, 40, 0.2) 51% );
}
.advantage ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100% );
    z-index: 1;
    display: none;
}
.advantage ul li:last-child {
    margin-right: 0;
}

/* 首页案例css */


.customized {
    background: #fff;
    width: 100vw;
    padding-top: 90px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 1240px;
}
.customized_z{
    width: 1400px;
    height: 680px;
    margin-left: auto;
    margin-right: auto;
}
.customized .des-content {
    margin-bottom: 56px;
	text-align: center;
}
.des-content h2{
	font-size: 47px;
    letter-spacing: 0.1em;
    font-family: 'AlibabaPuHuiTi-3-65', sans-serif;
    font-weight: 600;
}

.dabiaoti h2{
	font-size: 47.08px;
    letter-spacing: 0.1em;
    font-family: 'AlibabaPuHuiTi-3-65', sans-serif;
	margin-bottom: 11px;
    font-weight: normal;
}
.gywm_dabiaoti{
	font-family: 'AlibabaPuHuiTi-3-65', sans-serif;
    font-size: 30.27pt;
    letter-spacing: 0.035rem;
    padding-bottom: 68.57px;
    text-align: center;
}
.dabiaoti p{
	font-size: 21.67px;
    color: #676767d9;
    letter-spacing: 0.1em;
    font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
    font-weight: normal;
}

.des-content p{
	font-size: 21.67px;
    color: #676767d9;
    letter-spacing: 0.1em;
    font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
    font-weight: normal;
}
.customized .des-content .title {
    margin-bottom: 20px;
	font-size: 27px;
    letter-spacing: 0.1em;
    font-weight: bold;
	text-align: center;
}

.customized .des-content .des {
    color: #88888a;
    font-family: PingFangSC-Regular,PingFangSC-Regular fallback,PingFang SC;
    font-size: 13px;
    font-weight: 400;
    text-align: center
}

.customized .list-box {
    display: flex;
    justify-content: center;
    width: 100%
}

.customized .list {
    display: flex;
    overflow-x: scroll;
    padding: 0 0 32px;
    position: relative;
    scrollbar-width: none
}

.customized .list .list-item {
    margin: 48px 16px 0 0;
}

.customized .list .list-item .box {
    background: linear-gradient(180deg,#edeff2,#f5f6f8);
    border-radius: 20px 36px;
    box-sizing: border-box;
    display: flex;
    height: 330px;
    justify-content: flex-end;
    padding: 30px 24px;
    position: relative;
    transition: all .5s;
    width: 215px
}

.customized .list .list-item .box .img-box {
    /* cursor:pointer; */
    left: 0;
    opacity: 0;
    position: absolute;
    top: 56px;
    transition: all .1s linear;
    z-index: 100
}

.customized .list .list-item .box .img-box img {
    border-radius: 20px 36px;
    
    height: 280px;
    width: 230px
}

.customized .list .list-item .box .show-img {
    opacity: 1;
	margin-left: -200px;
}

.customized .list .list-item .box .show-img img {
    height: 273px;
    width: 246px
}

.customized .list .list-item .box .content-box {
    position: relative;
    width: 160px
}

.customized .list .list-item .box .content-box .num {
    color: #fff;
    font-family: numberBold,numberBold fallback;
    font-size: 44px;
    font-weight: 700;
    left: 0;
    line-height: 66px;
    opacity: .8;
    position: absolute;
    top: 0;
    z-index: 0
}

.customized .list .list-item .box .content-box .wrap {
    left: 0;
    top: 0
}

.customized .list .list-item .box .content-box .name {
    color: #000;
    font-size: 25.25px;
    line-height: 32px;
    margin-bottom: 16px;
    padding-top: 36px;
	font-family: 'AlibabaPuHuiTi-3-85', sans-serif;
    font-weight: normal;
}

.customized .list .list-item .box .content-box .details {
    color: #666;
    font-size: 17.08px;
    font-weight: 400;
    line-height: 24px;
	font-family: 'AlibabaPuHuiTi-3-55', sans-serif;

}

.customized .list .list-item .box .content-box .btn-box {
    bottom: 0;
    
}

.customized .list .list-item .box .content-box .el-button {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #ff4848;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    transition: .2s;
    width: 160px;
	margin-top: 25px;
}

.customized .list .list-item .box .content-box .el-button .icon-ic_more {
    font-size: 16px
}

.customized .list .list-item .box .content-box .el-button:focus {
    background-color: #ff4848!important;
    color: #fff!important
}

.customized .list .list-item .box .content-box .el-button:hover {
    background-color: #fff!important;
    color: #ff4848!important
}

.customized .list .list-item .box .content-box .el-button:active {
    background-color: #ff4848!important;
    border: 1px solid #fff;
    color: #fff!important
}

.customized .list .list-item .box-active {
    background: #ff4848;
    padding: 30px 32px;
	width: 256px;
    transform: translateX(190px);
	margin-right: 190px;
}

.customized .list .list-item .box-active .content-box .num {
    opacity: .24
}

.customized .list .list-item .box-active .content-box .details,.customized .list .list-item .box-active .content-box .name {
    color: #fff
}

.customized .list .list-item .box-active .content-box .el-button:hover {
    background: #fff;
    color: #f12b2b
}

.customized .list .list-item:first-child {
    margin-left: 16px;
}

.customized .list .list-item:last-child {
    margin-right: 16px
}

.customized .anli_click {
    display: flex;
    justify-content: center;
    margin-bottom: 40px
}

.customized .anli_click li {
    cursor: pointer;
    display: inline-block;
    padding: 8px
}

.customized .anli_click li span {
    background: #f1f1f1;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px
}

.customized .anli_click .li-active span,.customized .anli_click li:hover span {
    background: #ff4848
}

.customized .more {
    color: #666;
    font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
    font-size: 21.67px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    text-align: center
}

.customized .more a {
    color: #666
}

.customized .more a:hover {
    color: #f12b2b
}

/* 首页生态建设css */
.shentailogo{
	height: 100vh;
    width: 100vw;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shentailogo_z{
    width: 1400px;
    height: 780px;
    margin-left: auto;
    margin-right: auto;
}
.shengtai-container {
    
}
.shengtai-container .data{
    color: #fff;
    display: flex;
    justify-content: space-around;
}

.shengtai-container .data li .box{
    padding: 6px 0;
}

.num-box{
    width: 135px;
}

.shengtai-container .data li .box .des{
	color: black;
    font-size: 22.92px;
    text-align: center;
    font-family: 'AlibabaPuHuiTi-3-75', sans-serif;
}
.shengtai-container .show .theme{
    color: black;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
}
.shengtai-container .show{
    margin-bottom: 10px;
    text-align: center;
}

/* 首页品牌logo css */

        #pplogo_img {  
		width: 1400px;
		height: 405px;
		border-radius: 16px;
		overflow: hidden;
		position: relative;
		box-shadow: 0 2px 50px 0 rgba(0, 0, 0, .03);
		border: 1px solid hsla(0, 0%, 100%, 0);
		background: #f6f7f9;
		animation-delay: .2s; 
		padding:20px;
		margin-top: 20px;
        }  
  
        .pplogo_main div {  
            width: 1400px;  
            height: 386px;  
            border-radius: 10px;  
            flex-shrink: 0;  
			height:96px;
			width:258px;
        }  
  
        .pplogo_main {  
            position: absolute;  
            left: 0;  
            display: flex;  
            gap: 10px;  
        }  
		.pplogo_main img {  
            overflow: hidden; 
            position: relative;
			width: 344px;
            height: 120px;
            transform: scale(0.7);
            border-radius: 15px;	
        } 
		#pplogo_main2 {
			margin-top:122px
		}
		#pplogo_main3 {
			margin-top:244px
		}
  
  







/* 首页合作咨询 */
.hezuo_reservation{
	height: 100vh;
    width: 100vw;
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hezuo_title{
	color: #000;
    font-size: 47.08px;
    line-height: 48px;
    text-align: center;
    font-family: 'AlibabaPuHuiTi-3-65', sans-serif;
}
.hezuo_el-input__inner{
	align-items: center;
    background-color: var(--el-input-bg-color,var(--el-fill-color-blank));
    background-image: none;
    border-radius: var(--el-input-border-radius,var(--el-border-radius-base));
    box-shadow: 0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset;
    display: inline-flex;
    flex-grow: 1;
    justify-content: center;
    padding: 1px 11px;
    transform: translateZ(0);
    transition: var(--el-transition-box-shadow)
}
.hezuo_el-input__wrapper{
	align-items: center;
    background-color: var(--el-input-bg-color,var(--el-fill-color-blank));
    background-image: none;
    border-radius: var(--el-input-border-radius,var(--el-border-radius-base));
    box-shadow: 0 0 0 1px var(--el-input-border-color,var(--el-border-color)) inset;
    display: inline-flex;
    flex-grow: 1;
    justify-content: center;
    padding: 1px 11px;
    transform: translateZ(0);
    transition: var(--el-transition-box-shadow)
}
.hezuo_el-input__wrapper:hover {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset;
}

.hezuo_el-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset
}
.hezuo_el-input__wrapper:hover {
    box-shadow: 0 0 0 1px var(--el-input-hover-border-color) inset
}

.hezuo_el-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px var(--el-input-focus-border-color) inset
}
.hezuo_reservation .hezuo_des-content{
    margin-bottom: 48px
}

.hezuo_reservation .hezuo_des-content .hezuo_title{
    margin-bottom: 20px
}

.hezuo_reservation .hezuo_des-content .hezuo_des{
    color: #666;
    font-size: 21.67px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
}

.hezuo_reservation .hezuo_form-box{
    display: flex;
    justify-content: center;
	margin-top: 70px;
}

.hezuo_reservation .hezuo_form-box .hezuo_img-box{
    height: 280px;
    margin-right: 120px;
    width: 280px
}

.hezuo_reservation .hezuo_form-box .hezuo_img-box img{
    
    width: 100%
}

.hezuo_reservation .hezuo_form-box .hezuo_form{
    
}

.hezuo_reservation .hezuo_form-box .hezuo_form .hezuo_item-box{
    display: flex
}

.hezuo_reservation .hezuo_form-box .hezuo_form .hezuo_el-form-item{
    margin-bottom: 20px
}

.hezuo_reservation .hezuo_form-box .hezuo_form .hezuo_el-form-item .hezuo_ipt-mini{
    height: 44px;
    line-height: 44px;
    margin-right: 16px;
    width: 160px
}

.hezuo_reservation .hezuo_form-box .fhezuo_orm .hezuo_el-form-item .hezuo_ipt-medium{
    height: 44px;
    line-height: 44px;
    width: 224px
}

.hezuo_reservation .hezuo_form-box .hezuo_form .hezuo_el-form-item .hezuo_ipt{
    height: 44px;
    line-height: 44px;
    width: 400px
}

.hezuo_reservation .hezuo_form-box .hezuo_form .hezuo_el-form-item .hezuo_ipt .hezuo_el-option{
    background: #ff4848
}

.hezuo_reservation .hezuo_form-box .hezuo_form .hezuo_el-form-item .hezuo_r20 .hezuo_reservation .hezuo_form-box .hezuo_form .hezuo_el-form-item .hezuo_r210 .hezuo_el-input__wrapper {
    border-radius: 22px
}

.hezuo_reservation .hezuo_form-box .hezuo_form .hezuo_el-form-item .hezuo_btn{
    font-size: 18px;
    font-weight: 600
}

.hezuo_reservation .hezuo_form-box .hezuo_form .hezuo_el-form-item .hezuo_el-form-item__error {
    line-height: 16px;
    padding-left: 15px;
    padding-top: 2px
}

.hezuo_reservation .hezuo_form-box .hezuo_form .hezuo_el-form-item .hezuo_s-span{
    background: rgba(255,72,72,.05);
    height: 36px
}

.hezuo_el-form-item__content {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    font-size: var(--font-size);
    line-height: 32px;
    min-width: 0;
    position: relative;
}
.hezuo_el-form-item--large .hezuo_el-form-item__content {
    line-height: 40px;
}

.form-group {
    margin-bottom: 15px;
  }
.form-row {
    display: flex;
    gap: 10px;
  }
.form-half-width,.form-full-width {
    padding: 0px 18px;
    font-size: 14px;
    border: 1px solid #eee; /* 灰色边框 */
    color: var(--el-input-text-color, var(--el-text-color-regular));            /* 灰色文字 */
    border-radius: 20px;    /* 两边椭圆 */
    outline: none;          /* 去掉点击时的蓝色边框 */
    box-sizing: border-box;
	height: 48px;           /* 设置固定高度 */
    line-height: 48px;      /* 调整行高以使文本垂直居中 */
  }
  /* 设置 placeholder 的颜色 */
  .form-half-width::placeholder,
  .form-full-width::placeholder {
    color: #9c9c9c; /* 你可以根据需要调整这个颜色值 */
  }  
  
.form-half-width {
    flex: 1;
    min-width: calc(50% - 5px);
    width: 238px;
    font-size: 18px;
    font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
  }
.form-full-width {
    width: 100%;
    font-size: 18px !important;
    font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
  }
.form-btn.form-green.form-full-width {
    height: 48px;           /* 提交按钮的高度也设为48px */
    line-height: 48px;      /* 调整行高以使文本垂直居中 */
    background-color: green;
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
  }
  
.form-btn{
    line-height: 30px;
    height: 44px;
    font-size: 18px;
    font-weight: 600;
    background-color: #d61518;
    color: white;
}


/* 首页底部css */
.dibudazi{
	color: #010000;
    font-size: 12.5pt;
    font-family: 'AlibabaPuHuiTi-3-65', sans-serif;
    letter-spacing: 0.02rem;
}
.dibuxiaozi{
	color: #8b8b8b;
	font-family: 'AlibabaPuHuiTi-3-65', sans-serif;
    font-size: 10.94pt;
    font-weight: normal;
    letter-spacing: 0.02rem;
}

.daohang_top{
	width: 1200px;
    display: flex;
	height: 39px;

}

.daohanglan_nav {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
    flex-grow: 1;
    margin-top: -4px;
}
.daohanglan_nav-item {
  padding: 0 20px;
  transition: all .5s ease;
  position: relative;
  line-height: 30px;
}
.daohanglan_nav-link{
	padding: 6px 7px;
    font-size: 16px;
    border-bottom: 1px solid transparent;
    opacity: .8;
    font-family: HYQiHei-EZS;
}


/* 初始状态下隐藏搜索面板 */
.search-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
	transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

/* 当显示时搜索面板从顶部滑入 */
.search-panel.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}




.daohanglan_nav-item a {
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  display: block;
  transition: color 0.3s;
  color: #000000;
  padding: 6px 7px;
  opacity: .8;
}


.daohanglan_nav-item:hover a,
.daohanglan_nav-item.active a,
.daohanglan_item:hover a,
.daohanglan_item.active a
 {
   /* 导航栏字体颜色悬浮和激活样式 */
   color: #E40018;
   opacity: 1;
}



.dark-nav .daohanglan_nav-item a,
.dark-nav .daohanglan_item a {
	/* 首页在第一页 我们单独css */
	color: #ffffff;
	opacity: .8;

}


.dark-nav .daohanglan_nav-item:hover a,
.dark-nav .daohanglan_nav-item.active a,
.dark-nav .daohanglan_item:hover a,
.dark-nav .daohanglan_item.active a {
	/* 在首页第一页时导航栏字体颜色悬浮和激活样式 */
	opacity: 1;
    
}

.dark-nav .daohanglan_nav > .daohanglan_nav-item::after  {
	   border: 1.5px solid #ffffff !important; /* 边框宽度与颜色 */
}


/* 我们后面向下箭头图标的css */
.daohanglan_link svg{
	/* 设置箭头基本大小形状 */
	width: 16px;
    height: 16px;
    opacity: .8;
}
.daohanglan_link svg g path {
	/* 设置箭头颜色 */
	stroke: #000;
}


.daohanglan_link:hover svg g path {
  /* 当鼠标悬停在.daohanglan_link上时，改变箭头颜色为白色 */
  stroke: #E40018 !important;
}

.dark-nav .daohanglan_link svg g path {
	/*首页单独设置，当不在第一页时，当鼠标悬停在.daohanglan_link上时，改变箭头颜色为酒红色 */
	stroke: #f4ceca !important;
	
	
}
.dark-nav .daohanglan_link:hover svg g path {
  /*首页单独设置，在第一页时，鼠标悬浮设置 */
  stroke: #ffffff !important; /* 白色 */
	
}
/* 我们后面向下箭头图标的css end */


/* 首页搜索放大镜图标的css */
.icon-search {
	/*搜索图标基本css */
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 100%;
    vertical-align: -6.5px;
    background-position: center;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABGdJREFUaEPtmVvIpWMUx3+fwWAYLlw4lQzu3E2S0yBjwjCRQ+JCIjmM5mJKLkwNriSiHKO5UMihXIyYCeWQpiFkFKG5cY6h0DiM0/Srtb6exjb7ed53f6fab+32t/d+n+dZ//Vf67/Wer8J5vg1McftZwxgphkcMzBmoKcHxiHU04G9l4+aAfcrX/8Cvv7pben/bDAKAO6xB/D3ECO9x2ukYPoC2NWoo4HjgcOA/YDvgc+AzcD2gp2RgegDQOM1ZD5wAXAjcAKw9wAmvgGeAR4EPg3GMrx6RVdXAPMiZI4BHgbOCKMElKykYWmo3/8A3AHcF2x4j793vroASOMNleeBw4E/gT3DqG+Br4EdwEHAUcFS5ojrHwBWxv3TCkDAHmisvxzGafxewBbgbmATYMgkAFm6Argm7hOIYG8D1hbMdWKhhYE03oNeBM4JI415Pboa+GOAVzNXTgWeBI4IxgTtHhuAZLUZRAuAPOQi4LnCiDIcvKfU/ZRYv9Pzi8Pgg8PSt4AlfaS1BUB65xXgzPjwYSjPbxWhoMcNt6uBxwKQ7MjCxor1A9mpBZDhcyTwcSSlh18JPB4x/dcQ/nOPBcDrwYZLVLHrK/f4zxG1ADJ8Lgk9dyMTVfn8pMF7Jq9A7wVWhTVvAKfF32WeVeVDKwAP9XCvtwPArw1ymI64ClhXhOHpwI8NjpgEVwsgPbcGuD1WvxmeM0FrPZeKdDHwbOyzNfb5aioBpOduCMn07PcAPfdLA4Dc5zrgoQDwQQD4qWGfZgbSc8uBF2L1zwHg/QYdTyYfjcLmVq8CS7u2FrUhlCGifkv5AXHgzcBdlQDSCXaqrwHHhiPuBG6ZahUqFeEJ4PL4QiWyA/1iiAE6wPBRgWzmbo06YP6cBLzTJf61oZYB7834tXLaB/nZ10uA1dliZojYkWaDlpXY9Rp/YVRxf3etFV1p7ny1APCQDAMT0ES093EeMCSujeFlkCLZL/m74eKg42XSqv8m8bT0QsmY3ts/PH9KAcJe36FlPfAR8DtwCGATdxlwctHz6Aibv3uiQ7XF6HS1MlCycGh0l0qpjVrZuMmMQA0peyAv70lP+/5uTHJfTicD6aUMpYWAxc3hZJ8wendOkSWHnARrLXEcVQRyzyYmujCQB7jWl0l7HGCROzGGHGU2DXI6cw5+KpL2EeDSCDFBW0fOBZzksk5Ug+gDIMPJ93zKcCCwKLy8bzyJ0Lufhwp5r0lsB6tyObWZ4PZVMqEsNzHRF0DJRsb3oBlXo1Kd/F2jTfgVhQhYC84DvmthYlQASiBprN/lE4nyEUp6WCVzxDy/AOE8LROCqGJi1ABqYzfZMMwsZuZA1hRByMy2GhAzBaCs7CrZ08DZBQhbdWuHArDbVn0mAZQ1RdWSiWVFYt8E3D+sRsw0gJIJFcwh56yo0FbqoYPSbABQMuEzIxs+a4USO2cAZJ+VypWOHfrYcbYwsKsMD/tfw6TazTYAtTI8BtDsqalaMA6hqfJs7b47AQl/DECsJB47AAAAAElFTkSuQmCC);
}
.dark-nav .icon-search {
	/*当首页不在第一页，改变图标 */
	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABD9JREFUaEPtmF3In3MYxz9fNiTkLcyB8i55yUtKWRw5IZoDB/Oa8roiI4awJuGEHlNm4kRNPGslJxzgYA8mbTWK5AAHiK1pbaXh2U/fv+tXv27P9r/v3/3s/2z1Xz3tX/d9/+7re32/13V9r1sc4P90gMfPGMBcMzhmYMxAzwyMJdQzgb0fHzPgFKaUnIiD/FPS7mZaU0q+xkzX+lLQm4EIzoGnAONg5zleYFrSPznI5r19gx8kpc8hDshZTSnNBy4GLgcuBE4ADgO2AT8CG4DPJf0y2yCqARTBXwDcBSwEjgV2xd80cEgAsay+ByaBtyTtsuwya32SWAWgCP46YBlwIrAD2Ah8DfwE/BWAzgl2zgQsp0+AJyRty+eMFEAj+GdD7w76VWBK0t+F5gdZTimdDNwM3AgcZTkBSyTt7MtEJwbyy1JK5wOrIsPrgUcl/RH69pmDgo4a8+9BkaeUrgceB44B1khaPjIA0SrdCh3IBHBtSMaZ3JJSOhjYPZOuMzBJ0yml24Gl7lDAvZI29JFSawYcYARwKfB6ZHeppI/ztb1pOScgJLcSuBp4T9KDI6mBQvv3hQw+BO6OTA6YGRZIccY1wHPAduCGYLCqK7VmoBhSq4GrgJWSJtpkf4aiPtrZB/y/WfyoVkZdAXhgrQNOBR6T9H7Ni6Ne1gCeISskvd0lESXTXQEcCnwQ3ac6c1HUZvJK4HlJb4wKgBl4FzgLeFLSukoG7JV8jofc05Ima86p8kIppVcAF+EqSS+klOaVhm1YJ4o2vABYCxweA+2zfQ6g6CC3Ap7AU8A9kra3HUZFK15sOwH8CiyStKPtGc0Eta6BAsC5MQds3JZLeqcNC8Xz7jyvAZcBb0p6pjb4zhIqgngKMBM/AA9I+sYgwv//bx6UC01KyVbilrDad0j6rlY+NQCyObOG3UXOBr6Ngv6q8Epm1vd6V8jPuAHcD9wG2HZMSFrdJ/jOAPIwi8AuAV4CTgJ+jq4yKWlrKYno+bYfdwJ+xsGvl7Rk2ORuc711DZSHNZaZFcB5gG30FmBTbGF5H/CGdgZwRNzj+7ypuQ1P1fb/HE8VgGAiS+O48PqLAP8+MgxbfsefwE5gc7RO185FwO/AI5I+7QOiGkAGMdDhfxb7eOCKsAfuNNa810tvZ15gNnvZSSmdArwcQ2wr8HBY6oHbbSObaisx0+FdPpkUc+A04MUAYdkZxBc1TPRioFEX+dtQ3si8yA++B5WLTlE/NoRmwruy5fSQpC+7gpg1AE129jacCibsqczE6cBvAWJjFxD7DMAwLRdMmAGvqJaVrYWZ2NR2PswZgGgCeU21K/VMsaw8U5aFnIZuaXMKYA8gPFPWtt2V5xxAA4Q/T97kfbk50fckyf0CQDlT8lwZVkO9J3HbF3S5r/j00uorR5WZ6xLQKO7dbyRUC3YMoDZzs/XcmIHZymTtOf8CfO9jTwRZYU8AAAAASUVORK5CYII=);
}

/* 首页搜索放大镜图标的css end */





/* 小圆点指示器 */
.daohanglan_nav > .daohanglan_nav-item::after  {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 7px; /* 圆圈直径 */
  height: 7px; /* 圆圈直径 */
  border: 1.5px solid #E40018; /* 边框宽度与颜色 */
  background-color: transparent; /* 空心效果 */
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
  margin-top: -8px;
}

.daohanglan_nav-item:hover::after,
.daohanglan_nav-item.active::after {
  opacity: 1;
}
/* 当鼠标悬停时显示子菜单 */
.daohanglan_has-children:hover .daohanglan_submenu {
  display: block;
}





.daohanglan_navigation {
  position: relative;
}

.daohanglan_menu {
  list-style-type: none;
  padding: 0;
}

.daohanglan_item {
  position: relative;
  float: left;
  cursor: pointer;
  padding: 0 15px;
  transition: all .5s ease;
  line-height: 30px;
}
.daohanglan_item a{
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  display: block;
  transition: color 0.3s;
  color: #000000;
  padding: 6px 7px;
  opacity: .8;
}


.daohanglan_link {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
}

.daohanglan_submenu {
    display: none;
    overflow: visible !important;
    position: absolute;
    left: -10px;
    background-color: #fff;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 15px 25px;
    width: 100%;
    min-width: 120px;
}

.daohanglan_submenu li {
  line-height: 30px;
  list-style: none;
}

.daohanglan_submenu li:hover>a {
  color: #e40018 !important;
}

.daohanglan_sublink {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
}

/* 鼠标悬停时显示二级菜单 */
.daohanglan_item:hover .daohanglan_submenu {
  display: block;
}

#daohanglan_z li ul.daohanglan_submenu li a:before{
	content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: var(--primary-color)
}

#daohanglan_z li ul.daohanglan_submenu li:hover>a{
	color:#e40018 !important
}
#daohanglan_z li ul.daohanglan_submenu li:hover>a:before {
    width: 100%;
    left: 0;
    right: auto
}

#daohanglan_z li ul.daohanglan_submenu li:hover>ul.daohanglan_submenu {
    top: 0;
    visibility: visible;
    opacity: 1
}

#daohanglan_z li ul.daohanglan_submenu li ul.daohanglan_submenu {
    top: 10%;
    left: 100%;
    visibility: hidden;
    opacity: 0
}
.submenu-item a{
	padding: 0;
    color: #000000 !important;
    font-family: 'AlibabaPuHuiTi-3-35', sans-serif;
    position: relative;
    text-decoration: none; /* 移除默认下划线 */
}
.daohanglan_submenu .submenu-item a:hover {
    color: #ff0000 !important; /* 鼠标悬浮时文字颜色变为红色 */
}
.daohanglan_submenu .submenu-item a::after {
    content: '';
	display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 89%;
    height: 1px; /* 下划线高度 */
    background-color: #ff0000; /* 下划线颜色 */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease; /* 动画持续时间和缓动函数 */
}
.daohanglan_submenu .submenu-item a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
.daohanglan_submenu .submenu-item a:not(:hover)::after {
    transform-origin: right;
}
.menu-arrowas::after{
	content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px; /* 根据需要调整 */
  height: 16px; /* 根据需要调整 */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path stroke="%23000" stroke-width="1.5" stroke-linecap="square" d="M12 6L8 10 4 6"></path></g></svg>');
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease;
  margin-top: 10px; /* 调整箭头位置 */
}


/* 首页荣誉css */
.rongyu_container {
    padding-top: 77px;
      height: 100vh;
      width: 100vw;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: url(/slide/bj_03.png) bottom left / 430px;
      background-color: #f6f7f9;
      background-repeat: no-repeat;
  }
  .rongyu_container_z{
      width: 1200px;
      height: 582.85px;
      margin-left: auto;
      margin-right: auto;
  }
  .rongyu_header {
    text-align: center;
    padding-bottom: 34.29px;
  }
  
  .rongyu_header h2 {
  }
  
  .rongyu_header p {
  
  }
  
  .rongyu_content {
      display: flex;
      width: 1200px;
      margin: auto;
  }
  
  .rongyu_sidebar {
    width: 218.57px;
    background-color: #ffffff;
    border-radius: 4.29px;
    padding-top: 17.14px;
  }
  
  .rongyu_sidebar ul {
    list-style-type: none;
    padding: 0;
    width: 218.57px;
    overflow: hidden;
    margin-bottom: 0;
  }
  
  .rongyu_sidebar li {
    margin-bottom: 28.33px;
    margin-left: -4.29px;
  }
  
  .rongyu_sidebar a {
    display: block;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s;
  }
  
  .rongyu_sidebar a:hover {
    background-color: #e0e0e0;
  }
  
  .rongyu_main_content {
    flex-grow: 1;
    margin-left: 17.14px;
    background-color: #fff;
    border-radius: 4.29px;
    padding: 17.14px;
    background-image: url('/slide/jiangbei.png');
    background-position: left;
    background-size: cover;
    display: flex;
    align-items: center;
  }
  
  .rongyu_content_item {
    display: block;
    position: relative;
    padding: 17.14px;
    background-color: #fff0;
    border-radius: 4.29px;
    height: 223.86px; /* 设置固定高度 */
    overflow: hidden;
  }
  .rongyu_content_item::after {
    content: "";
    display: table;
    clear: both;
  }
  .rongyu_content_item img {
    float: right;
    margin-left: 17.14px;
  }
  
  .rongyu_hidden {
    display: none;
  }
  
  .rongyu_header h2{
  
  }
  
  
  .rongyu_sidebar a.rongyu_menu_item {
    display: block;
    color: #ea0000;
    border-width: 2px; 
    border-style: solid; 
    border-color: transparent; /* 默认透明边框颜色 */
    font-family: 'AlibabaPuHuiTi-3-85', sans-serif;
    text-decoration: none;
    transition: background-color 0.3s, background-image 0.3s;
    background: white; /* 默认纯白背景 */
    font-size: 22.62px;
    font-weight: normal;
    padding-left: 42.86px;
  }
  
  /* 鼠标悬停时的样式 */
  .rongyu_sidebar a.rongyu_menu_item:hover {
    background-image: linear-gradient(to right, #ffcbc9, #ffffff);
      border-image: linear-gradient(to right, #feb5b9, #ffffff) 1;
  }
  
  /* 当前选中的样式 */
  .rongyu_sidebar a.rongyu_menu_item.rongyu_active {
    background-image: linear-gradient(to right, #ffcbc9, #ffffff);
      border-image: linear-gradient(to right, #feb5b9, #ffffff) 1;
  
  }
  .rongyu_a{
      padding: 8.57px 8.57px 8.57px 25.71px;;
  }
  
  .rongyu_sanjiao{
      display: flex !important;
      justify-content: space-between;
      align-items: center;
  }
  
  
  .notice-list{
        font-size: 16.29px;
          font-family: 'AlibabaPuHuiTi-3-55', sans-serif;
     }
  .triangle-right {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid red; /* 调整颜色和大小 */
        display: inline-block;
        transition: all 0.3s ease;
        padding-right: 34.29px;
      }
      #list-wrapper-1,
      #list-wrapper-2,
      #list-wrapper-3,
      #list-wrapper-4 {
          position: relative;
      }

      #list-wrapper-1 ul,
      #list-wrapper-2 ul,
      #list-wrapper-3 ul,
      #list-wrapper-4 ul {
          list-style: none;
          padding: 0 17.14px;
          margin-bottom:0px;
  
      }
      #list-wrapper-1 li,
      #list-wrapper-2 li,
      #list-wrapper-3 li,
      #list-wrapper-4 li {
          height: 30px;
          line-height: 30px;
          color: #727272;
  
      }
      .notice-list li {
      transition: all 0.3s ease;
      margin-bottom:7.71px;
  }
  
  .notice-list li:hover {
      color: #d61518 !important;
      font-size: 1.2em;
      font-weight:bold;
  } 
/* 首页荣誉css end*/



/*首页底部css*/
.shouye_footer{
	background-color: #ffffff;
    height: 240px;
    width: 1200px;
    margin: auto;

}

/*首页总css*/
.shouye_dabiaoti{
	color: #000;
    font-size: 47.08px;
    line-height: 48px;
    text-align: center;
    font-family: 'AlibabaPuHuiTi-3-65', sans-serif;
}

/*自适应*/
.daohang_container{
    max-width: 1200px;
    align-items: center !important;
    display: grid !important;
    height: 90px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 2552px) {
    /*
    .daohang_container {
        min-width:1850px;
    }
    .daohang_top{
        min-width:1850px;
    }
    .banner-shouye{
        min-width:2552px;
    }
    .l-container {
        min-width:1850px
    }
    .customized_z{
        min-width:1850px
    }
    .rongyu_container_z{
        min-width:1850px
    }
    .shouye_footer{
        min-width:1850px
    }
     */
    .l-section {
        background: url(/slide/bj_01.png) top left / 800px, url(/slide/bj_02.png) bottom right / 800px;
        background-color: #f6f7f9;
        background-repeat: no-repeat;
    }
    .rongyu_container{
        background: url(/slide/bj_03.png) bottom left / 800px;
        background-color: #f6f7f9;
        background-repeat: no-repeat;
    }
}
/* 屏幕在 1920px 到 2559px 之间时生效 */
@media (min-width: 1913px) and (max-width: 2551px) {
    .l-section {
        background: url(/slide/bj_01.png) top left / 600px, url(/slide/bj_02.png) bottom right / 600px;
        background-color: #f6f7f9;
        background-repeat: no-repeat;
    }
    .rongyu_container{
        background: url(/slide/bj_03.png) bottom left / 600px;
        background-color: #f6f7f9;
        background-repeat: no-repeat;
    } 
}
/* 屏幕在 1920px 到 2559px 之间时生效 
@media (min-width: 1400px) and (max-width: 1912px) {
    .daohang_container {
        min-width:1400px
    }
    .daohang_top{
        min-width:1400px;
    }
    .l-container {
        min-width:1400px
    }
    .customized_z{
        min-width:1400px
    }
    .rongyu_container_z{
        min-width:1400px
    }  
}
    */
/* 首页波浪线动画的动画帧 */
@keyframes lines {
    0% {
      background-position: 0;
    }
    100% {
      background-position: 100%;
    }
  }
  
.layui-layer-btn0{
	background-color: #d61518 !important;
	border-color: #d61518 !important;
	border-radius: 25px !important;
}
