* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: '微软雅黑';
}


.w1480 {
  max-width: 1280px;
}

.Centerw1480 {
  max-width: 1500px;
}

#pop-up a {
  /* color: #BE0022; */
  color: #ffffff;
  text-decoration: underline;
}

.pos-box {
  position: relative;
}

.pos img {
  height: 14px;
  object-fit: cover;
  position: absolute;
  right: -23px;
  top: 4px;
  image-rendering: -webkit-optimize-contrast;
}

input {
  outline: none;
}

.noscroll {
  height: 100%;
  overflow: hidden;
}

.pwsRed {
  color: #be0022;
  width: 100%;
  text-align: left !important;
  margin-top: 10px !important;
  font-size: 13px;
  margin: 0 auto;
  /* min-height: 17px; */
}

/* ul li {
  list-style: none;
} */
#popUp {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  opacity: 0.5;
}

#pop-up {
  min-width: 300px !important;
  width: fit-content;
  padding: 20px !important;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: none;
  min-height: 20px;
  z-index: 9999999;
  border-radius: 10px;
  white-space: normal;
  box-sizing: border-box;
}

.top {
  position: fixed;
  right: 0;
  top: 10%;
}

.bottomShow {
  display: none;
}

/*.to-top {*/
/*  display: none;*/
/*  width: 48px;*/
/*  !* height: 400px; *!*/
/*  line-height: 1em;*/
/*  font-size: 12px;*/
/*  position: fixed;*/
/*  right: -1px;*/
/*  z-index: 9999;*/
/*  padding: 8px 5px;*/
/*  top: 600px;*/
/*  border: 1px solid rgba(183, 183, 183, 0.8100);*/
/*  cursor: pointer;*/
/*  opacity: 1;*/
/*  background: #FFFFFF;*/
/*  justify-content: center;*/
/*  flex-direction: column;*/
/*  text-align: center;*/
/*  color: #BA0021;*/
/*}*/

/*.to-top img {*/
/*  width: 70%;*/
/*  margin: 0 auto;*/
/*}*/

.more {
  width: 48px;
  /* height: 400px; */
  line-height: 1em;
  font-size: 12px;
  /* border-radius: 40px 0px 0px 40px; */
  /* line-height: 50px; */
  /* clip: rect(0px 40px 113px 0px); */
  /*writing-mode: tb-rl;*/
  position: absolute;
  right: 72px;
  z-index: 9999;
  padding: 8px 5px;
  top: 35%;
  /*border: 1px solid rgba(183, 183, 183, 0.8100);*/
  cursor: pointer;
  opacity: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-sizing: content-box;
  /* background: #F6F5F6; */
}
/*首页顶部用户下拉框*/
.boxsdf {
  left: 70%;
  top: 4%;
  border-radius: 15px;
  box-shadow: 0px 6px 18px 0px rgba(195, 195, 195, 0.5600);
  position: absolute; /* 使下拉框浮动 */
  background-color: white; /* 背景色 */
  border: 1px solid #ccc; /* 边框 */
  z-index: 100; /* 确保在上层 */
}
.con-flex{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
/*下拉框结束*/
.more img {
  /*width: 74%;*/
  width: 100%;
  margin: 0 auto 8px;
}

.slide-fixed {
  position: fixed;
  right: -73px;
  z-index: 9999;
  top: 36%;
  width: 72px;
  /* height: 453px; */
  background: #FFFFFF !important;
  border: 1px solid rgba(183, 183, 183, 0.8100);
  /* opacity: 0.5; */
  border-right: none;
  margin-left: 50px;
  color: #BE0022;
}

.sidebar .sidebar_one div a {
  /* color: #626262; */
  color: #626262;
  line-height: 1em;
}

.sidebar div a {
  color: rgb(98, 98, 98);
  font-size: 12px;
  display: block;
}

.sidebar .sidebar_one {
  width: 75px;
  /* height: 27px; */
  font-size: 14px;
  font-weight: 500;
  color: #626262;
  word-wrap: break-word;
  text-align: center;
  margin: 16px auto;
}

.sidebar .sidebar_two {
  /* width: 96px; */
  font-size: 14px;
  font-weight: 500;
  color: #626262;
  word-wrap: break-word;
  text-align: center;
  margin: 16px auto;
}

.sidebar .sidebar_three {
  /* width: 88px; */
  font-size: 14px;
  font-weight: 500;
  color: #626262;
  word-wrap: break-word;
  text-align: center;
  margin: 16px auto;
}

.sidebar .sidebar_three div:nth-child(1) {
  background-color: #EDEDED;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 74px;
}

.sidebar .sidebar_three div:nth-child(1) img,
.sidebar .sidebar_four div:nth-child(1) img {
  width: 30px;
  object-fit: cover;
  height: 30px;
}

.sidebar .sidebar_four {
  display: none;
  width: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #626262;
  word-wrap: break-word;
  text-align: center;
  margin: 16px auto;
}

.sidebar .sidebar_four div:nth-child(1) {
  background-color: #EDEDED;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 70px;
}

.sidebar .sidebar_two div:nth-child(1) {
  /* background-color: #EDEDED; */
  width: 50px;
  height: 50px;
  text-align: center;
  /* border-radius: 50%; */
  margin: 0 auto;
}

.sidebar .sidebar_one div:nth-child(1) {
  /* background-color: #EDEDED; */
  width: 50px;
  height: 50px;
  text-align: center;
  /* border-radius: 50%; */
  margin: 0 auto;
}

.sidebar .sidebar_one div:nth-child(1) img,
.sidebar .sidebar_two div:nth-child(1) img {
  width: 30px;
  height: 30px;
  padding: 12px 0;
}

.box {
  position: relative;
  box-shadow: 0px 6px 18px 0px rgba(195, 195, 195, 0.5600);
  position: absolute;
  top: 104%;
  left: -35%;
  border-radius: 15px;
  z-index: 9999;
  display: none;
}

.con {
  width: 310px;
  /* height: 180px; */
  padding-bottom: 30px;
  background: #FFFFFF;
  border-radius: 15px;
  padding-top: 8px;
  /* padding-right: 10px; */

}

.icons .box {
  /* left: -16%; */
  left: -11%;
}

.icons .con {
  /* width: 194px; */
  width: 140px;
}

.loginPop {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 99;
}

.con p:nth-child(1) {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.con p:nth-child(2),
.con p:nth-child(3) {
  text-align: center;
}

.con .button1 button {
  width: 270px;
  height: 36px;
  background: #BE0022;
  border-radius: 18px;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.con .button1 button a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
}

.con .button2 button a {
  color: #BE0022;
  line-height: 36px;
  display: inline-block;
  width: 100%;
  height: 36px;
}

.con .button2 button {
  width: 270px;
  height: 36px;
  border: 1px solid #BE0022;
  border-radius: 18px;
  cursor: pointer;
  background: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}

.con-ret {
  border: 10px solid transparent;
  border-bottom-color: #fff;
  /* background: #FFFFFF; */
  /* box-shadow: 0px 6px 18px 0px rgba(195,195,195,0.5600); */
  position: absolute;
  z-index: 999;
  left: 45%;
  top: -20px;
}


.relation-right div {
  line-height: 16px;
}

.relation-right div.icon3:hover div:nth-child(2) {
  color: #BE0022;
}

.relation-right div.icon3 .beforeImg,
.relation-right div.icon2 .beforeImg,
.relation-right div.icon1 .beforeImg,
.relation-right div.us .beforeImg {
  display: inline-block;
}

.relation-right div.icon3 .activeImg,
.relation-right div.icon2 .activeImg,
.relation-right div.icon1 .activeImg,
.relation-right div.us .activeImg {
  display: none;
}

.relation-right div.icon3:hover .beforeImg,
.relation-right div.icon2:hover .beforeImg,
.relation-right div.icon1:hover .beforeImg,
.relation-right div.us:hover .beforeImg {
  display: none;
}

.relation-right div.icon3:hover .activeImg,
.relation-right div.icon2:hover .activeImg,
.relation-right div.icon1:hover .activeImg,
.relation-right div.us:hover .activeImg {
  display: inline-block;
}

.relation-right div.icon2:hover a,
.relation-right div.icon1:hover a,
.relation-right div.us:hover a {
  color: #BE0022 !important;
}


.relation {
  /* width: 1200px; */
  width: 100%;
  margin: 5px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 43px;
  margin-bottom: 0px;
}

.relation .relation-left {
  display: flex;
  align-items: center;
}

.relation .relation-left .left-flex {
  display: flex;
}

.relation .relation-left .left-flex p {
  padding-right: 25px;
  /* color: #333; */
  color: #BE0022;
  font-size: 12px;
  font-weight: 600;
}

.relation .relation-right {
  font-size: 14px;
  color: #111;
  display: flex;
  align-items: stretch;
  position: relative;
  font-weight: 600;
}

.relation .relation-right .icon3,
.relation .relation-right .icons {
  display: flex;
  align-items: center;
}

.relation .relation-right .icon3 {
  cursor: pointer;
  align-items: flex-end;
}

.relation .relation-right .icon3 img {
  /* display: block; */
  height: 30px;
}

.relation .relation-right .icons .name-cont {
  padding-left: 10px;
  color: #333;
}

.relation .relation-right .icon3>div:nth-child(2) {
  /* width: 56px; */
  padding-left: 8px;
  line-height: 16px;
}

.relation .relation-right .icon2,
.relation .relation-right .icon1 {
  width: 67px;
  text-align: center;
  padding-left: 0px;

}

.relation .relation-right .icon1 a {
  color: #111;
}

.relation .relation-right .con .con-flex {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

.relation .relation-right .con .con-flex a {
  color: #333;
  font-size: 14px;
}

.relation .relation-right .con .con-flex img {
  padding-right: 10px;
}

.relation .relation-right .con .logout {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  background: rgba(13, 29, 118, 0.3000);
  border-radius: 0px 0px 16px 16px !important;
}

.relation .relation-right .con .logout a {
  color: #0D1D76;
}

.relation .relation-right .con .logout button {
  width: 100%;
  /* width: 310px; */
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0px 0px 16px 16px;
  border-radius: none;
  background: rgba(13, 29, 118, 0.3000);
  box-shadow: 0px 6px 18px 0px rgba(195, 195, 195, 0.5600);
  border: none;
  color: #0D1D76;
}

.relation .relation-right .us {
  margin-left: 20px;
}

.relation .relation-right .us a {
  color: #111;
  text-align: center;
}

.file-uploads {
  display: none;
  width: 50px;
  height: 50px;
}

.avatar-img {
  overflow: hidden;
  width: 41px;
  height: 41px;
  background: #DDDDDD;
  border-radius: 50%;
  position: relative;
}

.avatar-img .img {

  text-align: center;
  /* line-height: 0px; */
  /* padding-top: 10px; */
  z-index: 9999;
  height: 100%;
  /* vertical-align: middle; */
}

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

.avatar-img .wrap {
  position: absolute;
  bottom: -5px;
  left: 4%;
  width: 94px;
  border-radius: 100%;
  overflow: hidden;
  height: 92px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.search {
  /* width: 1200px; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.search .logo img {
  width: 90%;
  /* width: 60%; */
  height: 58px;
  object-fit: contain;
  /* image-rendering: -webkit-optimize-contrast; */
}

.search .searchs {
  display: flex;
  width: 650px;
  height: 46px;
  background: #FFFFFF;
  /* border: 2px solid rgba(255, 132, 0, 0.8000); */
  /* border-radius: 8px 5px 5px 5px; */
}

.search .searchs .inp {
  font-size: 16px;
  width: 600px;
  border: 2px solid rgba(255, 132, 0, 0.8000);
  border-radius: 8px 0 0 8px;
  padding-left: 55px;
  background: url(/index_static/img/Search.png) no-repeat left center;
  background-position: 15px;
}

.search .searchs button {
  font-size: 16px;
  width: 120px;
  border: none;
  height: 46px;
  background: #FF8400;
  border-radius: 0px 8px 8px 0px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: bolder;
}

.search .searchs button a {
  color: #fff;
}

.solid {
  width: 100%;
  background: #DFDFDF;
  height: 1px;
  margin: 5px 0 5px 0;
}


.nav .paddingLeft {
  margin-right: 85px !important;
}

/* .nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 3px;
  padding-right: 16px;
} */
.nav {
  display: flex;
  justify-content: left;
  /* width: 1200px; */
  width: 100%;
  margin: 0 auto;
  /* overflow-x: auto;
  white-space: nowrap; */
  padding-bottom: 3px;
  /* padding-right: 16px; */
}

.nav .home {
  width: 34px;
  margin-left: 60px;
}

.nav .navListO {
  width: calc(100% - 130px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 45px;
  overflow: hidden;
  transition: all 0.2s ease-in;
}

.nav .down {
  line-height: 45px;
}

.nav .down img {
  width: 25px;
  animation: jumpBoxHandler 1.8s infinite;
}


@keyframes jumpBoxHandler {

  /* css事件 */
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, 10px);
    /* 可配置跳动方向 */
  }

  100% {
    transform: translate(0px, 0px);
  }
}

/* .nav .navListO:hover {
  height: auto;
} */

/* .nav::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #f1f1f1;
}

.nav::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.nav::-webkit-scrollbar-track-piece {
  background-color: #fff;
} */

.nav .pos {
  margin-right: 73px;
}

.nav .pos:last-child {
  margin-right: 0px;
}

.nav .navListO div {
  text-transform: uppercase;
  padding: 12px 0;
  height: 21px;
}

.nav .navListO div a,
.nav .home a {
  color: #111;
  font-weight: bolder;
}

.nav .navListO div:hover a {
  color: #BE0022;
}

.nav .navListO div:hover:after {
  content: '';
  height: 3px;
  width: 100%;
  background-color: #BE0022;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav div a {
  color: #111;
  font-weight: bolder;
}

.active {
  position: relative;
  /* padding: 10px 0 */
}

.nav .active>a {
  color: #BE0022;
}

.active:after {
  /* color: #BE0022; */

  content: '';
  height: 3px;
  width: 100%;
  background-color: #BE0022;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav .active .index_col {
  color: #BE0022;
}

.nav a:hover {
  color: #BE0022;
}

.nav .pos {
  font-size: 16px;
  position: relative;
  padding: 10px 0;
}

.nav .pos:last-child .bottom {
  position: absolute;
  left: -155px;
}

.nav .bottom {
  /* padding-top: 15px; */
  /* border: 1px solid red; */
  position: absolute;
  left: 0;
  z-index: 9999999;
  display: none;
}

.nav .bottom .b {
  /* border: 1px solid blue; */
  width: 252px;
  /* height: 128px; */
  box-shadow: 0px 6px 18px 0px rgba(195, 195, 195, 0.5600);
  border-radius: 5px;
  background: #FFFFFF;
  /* padding: 15px 0; */
}

/* .nav .bottoms p{
  background: #FFFFFF;
  padding: 3px 0;
  z-index: 9999;
} */
.nav .bottom p {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}

/* .nav .bottom span{
  text-align: right;
  display: inline-block;
} */
#box {
  background-color: #FFFFFF;
  height: 100%;
}

.advertising {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 0;
  display: none;
}

.advertising img {
  object-fit: cover;
  width: 100%;
  height: 128px;
}

.banner {
  background-color: rgb(255, 255, 255);
  width: 100%;
  box-sizing: border-box;
  height: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 10px;
  margin: 0px auto;

}

.list-banner .banner>a {
  display: block;
  width: 100%;
}

.banner .ban_nav {
  width: 242px;
  min-width:242px;
  /*width: 16.5%;*/
  /* text-transform: uppercase; */
  /* position: relative; */

}

@keyframes Animation {
  0% {
    transform: translateX(50%);
    /* transform: translateX(200px); */
  }

  100% {
    transform: translateX(-100%);
  }
}

.history,
.searchList {
  width: 615px;
  /* height: 260px; */
  background: #FFFFFF;
  box-shadow: 0px 6px 18px 0px rgba(195, 195, 195, 0.5600);
  border-radius: 5px;
  position: absolute;
  z-index: 9999;
  /* bottom: 0; */
  top: 90%;
  right: 0px;
  display: none;
  padding: 20px;
}

.searchList {
  height: 200px;
  overflow-y: auto;
}

.searchList::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #BE0022;
}

.searchList::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.searchList::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

.searchList .item {
  line-height: 28px;
}

.searchList .item a {
  color: #333333;
}


.history .history-flex {
  /* padding: 0 15px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.history .history-two {
  display: flex;
  align-items: center;
  margin-top: 15px;
  flex-wrap: wrap;
}

.history .history-two div a,
.history .history-three div a {
  color: #666;
}

.history .history-two div a {
  border: 1px solid #666;
  border-radius: 18px;
  padding: 5px 10px;
  font-size: 14px;
}

.history .history-two div {
  margin-bottom: 20px;
  margin-right: 20px;
}

.history .history-three div {
  margin-right: 20px;
}

.history .history-three div a {
  border: 1px solid #666;
  padding: 5px 10px;
  border-radius: 18px;
  font-size: 14px;
}

.history .history-three {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.history .history-two div a:hover,
.history .history-three div a:hover {
  color: #BE0022;
  border: 1px solid #BE0022;
}

/* .history .history-pop {
  padding-top: 20px;
} */

.history .his-act a {
  color: #BE0022;
  border: 1px solid #BE0022;
}

.banner .ban_nav {
  overflow: hidden;
}

.banner .ban_nav .ban_flex {
  cursor: pointer;
  /* z-index: 1; */
  overflow-y: scroll;
  /* height: 518px; */
  /* height: 420px; */
  height: 420px;
  direction: rtl;
}

.banner .ban_nav .ban_flex::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.banner .ban_nav .ban_flex::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #BE0022
}

.banner .ban_nav .ban_flex::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

.banner .ban_nav .ban_flex .a {
  display: flex;
  align-items: center;
  direction: ltr;
  justify-content: space-between;
  /* position: relative; */
  padding: 6px 17px;
}

.banner .ban_nav .ban_flex .z-indexs {
  z-index: 999;
  line-height: 13px;
}

.banner .ban_nav .ban_flex .a a {
  color: #111;
  font-size: 13px;
}

/*
.banner .ban_nav .ban_flex .a a:hover {
  color: #BE0022;
} */
.addclass {
  /* width: 210px; */
  /* height: 30px; */
  background: #FFFFFF;
  box-shadow: 0px 1px 7px 0px rgba(193, 193, 193, 0.5100);
  /* border-radius: 0px 10px 10px 0px; */
}

/* .banner .ban_nav .ban_flex .nav-pos{
  position: absolute;
  left: 246px;
  top: 10px;
  background: #FFFFFF;
  box-shadow: 0px 1px 7px 0px rgba(193, 193, 193, 0.5100);
  border-radius: 0px 10px 10px 0px;
  z-index: 999;
  width: 589px;
  height: 390px;
} */
.ban_width .swiper {
  height: 470px;
}

.banner .ban_nav .ban_flex .nav_box {
  position: absolute;
  left: 240px;
  /*left: 16.5%;*/
  top: 1.95%;
  background: #FFFFFF;
  box-shadow: 0px 1px 7px 0px rgba(193, 193, 193, 0.5100);
  border-radius: 0px 10px 10px 0px;
  z-index: 999;
  /* width: 770px; */
  /*width: 1237px;*/
  width: 63.8%;
  height: 472px;
  overflow-y: scroll;
  display: none;
}

.banner .ban_nav .ban_flex .nav_box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.banner .ban_nav .ban_flex .nav_box::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #BA0021
}

