/* 下拉容器：基础左对齐 */
.sub_wrap {
    position: absolute;
    top: 38px;
    left: 0;
    width: 680px;
    background: #fff;
    display: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    z-index: 9999;
}
.sub_left {
    width: 250px;
    background: #e60012;
}
.sub_left ul {
    list-style: none;
    margin: 0;
    padding: 0;
	display: block;
}
.sub_left ul li{
	float:none;
	height:auto;
}
.nav > li {
  position: relative;
  display: inline-block;
}
.nav .sub_left ul li:hover>a:after{
	height:auto;
}
.sub_left ul li a {
    display: block;
    padding: 37px 35px;
    line-height: 1.2; /* 控制文字上下间距、垂直位置 */
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.sub_left ul li a:hover,
.sub_left ul li a.active {
    background:#fff;
    color: #e60012;
	border:1px solid #e60012;
}
.sub_right {
    flex: 1;
    padding: 25px;
}
.sub_right img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.sub_right p {
    font-size: 18px;
    line-height: 1.8;
    color: #222;
    margin: 0;
}
/* hover显示下拉 */
.nav li:hover .sub_wrap {
    display: flex;
}
.sub_wrap {
    display: none;
}
/* 最后两个导航菜单，下拉反向右对齐，向左弹出防止超出屏幕 */
.content01 ul > li:nth-last-child(1) .sub_wrap,
.content01 ul > li:nth-last-child(2) .sub_wrap {
    left: auto;
    right: 0;
}


.pagination{
	padding:25px 0;
	text-align:center;
}
.pagination .page-item{
	padding:5px 10px;
	border:1px solid #e60012;
}
.pagination .page-num-current{
	padding:5px 10px;
	border:1px solid #e60012;
	background:#e60012;
	color:#fff;
	font-weight:bold;
}

.lyl-1k2-form-1 {
    padding: 60px 0 0;
}
.lyl-1k2-form-1 .lyl-1k2-form-con{
    position: relative;
    padding-bottom: 60px;
}
.lyl-1k2-form-1 .lyl-1k2-form-left {
    position: absolute;
    width: 500px;
    height: 699px;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.lyl-1k2-form-1 .lyl-1k2-form-left img {
    width: 500px;
    height: 700px;
    z-index: 10;
    display: block;
}

.lyl-1k2-form-1 .lyl-1k2-form-right {
    width: 680px;
    margin: 0 0 0 auto;
    padding-top: 32px;
}

.lyl-1k2-form-1 .lyl-1k2-form-title b {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 70px;
    font-family: "Impact";
    color: rgba(51, 51, 51, 0.1);
    text-transform: uppercase;
    letter-spacing: 6px;
    overflow: hidden;
    margin-bottom: 3px;
}

.lyl-1k2-form-1 .lyl-1k2-form-title span {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 42px;
    color: #333333;
}

.lyl-1k2-form-1 .lyl-1k2-form-title em {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-style: normal;
    color: #333333;
    margin-bottom: 34px;
}

.lyl-1k2-form-1 .lyl-1k2-form-title p {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999999;
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap {
    padding: 15px 0 0;
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap .timeinterval {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    padding-top: 10px;
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap li {
    height: 56px;
    border: 1px solid #d2d2d2;
    margin-bottom: 18px;
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap li label {
    float: left;
    width: 110px;
    height: 56px;
    line-height: 56px;
    text-align: right;
    font-size: 16px;
    color: #999999;
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap li label b {
    color: #f00;
    margin-right: 5px;
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap li input {
    float: left;
    width: 550px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #999999;
}

/* 输入框占位符样式 */
.lyl-1k2-form-1 .lyl-1k2-form-wrap li input::-webkit-input-placeholder,
.lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-textarea textarea::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.3);
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap li input::-moz-placeholder,
.lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-textarea textarea::-moz-placeholder {
    color: rgba(51, 51, 51, 0.3);
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap li input:-ms-input-placeholder,
.lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-textarea textarea::-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.3);
}

/* 文本域样式 */
.lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-textarea {
    height: 168px;
    margin-bottom: 34px;
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-textarea textarea {
    float: left;
    width: 550px;
    line-height: 56px;
    height: 168px;
    font-size: 16px;
    color: #999;
}

/* 验证码+提交按钮行样式 */
.lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-button {
    margin-bottom: 0;
    border: 0;
    height: 44px;
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-button label {
    height: 44px;
    line-height: 44px;
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-button .code_gg {
    height: 42px;
    line-height: 42px;
    width: 80px;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-button b {
    float: left;
    width: 110px;
    height: 44px;
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-button b img {
    display: block;
    width: 110px;
    height: 44px;
}

.lyl-1k2-form-1 .lyl-1k2-form-wrap li.lyl-1k2-form-li-button .lyl-1k2-form-btn-1 {
    float: right;
    display: block;
    width: 162px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    color: #ffffff;
    padding-left: 76px;
    background: #e60012 url("../images/lyl-1k2-form-icon.png") no-repeat 49px center;
    text-align: left;
    cursor: pointer;
    border-radius: 10px;
}
.pagination .page-num{
	padding:5px 10px;
	border:1px solid #e60012;
	margin:1px 2px;
	color:#000;
	padding:5px 10px;
	font-weight:bold;
}
.pagination .page-num-current{
    color:#fff;
}

/*产品详细也选项卡*/
.biaot {
    margin-top: 40px;
    margin-bottom: 40px; 
	border-bottom: 1px solid #d3d3d3;
	display:flex;
}

.biaot h4 {
    font-size: 19px;
	width: 210px;
    display: block;
	cursor: pointer;
    font-weight: normal;
    background:url(../images/ef4e2b7cc9d242199ffec150f4d4ca14_12.png)no-repeat left top;
    height: 30px;
    padding-left: 35px;
    line-height: 22px;
    padding-bottom: 10px;
    color: #666;
    padding-bottom: 10px;
}

.biaot h4.on {
	background:url(../images/ef4e2b7cc9d242199ffec150f4d4ca14_13.png)no-repeat left top;
	color: #be2327;
    border-bottom: 2px solid #be2327;
}
/* 默认全部隐藏 */
.p14-prodcontent-1-desc {
    display: none;
}

/* 第一个标签激活 显示第一个内容 */
.p14-prodcontent-1:has(#tit1.on) #desc1 {
    display: block;
}
/* 第二个标签激活 显示第二个内容 */
.p14-prodcontent-1:has(#tit2.on) #desc2 {
    display: block;
}
/* 第三个标签激活 显示第三个内容 */
.p14-prodcontent-1:has(#tit3.on) #desc3 {
    display: block;
}
/* ========== 全局重置 & 公共样式 ========== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ========== 组件1：标题与导航（保持不变） ========== */
#c_static_001-16654511973470 {
  min-height: 0;
  background-color: transparent;
}
#c_static_001-16654511973470 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 3%;
}
#c_static_001-16654511973470 .e_container-1>.p_item {
  flex: 1;
  max-width: 100%;
}
#c_static_001-16654511973470 .e_text-3 {
  font-size: 30px;
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: bold;
  color: #000;
  line-height: 2;
}
#c_static_001-16654511973470 .e_line-4 {
  border-top: 3px solid #be0405;
  max-width: 50px;
  height: 3px;
  margin: 0 auto 0 0;
}
#c_static_001-16654511973470 .e_container-14 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
#c_static_001-16654511973470 .e_container-14 .cbox-14-0 {
  flex: 0 0 246px;
  align-self: center;
}
#c_static_001-16654511973470 .e_container-14 .cbox-14-1 {
  flex: 1;
  padding-top: 15px;
  align-self: center;
}
#c_static_001-16654511973470 .e_container-14 .cbox-14-2 {
  flex: 0 0 150px;
  align-self: center;
}
#c_static_001-16654511973470 .e_richText-17 {
  font-size: 16px;
  color: #333;
  line-height: 1;
   margin-left: 20px;   /* 向左推 */
  font-family: "Impact", sans-serif;
}
#c_static_001-16654511973470 .e_richText-17 a {
  color: #333;
  text-decoration: none;
  margin-right: 5px;
}
#c_static_001-16654511973470 .e_richText-17 a:hover {
  color: #be0405;
}
#c_static_001-16654511973470 .e_button-16 {
  display: block;
  width: 150px;
  padding: 8px 0;
  text-align: center;
  background-color: #bb1b21;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  margin-top: 20px;
  transition: background-color 0.3s;
  text-decoration: none;
}
#c_static_001-16654511973470 .e_button-16:hover {
  background-color: #db4234;
}

