
 .productionBanner_img{
  background-image: url('../images/bgImg/productionImg.png');
  width: 100%;
  height: 607px;
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
}

/* 产品分类 */
.productlist {
    max-width: 1200px;
    margin: 0 auto;
}

.productlist li {
    margin: 20px 13px;
    cursor: pointer;
    overflow: hidden;
}

.productlist li .productimg {
    width: 274px;
    height: 274px;
}

.productlist li .productname {
    font-size: 20px;
    color: #333333;
    padding: 17px 23px;
    height: 90px;
}

.productlist li:hover .productimg {
    scale: 1.1;
    transition: scale 2s linear;
}

.productlist li:hover .productname {
    color: #FFFFFF;
    background-color: #6FA84A;
}

.product_Category {
    width: 1200px;
    margin: 30px auto 0;
    font-size: 30px;
}


/* 产品详情 */
.productionBox{
  height: 100% !important;
}
.productIntroduction{
  position: relative;
}
/* 产品中心 */
.productionTop{
position: absolute;
left: 10%;
right: 0;
margin-top: 60px;
}

.prodcution_center {
  background-color: #2e76bc;
  text-align: center; /* 字体居中 */
  
}
.layui-nav .layui-nav-item a:first-child {
  color: #fff; /* 设置第一个链接的字体颜色为白色 */
  font-size: 16px;
}

.productIntroduction .productdetailsimg {
    width: 100%;
    height: 100%;
}

.productIntroduction .productinfo {
    min-width: 600px;
    line-height: 30px;
    height: 100%;
    padding: 20px;
    background: rgba(114, 175, 57, 0.06);
}

.productIntroduction .productinfo h4 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 36px;
}

.attributelist {
    border: 1px solid #D3D3D3;
    display: none;
}

.productIntroduction .detail_info {
    height: 73px;
    line-height: 73px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #E8E8E8;
}

.productIntroduction .detail_info .proattributename {
    color: #FFFFFF;
    background-color: #6FA84A;
}

.proattribute {
    color: #333333;
}

.attributelist .detail_info:last-child {
    border-bottom: none
}


/* 项目案例 */

.projectcases .casebanner {
    width: 100%;
    position: relative;
    height: 600px;
    text-align: center;
    background-size: cover; /* 让背景图覆盖整个盒子 */
    background-position: center; /* 背景图居中显示 */
    background-repeat: no-repeat; /* 不重复背景图 */
    overflow: hidden;
}

.projectcases .casebanner .project_cases {
    width: max-content;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.7)
}