.banner .ban_nav .ban_flex .nav_box::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

.banner .ban_nav .ban_flex .nav_box .nav_title {
  padding: 15px 20px;
  padding-bottom: 0;
}

.banner .ban_nav .ban_flex .nav_box .nav_title:last-child {
  padding-bottom: 15px;
}

.banner .ban_nav .ban_flex .nav_box .nav_title a:hover {
  color: #BE0022;
}

.banner .ban_nav .ban_flex .nav_box .nav_title a img {
  vertical-align: middle;
  margin-left: 5px;
  /* transform: rotate(180deg); */
  width: 15px;
  height: 15px;
}

.banner .ban_nav .ban_flex .nav_box .nav_title a {
  color: #111;
  font-size: 14px;
  font-weight: bold;
}


.banner .ban_nav .ban_flex .nav_box .nav_title .title_ciji p {
  padding-top: 10px;
  line-height: 1.6em;

}

.banner .ban_nav .ban_flex .nav_box .nav_title .title_ciji {
  /* display: flex; */
  font-size: 14px;
  /* display: none; */
  /* width: 100%; */
}

/*
.banner .ban_nav .ban_flex .nav_box .nav_title:hover .title_ciji {
  display: block;
} */

.banner .ban_nav .ban_flex .nav_box .nav_title .title_ciji a {
  color: #626262;
  font-size: 12px !important;
  font-weight: 400 !important;
}



.banner .ban_width {
  width: 81.5%;
  min-width: 81.5%;
  height: auto;
  position: relative;
}

.banner .ban_width .swiper-button-prevs {
  position: absolute;
  left: 30px;
  top: 45%;
  z-index: 99;
}

.banner .ban_width .swiper-slide div img {
  /* width: 944px; */
  width: 100%;
  height: 470px;
  object-fit: fill;
}

/*.swiper-backface-hidden*/
.banner .ban_width .swiper-slide div video {
  width: 100%;
  /* height: 470px; */
  height: 470px;
}

/*隐藏视频所有控件*/
.swiper-slide video::-webkit-media-controls-enclosure {
  display: none;
}


.banner .ban_width .swiper-button-nexts {
  position: absolute;
  right: 30px;
  top: 45%;
  z-index: 99;
}

.banner .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.banner .swiper-pagination-bullet {
  border: 1px solid #fff !important;
  background: none;
  opacity: 1 !important;
}