/* ============================================================
   组件2：产品轮播（核心改造）
   ============================================================ */
#c_product_list_028-16654549516310 {
  margin-top: 20px;
  min-height: 300px;
}
#c_product_list_028-16654549516310 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
#c_product_list_028-16654549516310 .e_container-1>.p_item {
  flex: 1;
  max-width: 100%;
}

/* ---- 轮播外层容器 ---- */
.carousel-wrapper {
  position: relative;
  width: 100%;
  padding: 0 50px;
  /* 为箭头留空间 */;
}

/* ---- 视口：只显示一屏内容 ---- */
.carousel-viewport {
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
}

/* ---- 轨道：所有产品横向排列，不换行 ---- */
.carousel-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

/* ---- 每个产品卡片：占轨道宽度的 25%（一行4个） ---- */
.carousel-track .product-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 12px;
  box-sizing: border-box;
}

/* ---- 卡片内部样式（沿用原class，保留所有交互） ---- */
#c_product_list_028-16654549516310 .e_container-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  background: #fff;
  height: 100%;
}
#c_product_list_028-16654549516310 .e_container-3:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#c_product_list_028-16654549516310 .e_container-3>.p_item {
  flex: 1;
  max-width: 100%;
}
#c_product_list_028-16654549516310 .e_container-13 {
  overflow: hidden;
  position: relative;
}
#c_product_list_028-16654549516310 .e_image-4 {
  overflow: hidden;
  transition: transform 0.3s ease;
}
#c_product_list_028-16654549516310 .e_image-4 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
#c_product_list_028-16654549516310 .e_container-3:hover .e_image-4 {
  transform: scale(1.05);
}
/* 遮罩层 */
#c_product_list_028-16654549516310 .e_container-18 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  pointer-events: none;
}
#c_product_list_028-16654549516310 .e_container-3:hover .e_container-18 {
  background-color: rgba(0, 0, 0, 0.7);
}
#c_product_list_028-16654549516310 .e_container-14 {
  text-align: center;
  width: 100%;
}
#c_product_list_028-16654549516310 .e_line-15,
#c_product_list_028-16654549516310 .e_line-17 {
  border: 0;
  border-top: 1px solid #fff;
  width: 50%;
  margin: 5px auto;
  opacity: 0;
  transition: all 0.3s ease;
}
#c_product_list_028-16654549516310 .e_text-16 {
  font-size: 14px;
  font-family: "Microsoft YaHei", sans-serif;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
}
#c_product_list_028-16654549516310 .e_container-3:hover .e_line-15,
#c_product_list_028-16654549516310 .e_container-3:hover .e_line-17 {
  opacity: 1;
}
#c_product_list_028-16654549516310 .e_container-3:hover .e_text-16 {
  opacity: 1;
}
#c_product_list_028-16654549516310 .e_text-16 a {
  color: #fff;
  text-decoration: none;
}
/* 下方产品信息 */
#c_product_list_028-16654549516310 .e_container-12 {
  padding: 20px 20px 10px;
  flex: 1;
}
#c_product_list_028-16654549516310 .e_text-5 {
  font-size: 18px;
  font-family: "Microsoft YaHei", sans-serif;
  color: #333;
  margin: 0 0 5px;
}
#c_product_list_028-16654549516310 .e_text-5 a {
  color: inherit;
  text-decoration: none;
}
#c_product_list_028-16654549516310 .e_line-6 {
  border-top: 1px solid #e5e5e5;
  margin: 10px 0;
}
#c_product_list_028-16654549516310 .e_container-9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c_product_list_028-16654549516310 .e_text-11 {
  font-size: 14px;
  color: #777;
}
#c_product_list_028-16654549516310 .e_text-11 a {
  color: #777;
  text-decoration: none;
}
#c_product_list_028-16654549516310 .e_text-11 a:hover {
  color: #be0405;
}
#c_product_list_028-16654549516310 .e_icon-10 {
  width: 24px;
  height: 24px;
}
#c_product_list_028-16654549516310 .e_icon-10 .icon {
  width: 100%;
  height: 100%;
  fill: #444;
  transition: fill 0.3s;
}
#c_product_list_028-16654549516310 .e_container-12:hover .e_icon-10 .icon path {
  fill: #000;
}