.banner_txt.show{
  opacity: o;
  transform: translateY(50px);
  animation: slideUp 3s forwards;
}
@keyframes slideUp{
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.projectcases .casebanner .project_cases .banner_projectcases{
  font-size: 24px;
  margin-top: 10px;
}
.banner_projectcases.show{
  opacity: o;
  transform: translateY(50px);
  animation: slideIn 3.5s forwards;
}
@keyframes slideIn{
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 全球布局 */
.title{
  width: 1200px;
  margin: 50px auto;
}
.title.show{
  opacity: 0;
  transform: translateY(50px);
  animation: layout 4s forwards;
}
@keyframes layout{
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.layoutGlobalbu {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 30px 0;
    background-color: #eee;
}

/* 全球案例显示 */
.worldMapImg{
  width: 100%;
  height: 600px;
  text-align: center;
}

/* 世界地图 */

.layoutGlobalbu .worldMap {
    display: inline-block;
    width: 70%;
    height: 100%;
    padding: 20px 0;
    
}

/* 全局圆的大小 */

.dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #264a94;
}

.SingaporeanCase .yuan {
    position: absolute;
    top: 48%;
    left: 40.5%;
}


/* 新西兰的圆 */

.NewZeelandCase .NewYuan {
    position: absolute;
    top: 70%;
    left: 54%;
}


/* 荷兰的圆 */

.helanCase .helanYuan {
    position: absolute;
    top: 20%;
    left: 22%;
}


/* 成都的圆点 */

.chengduCase .chengduYuan {
    position: absolute;
    top: 32%;
    left: 41.5%;
}
/* 绵阳的圆点 */

.miangyangCase .mianyangYuan {
  position: absolute;
  top: 30.5%;
  left: 42%;
}

/* 湖南的圆 */

.hunanCase .hunanYuan {
    position: absolute;
    top: 33%;
    left: 42%;
}

.dot:hover {
    transform: scale(1.3);
    /* 鼠标悬停时放大为原来的1.3倍 */
}

.box {
    display: none;
}
/* 新加坡 */

.Singaporean {
  display: block;
    width: 240px;
    height: auto;
    position: absolute;
    top: 53%;
    left: 33%;
    /* 添加阴影效果 */
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}


/* 新西兰 */

.NewZeeland {
    width: 240px;
    height: auto;
    position: absolute;
    top: 34%;
    left: 48%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}


/* 荷兰 */

.helan {
    width: 240px;
    height: auto;
    position: absolute;
    top: 25%;
    left: 16%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}


/* 成都 */

.chengdu {
    width: 240px;
    height: auto;
    position: absolute;
    top: -3%;
    left: 35%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
/* 绵阳 */

.mianyang {
  width: 240px;
  height: auto;
  position: absolute;
  top: -4%;
  left: 35%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
/* 湖南 */
.hunan {
    width: 240px;
    height: auto;
    position: absolute;
    top: -2%;
    left: 35%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.Singaporean .bg,
.NewZeeland .bg,
.helan .bg,
.chengdu .bg,
.minayang .bg,
.hunan .bg {
    width: 100%;
    height: 150px;
}

.caseimg {
    width: 100%;
    height: 100%;
}

.caseTitle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /* background-color: #eee; */
    background-color: #6FA84A;
    color: #fff;
    font-size: 16px;
}


/* 项目案例分类 */

.caselists {
    width: 1200px;
    margin: 50px auto;
}

/* ul */

.caselists .caselist {
    display: flex;
    /* 使用 Flexbox 布局 */
    flex-wrap: wrap;
    /* 允许换行 */
    justify-content: space-around;
    /* 子元素水平均匀分布 */
}

.caselists .caselist li {
    width: 100%;
    height: auto;
    margin-right: 30px;
    /* 设置项目间距 */
    text-align: center;
    /* 文字居中对齐 */
}

.caselists .caselist li:nth-child(3n) {
    margin-right: 0;
}

.caselists .caselist li .img {
    width: 374px;
    height: 231px;
    overflow: hidden;
    position: relative;
}

.caselists .caselist li .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.caselists .caselist li:hover .img img {
    scale: 1.1;
    transition: scale 1s linear;
}

/* 分页 */

#product-laypage-all {
    text-align: center;
}
/* 返回上一级 */
.nextBack {
  padding: 25px 25px 0;
  font-size: 16px;
  color: #333;
}
.nextBack a:hover {
  color: #6FA84A;
}
/* 产品详情布局 */
.productCentents{
width: 60%;
/* margin: 0 auto; */
margin-left: 15%;
}
.productIntroduction .productCentents .content{
  width: 103%;
  margin-left: 20%;
}
/* 应用场景 */
.application_scenario{
width: 1200px;
height: auto;
margin: auto;
margin-bottom: 40px;
}
.application_scenario h2{
  text-align: center;
  margin-bottom: 10px;
}
.application_scenario .application_content{
  padding: 0 20px;
  transform: translateY(50px);  /* 初始位置稍微下移 */
  opacity: 0;                   /* 初始透明度为 0 */
  transition: transform 1s ease, opacity 1s ease; /* 动画效果 */
}
.application_scenario .application_content ul {
  width: 100%;
  height: auto;
  display: flex;                /* 使用Flexbox布局 */
  justify-content: space-evenly; /* 水平均匀分布，并留缝隙 */
  gap: 20px;                    /* 设置中间的间隙，具体数值可以调整 */
  padding: 0;                   /* 去掉默认的ul的内边距 */
  margin: 0;                    /* 去掉默认的ul的外边距 */
}

/* 动画触发 */
.application_scenario .application_content.show {
  transform: translateY(0);     /* 恢复原位置 */
  opacity: 1;                   /* 恢复为可见 */
}

.application_scenario .application_content ul li {
  float: none;  /* 避免 float 导致布局问题 */
  position: relative;
  width: 30%;
  height: 300px;
  border: 1px solid #6FA84A;
  background-size: cover;  /* 背景图片覆盖整个容器 */
  background-position: center;  /* 背景图片居中显示 */
  overflow: hidden;  /* 防止图片溢出 */
  transition: transform 0.3s ease; /* 背景放大的过渡 */
}
.application_scenario .application_content ul .application_p {
  width: 80%;
  height: 40px;
  line-height: 40px;
  margin: auto;
  border-bottom: 1px solid #ccc;
}
/* 发电侧图片 */
.application_scenario .application_content ul .application1 {
  background-image: url('../images/productions/fadaince.jpg'); /* 设置背景图片 */
}
.application_scenario .application_content ul .application2 {
  background-image: url('../images/productions/dianwangce.jpg'); /* 设置背景图片 */
}
.application_scenario .application_content ul .application3 {
  background-image: url('../images/productions/yonghuce.jpg'); /* 设置背景图片 */
}
/* 鼠标悬停时 灰线边白线 */
.application_scenario .application_content ul li:hover .application_p{
  border-bottom: 1px solid #fff;
}
/* 背景图片放大效果，鼠标悬停时 */
.application_scenario .application_content ul li:hover {
  transform: scale(1); /* 保持li不变形 */
}

/* 创建透明蓝色蒙版 */
.application_scenario .application_content ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 255, 0.3); /* 蓝色蒙版 */
  opacity: 0;  /* 初始时隐藏蒙版 */
  transition: opacity 0.3s ease;  /* 过渡效果 */
  z-index: 1;  /* 让蒙版的 z-index 保持在较低 */
}

/* 鼠标悬停时，显示透明蓝色蒙版 */
.application_scenario .application_content ul li:hover:before {
  opacity: 1;
}

/* 背景图片放大效果 */
.application_scenario .application_content ul li:hover {
  background-size: 120%; /* 放大背景图片 */
}

/* 文字部分的样式 */
.application_scenario .application_content ul .application_p,
.application_scenario .application_content ul .application_textBottom p {
  position: relative;
  z-index: 2; /* 确保文字位于蒙版之上 */
  color: black;  /* 默认文字颜色 */
  overflow: hidden; /* 确保文字不溢出 */
}
/* 鼠标悬停时文字颜色变为白色 */
.application_scenario .application_content ul li:hover .application_p {
  color: white;  
}

/* 更新 textBottom 文字部分的 z-index */
.application_scenario .application_content ul li:hover .application_textBottom p {
  z-index: 3; /* 让 textBottom 文字的 z-index 高于蒙版 */
  color: white;  /* 鼠标悬停时字体颜色为白色 */
}

.application_scenario .application_content ul .application_textBottom {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 0;
  opacity: 0;
}

.application_scenario .application_content ul li:hover .application_textBottom{
  opacity: 1;
}




