@charset "utf-8";
/* CSS Document */
*,html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

	
 
	outline: none;  
    resize: none;
	
}
.f_12{ font-size:12px;}
.f_14{font-size: 14px;}
.f_16{ font-size:16px;}
.f_18{ font-size:18px;}
.f_20{ font-size:20px;}
.f_22{font-size: 22px;}
.f_24{ font-size:24px;}
.f_26{ font-size:26px;}
.f_28{ font-size:28px;}
.f_30{ font-size:30px;}
.f_32{ font-size:32px;}
.f_34{ font-size:34px;}
.f_36{ font-size:36px;}
.f_38{ font-size:38px;}
.f_40{font-size: 40px;}
.f_42{font-size: 42px;}
.f_46{font-size: 46px;}
.f_48{font-size: 48px;}
.f_54{font-size: 54px;}

.f_56{font-size: 56px;}
.f_60{font-size: 60px;}
.f_64{font-size: 64px;}
.f_72{font-size: 72px;}
.f_88{font-size: 88px;}
.f_120{font-size: 120px;}

.txt{    letter-spacing: 20px;}

.fbd{font-weight: bold;}
img{border:none;max-width: 100%;}
img[src=""]{opacity: 0;}
/* 公共按钮 */
.common_more_box{text-align:center;}
.common_more_box .common_more{display:inline-block; padding:0 51px 0 30px; line-height:44px; color:#e66930; border:1px solid #e66930; border-radius:50px; position:relative;}
.common_more_box .common_more i{position:absolute; right:25px; top:50%; margin-top:-22px; font-size:15px; transition:all 0.5s ease;}
.common_more_box .common_more:hover i{right:15px;}


/*  */
.indexMore {
	height: 60px;
	padding: 0 6px 0 40px;
	border: 1px solid #e66930;
	width: 180px;
	box-sizing: border-box;
	border-radius: 60px;
	position: relative;
	overflow: hidden;
	transition: .4s ease;
	-webkit-transition: .4s ease;    margin: 30px  auto;
}

.indexMore:hover {
	border-color: #d09e57;
}

.indexMore::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e66930;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.4, 1, 1);
	transform: scale3d(0.4, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.indexMore:hover::before {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.indexMore a {
	display: block;
	position: relative;
	line-height: 58px;
	z-index: 5;
	font-size: 18px;
	color: #999999;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.indexMore:hover a {
	color: #fff;
}

.indexMore a::after {
	display: block;
	content: '';
	position: absolute;
	width: 46px;
	height: 46px;
	right: 0;
	top: 7px;
	border-radius: 45px;
	background: #e66930 url(../images/indexMore.png) center center no-repeat;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.indexMore:hover a::after {
	background: #fff url(../images/indexMore_h.png) center center no-repeat;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
	z-index: 5;
}
/* indexMore1 */

.indexMore1 {
	height: 45px;
	padding: 0 6px 0 40px;
	border: 1px solid #e66930;
	width: 180px;
	box-sizing: border-box;
	border-radius: 60px;
	position: relative;
	overflow: hidden;
	transition: .4s ease;
	-webkit-transition: .4s ease; 
}

.indexMore1:hover {
	border-color: #d09e57;
}

.indexMore1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e66930;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.4, 1, 1);
	transform: scale3d(0.4, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.indexMore1:hover::before {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.indexMore1 a {
	display: block;
	position: relative;
	line-height: 45px;
	z-index: 5;
	font-size: 18px;
	color: #999999;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.indexMore1:hover a {
	color: #fff;
}

.indexMore1 a::after {
	display: block;
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 7px;
	border-radius: 45px;
	background: #e66930 url(../images/indexMore.png) center center no-repeat;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.indexMore1:hover a::after {
	background: #fff url(../images/indexMore_h.png) center center no-repeat;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
	z-index: 5;
}


/**/
.ibox {
  /*  max-width: 1600px;
    min-width: 1200px;*/
	    max-width: 1440px;

    width: 85%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
}

.ny_content{ padding:0px;}
@media (max-width: 767px) {
  .ny_content{ padding:0px;}   
}
/*关于oddsportal足球数据*/
.about_ban {position: relative;}
.about_ban .ban_img img{width: 100%;}
.about_ban .ban_txt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;text-align: center;color: #fff;}

/* 
.about_ban {
  width: 100%;
  height: 100vh;
  position: relative;
} */

.about_ban::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #093483 0%, rgb(0 0 0 / 18%) 60%);
  position: absolute;
  left: 0;
  top: 0;
}

/* .about_ban::before {
  content: '';
  width: 1px;
  height: calc(100% - 90px);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  position: absolute;
  left: 7%;
  top: 90px;
  z-index: 2;
} */

.about_ban img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banText {
  width: 40%;
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.about_ban h5 {
  font-size:42px;
  letter-spacing: 5px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 20px;
}

.about_ban p {
  color: #fff;
  font-size: 20px;
  line-height: 1.75;
}

.dwNav {
  position: absolute;
  left: 12%;
  bottom: 6%;
  z-index: 2;
}

.dwNav i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  padding: 0 10px;
}

.dwNav a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
}

.dwNav a.on {
  color: #fff;
}

.dwNav a:hover {
  color: #fff;
}

.dwNav p {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {

  .dwNav { display: none;}
}

.banBtn {
  margin-top: 60px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
}

.banBtn i {
  width: 50px;
  height: 50px;
  background:#e66930;
  border-radius: 50%;
  position: relative;
  margin-right: 15px;
}

.banBtn i svg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banBtn i svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .banText {
    width:80%;
    position: absolute;
    left: 5%;
    top: 65%;
    /* transform: translateY(-50%); */
    z-index: 2;
}
.about_ban h5 {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 20px;
}
.about_ban p {
  color: #fff;
  font-size: 20px;
  line-height: 1.75;
}
}
/* 弹窗视频 */
.proVideoTc {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.68);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}

.proVideo {
  width: 65%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.proVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.close {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}

.close img {
  width: 40px;
}






/*  */

/*关于oddsportal足球数据——集团介绍*/
.jtjs_danye{ padding:3% 0px; background: url(../images/abJs.png) no-repeat bottom ; background-size: cover ;background-position: -1px;}
.jtjs_box_main{font-size: 18px;

  line-height: 1.75;}
.jtjs_box_main p{  margin-bottom: 15px; line-height: 1.75; text-indent: 38px;}
.jtjs_box_main video{ max-width: 100%;margin:0 auto; text-align: center; display: block; margin-bottom: 30px;}



.about_box1{ padding:5% 0px;z-index: 1; position: relative;}

.indAbbox{     display: grid;grid-template-columns: 3fr 1fr;gap: 20px; margin-top: 15px;justify-content: space-between;}






.indAb_s {width: 80%; margin-bottom: 30px; }
.indAb_s p{  font-size: 18px; line-height: 1.75; margin-bottom: 20px;}
.numCount{ margin:60px 0px;}
.numCount li{ float: left; width: 25%; text-align: center;}
.numCount li .item{ margin: 0 10px;}
.numCount li .numU{ line-height:1.75;}
.numCount li .numCX{ font-size:55px; color:#e66930; font-weight: bold;}
.numCount li .numU .unitC{font-size:100%; line-height:1.75; font-size:16px}
.numCount li .numU sup{vertical-align: top;}
.numCount li .numU sub{vertical-align:baseline;}

.numCount li .indc{ font-size:20px;}

@media (max-width:800px){
	.numCount li .numCX{ font-size:36px; }
}
@media (max-width:640px){
  .numCount li {
    float: left;
    width: 45%;
    text-align: center;    margin-bottom: 20px;
}
.numCount li .indc {
  font-size: 16px;
}
	.numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.numCount{ font-size:0.5vw;}
}

.abText .indAb_p p {font-size: 16px;}
.indAbText .More {margin-top: 40px;}
.indAb_img {
  position: relative;
  width: 500px;
  bottom: 50px;
}

.indAb_img img {
  position: relative;
  z-index: 21;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  box-shadow: 0 0 10px 8px rgb(1 78 168 / 18%);
}


.indAb_img i {
  position: absolute;
  height: 108%;
  width: 108%;
  border-radius: 50%;
  background: #119ff4;
  opacity: 0.1;
}

.indAb_img i.line1 {
  top: 0;
  right: 0;
  animation: line1Animate 5s linear infinite alternate;
}

@keyframes line1Animate {
  0% {
      top: 0;
      right: 0;
  }

  50% {
      right: 10px;
  }

  100% {
      top: -30px;
      right: -50px;
  }
}

@keyframes line1Animate2 {
  0% {
      top: 0;
      right: 0;
  }

  50% {
      right: 5px;
  }

  100% {
      top: -3px;
      right: -5px;
  }
}


.indAb_img i.line2 {
  left: 0;
  bottom: 0;
  animation: line2Animate 5s 2s linear infinite alternate;
}

@keyframes line2Animate {
  0% {
      bottom: 0;
      left: 0;
  }

  50% {
      bottom: 5px;
  }

  100% {
      left: -40px;
      bottom: -20px;
  }
}

@keyframes line2Animate2 {
  0% {
      bottom: 0;
      left: 0;
  }

  50% {
      bottom: 5px;
  }

  100% {
      left: -5px;
      bottom: -3px;
  }
}

.indAb_img i.line3 {
  right: 0;
  bottom: 0;
  animation: line3Animate 3s infinite alternate;
  width: 105%;
  height: 105%;
}

@keyframes line3Animate {
  0% {
      right: 0;
      bottom: 0;
  }

  100% {
      right: -30px;
      bottom: -40px;
  }
}

@keyframes line3Animate2 {
  0% {
      right: 0;
      bottom: 0;
  }

  100% {
      right: -3px;
      bottom: -5px;
  }
}

.indAb_txt {
  position: relative;
  width: calc(100% - 500px);
  padding-right: 10%;
}

.indAb_ico {
  display: flex;
  align-items: stretch;
  margin: 50px 5px;
}

.indAb_ico i {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0A4680;
  margin-left: -3px;
}

.indAb_ico .i1 {
  opacity: 1;
  z-index: 11;
}

.indAb_ico .i2 {
  opacity: 0.6;
  z-index: 10;
}

.indAb_ico .i3 {
  opacity: 0.3;
  z-index: 9;
}

.indAb_ico .i4 {
  opacity: 0.14;
  z-index: 8;
}

.indAb_p span {
  color: #0A4680;

  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 14px;
  display: block;
}
@media (max-width: 768px) {

  .indAbbox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  
    gap: 20px;
    margin-top: 0px;
    justify-content: space-between;
}
.indAb_s {
  width: 100%; 
  margin-bottom: 20px;
}
.indAb_img {
  position: relative;
  width:  100%;
  bottom: 50px;
}
.indAb_img img {
  position: relative;
  z-index: 21;
 width: 100%;
height: 100%;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  box-shadow: 0 0 10px 8px rgb(1 78 168 / 18%);
}
.t_huicir {
  position: relative;
  display: none;
}
}

@media (max-width: 500px) {


}

/*关于oddsportal足球数据——董事长致辞*/
.dzzzc_danye{background: url(../images/ab_2.jpg) center top no-repeat;
  background-size: cover;}

.about_box2{padding:5% 0px 0px;background: url(../images/ab_2.jpg) center top no-repeat;
  background-size: cover;
  position: relative;}

.dsz_box{ display: grid;grid-template-columns:500px 1fr; ;gap: 20px;}
.dzspic img {width: 100%; /* 使图片宽度填满容器 */ height: auto; /* 保持图片的原始宽高比 */}
.dzstex { display: grid;grid-template-rows: 1fr 100px;}
.dzstex .dzstex_top{ font-size: 18px; margin-bottom: 15px; line-height: 1.75;  height:550px;  overflow: auto; padding: 30px;}
 /* 滚动条美化 */
 .dzstex .dzstex_top::-webkit-scrollbar {
  width:2px;  /* 滚动条宽度 */
  height:2px; /* 水平滚动条高度 */
}

.dzstex .dzstex_top::-webkit-scrollbar-track {
  background: #f1f1f1;  /* 滚动条轨道背景 */
  border-radius: 4px;
}

.dzstex .dzstex_top::-webkit-scrollbar-thumb {
  background: #e66930;  /* 滚动条滑块颜色 */
  border-radius: 4px;
}

.dzstex .dzstex_top::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;  /* 鼠标悬停时滑块颜色 */
}

