@charset "utf-8";
.wsmenuexpandermain, .bigmegamenu {
  display: none;
}
/*header*/
header {
    overflow: hidden;
}
#pcheader{
 position: relative;
 width: 100%;
 z-index: 100;
 margin-bottom: 100px;
 overflow: hidden;	
}
#pcheader .header-warp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease; /* 添加平滑过渡效果 */
}
#pcheader .header-warp.transparent {
  /*background-color: transparent;*/
    background-color: rgba(255, 255, 255, 1);
}
#pcheader .header-warp.solid {
  background-color: rgba(0, 0, 0, 1);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}
#pcheader .header-warp .container_header {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width:1600px) {
  #pcheader .header-warp .container_header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 3%;
  }
}

#pcheader .logo {
  display: inline-block;
  padding-top: 10px;
  width: 300px;
}
#pcheader .logo img {
  height: 80px;
}
#header-logo {
  transition: opacity 0.3s ease;
}
#pcheader .header_menu {
  font-size: 0;
  line-height: 100px;
  width:calc(100% - 450px);
  text-align:right;
  color:#333;
}
#pcheader .toptel {
    font-size: 1.4rem;
    font-weight: 500;
    width: 150px;
    line-height: 90px;
    text-align: right;
    color: #333;
}

#pcheader .toptel i {
    color: #333;
}

.dhcaidan {
  width: 100%;
  display: table;
  margin: 0 auto;
}
.dhcaidan ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dhcaidan ul ul {
  opacity: 0;
  position: absolute;
  top:160%;
  /*left: 10%;*/
    
  visibility: hidden;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  z-index: 99999;
}
.dhcaidan ul ul ul {
  top: 0;
  left: 160%;
}
.dhcaidan ul li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.dhcaidan ul ul li:hover > ul {
  top: 0;
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.dhcaidan ul li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  line-height: 36px;
  padding: 28px 0;
  position: relative;
}
/*.dhcaidan ul li a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 0 0 0 75px;
  transition: all 0.5s ease;
}
.dhcaidan ul li a:hover, .dhcaidan ul li a.cur {
  color: #d71f1f;
}*/
.dhcaidan ul li a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 0 0 5px 0; /* 增加底部内边距来确保横线与文字间的距离 */
  border-bottom: 3px solid transparent; /* 默认透明边框 */
  transition: all 0.5s ease;
  margin-left: 75px;
}
.dhcaidan ul li a:hover, .dhcaidan ul li a.cur {
  color: #d71f1f;
  border-bottom: 3px solid #d71f1f;
}
.dhcaidan ul ul li {
  line-height: 46px;
  padding: 0;
  width: 200px;
  background: #f2f2f2;
  border-bottom: 1px solid #f8f8f8;
}
.dhcaidan ul ul li:last-child {
  border-bottom: 0 solid #f8f8f8;
}
.dhcaidan ul ul li a {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
    margin-left: 0;
    padding: 0;
  border-bottom: 0 solid transparent; /* 默认透明边框 */
}
.dhcaidan ul ul li a:hover, .dhcaidan ul ul li a.cur {
  background: #d71f1f;
  color: #fff;
    border-bottom: 0 solid #d71f1f;
}
.dhcaidan ul ul ul li {
  line-height: 46px;
  padding: 0;
  width: 240px;
  background: #f2f2f2;
  border-bottom: 1px solid #f8f8f8;
}
.dhcaidan ul ul ul li:last-child {
  border-bottom: 0 solid #f8f8f8;
}
.dhcaidan ul ul ul li a {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.dhcaidan ul ul ul li a:hover, .dhcaidan ul ul ul li a.cur {
  background: #d71f1f;
  color: #fff;
}
@media (max-width: 1440px) {
  .dhcaidan ul li a {
    margin-left: 50px;
  }
}
@media (max-width: 1280px) {
  .dhcaidan ul li a {
    margin-left: 40px;
  }
}
/*字体变色*/
#pcheader .header-warp.solid .membericon i{
  color:#fff;
}
#pcheader .header-warp.solid .shopcart i{
  color:#fff;
}
#pcheader .header-warp.solid .toptel{
  color:#fff;
}
#pcheader .header-warp.solid .toptel i{
  color:#fff;
}
#pcheader .header-warp.solid .dhcaidan ul li a{
  color:#fff;
}
#pcheader .header-warp.solid .dhcaidan ul li a:hover, #pcheader .header-warp.solid .dhcaidan ul li a.cur {
  color: #d71f1f;
}
#pcheader .header-warp.solid .dhcaidan ul ul li a {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
#pcheader .header-warp.solid .dhcaidan ul ul li a:hover, #pcheader .header-warp.solid .dhcaidan ul ul li a.cur {
  background: #d71f1f;
  color: #fff;
}
#pcheader .header-warp.solid .dhcaidan ul ul ul li a {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
#pcheader .header-warp.solid .dhcaidan ul ul ul li a:hover, #pcheader .header-warp.solid .dhcaidan ul ul ul li a.cur {
  background: #d71f1f;
  color: #fff;
}

#mtop {
  display: none;
}
@media (max-width: 1200px) {
  #pcheader{
    margin-bottom: 0;
  }
  #pcheader .header-warp {
    display: none;
  }
  #mtop {
    display: block;
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
    z-index: 999;
      
  }
  #mtop .mtop_con{
    width: 100%;
    overflow: hidden;
  }
  #mtop .logo {
    padding: 10px 0 10px 10px; overflow: hidden
  }
  #mtop .logo img {
    height: 60px;
  }
  .wsmenuexpandermain, .bigmegamenu {
    display: block;
  }
  .overlapblackbg {
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    /*background-color: rgba(0, 0, 0, 0.45);*/
    cursor: pointer;
  }
    .overlapblackbg.menuopen {
    display: block;
  }
  .wsmenuexpandermain {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .wsmenu {
    width: 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    z-index: 100;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgba(0, 0, 0, 0.75) !important;
  }
  .wsmenu .wsmenu-list {
    height: 100%;
    overflow-y: auto;
    display: block !important;
  }
  .wsmenu .wsmenu-list > li {
    position: relative;
  }
  .wsmenu .wsmenu-list > li:hover > a, .wsmenu .wsmenu-list > li.active > a {
    background-color: rgba(0, 0, 0, 0.08) !important;
    text-decoration: none;
  }
  .wsmenu > .wsmenu-list > li > a {
    text-transform: capitalize;
    display: block;
    padding: 9px 32px 9px 17px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    color: #fff;
    line-height: 25px;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.13);
  }
  .wsmenu-list > li.active > a, .wsmenu-list > li.active > a:hover {
    color: #CCFFFF;
  }
  /*Nav Expanding Open Effect*/
  .wsmenu.menuopen {
    width: 240px;
  }
  .wsmenu.menuclose {
    width: 0;
  }
  .wsmenucontent {
    z-index: 10;
  }
  /* Navigation arrow Animation */
  .animated-arrow {
    position: absolute;
    top: 25px;
    right: 18px;
    z-index: 200;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .wsmenuexpandermain .menuopen {
    right: 240px !important;
    margin-top: 4px !important;
  }
  .animated-arrow {
    cursor: pointer;
    padding: 0px 20px 16px 0px;
    margin: 10px 0 0 15px;
  }
  .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 25px;
    background: #d71f1f; /*三条线*/
    position: absolute;
    display: block;
    content: '';
  }
  .animated-arrow span:before {
    top: -7px;
  }
  .animated-arrow span:after {
    bottom: -7px;
  }
  .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
    transition: all 500ms ease-in-out;
  }
  .animated-arrow.menuopen span {
    background-color: transparent;
  }
  .animated-arrow.menuopen span:before, .animated-arrow.active span:after {
    top: 7px;
  }
  .animated-arrow.menuopen span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
  }
  .animated-arrow.menuopen span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* Mobile click to drop arrow */
  .wsmenu-list .wsmenu-submenu {
    display: none;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  .wsmenu-list .wsmenu-submenu li a {
    display: block;
    font-size: 13px;
    padding: 8px 0px 8px 18px;
    color: #333;
  }
  .wsmenu-list .wsmenu-submenu li a:hover, .wsmenu-list .wsmenu-submenu li a.active {
    background-color: #e7e7e7 !important;
    color: #d71f1f;
    text-decoration: none;
  }
}

#banner {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1200px) {
    #banner {
        padding-top: 60px;
    }
}
#banner .swiper-slide {
  /*position: relative;*/
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
}
#banner .swiper-slide .banner-text-con {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
#banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: 3px;
  text-align: center;
  right: 0;
}
#banner img {
  max-width: 100%;
  display: block;
}


.player-container {
    position: relative;
    width: 100px;
    height: 100px;
	margin: 0 auto;
}
.play-button {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
    border: none;
    outline: none;
}
.play-button::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid white;
    margin-left: 5px;
}
.play-button:hover {
    background: #d71f1f;
}
.ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #a777e3;
    animation: ripple 2s linear infinite;
    opacity: 0;
}
.ripple:nth-child(2) {
    animation-delay: 0.66s;
}
.ripple:nth-child(3) {
    animation-delay: 1.32s;
}
@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.num-list {
  margin-bottom: 30px;
  overflow: hidden;
}
.num-list li {
  width: 25%;
  margin-bottom: 15px;
  text-align: center;
}
.num-list li .num {
  margin-bottom: 5px;
  width: 100%;
}
.num-list li .num .font60 {
  font-size: 60px;
  line-height: 1.5;
  color: #f1a719;
  font-weight: bold;
}
.num-list li .num .fontl {
  font-size: 24px; 
  color: #FFF;
}
.num-list li .intro {
  color: #fff;
  line-height: 24px;
  width: 100%;
}
@media (max-width: 1280px) {
 .num-list li .num .font60 {
    font-size: 48px;
  }
  .num-list li .num .fontl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
.num-list li {
    width: 50%;
  }
.num-list li .num .font60 {
    font-size: 40px;
  }
  .num-list li .num .fontl {
    font-size: 16px;
  }
}


#aboutindex_2 {
  display: block;
  position: relative;
  overflow: visible;
  padding: 0 !important;
}
#aboutindex_2 .dycon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#aboutindex_2 .dycon .dcon {
  width: 50%;
  float: left;
  padding: 5% 100px 5% 0;
  overflow: hidden;
  margin: 0 auto;
}
#aboutindex_2 .dycon .dcon .content {
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  width: 700px;
  float: right;
}
#aboutindex_2 .dycon .dcon .content h2 {
  font-size: 30px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}

#aboutindex_2 .dycon .abimg {
  width: 50%;
  float: right;
  padding: 0;
  overflow: hidden;
  text-align: right;
	 position: relative;
}
#aboutindex_2 .dycon .abimg img {
  width: 100%;
  border: 0 solid #eee;
}
#aboutindex_2 .dycon .abimg .playvideo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#aboutindex_2 .dycon .dycon2 {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
#aboutindex_2 .dycon .dycon2 .dyshuju {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#aboutindex_2 .dycon .dycon2 .dyshuju li {
  float: left; width: 50%; margin: 30px 0;
}
#aboutindex_2 .dycon .dycon2 .dyshuju li h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
    color: #d71f1f;
}
#aboutindex_2 .dycon .dycon2 .dyshuju li h3 .sup-style {
    font-size: 24px;     /* 更小的字体 */
    vertical-align: super; /* 上标对齐 */
    line-height: 1;      /* 避免影响整体行高 */
    color: #d71f1f;
  }
#aboutindex_2 .dycon .dycon2 .dyshuju li p {
  line-height: 24px;
  margin-top: 5px;
}
@media (max-width: 1600px) {
    #aboutindex_2 .dycon .dcon {
      padding: 5% 50px 4% 0;
    }
    #aboutindex_2 .dycon .dcon .content {
        width: calc(100% - 50px);
        margin-left: 8%;
        float: left;
    }
    #aboutindex_2 .dycon .dcon .content h2 {
      font-size: 28px;
      margin-bottom: 25px;
      text-transform: uppercase;
      font-weight: 600;
      color: #333;
      line-height: 1.25;
    }
    #aboutindex_2 .dycon .dycon2 .dyshuju li {
     margin: 20px 0;
    }
    #aboutindex_2 .dycon .dycon2 .dyshuju li h3 {
      font-size: 40px;
      line-height: 40px;
    }
    #aboutindex_2 .dycon .dycon2 .dyshuju li h3 .sup-style {
        font-size: 20px;
      }
}
@media (max-width: 1440px) {
  #aboutindex_2 .dycon .dcon {
      padding: 4% 50px 4% 0;
    }
  #aboutindex_2 .dycon .dcon .content {
    font-size: 14px;
    line-height: 28px;
  }
  #aboutindex_2 .dycon .dcon .content h2 {
    font-size: 28px;
  }
  #aboutindex_2 .dycon .dycon2 {
    margin-top: 30px;
  }
  #aboutindex_2 .dycon .dycon2 .dyshuju li {
    
  }
  #aboutindex_2 .dycon .dycon2 .dyshuju li h3 {
    font-size: 32px; line-height: 32px;
  }
  #aboutindex_2 .dycon .dycon2 .dyshuju li h3 .sup-style {
      font-size: 16px;
    }
}
@media (max-width: 1200px) {
  #aboutindex_2 .dycon .dcon .content h2 {
    font-size: 26px;
  }
  #aboutindex_2 .dycon .dycon2 .dyshuju li {
   
  }
  #aboutindex_2 .dycon .dycon2 .dyshuju li h3 {
    font-size: 28px; line-height: 28px;
  }
}
@media screen and (max-width: 992px) {
  #aboutindex_2 .dycon .dycon2 .dyshuju li {
    
  }
  #aboutindex_2 .dycon .dycon2 .dyshuju li h3 {
    font-size: 24px; line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #aboutindex_2 .dycon .dcon {
    width: 100%;
    padding: 7% 4%;
    text-align: left;
  }
  #aboutindex_2 .dycon .dcon .content {
    line-height: 24px;
     width: 100%;
        margin-left: 0;
        float: left;
  }
  #aboutindex_2 .dycon .dcon .content h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #aboutindex_2  .dycon .abimg {
    width: 100%;
    padding: 5% 0 0 0;
    text-align: right;
  }
  #aboutindex_2 .dycon .abimg img {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #aboutindex_2 .dycon .dycon2 .dyshuju li {
    width: 50%; margin: 15px 0;
  }
  #aboutindex_2 .dycon .dycon2 .dyshuju li h3 {
    font-size: 24px;
    line-height: 30px;
  }
  #aboutindex_2 .dycon .dycon2 .dyshuju li p {
  font-size: 14px;
  }
  #aboutindex_2 .dycon .dcon .content a.custom-button {
    padding: 5px 20px;       /* 内边距 */
    font-size: 14px;          /* 字体大小 */
    border-radius: 20px;      /* 圆角 */
    margin: 30px 0 0 0;
    width: 160px;
  }
  #aboutindex_2 .dycon .dcon .content a.custom-button .arrow-container {
    width: 30px;              /* 圆形背景框的直径 */
    height: 30px;             /* 圆形背景框的直径 */
  }
}


