body {
  font-family: "Noto Sans SC", "Microsoft Yahei", "微软雅黑", "Arial";
  font-weight: 400;
}
        :root {
            --bg-color: #1a1a1a;
            --card-bg: #242424;
            --accent: #f4a261; /* 暖黄灯光色 */
            --text-main: #e0e0e0;
            --text-sub: #a0a0a0;
            --input-bg: #333;
            --border: #444;
        }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height:1.5;
}
.p0{
    padding: 0px!important;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.w1440 {
  width: 75%;
  margin: 0 auto;
}
.bread{
	padding:2vw 0;
}
.bread svg{
	display:none;
}
.bread ul li{
	font-size:16px;
}
.bread ul li:first-child{
	margin-right:6px;
}
.bread ul li:last-child{
	color:#c29a69;
}
.bread ul li:not(:first-child){
	padding: 0 6px 0 20px!important;
}
.bread .p_showTitle{
	padding-left:0!important;
}
.bread.white .text-secondary{
	color:#fff;
}
.bread.white .p_breadcrumbItem:not(:first-child)::before{
	color: #fff!important;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 1000;
}
.header .con {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.header .con .logo {
 /* width: 12.5%;
  height: 66px;*/
  width: 264px;
 
  position: relative;
 /* top: 10px;*/
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo a {
 /* position: absolute;

  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
    width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo a img {
  width: 100%;
  transform-origin: left center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo a img.color {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/*.header .con .logo a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}*/
.header .con .nav {
  flex: 1;
  display:block;
  margin-left: 13.57%;
}
.header .con .nav .nav-right {
 /* float: right;*/
 
}
.header .con .nav .nav-right > ul {
  display: flex;
  /*justify-content: right;*/
}
.header .con .nav .nav-right > ul > li {
 /* margin-right: 3.3vw;*/
  margin-left: 40px;
  margin-right: 40px;
}
.header .con .nav .nav-right > ul > li h2 {
  position: relative;
}
.header .con .nav .nav-right > ul > li h2:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  border-bottom: 10px solid #f4f4f4;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav .nav-right > ul > li h2 a {
  white-space: nowrap;
  line-height: 72px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav .nav-right > ul > li h2.active:before {
  opacity: 1;
}
.header .con .nav .nav-right > ul > li .nav-list {
  position: absolute;
  width: 100%;
  background: #f4f4f4;
  left: 0;
  top: 100%;
  padding: 30px 12.5%;
  display: none;
}
.header .con .nav .nav-right > ul > li .nav-list ul {
  display: flex;
  justify-content: center;
}
.header .con .nav .nav-right > ul > li .nav-list ul li {
  width: 20%;
}
.header .con .nav .nav-right > ul > li .nav-list ul li a {
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav .nav-right > ul > li .nav-list ul li:hover a {
  color: #c29a69;
}
.header .con .search {
  margin-left: 2%;
}
.header .con .search span {
  color: #fff;
  line-height: 72px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .mobile-btn {
  display: none;
}
.header:hover {
  background: #fff;
}
.header:hover .con .logo {
  top: 0;
}
.header:hover .con .logo a img.regular {
  opacity: 0;
}
.header:hover .con .logo a img.color {
  opacity: 1;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
.header:hover .con .nav .nav-right > ul > li h2 a {
  color: #333;
  line-height: 60px;
}
.header:hover .con .nav .nav-right > ul > li.active h2 a {
  color: #c29a69;
}
.header:hover .con .search span {
  color: #333;
  line-height: 60px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header:hover .con .search:hover span {
  color: #c29a69;
}
.header.active {
  background: #fff;
}
/*.header.active .con .logo {
  top: 0;
}*/
.header.active .con .logo a img.regular {
  opacity: 0;
}
.header.active .con .logo a img.color {
  opacity: 1;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
.header.active .con .nav .nav-right > ul > li h2 a {
  color: #333;
  line-height: 66px;
}
.header.active .con .nav .nav-right > ul > li.active h2 a {
  color: #c29a69;
}
.header.active .con .search span {
  color: #333;
  line-height: 66px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header.active .con .search:hover span {
  color: #c29a69;
}
.footer{
	position:relative;
  z-index:10;
}
.footer .footer-top {
  background: #242122;
  padding: 3.6vw 0 5.2vw;
}
.footer .footer-top .con .left {
  float: left;
  width: 50%;
}
.footer .footer-top .con .left .logo {
  width: 30.4%;
}
.footer .footer-top .con .left .logo a img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .left .logo a img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.footer .footer-top .con .left .share {
  margin-top: 30px;
}
.footer .footer-top .con .left .share .social-share{
  display: flex;
}
.footer .footer-top .con .left .share .social-share a{
   width: 36px;
  height: 36px;
  background: #242122;
  line-height: 36px;
  margin-right: 10px;
  border: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .left .share .social-share a:before {
  color: #fff;
}
.footer .footer-top .con .left .share .social-share a:hover {
  background: #c29a69;
}
.footer .footer-top .con .right {
  float: right;
  width: 50%;
}
.footer .footer-top .con .right > ul {
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .con .right > ul > li h2 a {
  font-weight: 400;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .right > ul > li h2:hover a {
  color: #c29a69;
}
.footer .footer-top .con .right > ul > li ul {
  margin-top: 22px;
}
.footer .footer-top .con .right > ul > li ul li a {
  color: #a8a8a8;
  opacity: 0.5;
  line-height: 38px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-top .con .right > ul > li ul li:hover a {
  opacity: 1;
}
.footer .footer-bottom {
  background: #fff;
  padding: 20px 0;
}
.footer .footer-bottom .con {
  display: flex;
  justify-content: space-between;
}
.footer .footer-bottom .con p {
  color: #555;
}
.footer .footer-bottom .con p a {
  color: #555;
  margin-left: 6px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom .con p a:hover {
  color: #333;
}
.footer .footer-bottom .con ul {
  display: flex;
  justify-content: right;
}
.footer .footer-bottom .con ul li {
  padding: 0 10px;
  position: relative;
}
.footer .footer-bottom .con ul li:after {
  content: '';
  width: 1px;
  height: 12px;
  background: #555;
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.footer .footer-bottom .con ul li a {
  color: #555;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .footer-bottom .con ul li a:hover {
  color: #c29a69;
}
.footer .footer-bottom .con ul li:first-child {
  padding-left: 0;
}
.footer .footer-bottom .con ul li:last-child {
  padding-right: 0;
}
.footer .footer-bottom .con ul li:last-child:after {
  display: none;
}
.footer .footer-bottom .con ul.mobile {
  display: none;
}
@media screen and (max-width: 1440px) {
  .header .con .nav .nav-right > ul > li .nav-list {
    padding: 24px 12.5%;
  }
  .header .con .nav{
           margin-left: auto;
        margin-right: auto;
        flex: none;
  }
  .header .con .logo{
    width: 240px;
  }
}
@media screen and (max-width:1280px){
  .header .con .nav .nav-right > ul > li{
    margin-left: 25px;
    margin-right: 25px;
  }
  .header .con .logo{
  width: 220px;
}
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .header .con .logo a img.color {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
  }
  .header .con .nav {
    position: fixed;
    top: 66px;
    width: 100%;
    background: #fff;
    display: none;
    padding: 0 5%;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px solid #f2f2f2;
  }
  .header .con .nav .nav-right {
    float: none;
  }
  .header .con .nav .nav-right > ul {
    display: block;
  }
  .header .con .nav .nav-right > ul > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .header .con .nav .nav-right > ul > li h2 {
    text-align: left;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
  }
  /*.header .con .nav .nav-right > ul > li h2:after {*/
  /*  content: '\e603';*/
  /*  font-family: iconfont;*/
  /*  font-size: 20px;*/
  /*  color: #333;*/
  /*  position: absolute;*/
  /*  right: 0;*/
  /*  top: 50%;*/
  /*  transform: translateY(-50%);*/
  /*  -webkit-transform: translateY(-50%);*/
  /*  -moz-transform: translateY(-50%);*/
  /*  -ms-transform: translateY(-50%);*/
  /*}*/
  .header .con .nav .nav-right > ul > li h2 a {
    display: block;
    padding: 0;
    color: #333 !important;
    width: 50%;
    line-height: 50px!important;
  }
  .header .con .nav .nav-right > ul > li .nav-list {
    position: relative;
    top: 0;
    display: none;
    padding: 0 20px;
    background: #fff;
  }
  .header .con .nav .nav-right > ul > li .nav-list ul {
    display: block;
  }
  .header .con .nav .nav-right > ul > li .nav-list ul li {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
  }
  .header .con .nav .nav-right > ul > li .nav-list ul li a {
    display: block;
    line-height: 40px;
  }
  .header .con .nav .nav-right > ul > li .nav-list ul:before {
    display: none;
  }
  .header .con .nav .nav-right > ul > li .nav-list ul:after {
    display: none;
  }
  .header .con .nav .nav-right > ul > li:first-child h2:after {
    display: none;
  }
  .header .con .nav .nav-right > ul > li:first-child h2 a {
    width: 100%;
  }
    .header .con .nav .nav-right > ul > li:nth-child(2) h2:after {
    display: none;
  }
  .header .con .nav .nav-right > ul > li:nth-child(2) h2 a {
    width: 100%;
  }
  .header .con .nav .nav-right > ul > li:nth-child(4) h2:after {
    display: none;
  }
  .header .con .nav .nav-right > ul > li:nth-child(4) h2 a {
    width: 100%;
  }
    .header .con .nav .nav-right > ul > li:nth-child(5) h2:after {
    display: none;
  }
  .header .con .nav .nav-right > ul > li:nth-child(5) h2 a {
    width: 100%;
  }
  .header .con .nav .nav-right > ul > li.active h2 a {
    color: #333 !important;
  }
  .header .con .nav .nav-right > ul > li.active h2:after {
    content: '\e638';
  }
  .header .con .search {
    margin-left: 0;
    margin-right: 6%;
    position: relative;
    top: 1px;
  }
  .header .con .search span {
    font-size: 20px;
  }
  .header .con .mobile-btn {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0%;
    top: 23px;
    overflow: hidden;
  }
  .header .con .mobile-btn .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    text-align: center;
    z-index: 11;
    font-size: 0;
    margin: 0 auto;
  }
  .header .con .mobile-btn .nav-button div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 20px;
    height: 16px;
  }
  .header .con .mobile-btn .nav-button div span {
    width: 100%;
    height: 2px;
    background-color: #333;
    display: block;
    margin: 0 auto;
    line-height: 2px;
    position: static;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .header .con .mobile-btn .nav-button div span.center-hr {
    margin: 5px auto;
  }
  .header .con .mobile-btn .nav-button div span.top-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .mobile-btn .nav-button div span.bottom-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .mobile-btn .nav-button.active div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  .header .con .mobile-btn .nav-button.active div span.center-hr {
    display: none;
  }
  .header .con .mobile-btn .nav-button.active div span.top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .header .con .mobile-btn .nav-button.active div span.bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .footer .footer-top {
    padding: 30px 0;
  }
  .footer .footer-top .con .left {
    width: 100%;
  }
  .footer .footer-top .con .left .logo {
    width: auto;
    text-align: center;
  }
  .footer .footer-top .con .left .logo a img {
    width: 180px;
  }
  .footer .footer-top .con .left .share {
    margin-top: 30px;
  }
  .footer .footer-top .con .left .share .social-share{
    justify-content: center;
  }
  .footer .footer-top .con .left .share .social-share a:last-child {
    margin-right: 0;
  }
  .footer .footer-top .con .right {
    display: none;
  }
  .footer .footer-bottom .con {
    flex-wrap: wrap;
  }
  .footer .footer-bottom .con p {
    width: 100%;
    text-align: center;
    margin-top: 14px;
  }
  .footer .footer-bottom .con ul {
    width: 100%;
  }
  .footer .footer-bottom .con ul.pc {
    display: none;
  }
  .footer .footer-bottom .con ul.mobile {
    display: flex;
    justify-content: center;
  }
  .header .con .nav{
    margin-left: 0;
}
.advertising .wrap_index{
  display: none;
}
.header .con .logo{
  width: 220px;
}
}
@media screen and (max-width: 768px) {

  .header .con .logo {
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    padding-top: 13px;
  }
  .header .con .logo a img {
    width: 100%;
  }
  .header.active .con .logo a img.regular{
    display: none;
  }
  .header.active .con .logo a img.color{
    position: static;
    width: 100%;
  }
  .header .con .nav {
    top: 50px;
  }
  .header .con .search {
    margin-right: 12%;
  }
  .header .con .search span {
    line-height: 50px!important;
  }
  .header .con .mobile-btn {
    top: 15px;
  }
  .bread{
	padding:20px 0;
}
.bread ul li{
	font-size:14px;
}
  .bread ul li:first-child{
	margin-right:3px;
}
.bread ul li:not(:first-child){
	padding: 0 4px 0 16px!important;
}
}


.p_page{
    text-align:center;
    margin-top:3vw;
}
.page_a.current:hover{
      color: #fff;
    border-color: #c29a69;
    background-color: #c29a69;
}
.page_a.current{
      color: #fff;
    border-color: #c29a69;
    background-color: #c29a69;
}
.page_a:hover {
    color: #fff;
    border-color: #c29a69;
    background-color: #c29a69;
}
@media screen and (max-width: 768px){
    .p_page{
      margin-top:30px;
    }
    .mySwiper2 {
    width: 100%;
    height: 60vh;
}
.tu-list img{
  width: 100%;
}
.pc{
  display: none;
}
}



.ov{
    overflow: hidden;
}

        /* --- 主图 Swiper (全屏) --- */
        .mySwiper2 {
            width: 100%;
            height: 100vh; /* 占满视口高度 */
        }

        .mySwiper2 .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover; /* 关键：保持比例填满屏幕，不拉伸 */
        }

        /* --- 底部缩略图 Swiper (悬浮样式) --- */
        .mySwiper {
            position: absolute; /* 绝对定位 */
            bottom: 30px;       /* 距离底部距离 */
            left: 50%;          /* 水平居中 */
            transform: translateX(-50%);
            width: 80%;         /* 宽度占比，可根据需求调整 */
            max-width: 1000px;  /* 最大宽度限制 */
            height: 140px;      /* 缩略图高度 */
            z-index: 10;        /* 确保在主图之上 */
            padding-bottom: 10px; /* 给文字留点空间 */
        }

        .mySwiper .swiper-slide {
            opacity: 0.4; /* 未选中时的透明度 */
            transition: all 0.3s ease;
            cursor: pointer;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            height: 100%;
        }

        .mySwiper .swiper-slide-thumb-active {
            opacity: 1; /* 选中时高亮 */
            transform: scale(1.05); /* 选中时轻微放大 */
            box-shadow: 0 4px 15px rgba(0,0,0,0.5);
        }

        .mySwiper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(0.7); /* 默认稍微暗一点 */
        }

        .mySwiper .swiper-slide-thumb-active img {
            filter: brightness(1); /* 选中时变亮 */
        }

        /* --- 模拟参考图中的文字标签 --- */
.slide-label {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    font-size: 20px;
    padding: 10px 0 5px;
    font-family: sans-serif;
    padding-bottom: 47px;
}
        
        .index-case{
            position: relative;
            margin-top: 30px;
        }
        @media screen and (max-width: 768px){

    .mySwiper2 {
    width: 100%;
    height: 60vh;
}
.mySwiper {
width: 60%;
height: 80px;

}
.slide-label {
    font-size: 14px;
        padding-bottom: 24px;
}
}

 /* --- 弹窗遮罩层 --- */
        .modal-overlay {
            position: fixed;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(5px); /* 毛玻璃效果 */
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            padding: 20px;
        }

        /* 弹窗显示状态 */
        .modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* --- 弹窗表单卡片 --- */
        .form-container {
            background: var(--card-bg);
            padding: 40px;
            border-radius: 16px;
            width: 100%;
            max-width: 500px;
            max-height: 90vh; /* 防止内容过多超出屏幕 */
            overflow-y: auto;
            box-shadow: 0 10px 40px rgba(0,0,0,0.5);
            border: 1px solid rgba(255,255,255,0.05);
            position: relative;
            transform: translateY(30px);
            transition: transform 0.3s ease;
        }

        .modal-overlay.active .form-container {
            transform: translateY(0);
        }

        /* 关闭按钮 */
        .close-btn {
            position: absolute;
            top: 15px; right: 20px;
            background: none; border: none;
            color: var(--text-sub);
            font-size: 28px;
            cursor: pointer;
            transition: color 0.2s;
            line-height: 1;
        }
        .close-btn:hover { color: var(--accent); }

        h2 {
            font-size: 28px;
            margin-bottom: 8px;
            color: var(--accent);
            letter-spacing: 1px;
        }

        p.subtitle {
            color: var(--text-sub);
            margin-bottom: 30px;
            font-size: 14px;
        }

        .form-group { margin-bottom: 20px; position: relative; }

        label {
            display: block;
            margin-bottom: 8px;
            font-size: 13px;
            color: var(--text-sub);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        input, select, textarea {
            width: 100%;
            padding: 14px 16px;
            background: var(--input-bg);
            border: 1px solid var(--border);
            border-radius: 8px;
            color: var(--text-main);
            font-size: 15px;
            transition: all 0.3s ease;
            outline: none;
        }

        input:focus, select:focus, textarea:focus {
            border-color: var(--accent);
            box-shadow: 0 0 0 3px rgba(244, 162, 97, 0.15);
        }

        textarea { resize: vertical; min-height: 100px; }

        .row { display: flex; gap: 15px; }
        .row .form-group { flex: 1; }

        .submit-btn {
            width: 100%;
            padding: 16px;
            background: var(--accent);
            color: #1a1a1a;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            margin-top: 10px;
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(244, 162, 97, 0.4);
        }

        /* 成功提示 */
        .success-msg {
            display: none;
            text-align: center;
            padding: 40px 0;
        }
        .success-msg .icon { font-size: 48px; margin-bottom: 15px; }
        .success-msg h3 { color: var(--accent); margin-bottom: 10px; }
.lightingForm input{
    color: white!important;
}
        @media (max-width: 480px) {
            .row { flex-direction: column; gap: 0; }
            .form-container { padding: 25px; }
        }
.eeee1{
    padding-bottom: 100px;
    background: url('../images/123.jpg');
}
.eeee1-ctn2 .title h2 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #231f20;
}        
        
        .eeee1-list{
            margin-top: 60px;
            
        }
        .eeee1-list .p1{
            font-size: 36px;
        }
        .eeee1-list .p2{
            margin-top: 30px;
            margin-bottom: 50px;
            font-size: 18px;
            padding-right: 50px;
        }
        .pl30{
            padding-left: 30px;
        }
        /* 容器样式 */
.params-grid123 {
    width: 100%;
    max-width: 900px; /* 限制最大宽度，防止在大屏上太散 */
    margin: 20px auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

/* 表格基础重置 */
.params-grid123 table {
    width: 100%;
    border-collapse: collapse; /* 关键：合并边框 */
    text-align: center; /* 默认内容居中 */
    font-size: 14px;
}

/* 单元格通用样式 */
.params-grid123 th,
.params-grid123 td {
    padding: 16px 10px; /* 增加内边距，让表格不拥挤 */
    border-bottom: 1px solid #f0f0f0; /* 极淡的分割线 */
}

/* 表头样式 */
.params-grid123 th {
    background-color: #fafafa; /* 浅灰背景 */
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e0e0e0; /* 表头下方的线稍微深一点 */
}

/* 第一列（名称列）特殊处理 */
.params-grid123 td:first-child,
.params-grid123 th:first-child {
    text-align: left; /* 名称左对齐更易读 */
    padding-left: 20px;
    font-weight: 500;
    color: #222;
}

/* 鼠标悬停效果 - 增加交互感 */
.params-grid123 tbody tr:hover {
    background-color: #f9fbfd; /* 鼠标放上去变淡淡的蓝色 */
    transition: background-color 0.2s ease;
}

/* 最后一行的下划线去掉，更精致 */
.params-grid123 tbody tr:last-child td {
    border-bottom: none;
}
        

@media screen and (max-width: 768px) {
  .eeee1 {
  padding-bottom: 50px;
  background: white;
}
.eeee1-list .p1 {
  margin-top: 10px;
  font-size: 20px;
}
.eeee1-list .p2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  padding-right: 0px;
}.eeee1-list {
  margin-top: 39px;
}
.ctn-list .logo{
  text-align: center;
}
.ctn2 .ctn-list ul li .logo img {
    height: 200px!important;
    text-align: center;
    margin: 0 auto;
  }
  .ctn2 .ctn-list ul li .text h2 {
  font-weight: 700;
  color: #231f20;
  text-align: center;
}
}