* {
  margin: 0;
  padding: 0;
}

/* 图片禁止长按保存 */
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
}

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

input {
  outline: none;
}

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

.share img {
  width: 18px;
  height: 18px;
}

/* 锚点定位被遮挡 */
html {
  scroll-padding-top: 70px;
}

/* 锚点定位被遮挡  end */

html,
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.swiper-pagination-bullet:focus {
  outline: none;
}

/* 浏览器引导   start */
.mask {
  visibility: hidden;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mask.show {
  visibility: visible;
}

.wxShareYd .wxShareYdContent {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 39.75px;
  font-size: 20px;
  text-align: center;
}

.wxShareYd .wxShareYdContent p {
  width: 100%;
}

.topshares {
  display: flex;
  align-items: center;
}

.topshares img {
  display: block;
}

.brShareYd .brShareYdContent {
  color: #fff;
  position: absolute;
  bottom: 14%;
  /* left: 0;
  right: 0;
  margin: 0 auto; */
  font-size: 16px;
  text-align: center;
}

.brShareYd .brShareYdContent .wxMenu {
  -webkit-transform: translateX(-39.75px) rotateX(180deg);
  transform: translateX(-39.75px) rotateX(180deg);
}




/* 浏览器引导   end */

.share img {
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 8px;
  pointer-events: all;
}


.sortRed {
  color: #BE0022;
}

.nav {
  width: 94%;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
  margin: 10px auto;
  overflow: hidden;
  /* overflow-x: scroll; */
  width: calc(100% - 44px);
  margin-left: 3%;
  margin-right: 40px;
}

nav {
  position: relative;
  /* padding-right: 30px; */
  width: 100%;
}

.navList {
  display: none;
  padding: 10px 3%;
  position: absolute;
  background-color: #FFFFFF;
  top: 100%;
  left: 0;
  box-shadow: 0px 13px 20px 0px #f5f5f5;
  z-index: 11;
  width: 100%;
  box-sizing: border-box;
}

.navList .list {
  display: flex;
  /*grid-template-columns: repeat(1, 1fr);*/
  row-gap: 10px;
}

.nav>div:not(:nth-child(-n + 3)) {
  display: none;
}

.navList span:nth-child(-n + 3) {
  display: none;
}

.navList span {
  margin-right: 30px;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  width: fit-content;
}

.navBottom {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: -8px 0px 5px -3px #f5f5f5;
}

.nav::-webkit-scrollbar {
  display: none
}

.nav:after {
  content: '';
  background: #E7E7E7;
  position: absolute;
  height: 1px;
  width: 108%;
  bottom: -10px;
  left: -20px;
}

.nav div {
  line-height: 30px;
  text-transform: capitalize;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  margin-right: 30px;
}

.nav div img,
.navList span img {
  height: 14px;
  left: 102%;
  object-fit: cover;
  position: absolute;
  top: 0;
  image-rendering: -webkit-optimize-contrast;
}


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

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

.nav .nav_active {
  position: relative;
}

.nav .nav_active::after {
  content: '';
  background: #BE0022;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.advertising {
  width: 94%;
  margin: 0 auto;
  display: none;
}

.cocatUs {
  position: relative;
}

.cocatUs:after {
  content: '';
  background-color: #DFDFDF;
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
}

.advertising img {
  width: 100%;
  height: 64px;
}

.ban_width {
  margin: 0 auto;
  position: relative;
  max-width: 3840px;
}

.ban_width .swiper {
  height: 278px;
}

.ban_width .swiper-slide div a {
  display: block;
}

.ban_width .swiper-slide > div > a > img {
  width: 100%;
  /* height: 164px; */
  height: 278px;
  object-fit: cover;
  vertical-align: top;
}

.ban_width .swiper-slide .video video {
  height: 278px;
  vertical-align: top;
}

.ban_width .swiper-pagination {
  position: absolute;
  /* top: 82%; */
}

.ban_width .swiper-button-prevs {
  position: absolute;
  bottom: 8%;
  left: 8%;
  z-index: 10;

}

.ban_width .swiper-button-nexts {
  position: absolute;
  bottom: 8%;
  right: 8%;
  z-index: 10;
}

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

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

.broadcast {
  width: 94%;
  margin: 10px auto;
  display: flex;
}


.broadcast .over .animation {
  display: flex;
  align-items: center;
  color: #333;
  width: 90%;
}

.broadcast .over .animation div {
  white-space: nowrap;
}

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

.broadcast .over {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}

.broadcast .animation {
  animation-name: move;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.broadcast .animation div {
  margin: 0 20px;
  font-size: 14px;
}

@keyframes move {
  from {
    transform: translateX(100%);
  }

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

.activity {
  width: 94%;
  margin: 5px auto 10px;
}

.activity img {
  width: 100%;
}

.option {
  width: 94%;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-around;
  padding-top: 10px;
  border-top: 1px solid #DFDFDF;
}

/* .option:after {
  content: '';
  background-color: #DFDFDF;
  height: 1px;
  position: absolute;
  width: 108%;
  bottom: -20px;
  left: -20px;
} */

.option div {
  text-transform: capitalize;
  width: 30%;
  /* border: 1px solid red; */
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  /* line-height: 1.3em; */
}

.option div a {
  color: #B7B7B7;
}

.option .opi_active a {
  color: #000;
}

.option .opi_active {
  position: relative;
}

.option .opi_active:after {
  content: '';
  position: absolute;
  width: 75%;
  bottom: -5px;
  left: 12%;
  background: #0D1D76;
  height: 2px;
}

.opi_content {
  width: 94%;
  margin: 40px auto 0;
  position: relative;
  /* border: 1px solid red; */
}

/* .opi_content:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -11.5px;
  width: 106%;
  background-color: #F7F7F7;
  height: 10px;
} */

.content_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content_title .title_img,
.product .product_title img,
.new_energy .new_title img {
  padding-right: 10px;
}

.content_title .title_img img,
.product .product_title img,
.new_energy .new_title img {
  width: 24px;
  /* height: 15.5px; */
}

.new_energy .new_title,
.product .product_title {
  display: flex;
  align-items: center;
}
.content_title .title_p p:nth-child(1) {
  text-transform: capitalize;
  font-weight: bold;
}

.content_title .title_p p:nth-child(2) {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  width: 327px;
  text-overflow: ellipsis;
}

.content_flex {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.content_flex dl {
  width: 31%;
}

.content_flex dl dd {
  font-size: 12px;
  color: #626262;
  word-break: break-word;
  /* text-align: center; */
}

.content_flex dl dt {
  text-align: center;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.content_flex dl dt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.content_flex dl .sizeBig {
  color: #111;
  font-size: 13px;
  padding: 5px 0;
  /* text-align: center; */
  text-transform: capitalize;
}

.content_box {
  position: relative;
  /* margin: 40px 0; */
  padding: 38px 26px;
}
.content_box:nth-child(even){
  background-color: #F2F2F2;
}

/* .content_box:after {
  content: '';
  background-color: #DFDFDF;
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
} */

.content_box .title_p {
  color: #121E76;
  max-width: 80%;
  font-size: 20px;
}

.new_energy {
  border-bottom: 1px solid #DFDFDF;
}

.new_energy .new_title {
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 20px;
}

.new_energy .but_back {
  background: url(../img/back1.png)no-repeat left center;
  height: 150px;
  width: 160px;
  position: relative;
}

.new_energy .but_back button {
  position: absolute;
  width: 88px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 22px;
  border: none;
  font-size: 12px;
  left: 10px;
  bottom: 10px;
}

.new_energy .new_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.new_energy .new_flex>a:nth-child(-n+5) {
  border-bottom: 1px solid #DFDFDF;
}

.new_energy .new_flex>a:nth-child(even) {
  border-right: 1px solid #DFDFDF;
}

.new_flex a {
  color: #111;
  padding: 0px 10px;
}

.new_energy .new_flex .but_back {
  /* grid-row: 1 / 3; */
  display: none;
}

.new_energy .new_back {
  background-color: #FBFBFB;
}

.new_energy .new_flex .new_right {
  display: flex;
  /* margin: 30px 0; */
  justify-content: space-between;
  /* padding: 0 15px; */
}

.new_energy .new_flex .new_bor {
  position: relative;
  width: 100%;
  padding: 15px 0;
}

.new_energy .new_flex .new_bor div:nth-child(1) {
  width: 100px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 38px;
  line-height: 19px;
}

.new_energy .new_flex .new_bor div img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}

/* .new_energy .new_flex .new_bor:after {
  content: '';
  background-color: #DFDFDF;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -52px;
  width: 100%;
} */

/**/
.materials {
  border-bottom: 1px solid #DFDFDF;
  margin-top: 20px;
}

.materials .new_title {
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 20px;
}

.materials .but_back {
  background: url(../img/back2.png)no-repeat left center;
  height: 150px;
  width: 160px;
  position: relative;
}

.materials .but_back button {
  position: absolute;
  width: 88px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 22px;
  border: none;
  font-size: 12px;
  left: 10px;
  bottom: 10px;
}

.materials .new_flex {
  display: grid;
  grid-template-columns: 0fr 1fr;
  grid-template-rows: 75px 75px;
  gap: 25px;
}

.materials .new_flex .but_back {
  grid-row: 1 / 3;
}

.materials .new_back {
  background-color: #FBFBFB;
}

.materials .new_flex .new_right {
  display: flex;
  /* margin: 30px 0; */
  justify-content: space-between;
  /* padding: 0 15px; */
}

.materials .new_flex .new_bor {
  position: relative;
}

.materials .new_flex .new_bor:after {
  content: '';
  background-color: #DFDFDF;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.product {
  position: relative;
}

/* .product:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -11.5px;
  width: 106.2%;
  background-color: #F7F7F7;
  height: 10px;
} */

.product .product_title {
  text-transform: capitalize;
  font-weight: bold;
  margin: 20px 0 15px 0;
}

.product .product_flex {
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; */
  display: grid;
  /* grid-template-columns: 1fr 0fr; */
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 20px;
  /* grid-template-rows: 1fr 1fr; */
}

.product .product_flex .pro_box {
  /* width: 175px; */
  margin: 5px 0;
  /* height: 200px; */
}

.product .product_flex .pro_box>a>div:first-child {
  text-align: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

video {
  width: 100%;
  /* height: 150px; */
}

.swiper-slide video::-webkit-media-controls {
  display: none !important;
}

.swiper-slide .video video {
  height: 175px !important;
}

.video {
  position: relative;
  display: block;
}

.video .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px !important;
  height: 45px !important;
  pointer-events: all;
}

.product .product_flex .pro_box>a>div:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.product .product_flex .pro_box .pro_money {
  font-weight: bold;
  font-size: 14px;
  margin: 3px 0;
  color: #000;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #BE0022;
  height: 19px;
}

.product .product_flex .pro_box .pro_tit {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  width: 160px;
  /* 一行显示 */
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  /* 两行显示 */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* word-break: break-all; */
  min-height: 34px;
}

.product .product_flex .pro_box .pro_flex {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  margin-top: 3px;
  justify-content: space-between;
}

.product .product_flex .pro_box .pro_flex .pro_cont {
  width: 70px;
  /* color: red; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.box-back {
  background-color: #F7F7F7;
}

.foot {
  /* background-color: pink; */
  margin-top: 19px;
  padding: 25px 0;
}

.foot-box {
  width: 94%;
  margin: 0 auto;
  font-size: 11px;
}

.foot-box p {
  color: #BE0022;
}

.foot .foot-box .foot-left p {
  padding-bottom: 10px;
}

.foot .foot-box .foot-left .width {
  width: 300px;
  white-space: wrap;
  padding-top: 10px;
  color: #999;
}

.foot .foot-box .foot-left .foot-time {
  color: #626262;
}

.foot .foot-box .foot-right {
  display: flex;
  align-items: center;
}

.foot .foot-box .foot-right dl {
  font-size: 10px;
  margin-left: 12px;
  color: #626262;
}

.foot .foot-box .foot-right dl dt {
  text-align: center;
}

.foot .foot-box .foot-right dl dt img {
  width: 82%;
}

.footer {
  background-color: #222946;
  font-size: 11px;
  text-align: center;
  color: #F7F8FA;
  padding: 20px 0;
}

.footer p:nth-child(3) a {
  color: #EF3E4F;
}

.footer p {
  line-height: 2em;
}

/*产业资讯*/
.opi_content .industry {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin: 15px 0;
}

.opi_content .industry .industry-left img {
  border-radius: 5px;
  width: 115px;
  height: 90px;
  object-fit: cover;
}

.opi_content .industry .industry-right {
  display: flex;
  padding: 5px 0;
  flex-direction: column;
  width: 65%;
  justify-content: space-between;
}

.opi_content .industry .industry-right .industry-tit {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.opi_content .industry .industry-right .industry-time {
  color: #999;
  font-size: 12px;
}

/*联系官方*/
.opi_content .contact-banner img {
  width: 100%;
}

.opi_content .contact-banner {
  position: relative;
}

.opi_content .contact-input {
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: -20px;
}

.opi_content .contact-input input {
  width: 91%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: -1px 2px 5px 1px #ccc;
  margin-bottom: 20px;
}

.opi_content .contact-input .cont-color input::-webkit-input-placeholder {
  color: #333;
}

textarea {
  outline: none;
  font-family: "微软雅黑";
  resize: none;
  width: 91%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: -1px 2px 5px 1px #ccc;
  height: 100px;
}


.platform-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}

.platform-flex .platform-title {
  margin-top: 20px;
  text-align: center;
}

.platform-flex .platform-title span {
  font-size: 17px;
  color: #0D1D76;
  font-weight: bold;
}

.platform-flex p {
  font-size: 11px;
  color: #666;
}

.cont-title {
  font-size: 13px;
  color: #333;
  margin: 20px 0;
}

.cont-title .cont-img img {
  width: 100%;
}

.video video {
  width: 100%;
  margin-bottom: 10px;
  /* height:205px; */
  min-height: 100px;
}

h3 {
  font-size: 16px;
}

.ping-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.ping-flex dl dt img {
  width: 165px;
  /* height: 95px; */
  height: 125px;
  object-fit: cover;
}

.ping-flex dl {
  margin-top: 15px;
}

.ping-flex dl dd {
  text-align: center;
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}

.learn-more {
  border: 1px solid #c4c4c4;
  width: 140px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 15px auto 0;
  color: #666;
  font-size: 14px;
}

.learn-mores {
  border: 1px solid #c4c4c4;
  width: 140px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 15px auto 0;
  color: #666;
  font-size: 14px;
}

#pop-up {
  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;
  /* height: 20px; */
  padding: 10px 20px;
  z-index: 9999999;
  border-radius: 10px;
  max-width: 90%;
  white-space: normal;
  width: fit-content;
}

.swiper-button-prev,
.swiper-button-next:focus {
  outline: none;
}

/* 标签 */

.flexB {
  margin: 6px 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.flexB .ziying {
  width: 30px;
  height: 30px;
}

.flexB .ziying img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

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

}

.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;
}


.to-top {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 11;
  display: none;
  box-shadow: 0 0 5px #ccc;
  /* background: url(../img/erji.png) no-repeat left center; */
  width: 40px;
  height: 40px;
  line-height: 40px;
  /* border: 1px solid red; */
  background-color: #fff;
  z-index: 999;
  background-position: 50%;
  border-radius: 30px;
  margin: 15px 0;
  background-size: 45%;
  right: 10px;
}

.to-top img {
  width: 25px;
  height: 25px;
  display: block;
  margin: auto;
  margin-top: 6px;
}

.uploadFileName {
  width: 94%;
  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: 80%;
  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("/mobile_static/img/guanbi-2.png");
  background-size: cover;
  cursor: pointer;
  /* pointer-events: auto; */
}

.hot {
  padding-bottom: 10px;
  border-bottom: 1px solid #DFDFDF;
}

/* 网站合作  start */

.webLogo,
.Market_box {
  width: 94%;
  margin: 0px auto 0px;
  background: #ffffff;
  padding: 10px;
  margin-top:30px;
}

.webLogo .title,
.Market_box .title {
  text-transform: capitalize;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 100%;
}
.webLogo .title{
  font-size: 16px;
}
.webLogo .title img,
.Market_box .title img {
  width: 27px;
  margin-right: 10px;
}

.webLogo .flexBet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}

.webLogo .flexBet a {
  display: block;
  width: 50%;
  height: 34px;
  box-sizing: border-box;
  border-left: 1px solid #dfdfdf;
}

.webLogo .flexBet a:first-child {
  border-left: 0;
}

.webLogo .flexBet a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.webLogo .flexEnd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #515996;
  font-size: 14px;
}