/* ---- 左右箭头 ---- */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  outline: none;
  padding: 0;
}
.carousel-arrow:hover {
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.20);
  transform: translateY(-50%) scale(1.05);
}
.carousel-arrow:active {
  transform: translateY(-50%) scale(0.95);
}
.carousel-arrow svg {
  width: 28px;
  height: 28px;
  display: block;
}
.carousel-arrow--prev {
  left: 0;
}
.carousel-arrow--next {
  right: 0;
}
/* 箭头禁用状态 */
.carousel-arrow--disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
.carousel-arrow--disabled:hover {
  transform: translateY(-50%) scale(1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* ---- 页码指示器 ---- */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
  padding-bottom: 6px;
  flex-wrap: wrap;
}
.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
.carousel-dot:hover {
  background: #aaa;
}
.carousel-dot--active {
  background: #be0405;
  transform: scale(1.25);
}
.carousel-dot--active:hover {
  background: #be0405;
}

/* ---- 底部红色分割线 ---- */
#c_product_list_028-16654549516310 .e_line-20 {
  border-top: 2px solid #bb1b21;
  width: 96%;
  max-width: 1600px;
  margin: 20px auto;
}

/* ============================================================
   响应式
   ============================================================ */
@media screen and (max-width: 992px) {
  .carousel-track .product-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .carousel-wrapper {
    padding: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  #c_static_001-16654511973470 .e_container-1 {
    width: 94%;
  }
  #c_static_001-16654511973470 .e_container-14 .cbox-14-0,
  #c_static_001-16654511973470 .e_container-14 .cbox-14-1,
  #c_static_001-16654511973470 .e_container-14 .cbox-14-2 {
    flex: 0 0 100%;
    text-align: center;
  }
  #c_static_001-16654511973470 .e_button-16 {
    margin: 15px auto 0;
  }
  #c_static_001-16654511973470 .e_line-4 {
    margin: 10px auto;
  }

  .carousel-track .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .carousel-wrapper {
    padding: 0 32px;
  }
  .carousel-arrow {
    width: 36px;
    height: 36px;
  }
  .carousel-arrow svg {
    width: 22px;
    height: 22px;
  }
  .carousel-arrow--prev {
    left: -4px;
  }
  .carousel-arrow--next {
    right: -4px;
  }
}