.dzstex .dzstex_top p{ font-size: 18px; margin-bottom: 15px; line-height: 1.75;  }


.dzstex .dzstex_bottom{ text-align: right; }
.dzstex .dzstex_bottom .qtt{font-size: 24px; color:#000; margin-bottom: 15px;;}
.dzstex .dzstex_bottom .qtc{font-size: 18px;color:#000;}


@media (max-width: 768px){
  .dsz_box {
    display: grid;

    grid-template-columns:1fr;
    gap: 20px;
}
.dzstex .dzstex_top {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.75;
  height: 550px;
  overflow: auto;
  padding: 20px;
}
}


/*关于oddsportal足球数据——企业文化*/
.qywh_danye{padding:5% 0px ;background:url(../images/abGbg.png) no-repeat center center/cover fixed;}
.about_box3{ background:url(../images/about_1_3.jpg) no-repeat top center ;background-size: cover;
  overflow: hidden; padding:5% 0px 0px;position: relative;}
.t_f1k3tu { width: 1185px; margin: 0 auto;position: relative;}
.t_f1k3tu img {width: 100%; position: absolute;top: 0;left: 0;}
.abQList {
  margin-top: 90px;
  position: relative;
  display: flex;
  justify-content: space-between
}

.abQItem {
  width: calc(33.3% - 50px);
  height: 420px;
  border:2px solid rgb(255 255 255);
  background:rgb(230 105 48 / 85%);
  position: relative;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.48s;
  backdrop-filter: blur(8px);
}

.abQIcon {
  width: 60px;
  height: 60px;
  transition: all 0.48s;
}

.abQIcon img {
  width: 100%;
  height: 100%;
}

.abQIcon .icon1 {
  display: block;
}

.abQIcon .icon2 {
  display: none;
}

.abQTit {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: 20px 0;
  transition: all 0.48s;
}

.abQText {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  height: 0;
  overflow: hidden;
  transition: all 0.48s;
}

/* .abQItem:hover {
  background: #fff;
  transform: translateY(-30px);
  background: url(../images/abQBg.png) center center / cover no-repeat;
} */


.wh1:hover {
  background: #fff;
  border: 2px solid #e66930;
  transform: translateY(-30px);
  background: url(../images/abQBg.png) center center / cover no-repeat;
}

 .wh2:hover {
  background: #fff;
  border: 2px solid #e66930;
  transform: translateY(-30px);
  background: url(../images/abQBg.png) center center / cover no-repeat;
  /* background: url(../images/whbg2.png) center center / cover no-repeat; */
}
.wh3:hover {
  background: #fff;
  border: 2px solid #e66930;
  transform: translateY(-30px);
  background: url(../images/abQBg.png) center center / cover no-repeat;
  /* background: url(../images/whbg3.png) center center / cover no-repeat; */
}

.abQItem:hover .abQIcon .icon1 {
  display: none;
}

.abQItem:hover .abQIcon .icon2 {
  display: block;
}

.abQItem:hover .abQTit {
  color:#e66930;
}

.abQItem:hover .abQText {
  height: 60px;
}

@media(max-width:1680px) {
  .abQItem {
      width: calc(33.3% - 30px);
      height: 380px;
  }

  .abQIcon {
      width: 50px;
      height: 50px;
  }
}

@media(max-width:1468px) {
  .abQItem {
      width: calc(33.3% - 30px);
      height: 350px;
  }

  .abQIcon {
      width: 50px;
      height: 50px;
  }

  .abQTit {
      font-size: 28px;
  }

  .abQText {
      font-size: 16px;
  }
}

@media(max-width:1368px) {
  .abQItem {
      width: calc(33.3% - 30px);
      height: 320px;
  }
}

@media(max-width:1280px) {
  .abQItem {
      width: calc(33.3% - 20px);
      height: 280px;
      padding: 30px;
  }

  .abQIcon {
      width: 40px;
      height: 40px;
  }

  .abQTit {
      font-size: 24px;
  }

  .abQText {
      font-size: 14px;
  }

  .abQList {
      margin-top: 50px;
  }

  .abQItem:hover {
      transform: translateY(-12px);
  }
}

@media(max-width:1200px) {
  .abQItem {
      width: calc(33.3% - 10px);
      padding: 20px;
  }
}

@media(max-width:1024px) {
  .abQItem {
      width: calc(33.3% - 5px);
      height: 250px;
      padding: 20px;
  }
}

@media(max-width:900px) {
  .abQList {
      flex-wrap: wrap;
  }

  .abQItem {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
  }
}

@media(max-width:680px) {
  .indAb_img img {
    position: relative;
    z-index: 21;
    width: 100%;
    height: 100%;
     border-radius: 0; 
    overflow: hidden;
    object-fit: cover;
    box-shadow: 0 0 10px 8px rgb(1 78 168 / 18%);
}

.indAb_img i {
  position: absolute;
  height: 108%;
  width: 108%;
  border-radius:0;
  background: #119ff4;
  opacity: 0.1;
}
  .abQList {
      margin-top: 30px;
  }

  .abQIcon {
      width: 35px;
      height: 35px;
  }

  .abQTit {
      font-size: 20px;
      margin: 12px 0;
  }

  .abQItem:hover .abQText {
      font-size: 12px;
      line-height: 20px;
      height: 40px;
  }

  .abQItem {
      height: 200px;
      margin-bottom: 10px;
  }

  .abQItem:hover {
      transform: translateY(-5px);
  }
  
}

@media(max-width:500px) {
  .abQItem {
      height: 170px;
  }

  .abQIcon {
      width: 30px;
      height: 30px;
  }
}









/*关于oddsportal足球数据——精益制造*/



.about_box4{padding:5% 0px;position: relative; }


.industry {
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.industryBox .swiper-container {
  padding-bottom: 100px;
}

.industryBox .swiper-wrapper {
  padding-left: 8%;
}

.industryBox .swiper-slide {
  cursor: pointer;
}


.industryBox .swiper-pagination {
  width: 220px;
  bottom: 0;
  left: 8%;
  top: initial;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.45);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #d61e15;
  border-radius: 4px;
}



.industryImg {
  width: 100%;
/*   padding-top: 60%;*/
  border-radius: 45px 10px 45px 10px;
  overflow: hidden;
}

.industryImg img {
  border-radius: 45px 10px 45px 10px;
}

.industryImg span {
  color: #fff;
  display: inline-block;
  font-size: 26px;
  line-height: 1.75;
  color: #fff;
  position: absolute;
  bottom: 20px;
  z-index: 10;
  left: 35px;
  width: 100%;
  transition: all 0.36s;

}
.industryImg::after {
content: '';
width: 100%;
height: 100%;
background: linear-gradient(360deg, #aa4618 0%, rgb(0 0 0 / 0) 40%);
position: absolute;
left: 0;
top: 0;
border-radius: 45px 10px 45px 10px;
}


.industry_p {
  text-align: center;
  font-size: 21px;
  padding-top: 10px;
  color: #333;
  display: none;
}



.industryBox .swiper-wrapper {
  padding-left: 12.5%;
}

.industryBox .swiper-slide {
  cursor: pointer;
}
.industryBox  .swiper-slide {
overflow: hidden;
cursor: url(../images/cursor.png), auto;
}

.industryBox .swiper-pagination {
  width: 220px;
  bottom: 0;
  left: 8%;
  top: initial;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.45);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #d61e15;
  border-radius: 4px;
}

.induChangeBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}.induChangeBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.induBut {
  position: absolute;
  right: 0;
  top: -20px;
}

.induBut a {
  display: inline-block;
  margin: 0 4px;
}

.induBut a img {
  width: 50px;
}

.induChangeBox .swiper-pagination {
  width: 90%;
  height: 2px;
  position: initial;
}

.induChangeBox i {
  width: 10%;
  display: inline-block;
  font-size: 36px;
}

/* 精益制造下面页 */
.about_jjzz_box ul{    display: grid;grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 15px;flex-wrap: wrap;}
.about_jjzz_box ul li{ position: relative;    background: #e66930;/* padding: 20px; */ overflow: hidden;}
.about_jjzz_box ul li img{ border-radius: 5px;}
.about_jjzz_box ul li .img { width: 100%;max-height: 250px; border-radius: 8px; overflow: hidden;}
.about_jjzz_box ul li .txt{letter-spacing:0px;}

.about_jjzz_box ul li .txt h3{    font-size: 18px;color:#ffffff;transition: all .3s ease;margin: 20px 0px;    padding: 0px 20px;}
.about_jjzz_box ul li:hover .txt h3{color:#ffffff; font-weight: bold;}

@media (max-width: 768px){
.about_jjzz_box ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
}
	}


li:hover .img img{transform:scale(1.05) rotate(.1deg);-webkit-transform:scale(1.05) rotate(.1deg);-moz-transform:scale(1.05) rotate(.1deg);-ms-transform:scale(1.05) rotate(.1deg);-o-transform:scale(1.05) rotate(.1deg)}
.img img{max-width: 100%;transition:1s;-webkit-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s}
.img:hover img{transform:scale(1.05) rotate(.1deg);-webkit-transform:scale(1.05) rotate(.1deg);-moz-transform:scale(1.05) rotate(.1deg);-ms-transform:scale(1.05) rotate(.1deg);-o-transform:scale(1.05) rotate(.1deg)}










/*关于oddsportal足球数据——资质荣誉*/

.about_box5{position: relative; padding:5% 0px; background:url(../images/abGbg.png) no-repeat center center/cover fixed;}
.t_titleh1 { margin-bottom: 29px;}
.t_titleh1 h2 {font-size:40px;color: #e66930;line-height: 1.5;font-weight: bold;}


.t_titleh3 { margin:3% 0px 0px;}
.t_titleh3 h2 {font-size:40px;color: #e66930;line-height: 1.5;font-weight: bold;}



.t_titlehC { margin:3% 0px;}
.t_titlehC h2 {font-size:40px;color: #e66930;line-height: 1.5;font-weight: bold; text-align: center;}


.t_duanp p { font-size: 18px; line-height: 1.75;color:#666;}
.t_h1k1qiu {
    position: absolute;
}.t_lvqiu1 {
    width: 39px;
}.t_lvqiu img {
    width: 100%;
}
.t_h1k1qiu1 { top: 80px;left: 95.3125%;}
.t_huicir7 {
    width: 179px;
}
.t_huiqiu7 {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 8.59375%;
    top: 590px;
}
.t_huicir {
    position: relative;
}
.t_huicir img {
    width: 100%;
}
.t_b1k5 {
  position: relative;
}
.abRyuBox .swiper-container {

}

.abRyuImg {
/*    width: 90%;    padding-top: 60%;*/
    margin: 0 auto 110px;

	 border:5px solid #e66930; padding: 15px;;
}

.abRyuBox .swiper-slide p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(40px);
    transition: all .48s .68s;
}

.abRyuBox .swiper-slide-active p {
    opacity: 1;
    transform: translateY(0px);
}

.abRyuImg_i {
    width: 42%;
    position: absolute;
    left: 50%;
    top:65%;
    transform: translateX(-50%);
}

.abRyuImg_i img {
    width: 100%;
}

.abRyuBox .swiper-slide {
    transform: scale(0.5);
    padding: 10px;
    transition: all .68s;
}

.abRyuBox .swiper-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.abRyuBox .swiper-slide-active {
    transform:scale(0.8);
}
/*  */

.abRyu_but {
  width: 72px;
  height: 72px;
  border: 1px solid #e66930;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all .48s;
}

.abRyu_but svg {
  width: 26px;
  height: 26px;
}

.abRyu_but svg path {
  fill: #e66930;
}

.abRyu_but.prev {
  left: 8%;
}

.abRyu_but.next {
  right: 8%;
}

.abRyu_but.next svg {
  transform: rotate(180deg);
}

.abRyu_but:hover {
 background: #e66930;    border:none;
}

.abRyu_but:hover svg path {
  fill: #fff;
}

.abRyuBox .swiper-pagination {
   font-family: 'Rousseau';
  font-size: 18px;
}

.abRyuBox .swiper-pagination span {
   font-family: 'Rousseau';
  font-size: 18px;
}

.abRyuBox .swiper-pagination-current {
  color: #9a774b;
}






.about-honor-back { position: absolute;bottom: 0; left: 0; width: 100%;z-index: -1;}


/*关于oddsportal足球数据——质保体系*/
.about_box6{position: relative; padding:5% 0px;}


/* 标题 */
.indTit {
  position: relative;
  z-index: 21;
}
.indTit h2 {
  position: relative;
  font-size:40px;
  margin: 0 auto 42px;
  margin-left: 0;
  font-weight: 100;
  line-height: 1.2;
  text-transform: uppercase;
  color: #313131;
}
.indTit.center {
  text-align: center;
}
.indTit.white h2 {
  /* font-size: 50px; */
  color: #fff;
}
.indTit h2 span {
  position: relative;
  z-index: 11;
  color:#e66930;
  font-weight: bold;
}
.indTit h2 span::before {
  position: absolute;
  z-index: -1;
  content: '';
  bottom: 8px;
  right: -16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f15a29;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.indTit h2 b {
  position: relative;
  color: #313131;    font-weight: bold;

}
.indTit.left h2::after {
  left: 10PX;
  margin-left: 0;
}
.indTit.white h2 b{
  color: #fff;
}



.t_diankuai {
    position: absolute;
    top: 70px;
    left: 67.7%;
    transform: translateX(-50%);
}.t_dianpng {
    width: 484px;
}.t_dianpng img {
    width: 100%;    opacity: 0.89;
}
 .t_huiqiu4 {
    z-index: 1;
}
.t_huiqiu4 {
    top: 280px;
    left: 71.145833%;
}
.t_huiqiu4 { position: absolute;top: 236px;
  /*  left: 12.447917%;*/
}

.t_huicir4 {width: 170px;}
.t_xiaonr { max-width: 832px;}
.t_xiaonr ul{ margin: 20px 0px;;}
.t_xiaonr  li{ margin-bottom:10px;position: relative;padding-left: 26px;font-size: 18px;line-height: 1.75;}
.t_xiaonr  li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f15a29;
    position: absolute;
    top:10px;
    left:5px;
}



.l_title1 { margin-bottom: 10px;}
.l_title1 h3 { font-weight: bold;color: #e66930;font-size: 25px; line-height: 1.75;}
.t_duanp p { font-size: 18px;line-height: 1.75;color: #6F7884;}


@media (max-width:768px){
  .t_titleh1 { margin:25px  0px 25px;}
 .t_titleh1 h2 {font-size:25px;color: #e66930;line-height: 1.5;font-weight: bold;}
 
 
 .t_titleh3 { margin:25px  0px 25px;}
 .t_titleh3 h2 {font-size:25px;color: #e66930;line-height: 1.5;font-weight: bold;}
 
 
 
 .t_titlehC { margin:25px  0px 25px;}
 .t_titlehC h2 {font-size:25px;color: #e66930;line-height: 1.5;font-weight: bold; text-align: center;}
 
 .abRyu_but {
   width: 40px;
   height: 40px;
 }
 .abRyuImg {
   margin: 0 auto 20px;
 }
 .abRyuBox .swiper-slide p {
   font-size: 16px;
 }
 .abRyu_but.prev {
   left: 0%;bottom: 40px;
 }
 
 .abRyu_but.next {
   right: 0%;bottom: 40px;
 
 }
 .indTit h2 {
  position: relative;
  font-size: 25px;
  margin: 0 auto 25px;
  margin-left: 0;
  font-weight: 100;
  line-height: 1.2;
  text-transform: uppercase;
  color: #313131;
}
 .l_title1 h3 {
  font-weight: bold;
  color: #e66930;
  font-size: 20px;
  line-height: 1.75;
}
 
 }

/* **************************************************************** */
/*所在位置通用样式*/
.page_menu_fixed {
  position: relative;

}
.dwNav_n {
  margin-top:90px;
  width: 100%;
  background: #e6e6e6;;
  backdrop-filter: blur(4px);
  /* background: rgba(195, 13, 35, 0.90); */
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #efefef;
}

.dwNavBox {
  display: flex;


  justify-content: space-between;

}

.dwNavL {
  display: flex;
  align-items: center;


}

.dwNavL a {

  font-size: 16px;
  display: flex;
  align-items: center;
padding: 25px 0;
}

.dwNavL i {
  font-size: 16px;
  margin: 0 10px;
}

.dwNavL svg {
  width: 18px;
  height: 18px;
  margin: 0 10px;
}

.dwNavL svg path {
  fill: #91939B;
}

/*  */

.dwNavR{
  display: flex;
  align-items: center;
  position: relative;
 
 
}
.dwNavR ul{  display: flex;align-items: center; position: relative;}
.dwNavR ul li { padding: 35px 0; position: relative;}
.dwNavR ul li .nav2{display: none;     display: none; padding:10px 0;}
.dwNavR ul li:hover .nav2{display: block; position: absolute; left:20px; top: 96px; width: 120px; text-align: center; z-index: 9999;  background-color: #dd9f5f; box-shadow: 0 0 10px rgb(155 155 155 / 18%);
}
.dwNavR ul li:hover .nav2 li{ padding:0px ;}
.dwNavR ul li:hover .nav2 li a{  display: block;     margin-left: 0px;height: 45px; line-height: 45px;padding: 0;text-align: center; color: #FFF;}

.dwNavR a {
  padding:25px 0;
  text-align: center;
  font-size: 18px;

  margin-left: 100px;
  position: relative;
  transition: all .48s;
  overflow: hidden;
  margin-left: 40px;

}

.dwNavR a.on {
  font-weight: 500;
  font-weight: 500;
  color: #ffffff;
  border-radius: 50px;
  position: relative;
  background:url(../images/navigation_bg.png) center no-repeat;
  padding: 25px;
  position: relative;
}
.dwNavR a.on::after {
  width: 100%;
}

.dwNavR .nav_head{color: #ffffff; position: relative;   }

@media (max-width: 768px){
	 /* 导航小屏幕适配 */
  .dwNavBox {
    flex-direction: column;
    gap:5px;
  }

  .dwNavL {
    width: 100%;
    justify-content:;
    flex-wrap: wrap;
  }

  .dwNavL a {
    font-size: 14px;
    padding: 10px 0;
  }

  .dwNavL svg {
    width: 16px;
    height: 16px;
  }

  .dwNavR {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }

  .dwNavR::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .dwNavR ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    min-width: max-content;
  }

  .dwNavR a {
    margin-left:0px;
    padding: 12px 10px;
    font-size: 15px;
    white-space: nowrap;
  }

  .dwNavR a.on {
    padding: 12px 25px;
  }
}
	



/***************************分页*******************************************************/
/*  */
.zdPage {
  clear: both;
  text-align: center;
  margin: 32px auto;
}

.zdPage_arr {
  background: #a5a5a5;

}

.zdPage_arr .zdPage_arr_img1 {
  display: none;
}

.zdPage_arr.disable {
  background:#a5a5a5;
}

.zdPage_arr.disable .zdPage_arr_img1 {
  display: inline-block;
}

.zdPage_arr.disable .zdPage_arr_img2 {
  display: none;
}

.zdPage_arr img {
  width: 50%;
  margin-top: -4px;
}

.zdPage a {
  vertical-align: top;
  display: inline-block;
  width: 51px;
  height: 51px;
  margin: 0 6px;
  line-height: 51px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #eee;
  font-size: 16px;
  transition: all 0.28s;
}

.zdPage a:hover,
.zdPage a.hover {
  background: #e66930;
  font-weight: bold;
  color: #ffffff;
  box-shadow: 0 0 20px 5px rgb(230 105 48 / 25%);
  border: 0;
}











/*** 资质荣誉资质荣誉资质荣誉单页  全图列表1 荣誉* @return*/
.minH{min-height:350px;height:auto !important;height:350px;}
.imgList1{background: #fff;margin: 40px 0px;;display: flex;justify-content:left;flex-wrap: wrap;}	
.imgList1 dd{width:25%; -webkit-animation:gfadeIn 0.6s 0.8s both; -moz-animation:gfadeIn 0.6s 0.8s both; animation:gfadeIn 0.6s 0.8s both;padding: 10px 0;overflow:hidden;}
	

.imgList1 dd:nth-of-type(1){-webkit-animation-delay:0.2s; -moz-animation-delay:0.2s; animation-delay:0.2s;}
.imgList1 dd:nth-of-type(2){-webkit-animation-delay:0.4s; -moz-animation-delay:0.4s; animation-delay:0.4s;}
.imgList1 dd:nth-of-type(3){-webkit-animation-delay:0.6s; -moz-animation-delay:0.6s; animation-delay:0.6s;}
.imgList1 dd:nth-of-type(4){-webkit-animation-delay:0.8s; -moz-animation-delay:0.8s; animation-delay:0.8s;}
.imgList1 dd:nth-of-type(5){-webkit-animation-delay:1s; -moz-animation-delay:1s; animation-delay:1s;}
.imgList1 dd:nth-of-type(6){-webkit-animation-delay:1.2s; -moz-animation-delay:1.2s; animation-delay:1.2s;}
.imgList1 dd:nth-of-type(7){-webkit-animation-delay:1.4s; -moz-animation-delay:1.4s; animation-delay:1.4s;}
.imgList1 dd:nth-of-type(8){-webkit-animation-delay:1.6s; -moz-animation-delay:1.6s; animation-delay:1.6s;}
.imgList1 dd:nth-of-type(9){-webkit-animation-delay:1.8s; -moz-animation-delay:1.8s; animation-delay:1.8s;}
.imgList1 dd:nth-of-type(10){-webkit-animation-delay:2s; -moz-animation-delay:2s; animation-delay:2s;}
.imgList1 dd:nth-of-type(11){-webkit-animation-delay:2.2s; -moz-animation-delay:2.2s; animation-delay:2.2s;}
.imgList1 dd:nth-of-type(12){-webkit-animation-delay:2.4; -moz-animation-delay:2.4; animation-delay:2.4s;}

.imgList1 dd a{
	display:block; 
	height:100%;
	margin: 0 10px;
	 transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	background: #fff;
	border-radius: 2px;
}
.imgList1 dd .picture{padding: 10px 10px 0 10px;}
.imgList1 dd .imgBox{display:block; padding-top: 66.666666%; overflow:hidden; position:relative; background: #f2f2f2;}
.imgList1 dd .imgBox img{
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
	object-fit: cover;
}	
a .ui-s-cover { background: #000; position: absolute; width: 100%; top: 0; left: 0; height: 100%; filter: alpha(opacity=40); opacity: 0.4; transition: all 0.2s ease-in-out; z-index: 5; }
.imgList1 dd a:hover .ui-s-cover { filter: alpha(opacity=0); opacity: 0; }	
.imgList1 dd span{
    padding:15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
	font-size:18px;
	display:block;
	text-align:center;
	transition: 0.4s ease;
}
.imgList1 dd a:hover{
    box-shadow: 0 0px 25px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.socialList1 dd a:hover img+img{
	opacity: 0;
	visibility: hidden;
}
/* 相册弹窗列表 */
.viewer-container img{
	padding: 20px;
	background: #fff;
	border-radius: 2px;
}

@media screen and (max-width:768px){
.imgList1 {
    background: #fff;
    margin: 50px 0;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.imgList1 dd .picture{ padding: 0px;;}
.imgList1 dd {
    width: 50%;
    -webkit-animation: gfadeIn 0.6s 0.8s both;
    -moz-animation: gfadeIn 0.6s 0.8s both;
    animation: gfadeIn 0.6s 0.8s both;
    padding: 10px 0;
    overflow: hidden;
}
}

@media screen and (max-width:420px){
	
.imgList1 {
    background: #fff;
    margin: 50px 0;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
	
.imgList1 dd {
    width: 100%;
    -webkit-animation: gfadeIn 0.6s 0.8s both;
    -moz-animation: gfadeIn 0.6s 0.8s both;
    animation: gfadeIn 0.6s 0.8s both;
    padding: 10px 0;
    overflow: hidden;
}

}

.about_ban  .ban_img .pcimg { display: block;}
.about_ban .ban_img .smimg{ display: none;}


.product_ban  .ban_img .pcimg { display: block;}
.product_ban .ban_img .smimg{ display: none;}




/* **************************************************************** */

/*产品与服务*/
.product_ban {position: relative;}
.product_ban .ban_img img{width: 100%;}
.product_ban .ban_txt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;text-align: center;color: #fff;}
.product_ban .banText {
  width: 50%;
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.product_ban h5 {
  font-size: 42px;
  letter-spacing: 5px;
  line-height: 1.4;
  font-weight: 600;
 
  color: #FFF;
  margin: 10px 0 20px;
}

.product_ban p {
  color: #fff;
  font-size: 20px;
}


.in_tit {text-align: center;overflow: hidden;padding:0 0  35px 0;}
.in_tit>img {height: 88px;width: auto;}
.in_tit .bt {font-size: 35px;color:#e66930;font-weight: bold;margin-top:0px;}
.in_tit .bt img {margin-right: 10px;display: inline-block;width: 30px;height: 30px;margin-top: -10px;}
.in_tit .text {font-size: 17px;margin-top: 20px; color:#777;width: 90%;margin: 20px auto 0px; text-align: center; line-height: 2;}
.in_tit .text a:hover{ color:#cf0000;}

.in_tit .texts { margin-top: 20px; line-height: 28px;font-size: 18px;text-align: center;}
@media (max-width: 768px){
  .in_tit .bt {font-size: 25px;color:#e66930;font-weight: bold;margin-top:10px;}
  .in_tit .bt img {margin-right: 10px;display: inline-block;width: 30px;height: 30px;margin-top: -10px;}



.about_ban  .ban_img .pcimg { display: none;}
.about_ban .ban_img .smimg{ display: block;}
  



.product_ban  .ban_img .pcimg { display: none;}
.product_ban .ban_img .smimg{ display: block;}






  .f_88{font-size:42px;}
  .f_120{font-size:120px;}
  .about_ban .ban_img img {width: 100%; height: 350px;object-fit: cover;}
  .product_ban .ban_img img {width: 100%; object-fit: contain;}
  .product_ban .banText {
    width: 80%;
    position: absolute;
    left: 5%;
    top: 50%;
    /* transform: translateY(-50%); */
    z-index: 2;
  }
  
  .product_ban h5 {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 20px;
  }
  }


/* 总的概括页显示 */
.cpfw_box1{ padding: 3% 0px;;}
.cpfw_box1 ul{  display: grid;gap: 15px;grid-template-columns: repeat(4, 1fr);}

.pro_list_box{ position: relative; padding:5% 0px;;}
.pro_list_box_fen { padding: 3% 0px;;}

/*产品展示 pro list */
.pro_list_top_bg {
  background-color: #F5F5F7;
  background-image: url(../images/pro_list_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top:60px;
  overflow: hidden;
}

.pro_list_top_bg .top_cont {
  padding-bottom: 35px;
}

.pro_list_top_bg .top_cont .left {
  width: 50%;
  max-width: 635px;
  padding-right: 100px;
}

.pro_list_top_bg .top_cont .left .s_t {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.pro_list_top_bg .top_cont .left .b_t {
  padding-top: 8px;
  color: var(--dark-color);

  font-weight: 700;
  line-height: 1.5;
}

.pro_list_top_bg .top_cont .left .line {
  width: 100%;
  height: 1px;
  margin-top: 34px;
  margin-bottom: 34px;
  background-color: rgba(0, 0, 0, 0.20);
}

.pro_list_top_bg .top_cont .left .text {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.pro_list_top_bg .top_cont .left .pro_list_more {
  padding-top: 48px;
}

.pro_list_top_bg .top_cont .left .pro_list_more a {
  position: relative;
  padding: 14px 20px;
  display: inline-block;
  min-width: 160px;
  border: 1px solid rgba(143, 143, 143, 0.80);
  background: rgba(217, 217, 217, 0.20);
  backdrop-filter: blur(4px);

  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.pro_list_top_bg .top_cont .left .pro_list_more a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: var(--main-color);
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  z-index: -1;
}

.pro_list_top_bg .top_cont .left .pro_list_more a span {
  padding-right: 28px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  background-image: url(../images/pro_list_icon2.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right;
}

.pro_list_top_bg .top_cont .left .pro_list_more a:hover {
  border-color: var(--main-color);
}

.pro_list_top_bg .top_cont .left .pro_list_more a:hover span {
  color: var(--white-color);
  background-image: url(../images/pro_list_icon_hover.svg);
}

.pro_list_top_bg .top_cont .left .pro_list_more a:hover:before {
  width: 200px;
  height: 200px;

}

.pro_list_top_bg .top_cont .right {
  width: 50%;
  text-align: right;
}

.pro_list_top_bg .top_cont .right img {
  width: 709px;
}

.pro_list_top_bg .top_bottom {
  position: relative;
  padding:25px  25px;
  z-index: 1;
}
.pro_list_top_bg .top_bottom::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width:100%;
  height: 100%;
  background: #e66930;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}


.pro_list_top_bg .top_bottom .left {
  position: relative;
  padding-bottom:0px;
  color:#FFF;
  font-weight: 700;
  line-height: 1.5;
}

.pro_list_top_bg .top_bottom .left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  background-color: var(--main-color);
}

.pro_list_top_bg .top_bottom .right {
  font-size: 18px;
  font-weight: 400;
  color:#FFF;
}

.pro_list_top_bg .top_bottom .right span {
  color:#FFF;
  margin-left: 4px;
  margin-right: 4px;
}


.pro_list_list ul {
 display: grid;
 gap: 20px;
 grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}

.pro_list_list ul li { padding:16px 0;}
.pro_list_list ul li:nth-child(1) { padding:16px 0; animation-name: fadeInLeft;   animation-delay: 0.4s;}
.pro_list_list ul li:nth-child(2) { padding:16px 0;animation-name: fadeInRight; animation-delay: 0.6s;}
.pro_list_list ul li:nth-child(3) { padding:16px 0;animation-name: fadeInLeft; animation-delay: 0.65s;}
.pro_list_list ul li:nth-child(4) { padding:16px 0;animation-name: fadeInRight; animation-delay: 0.85s;;}

.pro_list_list .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 360px;
  padding:35px;
  background: #F4F4F4;
  overflow: hidden;
}

.pro_list_list .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--main-color);
  transition: width .4s;
}

.pro_list_list .bg .left_title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.pro_list_list .bg .left_title .t {
  position: relative;
  padding-bottom: 16px;
  color: var(--dark-color);
  font-weight: 700;
  line-height: 1.5;
}

.pro_list_list .bg .left_title .t::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 2px;
  background-color: var(--main-color);
}

.pro_list_list .bg .icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width:100%;
}

.pro_list_list .bg .icon img {
  transition: all .6s;
}

.pro_list_list .bg .icon img:nth-child(2) {
  display: none;
}

.pro_list_list .bg .thumb {
  position: absolute;
  right: 0;
  top: 35px;
  width:70%;
  height: calc(100% - 70px);
}

.pro_list_list .bg .thumb i {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
}

.pro_list_list .more_b {
  display: flex;
}

.pro_list_list .more_b div {
  display: flex;
  position: relative;
  padding:10px 15px;
  margin-bottom: 40px;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid rgba(0, 0, 0, 0.20);

}

.pro_list_list .more_b span {
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--main-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: max-content;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.pro_list_list .more_b i {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/pro_jt_black.svg);
  background-repeat: no-repeat;
}

.pro_list_list a:hover .more_b div {
  transition: all 0.5s ease;
  border-color: var(--white-color);
  background-color: var(--white-color);
}

.pro_list_list a:hover .more_b i {
  background-image: url(../images/pro_jt_red.svg);
}

.pro_list_list a:hover .left_title .t {
  color: var(--white-color);
}

.pro_list_list a:hover .left_title .t::before {
  background-color: var(--white-color);
}

@media (min-width:768px) {
  .pro_list_list a:hover .more_b div {
      padding-left: 90px;
  }

  .pro_list_list a:hover .more_b span {
      opacity: 1;
  }

}

.pro_list_list .bg:hover:before {
  width: 100%;
}

.pro_list_list .bg:hover .icon img:nth-child(1) {
  display: none;
}

.pro_list_list .bg:hover .icon img:nth-child(2) {
  display: block;
}

.pro_list_list .bg:hover .thumb {
  background-image: url(../images/pro_list_r_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
}




@media (max-width:1365px) {
  .pro_list_list .bg {
      height: 340px;
  }

  .pro_list_list .bg .left_title {
      width: 40%;
  }
}

@media (max-width:1279px) {
  .pro_list_list .bg {
      height: 320px;
      padding: 30px;
  }

}

@media (max-width:1200px) {
  .pro_list_list .bg {
      height: 280px;
  }

  .pro_list_list .bg .thumb {
      width: 60%;
  }


}

@media (max-width:991px) {
  .pro_list_top_bg .top_cont .left {
      padding-right: 60px;
  }

  
}

@media (max-width:767px) {
  .pro_list_top_bg .top_cont {
      flex-wrap: wrap;
  }

  .pro_list_top_bg .top_cont .left {
      padding-right: 0;
      width: 100%;
  }

  .pro_list_top_bg .top_cont .right {
      width: 100%;
      padding-top: 20px;
      text-align: center;
  }

  .pro_list_top_bg .top_cont .left .line {
      margin-top: 26px;
      margin-bottom: 26px;
  }

  .pro_list_top_bg .top_cont .left .pro_list_more a {
      padding: 14px 20px;
      min-width: inherit;
  }

  .pro_list_top_bg .top_bottom {
     display: grid;
     gap: 20px;
    grid-template-columns: 1fr;
  }

  .pro_list_top_bg .top_bottom::before {
      width: 100%;
  }
  .pro_list_top_bg .top_bottom .left {
      padding-bottom: 10px;
 
  }

  .pro_list_list ul li {
      width: 100%;
  }


}

@media (max-width:540px) {
  .pro_list_list ul {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(1, 1fr);
    overflow: hidden;
}
  .pro_list_list ul li {
      width: 100%;
      padding: 10px 0px !important;
  }

  .pro_list_list .bg {
      height: 230px;
      padding: 20px;
  }

  .pro_list_list .more_b div {
      padding: 8px;
  }

  .pro_list_list .bg .left_title {
      width: 65%;
  }

  

}

/* * * * * *  产品与服务—————————产品分类 * * * * * * */
.proCategory {position: relative;    margin: 45px 0px;}
.itemhover {
  transition: all ease 0.3s;
  display: block;
}
.Scale-img {
  overflow: hidden;
  zoom: 1;
  overflow: hidden;
}
.imgbox{overflow:hidden;position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:35px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:100%; height:100%;object-fit: cover;}
.imgbox.auto img{ width:auto; height:auto;object-fit: contain;max-width: 100%;max-height: 100%;}

.proCategory ul{
  
  display: grid;
  gap: 25px ;
  grid-template-columns: repeat(3, 1fr);
 
}

.proCategory ul li a {
  display: block;
  height: 275px;
  background: #e3e4e7;
  box-shadow: 0 0 20px rgba(9,21,37,0.03);
  padding: 0.27rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #142233;
}
.proCategory ul li a:after{background: url(../images/pro_bg.jpg) no-repeat center center/cover;content: "";left: 50%;top: 50%;width: 150%;height: 150%;position: absolute;opacity: 0;transition: all 0.5s;transform: translate(-50%,-50%); filter: blur(30px);}
.proCategory ul li a:before{width: 20px;height: 20px;z-index: 15;right: 0;bottom: 0;content: "";border-right: 3px solid #e66930;border-bottom: 3px solid #e66930;position: absolute;transition: all 0.5s;}
.proCategory ul li .imgbox{width: 80%;height: 80%;z-index: 2;position: absolute;left: 10%;top: 0%;}
.proCategory ul li aside{position: absolute;z-index: 1;left: 0;bottom:35px;padding:0 25px;width: 100%;transition: all 0.5s;font-size: 20px;;}
.proCategory ul li .mores{position: absolute;right: -100%;bottom: 0;width: 50px;height: 50px;background: #e66930;z-index: 10;display: flex;align-items: center;justify-content: center;opacity: 0;transition: all 0.8s;}
.proCategory ul li .mores:before{display: inline-block;width: 17px;height: 8px;content: "";background: url(../images/arr_more_white.svg) right center no-repeat;}
.proCategory ul li:hover a:after{width: 100%;height: 100%;opacity: 1; filter: blur(0);}
.proCategory ul li:hover aside{bottom:25px; }
.proCategory ul li:hover .mores{right: 0;opacity: 1;}
.proCategory ul li:hover a:before{width: 0;height: 0;}



@media screen and (max-width:767px) {
.proCategory ul {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
}
}

/* * * * * *  产品与服务————————————————客户服务 * * * * * * * * */
.fuwu_list{width: 100%;position: relative; padding:0 0 5% 0px;}
.fuwu_list ul{
	width: 100%;
	display: flex;
	height:40vh;
	justify-content: space-between;
}

.fuwu_list ul li{
	width: 15%;
	height: 100%;
	position: relative;
	background:#fff url(../images/fuwu_bot.png) center bottom no-repeat;
	-webkit-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1);
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}

.fuwu_list ul li .icon{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 25px;
	top: 25px;
	background: url(../images/yhx_icon.png) no-repeat;
}
.fuwu_list ul li:nth-child(1) .icon{
	background-position: 0px -50px;
}
.fuwu_list ul li:nth-child(2) .icon{
	background-position: -50px -50px;
}

.fuwu_list ul li:nth-child(3) .icon{
	background-position: -100px -50px;
}

.fuwu_list ul li:nth-child(4) .icon{
	background-position: -150px -50px;
}

.fuwu_list ul li:nth-child(1).active .icon{
	background-position: 0px 0px;
}

.fuwu_list ul li:nth-child(2).active .icon{
	background-position: -50px 0px;
}

.fuwu_list ul li:nth-child(3).active .icon{
	background-position: -100px 0px;
}

.fuwu_list ul li:nth-child(4).active .icon{
	background-position: -150px 0px;
}

.fuwu_list ul li .name{
	width: calc(100% - 50px);
	height: auto;
	position: absolute;
	top: 50px;
	left: 25px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;color: #e66930;
}

.fuwu_list ul li .des{
	width: calc(100% - 50px);
	height: auto;
	position: absolute;
	left: 25px;
	top: 115px;
	opacity: 0;
	color: #fff;
	line-height: 2;
	font-size: 18px;
}

.fuwu_list ul li .name span{
	display: block;
}

.fuwu_list ul li .img{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 50%;
	opacity: 0;
	border-radius: 10px;
	overflow: hidden;
}

.fuwu_list ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fuwu_list ul li.active .icon{
	left: auto;
	right: 25px;
	top: 25px;
}
.fuwu_list ul li.active{
	width: 68%;
}

.fuwu_list ul li.active .words{
	opacity: 1;color: #FFF; opacity: 0.3;
}

.fuwu_list ul li.active .img{
	opacity: 1;
}

.fuwu_list ul li.active .name{
	top: 35px;
	line-height: 40px;
	color: #fff;
}

.fuwu_list ul li.active .name span{
	display: initial;
	padding: 0px 5px;
}

.mob_img{
	display: none;
}

.fuwu_list ul li.active{
	background: #e66930;
}

.fuwu_list ul li.active .des{
	opacity: 1;
}

.fuwu_list ul li .words{
	width: auto;
	position: absolute;
	left: 25px;
	bottom: 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	opacity: 0.6;
  color: #e66930;
	line-height: 1.2;
}

.fuwu_list ul li .info{
	height: auto;
	position: absolute;
	left: 25px;
	width: calc(50% - 50px);
	top: 85px;
	color: #fff;
	font-size: 14px;
}

.fuwu_list ul li .info .rows p{
	width: 100%;
	position: relative;

 font-size: 18px;  line-height: 1.75;  opacity: 0;}
.fuwu_list ul li .info .rows p a{ color: #fff;    font-size: 24px; line-height: 1.75;}


.fuwu_list ul li.active  .info .rows p{	opacity: 1;}



/*  */
.fuwu_list_box{ position: relative; padding: 5% 0px;}


@media screen and (max-width: 1200px){
.fuwu_list ul li.active, .fuwu_list ul li {
    width: 100%;
}
.fuwu_list ul{
  height: auto;
  flex-wrap: wrap;
}
.fuwu_list ul li .img{
  display: none;
}
.fuwu_list ul li.active,.fuwu_list ul li{
  width: 100%;
}
.fuwu_list ul li.active .words{
  opacity: 1;
}
.fuwu_list ul li .info{
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
}
.fuwu_list ul li .name{
  width: 100%;
  left: 0px;
  font-size: 7vw;
  position: relative;
  top: 0px;
  margin-bottom: 3vw;
}
.fuwu_list ul li.active .name{
  top: 0px;
}
.fuwu_list ul li .info .rows{
  flex-wrap: wrap;
}
.fuwu_list ul li .info .rows b,.fuwu_list ul li .info .rows p{
  width: 100%;
}
.fuwu_list ul li{
  padding: 10vw 5vw;
  
  color: #fff;
}
.fuwu_list ul li .words{
  display: none;
}
.fuwu_list ul li{
  margin-bottom: 5vw;
  padding: 5vw;
}
}

/*  产品与服务————————————————客户案例 */
.about_anli{ position: relative; overflow: hidden;}
.about_anli ul{display: grid;grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 15px;flex-wrap: wrap; align-items: center;  vertical-align: middle;   text-align: center;}
.about_anli ul li{ position: relative;border: 1px solid #feceb9;}
.about_anli ul li img{ border-radius: 5px;    max-width: 150px;}
.about_anli ul li img {
  height: 100px;      /* 统一高度 */
  width: auto;        /* 宽度自动，保持比例 */
    /* 避免图片超出父容器宽度（可选） */
  object-fit: contain;
}
.about_anli ul li .img { width: 100%;max-height: 250px; border-radius: 8px; overflow: hidden;}


.about_anli_box{ padding: 5% 0px; background:#f4f4f4;;}

@media screen and (max-width:768px){
  .about_anli ul{display: grid;grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 15px;flex-wrap: wrap; align-items: center;  vertical-align: middle;   text-align: center;}


}

/* * * * * *  产品与服务————————————————环保信息公开 * * * * * * * * */
.hbxxgl_list{position: relative; overflow: hidden; background: #F9F9F9; padding: 5% 0px;;}

.hjxxgk_box{ position: relative;    padding: 3% 0px;}
.hjxxgk_pic{       width: 100%; padding-left: calc(60% - 720px);}
.hjxxgk_pic  .t_e1k2picli img{  width: 100%; border-top-left-radius: 20px; border-bottom-left-radius: 20px;overflow: hidden}
.hjxxgk_box_list{ width: 80%;position: absolute; top:50%; transform: translateY(-50%);left:12%; z-index: 4;}
.hjxxgk_box_list ul{ margin: 20px 0px;; }
.hjxxgk_box_list ul li{ width: calc(50% - 10px); background: #fff; border-radius: 10px; padding: 35px; box-shadow: 0 12px 20px 5px rgba(6, 70, 124,0.08);margin: 20px 0px; }
.hjxxgk_box_list ul li:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both;}
.hjxxgk_box_list ul li:nth-child(2){ animation-duration: 0.8s; animation-fill-mode: both;}
.hjxxgk_box_list ul li:nth-child(3){  animation-duration: 1s; animation-fill-mode: both;}
.hjxxgk_box_list ul li:nth-child(4){ animation-duration:1s; animation-fill-mode: both;}

@media (max-width:540px) {
  .hjxxgk_pic {
    width: 100%;
   padding:15px;
    margin: 0 auto;
}
  .hjxxgk_box_list{  position: relative;  width: 100%;top: 0; transform: translateY(0); left:0;}
  .hjxxgk_box_list ul li {
    width:100%;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 12px 20px 5px rgba(6, 70, 124,0.08);
    margin: 10px 0px;
}

}


.hjxxgk_box_list ul li a{    display: flex;
  align-items: center;
  justify-content: center;}

.hjxxgk_box_list ul li a .item-icon1 img {
 
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;

  color: #008C3F;
  font-size: 24px;
  flex-shrink: 0;
  transition: 0.6s;border-radius:0px;
}
.hjxxgk_box_list ul li:hover {

  border-color: #008C3F;
  box-shadow: 0 6px 14px rgba(60, 110, 90, 0.1);transition: all .6s;
}

/* 环保信息公开列表 */
  .hbxxgl-items {
    display: grid;
    flex-direction: column;
    gap: 30px;    
}

/* 每个条目 */
.hbxxgl-item {
    background: #ffffff;
    border-radius: 20px;
    transition: all 0.25s ease;
    cursor: pointer;
    border: 1px solid transparent; /* 预留边框位置 */
 padding: 20px 20px 15px 10px;
    transition: all .6s;
    box-shadow: 0 12px 20px 5px rgba(6, 70, 124,0.08);
}

/* 悬停效果：背景变色，加绿色边框 */
.hbxxgl-item:hover {

    border-color: #008C3F;
    box-shadow: 0 6px 14px rgba(60, 110, 90, 0.1);transition: all .6s;
}

/* 条目主要内容行（图标+标题+右侧圆圈） */
.item-main  a{
    display: flex;
    align-items: flex-start;
    padding: 18px 24px;
}

/* 左侧图标区域 */
.item-icon {
    width: 48px;
    height: 48px;

    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #008C3F;
    font-size: 24px;
    flex-shrink: 0;
    transition: 0.6s;
}

.hbxxgl-item:hover .item-icon {
    background: #c9e3d8;
}

/* 中间标题区域 — 同时包裹标题和摘要（摘要默认隐藏） */
.item-content {
    flex: 1; width: 100%;   
     display: flex;
    flex-direction: column;margin-top: 5px;
}

.item-title {
    font-size:20px;
    font-weight: 550;
 
    line-height: 1.4;
    transition: color 0.2s;
}
.hbxxgl-item:hover  .item-title {color: #008C3F;  font-size:24px;    transition: 0.6s;}
/* 摘要文字 — 默认隐藏，悬停时显示 */
.item-summary {
    margin-top: 8px;
    font-size:18px;
  
    line-height: 1.5;
    display: none;
    max-width: 90%;
}

.hbxxgl-item:hover .item-summary {
    display: block;    
    transform: translateY(5px);
    transition: 0.6s;
    color: #008C3F;
}

/* 右侧圆圈（带箭头） */
.item-circle {
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1.5px solid #c6e0d6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008C3F;
    font-size: 20px;
    font-weight: 300;
    flex-shrink: 0;
    margin-left: 16px;
    transition: all 0.6s;
}


.hbxxgl-item:hover .item-circle {
    background:#008C3F;
    border-color: #008C3F;
    color: white;
    transform: scale(1.05);
}



/* 响应式 */
@media (max-width: 600px) {
    .culture-list-container { padding: 2rem 1.2rem; }
    .item-main { padding: 14px 16px; }
    .item-icon { width: 40px; height: 40px; font-size: 20px; margin-right: 14px; }
    .item-title { font-size: 1.1rem; }
    .item-circle { width: 38px; height: 38px; font-size: 18px; }
}


/* 新闻动态 */
.news_list_box{ position: relative; padding:3% 0px;;}
.news_list_box ul {
 
	display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
	flex-wrap: wrap;
  justify-content: flex-start;
}

.news_list_box ul li {


	margin-bottom: 25px;
	background: #f9f9f9;
}
.news_list_box ul li:nth-child(4n){ margin-right: 0px;;}
.news_list_box ul li a .thum .pic::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
}

.news_list_box ul li a:hover .thum .pic::before {
    animation: gradient-rectangle 1s 1;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.news_list_box ul li a .info::before, .news_list_box ul li a .info::before {
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0%;
    bottom: 0%;
    content: '';
    background:#bc0000;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.news_list_box ul li:hover a .info::before, .news_list_box ul li:hover a .info::before {
    width: 100%;
}

.news_list_box ul li a {
	display: flex;
	flex-wrap: wrap;
}
.news_list_box ul li a:hover{box-shadow: 0 0px 14px 0px rgb(181 179 179);}

.news_list_box ul li a .thum,
.news_list_box ul li a .info {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.news_list_box ul li a .thum .pic {
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all 1s;
}
.news_list_box ul li a .thum .pic img{ height: 265px; width: 100%;  border-top-left-radius: 8px; border-top-right-radius: 8px;}

.news_list_box ul li a .thum .pic::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
}

.news_list_box ul li a:hover .thum .pic::before {
	animation: gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.news_list_box ul li a:hover .pic {
	-webkit-transform: scale(1.1);
}

.news_list_box ul li a .info {
	background: #f9f9f9;
	padding: 15px;
}

.news_list_box ul li a .info .time {
	width: 100%;
	line-height: 1.6;
	opacity: .7;
	font-size: 16px;
	margin-bottom: 5px;
	position: relative;
}

.news_list_box ul li a .info .title {
	font-size: 20px;
	width: 100%;
	line-height: 1.6;
	font-weight: 500;
	min-height: 50px;
	position: relative;
}

.news_list_box ul li a .info .des {
	width: 100%;
	line-height: 1.7;
	opacity: .7;
	font-size: 14px;
	margin-bottom: 25px;
	min-height: 46px;
}
.multiLine2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.7;
}

/*  */
@media screen and (max-width: 768px) {
  .news_list_box {
    position: relative;
    padding: 0px;
}
  .news_list_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.news_list_box ul li {
  width: 100%;
  margin-right:0px;
  margin-bottom: 25px;
  background: #f9f9f9;
}
  .news_list_box ul li a .thum .pic img {
    height: 100%;
    max-height: 450px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
} 
}
@media screen and (max-width: 500px) {
  .news_list_box ul li a .thum .pic img {
    height: 100%;
    max-height: 220px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
}

/*行业动态 */

.news_list_box2{ position: relative; padding: 5% 0px;}
.news_list_box2 ul {
	display:grid; gap: 20px; grid-template-columns: repeat(2, 1fr);
	flex-wrap: wrap;
  justify-content: space-between;
}
.news_list_box2 ul li{

  border-radius:10px;
  background:#f9f9f9;
  overflow: hidden;
  margin-bottom:25px;

}
.news_list_box2 ul li a{   
   display: grid; grid-template-columns: 44% auto;
  flex-flow: row wrap;}

.news_list_box2 li .img {    overflow: hidden;position: relative;
  
    height: 100%;
}
.news_list_box2 li .img img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s;
}
.news_list_box2 li a:hover .img img {
  transform: scale(1.1);
}
.news_list_box2 li .text {
  overflow: hidden;
  padding:25px 20px 20px;
}
.news_list_box2 li .text .tit2 {font-size: 20px;
  line-height: 35px;;
  margin-bottom: 25px;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.news_list_box2 li .text p{ font-size: 18px;    color: #808080;
  line-height: 28px;height: 56px;margin-bottom:15px;
  overflow: hidden;}
.news_list_box2 .f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.news_list_box2  li .text .more {font-size: 16px;
  width: 120px;
 padding:10px 15px;

  border-radius:25px;
  overflow: hidden;
  color: #666;
  margin-right:0px;
  position: relative;
  transition: all .5s;

  text-align: center;
  border:1px solid #e66930;
  transition: all .5s;
}
/* .news_list_box2  li   .text .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border:1px solid #e66930;
  transition: all .5s;
} */
.news_list_box2  li a:hover .text .tit2 {
  color: #e66930;
}
.news_list_box2  li a:hover .text .more {
  background: #e66930;
  color: #fff;
}
@media (max-width: 768px) {
  .news_list_box ul {
    display: grid;
    gap: 20px;
    grid-template-columns:repeat(2, 1fr);
}
  .news_list_box2 ul {
    display: grid;
    gap: 20px;
    grid-template-columns:repeat(2, 1fr);
    flex-wrap: wrap;
    justify-content: space-between;
}
  .news_list_box2 ul li {   
    display: grid; 
   flex-flow: row wrap;}
 
  .news_list_box2 ul li a{   
    display: grid; grid-template-columns: 1fr;
   flex-flow: row wrap;}
 
}
@media (max-width: 500px) {
  .news_list_box ul {
    display: grid;
    gap: 20px;
    grid-template-columns:repeat(1, 1fr);
}
  .news_list_box2 ul {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    flex-wrap: wrap;
    justify-content: space-between;
}
  .news_list_box2 ul li {   
    display: grid; 
   flex-flow: row wrap;}
 
  .news_list_box2 ul li a{   
    display: grid; grid-template-columns: 1fr;
   flex-flow: row wrap;}
 
}




/* 联系我们 */
.mt0{  margin-top: 0px !important;;}
.mb0{  margin-bottom: 0px !important;;}
.contact_box1{ padding:3% 0px 0;}

.contact_box1 .map_box { position: relative;height:600px;max-height: 600px; }
.contact_box1 .map_main{width:100%;height:100%;overflow:hidden;}
.contact_box1 .map_box .map{ height: 100%; overflow:hidden;}
.contact_box1 .map_box .map img{max-width: none;}
.contact_box1 .map_box .con{ position: absolute; top: 15%; left:15%; background:#1a2229d4; border: 1px solid #002b4a; border-radius: 20px; color: #fff; }
.contact_box1 .map_box .con dl{ padding: 40px; }
.contact_box1 .map_box .con dt{ font-size: 28px; margin-bottom: 20px; color: #FFF; }
.contact_box1 .map_box .con dd{ font-size:18px; margin-top: 10px;color: #FFF;}
.contact_box1 .map_box .con dd a{ font-size: 18px; margin-top: 10px;color: #FFF;}

.contact_box2{padding:3% 0px ;   width: 100%; background: url(../images/hrXq_bg.png); background-repeat: no-repeat;background-size: cover;position: relative;}
.map_class { width: 100%; height: 500px; overflow: hidden;border: 0px;  position: relative;
}

/* 联系我们----联系方式 */
.contact_us01{  background:#e15a29; padding: 50px 0px;}
.pro_kf_box ul{display: grid;gap: 20px;grid-template-columns: repeat(2, 1fr);}
.pro_kf_box .en{ font-size: 50px; font-family: Impact; line-height: 1; margin-bottom: 10px; color: #ffffff; text-transform: uppercase;}
.pro_kf_box .cn { font-size: 30px; color: #ffffff;font-weight: bold;}
.pro_kf_box a{color: #ffffff;}

.lianxi_box1_list{ display: grid;gap:20px;grid-template-columns: repeat(2, 1fr); justify-content: space-between;}
.xx_box_l_bottom { background-color: #f6f6f6;
  padding: 23px 30px;
}
.xx_box_l_bottom li{margin-top:35px; padding-bottom:35px; position:relative; border-bottom:1px solid #dedede;}

.xx_box_l_bottom li:last-child{border-bottom:0;}

.xx_box_l_bottom li .tit{font-size:24px; line-height:1; font-weight: bold; margin-bottom:20px;}

.xx_box_l_bottom li .words>div{line-height:30px;}

.xx_box_l_bottom li .words .icon{width:25px; height:25px; margin-right:5px; display:inline-block; vertical-align:middle;}

.xx_box_l_bottom li .words .t01 .icon{background:url(../images/contact_us01_icon03.png) no-repeat center/cover;}

.xx_box_l_bottom li .words .c01 .icon{background:url(../images/contact_us01_icon04.png) no-repeat center/cover;}

.xx_box_l_bottom li .more_{margin-left:120px; line-height:35px; color:#e90012; cursor:pointer;}
.xx_box_l_bottom li .more_ .jt{width:22px; height:6px; background:url(../images/contact_us01_jt.png) no-repeat center/cover; display:inline-block; vertical-align:middle; margin-left:.1rem;}

@media (max-width: 767px){
  .contact_box1 .map_box .con dl {
    padding: 15px;
}
  .contact_box1 .map_box .con {
    position: absolute;
    top: 15%;
    left: 0%;
    background: #1a2229d4;
    border: 1px solid #002b4a;
    border-radius: 20px;
    color: #fff;
}
.contact_us01 {
  background: #e15a29;
  padding: 30px 0px;
}
  .pro_kf_box ul {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}
.pro_kf_box .en {
  font-size: 20px;
  font-family: Impact;
  line-height: 1;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
}
.pro_kf_box .cn {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
}
/* 联系我们----人才招聘 */
.recruitment-list {
  margin: 5% 0px;;
        border-radius: 8px;
    
  
        display: grid;
        gap: 40px 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .section-title {
        font-size: 24px;
        color: #002b4a;
        border-left: 6px solid #e60012;
        padding-left: 15px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .job-item {
      border: 1px solid #e5e8ed;
        padding: 45px 30px;
        transition: background-color 0.2s;
        position: relative; /* 方便隐藏元素定位，不影响布局 */
        border-radius: 5px;
        background: #fff;
        background-image: url(../images/hrXqItem.png) ;background-repeat: no-repeat;
        background-size: contain;
        background-position: right top;
    }
    .job-item:hover {
    
        background-color: #f9fafc;    box-shadow: 0 0 15px rgba(73,106,149,0.3);
    }
    .job-header {
        min-height: 100px;
        align-items: flex-start;
        cursor: pointer;
        padding:0 20px;
        display: grid;
        gap: 20px;
       grid-template-columns: 1fr ;
    }
    .job-title {
        font-size:20px;
       
      
        margin: 0;
        display: grid;
        gap: 20px;
        grid-template-columns: auto 180px;
        align-items: center;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 10px;;
   
    }
    .job-title  h3{text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
width: 100%;
-webkit-line-clamp: 1;}
    .job-title span {
        color: #e60012;
    
        font-size: 14px;
        margin-left: 15px;
        background-color: #ffeeee;
        padding: 2px 8px;
        border-radius: 12px;
    }
    .job-title time {
        color: #999;
        font-size: 16px;text-align: right;
       
    }
    .job-location {
      
        font-size: 16px;    line-height: 1.75;
    }
  
    /* 隐藏的详情容器，每个职位专属 */
    .job-detail-hidden {
        display: none;
    }
    .talent-section {
        background: white;
        border-radius: 8px;
        padding: 40px 30px;
        background-image: linear-gradient(rgba(0,43,74,0.02), rgba(0,43,74,0.05));
        border: 1px solid #d9e1e8;
    }
    .talent-title {
        font-size: 28px;
        color: #002b4a;
        text-align: center;
        margin-bottom: 15px;
    }
    .talent-desc {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
        color: #444;
        font-size: 16px;
    }
   
    /* 弹窗样式 */
    .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s ease, visibility 0.2s;
    }
    .modal-overlay.active {
        visibility: visible;
        opacity: 1;
    }
    .modal-content {
        background-color: white;
        width: 90%;
        max-width:1000px;
        border-radius: 8px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.2);
        transform: scale(0.9);
        transition: transform 0.2s ease;
    }
    .modal-overlay.active .modal-content {
        transform: scale(1);
    }
    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 24px;
        border-bottom: 1px solid #eaeef2;
        background-color: #e66930;
        border-radius: 8px 8px 0 0;
    }
    .modal-header h3 {
        margin: 0;
        font-size: 20px;
        color: #002b4a;
    }
    .close-btn {
        background: none;
        border: none;
        font-size: 22px;
        cursor: pointer;
        color: #FFF;
        font-weight: bold;
        padding: 0 5px;
        transition: color 0.2s;
    }
    .close-btn:hover {
        color: #e60012;
    }
    .modal-body {
        padding: 24px;
       height: 500px;
        overflow-y: auto;
    }
    .job-detail-item {
        margin-bottom: 16px;
    }

    .job-detail-item strong {
        display: block;
     
        margin: 15px 0px;
        font-size: 18px; 
    }
    .job-detail-item p, .job-detail-item ul {
        margin: 0;
        line-height: 1.75;
        font-size:18px; 
        padding-left: 10px;
    }
    .job-detail-item li {
        margin-bottom: 4px;    line-height: 1.75;
    }
    hr {
        border: none;
        border-top: 1px dashed #ccc;
        margin: 20px 0;
    }

    .job-detail_tex{  line-height: 1.75; font-size: 18px;}
    .job-detail_tex strong{ font-size: 18px; line-height: 1.75;}
    @media (max-width: 767px){

      .recruitment-list {
        margin: 5% 0px;
        border-radius: 8px;
        display: grid;
        gap: 20px 20px;
        grid-template-columns:1fr; 
    }
    .job-item {
      border: 1px solid #e5e8ed;
      padding: 25px 0px;
      transition: background-color 0.2s;
      position: relative;
      border-radius: 5px;
     
  }
    }
/* 联系我们——在线留言 */
.text-center {
  text-align: center!important;
}
.btn{ padding:15px 40px;    font-size: 16px;}
.btn-primary {cursor: pointer;
  color: #fff;
  background-color:   #e66930;;
  border:1px solid #e64800;
  border-radius: 5px;;
}
.liuyan{ padding:3% 0px;  width: 100%;
position: relative;}
.liuyan .ul{display: flex;flex-wrap: wrap;}

.liuyan .ul .li{width: 47.5%;margin-right: 5%;border: 1px solid #e5e5e5;background: #fbfbfb;display: flex;margin-bottom: 40px;border-radius: 4px;}

.liuyan .ul .li:nth-child(2n){margin-right: 0;}

.liuyan .ul .li  .li_img{width: 50px;height: 50px;border-right: 1px solid #e5e5e5;}

.liuyan .ul .li input{width: calc(100% - 50px);outline: none;border: none;background: none;padding-left: 20px;font-size: 16px;}


.liuyan .ul .li textarea{border: none;outline: none;padding-left: 30px;line-height: 50px;background: none;resize: none;font-size: 16px;}

.liuyan .ul .lis{width: 100%;height: 300px;margin-right: 0;}


input::-webkit-input-placeholder{
    color:#666666;
    font-size:16px;
    line-height: 50px;
}
input:-moz-placeholder {
    color:#666666;
    font-size:16px;
    line-height: 50px;
}
input::-moz-placeholder {
    color:#666666;
    font-size:16px;
    line-height: 50px;
}
input:-ms-input-placeholder {
    color:#666666;
    font-size:16px;
    line-height: 50px;
}
textarea::-webkit-input-placeholder{
    color:#666666;
    font-size:16px;
    line-height: 50px;
}
textarea:-moz-placeholder {
    color:#666666;
    font-size:16px;
    line-height: 50px;
}
textarea::-moz-placeholder {
    color:#666666;
    font-size:16px;
    line-height: 50px;
}
textarea:-ms-input-placeholder {
    color:#666666;
    font-size:16px;
    line-height: 50px;
}




/*  */


/*内容页样式 */

.content-details {
  padding: 30px 0px 40px;
  background: #f7f7f7;
  background-size: contain;
}

.content-details .con {
  position: relative;
  padding: 40px 20px;
  background-color: #FFF;
  box-shadow: #000;

}

.content-details .con .news-center .title {
  padding-bottom:20px;
  border-bottom: 1px solid #e3e3e3;
}
.content-details .con .news-center .title h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}.content-details .con .news-center .title .brief {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-size: 16px;

}
.content-details .con .news-center .title .brief h3 {
  margin-right: 1rem;
}
.content-details .con .news-center .text {
  margin-top:25px;
}
.content-details .con .news-center .text p {
  font-size:20px;
 
  text-align: justify;
  /* margin-top: 1.5rem; */
  line-height: 1.8;
}
.content-details .con .news-center .text img {
  max-width: 100%;
  margin:20px auto;
   display: block;
}


.content-details .con .news-bottom {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  
}
.content-details .con .news-bottom .left {

  width: 46.5%;
  background: #f4f4f4;
  padding: 0 20px;
 

}.content-details .con .news-bottom .left a {
  display: block;

}
.content-details .con .news-bottom .left a .prev {
  float: left;

  line-height: 5rem;
  font-size: 18px;
  color: #777;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}.content-details .con .news-bottom .left a h2 {
  float: right;
  width: 80%;
  text-align: right;
  line-height: 5rem;
  font-size:18px;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content-details .con .news-bottom .left:hover a .prev {
  color: #e66930;
}.content-details .con .news-bottom .left:hover a .prev span {
  color: #e66930;
}.content-details .con .news-bottom .left a .prev span {

  color: #666;
  margin-right:6px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content-details .con .news-bottom .left:hover a h2 {
  color: #e66930;
}
.content-details .con .news-bottom .middle {

  width: 7%;
  /* height: 50px; */
  background: #e66930;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  padding: 10px;
  text-align: center;
}
.content-details .con .news-bottom .middle a {
  display: block;
}
.content-details .con .news-bottom .middle img{ width: 40px; display: block; margin: 10px auto;}
.content-details .con .news-bottom .right {
 
  width: 46.5%;
  background: #f4f4f4;
  padding: 0 20px;
}
.content-details .con .news-bottom .right a {
  display: block;
}
.content-details .con .news-bottom .right a .next {
  float: right;
  line-height: 5rem;
  font-size: 18px;
  color: #777;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content-details .con .news-bottom .right a h2 {
  float: left;
  width: 80%;
  line-height: 5rem;
  font-size:18px;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.content-details .con .news-bottom .right:hover a h2 {
  color: #e66930;
}
.content-details .con .news-bottom .right:hover a .next {
  color: #e66930;
}


/**/

@media (max-width: 768px){
  .newBot_item {
      width: 100%;
      margin-right: 0 !important;
      padding: 20px;
      height: auto;
  }
  .newBot_item .newBot_img {
      padding-top: 60%;
  }
  .newBot_item .newBot_text {
      padding-top: 10px;
  }
  .newBot_item .newBot_text p {
      height: 0;
      margin-bottom: 0;
  }
  .newBot_item .newBot_text span {
      margin: 10px 0;
      line-height: 1.6;
      font-size: 16px;
      height: 66px;
  }

  /*  */
  .content-details .con .news-bottom .left {
      width: 44%;
  }
  .content-details .con .news-bottom .left a h2 {
      display: none;
  }
  .content-details .con .news-bottom .middle {
      width: 12%;
      height: auto;
      padding: 0px;
  }.content-details .con .news-bottom .middle img {
      width: 22px;
      display: block;
      margin:30px auto;
  }
  .content-details .con .news-bottom .right a h2 {
      display: none;
  }
}
@media (max-width: 414px){
.newBot_item {
  width: 100%;
  margin-right: 0 !important;
}
}















/* 产品详情*/
.pro_top{ display:grid; gap: 20px;  margin-top: 30px; grid-template-columns: 47.5% 50%; }
.magnifier{ background:#eeeeee}


/* proviewbox */

.proviewbox{z-index:5; width: 100%;}
.probigshow{position:relative;width:620px;padding:1px;border:1px solid #ddd;overflow:hidden}
.probigshow .span_showtip{position:absolute;top:0px;left:0px;width:81px;height:81px; text-indent:-999em;overflow:hidden;}
.probigshow .showtip_1{background-position:0 0;}
.probigshow .showtip_2{background-position:0 -81px;}
.probigshow a.a_probigshow{cursor:crosshair;}
.zoomplepopup{position:absolute;top:0px;left:0px;display:none;background: #fff;border:1px solid #e9493d;overflow:hidden;opacity: 0.5;filter: alpha(opacity = 50);z-index:10;cursor:crosshair;/*	height:50px;width:50px;*/}


/* 产品内容轮播 */

.cpnr_top { border: 1px solid #dedede;}

.cpnr_top,
.cpnr_thumbs {
    width: 100%;
    box-sizing: border-box;
}

.cpnr_thumbs {
    margin-top: 10px;
    padding: 0 25px;
    
}

.cpny_per,
.cpny_next {
    height: 100%;
    width: 15px;
    line-height: 63px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color:#FFFFFF;
    font-size: 18px;
    cursor: pointer;z-index: 9999;
}

.cpny_next.swiper-button-disabled,
.cpny_per.swiper-button-disabled {
  color:#FFFFFF;
  background: #CB3435;
}

.cpny_per {
    left: 0;    background: #CB3435;
}

.cpny_next {
    right: 0;    background: #CB3435;
}

.cpnr_thumbs .cpnr_thumbsslide {
    border: 1px solid #dedede;
}

.cpnr_topslide img,
.cpnr_thumbsslide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cpnr_thumbsslide img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
}
.swiper-button-next,
.swiper-button-prev {
    background-color: #0066FF;
}

.cpnr_thumbsslide.swiper-slide-thumb-active {
    border: 1px solid #e66930;
}
.magnifier{ background:#eeeeee}

/* prodbaseinfo_a */

.prodbaseinfo_a{ z-index:1;}
.h2_prodtitle{    font-size: 40px;
  font-style: normal;	color: #333;border-bottom:1px solid #f5f5f5;padding:2px 0 10px;line-height:1.75; }
.h3_prodtitle p{color: #e66930;  margin: 15px 0px;   font-size:30px; font-weight:bold}
.h3_prodtitle{font-size:18px; line-height: 1.75; font-weight: normal;}
.ul_prodinfos{margin: 10px auto; padding:10px 30px ;overflow:hidden;zoom:1;background:#fffafa url(../images/hrXqItem.png) no-repeat right 10px;; border: 1px solid #dedede; border-radius: 10px;;margin:25px auto;}
.ul_prodinfos li{font-size:18px; line-height: 1.75;margin:15px auto; }
.ul_contact{ margin:15px 0px;}
.propar{ display: flex; justify-content: space-between;}
.propar a { background: #333;  color: #fff; padding: 8px 25px;display: block;
    width: 37%;
    text-align: center;}
.propar a:first-child {background:#e66930;}

.propar .line {font-weight: normal; text-decoration: line-through;}

/*产品下面切换*/
.pro_bottom{ margin:40px 0px;}
.tabcontent {display: none;padding:0px ;  }
.tabcontent img{ margin: 20px auto; text-align: center; display: block;}
.tabcontent h3{ display:block; clear:both;}
.tabs{  border-bottom: 1px solid #e66930;  }
.tabs ul{display: grid; gap: 30px; grid-template-columns:repeat(2, 1fr);; justify-content:center;}
.tabs li { background-color: inherit; border: none; outline: none;cursor: pointer;padding:15px 25px;transition: 0.3s;background-color: #f3f3f3;}
.tabs li h3{  font-size: 24px;  text-align: center;}
.tabs li:hover {}

.tabs li.active { background-color: #e66930;color: #fff;}


.cpnav {background: #e9edf0; margin: 20px 0;}

.cpnav span { background: #e66930; line-height: 31px; padding:6px 20px;  font-size: 14px; color: #fff;}

.cpnav_about { margin-top: 15px;   border-bottom: 1px solid #e66930;display: flex; justify-content: space-between; align-items: center; vertical-align: middle;}
.cpnav_about span { background: #e66930;  padding:5px 10px;  font-size: 14px; color: #fff;}
.cpnav_about a{ font-size: 14px; color: #e66930;;}




.xukuang {border:1px #ccc solid;padding: 10px; position:relative; overflow:hidden;}
.xukuang img{max-width:100%; width:370px; margin:10px auto; text-align:center; display:block;  object-fit: cover; }

/* 表格属性 */
.table_sx table { border:1px solid #999;}
.table_sx table tr { height: 30px;}
.table_sx table tr:nth-child(2n){ background-color:#e6e7e9 ;}
.table_sx table tr td { padding: 0 10px;}
.table_sx table tr td:first-child{ width:20%;}

.cp {
    margin-top: 20px;
	position:relative;overflow: hidden;
}

.cptab {
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    background: #e66930;
}

/* 导航按钮样式 */
        .swiper-button-next, .swiper-button-prev {
            background-color: #ffffff;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        
        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 1.2rem;
            color: #3498db;
            font-weight: 800;
        }
        
        .swiper-button-next:hover, .swiper-button-prev:hover {
            background-color: #ffffff;
            transform: scale(1.1);
        }
        
        .swiper-button-next:hover:after, .swiper-button-prev:hover:after {
            color: white;
        }
        
        /* 分页指示器样式 */
        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #bdc3c7;
            opacity: 1;
            transition: all 0.3s ease;
        }
        
        .swiper-pagination-bullet-active {
            background-color: #3498db;
            transform: scale(1.3);
        }
		
/* Swiper容器样式 */
.mySwiper { margin:0px 0px;}
        .swiper {
            width: 100%;
           
          /*  padding: 30px 0 60px;*/
        }
        
        /* 产品卡片样式 */
        .product-card {
            background:#212121;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            /*height: 420px;*/
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            position: relative;
        }
        
        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }
        
        .product-image {
   /*    height: 150px;*/
            overflow: hidden;
            background: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .product-card:hover .product-image img {
            transform: scale(1.05);
        }
        
       
        
        .product-content {
            padding: 10px 15px;
            height: calc(100% - 200px);
            display: flex;
            flex-direction: column;
        }
        
        .product-title {
        font-size:14px;
            font-weight: 500;
            
        
            line-height: 1.3;
        }

	
 /* 响应式设计 */
        @media (max-width: 992px) {
            .swiper {
                height: 480px;
            }
            
            .product-card {
                height: 400px;
            }
            
            .product-image {
                height: 180px;
            }
        }
        
        @media (max-width: 768px) {
        
            h1 {
                font-size: 2.2rem;
            }
            
            .swiper {
                height: 450px;
                padding: 20px 0 50px;
            }
            
            .product-card {
                height: 380px;
            }
            
            .product-content {
                padding: 20px;
            }
            
            .product-title {
                font-size: 1.3rem;
            }
        }
        
        @media (max-width: 576px) {
         
            .swiper {
                height: 420px;
            }
            
            .product-card {
                height: 350px;
            }
            
            .product-image {
                height: 150px;
            }
            
            .product-content {
                padding: 15px;
            }
            
            .product-title {
                font-size: 1.2rem;
            }
            
            .product-description {
                font-size: 0.9rem;
            }
            
          
        }
		
		
/*配件 卡片样式 */
.peijianSwiper { margin:0px auto;} 
        .product-card-pj {
            background: #FFF;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
            /*height: 420px;*/
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            position: relative;
			border:1px solid #DDD;
        }
        
        .product-card-pj:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }
        
        .product-pj-image {
        /*    height: 200px;*/
            overflow: hidden;
            background: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
        .product-pj-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .product-card-pj:hover .product-image img {
            transform: scale(1.05);
        }
        
       
        
        .product-pj-content {
            padding:5px 15px;
            height: calc(100% - 200px);
            display: flex;
            flex-direction: column;    background: #e9edf0;
        }
        
        .product-pj-title {font-weight: 500;line-height: 1.3; }		
		
/* 产品联系 */
.pr-lianxi { margin: 20px 10px; display: block; padding-bottom: 10px !important; border-bottom: 1px solid #f1f1f1; font-size: 14px; color: #999;}

.pr-lianxi a {color: #999;}

.pr-lianxi span { font-size: 16px; font-weight: bold; color: #e66930; display: block;}		
	
.pr-lianxi-text dl{ display: flex;justify-content:flex-start ;margin-bottom: 10px; align-items: center;}	
.pr-lianxi-text dl dt{padding-right: 10px; border-right: 1px solid #707070;}
.pr-lianxi-text dl dd{ font-size:14px; padding-left: 20px;; }	
.pr-lianxi-text dl dd p{ text-align: left; font-weight: 700;color: #e66930;}

@media (max-width: 768px) {
  .pro_top {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
}
.proviewbox {
  z-index: 5;
  width: 100%;
}
.cpnr_topslide img{


  margin: 0 auto;

  object-fit: cover;
  display: block;
}
 .cpnr_thumbsslide img {
  width: 100px;
   height:65px;
   object-fit: contain;
   display: block;
 }

}