.Notice {
  /* width: 1200px; */
  width: 100%;
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.broadcast {
  width: calc(100% - 160px);
  /* margin: 15px auto; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* overflow: hidden; */
}

.broadcast img {
  /* width: 80%; */
  width: 22px;
  height: 22px;
}

.broadcast .over {
  overflow: hidden;
  /* width: 1000px; */
  width: calc(100% - 30px);
}

.Notice .broadcastmore {
  color: #666;
  font-size: 14px;
  text-align: right;
  padding-left: 40px;
  font-weight: bolder;

}

.Notice .broadcastmore a {
  color: inherit;
}

.broadcast .animation {
  animation: Animation 50s linear infinite;
}

.broadcast .animation div {
  width: max-content;
  font-size: 14px;
  margin-right: 30px;
  color: #BE0022;
  font-weight: bolder;
}

.broadcast .animation div a {
  color: inherit;
}

/* .broadcast .animation div:nth-child(1) {
  width: 150px;
} */

.broadcast div {
  display: flex;
  align-items: center;
}

.broadcast div span {
  padding-right: 5px;
}

/* 鼠标经过暂停动画 */
.broadcast:hover .animation {
  animation-play-state: paused;
}

.broadcast:hover .animation div:hover {
  color: #333333;
}

.hot {
  /* width: 1180px; */
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
}

.hot .hot_flex {
  /*  display: flex;
  align-items: center;
  justify-content: space-between; */
  display: grid;
  /* grid-template-columns：repeat(4, 1fr); */
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  /* padding: 10px; */
}

.hot .hot_flex div {
  width: 100%;
}

.hot .hot_flex div img {
  width: 100%;
  /* height: 165px; */
  /* height: 166px; */
  height: 205px;
  object-fit: cover;
}

/* .option{
  margin-bottom: 3000px;
} */
.content {
  /* width: 1200px; */
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.content form {
  position: relative;
  bottom: 60px;
  left: 0%;
}

.content .cont-opt {
  display: flex;
  padding: 5px 0;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.content .cont-opt .acts {
  color: #BE0022;
  border: 1px solid #BE0022;
}

.content .cont-opt div {
  cursor: pointer;
  font-weight: 500;
  /*margin: 20px 30px 20px 0;*/
  margin-top: 20px;
  margin-right: 30px;
  border-radius: 18px;
  color: #666;
  padding: 0 15px;
  border: 1px solid #C4C4C4;
}

.content .cont_width {
  width: 387px;
  margin-bottom: 20px;

}

.content .cont_flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.content .cont_width .cont-img {
  font-size: 0;
  width: 100%;
}

.content .cont_width .cont-img img {
  width: 386px;
  height: 238px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;

}

.content .cont_width .cont-back {
  width: 386px;
  height: 160px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 0px 0px 10px 10px;
}


.content .cont_width .cont-back p:nth-child(1) {
  /* width: 349px; */
  height: 46px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  margin: 10px;
  /* padding: 15px 0px 15px 10px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* line-height: 28px; */
}

.content .cont_width .cont-back p:nth-child(2) {
  font-size: 14px;
  /* font-family: Source Han Sans CN; */
  /* width: 348px; */
  font-weight: 400;
  padding: 0 10px;
  color: #666666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.content .cont_width .cont-back p:nth-child(3) {
  /* width: 72px; */
  /* height: 11px; */
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  /* line-height: 24px; */
  padding: 15px 0px 15px 10px;
}

.content input,
textarea {
  outline: none;
  border: none;
  font-family: "微软雅黑";
}

textarea {
  resize: none;
}

.content .form {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.content .btn {
  text-align: center;
  margin-top: 30px;
}

.content .cont-banner {
  margin-top: 25px;
}

.content .btn button {
  width: 200px;
  height: 46px;
  background: #BE0022;
  border-radius: 23px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  /* margin-top: 50px; */
}

.content .form input {
  margin-left: 30px;
  padding-left: 20px;
  width: 278px;
  height: 60px;
  background: #FFFFFF;
  /* font-size: 16px; */
  box-shadow: 0px 4px 11px 0px rgba(145, 166, 205, 0.2500);
  font-size: 15px;
}


.content .textarea {
  display: flex;
  /* font-size: 50px; */
  justify-content: center;
  margin-left: 29px;
}

.content textarea {
  /* margin: 0 auto; */
  /* text-align: center; */
  width: 923px;
  height: 200px;
  font-size: 16px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 4px 11px 0px rgba(145, 166, 205, 0.2500);
}

.paging {
  /* height: 100px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 30px 0; */
  /* padding: 30px 0 50px 0; */
}

.paging div img {
  margin-top: 12px;
}

.paging {
  display: flex;
  justify-content: center;
}

.paging .pagesIndexs {
  width: 140px;
  overflow: hidden;
  /*height: 37px;*/
  /* border: 1px #00f solid; */
}

.paging div.page_content {
  display: flex;
  justify-content: left;
}

.paging div.next,
.paging div.previous,
.paging div.page_content div {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  /*margin-left: 20px;*/
  margin: 0 2px;
  cursor: pointer;
}

.paging div.page_content div {
  display: inline-block;
}

.paging div a {
  color: #999;
}

.paging div.page_content .page-active {
  /*width: 35px;*/
  height: auto;
  background-color: #BA0021;
  color: #fff;
}

.option {
  display: flex;
  justify-content: center;
  /* padding: 10px; */

  /* width: 1180px; */
  width: 100%;
  margin: 0 auto;
  /*border-bottom: 1px solid #DFDFDF;*/
  padding: 0px 10px 0 10px;
  margin-top:20px;

}

.option div {
  /* margin-left: 50px; */
  font-size: 20px;
  margin-right: 35px;
  margin-left: 40px;
  padding: 10px;
  text-transform: uppercase;
  color: #666;
  cursor: pointer;
  /* padding-bottom: 10px; */
  font-weight: bolder;
}

.option .act {
  /* border-bottom: 3px solid #0D1D76; */
  /* color: #111; */
  color: #BE0022;
  border-bottom: 3px solid #BE0022;
}

.option div:hover {
  /* border-bottom: 3px solid #0D1D76;
  color: #111 */
  color: #BE0022;
  border-bottom: 3px solid #BE0022;
}

.love {
  /* width: 1200px; */
  width: 100%;
  margin: 20px auto;
  /* display: flex;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;

}

.love .love_left {
  /* width: 584px; */
  width: 100%;
  min-height: 249px;
  background: #FFFFFF;
  border-radius: 10px;
}

.love .love_right {
  /* width: 584px; */
  width: 100%;
  min-height: 249px;
  background: #FFFFFF;
  border-radius: 10px;
}

.love .love_left .love_flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  width: 100%;
  margin-left: 15px;
}

.love .love_left .love_flex p:nth-child(1) {
  text-transform: uppercase;
  font-size: 20px;
  /*font-weight: 500;*/
  font-weight: bolder;
}

.love .love_left .love_flex p:nth-child(2),
.love .love_right .love_flex p:nth-child(2) {
  /* text-transform: uppercase; */
  font-size: 12px;
  /* width: 491px; */
  /* font-weight: 500; */
  color: #626262;
}

.love .love_left .love_flex .love-left,
.love .love_right .love_flex .love-left {
  padding-left: 10px;
}

.love .love_left .love_dl {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 16px;
  padding: 5px;

}

.love .love_left .love_dl dl,
.love .love_right .love_dl dl {
  /* margin-left: 5px; */
  text-align: center;
  /* width: 188px; */
  width: 100%;
}

.love .love_left .love_dl dl dd {
  padding-top: 5px;
  text-overflow: ellipsis;
  width: 157px;
  overflow: hidden;
  margin: 0 auto;
  white-space: nowrap;
}


.love .love_right .love_flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  width: 100%;
  margin-left: 15px;
}

.love_flex img,
.selected_width>img,
.new_flex>img {
  width: 36px;
}

.love .love_left .love_flex p:nth-child(1),
.love .love_right .love_flex p:nth-child(1) {
  text-transform: uppercase;
  font-size: 20px;
  /*font-weight: 500;*/
  font-weight: bolder;
}

.love .love_left .love_flex p:nth-child(2) {
  /* text-transform: uppercase; */
  font-size: 12px;
  width: 491px;
  /* font-weight: 500; */
  color: #626262;
}

.love .love_left .love_flex .love-left,
.selected_width>p,
.new_flex>p {
  padding-left: 10px;
}

.love .love_right .love_dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  padding: 5px;
}

.love .love_right .love_dl dl {
  /* margin-left: 5px; */
  text-align: center;
  width: 100%;
}

/* .love .love_right .love_dl dl:first-child,
.love .love_left .love_dl dl:first-child {
  margin-left: 0;
} */

.love .love_right .love_dl dl dd,
.love .love_left .love_dl dl dd {
  padding-top: 5px;
  font-size: 13px;
  color: #626262;
  text-overflow: ellipsis;
  width: 157px;
  overflow: hidden;
  margin: 0 auto;
  white-space: nowrap;
}

.love .love_right .love_dl dl dd.money,
.love .love_left .love_dl dl dd.money {
  font-weight: bold;
  margin-top: 5px;
  font-size: 14px;
  color: #BE0022;
  text-align: left;
}

.love .love_right .love_dl dl p.pro_type,
.love .love_left .love_dl dl p.pro_type {
  text-align: left;
  width: calc(100% - 40px) !important;
  height: 32px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}


.love .love_right .love_dl dl .bold,
.love .love_left .love_dl dl .bold {
  font-weight: bold;
  font-size: 14px;
  /* max-width: 157px; */
  max-width: 90%;
  width: fit-content;
  text-align: left;
}


.new-energy {
  /* width: 1200px; */
  width: 100%;
  margin: 0 auto 20px;
}

.new-energy .new_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.new-energy .new_flex p {
  text-transform: uppercase;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  white-space: nowrap;
}


/* .swiper-pointer-events {
  width: 100%;
  height: 518px;
} */

.new-energy .new_flex div {
  /*width: 70%;*/
  flex: 1;
  margin-left: 75px;
  height: 6px;
  background: #DFDFDF;
  border-radius: 3px;
}

.new-energy .new_cont {
  background: url(/index_static/img/new.png) no-repeat left center;
  background-size: 100% 100%;
  width: 320px;
  height: 300px;
}

.new-energy .new_back {
  background: url(/index_static/img/raw.png) no-repeat left center;
  background-size: 100% 100%;
  width: 320px;
  height: 300px;
}

.new-energy .new_cont a {
  width: 140px;
  color: #000;
  display: block;
  height: 44px;
  background: #FFFFFF;
  border-radius: 22px;
  border: none;
  font-size: 16px;
  margin-top: 230px;
  text-align: center;
  line-height: 44px;
  margin-left: 30px;
}

.new-energy .new_width {
  /* width: 299px; */
  width: 100%;
  border-right: 1px solid #dfdfdf;
  min-height: 150px;
  height: 100%;
  position: relative;
  border-bottom: 1px solid #DFDFDF;
}

.new-energy .new_width>div:nth-child(1) {
  font-size: 16px;
  /* font-family: Source Han Sans CN; */
  font-weight: bold;
  padding: 10px 0 0 10px;
}

.new-energy .new_width div.flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 10px;
  box-sizing: border-box;
}

.new-energy .new_width div.flex .left {
  width: calc(100% - 80px);
}

.new-energy .new_width div.img {
  /* text-align: right; */
  /* position: absolute;
  right: 10px;
  bottom: 5px; */
  /* text-align: right; */
  /* padding-left: 10px; */
  box-sizing: border-box;
}

/* .new-energy .new_width .pro_type {
  padding-left: 10px;
} */

.new-energy a .new_width>div:nth-child(1) {
  color: #111;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /* width: 265px; */
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.new-energy a .new_width div.money {
  font-size: 10px;
  font-weight: 500;
  color: #626262;
  /* padding-left: 10px; */
  font-weight: bold;
  margin-top: 5px;
  font-size: 14px;
  color: #BE0022;
  text-align: left;
}

.new-energy .new_width div:nth-child(3) {
  /* text-align: right; */
  /* position: absolute;
  right: 10px;
  bottom: 5px; */
  /* text-align: right; */
  padding: 4px 10px;
  box-sizing: border-box;
}




.new-energy .cont-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* border: 1px solid red; */
}

.new-energy .cont-flex .new_width img {
  /* border: 1px solid red; */
  /* width: 5px;
  height: 5px; */
  height: 70px;
  /* width: 70px; */
  max-width: 70px;
clip：rect(10px 10px 10px 10px)
}

.cont-flex .new-energy .cont-bor {
  border-bottom: 1px solid #DFDFDF;
}

.new-energy .newEnergy {
  display: flex;
  /* align-items: center; */
  background-color: #fff;

}

.new-energy .newEnergy .a1 {
  width: 100%;
}

.new-energy .bor_none {
  border-right: none;
}

.selected {
  /* width: 1200px; */
  width: 100%;
  margin: 0 auto;
}

.selected .selected_width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20px; */
  margin: 20px 0;
}

.selected .selected_width p {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #111111;
}

.selected .selected_width div {
  /*width: 909px;*/
  flex: 1;
  margin-left: 75px;
  height: 6px;
  background: #DFDFDF;
  border-radius: 3px;
}

.love .love_left .love_flex p:nth-child(1),
.love .love_right .love_flex p:nth-child(1),
.new-energy .new_flex p,
.selected .selected_width p {
  font-weight: bolder;
}

.selected .selected_cont {
  display: grid;
  /* grid-template-columns: repeat(5, 1fr); */
  grid-template-columns: repeat(4, 303px);
  /* grid-column-gap: 10px; */
  justify-content: space-between;
}

/* .selected .selected_cont .sel-back div{
  text-align: center;
} */
.selected .selected_cont .sel-back {
  background-color: #fff;
  /* width: 275px; */
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  margin-top: 10px;
  /* height: 259px; */
}

.selected .selected_cont .sel-back:nth-child(-n + 5) {
  margin-top: 11px;
}


.selected .selected_cont .sel-back .img-center {
  text-align: center;
  margin: 20px 20px 0px 20px;
}

.selected .selected_cont .sel-back img {
  width: 230px;
  height: 230px;
  /* margin-bottom: 15px; */
  object-fit: cover;
  margin: auto;
}

.selected .selected_cont .sel-back .money {
  font-size: 20px;
  font-weight: bold;
  color: #111111;
  margin-top: 5px;
  font-size: 14px;
  color: #BE0022;
  height: 19px;
}

.selected .selected_cont .sel-back .tit {
  font-size: 14px;
  color: #191919;
  font-weight: bold;
  padding: 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding-bottom: 4px;
}

.selected .selected_cont .sel-back .tit,
.product .product-box .product-tit,
.new-energy a .new_width>div:nth-child(1),
.love .love_right .love_dl dl .bold,
.love .love_left .love_dl dl .bold {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  min-height: 38px;
}

.selected .selected_cont .sel-back .tit:hover,
.product .product-box .product-tit:hover,
.new-energy a .new_width>div:nth-child(1):hover,
.love .love_right .love_dl dl .bold:hover,
.love .love_left .love_dl dl .bold:hover {
  overflow: visible;
  white-space: normal;
  display: block;
}

.selected .selected_cont .sel-back .sel-flex {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999;
  padding-bottom: 3px;
}

.selected .selected_cont .sel-back .sel-flex .sel-num {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 122px;
}

.foot1 {
  background: #303030;
  padding: 20px 0;
}

#footer_nav {
  /* width: 1200px; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* padding: 70px 0; */
  padding: 25px 0;
}

#footer_nav .footer_left {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#footer_nav .footer_left .footer_one .footer_tit {
  font-size: 15px;
  /* line-height: 60px; */
  color: #fff;
  font-weight: bold;
}

#footer_nav .footer_left .footer_one .footer_tit a {
  color: inherit;
}

#footer_nav .footer_left .footer_one {
  /* width: 16%; */
  width: fit-content;
}

#footer_nav .footer_left .footer_cot ul {
  font-size: 12px;
  padding-top: 10px;
}

#footer_nav .footer_left .footer_cot ul a {
  color: #FFFFFF;
  text-transform: capitalize;
}

#footer_nav .footer_left .footer_cot ul li {
  line-height: 2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 180px;
  color: #FFFFFF;
}

/* #footer_nav .footer_left .footer_cot ul li:hover {
  text-overflow: clip;
  white-space: normal;
} */

#footer_nav .footer_left .footer_one .share {
  max-width: 80%;
  display: flex;
  justify-content: flex-start;
  /* margin: 0 auto; */
  margin-top: 20px;
  position: relative;
  flex-wrap: wrap;
}

#footer_nav .footer_left .footer_one .share span {
  cursor: pointer;
  width: 21%;
}

#footer_nav .footer_left .footer_one .share span:nth-child(n+5) {
  margin-top: 4px;
}

#footer_nav .footer_left .footer_one .share img {
  width: 24px;
  height: 24px;
  display: block;
  /* margin: 0 auto; */
}

#footer_nav .footer_left .footer_one .share>div.code {
  width: 120px;
  height: 120px;
  background: #f00;
  position: absolute;
  bottom: 130%;
  right: 50%;
  display: none;
}

#footer_nav .footer_left .footer_one .share>div.code img {
  width: 100%;
  height: 100%;
}

#footer_nav .footer_right {
  width: 19%;
  padding-right:10px;
}

#footer_nav .footer_one .moblie {
  font-size: 18px;
  font-weight: bold;
  color:#FFFFFF;
  /* text-align: center; */
}

#footer_nav .footer_one .time {
  /* text-align: center; */
  font-size: 13px;
  color: #FFFFFF;
  padding: 2px 0;
}

#footer_nav .footer_one .title {
  font-size: 13px;
  /* text-align: center; */
  color: #FFFFFF;
  width: 220px;
  /* margin: 0 auto; */
}

#footer_nav .footer_right .right_flex {
  display: flex;
  justify-content: space-between;
  /* padding-top: 5px; */
}

#footer_nav .footer_right .right_flex img {
  width: 100px;
  height: 100px;
}