.webLogo .flexEnd a {
  color: #515996;
  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: 90%;
  /* height: 742px; */
  background: #FFFFFF;
  z-index: 999;
  /* margin: 100px auto;*/
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  margin: auto;
  box-sizing: border-box;
}

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

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

.webLogoPop .webLogoBox .webLogoList a {
  width: 100%;
  height: 100px;
}

.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 */
/* 市场机会  start */
.Market_box .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  /* margin: 0 20px; */
}

.Market_box .flex .flex {
  /* margin-left: 25px; */
}

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

.Market_box .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 {
  background: #ffffff;
  box-sizing: border-box;
  height: 150px;
  overflow: hidden;
  margin: 0;
}

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

.Market_box .listI .item {
  display: block;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  border-bottom: 1px dashed #dedede;
  font-size: 10px;
  color: #999999;
  padding: 20px 0 15px 0;
}

.Market_box .listI a .title {
  font-size: 12px;
  font-weight: 500;
  max-width: calc(100% - 80px);
  margin: 0;
  text-transform: capitalize;
}

.Market_box {
  border-top: 1px solid #DFDFDF;
  margin: 5px auto 0px;
  padding: 10px 0px;
}

/* 市场机会  end */





/* 受欢迎推荐 start */
.content_title {
  position: relative;
}