#solutionindex_1 {
  background-color: #FFF;
  overflow: hidden;
  background-image: url("../images/probg.jpg");
  padding: 4% 0;
}
#solutionindex_1 img{
 width: 100%;
}
#solutionindex_1 .topcon {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#solutionindex_1 .topcon .tit {
  width: 100%;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 35px;  
}
#solutionindex_1 .topcon .titdes {
  width: 65%;
  margin: 0 auto;
  line-height: 24px;
  color: #666;
}

#solutionindex_1 .solutionbody {
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  margin: 0 -1%;
}
#solutionindex_1 .solutionbody .module {
	display: flex; 
    flex-direction: column; /* 子元素垂直排列 */
    width: 31.333%;
	margin: 1%;
    padding: 5% 40px;
    color: #ccc;
	font-size: 14px; 
	line-height: 2;
    position: relative;
    transition: background 2s ease;
	overflow: hidden;
}
#solutionindex_1 .solutionbody .module:hover {	
    color: #eee; cursor: pointer;
}

#solutionindex_1 .solutionbody .module h3{
	font-size: 24px; font-weight: 500; margin-bottom: 20px; color: white;
}
#solutionindex_1 .solutionbody .rubber-plastic {
    background: rgba(0, 0, 0, 0.3);
}

#solutionindex_1 .solutionbody .rubber-plastic:hover {
    background: url('../images/img1.jpg') no-repeat center; /* Replace with your actual hover background image */
    background-size: cover;
}

#solutionindex_1 .solutionbody  .metal-industry {
    background: rgba(0, 0, 0, 0.3);
}

#solutionindex_1 .solutionbody  .metal-industry:hover {
    background: url('../images/img2.jpg') no-repeat center; /* Replace with your actual hover background image */
    background-size: cover;
}

#solutionindex_1 .solutionbody  .other-industries {
    background: rgba(0, 0, 0, 0.3);
}

#solutionindex_1 .solutionbody  .other-industries:hover {
    background: url('../images/img3.jpg') no-repeat center; /* Replace with your actual hover background image */
    background-size: cover;
}

#solutionindex_1 .solutionbody .module .arrow {
    font-size: 24px;
	position: absolute;
	bottom: 50px;
}

@media (max-width: 1440px) {
  #solutionindex_1 .topcon .tit {
    font-size: 32px;
  }
  #solutionindex_1 .topcon .titdes {
    font-size: 14px;
  }
  #solutionindex_1 .solutionbody .module {
    padding: 5% 30px;
    line-height: 2;
  }
  #solutionindex_1 .solutionbody .module h3{
      font-size: 22px; 
  }
}
@media (max-width: 1200px) {
  #solutionindex_1 .topcon .tit {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #solutionindex_1 .solutionbody .module h3{
      font-size: 20px;
  }
}
@media (max-width: 992px) {
  #solutionindex_1 .solutionbody .solution-item {
    width: 48%;
  }
  #solutionindex_1 .solutionbody .module {
    padding: 5% 30px;
    line-height: 2;
    width: 46%;
	margin: 2%;
  }
  #solutionindex_1 .solutionbody .module h3{
      font-size: 18px; font-weight: 600; 
  }
}
@media (max-width: 768px) {
  #solutionindex_1 {
    padding: 10% 0;
  }
  #solutionindex_1 .topcon {
    margin-bottom: 30px;
  }
  #solutionindex_1 .topcon .tit {
    font-size: 24px;
  }
  #solutionindex_1 .topcon .titdes {
    width: 100%;
    font-size: 14px;
  }
  #solutionindex_1 .solutionbody .module {
    padding: 8% 20px;
    line-height: 2;
    width: 96%;
	margin: 2%;
  }
  #solutionindex_1 .solutionbody .module h3{
      font-size: 18px; font-weight: 600; 
  }
}

.nycaidan {
  text-align: center;
  background: white;
  z-index: 1000;
  transition: all 0.3s ease;
}
.nycaidan ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.nycaidan ul li {
  display: inline-block;
  margin: 0 40px;
}
.nycaidan ul li a {
  display: block;
  color: #333;
  font-size: 18px;
  padding: 20px 0;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative; 
}
.nycaidan ul li a:hover,
.nycaidan ul li a.cur {
  color: #d71f1f;
}
.nycaidan ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.nycaidan ul li a:hover::after,
.nycaidan ul li a.cur::after {
  background-color: #d71f1f;
}

/* 固定定位样式 */
.nycaidan.fixed {
  position: fixed;
  top: 100px;
  width: 100%;
  left: 0;
    z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* 为固定菜单占位，防止内容跳动 */
.nycaidan.fixed::before {
  content: '';
  display: block;
  height: 60px; /* 根据菜单实际高度调整 */
  margin: -60px 0 0; /* 抵消占位高度，不实际占据空间 */
}
@media (max-width: 1440px) {
  .nycaidan ul li {
    display: inline-block;
    margin: 0 25px;
  }
  .nycaidan ul li a {
     font-size: 16px;
      padding: 15px 0;
  }
}
@media (max-width: 992px) {
  .nycaidan{
    display: none;
  }
}

.nycaidan_pro {
  text-align: center;
  background: white;
  z-index: 1000;
  transition: all 0.3s ease;
    position: fixed;
  top: 100px;
    width: 100%;
}
.nycaidan_pro ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.nycaidan_pro ul li {
  display: inline-block;
  margin: 0 40px;
}
.nycaidan_pro ul li a {
  display: block;
  color: #333;
  font-size: 18px;
  padding: 20px 0;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative; 
}
.nycaidan_pro ul li a:hover,
.nycaidan_pro ul li a.cur {
  color: #d71f1f;
}
.nycaidan_pro ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.nycaidan_pro ul li a:hover::after,
.nycaidan_pro ul li a.cur::after {
  background-color: #d71f1f;
}

/* 固定定位样式 */
.nycaidan_pro.fixed {
  position: fixed;
  top: 100px;
  width: 100%;
  /*left: 0;
    z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
}

/* 为固定菜单占位，防止内容跳动 */
.nycaidan_pro.fixed::before {
  content: '';
  display: block;
  height: 60px; /* 根据菜单实际高度调整 */
  margin: -60px 0 0; /* 抵消占位高度，不实际占据空间 */
}
@media (max-width: 1440px) {
  .nycaidan_pro ul li {
    display: inline-block;
    margin: 0 25px;
  }
  .nycaidan_pro ul li a {
     font-size: 16px;
      padding: 15px 0;
  }
}
@media (max-width: 992px) {
  .nycaidan_pro{
    display: none;
  }
}

#culture_1 {
  background-color: #FFF;
  overflow: hidden;
  background-image: url("../images/cul_bg.jpg");
  background-repeat: no-repeat; /* 背景图片不重复 */
  background-position: center; /* 图片在容器中水平和垂直方向上居中 */
  padding: 4% 0 6% 0;
}
#culture_1 .topcon {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#culture_1 .topcon .tit {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.25; 
}
#culture_1 .culbody {
    display: flex;
    text-align: center;
    overflow: hidden;
    justify-content: center;
    align-items: center;    
}
#culture_1 .culbody .module {
    display: inline-block;
    width: 500px;
    height: 430px;
    padding: 100px 10px 0 10px;
    border: 2px solid #fff;
    color: #333; 
    transition: background-color 0.3s, color 0.3s;
    margin: 0 20px;
    vertical-align: top; 
    border-radius: 5px;    
    font-size: 24px;
    text-align: center;
}
#culture_1 .culbody .module .image-container {
  position: relative;
  width: 60px;
  height: 60px;
    margin: 0 auto;
}
#culture_1 .culbody .module .image-container .default-image, 
#culture_1 .culbody .module .image-container .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease; /* 添加过渡效果 */
}
#culture_1 .culbody .module .image-container .hover-image {
  opacity: 0; /* 默认隐藏 */
}
#culture_1 .culbody .module:hover .image-container .hover-image {
  opacity: 1; /* 鼠标悬停时显示 */
}
#culture_1 .culbody .module:hover .image-container .default-image {
  opacity: 0; /* 鼠标悬停时隐藏 */
}
#culture_1 .culbody .module h3 {
    margin: 10px 0 30px 0;
    color: #d71f1f; 
    position: relative;
}
#culture_1 .culbody .module h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 75px;
    height: 2px;
    background-color: #d71f1f; 
    transform: translateX(-50%);
}
#culture_1 .culbody .module p {
    line-height: 36px;
}
#culture_1 .culbody .module:hover {
    background-color: #d71f1f;
    color: #fff; 
}
#culture_1 .culbody .module:hover h3,
#culture_1 .culbody .module:hover h3::after {
    color: #fff; /* H3标题字体颜色变为白色 */
}
#culture_1 .culbody .module:hover h3::after {
    background-color: white; 
}

@media (max-width: 1440px) {
  #culture_1 .topcon .tit {
    font-size: 40px;
  }
  #culture_1 .culbody .module {
      height: 380px;
      padding: 80px 10px 0 10px;
      font-size: 20px;
  }  
  #culture_1 .culbody .module h3 {
      margin: 10px 0 25px 0;
  }
  #culture_1 .culbody .module p {
      line-height: 32px;
  }
}
@media (max-width: 1200px) {
    #culture_1 .topcon .tit {
      font-size: 36px;
    }
    #culture_1 .culbody .module {
        height: 330px;
        padding: 60px 10px 0 10px;
        font-size: 18px;
    }  
    #culture_1 .culbody .module h3 {
        margin: 10px 0 20px 0;
    }
    #culture_1 .culbody .module p {
        line-height: 30px;
    }
}
@media (max-width: 768px) {
    #culture_1 .topcon {
      margin-bottom:0;
    }
    #culture_1 .topcon .tit {
      font-size: 30px;
      margin: 30px 0 30px 0;
    }
    #culture_1 .culbody {
        display: block; width: 100%;  
    }
    #culture_1 .culbody .module {        
        width: 80%;
        height: auto;
        padding: 40px 10px 40px 10px;
        font-size: 16px;
        margin-bottom: 30px;
    }  
}

#nengli_1 {
  background-color: #FFF;
  overflow: hidden;
  padding: 4% 0 6% 0;
}
#nengli_1 .topcon {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#nengli_1 .topcon .tit {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  line-height: 1.25; 
}
#nengli_1 .nenglibody {
    display: flex;
    text-align: center;
    overflow: hidden;
    justify-content: center;
    align-items: center;    
}
#nengli_1 .nenglibody .module {
    display: inline-block;
    width: 48%;
    height: 495px;
    padding: 90px 10px 0 10px;
    /*border: 2px solid #fff;*/
    color: #fff; 
    transition: background-color 0.3s, color 0.3s;
    margin: 1%;
    vertical-align: top;     
    text-align: center;
    background: #333;
    
  position: relative; /* 确保伪元素可以绝对定位 */
}
#nengli_1 .nenglibody .module .image-container {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

#nengli_1 .nenglibody .module h3 {
    margin: 10px 0 10px 0;
    color: #fff; 
    position: relative;
    font-size: 48px;
}

#nengli_1 .nenglibody .module p {
    line-height: 30px; font-size: 16px; display: none; position: relative;
}
#nengli_1 .nenglibody .module:hover {
    color: #fff; 
}
#nengli_1 .nenglibody .module:hover p {
    line-height: 30px; font-size: 16px; display: block;
}
#nengli_1 .nenglibody .module:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(215, 31, 31, 0.9); /* 黑色背景，透明度为0.95 */
}

#nengli_1 .nenglibody .module .custom-button2 {
    display: none;
}
#nengli_1 .nenglibody .module:hover .custom-button2 {
  background-color: #fff; /* 红色背景 */
  color: #d80c25;             /* 白色文字 */
  border: none;             /* 移除默认边框 */
  padding: 10px 10px;       /* 内边距 */
  font-size: 18px;          /* 字体大小 */
  line-height: 28px;
  border-radius: 24px;      /* 圆角 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;             /* 按钮宽度 */
  cursor: pointer;          /* 鼠标悬停时显示指针 */
  margin: 40px auto 0 auto;
  position: relative;
}

#nengli_1 .nenglibody .module .custom-button2 .text {
  flex-grow: 1;             /* 让文本区域占据剩余空间 */
  text-align: center;       /* 文本水平居中 */
}

#nengli_1 .nenglibody .module .custom-button2 .arrow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #c20b21; 
  border-radius: 50%;
  margin-left: 0;
}

#nengli_1 .nenglibody .module .custom-button2 .arrow {
  color: white;
}
#nengli_1 .nenglibody .module .custom-button2 .arrow i{
  font-size: 14px; 
}

