﻿html{overflow-x:hidden}
body{color:#333;font:14px "Microsoft Yahei"}
body,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,span,ul{margin:0;padding:0;list-style:none}
a{color:#333;text-decoration:none}
a:focus{outline:0}
img{border:none}
.vam{vertical-align:middle}
.clear{clear:both;height:0;line-height:0;font-size:0}
p{word-spacing:0}
em,i{font-style:normal}
.tr{text-align:right}
.tl{text-align:left}
.center{text-align:center}
.fl{float:left;}
.fr{float:right;}
.pa{position:absolute}
.pr{position:relative}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden}
.clearfix{zoom:1}
.content01{width: 100%;
  max-width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;}
.layui-layer-content{overflow:hidden!important;}

.pic{width:100%;overflow: hidden;}
.pic img{-o-transition:all 1s linear 0s;transition:all 1s linear 0s;width: 100%;}
.pic:hover img{-webkit-transform:scale(1.05) rotate(0) translateY(0);-ms-transform:scale(1.05) rotate(0) translateY(0);transform:scale(1.05) rotate(0) translateY(0)}

.white,.whites{position:relative;overflow:hidden}
.white:after,.whites:after{content:'';cursor:pointer;position:absolute;left:-100%;top:0;width:100%;height:100%;background-image:-moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));background-image:-webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));transform:skewx(-25deg)}
.white:hover:after{left:100%;-moz-transition:1s;-o-transition:1s;-webkit-transition:1s;transition:1s}
.whites:hover:after{left:100%;-moz-transition:.5s;-o-transition:.5s;-webkit-transition:.5s;transition:.5s}
body{min-width:1200px;width:100%;margin:0 auto;overflow-x:hidden}
em,i{font-style:normal}