#footer_nav .footer_right .right_flex img {
  width: 100px;
  height: 100px;
}

#footer_nav .footer_right .right_flex dl dd {
  font-size: 11px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  width: 100px;
  text-align: center;
}

#footer {
  background: #252525;
  padding: 20px 0;
  padding-bottom: 0;
  /* margin-top: 5px; */
}

#footer .flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer p {
  text-align: center;
  width: fit-content;
  color: #FFFFFF;
}

#footer span {
  padding: 0 10px;
  color: #FFFFFF;
}

#footer p:nth-child(1),
#footer p:nth-child(3) {
  font-size: 12px;
  color:#FFFFFF;
  font-weight: 400;
  line-height: 30px;
}

#footer p.red {
  /* color: #EF3E4F; */
  /* font-weight: bold; */
  font-size: 12px;
  line-height: 30px;
}

#footer p.red a {
  color: #FFFFFF;
}



#slide img {
  width: 35px;
  height: 35px;
  padding-right: 20px;
}

.cont-boxs {
  margin: 0 auto;
}

.cont-boxs .contents {
  background-color: #fff;
  border: 1px solid #DFDFDF;
  /* width: 1150px; */
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 25px;
}

/* .cont-boxs:not(:first-child) {
  display: none;
} */
/* .cont-two,
.cont-three {
  display: none;
} */

.cont-boxs .contents h3 {
  text-transform: uppercase;
  font-size: 20px;
}

.cont-boxs .contents .platform-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  text-align: center;
}

.cont-boxs .contents .platform-flex .platform-title span {
  font-size: 36px;
  color: #0D1D76;
  font-weight: bold;
}

.cont-boxs .contents .platform-flex .platform-title p:nth-child(2) {
  padding-top: 5px;
}

.cont-boxs .contents .cont-title {
  font-size: 18px;
  line-height: 2em;
  /* width: 1124px; */
}

.cont-boxs .contents .video {
  text-align: center;
  position: relative;
  /*height: 314px;*/
  /* height: 600px; */
}

.cont-boxs .contents .video video {
  margin-top: 10px;
  width: 100%;
  height: 314px;
  /* height: 600px; */
  /* height: 400px; */
  object-fit: cover;
  position: relative;
}

.cont-boxs .contents .video .bofang {
  position: absolute;
  left: 49%;
  top: 50%;
  z-index: 9999;
}

.cont-boxs .contents .video .bofang img {
  width: 58px;
  height: 58px;
  object-fit: cover;
}

.cont-boxs .contents .cont-img {
  text-align: center;
  padding: 15px 0;
}

/* .cont-boxs .contents .cont-h3 {
  padding: 50px 0 0 0;
} */

.cont-boxs .contents .dl-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cont-boxs .contents .dl-flex dl {
  text-align: center;
  margin-top: 40px;
}

.cont-boxs .contents .dl-flex dl img {
  width: 350px;
  /* height: 220px; */
}

.cont-boxs .contents .dl-flex dl dd {
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
}

.uploadFileName {
  width: 400px;
  height: 30px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  /* pointer-events: none; */
}

.uploadFileName:hover {
  background: #FAFAFA;
}

.uploadFileName span {
  display: block;
  width: 360px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.uploadFileName::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/index_static/img/lianjie.png");
  background-size: cover;
}

.uploadFileName::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/index_static/img/guan.png");
  background-size: cover;
  cursor: pointer;
  /* pointer-events: auto; */
}


.love_dl img {
  width: 100%;
  /* height: 95px; */
  height: 170px;
  object-fit: cover;
}



/* 鼠标经过商品图片放大1.1倍 */
.hot .hot_flex div,
.new-energy .cont-flex .new_width div:last-child,
.selected .selected_cont .sel-back .img-center,
.love_dl dt,
.product .product-box .product-list-img {
  overflow: hidden;
}

.hot .hot_flex div img,
.new-energy .cont-flex .new_width img,
.selected .selected_cont .sel-back img,
.love_dl img,
.product .product-box .product-list-img img {
  transition: transform .5s ease-out;
}

.hot .hot_flex div img:hover,
.new-energy .cont-flex .new_width img:hover,
.selected .selected_cont .sel-back img:hover,
.love_dl img:hover,
.product .product-box .product-list-img img:hover {
  transform: scale(1.1);
}



/* 标签 */
.flexB {
  /* margin: 6px 0px; */
  margin-top: 0px;
}

.pro_type {
  /* margin: 6px 0px; */
}

.pro_type span {
  display: inline-block;
  width: auto;
  border: 1px solid #BE0022;
  padding: 2px 4px;
  font-size: 8px;
  border-radius: 4px;
  margin-top: 8px;
}


.pro_type span.back {
  border: none;
  background: #BE0022;
  color: #fff;
}

.pro_type span.border {
  color: #BE0022;
}

.pro_type span:not(:last-child) {
  margin-right: 6px;
}

/* 分页   start */
#pagination {
  height: 40px;
  line-height: 40px;
  width: fit-content;
  margin-top: 20px;
  text-align: right;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  display: flex;
  padding-bottom: 10px;
}

#pagination .active {
  color: #fff;
  background: #BA0022;
  position: static;
}

#pagination .active:after {
  content: none;
}

#pagination a,
#pagination span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  margin: 0 2px;
  cursor: pointer;
  color: #666;
}

#pagination a.jump-btn {
  font-size: 14px;
}

#pagination input {
  height: 40px;
  line-height: 40px;
  width: 40px;
  border: 1px solid #DFDFDF;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  font-size: 16px;
}

/* 分页   end */


/* 网站合作  start */

.webLogo,
.Market_box {
  /* width: 1180px; */
  width: 100%;
  box-sizing: border-box;
  margin: 15px auto 0px;
  background: #ffffff;
  padding: 10px;
}

.webLogo .title,
.Market_box .title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bolder;
  display: flex;
  align-items: center;
}

.webLogo .title img,
.Market_box .title img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.Market_box .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.Market_box .flex .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  margin: 0 20px;
}

.Market_box .flex .flex div {
  margin-right: 20px;
  font-weight: bolder;
  position: relative;
  padding: 4px;
  cursor: pointer;
}

.newAct:after {
  content: ' ';
  width: 100%;
  height: 2px;
  background: #BE0022;
  border-radius: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.Market_box .listI {
  height: 200px;
  /* overflow-x: scroll; */
  /* overflow-y: scroll; */
  overflow: hidden;
  padding: 0;
  margin: 20px;
}

.Market_box .noneLIst {
  text-align: center;
  margin-top: 50px;
  color: #999999;
}

.Market_box .listI a {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #dedede;
  font-size: 14px;
  color: #999999;
}

.Market_box .listI a .title {
  margin: 20px 0;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 20px;
  color: #111111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  max-width: calc(100% - 200px);
  margin: 10px 0px;
}

.Market_box .listI a:hover,
.Market_box .listI a:hover .title {
  color: #BE0022;
}

.webLogo .flexBet {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1px;
  padding: 10px 0px;
}

.webLogo .flexBet a  {
  display: block;
  width: 100%;
  height: 140px;
  border-right: 1px solid #DFDFDF;
}
.webLogo .flexBet a:last-child {
  border-right: none; /* 移除最后一个元素的右边框 */
}
.webLogo .flexBet a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.webLogo .flexEnd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #be0022;
}

.webLogo .flexEnd a {
  color: #be0022;
  margin-right: 10px;
  text-decoration: underline;
}

.webLogo .flexEnd .webLogoMore {
  cursor: pointer;
}

.webLogoPop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  display: none;
}

.webLogoPop .webLogoBox {
  width: 840px;
  /* height: 742px; */
  background: #FFFFFF;
  z-index: 999;
  /* margin: 100px auto; */
  padding: 25px 45px;
  border-radius: 5px;
  position: absolute;
  /* left: 20%;
  top: -54px; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80%;
}

.webLogoPop .webLogoBox .pop-guan {
  text-align: right;
  cursor: pointer;
  /* padding: 15px; */
}

.webLogoPop .webLogoBox .webLogoList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
  max-height: calc(100% - 53px);
  overflow: scroll;
}

.webLogoPop .webLogoBox .webLogoList a {
  width: 100%;
  height: 140px;
  /* border-bottom: 1px solid #DFDFDF; */
  /* border-top: 1px solid #DFDFDF; */
  /* border-left: 1px solid #DFDFDF; */
  box-sizing: border-box;
  position: relative;
}

.webLogoPop .webLogoBox .webLogoList a:before {
  content: ' ';
  width: 1px;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  background: #dfdfdf;
}

.webLogoPop .webLogoBox .webLogoList a:nth-child(5n + 1):before {
  content: none;
}

.webLogoPop .webLogoBox .webLogoList a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.webLogoPop .webLogoBox .webLogoList::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.webLogoPop .webLogoBox .webLogoList::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #BE0022
}

.webLogoPop .webLogoBox .webLogoList::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

/* 网站合作    end */


/* 首页左侧页面模块导航条 */
.navRight {
  width: fit-content;
  /* line-height: 60px; */
  background: #ffffff;
  position: fixed;
  top: 160px;
  right: 57%;
  height: fit-content;
  margin-right: 645px;
  display: none;
  border: 1px solid #bebebe;
}

.navRight .item {
  width: 26px;
  /* line-height: 14px; */
  margin: 0 auto;
  padding: 10px;
  font-size: 12px;
  border-bottom: 1px dashed #bebebe;
  cursor: pointer;
}

.navRight .item:last-child {
  border-bottom: none;
}

.actNav {
  background: #be0022 !important;
  color: #ffffff !important;
}


/* banner 右侧  start */

.userRight {
  width: 300px;
  min-width:300px;
  padding-left: 10px;
  /*width: 20%;*/
  height: 470px;
  overflow: hidden;
}

.userRight .userInfo {
  /* background: #BBC6E2; */
  /* margin-bottom: 10px; */
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
  height: 190px;
}

.userRight .userInfo .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* flex-direction: column; */
}

.userRight .userInfo .flex .avator {
  width: 62px;
  height: 62px;
  border-radius: 31px;
  object-fit: cover;
  cursor: pointer;
}

.userRight .userInfo .flex .avator img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.userRight .userInfo .flex .info {
  width: calc(100% - 72px);
  cursor: pointer;
}

.userRight .userInfo .flex .info .name {
  /* height: 40px; */
  font-size: 16px;
  font-weight: 600;
}

.userRight .userInfo .flex .info .tap {
  font-size: 12px;
  color: #BE0022;
  background: #CFD3DF;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 5px;
}

.userRight .userInfo .buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  border: 1px transparent solid;
  border-image: linear-gradient(to right, #ffffff 20%, #dfdfdf 50%, #ffffff 80%) 1 10;
  padding-bottom: 15px;
}

.userRight .userInfo .buttons a {
  width: 35%;
  background: #019E97;
  margin-top: 10px;
  text-align: center;
  color: #ffffff;
  padding: 4px 0px;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  box-shadow: 4px 5px 4px 1px rgba(0, 0, 0, 0.3);
}

/* .userRight .userInfo .buttons a:nth-child(-n + 2) {
  background: #BE0022;
}

.userRight .userInfo .buttons a:nth-last-of-type(-n+2) {
  background: #F08C40;
} */
.userRight .userInfo .buttons a:nth-child(1),
.userRight .userInfo .buttons a:nth-child(3) {
  background: #BE0022;
}

.userRight .userInfo .buttons a:nth-child(1):hover,
.userRight .userInfo .buttons a:nth-child(3):hover {
  font-weight: bolder;
}

.userRight .userInfo .buttons a:last-child,
.userRight .userInfo .buttons a:nth-child(2) {
  background: #333333;
  color: #e3bf64;
}

.userRight .userInfo .buttons a:last-child:hover,
.userRight .userInfo .buttons a:nth-child(2):hover {
  font-weight: bolder;
}


.userRight .Tab .tabItem {
  display: flex;
  justify-content: space-between;
  /* text-align: center; */
}

.userRight .Tab {
  padding: 10px;
  box-sizing: border-box;
  /* background: #F7F2EC; */
  height: calc(100% - 200px);
  width: 300px;
  /*width: 100%;*/
  border-radius: 10px;
}

.userRight .Tab .tabAct {
  display: flex;
  position: relative;
}

.userRight .Tab .tabAct span {
  font-size: 16px;
  font-weight: bolder;
  /* color: #BE0022; */
  /* text-align: center; */
}

.userRight .itemLun {
  position: relative;
  height: calc(100% - 48px);
}

.userRight .itemLun .swiper {
  width: 100%;
  background: none;
  margin-top: 20px;
  height: 100%;
}

.userRight .swiper-pagination {
  right: 0 !important;
  left: 0 !important;
  margin: 0 auto;
  max-width: 80% !important;
  bottom: 0px !important;
  transform: translateX(0%) !important;
}

.userRight .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 20px;
  height: 12px;
  border-radius: 6px;
  margin-right: 4px;
}

.userRight .swiper-pagination .swiper-pagination-bullet-active {
  background: #BE0022 !important;
}

.banner .userRight .swiper-pagination-bullet {
  border: none !important;
  background-color: #bcb9b5;
}

.userRight .itemLun .swiper-slide a {
  width: 120px;
  /*width: 100%;*/
  height: 100%;
  display: block;
}