@media (max-width: 1440px) {
  #nengli_1 .topcon .tit {
    font-size: 40px;
  }
  #nengli_1 .nenglibody .module {
      padding: 80px 10px 0 10px;
      font-size: 20px;
  }  
  #nengli_1 .nenglibody .module h3 {
      font-size: 40px;
  }
  #nengli_1 .nenglibody .module p {
      line-height: 32px;
  }
}
@media (max-width: 1200px) {
    #nengli_1 .topcon .tit {
      font-size: 36px;
    }
    #nengli_1 .nenglibody .module {
        height: 330px;
        padding: 60px 10px 0 10px;
        font-size: 18px;
    }  
    #nengli_1 .nenglibody .module h3 {
        font-size: 32px;
    }
    #nengli_1 .nenglibody .module p {
        line-height: 30px;
    }
    #nengli_1 .nenglibody .module .custom-button2 {
      padding: 5px 10px;       
      font-size: 14px;         
      border-radius: 20px;      
      margin: 30px 0 0 0;
      width: 160px;
    }
}
@media (max-width: 768px) {
    #nengli_1 .topcon {
      margin-bottom:0;
    }
    #nengli_1 .topcon .tit {
      font-size: 30px;
      margin: 30px 0 30px 0;
    }
    #nengli_1 .nenglibody {
        display: block; width: 100%;  
    }
    #nengli_1 .nenglibody .module {        
        width: 100%;
        height: auto;
        padding: 40px 10px 40px 10px;
        font-size: 16px;
        margin-bottom: 30px;
    }  
}

#newsindex_1 {
  background-color: #f8f8f8;
  overflow: hidden;
  padding: 3% 0;
}
#newsindex_1 .newmenu {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 50px;
  margin-bottom: 40px;
}
#newsindex_1 .newmenu h2 {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}
#newsindex_1 .news_index_list {
  width: 100%;
}
#newsindex_1 .news_index_list .newsbody {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all .2s;
  margin: 0 15px;
  overflow: hidden;
}
#newsindex_1 .news_index_list .newsbody img {
  width: 100%;
  transition: transform 0.3s ease;
}
#newsindex_1 .news_index_list .newsbody:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  background-color: #FFFFFF
}
#newsindex_1 .news_index_list .newsbody:hover img {
  transform: scale(1.05);
}
#newsindex_1 .news_index_list .newsbody .newscon {
  padding: 15px;
}
#newsindex_1 .news_index_list .newsbody .newscon h3 {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  margin: 5px 0 15px 0;
}
#newsindex_1 .news_index_list .newsbody .newscon .news_des {
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
#newsindex_1 .news_index_list .newsbody .newscon .news_date {
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-bottom: 10px;
}
#newsindex_1 .news_index_list .newsbody .newscon .news_date i {
	margin-right: 10px;
}
@media (max-width: 1440px) {
	#newsindex_1 .newmenu h2 {
      font-size: 32px;
    }
}
@media (max-width: 1200px) {
	#newsindex_1 .newmenu h2 {
      font-size: 28px;
    }
	#newsindex_1 .newmenu {
      margin-bottom: 30px;
    }
}
@media (max-width: 992px) {
	
}
@media (max-width: 768px) {
	#newsindex_1 .newmenu h2 {
      font-size: 24px;
    }
	#newsindex_1 .newmenu {
      margin-bottom: 20px;
    }
	#newsindex_1 .news_index_list .newsbody .newscon h3 {
      height: auto;
    }
}

#newsindex_2 {
  background-color: #f2f2f2;
  overflow: hidden;
  padding: 3% 0;
}
#newsindex_2 .newmenu {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 50px;
  margin-bottom: 40px;
}
#newsindex_2 .newmenu h2 {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

#newsindex_2 .news-box { 
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
#newsindex_2 .news-box .in-cont-fl {
  width: calc(64% - 30px);
  background-color: #fff;  
  overflow: hidden;
  padding: 30px;
}
#newsindex_2 .news-box .in-cont-fl a {
  display: block;  
}
#newsindex_2 .news-box .in-cont-fl .img-box {
  /*position: relative;*/
  overflow: hidden;
}

#newsindex_2 .news-box .in-cont-fl .img-box img {
  width: 100%;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}
#newsindex_2 .news-box .in-cont-fl:hover .img-box img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
#newsindex_2 .news-box .in-cont-fl .txt-box {
  margin-top: 30px;
}
#newsindex_2 .news-box .in-cont-fl .txt-box .title h3{
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
#newsindex_2 .news-box .in-cont-fl:hover .title h3 {
  color: #d71f1f;
}
#newsindex_2 .news-box .in-cont-fl .txt-box .title p {
  padding-top: 20px;
  line-height: 26px;
  font-weight: normal;
  font-size: 15px;
  color: #8d8d8d;
}
#newsindex_2 .news-box .in-cont-fl:hover .txt-box .title p {
  color: #d71f1f;
}
#newsindex_2 .news-box .in-cont-fl .txt-box .update {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid #000;
  font-size: 14px;
  border-top-color: rgba(112,112,112,.2);
  color: #8d8d8d;
}
#newsindex_2 .news-box .in-cont-rt {
  width: calc(36% - 30px);
  background-color: #fff;
  overflow: hidden;
}
#newsindex_2 .news-box .in-cont-rt ul {
  padding: 40px;
}
#newsindex_2 .news-box .in-cont-rt ul li {
  margin-bottom: 40px;
}
#newsindex_2 .news-box .in-cont-rt ul li a {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(112,112,112,.2);
    position: relative;
}
#newsindex_2 .news-box .in-cont-rt ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #d71f1f;
  -webkit-transition: all .6s;
  transition: all .6s;
}
#newsindex_2 .news-box .in-cont-rt ul li:hover a::after {
  width: 100%;
}

#newsindex_2 .news-box .in-cont-rt ul li .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
#newsindex_2 .news-box .in-cont-rt ul li .item-date {
  color: #8d8d8d;
}
#newsindex_2 .news-box .in-cont-rt .item-title {
  font-size: 18px;
  margin-top: 20px;
  color: #333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  word-break: break-word;
}
#newsindex_2 .news-box .in-cont-rt ul li:hover .item-title {
  color: #d71f1f;
}
@media (max-width: 1440px) {
	#newsindex_2 .news-box .in-cont-fl .txt-box .title h3{
      font-size: 18px;
    }
    #newsindex_2 .news-box .in-cont-fl .txt-box .title p {
      font-size: 14px;
    }
    #newsindex_2 .news-box .in-cont-rt .item-title {
      font-size: 16px;
      margin-top: 15px;
    }
    #newsindex_2 .news-box .in-cont-rt ul {
      padding: 40px 30px;
    }
    #newsindex_2 .news-box .in-cont-rt ul li {
      margin-bottom: 30px;
    }
    #newsindex_2 .news-box .in-cont-rt ul li a {
        padding-bottom: 20px;
    }
}
@media (max-width: 1280px) {
	
    #newsindex_2 .news-box .in-cont-rt ul {
      padding: 30px 30px;
    }
    #newsindex_2 .news-box .in-cont-rt ul li {
      margin-bottom: 20px;
    }
    #newsindex_2 .news-box .in-cont-rt ul li a {
        padding-bottom: 15px;
    }
}
@media (max-width: 1200px) {
	#newsindex_2 .newmenu h2 {
      font-size: 28px;
    }
	#newsindex_2 .newmenu {
      margin-bottom: 30px;
    }
}
@media (max-width: 992px) {
    #newsindex_2 .news-box .in-cont-fl {
      width: 100%;
      padding: 20px;
    }
    #newsindex_2 .news-box .in-cont-fl .txt-box {
      margin-top: 20px;
    }
    #newsindex_2 .news-box .in-cont-fl .txt-box .title h3{
      font-size: 16px;
    }
    #newsindex_2 .news-box .in-cont-fl .txt-box .title p {
      font-size: 14px;
    }
    #newsindex_2 .news-box .in-cont-rt {
      width: 100%; margin: 20px 0;
    }
    #newsindex_2 .news-box .in-cont-rt ul {
      padding: 20px;
    }
}
@media (max-width: 768px) {
	#newsindex_2 .newmenu h2 {
      font-size: 20px;
    }
	#newsindex_2 .newmenu {
      margin-bottom: 20px;
    }
    #newsindex_2 .news-box {
      margin-top: 0;
    }
}

#newsindex_3 {
  background-color: #FFF;
  overflow: hidden;
  padding: 4% 0;
}
#newsindex_3 .topcon {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#newsindex_3 .topcon .tit {
  width: 100%;
  font-size: 60px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  line-height: 1.25;
  margin-bottom: 35px;  
}
#newsindex_3 .topcon .titdes {
  width: 65%;
  margin: 0 auto;
  line-height: 24px;
  color: #666;
}

#newsindex_3 .newsbody {
   width: 100%;
	overflow: hidden;
}
#newsindex_3 .newsbody .block {
    width: 33.333%;
    background-color: #fff;
    padding: 4% 5%;
    box-sizing: border-box;
    transition: background-color 0.3s, color 0.3s; 
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	float: left;
}
#newsindex_3 .newsbody .block:nth-child(2) {
	border: 1px solid #eee;
}
#newsindex_3 .newsbody .block:hover {   
    color: white;
	background-image: url("../images/newbg.png");
	background-color: #d71f1f;
}
#newsindex_3 .newsbody .block .date {
    font-size: 42px;
	color: #999;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 42px;
}
#newsindex_3 .newsbody .block .month {
    font-size: 16px;
	line-height: 16px;
    color: #999;
	font-weight: bold;
}
#newsindex_3 .newsbody .block .title {
    font-weight: bold;
	font-size: 24px;
    margin: 30px 0;
	line-height: 1.5;
	height: 96px;
}
#newsindex_3 .newsbody .block .description {
    margin: 10px 0;
}
#newsindex_3 .newsbody .block .more {
    display: inline-block;
    margin-top: 20px;
    color: #d71f1f;
    text-decoration: none;
	font-size: 18px;
}
#newsindex_3 .newsbody .block .more i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #d71f1f;
    color: white;
    border-radius: 50%;
    margin-left: 5px;
	font-size: 14px;
}
#newsindex_3 .newsbody .block:hover .more i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    color: #d71f1f;
    border-radius: 50%;
    margin-left: 5px;
	font-size: 14px;
}
#newsindex_3 .newsbody .block:hover .date,#newsindex_3 .newsbody .block:hover .month,#newsindex_3 .newsbody .block:hover .more {
	color: #fff;
}
#newsindex_3 .gengduo {
  margin: 3% auto 1% auto; overflow: hidden; width: 180px; text-align: center;
}
@media (max-width: 1440px) {
	#newsindex_3 .topcon .tit {
      font-size: 48px;
      margin-bottom: 35px;  
    }
   #newsindex_3 .newsbody .block {
    padding: 4% 4%;
    }
    #newsindex_3 .newsbody .block .date {
        font-size: 36px;
        line-height: 36px;
    }
    #newsindex_3 .newsbody .block .title {
        font-size: 20px;
        margin: 25px 0;
		height: 90px;
    }
    #newsindex_3 .newsbody .block .more {
        font-size: 16px;
    }
}
@media (max-width: 1200px) {
   #newsindex_3 .topcon .tit {
      font-size: 36px;
      margin-bottom: 25px;  
    }
    #newsindex_3 .newsbody .block .date {
        font-size: 28px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {
	#newsindex_3 {
      padding: 10% 0;
    }
    #newsindex_3 .topcon {
      margin-bottom: 10px;
    }
    #newsindex_3 .topcon .tit {
      font-size: 32px;
      line-height: 1.25;
      margin-bottom: 25px;  
    }
    #newsindex_3 .newsbody .block {
		width: 100%;
        padding: 5%;
        border-bottom: 1px solid #eee;
        border-top: 0 solid #eee;
		margin-top: 20px;
    }
    #newsindex_3 .newsbody .block:nth-child(2) {
        border-bottom: 1px solid #eee;
        border-top: 0 solid #eee;
    }
    #newsindex_3 .newsbody .block .date {
        font-size: 28px;
        line-height: 28px;
    }
    #newsindex_3 .newsbody .block .month {
        font-size: 14px;
        line-height: 14px;
    }
    #newsindex_3 .newsbody .block .title {
        font-size: 20px;
        margin: 20px 0;
		height: auto;
    }
    #newsindex_3 .gengduo {
      margin: 5% auto 1% auto;
    }
}

#partnerindex_1 {
  background-color: #fff;
  overflow: hidden;
  padding: 0 0 4% 0;
}
#partnerindex_1 .topcon {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#partnerindex_1 .topcon .tit {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 15px;  
}
#partnerindex_1 .topcon .titdes {
  width: 65%;
  margin: 0 auto;
  line-height: 24px;
  color: #666;
}

#partnerindex_1 .partbody {
  overflow: hidden; 
  margin: 0 -1%;
}
#partnerindex_1 .partbody li {
  float: left;
  width: 14.666%;
  margin: 1%;
  border:1px solid #ddd;
}
#partnerindex_1 .partbody  li img {
  width: 100%;
}
@media (max-width: 1440px) {
  #partnerindex_1 .topcon .tit {
    font-size: 32px;
  }
  #partnerindex_1 .topcon .titdes {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #partnerindex_1 .topcon .tit {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #partnerindex_1 .partbody li {
    width: 23%;
  }
}
@media (max-width: 992px) {
 
}
@media (max-width: 768px) {
  #partnerindex_1 {
    padding: 10% 0;
  }
  #partnerindex_1 .topcon {
    margin-bottom: 30px;
  }
  #partnerindex_1 .topcon .tit {
    font-size: 24px;
  }
  #partnerindex_1 .topcon .titdes {
    width: 100%;
    font-size: 14px;
  }
  #partnerindex_1 .partbody li {
    width: 31.333%;
  }
}
@media (max-width: 576px) {
  #partnerindex_1 .partbody li {
    width: 46%;
    margin: 2%;
  }
}