input::-webkit-input-placeholder{color:#999;font-size:14px;text-transform:capitalize}
input::-moz-placeholder{color:#999;font-size:14px;text-transform:capitalize}
input:-moz-placeholder{color:#999;font-size:14px;text-transform:capitalize}
input:-ms-input-placeholder{color:#999;font-size:14px;text-transform:capitalize}
@keyframes myfirst{0%{background-position:0 bottom}
100%{background-position:100% bottom}
}
.line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.clear{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}

 
.banner {
    height: auto;
     width: 100%;
    margin: 0 auto!important;
    position: relative;
    margin-top: -34px;
  }
  .banner .bd li {
    float: left;
    width: 100%;
    line-height: 0;
  }
  .banner .bd li img {
    width: 100%;
  }
  .banner .bd li a {
    display: block;
  }
  .banner .hd {
    z-index: 1;
    margin: 0 8.35%;
    border-top: 1px solid rgba(255,255,255,0.1);
    position: absolute;
   left:0;
    height: 110px;
    bottom: 20px;
    width: 83.3%;
    cursor: pointer;
  }
  
  .banner .pageState {
    z-index: 1;
    position: absolute;
    right:8.35%;
    top: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-family:Times New Roman;
    font-style: italic;
  }
  .banner .pageState span:nth-child(1){ font-size: 32px; }
  
  .banner .hd ul{ float: left;width: 200px;margin-top: 35px; }
  .banner .hd li {
    width: 20px;
    height: 20px;
   background: 0;
    display: inline-block;
    margin: 0 8px 0 0;
    border-radius: 13px;
    
  }
  .banner .hd li i{ display: block;width: 8px;height: 8px;border-radius: 4px;background: #b0b3b8;margin: 6px auto 0;}
  
  .banner .hd li.on {
    border:2px solid #00a643;
  }
  .banner .hd li.on i{ background: #00a643;}
  .banner .hd .next{ float: right; display: block;width: 48px;height:48px;margin-top: 24px;}
  
      .banner .banMenu {
              position: absolute;
              left: 50%;
              width: 25px;
              bottom: 40px;
          height: 56px;
              margin-left: -12px;
              text-align: center;
              z-index: 5;
          }
      /* .banner .banMenu:before{content: "";width: 10px;height: 7px;position: absolute;bottom: -15px;left: 50%;background:url(../images/ban_ic2.png) no-repeat center;margin-left: -5px;} */
      .banner .banMenu i {
              display: block;
              width: 25px;
              height: 56px;
              cursor: pointer;
          position: absolute;bottom: 0;left: 0;
          }
      .banner .banMenu i img {
  
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s;
              -webkit-animation: bounceY 2s infinite;
              -moz-animation: bounceY 2s infinite;
              -o-animation: bounceY 2s infinite;
              -ms-animation: bounceY 2s infinite;
              animation: bounceY 2s infinite;
          }
        @-moz-keyframes bounceY {
              0%,
              100% {
                  -moz-transform: translateY(0);
                  transform: translateY(0);
              }
              50% {
                  -moz-transform: translateY(-8px);
                  transform: translateY(-8px);
              }
          }
          
          @-o-keyframes bounceY {
              0%,
              100% {
                  -o-transform: translateY(0);
                  transform: translateY(0);
              }
              50% {
                  -o-transform: translateY(-8px);
                  transform: translateY(-8px);
              }
          }
          
          @keyframes bounceY {
              0%,
              100% {
                  transform: translateY(0);
              }
              50% {
                  transform: translateY(-8px);
              }
          }
  


.tit{font-size: 0;line-height: 0;font-weight: normal;text-align: center;}
.tit span{ display:block;font-size: 2.4rem;line-height: 2.4rem;  color: #1a1a1a;font-weight: normal;}
.tit i{ display: block;font-size: 1rem;line-height: 1rem;  color: #1a1a1a;font-weight: normal;margin-top: 1rem;}
.yz{padding: 5rem 0;box-sizing: border-box;background: url(../image/yz_bg.jpg) no-repeat center top;box-sizing: border-box;background-size: cover;}
.yz_con{display: flex;justify-content: space-between;}
.yz_con dl{width: 46.625%;}
.yz_con dt{display: none;} /* 隐藏原左侧图片容器 */

.yz_con dd h2 a{display: block;font-size: 2.4rem;line-height: 2.4rem;box-sizing: border-box;font-weight: normal;color: #000000;}
.yz_con dd p{font-size: 0.8rem;line-height: 1.75rem;color: #666666;margin-top: 2rem;margin-bottom: 2.5rem;}

.yz_r{width: 47.5%;}
.yz_sz{display: flex;flex-wrap: wrap;justify-content: space-between;}
.yz_sz li{
    position: relative;
    transition:all 0.5s;
    width: 100%; /* 修改为100%宽度，因为现在只有一个图片 */
    height: auto; /* 高度自适应 */
    min-height: 11.6rem; /* 保持最小高度 */
    box-sizing: border-box;
    padding: 0; /* 移除内边距，让图片填充 */
    background: transparent; /* 背景透明 */
    box-shadow: none; /* 移除阴影 */
    display: block; /* 改为块级显示 */
    overflow: hidden; /* 防止图片溢出 */
}
.yz_sz li strong{
    width: 100%; /* 宽度100% */
    height: auto; /* 高度自适应 */
    display: block;
    overflow: hidden;
}
.yz_sz li strong img{
    width: 100%; /* 图片宽度100% */
    height: auto; /* 高度自适应 */
    display: block;
    transition: transform 0.5s; /* 添加过渡效果 */
}
/* 移除不需要的文字相关样式 */
.yz_sz li p,
.yz_sz li em,
.yz_sz li sup,
.yz_sz li span{
    display: none; /* 隐藏所有文字元素 */
}

/* 保留hover效果，但调整为图片缩放 */
.yz_sz li:hover strong img{
    transform: scale(1.05); /* 鼠标悬停时轻微放大图片 */
}

/* 如果需要保留原动画效果，添加到图片上 */
.yz_sz li strong::before,
.yz_sz li strong::after {
    content: '';
    position: absolute;
    width: 6rem;
    height: 6rem;
    -webkit-box-shadow: inset #fff 0 0 40px;
    box-shadow: inset #fff 0 0 40px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -3rem;
    margin-top: -3rem;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
}
.yz_sz li strong::before {
    animation: warn2 2s ease-out .1s infinite;
}
.yz_sz li strong::after {
    animation: warn 2s ease-out 1.1s infinite;
}

@keyframes warn{
    0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}
    5%{opacity:1}
    to{opacity:0;-webkit-transform:scale(1.6);transform:scale(1.6)}
}
@keyframes warn2{
    0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}
    5%{opacity:8}
    to{opacity:0;-webkit-transform:scale(1.6);transform:scale(1.6)}
}


.pro{padding: 5rem 0;box-sizing: border-box;}
.pro_con{margin-top: 2.2rem;}
.pro_con .pro1{position: relative;background: #f5f5f5;}
.pro_con .pro2{position: relative;}
.pro_con dl{display: flex;justify-content: space-between;}
.pro_con dt{width: 50%;height: 36rem;display: block;object-fit: cover;object-position: center;}
.pro_con dt img{width: 100%;height: 36rem;display: block;object-fit: cover;object-position: right;}
.pro1 dd{width: 50%;height: 36rem;background: #f5f5f5;padding: 3.5rem 12.7rem 0 8rem;box-sizing: border-box;}
.pro2 dd{width: 50%;height: 36rem;background: #f5f5f5;padding: 3.5rem 14.5rem 0 6rem;box-sizing: border-box;}
.pro_con dd h4 a{display: inline-block;font-size: 2.1rem;line-height: 2.1rem;box-sizing: border-box;color: #333333;position: relative;z-index: 1;font-weight: 300;}
.pro_con dd h4 a b{color: #151d80;}
.pro_con dd h4 a::before{content: "";display: block;width: 100%;position: absolute;left: 0%;bottom: -1rem;background: #151d80; height: 0.3rem;transition: 0.35s;background-size: 100% 100%;transition: all 0.5s;z-index: -1;height: 3px;}
.pro_con dd p{font-size: 0.8rem;line-height: 1.5rem;color: #333333;margin-top: 1.2rem;}
.pro_con dd span{margin-top: 1.2rem;display: flex;justify-content: space-between; flex-wrap: wrap;}
.pro_con dd span a{display: block;font-size: 0.9rem;line-height: 1.8rem;color: #1a1a1a;    width: calc((100%) / 3);}
.pro_con dd span a img{display: inline-block;width: 0.75rem;height: 0.75rem;margin-right: 0.3rem;vertical-align: -0rem;}
.pro_con dd .more{display: block;width: 8.7rem;height: 2.4rem;font-size: 0.8rem;color: #151d80;line-height: 2.2rem;border: 0.1rem solid #151d80;box-sizing: border-box;border-radius: 1.3rem;transition: all 0.5s;text-align: center;margin-top: 1.6rem;}
.pro_con dd .more em{ display: inline-block;margin-left: 0.6rem;width: 1.2rem;height: 0.6rem;vertical-align: -0rem;overflow:hidden;}
.pro_con dd .more img{display: block;width: 1.2rem;height: 0.6rem;}
.pro_con dd .more:hover em img:nth-child(1){margin-top:-0.6rem;}
.pro_con dd .more:hover{ color:#fff;background: #151d80;}
.pro_qie{position: absolute;left: 8rem;bottom: 5rem;width: 54rem;background: #fff;padding: 1.8rem 4.7rem 0;box-sizing: border-box;height: 15rem;}
.pro_qie li img{display: block;width: 100%;border: 1px solid #eaeaea;box-sizing: border-box;}
.pro_qie li span{display: block;font-size: 0.8rem;color: #666666;line-height: 2.5rem;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.pro_qie  .sprev{display: block;width:1.6rem;height: 1.6rem;position: absolute;cursor: pointer;position: absolute;left: 1.7rem;top:6rem;z-index: 20;}
.pro_qie  .snext{display: block;width:1.6rem;height: 1.6rem;position: absolute;cursor: pointer;position: absolute;right:1.7rem;top:6rem;z-index: 20;}
.pro_qie  .snext img,.pro_qie  .sprev img{display: block;width:1.6rem;height: 1.6rem;}
.pro_qie2{position: absolute;right: 8rem;bottom: 0rem;width: 54rem;background: #fff;padding: 1.8rem 4.7rem 0;box-sizing: border-box;height: 15rem;}
.pro_qie2 li img{display: block;width: 100%;border: 1px solid #eaeaea;box-sizing: border-box;}
.pro_qie2 li span{display: block;font-size: 0.8rem;color: #666666;line-height: 2.5rem;text-align: center;}
.pro_qie2  .sprev2{display: block;width:1.6rem;height: 1.6rem;position: absolute;cursor: pointer;position: absolute;left: 1.7rem;top:6rem;z-index: 20;}
.pro_qie2  .snext2{display: block;width:1.6rem;height: 1.6rem;position: absolute;cursor: pointer;position: absolute;right:1.7rem;top:6rem;z-index: 20;}
.pro_qie2  .snext2 img,.pro_qie2  .sprev2 img{display: block;width:1.6rem;height: 1.6rem;}


.pro3{padding: 5rem 0;background: #f5f5f5;}
.pro3 h3 a{display: block;font-size: 2.4rem;line-height: 2.4rem;box-sizing: border-box;font-weight: normal;color: #1a1a1a;position: relative;z-index: 1;text-align: center;}
.pro3 h3 a::before{content: "";display: block;width: 2.6rem;position: absolute;left: 50%;top: 3.5rem;background: #151d80; height: 0.15rem;transition: 0.35s;background-size: 100% 100%;transition: all 0.5s;margin-left: -0.8rem;}
.pro3 .content01{margin-top: 2.5rem;display: flex;justify-content: space-between;}
.pro3 dl{width: 23.44%;}
.pro3 dd{position: relative;padding: 1.5rem;box-sizing: border-box;background: #fff;position: relative;font-size: 16px;font-weight: 300;}
.pro3 dd::before{content: "";display: block;width: 0rem;position: absolute;left: 0%;bottom: 0rem;background: #151d80; height: 0.15rem;transition: 0.35s;background-size: 100% 100%;transition: all 0.5s;}
.pro3 dd h4 a{font-size: 1.2rem;color: #333333;line-height: 1.2rem;display: block;font-weight: 300;}
.pro3 dd p{font-size: 0.8rem;color: #333333;line-height: 1.5rem;display: block;height: 7.5rem;margin-top: 1.4rem;}
.pro3 dd .more{display: block;width: 8.7rem;height: 2.4rem;font-size: 0.8rem;color: #03a744;line-height: 2.2rem;border: 0.1rem solid #626262;box-sizing: border-box;border-radius: 1.3rem;transition: all 0.5s;text-align: center;color: #626262;}
.pro3 dd .more em{ display: inline-block;margin-left: 0.6rem;width: 1.2rem;height: 0.6rem;vertical-align: -0rem;overflow:hidden;}
.pro3 dd .more img{display: block;width: 1.2rem;height: 0.6rem;}
.pro3 dl:hover .more em img:nth-child(1){margin-top:-0.6rem;}
.pro3 dl:hover .more{ color:#03a744;border-color: #03a744;}
.pro3 dl:hover dd::before{width: 100%;}

.fw_con{margin-top: 1.5rem;display: flex;justify-content: space-between;}
.fw_con dl{width: 48.75%;}
.fw_con dt{width: 100%;display: block;position: relative;}
.fw_con dt>img{width: 100%;display: block;position: relative;}
.fw_con dt em{width: 3.55rem;height:3.55rem;display: block;position: absolute;right: 2rem;bottom: 2rem;}
.fw_con dt em>img{ width: 3.55rem;height:3.55rem;display: block;}
.fw_con dd{height: 18.6rem;position: relative;padding: 2rem 2rem 0;box-sizing: border-box;background: #f5f5f5;position: relative;}
.fw_con dd::before{content: "";display: block;width: 0rem;position: absolute;left: 0%;bottom: 0rem;background: #151d80; height: 0.15rem;transition: 0.35s;background-size: 100% 100%;transition: all 0.5s;}
.fw_con dd h4 a{font-size: 1.3rem;color: #333333;line-height: 1.3rem;display: block;font-weight: bold;}
.fw_con dd p{font-size: 0.8rem;color: #333333;line-height: 1.5rem;display: block;margin-top: 1.5rem;}
.fw_con dd span{margin-top: 1.7rem;display: block;}
.fw_con dd span i{display: inline-block;font-size: 0.8rem;line-height: 0.8rem;color: #595959;padding-left: 1.2rem;margin-right: 1.5rem;background: url(../image/fw_ic.png) no-repeat left top;background-size: 0.75rem 0.75rem;}
.fw_con dd .more{display: block;width: 8.7rem;height: 2.4rem;font-size: 0.8rem;color: #03a744;line-height: 2.2rem;border: 0.1rem solid #626262;box-sizing: border-box;border-radius: 1.3rem;transition: all 0.5s;text-align: center;color: #626262;margin-top: 2.4rem;}
.fw_con dd .more em{ display: inline-block;margin-left: 1rem;width: 1.05rem;height: 1rem;vertical-align: -0.2rem;overflow:hidden;}
.fw_con dd .more img{display: block;width: 1.05rem;height: 1rem;}
.fw_con dl:hover dd .more em img:nth-child(1){margin-top:-1rem;}
.fw_con dl:hover dd .more{ color:#03a744;border-color: #03a744;}
.fw_con dl:hover dd::before{width: 100%;}
.fw_con dl:hover h4 a{ color: #132c7a;}
.fw_con dl:hover span i{background: url(../image/fw_ich.png) no-repeat left top;background-size: 0.75rem 0.75rem;}


.ys{padding: 5rem 0;box-sizing: border-box;}
.ys_bd{margin-top: 1.6rem!important;position: relative;}
.ys_con li{display: block;width: 100%;height: 42rem;object-fit: cover;object-position: center;}
.ys_con li img{ display: block;width: 100%;height: 42rem;object-fit: cover;object-position: center;}

.ys_t{position: absolute;left: 0;top: 0rem;width: 100%;z-index: 10;height: 42rem;}
.ys_t ul{display: flex;justify-content: space-between}
.ys_t li{width: 25%;height: 42rem;border-right: 1px solid rgba(255,255,255,0.1);box-sizing: border-box;padding: 3rem 2.3rem 0;}
.ys_t li:last-child{border-right: 0;}
.ys_t li em{ display: block;font-size: 3rem;line-height: 3rem; font-weight: normal;position: relative;font-family: "mon1"; -webkit-text-stroke: 1px rgba(255,255,255,.2);color: transparent;}
.ys_t li span{display: block;font-size: 1.7rem;line-height: 2.5rem;color: #fff;margin-top: 0.8rem;}
.ys_t li img{display: block;width: 2.4rem;height: 2.4rem;margin-top: 26rem;transition: all 0.5s;}
.ys_t li i{font-size: 0.8rem;line-height: 1.5rem;color: #fff;margin-top: 1.2rem;display: none;}
.ys_t li.cur{background: #132c7a;}
.ys_t li.cur i{display: block;}
.ys_t li.cur img{margin-top: 14.5rem;}


.case_con{display: flex;justify-content: space-between;}
.case_con dt{display: block;width: 100%;}
.case_con dt img{display: block;width: 100%;}
.case_con dl{width: 31.375%;margin-top: 1.8rem;}
.case_con dd{height: 19rem;position: relative;padding: 2rem 2.5rem 0;box-sizing: border-box;background: #f5f5f5;position: relative;}
.case_con dd::before{content: "";display: block;width: 0rem;position: absolute;left: 0%;bottom: 0rem;background: #151d80; height: 0.15rem;transition: 0.35s;background-size: 100% 100%;transition: all 0.5s;}
.case_con dd h4 a{font-size: 1.3rem;color: #1a1a1a;line-height: 2.1rem;display: block;font-weight: normal;}
.case_con dd p{font-size: 0.8rem;color: #666666;line-height: 1.6rem;display: block;margin-top: 1.4rem;}
.case_con dd .more{display: block;width: 8.7rem;height: 2.4rem;font-size: 0.8rem;color: #03a744;line-height: 2.2rem;border: 0.1rem solid #626262;box-sizing: border-box;border-radius: 1.3rem;transition: all 0.5s;text-align: center;color: #626262;margin-top: 2rem;}
.case_con dd .more em{ display: inline-block;margin-left: 0.6rem;width: 1.2rem;height: 0.6rem;vertical-align: -0rem;overflow:hidden;}
.case_con dd .more img{display: block;width: 1.2rem;height: 0.6rem;}
.case_con dl:hover .more em img:nth-child(1){margin-top:-0.6rem;}
.case_con dl:hover .more{ color:#03a744;border-color: #03a744;}
.case_con dl:hover dd::before{width: 100%;}
.case_con dl:hover h4 a{ color: #151d80;}




.news{padding: 5rem 0 3.1rem;background: #f5f5f5;margin-top: 5rem;}
.news_con{margin-top: 1.8rem;}
.news h3{height: 2.5rem;}
.news h3 span a{ display: inline-block;font-size:1.1rem;color: #1a1a1a;line-height: 1.1rem;position: relative;font-weight: bold;height: 2.5rem;}
.news h3 em a{float: right;line-height: 0.8rem;font-size: 0.7rem;color: #303030;display: block;font-weight: normal;}
.news_l{float: left;width: 46.625%;}
.news_l dt{display: block;width: 100%;}
.news_l dt img{display: block;width: 100%;}
.news_l dd  h4{ display: block;font-size:1.1rem ;color: #1a1a1a;line-height: 1.2rem;font-weight: normal;margin-top: 1.2rem;}
.news_l dd  p{  display: block;font-size:0.8rem ;color: #666666;line-height: 1.5rem;margin-top: 0.9rem;}
.news_l ul{border-top: 1px solid #e1e1e1;border-bottom: 1px solid #e1e1e1;box-sizing: border-box;height: 4.5rem;padding-top: 0.9rem;margin-top: 1.1rem;}
.news_l ul li a{box-sizing: border-box;height: 1.5rem;display: block;font-size: 0.8rem;color: #333333;line-height: 1.5rem;box-sizing: border-box;padding-left: 1.2rem;background: url(../image/news_jt.png) no-repeat left 0.4rem;background-size: 0.75rem 0.75rem;}
.news_l ul li i{ display: block;font-size:0.7rem ;color: #999999;line-height: 1.5rem;float: right;}
.news_r{float: right;width: 46.875%;}
.news_bd dl{padding: 1.9rem 0;border-bottom: 1px solid #e1e1e1;box-sizing: border-box;}
.news_bd dl:first-child{padding-top: 0;}
.news_bd dl:last-child{border-bottom: 0;}
.news_bd dt{float: right;width: 39.2%;overflow: hidden;}
.news_bd dt img{display: block;width: 100%;}
.news_bd  dd{ float: left;width: 52%;}
.news_bd dd  h4 a{ display: block;font-size: 1.1rem;line-height: 1.5rem;font-weight: normal;color: #1a1a1a;}
.news_bd dd  p{  display: block;font-size: 0.8rem;line-height:1.5rem;font-weight: normal;color: #666666;margin-top: 0.5rem;}
.news_bd dd  i{  display: block;font-size: 0.7rem;line-height:1.5rem;font-weight: normal;color: #999999;margin-top: 0.4rem;}
.news_l dl:hover h4,.news_l ul li a:hover,.news_bd dl:hover h4 a{ color: #151d80;}


.abt{padding-bottom: 4.5rem;}
.abt_t dl{position: relative;}
.abt_t dt{display: block;width: 100%;}
.abt_t dt img{display: block;width: 100%;}
.abt_t dd{position: absolute;left: 0;width: 100%;top: 5rem;z-index: 20;}
.abt_t h4 a{display: block;font-size: 2.4rem;line-height: 2.4rem;color: #ffffff;font-weight: normal;text-align: center;}
.abt_t dd p{font-size: 0.8rem;line-height: 1.6rem;color: #ffffff;margin: 1.2rem 0 0;text-align: center;}
.abt_t dd p a{color: #fff;}
.abt_con{background: #fff;background-size: 100% 100%;box-sizing: border-box;margin: -8.5rem -2rem 0;position: relative;z-index: 30;padding: 1.8rem 2rem 0rem;box-shadow: 0px 7px 37px 0px rgba(104,104,104,0.1);}

.abt_z{display: flex;justify-content: space-between;height: 2.2rem;}
.abt_z h3{width: 50%;font-size: 1.1rem;color: #333333;font-weight: bold;display: block;}
.abt_z em a{font-size: 0.8rem;color: #666666;font-weight: normal;display: block;}

.abt_s ul{display: flex;flex-wrap: nowrap;justify-content: space-between;}
.abt_s li{width: 23.5%;position: relative;}
.abt_s li .video-pic{position:relative;
            cursor: pointer;}
.abt_s li video{display: block;width: 100%;background:#333;}
.abt_s li i{display: block;width: 100%;}
.abt_s li i img{display: block;width: 100%;transition: all 0.5s;}
.abt_s li span{display: block;position: absolute;right: 1.2rem;bottom: 1.2rem;width: 1.4rem;height: 1.4rem; }
.abt_s li span img{display: block;width:1.4rem;height: 1.4rem;}
.abt_s .desc{width: 100%;height: 14.6rem;padding: 2rem 0rem 0 0;box-sizing: border-box;position: relative;transition: all 0.5s;overflow: hidden;position: relative;}
.abt_s .desc em{ display: block;font-size: 1rem;color: #333333;line-height: 1.1rem;font-weight: normal;text-transform: uppercase;transition: all 0.5s;}
.abt_s .desc p{ display: block;font-size: 0.8rem;color: #666666;line-height: 1.5rem;margin-top: 0.9rem;}
.abt_s li .more{display: block;width: 8.7rem;height: 2.4rem;font-size: 0.8rem;color: #03a744;line-height: 2.2rem;border: 0.1rem solid #626262;box-sizing: border-box;border-radius: 1.3rem;transition: all 0.5s;text-align: center;color: #626262;margin-top: 2rem;}
.abt_s li .more em{ display: inline-block;margin-left: 0.6rem;width: 1.2rem;height: 0.6rem;vertical-align: -0rem;overflow:hidden;}
.abt_s li .more img{display: block;width: 1.2rem;height: 0.6rem;}
.abt_s li:hover .more em img:nth-child(1){margin-top:-0.6rem;}
.abt_s li:hover .more{ color:#03a744;border-color: #03a744;}



.abt_s li .video-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  overflow: hidden
}



/**/

@media screen and (min-width: 1263px) {
    html {
        font-size: calc(1263px * 20 / 1903);
    }
}

@media screen and (min-width: 1349px) {
    html {
        font-size: calc(1349px * 20 / 1903);
    }
}

@media screen and (min-width: 1463px) {
    html {
        font-size: calc(1463px * 20 / 1903);
    }
}

@media screen and (min-width: 1543px) {
    html {
        font-size: calc(1543px * 20 / 1903);
    }
}

@media screen and (min-width: 1583px) {
    html {
        font-size: calc(1583px * 20 / 1903);
    }
}

@media screen and (min-width: 1643px) {
    html {
        font-size: calc(1643px * 20 / 1903);
    }
}

@media screen and (min-width: 1663px) {
    html {
        font-size: calc(1663px * 20 / 1903);
    }
}

@media screen and (min-width: 1903px) {
    html {
        font-size: calc(1903px * 20 / 1903);
    }
}



@-webkit-keyframes fadeInDown1 {
    from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes fadeInDown1 {
    from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
.fadeInDown1 { -webkit-animation-name: fadeInDown1; animation-name: fadeInDown1 }
@-webkit-keyframes fadeInDown2 {
    from { opacity: 0; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes fadeInDown2 {
    from { opacity: 0; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
.fadeInDown2 { -webkit-animation-name: fadeInDown2; animation-name: fadeInDown2 }
@-webkit-keyframes fadeInLeft1 {
    from { -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInLeft1 {
    from { -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInLeft1 { -webkit-animation-name: fadeInLeft1; animation-name: fadeInLeft1 }
@-webkit-keyframes fadeInLeft2 {
    from { -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInLeft2 {
    from { -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInLeft2 { -webkit-animation-name: fadeInLeft2; animation-name: fadeInLeft2 }
@-webkit-keyframes fadeInRight1 {
    from { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInRight1 {
    from { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInRight1 { -webkit-animation-name: fadeInRight1; animation-name: fadeInRight1 }
@-webkit-keyframes fadeInRight2 {
    from { -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInRight2 {
    from { -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInRight2 { -webkit-animation-name: fadeInRight2; animation-name: fadeInRight2 }
@-webkit-keyframes zoomLeft {
    from { -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3); opacity: 0 }
    50% { opacity: 1 }
}
@keyframes zoomLeft {
    from { -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3); opacity: 0 }
    50% { opacity: 1 }
}
.zoomLeft { -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft }
.zoomRight { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft }
@-webkit-keyframes fadeInUp1 {
    from { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInUp1 {
    from { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInUp1 { -webkit-animation-name: fadeInUp1; animation-name: fadeInUp1 }
@-webkit-keyframes fadeInUp2 {
    from { -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInUp2 {
    from { -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInUp2 { -webkit-animation-name: fadeInUp2; animation-name: fadeInUp2 }




/* 滚动外层 */
.scroll-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* 左右按钮 */
.scroll-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: #ddd;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
  flex-shrink: 0;
}
.scroll-btn:hover {
  background: #bbb;
}

/* 滚动区域 */
.content02 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 16px;
  padding: 10px 0;
  flex: 1;
}

/* 隐藏滚动条（可选） */
.content02::-webkit-scrollbar {
  display: none;
}

/* 每个卡片：默认五列 */
.content02 dl {
  flex: 0 0 calc((100% - 64px) / 5); /* 5列，4个gap */
  box-sizing: border-box;
}

/* 响应式：小屏自动减少列数 */
@media (max-width: 1200px) {
  .content02 dl {
    flex: 0 0 calc((100% - 48px) / 4);
  }
}
@media (max-width: 992px) {
  .content02 dl {
    flex: 0 0 calc((100% - 32px) / 3);
  }
}
@media (max-width: 768px) {
  .content02 dl {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}

.case{padding-top: 5rem;box-sizing: border-box;}
/* 网格容器 - 一行6列 */
.case_grid_container {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6列等宽 */
  gap: 15px; /* 项目间距 */
  margin-top: 20px;
}

/* 响应式调整：平板一行3列，手机一行2列 */
@media (max-width: 992px) {
  .case_grid_container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .case_grid_container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 图片自适应 */
.case_grid_container dl {
  margin: 0;
  padding: 0;
}

.case_grid_container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border: 1px solid #ddd;
}

.case_grid_container img:hover {
  transform: scale(1.05);
}