.userRight .itemLun .swiper-slide a .img-center {
  width: 120px;
  /*width: 100%;*/
  height: 120px;
  margin: auto;
}

.userRight .itemLun .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.userRight .itemLun .swiper-slide a .tit {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  min-height: 38px;
  font-size: 14px;
  color: #666666;
  /* font-weight: bold; */
  padding: 5px 0;
  width: 100%;
  padding-bottom: 4px;
  box-sizing: border-box;
  height: 45px;
}

.itemLun1 .none {
  font-size: 12px;
  color: #999999;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* banner右侧  end */

@media (max-width: 1640px) {
  .Centerw1480x {
    max-width: 1420px;
  }

  .navRight {
    left: 15px;
  }

  .selected .selected_cont {
    grid-template-columns: repeat(5, 276px);
  }

  .selected .selected_cont .sel-back img {
    width: 216px;
    height: 216px;
  }

  .love_dl img {
    height: 162.5px;
  }

  .banner .ban_nav .ban_flex .nav_box {
    /*width: 1178px;*/
    width: 63.8%;
  }
}


@media (max-width: 1560px) {
  .Centerw1480x {
    max-width: 1350px;
    /* max-width: 90%; */
  }

  .navRight {
    left: 15px;
  }

  .selected .selected_cont {
    grid-template-columns: repeat(5, 262px);
  }

  .selected .selected_cont .sel-back img {
    width: 202px;
    height: 202px;
  }

  .love_dl img {
    height: 154px;
  }

  .banner .ban_nav .ban_flex .nav_box {
    /*width: 1108px;*/
    width: 63.8%;
  }
}

@media (max-width: 1500px) {
  .Centerw1480x {
    max-width: 1280px;
  }

  .navRight {
    left: 15px;
  }

  .selected .selected_cont {
    grid-template-columns: repeat(5, 248px);
  }

  .selected .selected_cont .sel-back img {
    width: 188px;
    height: 188px;
  }

  .love_dl img {
    height: 144px;
  }

  .banner .ban_nav .ban_flex .nav_box {
    /*width: 1038px;*/
    width: 63.8%;
  }
}

@media (max-width: 1440px) {
  .nav .pos {
    margin-right: 60px;
  }

  .Centerw1480x {
    max-width: 1200px;
  }

  .w1480 {
    max-width: 1280px;
  }

  .navRight {
    right: 48%;
    left: auto;
  }

  .swiper {
    height: 470px;
    /* height: 526px; */
  }

  /* .banner .ban_width .swiper-slide div img {
    height: 470px;
  }
 */
  .banner .ban_width .swiper-slide div video {
    height: 470px;
  }

  /* .banner .ban_nav .ban_flex {
    height: 420px;
  } */

  /* .banner .ban_nav .ban_flex .nav_box {
    height: 470px;
  } */

  .hot .hot_flex div img {
    height: 180px;
  }

  .cont-boxs .contents .video {
    /*height: 314px;*/
  }

  .cont-boxs .contents .video video {
    height: 314px;
  }

  .love_dl img {
    height: 135px;
  }

  /* .selected .selected_cont {
    grid-template-columns: repeat(4, 1fr);
  } */
  .selected .selected_cont {
    grid-template-columns: repeat(5, 232px);
  }

  .selected .selected_cont .sel-back img {
    width: 176px;
    height: 176px;
  }


  .banner .ban_nav .ban_flex .nav_box {
    /*width: 958px;*/
    width: 63.8%;
  }
}

@media (max-width: 1366px) {
  .nav .pos {
    margin-right: 60px;
  }
  .Centerw1480x {
    /* max-width: 1360px; */
    /* max-width: 90%; */
    max-width: 1170px;
  }

  .navRight {
    left: 9px;
  }

  .selected .selected_cont {
    /* grid-template-columns: repeat(3, 1fr); */
  }

  .selected .selected_cont {
    grid-template-columns: repeat(5, 226px);
  }

  .selected .selected_cont .sel-back img {
    width: 166px;
    height: 166px;
  }

  .love_dl img {
    height: 131px;
  }

  .banner .ban_nav .ban_flex .nav_box {
    /*width: 928px;*/
    width: 63.8%;
  }
}


@media (max-width: 1300px) {
  .Centerw1480x {
    /* max-width: 1360px; */
    /* max-width: 90%; */
    max-width: 1120px;
  }

  .navRight {
    left: 9px;
  }

  .selected .selected_cont {
    /* grid-template-columns: repeat(3, 1fr); */
  }

  .selected .selected_cont {
    grid-template-columns: repeat(5, 216px);
  }

  .selected .selected_cont .sel-back img {
    width: 160px;
    height: 160px;
  }

  .love_dl img {
    height: 128px;
  }

  .banner .ban_nav .ban_flex .nav_box {
    /*width: 878px;*/
    width: 63.8%;
  }
}

.totalunread .name {
  position: relative;
}

.totalunread .tips {
  display: block !important;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #BE0022;
  position: absolute;
  right: -10px;
  top: 0;
}

.videoRight .itemLun {
  height: 100%;
  position: relative;
}

.videoRight .itemLun .swiper {
  width: 100%;
  background: none;
  height: 100%;
}

.videoRight .swiper-pagination {
  right: 0 !important;
  left: 0 !important;
  margin: 0 auto;
  max-width: 80% !important;
  bottom: 0px !important;
  transform: translateX(0%) !important;
}

.videoRight .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 20px;
  height: 12px;
  border-radius: 6px;
  margin-right: 4px;
}

.videoRight .swiper-pagination .swiper-pagination-bullet-active {
  background: #BE0022 !important;
}

.videoRight .swiper-pagination-bullet {
  border: none !important;
  background-color: #bcb9b5;
}

.videoRight .itemLun .swiper-slide a {
  width:100%; height:100%; position:relative;
  display: block;
}

.videoRight .itemLun .swiper-slide a .img-center {
  width:100%;
  height:100%;
  margin: auto;
}

.videoRight .itemLun .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoRight .itemLun .swiper-slide a .tit {
  text-overflow: ellipsis;
  display: -webkit-box;
  /*-webkit-line-clamp: 2;*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  min-height: 38px;
  font-size: 14px;
  color: #666666;
  /* font-weight: bold; */
  padding: 5px 0;
  width: 100%;
  padding-bottom: 4px;
  box-sizing: border-box;
  height: 65px;
}

.videoRight .tit {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}


/*提供服务*/
.provide_box{
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  /*background: #fff;*/
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
}
.provide_list_box{
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
  /*background: #fff;*/
}
.provide_list{
  /*width: 100%;*/
  /*box-sizing: border-box;*/
  /*padding: 20px 16px;*/
  /*background: #fff;*/
  border: 1px solid #ccc; /* 为每个列表项添加边框 */
  border-radius: 8px; /* 圆角效果 */
  padding: 15px; /* 内边距 */
  background-color: #fff; /* 背景色 */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 阴影效果 */
  transition: transform 0.2s; /* 添加过渡效果 */
}
.provide_list img{
  width: 480px;
  height: 360px;
}
.provide_list .title_box{
  margin-top: 8px;
  margin-bottom: 8px;
}
.provide_list .num{
  font-size: 65px;
  font-family: Montserrat;
  font-weight: 400;
  color: #2976AF;
  margin-right: 14px;
}
.provide_list .title{
  font-size: 25px;
  font-family: Arial;
  font-weight: bold;
  color: #2976AF;
  line-height: 24px;
}
.provide_list .text{
  max-height: 280px;
  max-width: 98%;
  white-space: normal; /* 允许自动换行 */
  word-wrap: break-word; /* 强制长单词或URL在必要时换行 */
  word-break: break-all; /* 适用于特别长的字符串，如没有空格的单词 */
  font-size: 18px;
  line-height:1.8em;
  text-align:justify;
  font-family: Arial;
  font-weight: 400;
  color: #666666;
}
.provide_list .provide_btn{
  width: 100px;
  height: 34px;
  background: #2976AF;
  border-radius: 4px;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 12px;
}

.provide_li .provide_title_2{
  color: #788BF1;
}
.provide_li .provide_title_3{
  color: #8687E3;
}
.provide_li .provide_title_4{
  color: #7BD3AD;
}
.provide_li .provide_title_5{
  color: #FCCD66;
}
.provide_li .provide_title_6{
  color: #F79292;
}
.provide_li .text{
  color: #666666;
  line-height: 30px;
  word-break: break-word;
  font-family: Arial, Verdana, 微软雅黑, 宋体;
}
.provide_li img{
  width: 420px;
  height: 300px;
  margin-top: 54px;
  margin-right: 30px;
}
.provide_tab{
  max-width: 515px;
  position: absolute;
  left: 30px;
  top: 45px;
  display: flex;
  align-items: flex-end;
  z-index: 9;
}
.provide_tab_li{
  width: 94px;
  height: 32px;
  line-height: 32px;
  background: #EEEEEE;
  border-radius: 2px;
  margin-right: 8px;
  text-align: center;
  cursor: pointer;
}
.provide_tab_li .provide_icon{
  display: none;
  width: 40px;
  height: 32px;
  background: url('../img/provide_icon_1.png') no-repeat;
  position: absolute;
  bottom: 0;
}
.provide_tab_li .provide_icon_2{
  background: url('../img/provide_icon_2.png') no-repeat;
}
.provide_tab_li .provide_icon_3{
  background: url('../img/provide_icon_3.png') no-repeat;
}
.provide_tab_li .provide_icon_4{
  background: url('../img/provide_icon_4.png') no-repeat;
}
.provide_tab_li .provide_icon_5{
  background: url('../img/provide_icon_5.png') no-repeat;
}
.provide_tab_li .provide_icon_6{
  background: url('../img/provide_icon_6.png') no-repeat;
}
.provide_tab_li .provide_icon_7{
  background: url('../img/provide_icon_7.png') no-repeat;
}
.provide_tab_li .provide_icon_8{
  background: url('../img/provide_icon_8.png') no-repeat;
}
.provide_tab_li .provide_icon_9{
  background: url('../img/provide_icon_9.png') no-repeat;
}
.provide_tab_li .provide_icon_10{
  background: url('../img/provide_icon_10.png') no-repeat;
}
.provide_tab_li.actived{
  background: #fff;
}
.provide_tab_li.actived span{
  display: none;
}
.provide_tab_li.actived .provide_icon{
  display: block;
}
.join_us{
  display: inline-block;
  width: 120px;
  height: 40px;
  background: #2976AF;
  border-radius: 2px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin-left: 30px;
  position: absolute;
  bottom: 28px;
}
.join_us_2{
  background: #788BF1;
}
.join_us_3{
  background: #8687E3;
}
.join_us_4{
  background: #7BD3AD;
}
.join_us_5{
  background: #FCCD66;
}
.join_us_6{
  background: #F79292;
}


.userRight .itemLun .swiper .swiper-button-prev:after {
  position: absolute;
  color:#FFFFFF;
  top: 102px;
  content: '';
  width: 20px;
  height: 21px;
  font-size: 18px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 -20px;
  background-size: 100%;
}

.userRight .itemLun .swiper .swiper-button-next:after {
  position: absolute;
  color:#FFFFFF;
  top: 102px;
  content: '';
  width: 20px;
  height: 21px;
  font-size: 18px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 -62px;
  background-size: 100%;
}

.userRight .itemLun .swiper .swiper-button-prev:hover:after {
  background-position: 0 -20px;
  background-size: 100%;
}

.userRight .itemLun .swiper .swiper-button-next:hover:after {
  background-position: 0 -62px;
  background-size: 100%;
}


.header{min-width:1500px;}
.head.Centerw1480{
  min-width:1500px;
}
.relation.Centerw1480{
  min-width:1500px;
}
.search.Centerw1480{
  min-width:1500px;
}
.nav.Centerw1480{
  min-width:1500px;
}
.nav .navListO{
  width:auto;
}
#box{
  min-width:1500px;
}
.content.Centerw1480{
  min-width:1500px;
}
.new-energy.Centerw1480{
  min-width:1500px;
}
.option.Centerw1480{
  min-width:1500px;
}
.foot1{
  min-width:1500px;
}
#footer{
  min-width:1500px;
}
.skicky{
  min-width:1500px;
}