#about {
  width: 100%; overflow: hidden;
}
#about .dycon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#about .dycon .dcon {
  width: 60%;
  float: left;
  padding: 7% 100px 5% 0;
  overflow: hidden;
  margin: 0 auto;
}
#about .dycon .dcon .content {
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}
#about .dycon .dcon .content h2 {
  font-size: 36px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 600;
  color: #d71f1f;
  letter-spacing: -1px;
}
#about .dycon .dcon .content a.more {
  position: relative;
  display: inline-block;
  color: inherit;
  border-radius: 25px;
  font-size: 1.4rem;
  padding: 8px 25px;
  text-align: center;
  transition: all 0.2s;
  border: 1px solid #d71f1f;
  margin-top: 40px;
  text-transform: uppercase;
}
#about .dycon .dcon .content a.more:hover {
  background-color: #d71f1f;
  color: #fff;
}
#about .dycon .abimg {
  width: 40%;
  float: right;
  padding: 7% 0 5% 0;
  overflow: hidden;
  text-align: right;
	 position: relative;
}
#about .dycon .abimg img {
  width: 100%;
  border: 0 solid #eee;
}
#about .dycon .abimg .playvideo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .dycon .dycon2 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 100px;
}
#about .dycon .dycon2 .dyshuju {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#about .dycon .dycon2 .dyshuju li {
  float: left;
  margin-right: 150px;
}
#about .dycon .dycon2 .dyshuju li h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
    color: #d71f1f;
}
#about .dycon .dycon2 .dyshuju li p {
  line-height: 24px;
  margin-top: 5px;
}
@media (max-width: 1440px) {
  #about .dycon .dcon .content {
    font-size: 14px;
    line-height: 28px;
  }
  #about .dycon .dcon .content h2 {
    font-size: 32px;
  }
  #about .dycon .dycon2 .dyshuju li {
    margin-right: 120px;
  }
  #about .dycon .dycon2 .dyshuju li h3 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  #about .dycon .dcon .content h2 {
    font-size: 28px;
  }
  #about .dycon .dycon2 .dyshuju li {
    margin-right: 80px;
  }
  #about .dycon .dycon2 .dyshuju li h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  #about .dycon .dycon2 .dyshuju li {
    margin-right: 50px;
  }
  #about .dycon .dycon2 .dyshuju li h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  #about .dycon .dcon {
    width: 100%;
    padding: 7% 0;
    text-align: left;
  }
  #about .dycon .dcon .content {
    line-height: 24px;
  }
  #about .dycon .dcon .content h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #about  .dycon .abimg {
    width: 100%;
    padding: 5% 0;
    text-align: right;
  }
  #about .dycon .abimg img {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #about .dycon .dycon2 .dyshuju li {
    width: 50%;
    margin-right: 0;
  }
  #about .dycon .dycon2 .dyshuju li h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 10px;
  }
  #about .dycon .dycon2 .dyshuju li p {
  font-size: 14px;
}
}

#about_2 {
  display: block;
  position: relative;
  overflow: visible;
  padding: 0 !important;
    margin: 80px 0 80px 0;
}
#about_2 .dycon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#about_2 .dycon .dcon {
  width: 60%;
  float: left;
  padding: 1% 0 0 150px;
  overflow: hidden;
  margin: 0 auto;
}
#about_2 .dycon .dcon .content {
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  width: calc(100% - 150px);
  float: left;
}
#about_2 .dycon .dcon .content h2 {
  font-size: 30px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  line-height: 1.25;
}

#about_2 .dycon .abimg {
  width: 40%;
  float: left;
  padding: 0;
  overflow: hidden;
  text-align: right;
	 position: relative;
}
#about_2 .dycon .abimg img {
  width: 100%;
  border: 0 solid #eee;
}
#about_2 .dycon .abimg .playvideo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about_2 .dycon .dycon2 {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
#about_2 .dycon .dycon2 .dyshuju {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#about_2 .dycon .dycon2 .dyshuju li {
  float: left; width: 50%; margin: 30px 0;
}
#about_2 .dycon .dycon2 .dyshuju li h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
    color: #d71f1f;
}
#about_2 .dycon .dycon2 .dyshuju li h3 .sup-style {
    font-size: 24px;     /* 更小的字体 */
    vertical-align: super; /* 上标对齐 */
    line-height: 1;      /* 避免影响整体行高 */
    color: #d71f1f;
  }
#about_2 .dycon .dycon2 .dyshuju li p {
  line-height: 24px;
  margin-top: 5px;
}
@media (max-width: 1600px) {
    #about_2 .dycon .dcon {
      padding: 1% 0 0 100px;
    }
    #about_2 .dycon .dcon .content {
        width: calc(100% - 100px);
        float: left;
    }
    #about_2 .dycon .dcon .content h2 {
      font-size: 28px;
      margin-bottom: 25px;
      text-transform: uppercase;
      font-weight: 600;
      color: #333;
      line-height: 1.25;
    }
    #about_2 .dycon .dycon2 .dyshuju li {
     margin: 20px 0;
    }
    #about_2 .dycon .dycon2 .dyshuju li h3 {
      font-size: 40px;
      line-height: 40px;
    }
    #about_2 .dycon .dycon2 .dyshuju li h3 .sup-style {
        font-size: 20px;
      }
}
@media (max-width: 1440px) {
    #about_2 .dycon .dcon .content {
    font-size: 14px;
    line-height: 28px;
  }
  #about_2 .dycon .dcon .content h2 {
    font-size: 28px;
  }
  #about_2 .dycon .dycon2 {
    margin-top: 30px;
  }
  #about_2 .dycon .dycon2 .dyshuju li {
    
  }
  #about_2 .dycon .dycon2 .dyshuju li h3 {
    font-size: 32px; line-height: 32px;
  }
  #about_2 .dycon .dycon2 .dyshuju li h3 .sup-style {
      font-size: 16px;
    }
}
@media (max-width: 1200px) {
  #about_2 .dycon .dcon .content h2 {
    font-size: 26px;
  }
  #about_2 .dycon .dycon2 .dyshuju li {
   
  }
  #about_2 .dycon .dycon2 .dyshuju li h3 {
    font-size: 28px; line-height: 28px;
  }
}
@media screen and (max-width: 992px) {
  #about_2 .dycon .abimg {
    display: none;
  }
  #about_2 .dycon .dycon2 .dyshuju li h3 {
    font-size: 24px; line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #about_2 .dycon .dcon {
    width: 100%;
    padding: 0 4%;
    text-align: left;
  }
  #about_2 .dycon .dcon .content {
    line-height: 24px;
     width: 100%;
        margin-left: 0;
        float: left;
  }
  #about_2 .dycon .dcon .content h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  #about_2  .dycon .abimg {
    width: 100%;
    padding: 5% 0 0 0;
    text-align: right;
  }
  #about_2 .dycon .abimg img {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #about_2 .dycon .dycon2 .dyshuju li {
    width: 50%; margin: 15px 0;
  }
  #about_2 .dycon .dycon2 .dyshuju li h3 {
    font-size: 24px;
    line-height: 30px;
  }
  #about_2 .dycon .dycon2 .dyshuju li p {
  font-size: 14px;
  }
  #about_2 .dycon .dcon .content a.custom-button {
    padding: 5px 20px;       /* 内边距 */
    font-size: 14px;          /* 字体大小 */
    border-radius: 20px;      /* 圆角 */
    margin: 30px 0 0 0;
    width: 160px;
  }
  #about_2 .dycon .dcon .content a.custom-button .arrow-container {
    width: 30px;              /* 圆形背景框的直径 */
    height: 30px;             /* 圆形背景框的直径 */
  }
}

#equipindex_1 {
  background-color: #fff;
  overflow: hidden;
  padding: 4% 0;
}

#equipindex_1 .topcon {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#equipindex_1 .topcon .tit {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 15px;  
}
#equipindex_1 .topcon .titdes {
  width: 65%;
  margin: 0 auto;
  line-height: 24px;
  color: #666;
}
#equipindex_1 .equipment_index_list {
	width: 100%; 
}
#equipindex_1 .equipment_index_list .equipbody {
  box-shadow: 0px 0px 5px rgba(120, 120, 120, 0.3);
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 0 15px;
}
#equipindex_1 .equipment_index_list .equipbody img {
  width: 100%;
}
#equipindex_1 .equipment_index_list .equipbody:hover {
  box-shadow: 0px 0px 15px rgba(120, 120, 120, 0.5);
}
#equipindex_1 .equipment_index_list .equipbody .equipcon {
  padding: 15px;
}
#equipindex_1 .equipment_index_list .equipbody .equipcon h3 {
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  margin: 5px 0 15px 0;
  text-align: center;
}
#equipindex_1 .equipment_index_list .equipbody:hover .equipcon h3 {
	color: #d71f1f;
}
#equipindex_1 .equipment_index_list .equipbody .equipcon .equipdes {
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
#equipindex_1 .equipment_index_list .equipbody .equipcon .equipmore {
  width: 100%;
  font-size: 14px;
  color: #00278e;
  line-height: 24px;
  margin-bottom: 10px;
}
#equipindex_1 .equipment_index_list .equipbody:hover .equipcon .equipmore {
  color: #d71f1f;
}
@media (max-width: 1440px) {
  #equipindex_1 .topcon .tit {
    font-size: 32px;
  }
  #equipindex_1 .topcon .titdes {
    font-size: 14px;
  }
  #equipindex_1 .equipment_index_list .equipbody .equipcon h3 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  #equipindex_1 .topcon .tit {
    font-size: 28px;
  }
  #equipindex_1 .topcon .titdes {
  width: 85%;
  }
  #equipindex_1 .equipment_index_list .equipbody .equipcon h3 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
 
}
@media (max-width: 768px) {
  #equipindex_1 {
    padding: 10% 0;
  }
  #equipindex_1 .topcon {
    margin-bottom: 30px;
  }
  #equipindex_1 .topcon .tit {
    font-size: 24px;
  }
  #equipindex_1 .topcon .titdes {
    width: 100%;
  }
}

#honorindex_1 {
  background: url("../images/honor_bg.jpg") no-repeat;
  overflow: hidden;
  padding: 4% 0;
}

#honorindex_1 .topcon {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#honorindex_1 .topcon .tit {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 15px;  
}
#honorindex_1 .topcon .titdes {
  width: 65%;
  margin: 0 auto;
  line-height: 24px;
  color: #666;
}
#honorindex_1 .honor_index_list {
	width: 100%; 
}
#honorindex_1 .honor_index_list .honorbody {
  box-shadow: 0px 0px 5px rgba(120, 120, 120, 0.3);
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 0 15px;
}
#honorindex_1 .honor_index_list .honorbody img {
  width: 100%;
}
#honorindex_1 .honor_index_list .honorbody:hover {
  box-shadow: 0px 0px 15px rgba(120, 120, 120, 0.5);
}
#honorindex_1 .honor_index_list .honorbody .honorcon {
  padding: 15px;  background: #fff; border-top: 1px solid #eee;
}
#honorindex_1 .honor_index_list .honorbody .honorcon h3 {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
	height: 45px;
  margin: 5px 0 5px 0;
  text-align: center;
    font-weight: normal;
}
#honorindex_1 .honor_index_list .honorbody:hover .honorcon h3 {
	color: #d71f1f;
}
#honorindex_1 .honor_index_list .honorbody .honorcon .honordes {
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  margin-bottom: 15px;
}
#honorindex_1 .honor_index_list .honorbody .honorcon .honormore {
  width: 100%;
  font-size: 14px;
  color: #00278e;
  line-height: 24px;
  margin-bottom: 10px;
}
#honorindex_1 .honor_index_list .honorbody:hover .honorcon .honormore {
  color: #d71f1f;
}
@media (max-width: 1440px) {
  #honorindex_1 .topcon .tit {
    font-size: 32px;
  }
  #honorindex_1 .topcon .titdes {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  #honorindex_1 .topcon .tit {
    font-size: 28px;
  }
  #honorindex_1 .topcon .titdes {
  width: 85%;
  }
}
@media (max-width: 992px) {
 
}
@media (max-width: 768px) {
  #honorindex_1 {
    padding: 10% 0;
  }
  #honorindex_1 .topcon {
    margin-bottom: 30px;
  }
  #honorindex_1 .topcon .tit {
    font-size: 24px;
  }
  #honorindex_1 .topcon .titdes {
    width: 100%;
  }
}

#content .contact {
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
#content .contact .leftcon {
  width: 45%;
  margin-right: 5%;
  float: left;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
#content .contact .leftcon i {
  margin-right: 10px;
}
#content .contact .leftcon h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
#content .contact .leftcon .whatsappweixin {
  width: 100%;
  float: left;
  padding-top: 0;
}
#content .contact .leftcon .whatsappweixin span {
  float: left;
  width: 130px;
  padding-top: 20px;
}
#content .contact .leftcon .whatsappweixin span img {
  width: 100%;
  border: 1px solid #ddd;
  padding: 2px;
}
#content .contact .leftcon .whatsappweixin span p {
  display: block;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
}
#content .contact .rightcon {
  width: 50%;
  float: left;
  overflow: hidden;
}
#content .contact .rightcon h3 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
#dituContent {
  height: 450px;
  font-size: 14px;
  width: 100%;
}

