﻿@import url(style.css);
@import url(custom.css);
.tdt-container{border: none!important;}
/*首页*/
/* .header .nav > ul > li.on > a{ color:#fff;}
.header:hover .nav > ul > li.on > a{ color:var(--main-color);} */
/*轮显*/
.banner_page {
  position: absolute;
  width: 100%;
  text-align: left;
  left: 0%;
  height: 0px;
  color: #aaaaaa;
  font-size: 16px;
  z-index: 10;
  bottom: 86px;
  line-height: 36px;
  z-index: 5;
  /*font-style:italic;*/
  font-weight: bold;
}

.banner_page .wrap2 {
  height: 0;
}

.banner_page span {
  color: #fff;
}

.banner_page label {
  color: #fff;
  opacity: 0.2;
  filter: Alpha(opacity=20);
}

.banner_page em {
  font-style: normal;
  color: #fff;
}

.main .banner .wrap12 {
  text-align: left;
}

.main .banner .swiper-slide .txt {
  text-align: left;
}

.main .banner .swiper-slide .p {
  text-align: left;
}

.main .banner .swiper-slide .desc {
  text-align: left;
}

.main .banner .swiper-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 60px;
}

.main .banner .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 1;
  margin-right: 10px;
  border: 2px solid #ffffff;
  background: none;
}

.main .banner .swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: var(--main-color);
  border-color: var(--main-color);
}

.main .banner .swiper-slide .rbtn {
  border-color: #ffffff;
}

.main .banner .swiper-slide .rbtn:hover {
  border-color: #0972cd;
}

.main .banner .swiper-slide .rbtn::before {
  background-image: url(../images/i_pic8_on.html);
}

.main .banner .swiper-slide .cons {
  opacity: 0;
  display: block;
}

.main .banner .swiper-slide.swiper-slide-active .cons {
  animation: slideUp 0.5s ease-out forwards;
}

.main .banner .pic1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) {

  /*轮显*/
  .banner_page {
    bottom: 76px;
  }

  .main .banner .btn {
    bottom: 50px;
  }


}

@media screen and (max-width: 640px) {

  /*轮显*/
  .main .banner .btn {
    bottom: 50px;
  }

  .main .banner .btn .boxs {
    margin-left: 140px;
  }

  .banner_page {
    bottom: 66px;
    font-size: 15px;
  }

  .banner_page label {
    /*display:none;*/
    display: inline-block;
    width: 40px;
    vertical-align: top;
    overflow: hidden;
  }

  .banner_page em {
    display: inline-block;
    width: 40px;
    vertical-align: top;
    overflow: hidden;
  }

  .main .banner .swiper-slide .rbtn {
    min-width: 130px;
    padding: 0 30px;
    font-size: 15px;
  }

  .main .banner .swiper-slide .rbtn span {
    height: 42px;
    line-height: 42px;
    padding: 0;
  }

  .main .banner .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .main .banner .swiper-slide .desc {
    margin-top: 1%;
  }
}

@media screen and (max-width: 480px) {

  /*轮显*/
  .banner_page {
    bottom: 58px;
  }

  .main .banner .swiper-slide .rbtn {
    min-width: 110px;
    padding: 0 20px;
    font-size: 13px;
    margin-top: 4%;
  }

  .main .banner .swiper-slide .rbtn span {
    height: 36px;
    line-height: 36px;
  }

  .main .banner .swiper-slide .rbtn {
    margin-top: 1%;
  }

  .main .banner .swiper-pagination {
    margin-top: 10px;
  }

  .main .banner .swiper-slide .txt {
    font-size: 30px;
  }
}


@media screen and (max-width: 420px) {

  /*轮显*/
  .main .banner .swiper-slide .rbtn {
    min-width: 100px;
  }

  .main .banner .swiper-slide .rbtn span {
    height: 32px;
    line-height: 32px;
  }

}