.navRight{
  display:none;
}
.navRightShow{
  display:block;
  z-inde:9999;
}
/*
@media (max-width: 1500px) {
  .Centerw1480{
    max-width:1365px;
  }
  .header,.head.Centerw1480,.relation.Centerw1480,.search.Centerw1480,.nav.Centerw1480,#box,.content.Centerw1480,.new-energy.Centerw1480,.option.Centerw1480,.foot1,#footer,.skicky{
    min-width:1365px;
  }
  .banner .ban_width{
    width:808px;
    min-width:808px;
  }
  .banner .ban_nav .ban_flex .nav_box {
    width: 63%;
  }
}

@media (max-width: 1440px) {
  .Centerw1480{
    max-width:1295px;
  }
  .header,.head.Centerw1480,.relation.Centerw1480,.search.Centerw1480,.nav.Centerw1480,#box,.content.Centerw1480,.new-energy.Centerw1480,.option.Centerw1480,.foot1,#footer,.skicky{
    min-width:1295px;
  }
  .banner .ban_width{
    width:738px;
    min-width:738px;
  }
  .banner .ban_nav .ban_flex .nav_box {
    width: 60%;
  }
}

@media (max-width: 1366px) {
  .Centerw1480{
    max-width:1235px;
  }
  .header,.head.Centerw1480,.relation.Centerw1480,.search.Centerw1480,.nav.Centerw1480,#box,.content.Centerw1480,.new-energy.Centerw1480,.option.Centerw1480,.foot1,#footer,.skicky{
    min-width:1235px;
  }
  .banner .ban_width{
    width:678px;
    min-width:678px;
  }
  .banner .ban_nav .ban_flex .nav_box {
    width: 60%;
  }
}

@media (max-width: 1300px) {
  .Centerw1480{
    max-width:1195px;
  }
  .header,.head.Centerw1480,.relation.Centerw1480,.search.Centerw1480,.nav.Centerw1480,#box,.content.Centerw1480,.new-energy.Centerw1480,.option.Centerw1480,.foot1,#footer,.skicky{
    min-width:1195px;
  }
  .banner .ban_width{
    width:638px;
    min-width:638px;
  }
  .banner .ban_nav .ban_flex .nav_box {
    width: 60%;
  }
  .banner .ban_width .swiper-slide div img{
    object-position: left;
  }
}


@media (max-width: 1200px) {
  .Centerw1480{
    max-width:1140px;
  }
  .header,.head.Centerw1480,.relation.Centerw1480,.search.Centerw1480,.nav.Centerw1480,#box,.content.Centerw1480,.new-energy.Centerw1480,.option.Centerw1480,.foot1,#footer,.skicky{
    min-width:1140px;
  }
  .banner .ban_width{
    width:570px;
    min-width:570px;
  }
  .banner .ban_nav .ban_flex .nav_box {
    width: 53%;
  }
  .banner .ban_width .swiper-slide div img{
    object-position: left;
    object-fit: fill;
  }
  .provide_tab_li{width:84px}
  .provide_tab_li .provide_icon{width:90px;}
  .provide_tab_li .provide_icon_1,.provide_tab_li .provide_icon_2,.provide_tab_li .provide_icon_3,.provide_tab_li .provide_icon_4,.provide_tab_li .provide_icon_5,.provide_tab_li .provide_icon_6{
    background-position: left bottom;
    background-size: contain;
  }
  .nav .home,.nav .pos{
    margin-left: 30px;
    margin-right: 30px;
  }
  .navRightShow{
    display:none;
  }
}

@media (max-width: 1080px) {
  .Centerw1480{
    max-width:1025px;
  }
  .header,.head.Centerw1480,.relation.Centerw1480,.search.Centerw1480,.nav.Centerw1480,#box,.content.Centerw1480,.new-energy.Centerw1480,.option.Centerw1480,.foot1,#footer,.skicky{
    min-width:1025px;
  }
  .banner .ban_width{
    width:480px;
    min-width:480px;
  }
  .banner .ban_nav .ban_flex .nav_box {
    width: 50%;
  }
  .banner .ban_width .swiper-slide div img{
    object-position: left;
    object-fit: fill;
  }
  .provide_tab_li{width:74px}
  .provide_tab_li .provide_icon{width:80px;}
  .provide_tab_li .provide_icon_1,.provide_tab_li .provide_icon_2,.provide_tab_li .provide_icon_3,.provide_tab_li .provide_icon_4,.provide_tab_li .provide_icon_5,.provide_tab_li .provide_icon_6{
    background-position: left bottom;
    background-size: contain;
  }
  .nav .home,.nav .pos{
    margin-left: 20px;
    margin-right: 20px;
  }
  .navRightShow{
    display:none;
  }
}

@media (max-width: 1024px) {
  .Centerw1480{
    max-width:980px;
  }
  .header,.head.Centerw1480,.relation.Centerw1480,.search.Centerw1480,.nav.Centerw1480,#box,.content.Centerw1480,.new-energy.Centerw1480,.option.Centerw1480,.foot1,#footer,.skicky{
    min-width:980px;
  }
  .banner .ban_width{
    width:430px;
    min-width:430px;
  }
  .banner .ban_nav .ban_flex .nav_box {
    width: 45%;
  }
  .banner .ban_width .swiper-slide div img{
    object-position: left;
    object-fit: fill;
  }
  .provide_tab_li{width:74px}
  .provide_tab_li .provide_icon{width:80px;}
  .provide_tab_li .provide_icon_1,.provide_tab_li .provide_icon_2,.provide_tab_li .provide_icon_3,.provide_tab_li .provide_icon_4,.provide_tab_li .provide_icon_5,.provide_tab_li .provide_icon_6{
    background-position: left bottom;
    background-size: contain;
  }
  .nav .home,.nav .pos{
    margin-left: 10px;
    margin-right: 10px;
  }
  .navRightShow{
    display:none;
  }
}

@media (max-width: 860px) {
  .Centerw1480{
    max-width:840px;
  }
  .header,.head.Centerw1480,.relation.Centerw1480,.search.Centerw1480,.nav.Centerw1480,#box,.content.Centerw1480,.new-energy.Centerw1480,.option.Centerw1480,.foot1,#footer,.skicky{
    min-width:840px;
  }
  .banner .ban_width{
    width:290px;
    min-width:290px;
  }
  .banner .ban_nav .ban_flex .nav_box {
    width: 35%;
  }
  .banner .ban_width .swiper-slide div img{
    object-position: left;
    object-fit: fill;
  }
  .provide_tab_li{width:69px}
  .provide_tab_li .provide_icon{width:75px;}
  .provide_tab_li .provide_icon_1,.provide_tab_li .provide_icon_2,.provide_tab_li .provide_icon_3,.provide_tab_li .provide_icon_4,.provide_tab_li .provide_icon_5,.provide_tab_li .provide_icon_6{
    background-position: left bottom;
    background-size: contain;
  }
  .nav .home,.nav .pos{
    margin-left: 10px;
    margin-right: 10px;
  }
  .navRightShow{
    display:none;
  }
}*/

.Centerw1480{
  max-width:1280px;
}
.header,.head.Centerw1480,.relation.Centerw1480,.search.Centerw1480,.nav.Centerw1480,#box,.content.Centerw1480,.new-energy.Centerw1480,.option.Centerw1480,.foot1,#footer,.skicky{
  min-width:1280px;
}

.banner .ban_nav .ban_flex .nav_box {
  width: 725px;
}
.banner .ban_width .swiper-slide div img{
  object-position: left;
}
.love_dl img {
  width: 145px;
  height: 145px;
  object-fit: cover;
  margin: 0 auto;
}
.provide_tab_li{width:84px}
.provide_tab_li .provide_icon{
  background-size: contain;
  width: 48px;
}
.provide_tab_li .provide_icon_1,.provide_tab_li .provide_icon_2,.provide_tab_li .provide_icon_3,.provide_tab_li .provide_icon_4,.provide_tab_li .provide_icon_5,.provide_tab_li .provide_icon_6{
  background-position: left bottom;
  background-size: contain;
}
@media (max-width: 1300px) {
  .nav .home,.nav .pos{
    margin-left: 10px;
    margin-right: 10px;
  }
  .navRightShow{
    display:none;
  }
}
.content.contents.Centerw1480{
  min-width:unset;
}
.position_fixed  .search.Centerw1480{
  min-width: unset;
}
.skicky.position_fixed{
  min-width:unset;
}
/* 20241112更新 */
.w1280{
  max-width:1280px;
  margin: 0 auto;
}

/* #region 产品分类 */
.catalogue-section {
  width: 1280px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

.catalogue-section .title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 100px;
  color: #121e76;
}

.catalogue-section .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.catalogue-section .grid .grid-item {
  height: 100px;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.catalogue-section .grid .grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.catalogue-section .grid .grid-item img {
  width: 50px;
  height: 50px;
  margin: 0 20px;
}

.catalogue-section .grid .grid-item span {
  font-size: 15px;
  color: black;
}
/* #endregion 产品分类 */

/* #region 热销产品 */
.Product-Area-section {
  max-width: 1280px;
  margin: 100px auto;
  display: flex;
  flex-direction: column; /* 垂直排列，单行一列 */
  gap: 200px; /* 每个产品之间的间距 */
}

.Product-Area-section .product-describe{
  text-align: center;
  margin-bottom: -100px;
}

.Product-Area-section .product-describe .product-describe-title {
  font-size: 38px;
  font-weight: bold;
  color: #121e76;
  margin-bottom: 25px;
  
}

.Product-Area-section .product-describe .product-describe-content {
  font-size: 16px;
  color: gray;
  
}

.Product-Area-section .describe-content {
  text-align: center;
  font-size: 20px;
  color:gray;
  margin-top: 50px;
}

.Product-Area-section .Popular-Agency-Products-section {
  position: relative;
  flex: 1 1 100%; /* 占据整个容器宽度 */
  /* border: 1px solid gray; */
}

.Product-Area-section .Popular-Agency-Products-section .image-wrapper {
  position: relative;
  width: 1280px;
  height: 640px;
  overflow: hidden;
}

.Product-Area-section .Popular-Agency-Products-section .image-wrapper img {
  width: 100%;
  height: 100%;
  transition: transform 4s ease-in-out;
}

.Product-Area-section .Popular-Agency-Products-section .image-wrapper:hover img {
  transform: scale(1.2);
}

.Product-Area-section .Popular-Agency-Products-section .image-wrapper:not(:hover) img {
  transition: transform 0.3s ease; /* 恢复时的动画时间 */
}

.Product-Area-section .Popular-Agency-Products-section .image-wrapper .badge .back{
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  background: #121E76 !important;
}

.Product-Area-section .Popular-Agency-Products-section .content {
  position: absolute;
  top:500px;
  left: 0;
  right: 0; /* 同时设置 left 和 right 为 0 */
  margin: auto; /* 自动水平居中 */
  width: 70%;
  height: 173px;
  padding: 30px;
  background-color: #FFFFFF;
  /* border: 1px solid gray; */
}

.Product-Area-section .Popular-Agency-Products-section .content h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: black;
}

.Product-Area-section .Popular-Agency-Products-section .content .meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}

.Product-Area-section .Popular-Agency-Products-section .content p {
  color: #555;
  margin-bottom: 16px;
}

.Product-Area-section .Popular-Agency-Products-section .content a {
  color: black;
  font-weight: bold;
  font-size: 14px;
}

.Product-Area-section .Popular-Agency-Products-section .content a:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px; /* 设置下划线的粗细 */
  text-underline-offset: 4px; /* 调整下划线与文本之间的距离 */
  text-decoration-color:#121E76
}
/* #endregion 热销产品 */

/* #region business-model-section 基础样式 */
.business-model-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url("/index_static/img/beginVideo/banner.png");
  background-size: cover;
	background-position: center;
}

.business-model-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.2; /* 可调整透明度 */
}

/* 背景视频 */
.business-model-section .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* 内容包装器 */
.business-model-section .content-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* padding-top: 150px; */
  /* background: rgba(51, 112, 255, 0.2); */
}

/* 标题和描述 */
.business-model-section .business-title {
  color: #fff;
  /* margin-bottom: 20px; */
  text-align: center;
  font-size: 60px;
  font-weight: 350;
  line-height: 88px; /* 146.667% */
  letter-spacing: 12px;
}

.business-model-section .agency_procurement_dec {
  color: #fff;
  text-align: center;
  /* margin-bottom: 350px; */
  max-width: 1200px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px; /* 145.455% */
}
.business-model-section .service_features {
  display: flex;
  justify-content: center;
  gap: 20px; 
  flex-wrap: wrap; 
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.business-model-section .service_features_item {
  /* width: calc((100% - 80px) / 5); */
  width: 184px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(18, 30, 118, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  backdrop-filter: blur(10px);

  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.business-model-section .service_features_item:hover {
  transform: scale(1.1); /* 放大效果 */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* 阴影效果 */
  background: rgba(255, 255, 255, 0.2); /* 半透明背景效果 */
}
.business-model-section .service_features_item .service_features_item_icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.business-model-section .service_features_item .service_features_item_title {
  font-size: 16px;
  font-weight: 500; 
  color: #fff;
  text-align: center;
}
/* 数据看板组件 */
.business-model-section .stats-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 100px 0 80px 0;
}

.business-model-section .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 170px;
}

.business-model-section .stat-value{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3px;
}

.business-model-section .stat-value .stat-data{
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-family: 'Arial', sans-serif;
}

.business-model-section .stat-value .unit{
  font-size: 18px;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 38px; 
  transform: translateY(-3px);
}

.business-model-section .stat-value .plus{
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 50px; 
  transform: translateY(-15px);
  margin-left: -5px;
}

.business-model-section .stat-label {
  letter-spacing: 1px;
  margin-top: 5px;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px; /* 145.455% */
}

.linkedin-button {
  display: inline-flex;
  align-items: center;
  background-color: #0060BF; 
  color: white;
  padding: 5px 20px 5px 10px;
  text-decoration: none;
  margin-bottom: 300px;
  border-radius: 40px;
  font-size: 22px;
  font-weight: 400;
}

.linkedin-button img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

/* 搜索框容器 */
.business-model-section .hero_search_content {
  width: 100%;
  max-width: 800px;
  position: relative;
}

/* 搜索框 */
.business-model-section .hero_search_box {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;    
  max-width: 800px;      
  margin: 0 auto;  
}
.business-model-section .hero_search_box .hero_inp {
  width: 50%;  /* 改为100%宽度 */
  height: 50px;
  padding: 0 120px 0 20px;  /* 增加右侧内边距 */
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 400;
  border-radius: 30px;
  border: 1px solid #BEBEBE;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(5px);
  color: #AAA;
}

.business-model-section .hero_search_box .hero_inp::placeholder {
  color: #AAA;
}

.business-model-section .hero_search_box .hero_inp:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.15);
}