@media (max-width: 1440px) {
	
}
@media (max-width: 1200px) {
    #content .contact {
    padding: 35px 0;
  }
  #content .contact .leftcon h2 {
    font-size: 20px;
  }
  #content .contact .rightcon {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #content .contact {
    padding: 10px 0;
  }
  #content .contact .leftcon {
    width: 100%;
    margin-right: 0;
    line-height: 28px;
    margin-bottom: 30px;
    }
  #content .contact .leftcon h2 {
    font-size: 18px;
  }
  #content .contact .rightcon {
    width: 100%;
  }
  #dituContent {
    height: 300px;
  }
}

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative
}
.sendmess {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.sendmess h3 {
  font-size: 16px;
  line-height: 36px;
    color: #666;
    font-weight: normal;
  margin-bottom: 10px;
    text-align: center;
}
.sendmess li {margin-bottom: 5px; color: #666;}
.sendmess .input {
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 16px;
}
.sendmess .button {
  width: 185px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sendmess li { font-size: 14px;}
  .sendmess .input { 
    font-size: 14px;
      margin-bottom: 10px;
  }
}

/* 基础按钮样式 */
.hover-effect {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  cursor: pointer;
  overflow: hidden; /* 防止伪元素溢出 */
  transition: color 0.3s ease; /* 文字颜色过渡效果 */
}

/* 鼠标悬停时文字颜色变化 */
.hover-effect:hover {
  color: #000; /* 背景展开后文字变为黑色 */
}

/* 使用 ::before 伪元素实现背景展开效果 */
.hover-effect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%; /* 初始位置在中间 */
  width: 0; /* 初始宽度为 0 */
  height: 100%;
  background-color: #fff; /* 背景颜色 */
  transform: translateX(-50%); /* 确保居中对齐 */
  transition: width 0.4s ease; /* 宽度过渡效果 */
  z-index: -1; /* 放置在文字下方 */
}

/* 鼠标悬停时扩展背景 */
.hover-effect:hover::before {
  width: 200%; /* 背景宽度扩展到两倍 */
}


.newduo-list {
  margin: 3% auto;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.newduo-list li {
  width: 32%;
  margin: 1% 2% 2% 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  overflow: hidden;
  float: left;
}
.newduo-list li:nth-child(3n) {
  margin: 1% 0 2% 0;
}
.newduo-list li div {
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 100%;
  float: left;
}

.newduo-list li .image-container {
  width: 100%;
  height: 280px; /* 固定高度，也可用 rem/vh 等响应式单位 */
  overflow: hidden;
  position: relative;
    border: 1px solid #eee;
}

.newduo-list li .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 关键：图片填充容器，保持比例，多余部分裁剪 */
  object-position: center; /* 可选：控制裁剪焦点（如居中） */
}
/*.newduo-list li img {
  width: 100%;
}*/
.newduo-list > li span {
  float: left;
  width: 100%;
  padding: 10px;
}
.newduo-list > li span h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 25px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newduo-list > li span h3 a:hover{
   color: #d71f1f;
}
.newduo-list > li span .newtime {
  font-size: 16px;
  text-align: left;
  line-height: 26px;
  overflow: hidden;
  color: #999;
}
.newduo-list > li span p {
  font-size: 1.6rem;
  text-align: left;
  padding-top: 10px;
  line-height: 26px;
  width: 100%;
  color: #999;
}

@media (max-width: 992px) {
  .newduo-list li {
    width: 48%;
    margin: 1% 1% 1% 1%;
  }
}
@media (max-width: 768px) {
  .newduo-list li {
    width: 100%;
    margin: 1% 0 3% 0;
  }
  .newduo-list li div {
    width: 100%;
  }
  .newduo-list li span {
    width: 100%;
    padding: 20px;
  }
  .newduo-list > li span h3 {
    font-size: 2rem;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.newsview_1 {
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  width: 100%;
}
.newsview_1 .newsleft {
  width: calc(100% - 500px);
  float: left;
  overflow: hidden;
}
.newsview_1 .newsright {
  width: 420px;
  margin-left: 80px;
  float: left;
  overflow: hidden;
}
.newsview_1 .newsleft .news-info {
  overflow: hidden;
  width: 100%;
}
.newsview_1 .newsleft .news-info .new-tit {
  text-align: left;
}
.newsview_1 .newsleft .news-info .new-tit h1 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.newsview_1 .newsleft .news-info .new-tit p {
  line-height: 28px;
  font-size: 1.3rem;
  color: #999;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.newsview_1 .newsleft .news-info .new-tit p time, .news-info .new-tit p span {
  padding-right: 10px;
}
.newsview_1 .newsleft .news-info .news-body {
  padding: 30px 0 60px 0;
  line-height: 30px;
  font-size: 1.6rem;
}
.newsview_1 .newsleft .news-info .news-body img {
  max-width: 1200px;
  vertical-align: middle;
  margin: 10px 0;
}
.newsview_1 .newsleft .news-info .news-body a {
  color: #0000ff;
}
.newsview_1 .newsleft .news-info .news-body a:hover {
  color: #d71f1f;
}
.newsview_1 .newsleft .news-info .news-body h2 {
  font-size: 2rem;
  margin: 10px 0;
  font-weight: 600;
}
.newsview_1 .newsleft .news-info .news-body h3 {
  font-size: 1.6rem;
  margin: 5px 0;
  font-weight: 600;
}
.newsview_1 .newsleft .news-info .news-tag {
  padding: 20px 0;
  overflow: hidden;
}
.newsview_1 .newsleft .news-info .news-tag a{
  display: inline-table; padding: 5px 10px; background: #222; color: #ffffff; margin-right: 10px; font-size: 14px; border-radius: 3px;
}
.newsview_1 .newsleft .news-info .news-tag a:hover{
  background: #d71f1f;
}
.newsview_1 .newsleft .news-info .prevnext {
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px dashed #959595;
  line-height: 30px;
}
.newsview_1 .newsleft .news-info .prevnext span {
  width: 100%;
  float: left;
  text-align: left;
}
.newsview_1 .newsleft .news-info .prevnext span a {
  color: #666;
}
.newsview_1 .newsleft .news-info .prevnext span a:hover {
  color: #d71f1f;
}
.newsview_1 .newsright .xgnew {
  overflow: hidden;
  width: 100%;
}
.newsview_1 .newsright .xgnew .xgnew_con {
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.newsview_1 .newsright .xgnew .xgnew_con img{
  width: 100%;
	height: auto;
}
.newsview_1 .newsright .xgnew .xgnew_con h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding-top: 15px;
}
.newsview_1 .newsright .xgnew .xgnew_con h3 a:hover {
  color: #d71f1f;
}
.newsview_1 .newsright .xgnew .xgnew_con .xgtime {
  font-size: 12px;
  color: #999;
  padding: 10px 0;
}
.newsview_1 .newsright .xgnew .xgnew_con .xgdes {
  margin-bottom: 15px;
  color: #666;
  line-height: 24px;
  font-size: 1.4rem;
}
@media (max-width:1440px){
	.newsview_1 .newsleft {
      width: calc(100% - 480px);
      float: left;
      overflow: hidden;
    }
    .newsview_1 .newsright {
      width: 400px;
      margin-left: 80px;
      float: left;
      overflow: hidden;
    }
}
@media (max-width:1280px){
	.newsview_1 .newsleft {
      width: calc(100% - 400px);
      float: left;
      overflow: hidden;
    }
    .newsview_1 .newsright {
      width:350px;
      margin-left: 50px;
      float: left;
      overflow: hidden;
    }
}
@media (max-width:1200px) {
  .newsview_1 {
      padding: 30px 0;
    }
  .newsview_1 .newsleft {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .newsview_1 .newsleft .news-info .news-body {
    padding: 30px 0 30px 0;
  }
  .newsview_1 .newsleft .news-info .news-body img {
    max-width: 100%;
    vertical-align: middle;
    margin: 10px 0;
  }
  .newsview_1 .newsright {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    float: left;
    overflow: hidden;
  }
}
@media (max-width:992px) {
	.newsview_1 {
      padding: 20px 0;
    }
	.newsview_1 .newsleft .news-info .new-tit h1 {
      font-size: 2.2rem;
		line-height: 1.5;
		margin-bottom: 15px;
    }
	.newsview_1 .newsleft .news-info .news-body {
      line-height: 26px;
      font-size: 1.4rem;
    }
	.newsview_1 .newsleft .news-info .news-body h2 {
      font-size: 1.8rem;
    }
	.newsview_1 .newsleft .news-info .prevnext {
      padding: 20px 0;
      line-height: 30px;
	  font-size: 14px;
    }
}
@media (max-width:768px) {
	.newsview_1 {
      padding: 10px 0;
    }
	.newsview_1 .newsleft .news-info .new-tit h1 {
      font-size: 2rem;
    }
}

.common-left {
	padding-top: 50px;
	overflow:hidden;
	width:350px;
	margin-right:50px;
	float:left;
}

.side-search{
    width:100%;
    background:#d71f1f;
    padding:20px;
    box-sizing:border-box;
    position:relative
}
.side-search input{
    width:100%;
    height:42px;
    outline:0;
    border:none;
    padding-left:14px
}
.side-search .btn{ position: absolute; top: 21px; right: 21px; width: 40px; height: 40px; cursor: pointer; background-image: url(../images/search.png); background-color: #000; background-repeat: no-repeat; background-position: center center; }

.side>div{
    margin-bottom:20px
}
.side-title{
    width:100%;
    height:55px;
    line-height:55px;
    font-size:18px;
    font-weight:600;
    background-color:#d71f1f;
    color:#fff;
    padding-left:23px;
    text-transform:uppercase;
    box-sizing:border-box;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.side-cate>ul{
    padding:10px 23px;
    background:#fff;
    font-size:14px
}
.side-cate .type-active{
    color:#d71f1f;
}
.side-cate>ul li{
    position:relative;
    border-bottom:1px solid #ddd;
    line-height:45px
}
.side-cate>ul li:hover>a{
    color:#d71f1f
}
.side-cate>ul li a.active{
    color:#d71f1f
}
.side-cate>ul li a{
    width:100%;
    height:100%;
    display:block;
    padding-right:0;
    transition:color .3s;
    line-height:45px;
    box-sizing:border-box;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.side-cate>ul>li:last-child{
    border:none
}

.side-cate>ul>li>ul{
    display:none
}
.side-cate>ul>li>ul li{
    padding-left:40px;
    position:relative
}
.side-cate>ul>li>ul li:last-child{
    border:none
}
.side-cate>ul>li>ul li:before{
    content:"-";
    position:absolute;
    left:30px
}
.side-cate>ul>li>ul li:hover a{
    color:#d71f1f
}
.side-cate>ul>li>ul li a.active2{
    color:#d71f1f
}

.side-cate>ul .pro-menu{
    display:none
}
.side-pro{
    background:#fff;
	margin-top: 20px;
}
.side-pro li{
    margin:0 10px;
    padding:10px;
    display:flex;
    height:100px;
    border-bottom:1px solid #ddd
}
.side-pro li:last-child{
    border:none
}
.side-pro li:hover img{
    transform:scale(1.05)
}
.side-pro-img{
    width:40%
}
.side-pro-img img{
    transition:transform .2s;
    max-height:100%;
    max-width:100%
}
.side-pro-info{
    padding:0;
    width:60%;
    display:flex;
    flex-direction:column;
    justify-content:space-around
}
.side-pro-name{
    color:#333;
    font-size:14px;
    display:-webkit-box;
    display:-moz-box;
    max-height:36px;
    line-height:18px;
    text-overflow:ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden
}
.side-pro-more{
    color:#d71f1f;
    font-size:14px;
    text-transform:uppercase;
    font-weight:500
}
.side-pro-more:hover{
    color:#0078d7
}
.side-pro>a{
    width:100%;
    height:100%;
    display:block
}

.cd-accordion-menu {
  width: 100%;
  background: #fff;
    padding: 15px;
}
.cd-accordion-menu ul {
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom:1px solid #ddd;
  line-height:50px;
    
}
.cd-accordion-menu li:last-child{
    border-bottom:none
}
.cd-accordion-menu input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  line-height:50px;
  color: #333;
  font-size: 1.4rem;
  padding: 0 10px;
}
.cd-accordion-menu label:hover, .cd-accordion-menu a:hover {
    color:#fff; 
    background-color: #333;
}
.cd-accordion-menu label.active, .cd-accordion-menu a.active {
    color:#fff; background-color: #d71f1f;
}

.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  /*background-image: url(../images/cd-icons.svg);*/
  background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion-menu a::after {
  left: 36px;
  /*background: url(../images/cd-icons.svg) no-repeat -48px 0;*/
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  display: block;
}
.cd-accordion-menu ul{
    margin-left: 20px;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  border-bottom:1px solid #eee;
  line-height:50px;
}
.cd-accordion-menu ul a:hover {
  background: #333;
}
.cd-accordion-menu ul a.active2 {
  color:#fff; background-color: #d71f1f;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}

.cd-accordion-menu.animated label::before {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.prolist_1 {
  overflow: hidden;
  padding: 50px 0;
  float:left;
  width:100%;
}
.prolist_1 .topcon {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.prolist_1 .topcon .tit {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 15px;  
}
.prolist_1 .probody {
  overflow: hidden; 
  margin: 0;
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
}
.prolist_1 .probody .product-item {
  display: flex; 
  flex-direction: column; /* 子元素垂直排列 */
  width: 23%;
  margin: 1% 1% 1% 1%;
  background-color: #f8f8f8;
  
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.prolist_1 .probody .product-item:hover {
  box-shadow: 0px 0px 15px -2px rgba(120, 120, 120, 0.3); background-color: #fff;
}
.prolist_1 .probody .product-item .proimg {
  width: 80%;
  overflow: hidden;
  aspect-ratio: 3/2;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.prolist_1 .probody .product-item .proimg img {
  padding-top: 20px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
/*.prolist_1 .probody .product-item:hover .proimg img {
  transform: scale(1.1);
}*/
.prolist_1 .probody .product-item .proimg .default-image, 
.prolist_1 .probody .product-item .proimg .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease; /* 添加过渡效果 */
}
.prolist_1 .probody .product-item .proimg .hover-image {
  opacity: 0; /* 默认隐藏 */
}
.prolist_1 .probody .product-item:hover .proimg .hover-image {
  opacity: 1; /* 鼠标悬停时显示 */
}
.prolist_1 .probody .product-item:hover .proimg .default-image {
  opacity: 0; /* 鼠标悬停时隐藏 */
}
.prolist_1 .probody .product-item .proimg .videobutton{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prolist_1 .probody .product-item .proimg .videobutton img{
  width: 70px; height: 70px;
}
.prolist_1 .probody .product-item .procon {
  padding: 80px 10px 60px 10px;
  transition: color 0.3s ease;
  flex: 1; /* 占满剩余空间 */
  display: flex; /* 使用 Flexbox 布局 */
  flex-direction: column; /* 子元素垂直排列 */
}
.prolist_1 .probody .product-item:hover .procon {
  background-color:#fff;
  padding: 30px 10px 40px 10px;
}
.prolist_1 .probody .product-item .procon h3 {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
  transition: color 0.3s ease;
  font-weight: normal; 
}
.prolist_1 .probody .product-item:hover .procon h3 {
  color: #d80c25;
}
.prolist_1 .probody .product-item .procon .prodes {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  transition: color 0.3s ease;
  text-align: center;
}
.prolist_1 .probody .product-item .procon .promore {
  display: none;
}
.prolist_1 .probody .product-item:hover .procon .promore {
  display: block; width: 185px; margin: 0 auto; padding-top: 20px; overflow: hidden;
}
.prolist_1 .probody .product-item .procon .probit {
  font-size: 1.4rem;
  color: #666;
  line-height: 32px;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  margin-top: auto;
}
.prolist_1 .probody .product-item:hover .procon .probit {
  color: #d71f1f;
}
.prolist_1 .probody .product-item .procon .probit .add-to-inquiry {
  font-size: 1.4rem;
  line-height: 22px;
  color: #fff;
  background-color: #d71f1f;
  padding: 5px 10px;
  display: inline-table;
  border-radius: 3px;
  cursor: pointer;
}
.prolist_1 .probody .product-item .procon .probit .add-to-inquiry:hover {
  background-color: #d71f1f;
}
.prolist_1 .probody .product-item .procon .probit .add-to-inquiry.added {
  background-color: #d71f1f; 
}
@media (max-width: 1440px) {
 .prolist_1 .probody .product-item .procon h3 {
    font-size: 18px;
  } 
}
@media (max-width: 1280px) {
   .prolist_1 .topcon .tit {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  
  .prolist_1 .probody .product-item .procon h3 {
    font-size: 16px;
  }  
}
@media (max-width: 992px) {
  .prolist_1 .topcon .tit {
    font-size: 24px;
  }
  .prolist_1 .probody .product-item {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .prolist_1 .probody .product-item {
    width: 46%;
	  margin: 0 2% 2% 2%;
  }
}
@media (max-width: 576px) {
  .prolist_1 {padding: 10px 0;}
  .prolist_1 .probody .product-item {
    width: 94%;
    margin: 0 3% 5% 3%;
  }
}



#content .inquiry {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
}
#content .inquiry .leftcon {
  width: 42%;
  margin-right: 8%;
  float: left;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
#content .inquiry .leftcon h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
#content .inquiry .leftcon .inquirylist{
  width: 100%; overflow: hidden;	
}
#content .inquiry .leftcon .inquirylist li{
  width: 100%; overflow: hidden; height: 100px; line-height: 100px; border-bottom:1px solid #f2f2f2; margin-bottom: 10px;
}
#content .inquiry .leftcon .inquirylist li .qimg{
  float: left; width:20%; padding: 10px 0;
}
#content .inquiry .leftcon .inquirylist li .qimg img{
  height: 80px;
}
#content .inquiry .leftcon .inquirylist li .qname{
  float: left; width:60%; padding-left: 10px; font-size: 16px;
}
#content .inquiry .leftcon .inquirylist li .qdel{
  float: left; width:20%;  text-align: right;
}
#content .inquiry .leftcon .inquirylist li .qdel .remove-btn {
  background: #666;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}
#content .inquiry .leftcon .inquirylist li .qdel .remove-btn:hover {
  background: #d71f1f;
}
#content .inquiry .leftcon .inquirylist .continuepro{
  width: 100%; overflow: hidden; margin-top: 10px;
}
#content .inquiry .leftcon .inquirylist .continuepro a {
  background: #f8f8f8;
  color: #333;
  border: 1px solid #ccc;
  width: 120px; 
  height: 40px;
  line-height: 40px;
  border-radius:20px;
  display: inline-table;
  font-size: 14px;
  transition: background 0.3s;
  margin-top: 10px;
  text-align: center;
}
#content .inquiry .leftcon .inquirylist .continuepro a:hover {
  background: #d71f1f; color: #fff;
}       

#content .inquiry .rightcon {
  width: 45%;
  float: left;
  overflow: hidden;
  margin-left: 5%;
}
#content .inquiry .rightcon h3 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  #content .inquiry {
    padding: 15px 0;
  }
  #content .inquiry .leftcon {
    width: 100%;
    margin-right: 0;
    line-height: 28px;
    margin-bottom: 30px;
    }
  #content .inquiry .leftcon h2 {
    font-size: 18px;
  }
  #content .inquiry .rightcon {
    width: 100%; margin-left: 0; font-size: 14px;
  }
}
.notification{ font-size:14px; color:#d71f1f; padding-top:15px;}


footer {
  color: #fff;
  width: 100%;
  overflow: hidden;
}
footer .footer_one {
  width: 100%;
  overflow: hidden;
  padding: 3% 0 1% 0;
  background-color: #202225;
}
   .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .footer-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 20px;
    }
    .footer-logo {
      width: auto;
      height: 80px;
      margin-bottom: 40px;
    }
    .service-info {
      line-height: 1.8; 
    }
    .service-info p {
      margin: 10px 0 20px 0; color: #fff; font-size: 16px;
    }
    .service-info span{
       margin-right: 15px;
    }
    .service-info .ftel{
	  margin: 10px 0; color: #d71f1f; font-size: 30px; line-height: 30px;
    }
    .service-info .fmail{
	  margin: 10px 0; color: #d71f1f; font-size: 18px; line-height: 30px;
    }
    .service-info .fmail a{
	  color: #d71f1f;
    }
    .service-info .fmail a:hover{
	  color: #ffffff;
    }
    .wechat-icon {
        margin: 30px 0 0 0;
        position: relative;
    }    
    .wechat-icon i {
        font-size: 30px;
        color: #666;
        width: 50px;
        height: 50px;
        line-height: 46px;
        text-align: center;
        border: 1px solid #666;
        border-radius: 25px;
        display: inline-block;
        transition: all 0.3s ease;
    }    
    .wechat-icon i:hover {
        color: #fff;
        border: 1px solid #fff;
    }    
    .wechat-qrcode {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 10px;
        padding: 10px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 10;
    }    
    .wechat-qrcode img {
        width: 150px;
        height: 150px;
        display: block;
    }    
    .wechat-qrcode::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 8px solid transparent;
        border-top-color: #fff;
    }    
    .wechat-icon:hover .wechat-qrcode {
        opacity: 1;
        visibility: visible;
    }
    
    .footer-nav {
      display: flex;
      flex-wrap: wrap;
      gap: 80px;
      margin-bottom: 20px;
    }

    .nav-column h3 {
      font-size: 20px;
      margin-bottom: 25px;
      font-weight: bold;
    }

    .nav-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .nav-column li {
      margin: 6px 0;
      cursor: pointer;
      transition: color 0.3s;
    }
    .nav-column li a{
	  color: #999;
    }
    .nav-column li a:hover {
      color: #fff;
    }
    @media (max-width: 1440px) {
      .footer-nav {
        gap: 40px;
      }
    }
   @media (max-width: 1366px) {
      .footer-nav {
        gap: 30px;
      }
     .footer-logo {
        height: 70px;
        margin-bottom: 25px;
      }
      .service-info p {
        margin: 10px 0 10px 0; color: #fff; font-size: 16px;
      }
      .service-info i{
        color: #fff; font-size: 20px; margin-right: 15px;
      }
      .service-info .ftel{
        margin: 10px 0; color: #d71f1f; font-size: 24px; line-height: 30px;
      }
      .service-info .fmail{
        margin: 10px 0; color: #d71f1f; font-size: 16px; line-height: 30px;
      }
      .wechat-icon {
          margin: 20px 0 0 0;
          position: relative;
      }    
    }
    @media (max-width: 1200px) {
      .footer-nav {
        gap: 30px;
      }
    }
    @media (max-width: 992px) {
      .footer-nav {
        display: none;
      }

      .footer-left {
		width: 100%;
        align-items: center;
        text-align: center;
      }
    }