.content_title .swiper-pagination {
  left: auto !important;
  right: 0 !important;
  transform: translateX(0%) !important;
}

.content_title .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 3px;
  border-radius: 1px;
  margin-left: 3px;
  background: #000;
  opacity: .2;
}

.content_title .swiper-pagination .swiper-pagination-bullet-active {
  background: #BE0022 !important;
  opacity: 1;
}

.swiperRecommendations {
  margin-top: 20px;
}

.swiperRecommendations .img-center {
  text-align: center;
}

.swiperRecommendations .img-center img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0 auto;
}

.swiperRecommendations .tit {
  font-size: 12px;
  color: #626262;
  text-align: center;
  word-break: break-word;
}


.noneRecommendations {
  color: #999999;
  font-size: 12px;
  text-align: center;
  height: 100px;
  line-height: 100px;
}

/* 受欢迎推荐   end */



.ban_width .swiper-slide{
  position: relative;
}
.ban_width .swiper-slide .banner-brief{
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
}
.ban_width .swiper-slide .banner-brief .banner-txt{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.ban_width .swiper-slide .banner-brief h3{
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.ban_width .swiper-slide .banner-brief p{
  font-size: 16px;
  line-height: 1.4;
}
.ban_width .swiper-slide::after{
  content: '';
  position: absolute;
  left: 0;
  /* top: 0; */
  bottom: 0;
  right: 0;
  height: 40%;
  /* background: linear-gradient(180deg, rgba(18, 30, 118, 0) 0%, #121E76 100%); */
  background: linear-gradient(184.44deg, rgba(18, 30, 118, 0) 9.02%, #121E76 123.82%);

  z-index: 0;
}
.ban_width .swiper-slide div video{
  /* height: 100vh; */
  background-color: #fff;
  object-fit: cover;
  /* background-color: rgba(0, 0, 0, .55); */
  vertical-align: top;
  height: 278px;
}

.banner_btn{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.more_btn a {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  /* 添加动画效果 */
}
.more_btn img{
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 6px;
  vertical-align: middle;
}

.swiperRecommendations .slide-box .img-center img{
  width: 282px;
  height: 188px;
  vertical-align: top;
}
.slide-box .slide-decoration{
  text-transform: uppercase;
  font-weight: 600;
  color: #151515;
  font-size: 12px;
  margin: 14px 0;
}
.slide-box .slide-decoration::before{
  content: '';
  width: 40px;
  height: 2px;
  background-color: #BD0023;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}
.swiperRecommendations .slide-box  .tit{
  margin: 14px auto;
  font-size: 18px;
  color: #121E76;
  line-height: 1.4;
  text-align: left;
  height: 50px;
  font-weight: 600;
  display: -webkit-box; /* 使用弹性盒子布局模型 */
  -webkit-box-orient: vertical; /* 垂直排列子元素 */
  -webkit-line-clamp: 2; /* 限制在3行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
}
.swiperRecommendations .slide-box  .tit a{
  display: block;
  color: #121E76;
}
.slide-box .slide-tags{
  margin: 14px auto;
}
.slide-box .slide-tags span{
  background-color: #BD0023 !important;
  border-radius: 20px;
  font-size: 12px;
  padding: 2px 6px;
  margin-right: 6px;
  color: #fff;
}
.slide-box .slide-learn-more a{
  display: block;
  text-align: center;
  line-height: 50px;
  width: 146px;
  height: 50px;
  text-transform: uppercase;
  color: #121E76;
  border: 1px solid #121E76;
  border-radius: 25px;
  font-weight: 600;
  font-size: 12px;
}


.about-box.anton{
  background-color: #F2F2F2;
}
.about-box.esg{
  background-color: #fff;
}
.about-box{
  padding: 38px 28px;
}
.about-box .about-title{
  font-size: 24px;
  font-weight: 600;
  color: #121E76;
}
.about-box .about-desc{
  padding-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #949494;
}
.about-box .about-item{
  margin-top: 14px;
  padding: 20px 14px;
  background-color: #fff;
}
.about-box .about-item-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-box .about-item-title a{
  color: #BD0023;
  font-size: 28px;
  font-weight: 400;
}
.about-box .about-item-desc{
  padding-top: 12px;
  color: #949494;
  font-size: 14px;
}
.about-box.esg .about-item{
  background-color: #F2F2F2;
}

.qualification-wrap{
  margin: 20px 10px;
}
.qualification-brief{
  margin-bottom: 10px;
  text-align: center;
}
.qualification-brief strong{
  color: #121E76;
  font-size: 18px;
  text-align: center;
  font-weight: 600;

}
.qualification-brief p{
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}
.qualification-box img{
  height: 172px;
  width: 100%;
  object-fit: contain;
}
.webLogo.partner-box {
  padding: 10px 10px 30px 10px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.webLogo.partner-box .title{
  text-align: center;
  justify-content: center;
}
.webLogo.partner-box .flexBet{
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clip-path: inset(0 0 8px);
  white-space: nowrap;
  display: block;
}
.webLogo.partner-box .partner-list{
  white-space: nowrap;
  font-size: 0;
}
.webLogo.partner-box .flexBet a{
  display: inline-block;
  vertical-align: middle;
  width: 47%;
  margin-right: 14px;
}
.webLogo.partner-box .flexBet a img{
  vertical-align: top;
}
/* #region首页Products & Solutions */
.ps_box {
  padding: 10px;
}
.ps_title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  color: #121E76;
}
.ps_desc {
  font-size: 14px;
  color: #151515;
  padding:0 45px;
  margin-bottom: 20px;
  text-align: center;
}
.ps_content {
  /* 内容容器样式 */
}
.ps_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ps_item {
  width: 26.5%;
  text-align: center;
  padding: 10px;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
  border: 1px solid #C9C9C9;
  box-shadow: 0px 2px 9px -5px #00000040;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.ps_item:active {
  background-color: #BD0023;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.ps_icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ps_name {
  font-weight: bold;
  font-size: 11px;
  line-height: 1.1;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ps_item:active .ps_name {
  color: #FFFFFF;
}
/* 为每个图标类添加景图片 */
.icon-platform { background-image: url('../img/products/platform-icon.png'); }
.icon-digital { background-image: url('../img/products/digital-icon.png'); }
.icon-reservoir { background-image: url('../img/products/reservoir-icon.png'); }
.icon-deep-earth { background-image: url('../img/products/deep-earth-icon.png'); }
.icon-drilling { background-image: url('../img/products/drilling-icon.png'); }
.icon-downhole { background-image: url('../img/products/downhole-icon.png'); }
.icon-sand-control { background-image: url('../img/products/sand-control-icon.png'); }
.icon-well-completion { background-image: url('../img/products/well-completion-icon.png'); }
.icon-chemical { background-image: url('../img/products/chemical-icon.png'); }
.icon-management { background-image: url('../img/products/management-icon.png'); }
.icon-inspection { background-image: url('../img/products/inspection-icon.png'); }
.icon-leasing { background-image: url('../img/products/leasing-icon.png'); }
.icon-default { background-image: url('../img/products/default-icon.png'); }
/* 添加 active 状态下的白色图标 */
.ps_item:active .icon-platform { background-image: url('../img/products/white/platform-icon-white.png'); }
.ps_item:active .icon-digital { background-image: url('../img/products/white/digital-icon-white.png'); }
.ps_item:active .icon-reservoir { background-image: url('../img/products/white/reservoir-icon-white.png'); }
.ps_item:active .icon-deep-earth { background-image: url('../img/products/white/deep-earth-icon-white.png'); }
.ps_item:active .icon-drilling { background-image: url('../img/products/white/drilling-icon-white.png'); }
.ps_item:active .icon-downhole { background-image: url('../img/products/white/downhole-icon-white.png'); }
.ps_item:active .icon-sand-control { background-image: url('../img/products/white/sand-control-icon-white.png'); }
.ps_item:active .icon-well-completion { background-image: url('../img/products/white/well-completion-icon-white.png'); }
.ps_item:active .icon-chemical { background-image: url('../img/products/white/chemical-icon-white.png'); }
.ps_item:active .icon-management { background-image: url('../img/products/white/management-icon-white.png'); }
.ps_item:active .icon-inspection { background-image: url('../img/products/white/inspection-icon-white.png'); }
.ps_item:active .icon-leasing { background-image: url('../img/products/white/leasing-icon-white.png'); }
.ps_item:active .icon-default { background-image: url('../img/products/white/default-icon-white.png'); }
/* #endregion首页Products & Solutions */
/* #region 反馈 */
.feedback-container {
  background-image: url('../img/home/feedbackBg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin: 20px 10px; /* 外部容器的外边距 */
  padding: 20px 15px; /* 外部容器的内边距，这会在背景图内创建空间 */
  box-sizing: border-box;
}

.feedback {
  text-align: center;
  color: white;
}

.feedback-stars {
  width: 100px;
}

.feedback-subtitle {
  font-size: 14px;
  margin-bottom: 10px;
}

.feedback-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.feedback-description {
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 30px;
}

.feedback-button {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  padding: 5px 25px;
  border: 1px solid white;
  border-radius:5px;
  background-color: transparent;
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
}
.feedback-button img{
  width: 12px;
  height: 12px;
  margin-left: 15px;
}
.feedback-arrow {
  margin-left: 10px;
}
/* #endregion feddback */

/* #region platforms */
.website-preview {
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 8px;
  margin: 15px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: relative;
}

.website-preview iframe {
  width: 1920px; 
  height: 1080px; 
  transform: scale(0.1); 
  transform-origin: 0 0; 
  pointer-events: none; /* 防止用户与iframe交互 */
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}
.Platforms {
  padding: 40px 10px;
}
.Platforms-title{
  font-size: 18px;
  color: #121E76;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  /* color: #121E76; */
}
.Platforms-desc{
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
  /* font-weight: 600; */
}
.Platforms .FeaturedPlatforms .swiper-slide {
  height: auto;
}

.Platforms .slide-box {
  display: flex;
  flex-direction: column;
  text-align: justify;
  padding: 20px;
  height: 100%;
  height: 400px; 
  max-height: 440px;
  border-radius: 8px;
  border: 0.4px solid #000000;
  position: relative;
}

.Platforms .platform-icon img {
  height: 30px;
  margin-bottom: 15px;
}

.platform-title{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.platform-subtitle{
  font-size: 14px;
  /* font-weight: 600; */
  margin-bottom:10px;
}
.platform-description {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  flex-grow: 1;
  overflow-y: auto;
  margin-bottom: 15px;
}
/* .Platforms .platform-description {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  flex-grow: 1;
} */
.platform-bottom-content {
  margin-top: auto; /* 将底部内容推到底部 */
}
.Platforms .platform-learn-more {
  margin-top: 10px;  
}
.Platforms .platform-learn-more a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  /* position: absolute;
  bottom: 20px;
  left: 20px; */
}

.Platforms .platform-learn-more img {
  width: 10px;
  height: 10px;
  margin-left: 15px;
}
/* #endregion platforms */
/*#region  Collaborate with us*/
.collaborate-button {
  padding: 20px 30px;
}

.collaborate-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #121E76;
  color: white;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 15px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  position: relative;
}

.collaborate-link span {
  font-size: 14px;
  line-height: 1.2;
}

.arrow-icon {
  width: 15px;
  height: 15px;
  position: absolute; 
  right: 20px; 
  top: 50%; 
  transform: translateY(-50%); 
}
/*#endregion  Collaborate with us*/
/*#region expert*/
.expert-container {
  background-image: url('../img/home/expertBg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin: 20px 10px;
  padding: 20px 0 0 0;
  box-sizing: border-box;
}

.expert {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: white;
  padding: 15px;
}

.expert-txt {
  text-align: left;
  width: 60%;
  margin: 20px 0
}

.expert-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.expert-description {
  line-height: 1.5;
  font-size: 12px;
  padding-right: 20px;
}

.expert-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: #121E76;
  text-decoration: none;
  padding: 7px 0;
  border-radius: 6px;
  font-weight: bold;
  font-size: 12px;
  width: 100%; 
}

.expert-button img {
  width: 12px;
  height: 12px;
  margin-left: 15px;
}
/*#endregion expert*/

/*#region aboutAnton*/
.aboutAnton-container {
  background-color: #121E76;
  padding: 20px 0 20px 10px;
  margin-bottom: 40px;
}

.aboutAnton {
  text-align: center;
}

.aboutAnton-title,
.aboutAnton-desc {
  color: white;
}

.aboutAnton-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: left;
}

.aboutAnton-desc {
  font-size: 14px;
  margin: 0 0 20px;
  text-align: left;
}
/* #endregion aboutAnton */
/*#region aboutAntonquote  */
/* About Quote Section */
.swiperAboutAnton .about-quote,
.swiperAboutAnton .about-ESG,
.swiperAboutAnton .about-vision,
.swiperAboutAnton .about-map {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  margin: 20px 0;
  box-sizing: border-box;
}

.swiperAboutAnton .about-quote {
  background-image: url('../img/home/anboutusBg1.png');
}
.about-quote {
  position: relative;
  padding: 40px 10px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.quote-content {
  max-width: 53%;
  margin-top: 40px;
  color: #ffffff;
  text-align: start;
}
.quote-text {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.quote-author {
  position: relative;
  margin-top: 20px;
  padding-left: 10px;
}
.quote-author::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px; 
  height: 80%; 
  background-color: white;
}
.author-name {
  font-size: 10px;
  margin-bottom: 5px;
}
.author-title {
  font-size: 10px;
}
.slide-box.about-quote {
  position: relative; 
}
.quote-arrow {
  position: absolute;
  left: 20px; 
  bottom: 30px; 
  width: 30px; 
  height: 30px; 
  background-image: url('../img/home/about_arrow_right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* About ESG Section */
.swiperAboutAnton .about-ESG {
  background-image: url('../img/home/anboutESGBg.png');
}
.about-ESG {
  position: relative;
  padding: 40px 10px;
  height: 300px;
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
}
.ESG-content {
  color: #ffffff;
  text-align: start;
  padding: 0 10px;
}
.ESG-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ESG-desc {
  font-size: 16px;
}
.ESG-arrow {
  position: absolute;
  left: 20px; 
  bottom: 30px; 
  width: 30px; 
  height: 30px; 
  background-image: url('../img/home/about_arrow_right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* About Vision Section */
.swiperAboutAnton .about-vision {
  background-image: linear-gradient(180deg, rgba(18, 30, 118, 0) 10.76%, #121E76 100%), url('../img/home/vision.png');
}
.about-vision {
  position: relative;
  padding: 40px 10px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.vision-content {
  color: #ffffff;
  text-align: start;
  padding: 0 10px;
}
.vision-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.vision-desc {
  font-size: 16px;
}
.vision-arrow {
  position: absolute;
  left: 20px; 
  bottom: 30px; 
  width: 30px; 
  height: 30px; 
  background-image: url('../img/home/about_arrow_right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* About Map Section */
.swiperAboutAnton .about-map {
  background-image: url('../img/home/map.png');
}
.about-map {
  position: relative;
  padding: 40px 10px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.map-content {
  margin: 0 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.map_box {
  width: 48%; /* Slightly less than 50% to leave space */
  margin-bottom: 20px;
  text-align: center;
}
.mapNum {
  font-size: 26px; 
  color: #121E76;
  margin-bottom: 5px;
  font-weight: 600;
}
.map_txt {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.map-arrow {
  position: absolute;
  left: 20px; 
  bottom: 30px; 
  width: 30px; 
  height: 30px; 
  background-image: url('../img/home/about_arrow_right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* #endregion aboutAntonquote */

/* #region 模态框*/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: linear-gradient(140.66deg, #131F77 4.58%, #757CAB 95.03%);
  color: white;
  padding: 60px 35px;
  width: 80%;
  max-width: 400px;
  border-radius: 15px;
  text-align: center;
  position: relative;
}

.modal-content h3{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.modal-content h2{
  font-weight: 600;
  font-size: 18px;
    margin-bottom: 10px;
}
.modal-content p{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
    margin-bottom: 10px;
}
.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.modal-close img {
  width: 20px;
  height: 20px;
}
.modal-icon{
  margin-bottom: 10px;
}
.modal-icon img {
  width: 60px;
  height: 60px;
}

.modal-buttons button img {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}



.modal-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-buttons button {
  width: 80%;
  padding: 10px;
  margin: 5px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.modal-buttons button img {
  margin-left: 10px;
}

#proceed-btn {
  background-color: white;
  font-weight: 600;
  color: #121E76;
}

#cancel-btn {
  font-weight: 600;
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

body.modal-open {
  overflow: hidden;
}
/* #endregion 模态框*/
/*  */
.welcome-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}

.welcome-modal-content {
  background: linear-gradient(140.66deg, #131F77 4.58%, #757CAB 95.03%);
  color: white;
  /* margin: 50% auto; */
  padding: 60px 35px;
  width: 80%;
  max-width: 400px;
  border-radius: 15px;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.welcome-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.welcome-modal-close img {
  width: 20px;
  height: 20px;
}

.modal-logo {
  margin-bottom: 20px;
}

.modal-logo img {
  max-width: 150px;
  height: auto;
}

.welcome-modal-content p {
  font-size: 16px;
  line-height: 1.8;
  color: white;
  margin-bottom: 30px;
}

#welcome-modal-button {
  font-weight: 600;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  padding: 9px 70px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-weight: 600;
}

#welcome-modal-button span {
  margin-right: 10px;
}

#welcome-modal-button img {
  width: 10px;
  height: 10px;
}

body.modal-open {
  overflow: hidden;
}

/*  */
.product_flex {
  margin: 20px 10px 40px;
}
.product_flex .product-title{
  font-size: 20px;
  font-weight: 600;
  color: #121E76;
  line-height: 1.2;
}
.product_flex .pro_box {
  width: 100%;
  margin-top: 20px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.product_flex .pro_box .pro-desc{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 30px 10px;
  color: #fff;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #121E76 100%);
}
.product_flex .pro_box .pro-desc span{
  line-height: 16px;
  text-transform: uppercase;
  font-size: 12px;
}
.product_flex .pro_box .pro-desc .pro_tit{
  width: 65%;
  color: #fff;
  font-size: 18px;
}
.product_flex .pro_box .pro-desc img{
  width: 6px;
  height: 10px;
  vertical-align: middle;
}

.product_flex .pro_box a>div:first-child {
  text-align: center;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.product_flex .pro_box a>div:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 auto;
}

.product_flex .pro_box .pro_money {
  font-weight: bold;
  font-size: 14px;
  margin: 3px 0;
  color: #000;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #BE0022;
  height: 19px;
}

.product_flex .pro_box .pro_tit {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  /* 两行显示 */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
}

.product_flex .pro_box .pro_flex {
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
  margin-top: 3px;
  justify-content: space-between;
}

.product_flex .pro_box .pro_flex p {
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product_flex .pro_box .pro_flex .pro_cont {
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product_flex {
  position: relative;
}

.search-box-wrap{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
.search-box-wrap .search-box{
  position: relative;
  width: 84%;
  height: 34px;
  margin: 0 auto 30px;
  border: 1px solid #C1C1C1;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}
.search-box-wrap .search-box img{
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.search-box-wrap .search-box input{
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-family: Poppins;
  text-align: center;
  border: 0 none;
  outline: 0 none;
}



/* #region 解决方案 */
.solution-wrap{
  padding: 10px 16px 30px;
  /* background-color: #121E76; */
  /* text-align: center; */
}
.solution-topic{
  font-size: 14px;
  line-height: 50px;
  font-weight: 500;
  color: #121E76;
  /* text-transform: uppercase; */
}
.solution-title{
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.solution-swiper-navigation{
  text-align: right;
  margin-bottom: 14px;
}
.solution-swiper-navigation img{
  margin-left: 12px;
  cursor: pointer;
}
.solution-box{
  overflow: hidden;
  /* height: 540px; */
  box-sizing: border-box;
}
.solution-box > img{
  vertical-align: top;
}
.solution-box > a{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.4);
}
.swiper-scrollbar{
  height: 6px;
  margin-top: 20px;
  background-color: #F2F2F2;
}
.swiper-scrollbar .swiper-scrollbar-drag{
  background-color: #121E76;
}

.solution-icon{
  position: relative;
  padding-bottom: 26px;
}
.solution-icon::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 20px;
  transform: translateX(-50%);
  background-color: #BD0023;
}
.solution-icon img{
  width: 52px;
  height: 52px;
  vertical-align: top;
}
.solution-item-title{
  margin: 0 0 20px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}
.solution-item-brief{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  line-height: 24px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.solution-more-btn{
  display: block;
}
.solution-more-btn img{
  vertical-align: middle;
  width: 50px;
}
/* #endregion 解决方案 */


/* #region challenges  */
.challenges-wrap{
  margin-bottom: 10px;
}
.challenges-wrap .challenge-brief{
  padding: 20px 10px;
}
.challenges-wrap h2{
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  margin-bottom: 8px;
}
.challenges-wrap strong{
  color: #121E76;
  font-size: 14px;
  line-height: 50px;
  font-weight: 500;
}
.challenges-wrap .challenge-brief p{
  font-size: 14px;
  color: #151515;
  line-height: 20px;
  font-weight: 400;
}
.challenges-wrap .category-title {
  padding: 30px 0;
  margin: 0 10px;
  text-align: left;
}

.challenges-wrap .category-title h3 {
  font-size: 18px;
  /* line-height: 32px; */
  color: #121E76;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.challenges-wrap .category-title h3:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #121E76;
}
.challenges-wrap .category-title p {
  font-size: 14px;
  color: #151515;
  line-height: 20px;
  font-weight: 400;
  margin-top: 20px;
}
.challenges-wrap .challenge-sub{
  padding: 20px 10px;
}
.challenges-wrap .challenge-sub h2{
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 1.5;
}
.challenges-wrap .challenge-sub h2::before{
  position: absolute;
  left: 0;
  top: 2px;
  content: '';
  width: 3px;
  height: 18px;
  background-color: #BD0023;
}
.challenges-wrap .challenge-item{
  height: 150px;
  position: relative;
  margin: 0 10px 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.challenges-wrap .challenge-item img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: bottom;
}
.challenges-wrap .challenge-item::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff50;
  z-index: 1;
}
/* .challenges-wrap div:nth-of-type(2){
  background-image: url('../img/challenges/first_challenge.jpg');
}
.challenges-wrap div:nth-of-type(3){
  background-image: url('../img/challenges/second_challenge.jpg');
}
.challenges-wrap div:nth-of-type(4){
  background-image: url('../img/challenges/third_challenge.jpg');
}
.challenges-wrap div:nth-of-type(5){
  background-image: url('../img/challenges/forth_challenge.jpg');
}
.challenges-wrap div:nth-of-type(6){
  background-image: url('../img/challenges/fifth_challenge.jpg');
} */
.challenges-wrap .challenge-item > div{
  position: relative;
  padding: 20px;
  z-index: 2;
}
.challenges-wrap .challenge-item h3{
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  margin-bottom: 14px;
}
.challenges-wrap .challenge-item p{
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}
.challenges-wrap .challenge-item > a{
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url(../img/home/about_more.png) no-repeat;
  background-size: cover;
  display: block;
  z-index: 2;
}
/* #endregion challenges  */

/* #region new feedback */
.challenge-brief{
  padding: 20px 10px;
}
.challenge-brief h2{
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  margin-bottom: 8px;
}
.challenge-brief strong{
  color: #121E76;
  font-size: 14px;
  line-height: 50px;
  font-weight: 500;
}
.challenge-brief p{
  font-size: 14px;
  color: #151515;
  line-height: 20px;
  font-weight: 400;
}
.new-feedback-box{
  background-color: #DFDFDF;
}
.new-feedback-description{
  padding: 20px 10px;
}
.new-feedback-box img{
  vertical-align: top;
}
.new-feedback-description p{
  font-size: 14px;
  color: #151515;
  line-height: 20px;
  font-weight: 400;
}
.new-feedback-btn{
  margin-top: 14px;
  color: #121E76;
  font-size: 12px;
  font-weight: 500;
}
.new-feedback-btn a{
  color: #121E76;
}
.new-feedback-btn .arrow{
  display: inline-block;
  margin-right: 10px;
}
/* #endregion new-feedback */

/* #region resources */
.resources-section {
  margin: 0 auto;
}

.resources-section .resources-image {
  margin: 30px 0 0px;
  position: relative;
}
.resources-section .resources-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(18, 30, 118, 0.2) 0%, rgba(18, 30, 118, 0.7) 50%);
}

.resources-section .resources-image img {
  width: 100%;
  height: auto;
}
.resources-section .resources-content{
  padding: 10px 10px 30px;
}
.resources-section .resources-label {
  color: #121E76;
    font-size: 14px;
    line-height: 50px;
    font-weight: 500
}

.resources-section .resources-title {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: 400;
  margin-bottom: 8px;
}

.resources-description {
  font-size: 14px;
  color: #151515;
  margin-bottom: 20px;
  line-height: 20px;
  font-weight: 400;
}

.resources-link {
  color: #121E76;
  font-size: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.resources-link .resources-arrow {
  margin-right: 8px;
}
/* #endregion resources*/
/*#region AntonCore */
.antonCore-container {
  background: #121E76;
  padding: 30px 0;
  color: #fff;
  background: linear-gradient(180deg, #121E76 0%, #0B1550 100%);
  overflow: hidden;
  margin: 0 auto;
}

.antonCore {
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
}

.antonCore-title {
  font-size: 18px;

  font-weight: 600;
  margin-bottom: 20px;
}

.antonCore-desc {
  max-width: 800px;
  margin: 0 auto 0px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.antonCore-slider {
  position: relative;
  /* margin-bottom: 20px; */
  padding: 20px 0 20px;
  overflow: visible;
}

.swiperAntonCore {
  overflow: visible;
}
.antonCore-container .swiper {
  overflow: visible !important;
}
.antonCore-container .swiper-slide {
  transition: all 0.5s ease;
  opacity: 0.5;
  /* transform: scale(0.85); */
  transform: translateY(80px); 
  /* width: 400px; */
}

.antonCore-container .swiper-slide-prev,
.antonCore-container .swiper-slide-next {
  opacity: 0.5;
  /* transform: scale(0.9); */
  transform: translateY(40px); 
  z-index: 2;
}

.antonCore-container .swiper-slide-active {
  opacity: 1;
  /* transform: scale(1); */
  transform: translateY(0);
  z-index: 3;
}

.antonCore-container .core-card {
  /* overflow: hidden; */
  position: relative;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
  transition: all 0.3s ease;
  height: 203px; 
}

.antonCore-container .core-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.antonCore-navigation {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.antonCore-button-prev,
.antonCore-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
}

.antonCore-button-prev:hover,
.antonCore-button-next:hover {
  background: rgba(255, 255, 255, 0.3);
}

.antonCore-button-prev::after,
.antonCore-button-next::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.antonCore-button-prev::after {
  transform: translate(-30%, -50%) rotate(135deg);
}

.antonCore-button-next::after {
  transform: translate(-70%, -50%) rotate(-45deg);
}

/* #endregion AntonCore */