@media screen and (max-width: 480px) {
  .carousel-track .product-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .carousel-wrapper {
    padding: 0 28px;
  }
  .carousel-arrow {
    width: 32px;
    height: 32px;
  }
  .carousel-arrow svg {
    width: 18px;
    height: 18px;
  }
  .carousel-arrow--prev {
    left: -2px;
  }
  .carousel-arrow--next {
    right: -2px;
  }
}
/* ===== 基础容器 ===== */
.abt_z {
    margin-top: 0px;
    padding-bottom: 100px;
}
.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* ===== 轮播容器 ===== */
.scroll-container {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

/* ===== 滚动轨道 ===== */
.scroll-list {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
    will-change: transform;
}

/* ===== 每个卡片（桌面端一行5个） ===== */
.scroll-list li {
    flex: 0 0 calc((100% - 160px) / 5); /* 5个卡片，4个间距共160px（每个40px） */
    margin-right: 40px;
    list-style: none;
    transition: all 0.3s;
}
.scroll-list li:last-child {
    margin-right: 0;
}

/* ===== 卡片链接 ===== */
.scroll-list li a {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* ===== 图片区域 ===== */
.scroll-list li i.pic {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 6px 6px 0 0;
}
.scroll-list li i.pic img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}
.scroll-list li:hover i.pic img {
    transform: scale(1.05);
}

/* ===== 标题 ===== */
.scroll-list li em {
    display: block;
    height: 60px;
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    font-weight: normal;
    border-bottom: 1px solid #dddddd;
    transition: color 0.3s;
    position: relative;
    padding-right: 30px;
   
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scroll-list li:hover em {
    color: #0070c0;
}

/* ===== 响应式适配 ===== */
@media (max-width: 992px) {
    .scroll-list li {
        flex: 0 0 calc((100% - 80px) / 3);
        margin-right: 40px;
    }
    .scroll-list li:nth-child(3n) {
        margin-right: 0;
    }
}
@media (max-width: 640px) {
    .scroll-list li {
        flex: 0 0 calc((100% - 40px) / 2);
        margin-right: 40px;
    }
    .scroll-list li:nth-child(2n) {
        margin-right: 0;
    }
}
@media (max-width: 400px) {
    .scroll-list li {
        flex: 0 0 100%;
        margin-right: 0;
    }
}

/* 左右箭头和分页指示器已完全移除 */