#bottom {
  width: 100%;
}
#bottom .bottom_con {
  width: 100%;
  background: #202225;
  color: #999;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-top: 1px solid #333;
}
#bottom .bottom_con a {
  color: #999;
}
#bottom .bottom_con a:hover {
  color: #fff;
  text-decoration: underline;
}
#bottom .bottom_con .btleft {
  float: left;
  width: 60%;
}
#bottom .bottom_con .btright {
  float: left;
  width: 40%;
  text-align: right;
}

@media (max-width:992px) {
  #bottom .bottom_con {
    line-height: 24px;
    padding: 15px 5px;
	font-size: 14px;
  }
  #bottom .bottom_con .btleft {
    width: 100%;
    text-align: center;
  }
  #bottom .bottom_con .btright {
	  display: none;
  }
}


#yanfa_1 {
  display: block;
  position: relative;
  overflow: visible;
  padding: 4% 0;
}
#yanfa_1 .dycon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#yanfa_1 .dycon .dcon {
  width: 50%;
  float: left;
  padding: 2% 100px 0 0;
  overflow: hidden;
  margin: 0 auto;
}
#yanfa_1 .dycon .dcon .content {
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  width: 700px;
  float: right;
}
#yanfa_1 .dycon .dcon .content h2 {
  font-size: 48px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  line-height: 1.25;
}

#yanfa_1 .dycon .abimg {
  width: 50%;
  float: right;
  padding: 0;
  overflow: hidden;
  text-align: right;
	 position: relative;
}
#yanfa_1 .dycon .abimg img {
  width: 100%;
  border: 0 solid #eee;
}
#yanfa_1 .dycon .abimg .playvideo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#yanfa_1 .dycon .dycon2 {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
#yanfa_1 .dycon .dycon2 .dyshuju {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#yanfa_1 .dycon .dycon2 .dyshuju li {
  float: left; width: 50%; margin: 30px 0;
}
#yanfa_1 .dycon .dycon2 .dyshuju li .dimg{
  width: 60px; margin-right: 10px;
}
#yanfa_1 .dycon .dycon2 .dyshuju li .dbody{
  width: calc(100% - 70px);
}
#yanfa_1 .dycon .dycon2 .dyshuju li h3 {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  color: #d71f1f;
  /* 让 h3 内容整体垂直对齐 */
  display: inline-block;
  vertical-align: top;
}

#yanfa_1 .dycon .dycon2 .dyshuju li h3 .sup-style {
  font-size: 18px;
  vertical-align: baseline; /* 或 top、text-top，根据需要调整 */
  position: relative;
  top: -2px; /* 微调上移 */
  color: #d71f1f;
}
#yanfa_1 .dycon .dycon2 .dyshuju li p {
  line-height:18px;
}
@media (max-width: 1600px) {
    #yanfa_1 .dycon .dcon {
      padding: 2% 50px 0 0;
    }
    #yanfa_1 .dycon .dcon .content {
        width: calc(100% - 50px);
        margin-left: 8%;
        float: left;
    }
    #yanfa_1 .dycon .dcon .content h2 {
      font-size: 48px;
      margin-bottom: 25px;
      text-transform: uppercase;
      font-weight: 600;
      color: #333;
      line-height: 1.25;
    }
    #yanfa_1 .dycon .dycon2 .dyshuju li {
     margin: 20px 0;
    }
    #yanfa_1 .dycon .dycon2 .dyshuju li h3 {
      font-size: 40px;
      line-height: 40px;
    }
    #yanfa_1 .dycon .dycon2 .dyshuju li h3 .sup-style {
        font-size: 20px;
      }
}
@media (max-width: 1440px) {
  #yanfa_1 .dycon .dcon {
      padding: 2% 50px 0 0;
    }
  #yanfa_1 .dycon .dcon .content {
    font-size: 14px;
    line-height: 28px;
  }
  #yanfa_1 .dycon .dcon .content h2 {
    font-size: 32px;
  }
  #yanfa_1 .dycon .dycon2 {
    margin-top: 30px;
  }
  #yanfa_1 .dycon .dycon2 .dyshuju li {
    
  }
  #yanfa_1 .dycon .dycon2 .dyshuju li h3 {
    font-size: 32px; line-height: 32px;
  }
  #yanfa_1 .dycon .dycon2 .dyshuju li h3 .sup-style {
      font-size: 16px;
    }
}
@media (max-width: 1366px) {
  #yanfa_1 .dycon .dcon .content {
    font-size: 14px;
    line-height: 26px;
  }
  #yanfa_1 .dycon .dcon .content h2 {
    font-size: 32px; margin-bottom: 15px;
  }
  #yanfa_1 .dycon .dycon2 {
    margin-top: 20px;
  }
  #yanfa_1 .dycon .dycon2 .dyshuju li {
    margin: 15px 0;
  }
  #yanfa_1 .dycon .dycon2 .dyshuju li h3 {
    font-size: 30px; line-height: 30px;
  }
}
@media (max-width: 1200px) {
  #yanfa_1 .dycon .dcon .content h2 {
    font-size: 28px;
  }
  #yanfa_1 .dycon .dycon2 .dyshuju li {
   
  }
  #yanfa_1 .dycon .dycon2 .dyshuju li h3 {
    font-size: 28px; line-height: 28px;
  }
}
@media screen and (max-width: 992px) {
  #yanfa_1 .dycon .dycon2 .dyshuju li {
    
  }
  #yanfa_1 .dycon .dycon2 .dyshuju li h3 {
    font-size: 24px; line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #yanfa_1 .dycon .dcon {
    width: 100%;
    padding: 7% 4%;
    text-align: left;
  }
  #yanfa_1 .dycon .dcon .content {
    line-height: 24px;
     width: 100%;
        margin-left: 0;
        float: left;
  }
  #yanfa_1 .dycon .dcon .content h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  #yanfa_1  .dycon .abimg {
    width: 100%;
    padding: 5% 0 0 0;
    text-align: right;
  }
  #yanfa_1 .dycon .abimg img {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #yanfa_1 .dycon .dycon2 .dyshuju li {
    width: 100%; margin: 15px 0;
  }
  #yanfa_1 .dycon .dycon2 .dyshuju li h3 {
    font-size: 24px;
    line-height: 30px;
  }
  #yanfa_1 .dycon .dycon2 .dyshuju li p {
  font-size: 14px;
  }
  #yanfa_1 .dycon .dcon .content a.custom-button {
    padding: 5px 20px;       /* 内边距 */
    font-size: 14px;          /* 字体大小 */
    border-radius: 20px;      /* 圆角 */
    margin: 30px 0 0 0;
    width: 160px;
  }
  #yanfa_1 .dycon .dcon .content a.custom-button .arrow-container {
    width: 30px;              /* 圆形背景框的直径 */
    height: 30px;             /* 圆形背景框的直径 */
  }
}