.business-model-section .hero_search_box img {
  position: absolute;
  right: 150px;   
  top: 50%;  
  transform: translateY(-50%);  
  width: 26px;
  height: 26px;     
}

.business-model-section .hero_search_box button:hover {
  background: #1a2a99;
  /* transform: translateY(-2px); */
}

/* 搜索历史 */
.business-model-section .hero_history {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 15px;
  margin-top: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 400px;
  overflow-y: auto;
}

.business-model-section .hero_history_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 10px;
}

.business-model-section .hero_history_delete {
  cursor: pointer;
}

.business-model-section .hero_history_delete img {
  width: 16px;
  height: 16px;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.business-model-section .hero_history_delete:hover img {
  opacity: 1;
}

.business-model-section .hero_history_list,
.business-model-section .hero_popular_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
}

.business-model-section .hero_history_item a,
.business-model-section .hero_popular_list a {
  display: inline-block;
  padding: 5px 15px;
  background: #f5f5f5;
  border-radius: 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.business-model-section .hero_history_item a:hover,
.business-model-section .hero_popular_list a:hover {
  background: #e0e0e0;
}

.business-model-section .hero_popular_title {
  font-weight: 500;
  color: #333;
  padding: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}

/* 搜索建议 */
.business-model-section .hero_suggest {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 15px;
  margin-top: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.business-model-section .hero_suggest_list {
  max-height: 240px;
  overflow-y: auto;
}

.business-model-section .hero_suggest .item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.business-model-section .hero_suggest .item:last-child {
  border-bottom: none;
}

.business-model-section .hero_suggest .item a {
  color: #333;
  text-decoration: none;
  display: block;
}

.business-model-section .hero_suggest .item:hover {
  background: #f5f5f5;
}

/* 滚动条样式 */
.business-model-section .hero_history::-webkit-scrollbar,
.business-model-section .hero_suggest_list::-webkit-scrollbar {
  width: 8px;
}

.business-model-section .hero_history::-webkit-scrollbar-track,
.business-model-section .hero_suggest_list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.business-model-section .hero_history::-webkit-scrollbar-thumb,
.business-model-section .hero_suggest_list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.business-model-section .hero_history::-webkit-scrollbar-thumb:hover,
.business-model-section .hero_suggest_list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* #endregion 运营方案背景视频样式调整 */

/* #region 代理采购商品 */
.agency_product {
  padding: 40px 0;
  /* padding-top: 20px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.agency_product .agency_product_title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #121e76;;
  margin-bottom: 15px;
  letter-spacing: -0.5px; 
}

.agency_product .agency_prduct_subtitle {
  /* width: 500px; */
  text-align: center;
  font-size: 16px;
  color: #6c757d;
  margin: 10px auto 40px;
}

.agency_product .agency-swiper-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.agency_product .agency-member {
  background: #fff;
  /* border-radius: 15px; */
  height: 550px; 
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

/* .agency_product .agency-member:hover {
  transform: translateY(-5px);
} */

.agency_product .member-image {
  width: 100%;
  height: 370px;
  overflow: hidden;
  position: relative;
}

.agency_product .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.agency_product .agency-member:hover .member-image img {
  transform: scale(1.05);
}

.agency_product .member-info {
  padding: 20px;
}

.agency_product .member-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agency_product .member-price {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.agency_product .member-price span {
  font-size: 20px;
  font-weight: bold;
  color: #ff1800;
  margin-left: 5px;
}

.agency_product .member-label {
  margin: 10px 0;
}

.agency_product .member-label .back {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}

.agency_product .member-note {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* #endregion 代理采购商品 */

/* #region Swiper导航按钮样式 */
.agency_product .swiper-button-prev,
.agency_product .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  
}

.agency_product .swiper-button-prev:after,
.agency_product .swiper-button-next:after {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.agency_product .swiper-button-prev {
  left: 0px;
}

.agency_product .swiper-button-next {
  right: 0px;
}

/* Swiper容器样式 */
.agency_product .swiper {
  padding: 10px; 
}

.agency_product .swiper-slide {
  height: auto;
}

.agency_product .swiper-button-prev:hover,
.agency_product .swiper-button-next:hover {
  /* background-color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
}


.agency_product .member-label .back {
  background: #121E76 !important;
  border-radius: 20px;
}
/* #endregion Swiper导航按钮样式 */

/* #region 联系我们 */
.order-contact-section {
  display: flex;
  gap: 50px;
  padding: 80px 0 20px;
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
  
}

/* 订单流程样式 */
.order-contact-section .order-process {
  flex: 1;
}

.order-contact-section .section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.order-contact-section .section-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #121E76;
}

.order-contact-section .process-list {
  position: relative;
}
.order-contact-section .icon-box svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.order-contact-section .process-list:before {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #eee;
}

.order-contact-section .process-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
}

.order-contact-section .icon-box {
  width: 50px;
  height: 50px;
  background: #121E76;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}

.order-contact-section .process-item .content {
  padding-top: 5px;
}

.order-contact-section .process-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #121E76;
}

.order-contact-section .process-item p {
  color: #666;
  line-height: 1.6;
}

/* 联系表单样式 */
.order-contact-section .contact-form {
  flex: 1;
}

.order-contact-section .contact-info {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.order-contact-section .info-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.order-contact-section .info-item .label {
  color: #121E76;
  font-weight: 500;
}

.order-contact-section .info-item a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.order-contact-section .info-item a:hover {
  color: #121E76;
}

.order-contact-section .contact-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.order-contact-section .contact-form-wrapper input,
.order-contact-section .contact-form-wrapper textarea {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.order-contact-section .contact-form-wrapper input:focus,
.order-contact-section .contact-form-wrapper textarea:focus {
  outline: none;
  border-color: #121E76;
}

.order-contact-section .contact-form-wrapper textarea {
  height: 120px;
  resize: vertical;
}

.order-contact-section .submit-btn {
  background: #121E76;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.order-contact-section .submit-btn:hover {
  background: #1a2a99;
}

/* #endregion 联系我们 */

/* #region 服务展示区域 */
.service-showcase {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  height: 300px;
}

.service-showcase .service-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.8s ease-in-out;
  margin: 3px; 
}

/* 设置初始背景图 */
.service-showcase .logistics-clearance {
  background: url('../img/home/service-showcase/logistics-bg.jpg') center/cover no-repeat;
}

.service-showcase .base-storage {
  background: url('../img/home/service-showcase/storage-bg.jpg') center/cover no-repeat;
}

.service-showcase .business-travel {
  background: url('../img/home/service-showcase/travel-bg.jpg') center/cover no-repeat;
}

/* 使用伪元素来实现背景遮罩效果 */
.service-showcase .service-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #121E76;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}

.service-showcase .service-item:hover::after {
  opacity: 0;
}

/* 暗色遮罩 */
.service-showcase .service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}

.service-showcase .service-item:hover::before {
  opacity: 1;
}

.service-showcase .service-content {
  position: relative;
  padding: 30px;
  z-index: 2;
  color: #fff;
  width: 100%;
}

.service-showcase .service-icon {
  margin-bottom: 15px;
  transition: opacity 0.4s ease-in-out;
}

.service-showcase .service-icon img {
  width: 70px;
  height: 70px;
  transition: transform 0.5s ease;
}

.service-showcase .service-content h3 {
  font-size: 20px;
  font-weight: 500;
  transition: opacity 0.4s ease-in-out;
}

.service-showcase .service-title {
  margin: 0 auto;
  max-width: 250px;
  font-size: 20px;
  min-height: 60px; 
}

.service-showcase .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  color: #fff;
  padding: 30px;
  z-index: 2;
}

.service-showcase .hover-content h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

.service-showcase .view-details {
  display: inline-block;
  padding: 10px 20px;
  background-color: #121E76;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.service-showcase .service-item:hover .service-icon,
.service-showcase .service-item:hover .service-content > h3 {
  opacity: 0;
}

.service-showcase .service-item:hover .hover-content {
  opacity: 1;
}
/* #endregion 服务展示区域 */

/* #region  产品代理 */
.agency-module{
  overflow: hidden;
  background-image: linear-gradient(180deg, #00000000 0%, #e5eeff 100%);
}
.agency-module .agency-wrap{
  margin: 120px auto;
  display: flex;
}
.agency-module  .agency-img{
  min-width: 570px;
  height: 570px;
  border-radius: 0px 0px 60px 0px;
  overflow: hidden;
  margin-right: 80px;
}
.agency-module .agency-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2250 / 1500;
  transition: all .3s ease-out;
}
.agency-module .agency-txt h2{
  display: inline-block;
  padding: 6px 13px 6px 15px;
  background-color: transparent;
  background-image: linear-gradient(115deg, #121E76 33%, #01c2ce 100%);
  border-radius: 10px 0px 10px 0px;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}
.agency-module .agency-txt h3{
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 30px;
}
.agency-module .agency-txt p{
  font-size: 24px;
  color: #021228d1;
  line-height: 1.6;
  font-weight: 300;
  /* width: 900px; */
}
.agency-module .agency-txt span{
  font-size: 20px;
  color: #021228d1;
  line-height: 1.6;
  /* font-weight: 300; */
  padding: 10px 0;
}
.agency-module  .agency-num{
  display: grid;
  grid-column-gap: 60px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
.agency-module  .agency-num-item strong{
  font-size: 50px;
  font-weight: 600;
  color: #121E76;
}
.agency-module  .agency-num-item span{
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #021228;
}
/* #endregion  产品代理 */

/* #region 商机 */
.opportunity {
  overflow: hidden;
  background-image: linear-gradient(180deg, #00000000 0%, #e5eeff 100%);
}
.opportunity .o-wrap{
  margin: 120px auto;
}
.opportunity .o-header{
  margin-bottom: 80px;
  text-align: center;
}
.opportunity .o-header h2{
  display: inline-block;
  padding: 6px 13px 6px 15px;
  background-color: transparent;
  background-image: linear-gradient(115deg, #121E76 33%, #01c2ce 100%);
  border-radius: 10px 0px 10px 0px;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}
.opportunity .o-header p{
  font-size: 44px;
}
.opportunity .o-content{
  display: grid;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: repeat(2, 1fr);
}
.opportunity .o-box{
  height: 250px;
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 33px 0px rgba(64, 92, 146, 0.25);
  background-color: #fff;
}
.opportunity .o-box .o-img{
  min-width: 200px;
  max-width: 200px;
  height: 100%;
  border-radius: 0px 0px 60px 0px;
  overflow: hidden;
}
.opportunity .o-box .o-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* aspect-ratio: 768 / 512; */
  transition: all .3s ease-out;
}
.opportunity .o-box .o-img:hover img{
  transform: scale(1.02);
}
.opportunity .o-box  .o-txt{
  padding: 20px 40px;
}
.opportunity .o-txt h4{
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}
.opportunity .o-txt h4 a{
  color: #000;
}
.opportunity .o-txt h4 a:hover{
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-decoration-color: #02122852;
}
.opportunity .o-txt .o-txt-info{
  display: flex;
  align-items: center;
}
.opportunity .o-txt .o-txt-info span{
  display: inline-block;
  padding: 4px 8px 4px 10px;
  border-radius: 100px 100px 100px 100px;
  color: #fff;
  background-color: #121E76;
  font-weight: 400;
  margin-right: 20px;
}
.opportunity .o-txt .o-txt-info p{
  color: #121E76;
  font-weight: 400;
}
/* #endregion  商机 */

/* #region 代理合作 */
.agency-contact-section {
  display: flex;
  gap: 50px;
  padding: 90px 0 20px;
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
}

/* 代理流程样式 */
.agency-contact-section .agency-process {
  flex: 1;
}

.agency-contact-section .section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.agency-contact-section .section-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #121E76;
}

.agency-contact-section .process-list {
  position: relative;
}

.agency-contact-section .icon-box svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.agency-contact-section .process-list:before {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #eee;
}

.agency-contact-section .process-item {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
  position: relative;
}

.agency-contact-section .icon-box {
  width: 50px;
  height: 50px;
  background: #121E76;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}

.agency-contact-section .process-item .content {
  padding-top: 5px;
}

.agency-contact-section .process-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #121E76;
}

.agency-contact-section .process-item p {
  color: #666;
  line-height: 1.6;
}

/* 联系表单样式 */
.agency-contact-section .contact-form {
  flex: 1;
}

.agency-contact-section .contact-info {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.agency-contact-section .info-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.agency-contact-section .info-item .label {
  color: #121E76;
  font-weight: 500;
}

.agency-contact-section .info-item a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.agency-contact-section .info-item a:hover {
  color: #121E76;
}

.agency-contact-section .contact-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.agency-contact-section .contact-form-wrapper input,
.agency-contact-section .contact-form-wrapper textarea {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.agency-contact-section .contact-form-wrapper input:focus,
.agency-contact-section .contact-form-wrapper textarea:focus {
  outline: none;
  border-color: #121E76;
}

.agency-contact-section .contact-form-wrapper textarea {
  height: 120px;
  resize: vertical;
}

.agency-contact-section .submit-btn {
  background: #121E76;
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.agency-contact-section .submit-btn:hover {
  background: #1a2a99;
}
/* #endregion 代理合作 */

/* #region 运营模式 */
.operationplan {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.operationplan .operationplan_header {
  padding: 25px 0;
  text-align: center;
  background: #fff;
  z-index: 2;
  position: relative;
  /* max-width: 900px; */
  margin: 0 auto;
}

/* 添加装饰性背景 */
.operationplan .operationplan_header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #121E76, transparent);
}

.operationplan .operationplan_icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

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

.operationplan .operationplan_title {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 25px;
  color: #121E76;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 1px;
}

/* 添加标题下划线动画效果 */
.operationplan .operationplan_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #121E76;
  transition: width 0.3s ease;
}

.operationplan .operationplan_header:hover .operationplan_title::after {
  width: 100px;
}

.operationplan .operationplan_desc {
  font-size: 16px;
  color: #666;
  margin: 0 auto;
  line-height: 1.8;
  max-width: 80%;
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background: rgba(18, 30, 118, 0.03);
}

/* 添加引号装饰 */
.operationplan .operationplan_desc::before,
.operationplan .operationplan_desc::after {
  content: '"';
  position: absolute;
  font-size: 60px;
  color: rgba(18, 30, 118, 0.1);
  font-family: serif;
}

.operationplan .operationplan_desc::before {
  top: -10px;
  left: 0;
}

.operationplan .operationplan_desc::after {
  bottom: -40px;
  right: 0;
}

.operationplan .operationplan_content {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center; /* 居中对齐 */
  align-items: center;
  overflow: hidden; /* 防止内容溢出 */
}

/* 优化遮罩层效果 */
.operationplan .operationplan_content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(18, 30, 118, 0.7),
    rgba(48, 48, 48, 0.6)
  );
  z-index: 1;
  transition: opacity 0.3s ease;
}

.operationplan .operationplan_content_box {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 40px;
}

.operationplan .content_text {
  width: 55%;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* animation: fadeInLeft 0.8s ease-out; */
}

/* 按钮组样式优化 */
.operationplan .button_group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  /* animation: fadeInRight 0.8s ease-out; */
}

.operationplan .feedback_btn,
.operationplan .service_btn {
  width: 380px;
  padding: 14px 0;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0s; /* 移除背景色过渡 */
}

.operationplan .feedback_btn {
  background: linear-gradient(45deg, #121E76, #1a2a99);
  color: #fff;
  /* border: 2px solid #121E76; */
}

.operationplan .service_btn {
  background: #fff;
  color: #121E76;
  /* border: 2px solid #121E76; */
}

.operationplan .feedback_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 25px rgba(18, 30, 118, 0.3);
  background: transparent;
  border-color: #fff;
}

.operationplan .service_btn:hover {
  transform: translateY(-3px);
  /* box-shadow: 0 7px 25px rgba(255, 255, 255, 0.2); */
  background: transparent;
  border-color: #fff;
  color: #fff;
}

/* 波纹效果 */
.operationplan .feedback_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease-out, height 0.6s ease-out;
}

.operationplan .service_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(18, 30, 118, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease-out, height 0.6s ease-out;
}

/* 波纹展开时的效果 */
.operationplan .feedback_btn:hover::after,
.operationplan .service_btn:hover::after {
  width: 380px;
  height: 380px;
}

.operationplan .feedback_btn:active,
.operationplan .service_btn:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

/* #endregion 运营模式 */
/* #region 精选产品 */
.recomend_product {
  max-width: 1280px;
  margin: 60px auto;
  padding: 0 20px;
}

/* 标题栏样式 */
.recomend_product_title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f5f5f5;
  position: relative;
}

.recomend_product_title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #121E76;
}

.recomend_product_title img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.recomend_product_title span {
  font-size: 24px;
  font-weight: 600;
  color:  #121E76;
}

/* 商品网格布局 */
.recomend_product_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 20px 10px;
}

.recomend_product_item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
  position: relative;
}