/* 网站内容 */
/* 品牌实力 */
 /* 1/2 屏高度区域 */
    .brand-strength {
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      padding: 60px 0px;
    }

    /* 4宫格居中布局 */
    .grid-container {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 30px;
      max-width: 1490px;
      width: 100%;
    }

    .carda {
      background: #fff;
      border-radius: 16px;
      padding: 40px 20px;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      cursor: default;
    }

    /* hover 轻微上浮 */
    .carda:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

    /* 青瓷浅蓝线条图标 */
    .icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 16px;
      stroke: #00948d;
      stroke-width: 1.5;
      fill: none;
    }

    .number {
      font-size: 34px;
      font-weight: bold;
      color: #333;
      margin-bottom: 8px;
    }

    .text {
      font-size: 18px;
      color: #666;
    }

    /* 移动端适配 */
    @media (max-width: 600px) {
      .grid-container {
        grid-template-columns: 1fr;
      }
      .brand-strength {
        height: auto;
        padding: 40px 20px;
      }
    }
	/* 核心业务 */
	.hxyw_box{background: url(../images/bg2.png) no-repeat top; width: 100%; height: auto; padding: 20px 0px 60px 0px;}
	.hxyw_box .container{max-width: 1490px; margin: 0 auto; padding: 0;}
	.hxyw_box .title h1{
		line-height: normal;
		text-align: center;
		font-family: Impact;
		font-size: 48px;
		color: rgba(23,0,0,1);
		font-weight: bold;
	}
	.hxyw_box .title p{font-size: 18px; text-align: center; line-height: 40px;}
	.hxyw_box .s_line{border-top-color: #00948d; border-top-style:solid; max-width: 60px; margin-left: auto; margin-right: auto; margin-top: 12px;}
	/* 5栏布局容器 */
	.hxyw_box .core-grid {
	  display: grid;
	  grid-template-columns: repeat(5, 1fr);
	  gap: 20px;
	  width: 100%;
	  margin: 60px 0px;
	}
	
	/* 业务卡片 */
	.hxyw_box .core-card {
	  aspect-ratio: 3/4; /* 卡片比例 */
	  border: 6px solid #b99471; /* 原木棕边框 */
	  border-radius: 12px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	  font-size: 20px;
	  font-weight: 500;
	  color: #fff;
	  position: relative;
	  overflow: hidden;
	  transition: all 0.3s ease;
	  cursor: pointer;
	}
	
	/* 半透明遮罩（让文字更清晰） */
	.hxyw_box .core-card::before {
	  content: '';
	  position: absolute;
	  left: 0; top: 0;
	  width: 100%; height: 100%;
	  background: rgba(0,0,0,0.3);
	  z-index: 1;
	}
	
	/* 文字在最上层 */
	.hxyw_box .core-card span {
	  position: relative;
	  z-index: 2;
	  font-size: 28px;
	  font-weight: bold;
	}
	
	/* hover 效果：边框变青瓷浅蓝 */
	.hxyw_box .core-card:hover {
	  border-color: #00948d;
	  transform: translateY(-4px);
	}
	
	/* 移动端自适应：自动变 1 列 */
	@media (max-width: 1024px) {
	.hxyw_box .core-grid {
	    grid-template-columns: repeat(2, 1fr);
	  }
	}
	@media (max-width: 600px) {
	.hxyw_box .core-grid {
	    grid-template-columns: 1fr;
	  }
	}
	.hxyw_box .ul {
	  padding-top: 40px;
	}
	.hxyw_box .list1 {
	  --l1p: 10px;
	  margin: calc(var(--l1p)*-1);
	}
	.hxyw_box .list1 .list1-li {
	  width: 20%;
	  padding: var(--l1p);
	}
	.list1 .list1-box {
	  display: block;
	  box-shadow: 0px 0px 16px 0px rgba(0, 82, 147, 0.1);
	  border-radius: var(--l1p);
	  background: #ffffff;
	  overflow: hidden;
	  transform: translateY(0px);
	  transition: transform 0.3s, background 0.3s;
	}
	.list1 .list1-box .img-box{position: relative; overflow: hidden;}
	.list1 .img-box::before{padding-top: 67.6%;}
	.img-box::before{
		content: "";
		display: block;
		width: 100%;
	}
	.list1 .list1-box:hover {
	  transform: translateY(-5px);
	  background: #f1f1f1;
	}
	.list1 .list1-box:hover .list1-title {
	  color: var(#00948d);
	}
	.list1 .list1-box:hover .more-box-a {
	  --hc: rgba(var(#00948d), 1);
	  --dc: #ffffff;
	}
	.list1 .img-box::before {
	  padding-top: 67.6%;
	}
	.list1 .list1-cont {
	  padding: 28px 30px 30px;
	}
	.list1 .list1-title {
	  font-size: 20px;
	  font-weight: bold;
	  line-height: 1.4em;
	  color: #333333;
	}
	.list1 .list1-des {
	  --lh: 1.6em;
	  -webkit-line-clamp: 3;
	  margin-top: 7px;
	  height: calc(var(--lh)*3);
	  font-size: 16px;
	  line-height: var(--lh);
	  color: #666666;
	}
	.list1 .more-box-a {
	  --hc: rgba(var(--main-color-rgb), 0.1);
	  --dc: #666666;
	  margin-top: 25px;
	}
	.more-box-a {
	  --atime: 0.5s;
	  --lh: 50px;
	  --dc: #00948d;
	  --thc: #00948d;
	  --hc: rgba(var(--main-color-rgb), 1);
	  --fz: 16px;
	}
	.more-box-a .more-box {
	  position: relative;
	  overflow: hidden;
	  padding: 0 1.8em 0 1.8em;
	  line-height: var(--lh);
	  font-size: var(--fz);
	  color: var(--dc);
	}
	.more-box-a .more-box::before {
	  content: '';
	  display: block;
	  position: absolute;
	  left: 0;
	  top: 0;
	  border-radius: calc(var(--lh)*0.5);
	  width: 100%;
	  height: 100%;
	  background: #e5f7f7;
	  transition: background 0.3s, width 0.3s;
	}
	.more-box-a .more-box .more-box-a-icon {
	  --size: 0.7em;
	  --fill: var(--dc);
	  margin-left: 1.5em;
	  position: relative;
	  transform: translate(0, 0) rotate(0deg);
	  width: var(--size);
	  height: var(--size);
	  transition: all 0.3s;
	}
	.more-box-a .more-box .more-word {
	  position: relative;
	}
	.more-box-a:hover .more-box {
	  --hc: rgba(var(--main-color-rgb), 0.8);
	  color: #fff;
	}
	.more-box-a:hover .more-box .more-box-a-icon {
	  --fill: var(--thc);
	  transform: translate(-0.5em, 0) rotate(90deg);
	}
	.more-box-a.type-a .more-box::before {
	  width: var(--lh);
	}
	.more-box-a.type-a:hover .more-box::before {
	  width: 100%;
	}
	.more-box-a.type-b {
	  --hc: #000000;
	}
	.more-box-a.type-b .more-box {
	  background: var(--hbc);
	  border-color: var(--hbc);
	}
	.more-box-a.type-b .more-box:hover {
	  background: var(--hc);
	  border-color: var(--hc);
	  color: var(--hbc);
	}
	.more-box-a.type-b .more-box:hover .more-box-a-jt {
	  --fill: var(--hbc);
	}
	.more-box-a-h:hover .more-box-a .more-box {
	  --hc: rgba(var(--main-color-rgb), 0.8);
	}
	.more-box-a-h:hover .more-box-a .more-box .more-box-a-icon {
	  transform: translate(-0.5em, 0) rotate(90deg);
	}
	.more-box-a-h:hover .more-box-a.type-a .more-box::before {
	  width: 100%;
	  background-color: #00948d;
	}
	.img-box img {
	  display: block;
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  transform: scale(1);
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  transition: all 0.3s;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  -ms-transition: all 0.3s;
	  -o-transition: all 0.3s;
	}
	.img-box.auto-img::before {
	  display: none;
	}
	.img-box.auto-img img {
	  position: static;
	  height: auto;
	}
	.imgh:hover .img-box img,
	.img-box .imgh:hover img,
	.img-box.imgh:hover img {
	  transform: scale(1.03);
	  -webkit-transform: scale(1.03);
	  -moz-transform: scale(1.03);
	  -ms-transform: scale(1.03);
	  -o-transform: scale(1.03);
	}
/* 产品推荐全屏板块 */
        .product-section {
            width: 100%;
            min-height: 100vh;
            padding: 60px 20px;
            background-color: #e5f7f7;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* 板块标题 */
        .product-section .title h1{
        	line-height: normal;
        	text-align: center;
        	font-family: Impact;
        	font-size: 48px;
        	color: rgba(23,0,0,1);
        	font-weight: bold;
        }
		.product-section .title p{font-size: 18px; text-align: center; line-height: 40px;}
        .product-section .title .s_line{border-top-color: #00948d; border-top-style:solid; max-width: 60px; margin-left: auto; margin-right: auto; margin-top: 20px;}

        .filter-tabs {
            display: flex;
            gap: 15px;
            margin: 50px 0px;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .filter-btn {
            padding: 12px 28px;
            border: none;
            border-radius: 50px;
            background-color: #fff;
            color: #555;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        }
        
        .filter-btn.active, .filter-btn:hover {
            background-color: #00948d;
            color: #fff;
        }
        
        /* 固定2行3列网格 */
        .product-grid {
            display: grid;
            grid-template-columns: repeat(4, 358px);
            grid-template-rows: repeat(2, auto);
            gap: 20px;
            max-width: 1490px;
        }
        
        .product-card {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            cursor: pointer;
            /* 默认全部隐藏 */
            display: none;
        }
        
        .product-card.show {
            display: block;
        }
        
        .product-card:hover {
            transform: scale(1.05);
        }
        
        .product-img {
            width: 100%;
            height: 248px;
            object-fit: cover;
        }
        
        .product-info {
            padding: 10px;
            text-align: center;
        }
        
        .product-name {
            font-size: 18px;
            color: #333;
            margin-bottom: 10px;
        }
        
        .product-desc {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
            min-height: 40px;
        }
        
        .detail-btn {
            display: inline-block;
            padding: 8px 20px;
            border: 1px solid #00948d;
            border-radius: 6px;
            color: #00948d;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        
        .detail-btn:hover {
            background-color: #00948d;
            color: #fff;
        }
        
        /* 响应式适配 */
        @media (max-width: 1100px) {
            .product-grid {
                grid-template-columns: repeat(2, 320px);
                grid-template-rows: repeat(3, auto);
            }
        }
        @media (max-width: 720px) {
            .product-grid {
                grid-template-columns: 320px;
                grid-template-rows: repeat(6, auto);
            }
        }
/*合作伙伴*/
  /* 主容器：1/2屏风格，干净简约 */
        .showcase {
            max-width: 1490px;
            width: 100%;
            background: #ffffff;
            border-radius: 28px;
            overflow: hidden;
            transition: all 0.2s;
			margin: 0 auto;
			padding: 60px 0px;
        }
		.showcase .title h1{
			line-height: normal;
			text-align: center;
			font-family: Impact;
			font-size: 48px;
			color: rgba(23,0,0,1);
			font-weight: bold;
		}
		.showcase .title p{font-size: 18px; text-align: center; line-height: 40px;}
		.showcase .title .s_line{border-top-color: #00948d; border-top-style:solid; max-width: 60px; margin-left: auto; margin-right: auto; margin-top: 20px;}

        /* 一栏式轮播容器 */
       .carousel-box {
           width: 100%;
           max-width: 1490px;
           background: #fff;
           border-radius: 28px;
           padding: 40px 0px;
		   margin: 0 auto;
       }
       .carousel-wrapper {
           position: relative;
           overflow: hidden;
           border-radius: 20px;
       }
       .carousel-track {
           display: flex;
           transition: transform 0.5s ease;
       }
       .card {
           flex: 0 0 25%;
           padding: 0 12px;
           cursor: pointer;
       }
       .card .img-boxa {
           overflow: hidden;
           border-radius: 20px;
           background: #f0f2fa;
       }
       .card img {
           width: 100%;
           height: 280px;
           object-fit: cover;
           display: block;
           transition: transform 0.3s;
       }
       .card:hover img {
           transform: scale(1.06);
       }
       .card h4 {
           text-align: center;
           margin-top: 18px;
           font-size: 16px;
           font-weight: 600;
           color: #2d2f3b;
       }
       /* 左右箭头 */
       .arrow {
           position: absolute;
           top: 45%;
           transform: translateY(-50%);
           width: 46px;
           height: 46px;
           background: rgba(30,30,47,0.7);
           backdrop-filter: blur(6px);
           color: white;
           border: none;
           border-radius: 60px;
           font-size: 32px;
           cursor: pointer;
           display: flex;
           align-items: center;
           justify-content: center;
           transition: 0.2s;
           z-index: 10;
		   ppadding-bottom: 4px;
       }
       .arrow:hover {
           background: #00948d;
           transform: translateY(-50%) scale(1.05);
       }
       .arrow-left { left: 0px; }
       .arrow-right { right: 0px; }
       @media (max-width: 1024px) {
           .card { flex: 0 0 33.333%; }
           .card img { height: 250px; }
           .arrow-left { left: -12px; }
           .arrow-right { right: -12px; }
       }
       @media (max-width: 768px) {
           .card { flex: 0 0 50%; }
           .card img { height: 210px; }
           .arrow { width: 40px; height: 40px; font-size: 28px; }
       }
       @media (max-width: 540px) {
           .card { flex: 0 0 100%; }
           .card img { height: 240px; }
           .arrow-left { left: 4px; }
           .arrow-right { right: 4px; }
       }
		/*合作伙伴*/
		.he_syp4egul {
		  padding-top: 4%;
		  position: relative;
		  overflow: hidden;
		}
		.he_syp4egk {
		  width: 100%;
		  position: relative;
		}
		
		.he_syp4egk .imgs {
		  overflow: hidden;
		  width: 96%;
		  margin: 0 auto;
		  padding-top: 132px;
		  position: relative;
		}
		.he_syp4egk a{text-align: center;}
		.he_syp4egk span{text-align: center; font-size: 16px; color: #333; display: block; line-height: 40px;}
		.he_syp4egk .imgs img {
		  width: 100%;
		  display: block;
		  height: 100%;
		  position: absolute;
		  left: 0;
		  top: 0;
		}
		
		.he_syp4egk .fl {
		  float: left;
		}
		
		.he_syp4egul.swiper-container-free-mode>.swiper-wrapper {
		  transition-timing-function: linear;
		}
		
		@media screen and (max-width: 1200px) {
		  /*合作伙伴*/
		
		}
		
		@media screen and (max-width: 992px) {
		  /*合作伙伴*/
		
		}
		
		@media screen and (max-width: 640px) {
		
		  /*合作伙伴*/
		  .he_syp4egk .imgs {
		    border-radius: 10px;
		  }
		
		  .he_syp4egul {
		    margin-bottom: 6%;
		  }
		}




@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width:780px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {}

/**/

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width:780px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {}


@keyframes mymove6 {

  from {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(100px) translateX(0);

    -moz-transform: translateY(60px) translateX(0);

    transform: translateY(60px) translateX(0);

    -webkit-transition-timing-function: ease-in-out;

    transition-timing-function: ease-in-out;
  }

  to {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px) translateX(0);

    -moz-transform: translateY(0px) translateX(0);

    transform: translateY(0px) translateX(0);
  }

}



@-webkit-keyframes mymove6 {

  /*from { filter:alpha(opacity=0);opacity:0; margin-bottom:-20%;}

	to {margin-bottom:3%;filter:alpha(opacity=1);opacity:1;}*/

  from {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(100px) translateX(0);

    -moz-transform: translateY(60px) translateX(0);

    transform: translateY(60px) translateX(0);

    -webkit-transition-timing-function: ease-in-out;

    transition-timing-function: ease-in-out;
  }

  to {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px) translateX(0);

    -moz-transform: translateY(0px) translateX(0);

    transform: translateY(0px) translateX(0);
  }

}