#proindex_3 {
  background: url("../images/yfbg.jpg") no-repeat;
  overflow: hidden;
  padding: 3% 0;
}

#proindex_3 .topcon {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#proindex_3 .topcon .tit {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 15px;  
}
#proindex_3 .topcon .titdes {
  width: 95%;
  margin: 0 auto;
  line-height: 30px;
  color: #333;
}
#proindex_3 .product_index_list {
	width: 100%;  
}
#proindex_3 .product_index_list .probody {
   background: #f8f8f8;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 0 15px;
	border-radius: 5px;
}
#proindex_3 .product_index_list .probody:hover {
  background: #fff;
}
#proindex_3 .product_index_list .probody .proimg {
  width: 80%;
  margin: 0 auto;
	aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  text-align: center
}
#proindex_3 .product_index_list .probody .proimg img {
  width: 100%;
  transition: transform 0.3s ease;
  padding-top: 20px;
}
#proindex_3 .product_index_list .probody .proimg .default-image, 
#proindex_3 .product_index_list .probody .proimg .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease; /* 添加过渡效果 */
}
#proindex_3 .product_index_list .probody .proimg .hover-image {
  opacity: 0; /* 默认隐藏 */
}
#proindex_3 .product_index_list .probody:hover .proimg .hover-image {
  opacity: 1; /* 鼠标悬停时显示 */
}
#proindex_3 .product_index_list .probody:hover .proimg .default-image {
  opacity: 0; /* 鼠标悬停时隐藏 */
}
#proindex_3 .product_index_list .probody .procon {
  padding: 80px 10px 60px 10px;
}
#proindex_3 .product_index_list .probody:hover .procon {
  padding: 40px 10px 40px 10px;
}
#proindex_3 .product_index_list .probody .procon h3 {
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  margin: 5px 0 5px 0;
  text-align: center;
	font-weight: normal;
}
#proindex_3 .product_index_list .probody:hover .procon h3 {
	color: #d71f1f;
}
#proindex_3 .product_index_list .probody .procon .prodes {
  width: 100%;
  font-size: 16px;
  color: #999;
  line-height: 24px;
	text-align: center;
	margin-bottom: 20px;
}
#proindex_3 .product_index_list .probody .procon .promore {
  display: none;
}
#proindex_3 .product_index_list .probody:hover .procon .promore {
  display: block; height: 60px; padding-top: 10px; margin: 0 auto; width: 185px;
}
@media (max-width: 14400px) {
  #proindex_3 .product_index_list .probody .procon h3 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  #proindex_3 .topcon .tit {
    font-size: 40px;
  }
  #proindex_3 .topcon .titdes {
  width: 85%;
  }
  #proindex_3 .product_index_list .probody .procon h3 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
 
}
@media (max-width: 768px) {
  #proindex_3 {
    padding: 5% 0;
	background-repeat: repeat;
  }
  #proindex_3 .topcon {
    margin-bottom: 30px;
  }
  #proindex_3 .topcon .tit {
    font-size: 30px;
  }
  #proindex_3 .topcon .titdes {
    width: 100%;
	  line-height: 26px;
	  display: none;
  }
}

#yanfa_2 {
  display: block;
  position: relative;
  overflow: visible;
  padding: 4% 0;
}
#yanfa_2 .dycon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#yanfa_2 .dycon .dcon {
  width: 50%;
  float: left;
  padding: 2% 100px 3% 0;
  overflow: hidden;
  margin: 0 auto;
}
#yanfa_2 .dycon .dcon .content {
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  width: 700px;
  float: right;
}
#yanfa_2 .dycon .dcon .content h2 {
  font-size: 48px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  line-height: 1.25;
}

#yanfa_2 .dycon .abimg {
  width: 50%;
  float: right;
  padding: 0;
  overflow: hidden;
  text-align: right;
	 position: relative;
}
#yanfa_2 .dycon .abimg img {
  width: 100%;
  border: 0 solid #eee;
}
#yanfa_2 .dycon .abimg .playvideo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#yanfa_2 .dycon .dycon2 {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
#yanfa_2 .dycon .dycon2 .dyshuju {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#yanfa_2 .dycon .dycon2 .dyshuju li {
  float: left; width: 50%; margin: 30px 0;
}
#yanfa_2 .dycon .dycon2 .dyshuju li h3 {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  color: #d71f1f;
  /* 让 h3 内容整体垂直对齐 */
  display: inline-block;
  vertical-align: top;
}

#yanfa_2 .dycon .dycon2 .dyshuju li h3 .sup-style {
  font-size: 18px;
  vertical-align: baseline; /* 或 top、text-top，根据需要调整 */
  position: relative;
  top: -2px; /* 微调上移 */
  color: #d71f1f;
}
#yanfa_2 .dycon .dycon2 .dyshuju li p {
  line-height:18px;
}
@media (max-width: 1600px) {
    #yanfa_2 .dycon .dcon {
      padding: 2% 50px 0 0;
    }
    #yanfa_2 .dycon .dcon .content {
        width: calc(100% - 50px);
        margin-left: 8%;
        float: left;
    }
    #yanfa_2 .dycon .dcon .content h2 {
      font-size: 48px;
      margin-bottom: 25px;
      text-transform: uppercase;
      font-weight: 600;
      color: #333;
      line-height: 1.25;
    }
    #yanfa_2 .dycon .dycon2 .dyshuju li {
     margin: 20px 0;
    }
    #yanfa_2 .dycon .dycon2 .dyshuju li h3 {
      font-size: 40px;
      line-height: 40px;
    }
    #yanfa_2 .dycon .dycon2 .dyshuju li h3 .sup-style {
        font-size: 20px;
      }
}
@media (max-width: 1440px) {
  #yanfa_2 .dycon .dcon {
      padding: 2% 50px 0 0;
    }
  #yanfa_2 .dycon .dcon .content {
    font-size: 14px;
    line-height: 28px;
  }
  #yanfa_2 .dycon .dcon .content h2 {
    font-size: 32px;
  }
  #yanfa_2 .dycon .dycon2 {
    margin-top: 30px;
  }
  #yanfa_2 .dycon .dycon2 .dyshuju li {
    
  }
  #yanfa_2 .dycon .dycon2 .dyshuju li h3 {
    font-size: 32px; line-height: 32px;
  }
  #yanfa_2 .dycon .dycon2 .dyshuju li h3 .sup-style {
      font-size: 16px;
    }
}
@media (max-width: 1366px) {
  #yanfa_2 .dycon .dcon {
      padding: 1% 50px 0 0;
    }
  #yanfa_2 .dycon .dcon .content {
    font-size: 14px;
    line-height: 26px;
  }
  #yanfa_2 .dycon .dcon .content h2 {
    font-size: 30px; margin-bottom: 20px;
  }
  #yanfa_2 .dycon .dycon2 {
    margin-top: 20px;
  }
  #yanfa_2 .dycon .dycon2 .dyshuju li {
    
  }
  #yanfa_2 .dycon .dycon2 .dyshuju li h3 {
    font-size: 32px; line-height: 32px;
  }
  #yanfa_2 .dycon .dycon2 .dyshuju li h3 .sup-style {
      font-size: 16px;
    }
}
@media (max-width: 1200px) {
  #yanfa_2 .dycon .dcon .content h2 {
    font-size: 28px;
  }
  #yanfa_2 .dycon .dycon2 .dyshuju li {
   
  }
  #yanfa_2 .dycon .dycon2 .dyshuju li h3 {
    font-size: 28px; line-height: 28px;
  }
}
@media screen and (max-width: 992px) {
  #yanfa_2 .dycon .dycon2 .dyshuju li {
    
  }
  #yanfa_2 .dycon .dycon2 .dyshuju li h3 {
    font-size: 24px; line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #yanfa_2 .dycon .dcon {
    width: 100%;
    padding: 7% 4%;
    text-align: left;
  }
  #yanfa_2 .dycon .dcon .content {
    line-height: 24px;
     width: 100%;
        margin-left: 0;
        float: left;
  }
  #yanfa_2 .dycon .dcon .content h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  #yanfa_2  .dycon .abimg {
    width: 100%;
    padding: 5% 0 0 0;
    text-align: right;
  }
  #yanfa_2 .dycon .abimg img {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #yanfa_2 .dycon .dycon2 .dyshuju li {
    width: 50%; margin: 15px 0;
  }
  #yanfa_2 .dycon .dycon2 .dyshuju li h3 {
    font-size: 24px;
    line-height: 30px;
  }
  #yanfa_2 .dycon .dycon2 .dyshuju li p {
  font-size: 14px;
  }
  #yanfa_2 .dycon .dcon .content a.custom-button {
    padding: 5px 20px;       /* 内边距 */
    font-size: 14px;          /* 字体大小 */
    border-radius: 20px;      /* 圆角 */
    margin: 30px 0 0 0;
    width: 160px;
  }
  #yanfa_2 .dycon .dcon .content a.custom-button .arrow-container {
    width: 30px;              /* 圆形背景框的直径 */
    height: 30px;             /* 圆形背景框的直径 */
  }
}


#yanfa_3 {
  display: block;
  position: relative;
  overflow: visible;
  padding: 3% 0;
  background: url("../images/yfbtg.jpg") no-repeat;
}
#yanfa_3 .dycon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#yanfa_3 .dycon .dcon {
  width: 100%;
  float: left;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
}
#yanfa_3 .dycon .dcon .content {
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
	width: 55%;
}
#yanfa_3 .dycon .dcon .content h2 {
  font-size: 48px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  line-height: 1.25;
}

@media (max-width: 1440px) {
  
}
@media (max-width: 1200px) {
  
}
@media screen and (max-width: 992px) {
  #yanfa_3 {
    padding: 8% 0;
  }
  #yanfa_3 .dycon .dcon .content h2 {
    font-size: 30px;
  }
  #yanfa_3 .dycon .dcon .content {
	width: 100%;
	  font-size: 14px;
  line-height: 26px;
  }
}

#contact_1 {
  display: block;
  position: relative;
  overflow: visible;
  padding: 0 !important;
  margin: 60px 0 60px 0;
}
#contact_1 .topcon {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#contact_1 .topcon .tit {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 15px;  
}
#contact_1 .topcon .titdes {
  width: 65%;
  margin: 0 auto;
  line-height: 24px;
  color: #666;
}
#contact_1 .dycon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#contact_1 .dycon .dcon {
  width: 50%;
  float: left;
  padding: 1% 0 0 50px;
  overflow: hidden;
  margin: 0 auto;
}
#contact_1 .dycon .dcon .content {
  text-align: left;
  width: 750px;
  float: left;
}
#contact_1 .dycon .dcon .content .coninfo{
  padding: 30px 0;
  border-bottom: 1px dashed #eee;
}
#contact_1 .dycon .dcon .content .coninfo:last-child{
  border-bottom: 0 dashed #eee;
}
#contact_1 .dycon .dcon .content .coninfo .contact-container {
    display: flex;
    align-items:flex-start;
  }
  #contact_1 .dycon .dcon .content .coninfo .contact-container .icon {
    width: 25px;
    margin-right: 10px;
    line-height: 20px;
  }
#contact_1 .dycon .dcon .content .coninfo .contact-container .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
#contact_1 .dycon .dcon .content .coninfo .contact-container .text-container .text-name {
    color: #d71f1f;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 18px;
  }
#contact_1 .dycon .dcon .content .coninfo .contact-container .text-container .text-des {
    font-size: 18px;
    color: #333;
  }
#contact_1 .dycon .abimg {
  width: 50%;
  float: left;
  padding: 0;
  overflow: hidden;
  text-align: right;
  position: relative;
}
#contact_1 .dycon .abimg img {
  width: 100%;
}
@media (max-width:1600px){
  #contact_1 .dycon .dcon .content {
    width: 95%;
  }
}
@media (max-width: 1440px) {
  #contact_1 .dycon .dcon .content .coninfo{
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
  }
  #contact_1 .dycon .dcon .content .coninfo .contact-container .text-container .text-name {
      font-size: 16px;
      margin: 0 0 10px 0;
      line-height: 16px;
    }
  #contact_1 .dycon .dcon .content .coninfo .contact-container .text-container .text-des {
      font-size: 16px;
    }
}
@media (max-width: 1280px) {
  #contact_1 .dycon .dcon .content .coninfo{
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
  }
}
@media screen and (max-width: 992px) {
  #contact_1 .dycon .abimg {
    width:100%; margin-bottom: 10px;
  }
  #contact_1 .dycon .dcon {
    width: 100%;
    padding: 0 4%;
    text-align: left;
  }
  #contact_1 .dycon .dcon .content {
    width: 100%;
  }
  #contact_1 .topcon {
    margin-bottom: 30px;
  }
  #contact_1 .topcon .tit {
    font-size: 24px;
  }
  #contact_1 .topcon .titdes {
    width: 80%;
    line-height: 28px;
      font-size: 14px;
  }
}

#contact_2 {
  display: block;
  position: relative;
  overflow: visible;
  background-image: url("../images/conbg.jpg");
  padding: 3% 0;
}
#contact_2 .topcon {
  width: 100%;
  text-align: center;
}
#contact_2 .topcon .tit {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 25px;  
}
#contact_2 .dycon {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#contact_2 .dycon .dcon {
  width: 860px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  padding: 30px 50px;
    border-radius: 5px;
}