.recomend_product_item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 15px 40px rgba(18, 30, 118, 0.15);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.recomend_product_item:hover {
  transform: translateY(-10px);
}

.recomend_product_item:hover::after {
  opacity: 1;
}

.recomend_product_item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.recomend_product_item:hover img {
  transform: scale(1.08);
}

.recomend_product_name {
  padding: 20px;
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: 600;
  background: #fff;
  position: relative;
  z-index: 1;
}

.recomend_product_item:hover .recomend_product_name {
  color: #121E76;
}

.recomend_product_item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.recomend_product_item:hover::before {
  opacity: 1;
}
/* #endregion 精选产品 */

/* #region 今日特价&清仓促销 */
.Specials-section{
	background-color:#fff;
}

.Specials-section .Specials-container{
	width: 100%;
	padding: 60px 0;
	text-align: center;
  position: relative;
  z-index: 1;
}

.Specials-section .Specials-container1{
  transform: translateY(-300px)
}

.Specials-section .Specials-container1::before {
  content: ""; 
  position: absolute;
  top: 0;
  left: 300px;
  right: 300px;
  bottom: 60px;
  background-color: rgba(17, 29, 118, 0.35);
  backdrop-filter: blur(25px);
  border-radius: 20px;
  z-index: -1;
}

.Specials-section .Specials-container h2{
	padding-bottom: 15px;
  color: #111D76;
  text-align: center;
  font-size: 50px;
  font-weight: 350;
}

.Specials-section .Specials-container1 h2{
  color: #fff;
}

.Specials-section .Specials-container p{
	font-weight: 400;
	padding-bottom: 20px;
	width: 90%;
	margin: 0 auto;
  color: #4D4D4D;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px; 
  margin-bottom: 50px;
}

.Specials-section .Specials-container1 p{
  color: #fff;
}

.Specials-section .Specials-container .products{
	display: flex;
	width: 65%;
  margin: 0 auto;
	height: 650px;
}

.Specials-section .Specials-container .products .sub-product{
  width: 99%;
	height: 95%;
	background-color: #fff;
	text-align: center;
  border-radius: 10px;
  border: 1px solid #eae7e7;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.Specials-section .Specials-container .products .sub-product img{
	width: 100%;
	height: 350px;
	object-fit: cover; 
  border-radius: 10px;
}

.Specials-section .Specials-container .products .sub-product .info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.Specials-section .Specials-container .products .sub-product .info .title{
  color: #4D4D4D;
  font-size: 26px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 5px;
  height: 100px;
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical; 
  overflow: hidden;
}

.Specials-section .Specials-container .products .sub-product .info .factory{
	color: #4D4D4D;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical; 
  overflow: hidden;
}

.Specials-section .Specials-container .products .sub-product .info .original-price{
	color: #C8C8C8;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.Specials-section .Specials-container .products .sub-product .info .original-price span{
  text-decoration: line-through; 
}

.Specials-section .Specials-container .products .sub-product .info .bottom-line{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.Specials-section .Specials-container .products .sub-product .info .bottom-line .lowest-price{
  display: flex;
  align-items: center;
  gap: 5px;
}

.Specials-section .Specials-container .products .sub-product .info .bottom-line .lowest-price img{
	width: 45px;
  height: 31px;
}

.Specials-section .Specials-container .products .sub-product .info .bottom-line .lowest-price .price{
	color: #BF0022;
  font-weight: 700;
  line-height: 26px;
  font-size: 24px;
}

.Specials-section .Specials-container .products .sub-product .info .bottom-line .moreInfo{
  display: flex;
  align-items: center;
  gap: 5px;
}

.Specials-section .Specials-container .products .sub-product .info .bottom-line .moreInfo a{
  color: #111D76;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px; 
  
}

.Specials-section .Specials-container .products .sub-product .info .bottom-line .moreInfo img{
  width: 22px;
  height: 22px;
}
/* #endregion 今日特价&清仓促销 */

/* #region 新代理采购 */
.Agency-Procurement-container{
	background-color:#fff;
  width: 100%;
}

.Agency-Procurement-container .intro{
  background-image: url("/mobile_static/img/services/1.png");
  background-size: cover;
	background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 1800px;
}

.Agency-Procurement-container .intro h2{
  color: #111D76;
  text-align: center;
  font-size: 50px;
  padding-top: 120px;
  margin-bottom: 10px;
  font-weight: 350;
  line-height: 88px; /* 146.667% */
  }

.Agency-Procurement-container .intro p{
  color: #4D4D4D;
  text-align: center;
  font-weight: 400;
  width: 50%;
  margin: 0 auto;
  font-size: 22px;
  line-height: 40px; /* 181.818% */
}

.Agency-Procurement-container .intro .down-arrow {
  width: 2px; /* 线的宽度，改细 */
  height: 80px; /* 线的高度 */
  background-color: #111D76; /* 线的颜色 */
  margin: 35px auto; /* 居中对齐，调整与文字的间距 */
  position: relative;
}

.Agency-Procurement-container .intro .down-arrow::after {
  content: '';
  position: absolute;
  bottom: -6px; /* 调整箭头位置 */
  left:-1.9px; /* 调整箭头位置 */
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #111D76; /* 箭头颜色，改细 */
}

.Agency-Procurement-container .intro .detail{
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(7.5px);
  width: 50%;
  margin: 0 auto;
  padding: 10px 0;
}

.Agency-Procurement-container .intro .detail p{
  color: #4D4D4D;
  text-align: center;
  font-weight: 400;
  color: #4D4D4D;
  font-size: 22px;
  line-height: 40px; 
  width: 85%;
}
/* #endregion 新代理采购 */

/* #region 新物流清关 */
.logistics-section{
  background-color:#fff;
}

.logistics-section .logistics-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  margin-top: -300px;
}

.logistics-section .logistics-container h2{
  color: #111D76;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 350;
  line-height: 88px; /* 146.667% */
}

.logistics-section .logistics-container p{
  color: #4D4D4D;
  text-align: center;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px; 
  width: 70%;
}

.logistics-section .logistics-container .pictures-container{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat, #D9D9D9;
  border: 1px solid #C8C8C8;
  width: 76%;
  height: 650px;
  margin: 0 auto;
  margin-bottom: 60px;
  overflow: hidden;
}

.logistics-section .logistics-container .pictures-container .container1{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50%;
  height: 100%;
}

.logistics-section .logistics-container .pictures-container .container1 .img1{
  width: 90%;
  height: 90%;
}

.logistics-section .logistics-container .pictures-container .img2{
  flex: 0 0 50%;
  height: 100%;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat, #D9D9D9;
}

.logistics-section .logistics-container button{
  border-radius: 40px;
  border: 2px solid #111D76;
  color: #111D76;
  text-align: center;
  font-weight: 400;
  line-height: 28px; 
  padding: 10px 35px;
  background-color: #fff;
  font-size: 22px;
  margin-bottom: 70px;
}
/* #endregion 新物流清关 */

/* #region 新基地仓储 */
.storage-section{
  position: relative;
  background-image: url("/mobile_static/img/services/4.png");
  background-size: cover;
	background-position: center;
  width: 100%;
  height: 800px;
  margin: 100px 0 200px 0;
}

/* .storage-section::before {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111d76; 
  opacity: 0.8; 
}   */

.storage-section .storage-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.storage-section .storage-container h2{
  color: #111D76;
  text-align: center;
  margin: 50px 0 10px 0;
  font-size: 50px;
  font-weight: 350;
  line-height: 88px; /* 146.667% */
}

.storage-section .storage-container p{
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px; /* 181.818% */
  width: 60%;
}

.storage-section .storage-container button{
  border-radius: 40px;
  border: 2px solid #111D76;
  color: #111D76;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px; 
  padding: 10px 35px;
  background-color: transparent;
  margin-bottom: 120px;
}

.storage-section .storage-container .intro{
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  grid-auto-rows: auto;
  gap: 20px; 
  width: 70%;
  height: 320px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px;
  backdrop-filter: blur(7.5px);
}

.storage-section .storage-container .intro div{
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.storage-section .storage-container .intro div img{
  width: 80px;
  width: 80px;
}

.storage-section .storage-container .intro div span{
  color: #111D76;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 40px; 
  width: 70%;
}
/* #endregion 新基地仓储 */

/* #region 新商旅服务 */
.businessTravel-section{
  background-color:#fff;
}

.businessTravel-section .businessTravel-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.businessTravel-section .businessTravel-container h2{
  color: #111D76;
  text-align: center;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 350;
  line-height: 88px; /* 146.667% */
}

.businessTravel-section .businessTravel-container p{
  color: #4D4D4D;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
  width: 50%;
  font-size: 22px;
  line-height: 40px; /* 181.818% */
}

.businessTravel-section .businessTravel-container .picture-container{
  position: relative;
  background-image: url("/mobile_static/img/services/5.png");
  background-size: cover;
  width: 100%;
  height: 1200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.businessTravel-section .businessTravel-container .picture-container::before {
  content: ""; /* 必须添加 content 属性，否则伪元素不会渲染 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff; /* 背景颜色 */
  opacity: 0.2; /* 可调整透明度 */
}  

.businessTravel-section .businessTravel-container .picture-container button{
  border-radius: 40px;
  border: 2px solid #111D76;
  color: #111D76;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px; 
  padding: 10px 35px;
  background-color: rgb(255, 255, 255,0.7);
  margin-top: 50px;
  z-index: 1;
}
/* #endregion 新商旅服务 */