@media screen and (max-width: 992px) {
  
 #contact_2 .dycon .dcon {
  width: 90%;
  padding: 15px;
}
  #contact_2 .topcon .tit {
    font-size: 24px;
      
  }
}

.prolist_solution {
  overflow: hidden;
  padding: 100px 0 10px 0;
  float:left;
  width:100%;
}
.prolist_solution .topcon {
  width: 100%;
  text-align: center;
}
.prolist_solution .topcon .tit {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
    margin-bottom: 10px;
}
.prolist_solution .topcon .titdes {
  width: 90%;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .prolist_solution .topcon .tit {
    font-size: 40px;
      line-height: 1.25;
    margin-bottom: 10px;
  }
    .prolist_solution .topcon .titdes {
    font-size: 14px; line-height: 1.25;
  }
}
@media (max-width: 992px) {
  .prolist_solution .topcon .tit {
    font-size: 24px;
  }
  .prolist_solution {
    overflow: hidden;
    padding: 30px 0 10px 0;
    float:left;
    width:100%;
  }
}


.protedian {
	width: 100%;
  /*min-height: 100vh;*/
	overflow-x: hidden;
}

.protedian .protediancon {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 620px;
	overflow: visible;
}
.protedian .protediancon_mob {
    display: none;
}
.protedian .protediancon .modules {
	position: absolute;
	bottom: 60px;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 12px;
	z-index: 2;
}

.protedian .protediancon .modules .module {
	position: relative;
	width: calc(20% - 12px);
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	height: 100px;
	overflow: visible;
	transition: all 0.3s ease;
}

.protedian .protediancon .modules .module .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 25px;
    height: 100px;	
}
.protedian .protediancon .modules .module .header span{	
	font-weight: bold;
	color: #333;	
    line-height: 28px;
    font-size: 16px;
}
.protedian .protediancon .modules .module .content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
	transform: scaleY(0);
	transform-origin: bottom;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 10;
	font-size: 14px;
	color: #666;
	line-height: 1.75;
}

.protedian .protediancon .modules .module  .content span {
	color: #d71f1f;
	font-size: 18px;
	width: 100%;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.protedian .protediancon .modules  .module:hover .content,
.protedian .protediancon .modules  .module.expanded .content {
	transform: scaleY(1);
	opacity: 1;
	display: block;
    border-bottom: 3px solid #d71f1f;
}

.protedian .protediancon .modules .module:hover .header,
.protedian .protediancon .modules .module.expanded .header {
	display: none;
}

.protedian .protediancon .modules .module .header img {
	width: 60px;
	height: 60px;
}

.protedian .protediancon .modules .module .content strong {
	color: #333;
}

@media (max-width:1440px){

  .protedian .protediancon {
      min-height: 580px;
  }

  .protedian .protediancon .modules .module {
      height: 90px;
  }

  .protedian .protediancon .modules .module .header {
      padding: 0 20px;
      height: 90px;
  }
.protedian .protediancon .modules .module .header span{	
    line-height: 28px;
    font-size: 16px;
}
  .protedian .protediancon .modules .module .content {
      padding: 20px;
      font-size: 14px;
      line-height: 1.5;
  }

  .protedian .protediancon .modules .module  .content span {
      font-size: 20px;
  }

  .protedian .protediancon .modules .module .header img {
      width: 50px;
      height: 50px;
  }
  .protedian .protediancon .modules .module .content img {
      width: 50px;
      height: 50px;
  }
}

@media (max-width:1280px){

  .protedian .protediancon {
      min-height: 580px;
  }

  .protedian .protediancon .modules .module {
      height: 80px;
  }

  .protedian .protediancon .modules .module .header {
      padding: 0 15px;
      height: 80px;
  }
.protedian .protediancon .modules .module .header span{	
    line-height: 28px;
    font-size: 16px;
}
  .protedian .protediancon .modules .module .content {
      padding: 20px;
      font-size: 14px;
      line-height: 1.5;
  }

  .protedian .protediancon .modules .module  .content span {
      font-size: 18px;
  }

  .protedian .protediancon .modules .module .header img {
      width: 40px;
      height: 40px;
  }
  .protedian .protediancon .modules .module .content img {
      width: 40px;
      height: 40px;
  }
}

@media (max-width: 992px) {
	.protedian {
		/*min-height: 100vh*/
	}

	.protedian .protediancon .modules {
		flex-direction: column;
		align-items: center;
		gap: 10px;
		width: 95%;
		max-width: 420px;
		position: static;
		margin: 0 auto;
		bottom: auto;
		top: auto;
	}

	.protedian .protediancon .modules .module,
      .protedian .protediancon .modules .module .content {
		width: 100%;
		max-width: 400px;
		margin: 0 auto !important;
	}

	.protedian .protediancon .modules .module {
		height: auto;
		cursor: default;
	}

	.protedian .protediancon .modules .module .header {
		display: none !important;
	}

	.protedian .protediancon .modules .module .content {
		position: static;
		transform: none !important;
		opacity: 1 !important;
		display: block !important;
		box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
		margin-bottom: 8px;
		border-radius: 5px;
		padding: 16px;
	}

	.protedian .protediancon {
		height: auto !important;
		min-height: auto;
		padding: 40px 0 60px;
		overflow: visible;
		display: none;
	}
	
	.protedian .protediancon_mob {
		height: auto !important;
		min-height: auto;
		padding: 40px 0 40px;
		overflow: visible;
		display: block;
	}
	
    .protedian .protediancon_mob .probody {
       width: 96%;
       background: #fff;
      position: relative;
      -webkit-transition: all .2s;
      transition: all .2s;
      margin: 0 2%;
        border-radius: 5px;
        display: inline-table;
		border-bottom: 3px solid #d71f1f;
    }   
    .protedian .protediancon_mob .probody .procon {
      padding: 20px;
      width: 100%;
    }
	.protedian .protediancon_mob .probody .procon .proimg {
      width:100%;  
      overflow: hidden;     
    }
    .protedian .protediancon_mob .probody .procon .proimg img {
      width: 60px; 
    }
    .protedian .protediancon_mob .probody .procon h3 {
      width: 100%;
      font-size: 18px;
      line-height: 1.5;
      margin: 10px 0;
      font-weight: 600;
	  color: #d71f1f;
    }
    .protedian .protediancon_mob .probody .procon .prodes {
      width: 100%;
      font-size: 14px;
      line-height: 24px;      
      height: auto;
      min-height: 280px;
    }
}

#pro_yuanxing {
  background-color: #FFF;
  overflow: hidden;
  background-image: url("../images/probg.jpg");
  padding: 3% 0;
}
#pro_yuanxing .topcon {
  width: 100%;
  text-align: center;
}
#pro_yuanxing .topcon .tit {
  width: 100%;
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.25;
}
#pro_yuanxing .topcon .titdes {
  width: 65%;
  margin: 0 auto;
  line-height: 24px;
  color: #666;
}

#pro_yuanxing .yuanxingbody {
  display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
		padding: 50px 0; 
      color: #fff;
}

#pro_yuanxing .yuanxingbody .circlecon {
      position: relative;
      width: 600px;
      height: 600px;
		margin: 0 auto;
    }

#pro_yuanxing .yuanxingbody .circlecon  .center-circle {
      width: 400px;
      height: 400px;
      background-image: url("../images/bg-prosolu.jpg");
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      overflow: hidden;
      z-index: 2;
    }

#pro_yuanxing .yuanxingbody .circlecon  .center-circle img {
      width: 100%;
      height: 100%;
      
    }

#pro_yuanxing .yuanxingbody .circlecon  svg {
      position: absolute;
      width: 600px;
      height: 600px;
      top: 0;
      left: 0;
      z-index: 1;
    }

#pro_yuanxing .yuanxingbody .circlecon  .node-wrapper {
      position: absolute;
      width: 18px;
      height: 18px;
      transform: translate(-50%, -50%);
      z-index: 3;
    }

#pro_yuanxing .yuanxingbody .circlecon  .node-wrapper .node {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      top: 3px;
      left: 3px;
      transition: background 0.3s;
    }

#pro_yuanxing .yuanxingbody .circlecon  .node-wrapper .node.active {
      background: red;
    }

#pro_yuanxing .yuanxingbody .circlecon .node-wrapper.active::before {
      content: "";
      position: absolute;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 3px solid #fff;
      top: 0;
      left: 0;
    }

#pro_yuanxing .yuanxingbody .circlecon .label {
      position: absolute;
      width: 450px;
	  font-size: 18px;
	  line-height: 2;
    }
      
#pro_yuanxing .yuanxingbody .circlecon .label a{
      color: #fff; text-decoration: none;
        font-size: 24px;
        font-weight: bold;
        line-height: 36px;
        transition: all 0.3s;
        display: inline-table;
	    margin-bottom: 10px;
    }

#pro_yuanxing .yuanxingbody .circlecon .label p {
      display: none;
      color: #fff;
      transition: all 0.3s;
    }
      
#pro_yuanxing .yuanxingbody .circlecon .label.active a, #pro_yuanxing .yuanxingbody .circlecon .label:hover a {
        color: #fff; 
        background:#d71f1f; padding: 10px 25px; border-radius: 28px;
    }

#pro_yuanxing .yuanxingbody .circlecon .label.active p, #pro_yuanxing .yuanxingbody .circlecon .label:hover p {
      display: block;
    }

#pro_yuanxing .yuanxingbody .circlecon .label-0 { top: 50px; right: -450px; text-align: left; }
#pro_yuanxing .yuanxingbody .circlecon .label-1 { bottom: 50px; right: -450px; text-align: left; }
#pro_yuanxing .yuanxingbody .circlecon .label-2 { bottom: 50px; left: -450px; text-align: right; }
#pro_yuanxing .yuanxingbody .circlecon .label-3 { top: 50px; left: -450px; text-align: right; }

#pro_yuanxing .product_index_list {
	width: 100%; display: none; margin-top: 40px;
}
#pro_yuanxing .product_index_list .probody {
   width: 96%;
   background: #fff;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 0 2%;
	border-radius: 5px;
	display: inline-table;
}

#pro_yuanxing .product_index_list .probody .proimg {
  width:100%;  
  overflow: hidden;
  position: relative;
  text-align: center;
    padding-top: 20px;
}
#pro_yuanxing .product_index_list .probody .proimg img {
  width: 50%; margin: 0 auto;
  transition: transform 0.3s ease;
}
#pro_yuanxing .product_index_list .probody .procon {
  padding: 10px;
  width: 100%;
  
}
#pro_yuanxing .product_index_list .probody .procon h3 {
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  margin: 5px 0 5px 0;
  text-align: center;
	font-weight: 600;
}
#pro_yuanxing .product_index_list .probody .procon .prodes {
  width: 100%;
  font-size: 14px;
  color: #444;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
	height: 130px;
	display: -webkit-box;
  -webkit-line-clamp: 5; /* 限制显示的行数 */
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
#pro_yuanxing .product_index_list .probody .procon .promore {
    height: 60px;
    padding-top: 10px; 
    margin: 0 auto 30px auto; 
    width: 180px;
}
	 
	@media (max-width: 1440px) {
		#pro_yuanxing .topcon .tit {
    font-size: 32px;
  }
  #pro_yuanxing .topcon .titdes {
    font-size: 14px;
  }
       #pro_yuanxing .yuanxingbody .circlecon .label {
        width: 400px;
        font-size: 16px;
        }
		#pro_yuanxing .yuanxingbody .circlecon .label-0 { top: 50px; right: -400px; text-align: left; }
        #pro_yuanxing .yuanxingbody .circlecon .label-1 { bottom: 50px; right: -400px; text-align: left; }
        #pro_yuanxing .yuanxingbody .circlecon .label-2 { bottom: 50px; left: -400px; text-align: right; }
        #pro_yuanxing .yuanxingbody .circlecon .label-3 { top: 50px; left: -400px; text-align: right; }
	}
	  
	  @media (max-width: 1366px) {
        #pro_yuanxing .yuanxingbody .circlecon .label {
        position: absolute;
        width: 350px;
        }
		
		#pro_yuanxing .yuanxingbody .circlecon .label-0 { top: 50px; right: -350px; text-align: left; }
        #pro_yuanxing .yuanxingbody .circlecon .label-1 { bottom: 50px; right: -350px; text-align: left; }
        #pro_yuanxing .yuanxingbody .circlecon .label-2 { bottom: 50px; left: -350px; text-align: right; }
        #pro_yuanxing .yuanxingbody .circlecon .label-3 { top: 50px; left: -350px; text-align: right; }
	  }
	  @media (max-width: 1280px) {
        #pro_yuanxing .yuanxingbody .circlecon .label {
        position: absolute;
        width: 300px;
        }
		
		#pro_yuanxing .yuanxingbody .circlecon .label-0 { top: 50px; right: -300px; text-align: left; }
        #pro_yuanxing .yuanxingbody .circlecon .label-1 { bottom: 50px; right: -300px; text-align: left; }
        #pro_yuanxing .yuanxingbody .circlecon .label-2 { bottom: 50px; left: -300px; text-align: right; }
        #pro_yuanxing .yuanxingbody .circlecon .label-3 { top: 50px; left: -300px; text-align: right; }
	  }
@media (max-width: 1200px) {
  
	#pro_yuanxing .yuanxingbody {
		display: none;
	}
  #pro_yuanxing .product_index_list {
	width: 100%; display: block;
   }
}
@media (max-width: 768px) {
  #pro_yuanxing {
    padding: 10% 0;
  }
  #pro_yuanxing .topcon {
    margin-bottom: 30px;
  }
  #pro_yuanxing .topcon .tit {
    font-size: 24px;
  }
  #pro_yuanxing .topcon .titdes {
    width: 100%;
    font-size: 14px;
  }
	#pro_yuanxing .yuanxingbody {
		display: none;
	}
  #pro_yuanxing .product_index_list {
	width: 100%; display: block;
   }
}


