@font-face {
  font-family: "AlimamaFangYuan";
  src: url(../fonts/AlimamaFangYuanTiVF-Thin2.ttf);
}

/* ===============================index*/

.inner {
  width: 90%;
  margin: 0 auto;
}

.padd {
  padding: 98px 0;
}

/* =====================================================================公共 */
/*css主要部分的样式*/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
  width: 6px;
  /*对垂直流动条有效*/
  height: 6px;
  /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: fff;
  border-radius: 0px;
}

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555555;
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
  background-color: none;
  height: 0;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
  background: khaki;
}

.moHead_mlb .img3 {
  display: block;
}

/*  */

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99999;
  /* border-bottom: 1px solid rgba(255,255,255, .1); */
  transition: all 0.48s;
}

.header::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}

.header .logo {
  padding-left: 3%;
  display: flex;
  justify-content: center;
}

.header .logo img {
  width: 120px;
}

.header .logo .img1 {
  display: block;
}

.header .logo .img2 {
  display: none;
}

.header .TBox {
  display: flex;
  align-items: center;
  height: 100%;
}

.header ul {
  display: flex;
  align-items: center;
  height: 100%;
}

.header ul li {
  position: relative;
  height: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header ul li a {
  display: block;
  margin: 5px 0;
  position: relative;
  font-size: 16px;
  color: #fff;
}
.header ul li .navZkUl a{
  font-size: 15px;
}
.header ul li.on a {
  color: #e2b852;
  font-weight: 600;
}

/* .header ul li a::after{
    content: '';
    width: 0%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    background: #47796e;
} */

.header .phone {
  display: flex;
  align-items: center;
  padding: 0 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}

.header .phone p {
  font-size: 18px;
  color: #fff;
}

.header .phone span {
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
  color: #fff;
  font-family: "Nexa";
  line-height: 1;
}

.header ul li {
  height: 90px;
}

.header.headerMain-bg ul li.on a,
.header.white ul li.on a {
  color: #e2b852;
}

.navZk {
  width: 100%;
  padding: 20px 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);

  display: none;
}

.navZkBox {
  display: flex;
  flex-wrap: wrap;
}

.navZkUl {
  width: 100%;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.navZkUl a {
  color: #333 !important;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500 !important;
  margin: 0 40px;
  text-align: center;
}

.navZkUl a img {
  width: 24px;
  margin-right: 10px;
}

.navZkUl a:hover {
  color: #e2b852 !important;
}

.navZkUl.flex{
}
.navZkUl.flex a{
  width: 33.33%;
  padding: 0 8px;
}
/*  */

.navZkR {
  width: 100%;
  display: flex;
}

.navZkImg {
  width: 25%;
  padding-top: 16%;
  overflow: initial;
}

.navZkImg i {
  display: block;
  width: 1px;
  height: 90%;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 0;
  top: 5%;
}

.navZkImg:last-child i {
  display: none;
}

.navZkImg img {
  width: 70%;
  height: 70%;
  left: 15%;
  top: 5%;
  object-fit: contain;
  z-index: 3;
}

.navZkImg p {
  font-weight: 500;
  width: 100%;
  padding: 0 10%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 2%;
  z-index: 3;
}

.navZkImg:hover img {
  transform: scale(1.1);
}

.navZkImg:hover p {
  color: #e2b852;
}
/*  */

.header .nav {
  margin-right: 15%;
}

.headR {
  display: flex;
  align-items: center;
  margin-right: 3%;
}

.hSS {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.hSS svg {
  width: 20px;
  height: 20px;
}

.hSS input {
  width: 200px;
  background: none;
  border: none;
  padding: 4px 20px;
  color: #fff;
}

.hSS input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.hLan {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 40px;
}

.hLan svg {
  width: 50%;
  height: 50%;
}

.hLan svg path {
  fill: #e2b852;
}

/*  */

.header_bg.header ul li a {
  color: #333;
}

.header_bg.header .phone span {
  color: #333;
}

.header_bg.header .phone p {
  color: #333;
}

.header_bg.header .phone {
  border-right: 1px solid rgb(0, 0, 0, 0.1);
  border-left: 1px solid rgb(0, 0, 0, 0.1);
}

.header_bg.header ul li a::after {
  background: #333;
}

.header_bg.header {
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.header_bg .headMenu span {
  background: #333;
}

.header.header_bg .logo .img2 {
  display: block;
}

.header.header_bg .logo .img1 {
  display: none;
}

.headMenu {
  flex-direction: column;
  cursor: pointer;
  padding: 0 3%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  display: none;
}

.headMenu span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 3px 0;
  background: #fff;
  transition: all 0.48s ease-in-out;
  -webkit-transition: all 0.48s ease-in-out;
  -moz-transition: all 0.48s ease-in-out;
  -ms-transition: all 0.48s ease-in-out;
  -o-transition: all 0.48s ease-in-out;
}

.header.white .headMenu span,
.header.headerN .headMenu span {
  background: #333;
}

.headerMain-bg .headMenu span {
  background: #333;
}

.headMenu.active span {
  background: #333;
}

.headMenu.active span.headMenu_span1 {
  transform: rotate(45deg) translate(6px, 7px);
  -webkit-transform: rotate(45deg) translate(6px, 7px);
  -moz-transform: rotate(45deg) translate(6px, 7px);
  -ms-transform: rotate(45deg) translate(6px, 7px);
  -o-transform: rotate(45deg) translate(6px, 7px);
}

.headMenu.active span.headMenu_span2 {
  opacity: 0;
}

.headMenu.active span.headMenu_span3 {
  transform: rotate(-45deg) translate(4px, -6px);
  -webkit-transform: rotate(-45deg) translate(4px, -6px);
  -moz-transform: rotate(-45deg) translate(4px, -6px);
  -ms-transform: rotate(-45deg) translate(4px, -6px);
  -o-transform: rotate(-45deg) translate(4px, -6px);
}

/*  */

.header.headerMain-bg {
  background: #fff;
  border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.header.white,
.header.headerN {
  background: #fff;
  border-bottom: none;
}

.header.white::after,
.header.headerN::after {
  border-color: rgb(0, 0, 0, 0.1);
}

.header.headerMain-bg .img2,
.header.white .img2,
.header.headerN .img2 {
  display: block;
}

.header.headerMain-bg .img1,
.header.white .img1,
.header.headerN .img1 {
  display: none;
}

.header.headerMain-bg ul li a,
.header.white ul li a,
.header.headerN ul li a {
  color: #333;
}

.header.headerMain-bg .hSS,
.header.white .hSS,
.header.headerN .hSS {
  border-color: #ddd;
}

.header.headerMain-bg .hSS svg path,
.header.white .hSS svg path,
.header.headerN .hSS svg path {
  fill: #666;
}

.header.headerMain-bg .hSS input::placeholder,
.header.white .hSS input::placeholder,
.header.headerN .hSS input::placeholder {
  color: #999;
}

.header.headerMain-bg .hLan,
.header.white .hLan,
.header.headerN .hLan {
  background: #e2b852;
}

.header.headerMain-bg .hLan svg path,
.header.white .hLan svg path,
.header.headerN .hLan svg path {
  fill: #fff;
}

.header_h {
  transform: translateY(-90px);
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  -o-transform: translateY(-90px);
}

.header.none .logo .img1 {
  display: none;
}

.header.none .logo .img2 {
  display: block;
}

.header.none .hLan {
  background: #0a3483;
}

.header.none .hLan svg path {
  fill: #fff;
}

.about-brand {
  display: flex;
}

.brand-content {
  max-width: 1100px;
  width: 100%;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

/* .left-bar {
  width: 4px;
  height: 120px;
  background: linear-gradient(to bottom, #c8a96e, #8a7a5a);
  flex-shrink: 0;
  margin-top: 10px;
} */

.text-group {
  flex: 1;
}

.title-line {
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 300;
  color: #1a1a1a;
  letter-spacing: 6px;
  margin-bottom: 20px;
}

.data-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.data-item {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.number {
  font-size: 40px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1;
}
.unit {
  font-size: 14px;
  color: #666;
  font-weight: 300;
}
.divider-line {
  width: 1px;
  height: 30px;
  background: #d4c9b8;
}

.slogan {
  font-size: 30px;
  font-weight: 300;
  color: #222;
  margin: 0;
}
.highlight {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  background: linear-gradient(to right, #c8a96e, #c8a96e) no-repeat bottom 2px left 0;
  background-size: 0 3px;
  transition: background-size 0.8s;
  /* padding-bottom: 4px; */
}
/* .slogan:hover .highlight {
  background-size: 100% 3px;
} */
.thin-line {
  font-size: 30px;
  color: #c8a96e;
  margin: 0 15px;
  font-weight: 100;
}
/* ===================================================  手机导航 */

.moHead_mlb {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: #fff;
  /* background-image: url(.../images/bg3.jpg); */
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  z-index: 99990;
}

.moHead_mlb .moHead_ico {
  text-align: center;
}

.moHead_mlb .moHead_ico a:last-child {
  display: inline-block;
}

.moHead_mlb ul {
  padding: 80px 0;
}

.moHead_mlb li {
  font-size: 18px;
  line-height: 2;
  /* padding: 14px 28px; */
  border-bottom: 1px solid rgba(27, 47, 95, 0.18);
}

.moHead_mlb li:first-child {
  border-top: 1px solid rgba(27, 47, 95, 0.18);
}

.moHead_mlb a {
  font-size: 18px;
  color: #242b3e;
  letter-spacing: 1px;
}

.moHead_mlb a svg {
  float: right;
  width: 18px;
  height: 32px;
  opacity: 0.8;
  transition: all 0.48s;
}

.moHead_mlb a svg path {
  fill: #242b3e;
}

.moHead_mlb .moHead_ico a {
  vertical-align: top;
  margin: 0 14px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(27, 47, 95, 0.23);
}

.moHead_mlb .moHead_ico svg {
  width: 24px;
  height: 24px;
}

.moHead_mlb .moHead_ico svg path {
  fill: #242b3e;
}

.moHead_mlb .moHead_ico img,
.moHead_mlb .moHead_ico svg {
  margin-top: 10px;
}

/*  */

.moHead_mlb li.open a svg {
  transform: rotateX(180deg);
}

.mlb_zk {
  width: 90%;
  margin: 0 auto;
  display: none;
  padding: 10px 0 10px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mlb_top {
  text-transform: uppercase;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mlb_zk a {
  font-size: 14px !important;
  display: flex;
  align-items: center;
  color: #666;
  font-weight: 300;
  padding: 10px 0;
}

.mlb_zk a i {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 7px 30px rgba(188, 199, 235, 0.5);
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  padding: 8px;
  position: relative;
  margin-right: 10px;
  transition: background-color 0.25s;
}

.mlb_zk a svg,
.mlb_zk a img {
  width: 100%;
  height: 100%;
  padding: 18%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s;
}

.moHead_mlb li.open {
  background: rgb(15 54 133 / 10%);
  color: #fff;
}

/* .moHead_mlb li.open a svg path {
    fill: #fff;
} */

@media (max-width: 1024px) {
  .headMenu {
    display: block;
  }

  .hLogo {
    position: relative;
    z-index: 99999;
  }

  .header.white .hLogo .img2,
  .header.headerN .hLogo .img2 {
    display: block;
  }

  .header.white .hLogo .img1,
  .header.headerN .hLogo .img1 {
    display: none;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 680px) {
  .moHead_mlb a {
    font-size: 16px;
  }

  .moHead_mlb a svg {
    width: 16px;
    height: 34px;
  }
}

/* =====end */

.Tit {
  font-size: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 60px;
}

.Tit span {
  font-size: 50px;
  line-height: 1.2;
  color: #000;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* text-shadow: 3px 3px 6px rgb(71, 121, 110,.2); */
  font-weight: 600;
}

.Tit p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.4;
  text-shadow: 3px 3px 6px rgb(0, 0, 0, 0.1);
}

.Tit img {
  width: 40px;
  position: absolute;
  left: -50px;
  top: 10px;
}

.Tit.white span {
  color: #fff;
}

.Tit.white p {
  color: #fff;
}

.Tit.center {
  text-align: center;
}

.Tit.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/*  */

.More a {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.More a i {
  display: flex;
  align-items: center;
  padding: 14px 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 -5px 10px rgb(0, 0, 0, 0.1);
  font-size: 16px;
  color: #000;
  position: relative;
  z-index: 2;
  transition: all 0.48s;
}

.More a::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #000;
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: -1;
  transition: all 0.48s;
}

.More a svg {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.More a svg path {
  stroke: #000;
}

.More a:hover::after {
  left: 0;
  top: 0;
}

.More a:hover i {
  color: #fff;
  background: #000;
}

.More a:hover i svg path {
  stroke: #fff;
}

/* ================================================================== index */

.menu {
  width: 7%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  /* border-right: 1px solid rgba(255, 255, 255, .2); */
}

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

.menu span {
  display: inline-block;
  width: 2px;
  height: 30px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 1px;
}

.menu.black0 span,
.menu.black1 span,
.menu.black2 span,
.menu.black3 span {
  background: #333;
}

.menu.white span {
  background: rgba(255, 255, 255, 0.9);
}

.menu .ewm {
  width: 80px;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
}

/*  */

/* .headerN {
    padding-left: 10%;
} */

.leftNav.black li a {
  color: #fff;
}

.leftNav.black li.on a {
  color: #fff;
}

.leftNav.white0 li a,
.leftNav.white1 li a,
.leftNav.white2 li a,
.leftNav.white3 li a {
  color: #333 !important;
}

.leftNav.black0 li a,
.leftNav.black1 li a,
.leftNav.black2 li a,
.leftNav.black3 li a {
  color: #333 !important;
}

.leftNav {
  width: 7%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  /* border-right: 1px solid rgb(0 0 0 / 18%); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.leftNav i {
  display: block;
  width: 2px;
  height: 8%;
  border-radius: 1px;
  background: #e2b852;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.48s;
}

.leftNav .logo {
  display: block;
  width: 80%;
  margin: 20px 0;
  position: absolute;
  left: 10%;
  top: 0;
}

.logo img {
  width: 100%;
}

.logo img.img1 {
  display: none;
}

.leftNav h5 {
  font-size: 24px;
  font-weight: 600;
  color: #e2b852;
  padding: 40px 18% 300px;
  position: relative;
}

.leftNav h5::after {
  content: "";
  width: 2px;
  height: 200px;
  border-left: 2px solid #e2b852;
  border-radius: 1px;
  position: absolute;
  left: 18%;
  bottom: 50px;
}

.leftNav ul {
  /* padding: 120px 18% 0; */
  width: 90px;
}

.leftNav li {
  margin-bottom: 40px;
}

.leftNav li a {
  font-size: 16px;
  color: #333;
}

/* .leftNav li.on a {
    color: #fff;
    font-weight: 600;
} */

/*  */

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

.inTBox {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.inTBox::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 90px;
  border-left: 1px solid rgb(255 255 255 / 18%);
  z-index: 2;
}

.inBswiper {
  width: 100%;
  height: 100vh;
  /* position: absolute;
	left: 0;
	bottom: 0; */
}

.inBItem {
  width: 100%;
  position: relative;
}

.inBItem .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 5s;
}

.inBItem::after {
  width: 100%;
  height: 100%;
  /* background: rgb(0 0 0 / 20%); */
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

.inBItem .indBanText {
  position: absolute;
  left: 12%;
  top: 50%;
  width: 60%;
  transform: translateY(-50%);
  z-index: 6;
}

.inBItem .indBanText .tit {
  font-size: 32px;
  color: #fff;
  line-height: 1.6;
  font-weight: 300;
  margin-top: 40px;
  opacity: 0;
  margin-bottom: 60px;
}

.inBItem .indBanText span {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 3px 3px 6px rgb(71 121 110 / 20%);
  font-weight: 600;
  opacity: 0;
}

.inBItem .indBanText .More {
  opacity: 0;
}

.inBItem.swiper-slide-active .indBanText span {
  animation: zy2 1s linear;
  animation-fill-mode: forwards;
}

.inBItem.swiper-slide-active .indBanText .tit {
  animation: zy2 1s linear 0.2s;
  animation-fill-mode: forwards;
}

.inBItem.swiper-slide-active .indBanText .More {
  animation: zy2 1s linear 0.4s;
  animation-fill-mode: forwards;
}

.inBItem.swiper-slide-active .image {
  transform: scale(1);
}

@keyframes zy2 {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.inTslide {
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: 6;
  opacity: 0.8;
  animation: up 5s linear infinite;
}

.inTslide span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  display: block;
  text-transform: uppercase;
  transform: rotate(90deg);
  position: absolute;
  left: -16px;
  top: -55px;
}

.inTslide img {
  width: 30px;
}

.inTsBox {
  width: 35%;
  position: absolute;
  bottom: 10%;
  right: 10%;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inTsBox.act {
  animation: zy 1s linear;
}

.inTsBox .swiper-pagination-progressbar {
  width: calc(100% - 180px);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}

.inTsBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgba(255, 255, 255, 1);
}

.inTsBox .btnBox {
  display: flex;
  align-items: center;
}

.inTsBox .btnBox .btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.48s;
}

.inTsBox .btnBox .btn img {
  width: 40%;
  opacity: 0.5;
}

.inTsBox .btnBox .btn:hover {
  background: #e2b852;
}

.inTsBox .btnBox .btn:hover img {
  opacity: 1;
}

@keyframes up {
  0% {
    bottom: 10%;
  }

  50% {
    bottom: 7%;
  }

  100% {
    bottom: 10%;
  }
}

.inBNswiper {
  width: 100px;
}

.inBNswiper span {
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.inBNswiper .swiper-slide {
  opacity: 0 !important;
}

.inBNswiper .swiper-slide-thumb-active {
  opacity: 1 !important;
}

.inBItem::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.2);
}

/*  */

/* < !-- 关于 --> */
.indAb {
  padding-left: 7% !important;
  padding-bottom: 0 !important;
  position: relative;
  border-bottom: 1px solid rgb(8 49 122 / 18%);
}

.indAb::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 0;
  border-left: 1px solid rgb(8 49 122 / 18%);
}

/* .indAb::before {
			content: '';
			width: 1px;
			height: 100%;
			position: absolute;
			left: 50%;
			top: 0;
			border-left: 1px solid rgb(8 49 122 / 18%);
		} */

.indAbBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.indAbImg {
  width: 50%;
  padding-top: 38%;
  border-radius: 12px;
}

/* .indAbImg img {
			animation: zhuan 200s linear infinite;
		} */

@keyframes zhuan {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(720deg);
  }

  100% {
    transform: rotate(0);
  }
}

.indAbText {
  width: 45%;
}

.abText {
  width: 100%;
}

/* .indAb_flex{
			display: flex;
			justify-content: space-between;
		} */

.indAbText .Tit {
  margin-bottom: 30px;
}

.indAb_s {
  width: 80%;
  margin-bottom: 30px;
}

.indAb_s span {
  color: #e2b852;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

.indAb_p {
  width: 100%;
}

.indAb_p p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}

.abText .indAb_p p {
  font-size: 16px;
}

.indAbText .More {
  margin-top: 40px;
}

.abJj .indShuJu {
  margin-top: 0;
}

.abJj .indShuJuA {
  margin-top: 60px;
}

.indShuJu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.indShuJu_li {
  width: 33.33%;
  padding: 70px 50px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}

.indShuJu_li::after {
  content: "";
  background: rgba(0, 0, 0, 0.06);
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.indShuJu_li:last-child::after {
  display: none;
}

.indShuJu_li span {
  font-size: 20px;
}

.indShuJu_li span b {
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  color: #e2b852;
  padding-right: 10px;
}

.indShuJu_li p {
  font-size: 18px;
  margin-top: 20px;
}

/*  */

.indShuJuA .indShuJu_li span b {
  font-size: 100px;
}

.indShuJuA .indShuJu_li {
  width: 50%;
}

/* < !-- 产品 --> */

.indPro {
  padding-left: 7% !important;
  padding-bottom: 0 !important;
  position: relative;
}

.indPro::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 0;
  border-left: 1px solid rgb(8 49 122 / 18%);
}
.indProView .swiper-pagination{
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.indProView .swiper-pagination .swiper-pagination-bullet{
  background: rgba(0,0,0,0.2);
}
.indProView .swiper-pagination .swiper-pagination-bullet-active{
  background: #000;
}
.indPro .Tit p {
  width: 60%;
  margin: 20px auto 0;
}

.indPro .More {
  margin-top: 40px;
}

.indProBox {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  border-top: 1px solid rgb(8 49 122 / 18%);
  position: relative;
  background: #f2f2f2;
}

.indProL {
  width: 66.66%;
}

.indProL .indProItem {
  width: 100%;
  height: 100%;
}

.indProL .indProItem .indProImg {
  padding-top: 55%;
}

.indProR {
  width: 33.33%;
}

.indProR .indProItem {
  width: 100%;
}

/* .indProBox::after {
			content: '';
			width: 1px;
			height: 100%;
			border-right: 1px solid rgba(0, 0, 0, .18);
			position: absolute;
			left: 50%;
			top: 0;
		} */

.indProItem {
  display: block;
  width: 33.33%;
  border-bottom: 1px solid rgb(8 49 122 / 18%);
  border-right: 1px solid rgb(8 49 122 / 18%);
  position: relative;
  overflow: hidden;
}

/* .indProImg::after {
    content: '';
    width: 50%;
    padding-top: 50%;
    border-radius: 50%;
    background: #e6eaf2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    opacity: .6;
    transition: all .68s;
}

.indProImg::before {
    content: '';
    width: 35%;
    padding-top: 35%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all .68s;
} */

.indProImg {
  width: 100%;
  padding-top: 110%;
}

.indProImg img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  /* width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
  object-fit: contain; */
}
.indProView img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.indProView .indProImg {
  width: 100%;
  padding-top: 70%;
}
.indProText {
  text-align: center;
  padding: 0 0 50px;
}

.indProText span {
  font-size: 28px;
  width: 100%;
  color: #000;
  font-weight: 600;
}

.indProText p {
  width: 100%;
  display: block;
  font-size: 18px;
  opacity: 0.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*  */

.indProItem:hover .indProImg::after {
  background: rgb(9 52 131 / 20%);
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.indProItem:hover .indProImg::before {
  transform: translate(-50%, -50%) scale(1.1);
}

/* 解决方案 */

.indSol {
  padding: 11% 7%;
  background: url(../images/indSol_bg.jpeg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.indSol::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 0;
  border-left: 1px solid rgb(255 255 255 / 18%);
  z-index: 2;
}

.indSol::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.4);
}

.indSolBox {
  position: relative;
  z-index: 2;
}

.indSolBox .Tit {
  width: 60%;
  padding-left: 5%;
  /* margin-bottom: 200px; */
}

.indSolBox .Tit p {
  line-height: 1.8;
}

.indSolBox .More {
  margin-top: 40px;
}

.indSolXq {
  width: 100%;
  display: flex;
  /* border-left: 1px solid rgba(255, 255, 255, .2); */
}

.indSolLi {
  width: 25%;
  padding: 80px 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  border-bottom: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.indSolLi::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(9 52 131 / 46%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  transition: all 1s;
}

.indSolLi img {
  width: 40px;
  margin-bottom: 30px;
}

.indSolLi span {
  display: block;
  font-size: 24px;
  color: #fff;
}

/*  */

.indSolLi:hover::after {
  transform: translate(-50%, -50%) scale(1.5);
}

/* 新闻 */

.indNew {
  position: relative;
  padding-bottom: 0 !important;
  padding-left: 7% !important;
}

.indNew::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 0;
  border-left: 1px solid rgb(0 0 0 / 18%);
  z-index: 2;
}

.indNewBox {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.indNewLi {
  width: 33.33%;
  padding: 40px 40px 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.18);
  position: relative;
  overflow: hidden;
}

.indNewText {
  width: 100%;
  /* padding-right: 10%; */
  transition: all 0.68s;
}

.indNewText i {
  color: #999;
  display: block;
  margin-bottom: 30px;
  transition: all 0.48s 0.28s;
}

.indNewText span {
  display: block;
  font-size: 24px;
  min-height: 68px;
  font-weight: 600;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 40px;
}

.indNewText .newMs {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
  transition: all 0.48s 0.28s;
}

.indNewText dd {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  font-size: 14px;
  margin-bottom: 40px;
  transition: all 0.48s 0.28s;
}

.indNewText dd svg {
  width: 14px;
  height: 14px;
  margin-left: 15px;
}

.indNewText dd svg path {
  stroke: #333;
  transition: all 0.48s 0.28s;
}

.indNewImg {
  width: 100%;
  padding-top: 68%;
  border-radius: 12px;
}

/*  */

.indNewLi:hover span {
  color: #000;
}

.indNewLi:hover dd {
  background: #000;
  color: #fff;
}

.indNewLi:hover dd svg path {
  stroke: #fff;
}

.indNewLi:hover .indNewImg img {
  transform: scale(1.1);
}

/* ================================================== 底部 */

.footer {
  width: 100%;
  position: relative;
  padding-top: 80px;
  padding-left: 7%;

  /* background-image: url(../images/026.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
  background: #1a1a1a;
}

.footer::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 0;
  border-left: 1px solid rgb(255 255 255 / 18%);
  z-index: 2;
}

.footTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.footEwm {
  text-align: center;
}

.footEwm img {
  width: 80px;
}

.footEwm p {
  color: #fff;
  font-size: 12px;
  margin-top: 8px;
}

.footBox h5 {
  color: #fff;
  font-size: 24px;
}

.footBox {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  overflow: hidden;
}

.footL {
  padding-right: 4%;
  /* width: 45%; */
}
.footL h5{
  margin-bottom: 60px;
}

.footLogo img {
  width: 130px;
}

.footLogo p {
  margin-top: 20px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}

.fdXList {
  margin-top: 60px;
}

.fdXItem {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.fdXItem span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.fdXItem img {
  width: 20px;
  margin-right: 5px;
}

.fdXText {
  width: 90%;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
  margin: 20px 0 30px;
}

/*  */

.footNav {
  flex: 1;
  width: 100%;
  /* width: 65%; */
}

.footNav ul {
  display: flex;
  justify-content: space-between;
}

.footNav ul li a {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

.footNav ul li a span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

/*  */

.footLink {
  margin-bottom: 10px;
}

.footLink p {
  color: #fff;
}

.footLink a {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 20px;
}

/*  */

.fdUBon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.fdUBon p,
.fdUBon a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.6;
}

/*  */

.footNav ul li a:hover {
  color: #e2b852;
}

/* ======================================================================= 内页公共 */

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

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

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

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

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

.banner h5 {
  font-size: 66px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 20px;
}

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

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

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

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

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

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

.dwNav p {
  color: #fff;
  font-size: 16px;
}

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

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

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

.banBtn i svg path {
  fill: #fff;
}

/* ======================================================================= new */

.Fanye {
  width: 70%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Fanye_a {
  display: inline-block;
  padding: 10px 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  background: #fff;
  font-weight: bold;
  transition: all 0.48s;
}

.FanyeXq a {
  font-weight: bold;
  font-size: 14px;
  margin: 0 15px;
}

.FanyeXq a.on {
  color: #e2b852;
}

.FanyeXq a:hover {
  color: #e2b852;
}

.Fanye_a:hover {
  background: #e2b852;
  color: #fff;
}

@media (max-width: 1024px) {
  .Fanye_a {
    padding: 8px 40px;
  }
}

@media (max-width: 680px) {
  .Fanye {
    width: 90%;
  }

  .Fanye_a {
    padding: 6px 20px;
    font-size: 12px;
  }

  .FanyeXq a:nth-child(3),
  .FanyeXq a:nth-child(4) {
    display: none;
  }

  .FanyeXq a {
    font-size: 12px;
    margin: 0 10px;
  }
}

/* ======================================================================= contact */

.contact {
  width: 100%;
  padding-left: 7% !important;
  position: relative;
  overflow: hidden;
}

.contact::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

.contact::after {
  content: "";
  width: 93%;
  height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  bottom: 0;
  z-index: 2;
}

.contact .Tit p {
  width: 70%;
}

.conBox {
  /* display: flex; */
  align-items: center;
}

.conImg {
  width: 100%;
  padding-top: 42%;
}

#dTu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/*  */
.conText {
  width: 100%;
  margin-bottom: 80px;
}

.conUl {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: space-between;
}

.conLi {
  padding: 40px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.conLi::after {
  content: "";
  background: rgba(0, 0, 0, 0.18);
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.conLi:last-child::after {
  display: none;
}

.conLi svg {
  margin-top: 20px;
  width: 30px;
  height: 30px;
}

.conLi svg path {
  fill: #00326d;
}

.conLi > div {
  width: calc(100% - 60px);
}

.conLi span {
  font-size: 24px;
  font-weight: 400;
  color: rgb(0 50 109 / 54%);
  display: block;
  margin-bottom: 5px;
}

.conLi p {
  font-size: 18px;
  color: #666;
  letter-spacing: 2px;
}

.conEwm {
  display: flex;
  text-align: center;
  margin-top: 60px;
}

.conEwm > div {
  margin-right: 100px;
}

.conEwm > div:last-child {
  margin-right: 0;
}

.conEwm img {
  width: 130px;
  border-radius: 10px;
}

.conEwm p {
  font-size: 16px;
  margin-top: 20px;
}

@media (max-width: 1680px) {
  .conLi svg {
    width: 28px;
    height: 28px;
  }

  .conLi span {
    font-size: 24px;
  }

  .conLi p {
    font-size: 16px;
  }

  .conLi > div {
    width: calc(100% - 50px);
  }
}

@media (max-width: 1480px) {
  .conLi {
    padding-right: 2%;
  }
}

@media (max-width: 1368px) {
  .conLi span {
    font-size: 21px;
    margin-bottom: 0px;
  }

  .conLi svg {
    width: 25px;
    height: 25px;
    margin-top: 16px;
  }

  .conLi > div {
    width: calc(100% - 40px);
  }

  .conText {
    margin-bottom: 60px;
  }
}

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
  .conUl {
    flex-wrap: wrap;
  }

  .conLi {
    flex: auto;
    width: 50%;
    margin: 15px 0;
  }

  .conText {
    margin-bottom: 40px;
  }
}

@media (max-width: 900px) {
}

@media (max-width: 768px) {
  .conLi {
    width: 100%;
    padding: 10px 0;
  }

  .conImg {
    padding-top: 84%;
  }
}

/*  */

.conBot {
  width: 100%;
  padding-left: 7% !important;
  overflow: hidden;
  position: relative;
}

.conBot::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

.conBot::after {
  content: "";
  width: 93%;
  height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  bottom: 0;
  z-index: 2;
}

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

.conBotImg {
  width: 45%;
  padding-top: 40%;
  border-radius: 12px;
}

.conR_form {
  width: 55%;
  padding-right: 5%;
}

/*  */

.conR_form form {
  margin-bottom: 40px;
}

.conR_l {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.conR_ipt {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.conR_ipt.w100 {
  width: 100%;
}

.conR_ipt input,
.conR_ipt textarea {
  width: 100%;
  background: none;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.conR_ipt textarea {
  height: 100%;
  border-left: none;
}

.conR_ipt input::placeholder,
.conR_ipt textarea::placeholder {
  font-size: 16px;
  color: #999;
}

.conR_r .conR_ipt {
  width: 100%;
  height: 100%;
}

.conR_form .More {
  position: relative;
  z-index: 2;
}

/* ======================================================================= join */

.joinFz {
  padding-left: 7% !important;
  position: relative;
}

.joinFz::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

/* .joinFz::after {
            content: '';
            width: 93%;
            height: 1px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.18);
            position: absolute;
            left: 7%;
            bottom: 0;
            z-index: 2;
        } */

.joinFzBox {
  display: flex;
  justify-content: space-between;
}

.joinItem {
  width: calc(25% - 30px);
  padding: 80px 60px 100px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.18);
  transition: all 0.48s;
}

.joinItem img {
  width: 60px;
  margin-bottom: 40px;
  transition: all 0.68s;
}

.joinItem span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.joinItem p {
  font-size: 16px;
}

/*  */

.joinItem:hover img {
  transform: rotateY(180deg);
}

.joinItem:hover {
  border-color: #e2b852;
}

/*  */

/* < !-- 员工风采 --> */

.joinFc {
  padding-left: 7% !important;
  position: relative;
  background: #f6f8fa;
}

.joinFc::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

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

.joinFcBut a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(9 52 131 / 18%);
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.48s;
}

.joinFcBut a img {
  position: initial;
  width: 40%;
  opacity: 0.8;
}

.joinFcBut a:hover {
  background: #e2b852;
}

.joinFcBox {
  padding-left: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.joinFcUl {
  width: 30%;
  position: relative;
  z-index: 2;
}

.joinFcUl h5 {
  white-space: nowrap;
  color: #e2b852;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}

.joinFcLi {
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  cursor: pointer;
}

.joinFcLi span {
  color: #666;
  font-size: 24px;
}

.joinFcLi::after {
  content: "";
  width: 0%;
  height: 2px;
  border-bottom: 2px solid #e2b852;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.68s;
}

.joinFcLi.on::after {
  width: 130%;
}

.joinFcLi.on span {
  color: #333;
  font-weight: 500;
}

/*  */

.joinFcWarp {
  width: 65%;
  margin: 0;
}

.joinFcXq {
  width: 100%;
  display: none;
}

.joinFcXq:first-child {
  display: block;
}

.joinFcImg {
  padding-top: 58%;
  border-radius: 12px;
}

.joinFcItem p {
  font-size: 20px;
}

/* == */

.join {
  padding-left: 7% !important;
  position: relative;
}

.join::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

/* .join::after {
            content: '';
            width: 93%;
            height: 1px;
            border-top: 1px solid rgba(0, 0, 0, 0.18);
            position: absolute;
            left: 7%;
            bottom: 0;
            z-index: 2;
        } */

/* .joinBox {
            background: url(./images/focus_bg.png) no-repeat left bottom;
            background-size: 100% auto;
        } */

.conHr_top {
  margin-bottom: 40px;
  text-align: center;
}

.conHr_top form {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.conHr_top form select {
  width: 24%;
  padding: 14px 25px;
  border: 1px solid #e6e6e7;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/arrow.png) no-repeat 95% center;
  background-size: 24px 24px;
}

.conHr_top form input {
  width: 30%;
  padding: 14px 25px;
  background: none;
  border: 1px solid #e6e6e7;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
}

.conHr_top form input::placeholder {
  font-size: 18px;
  font-weight: 500;
}

.conHr_top form a {
  width: 18%;
  margin-left: 1%;
  padding: 14px 0;
  border-radius: 6px;
  border: 1px solid rgb(8 52 131 / 76%);
  color: rgb(8 52 131 / 76%);
  text-align: center;
  letter-spacing: 10px;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.48s;
}

.conHr_top p {
  margin-top: 30px;
  font-size: 18px;
}

.conHr_top p i {
  font-size: 18px;
  color: #e2b852;
}

.conHr_top form a:hover {
  background: #e2b852;
  color: #fff;
}

.hrZpBot {
  border-radius: 12px;
  border: 1px solid #f0f0f0;
}

.hrZp_li {
  border-radius: 12px;
  background: #fff;

  border-bottom: 1px solid #f0f0f0;
}

.hrZp_li:last-child {
  border-bottom: none;
}

.hrZp_head {
  background: #e2b852;
}

.hrZp_head span {
  color: #fff !important;
}

.hrZp_div {
  width: 100%;
  padding: 0 60px;
  height: 80px;
  border-radius: 1000px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.hrZp_span {
  flex: 1;
}

.hrZp_span span {
  color: #666;
  font-size: 18px;
  font-weight: bold;
}

.hrZp_span b {
  color: #e2b852;
  font-weight: bold;
  font-size: 18px;
}

.hrZp_span i {
  display: block;
}

.hrZp_one span {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}

.hrZp_R {
  flex: 0.5;
  text-align: center;
}

/*  */
.hrZp_R {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hrZp_R b {
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
  font-size: 16px;
}

.hrZp_R span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 30px;
  border: 1px solid #ebe9e6;
  box-shadow: 0 15px 30px -10px rgb(97 97 97 / 15%);
  border-radius: 12px;
  font-size: 14px;
  color: #e2b852;
  transition: all 0.48s;
}

.hrZp_R svg {
  width: 16px;
  height: 16px;
  transition: all 0.48s;
}

.hrZp_R svg path {
  fill: #666;
}

.hrZp_div.on .hrZp_R svg {
  transform: rotate(90deg) translateX(-5px);
}

/*  */
.hrZp_zk {
  width: 100%;
  padding: 60px;
  border-top: 1px solid rgba(118, 108, 172, 0.2);
  display: none;
}

.hrZp_zk .list {
  display: inline-block;
  width: 48%;
  vertical-align: text-top;
}

.hrZp_zk .list:first-child {
  margin-right: 3%;
}

.hrZp_zk .list .mc {
  font-size: 18px;
  color: #e2b852;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}

.hrZp_zk .list .list_p {
  font-size: 16px;
  color: #666666;
  line-height: 2.2;
}

.hrZp_zk a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 80px;
  border: 1px solid #ebe9e6;
  box-shadow: 0 15px 30px -10px rgb(97 97 97 / 15%);
  border-radius: 1000px;
  font-size: 20px;
  color: #e2b852;
  transition: all 0.48s;
}

.hrZp_zk a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.hrZp_zk a svg path {
  fill: #e2b852;
}

.hrZp_zk a:hover {
  color: #fff;
  background: #e2b852;
  border-color: #e2b852;
}

.hrZp_zk a:hover svg path {
  fill: #fff;
  transition: all 0.48s;
}

/*  */
@media (max-width: 1480px) {
  .conTop_li img {
    height: 30px;
    margin-bottom: 15px;
  }

  .conTop_li span {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .conTop_li i {
    font-size: 18px;
    margin-bottom: 0;
  }

  .conTop_li p {
    font-size: 12px;
  }

  .conTop {
    padding-top: 20px;
    margin-bottom: 60px;
  }

  /*  */
  .conBot_tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

/* ======================================================================= new */

.new {
  padding-left: 7% !important;
  position: relative;
  overflow: hidden;
}

.new::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

.new::after {
  content: "";
  width: 93%;
  height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  bottom: 0;
  z-index: 2;
}

.newBox {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.newBox .indNewLi {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
}

/* ======================================================================= sol */

.solution {
  padding-left: 7% !important;
  position: relative;
  overflow: hidden;
}

.solution::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

.solution::after {
  content: "";
  width: 93%;
  height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  bottom: 0;
  z-index: 2;
}

.solBox {
  display: block;
  padding-right: 5%;
}

.solItem {
  padding-left: 5%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.solItem:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.solImg {
  width: 65%;
  padding-top: 36%;
  border-radius: 12px;
}

.solText {
  width: 35%;
  padding: 30px 0 30px;
  /* background: #f6f8fa; */
}

.solText span {
  display: block;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.solText p {
  width: 80%;
  font-size: 16px;
  margin-bottom: 40px;
}

.solText .More i {
  padding: 10px 20px;
  font-size: 14px;
}

.solText .More a svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

/* ======================================================================= sol_info */

.solInfo_fa {
  /* background: url(./images/indBan5.jpeg);
            background-repeat: no-repeat;
            background-size: cover; */
  /* background: #052155; */
  padding-left: 7% !important;
  position: relative;
}

.solInfo_fa::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

/*  */

.solInfo_faBox {
  position: relative;
  z-index: 2;
}

.solInfo_faTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
}

.solInfo_faText {
  width: 45%;
  margin-bottom: 0;
}

.solInfo_faText span {
  font-size: 36px;
  color: #e2b852;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.solInfo_faText p {
  font-size: 14px;
  line-height: 1.8;
}

.solInfo_faText .More {
  margin-top: 40px;
}

.solInfo_faImgBox {
  width: 50%;
  order: -1;
}

.solInfo_faImgBox .swiper-container {
  width: 100%;
}

.solInfo_faImgBox .swiper-slide {
  width: 100%;
}

.solInfo_faImg {
  width: 100%;
  padding-top: 68%;
  border-radius: 12px;
}

/*  */

.solInfo_faBot {
  background: #f6f8fa;
  padding-left: 7% !important;
  position: relative;
  overflow: hidden;
}

.solInfo_faBot::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

.solInfo_faBot::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  bottom: 0;
  z-index: 2;
}

.solInfo_faXq {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.solInfo_faLi {
  width: calc(25% - 10px);
  padding: 60px 40px;
  border-radius: 12px;
  background: #e2b852;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.solInfo_faLi img {
  width: 40px;
  margin-bottom: 30px;
}

.solInfo_faLi i {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.solInfo_faLi span {
  display: block;
  font-size: 24px;
  color: #fff;
}

/* == */

.solInfo_case {
  padding-left: 7% !important;
  position: relative;
  background: #f6f8fa;
}

.solInfo_case::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

.solInfo_caseImg {
  padding-top: 76%;
  border-radius: 12px;
}

.solInfo_caseText {
  padding: 20px 0;
  text-align: center;
}

.solInfo_caseText span {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.solInfo_caseText p {
  font-size: 16px;
}

/* == */

/* ======================================================================= pro */

.product {
  padding-left: 7% !important;
  position: relative;
}

.product .Tit {
  position: relative;
  z-index: 2;
}

.product::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

/* .product::after {
            content: '';
            width: 93%;
            height: 1px;
            border-top: 1px solid rgba(0, 0, 0, 0.18);
            position: absolute;
            left: 7%;
            bottom: 0;
            z-index: 2;
        } */

.proBox {
  display: flex;
  flex-wrap: wrap;
}

.product .Tit select {
  width: 320px;
  padding: 14px 25px;
  border: 1px solid #e6e6e7;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
}

.proBox .indProImg {
  padding-top: 80%;
}

.proNav {
  width: 320px;
}

.proNav_tit {
  background-color: #004f99;
  padding: 24px 28px;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}

.proNav_tit span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.proNav_tit span svg {
  width: 20px;
  height: 20px;
}

.proNav_tit span svg path {
  fill: #fff;
}

.proNav ul {
  padding-top: 5px;
  padding-bottom: 40px;
  background-color: #f1f7ff;
  max-height: 100%;
  overflow: auto;
}

.proNav ul li {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 15px;
  cursor: pointer;
}

.proNav ul li span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 16px;
}

.proNav ul li span svg {
  width: 15px;
  height: 15px;
}

.proNav_zk {
  display: none;
  padding-left: 20px;
}

.proNav_zk a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
}

.proNav ul li.on span {
  color: #e2b852;
}

.proNav ul li.on svg {
  transform: rotate(90deg);
}

.proNav_zk a.on {
  color: #e2b852;
  font-weight: 500;
}

/*  */

.proXq {
  width: calc(100% - 400px);
}

/* ======================================================================= pro_info */

.leftNav.proInfoNav::after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  right: 0;
  top: 90px;
}

.proInfo {
  position: relative;
  padding-left: 7% !important;
  padding-top: 160px;
}

.proInfo::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 90px;
  z-index: 2;
}

.proInfoBox {
  display: flex;
  justify-content: space-between;
}

/*  */

.proXq {
  width: 100%;
}

.proXq_dh {
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  margin-bottom: 40px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9;
}

.proXq_tit {
  display: flex;
}

.proXq_tit span {
  display: block;
  padding: 20px 0;
  margin-left: 50px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  position: relative;
  bottom: -1px;
}

.proXq_tit span.on {
  color: #e2b852;
  border-color: #e2b852;
}

/*  */

.proXqJj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5% 120px;
  position: relative;
  overflow: hidden;
}

.proXqJj_i {
  white-space: nowrap;
  position: absolute;
  left: 5%;
  bottom: 0;

  display: block;
  color: rgb(9 52 131 / 7%);
  font-size: 120px;
  font-weight: 600;
  line-height: 0.7;
  z-index: 2;
}

.proXqJj_imgBox {
  width: 45%;
  position: relative;
}

.proXqJj_img {
  padding-top: 78%;
  /* background: #f6f8fa; */
  border: 2px solid transparent;
  transform: scale(0);
  transition: all 1s;
}

.proXqJj_imgBox::after {
  content: "";
  width: 80%;
  padding-top: 80%;
  border-radius: 50%;
  background: #e6eaf2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  opacity: 0.6;
  transition: all 0.68s;
}

.proXqJj_imgBox::before {
  content: "";
  width: 55%;
  padding-top: 55%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.68s;
}

.proXqJj_img img {
  object-fit: contain;
}

.proSwiper {
  margin-bottom: 10px;
}

/* .swiper-slide-thumb-active .proXqJj_img {
            border-color: #e2b852;
        } */

.swiper-slide-active .proXqJj_img {
  transform: scale(1);
}

/*  */

.proXqJj_r {
  width: 25%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.proXqJj_btn {
  display: flex;
  margin-bottom: 80px;
}

.proXqJj_btn .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9dfeb;
  cursor: pointer;
  z-index: 2;
  transition: all 0.48s;
  margin: 0 15px;
}

.proXqJj_btn .btn img {
  width: 40%;
  opacity: 0.5;
}

.proXqJj_btn .btn:hover {
  background: #e2b852;
}

.proXqJj_btn .btn:hover img {
  opacity: 1;
}

.proXqJj_xh span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}

.proXqJj_xh p {
  font-size: 18px;
  color: #666;
}

.proXqJj_xh p b {
  width: 25px;
  display: inline-block;
  text-align: right;
  margin-right: 5px;
  font-size: 18px;
  color: #333;
}

/*  */

.proXqJj_text {
  width: 50%;
}

.proXqJj_text span {
  font-size: 24px;
  font-weight: 600;
  color: #e2b852;
  display: block;
  margin-bottom: 15px;
}

.proXqJj_text b {
  font-size: 36px;
  color: #e2b852;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

.proXqJj_text p {
  width: 100%;
  color: #666;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 15px;
}

.proXqJj_text .More {
  margin-top: 60px;
}

.proXqJj_text .More a {
  margin-right: 15px;
}

.proXq_bt {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.proXq_bt span {
  font-size: 24px;
  font-weight: 500;
}

.proPagination {
  position: initial;
  display: flex;
  width: 140px;
}

.proPagination span {
  width: 10px;
  height: 10px;
  background: #e2b852;
  opacity: 0.4;
}

.proPagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* == */

.ProBLd {
  position: relative;
  background: #f6f8fa;
}

.ProBLdBox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.ProBLd .solTit {
  position: relative;
  z-index: 2;
}

.ProBLdItem {
  width: calc(25% - 20px);
  margin-right: 26px;
  margin-bottom: 26px;
  border-radius: 10px;
  background: #fff;
  padding: 40px;
  text-align: center;
  position: relative;
}

.ProBLdItem::after {
  content: "";
  width: 0%;
  height: 4px;
  background: #e2b852;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.68s;
}

.ProBLdItem:nth-child(4n) {
  margin-right: 0;
}

.ProBLdItem img {
  width: 40px;
}

.ProBLdItem span {
  margin: 30px 0 15px;
  display: block;
  font-size: 24px;
}

.ProBLdItem p {
  min-height: 58px;
  font-size: 16px;
  line-height: 1.8;
}

/*  */
.ProBLdItem:hover::after {
  width: 80%;
}

/* == */

.proXqCs {
  border-top: 1px solid #f6f8fa;
}

.proXqChange {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.proXqChange h5 {
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  margin: 0 8px;
  cursor: pointer;
}

.proXqChange h5.on {
  background: #e2b852;
  color: #fff;
}

.proXqCs_tableWarp {
  position: relative;
}

.proXqCs_tableWarp img {
  width: 100%;
}

.proXqCs_table {
  display: none;
}

.proXqCs_table:first-child {
  display: block;
}

.proXqCs_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 30px;
}

.proXqCs_table thead tr {
  background: #e2b852;
  text-align: center;
}

.proXqCs_table thead th {
  color: #fff;
  font-size: 18px;
  padding: 15px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.proXqCs_table tbody tr {
  background: #fff;
  text-align: center;
}

.proXqCs_table tbody td {
  color: #333;
  font-size: 16px;
  padding: 15px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* == */

.proXqHj {
  background: #f6f8fa;
}

.proXqHj p {
  width: 80%;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}

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

.proXqHj_text {
  width: 45%;
}

.proXqHj_img {
  width: 50%;
  border-radius: 12px;
}

.proXqHj_img img {
  width: 100%;
  border-radius: 12px;
}

/* ======================================================================= about */

.abJj {
  padding-bottom: 0 !important;
  padding-left: 7% !important;
  position: relative;
  /* background: url(../images/Haboutbg.jpeg) no-repeat;
    background-size: cover; */
}

.abJj::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

/* == */

.abVidBox {
  position: relative;
}

.abVidBox::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7%;
  top: 0;
  border-left: 1px solid rgb(0 0 0 / 18%);
}

.abVidImg {
  padding-top: 40%;
}

.abVidImg img {
  transform: scale(0.8);
  z-index: 2;
}

.abVid_bf {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.abVid_bf img {
  width: 90px;
  margin-right: 15px;
}

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

/* == */

.abWh {
  padding-left: 7% !important;
  position: relative;
  background: #f6f8fa;
  /* background: url(../images/abWh_bg.jpeg) no-repeat;
    background-size: cover; */
  /* background-attachment: fixed; */
}

.abWh::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

.abWhXq {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.abWhLi {
  flex: 1;
  margin: 0 3px;
  padding: 60px 40px 260px;
  border-radius: 12px;
  /* border: 1px solid rgba(255, 255, 255, .2);
                        border-left: none;
                        border-bottom: none; */
  background: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.68s;
}

.abWhImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.abWhLi span {
  font-size: 24px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.abWhLi p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  min-height: 105px;
  position: relative;
  z-index: 2;
}

.abWhLi.blue span {
  color: #e2b852;
}

.abWhLi.blue p {
  color: #e2b852;
}

.abWhLi a {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.abWhLi a svg {
  width: 100%;
  height: 100%;
}

.abWhLi a svg path {
  stroke: #fff;
}

/*  */

.abWhLi.on {
  flex: 3;
}

/* .abWhLi.on span {
    color: #e2b852;
} */

/* == */

.abRyu {
  padding-bottom: 0 !important;
  position: relative;
}

.abRyu .inner {
  padding-left: 7% !important;
}

.abRyu::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

.abRyuBut {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 120px;
}

.abRyuBut a {
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.48s;
}

.abRyuBut a img {
  position: initial;
  width: 40px;
}

.abRyuBox {
  margin-top: 220px;
  background: #031f45;
  padding: 0 5% 0 12%;
}

.abRyuBox .swiper-container {
  transform: translateY(-160px);
  margin-bottom: -80px;
}

.abRyuItem {
  background: #e2b852;
  padding: 12px;
}

.abRyuImg {
  padding-top: 106%;
  padding-top: 138%;
  /* margin-bottom: 20px; */
}

/* .abRyuImg img {
    object-fit: contain;
} */

.abRyuItem p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.abRyu .Tit {
  align-items: flex-start;
}

.abRyu_more {
  width: 60%;
}

.abRyu_more p {
  margin: 0 0 40px;
}

.abRyuBut .swiper-pagination {
  width: auto;
  position: initial;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  margin: 0 40px;
}

.abRyuBut .swiper-pagination span {
  font-size: 24px;
  color: #fff;
}

/* == */

.about_body #r6 {
  padding-left: 7%;
  position: relative;
  background: url(../images/abHis_bg2.jpg) no-repeat;
  background-size: cover;
}

.about_body #r6::before {
  content: "";
  position: absolute;
  left: 53.5%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.18);
}

.about_body #r6::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

.about_body #r6 .vh_full {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
}

#r6 .Tit {
  position: absolute;
  left: 5%;
  top: 100px;
}

/*  */

.abo_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: all 0.68s;
}

.abHisText {
  padding-left: 200px;
  position: relative;
  z-index: 2;
}

.abHisText p {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.4);
}

/* .swiper-slide.active .abo_left {
                        height: 50vh;
                    } */

/* .swiper-slide.active .abHisImg {
                        opacity: 1;
                    } */

.swiper-slide.active .abHisText p {
  color: #fff;
}

.about_body #r6 .v_time_box .swiper-container .abo_scr7_con .abo_right {
  padding-left: 120px;
}

.abHisText span {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
  margin-bottom: 10px;
}

.abHisText p {
  margin: 10px 0;
  padding-left: 25px;
  position: relative;
}

.abHisText p::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 14px;
}

.swiper-slide.active .abHisText span {
  color: #fff;
}

.swiper-slide.active .abHisText p::after {
  border-color: #fff;
}

/* == */

/* < !-- 厂房设备 --> */

.abSb {
  padding-left: 7% !important;
  position: relative;
}

.abSb::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  position: absolute;
  left: 7%;
  top: 0;
  z-index: 2;
}

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

.abSbBut a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(9 52 131 / 18%);
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.48s;
}

.abSbBut a img {
  position: initial;
  width: 40%;
}

.abSbBut a:hover {
  background: #e2b852;
}

.abSbBox {
  padding-left: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.abSbUl {
  width: 20%;
  position: relative;
  z-index: 2;
}

.abSbUl h5 {
  white-space: nowrap;
  color: #e2b852;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}

.abSbLi {
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  cursor: pointer;
}

.abSbLi span {
  color: #666;
  font-size: 24px;
}

.abSbLi::after {
  content: "";
  width: 0%;
  height: 2px;
  border-bottom: 2px solid #e2b852;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.68s;
}

.abSbLi.on::after {
  width: 140%;
}

.abSbLi.on span {
  color: #333;
  font-weight: 500;
}

/*  */

.abSbWarp {
  width: 75%;
  margin: 0;

  width: 100%;
}

.abSbImg {
  padding-top: 58%;
  border-radius: 12px;
}

.abSbItem p {
  font-size: 20px;
}

/* ================================================================ 公共新增 */

/* 语言展开 */

.hLan {
  position: relative;
  cursor: pointer;
}

.hLanZk {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  top: 150%;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgb(8 52 131 / 18%);
  display: none;
}

.hLanZk a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 36px;
  color: #666;
  white-space: nowrap;
  display: block;
  text-align: center;
  border-bottom: 1px solid rgb(0 0 0 / 5%);
  transition: 0.4s;
}

.hLanZk a:last-child {
  border-bottom: none;
}

.hLanZk a:hover {
  color: #e2b852;
}

/* pc导航展开 */
.menu_s {
  cursor: pointer;
}

.menu.active {
  border-right: 1px solid rgb(0 0 0 / 18%);
}

.menu.active span {
  background: #333 !important;
  transition: all 0.48s;
}

.menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, -7px);
}

.menu.active span:nth-child(2) {
  opacity: 0;
}

.menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(-6px, -7px);
}

.menuZk {
  position: fixed;
  top: 0;
  padding: 120px 3% 0 10%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../public/home/images/bg3.png) no-repeat right center;
  z-index: 6;
  transition:
    clip-path 0.6s,
    -webkit-clip-path 0.6s;
  -webkit-clip-path: ellipse(0 0 at 100% 0);
  clip-path: ellipse(0 0 at 100% 0);
  pointer-events: none;
}

.menuZk.active {
  -webkit-clip-path: ellipse(141% 141% at 100% 0);
  clip-path: ellipse(141% 141% at 100% 0);
  pointer-events: auto;
}

.menuSs {
  width: 60%;
  display: flex;
  align-items: center;
  padding-top: 36px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.menuSs svg {
  width: 25px;
  height: 25px;
}

.menuSs input {
  width: 80%;
  margin-left: 20px;
  background: none;
  font-size: 18px;
}

.menuSs input::placeholder {
  color: #999;
  font-size: 18px;
}

/*  */
.menuNav {
  margin-top: 60px;
}

.menuNav ul {
  display: flex;
  justify-content: space-between;
}

.menuNav ul li a {
  display: block;
  font-size: 16px;
  color: #999;
  margin-bottom: 20px;
}

.menuNav ul li a span {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.menuBot {
  margin-top: 5vh;
  padding-top: 40px;
  border-top: 1px solid #ddd;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menuBot .left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menuBot .left p {
  margin-right: 50px;
  color: #999;
}

.menuBot .left p svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.menuBot .right > div,
.menuBot .right span,
.menuBot .right a {
  color: #999;
}

@media (max-width: 1680px) {
  .menuNav ul li a span {
    font-size: 20px;
  }
}

@media (max-width: 1480px) {
  .menuNav {
    margin-top: 60px;
  }

  .menuNav ul li a span {
    font-size: 18px;
  }

  .menuNav ul li a {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .menuBot {
    padding-top: 40px;
  }

  .menuBot .left p,
  .menuBot .right > div,
  .menuBot .right span,
  .menuBot .right a {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .menuZk.active {
    display: none;
  }
}

/* ================================================================ 产品详情修改 */

.proTjBox {
  display: flex;
  justify-content: space-between;
}

.proTjNav {
  width: 200px;
  padding-right: 50px;
}

.proTjNav span {
  display: block;
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  margin-bottom: 15px;
  cursor: pointer;
}

.proTjNav span.on {
  background: #e2b852;
  color: #fff;
  border-color: #e2b852;
}

.proTjXq {
  width: calc(100% - 200px);
  padding-left: 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.18);
}

.proTjItem {
  display: none;
}

.proTjItem:first-child {
  display: block;
}

.proTj_bt {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.proTj_bt span {
  font-size: 24px;
  font-weight: 500;
}

.proTj_p p {
  padding-left: 20px;
  font-size: 16px;
  color: #e2b852;
  position: relative;
  margin: 5px 0;
}

.proTj_p p::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #e2b852;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (max-width: 1480px) {
  .proXqJj_text b {
    font-size: 32px;
  }

  .proXqJj_text .More {
    margin-top: 40px;
  }

  .proTjNav span {
    font-size: 16px;
  }

  .proXqJj {
    padding: 0 5% 100px;
  }
}

@media (max-width: 1368px) {
  .proXqJj_text span {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .proXqJj_text b {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .proXqJj_text span {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .proXqJj_text b {
    font-size: 20px;
  }

  /*  */

  .proTjNav {
    width: 180px;
  }

  .proTjNav span {
    font-size: 14px;
  }

  .proTjXq {
    width: calc(100% - 180px);
  }

  .proTj_bt {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .proTj_p p {
    font-size: 14px;
    padding-left: 15px;
  }

  .proTj_p p::before {
    top: 6px;
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 768px) {
  .proTjNav {
    width: 140px;
    padding-right: 30px;
  }

  .proTjXq {
    width: calc(100% - 140px);
    padding-left: 30px;
  }

  .proTjNav span {
    padding: 6px 0;
  }
}

@media (max-width: 680px) {
  .proTjBox {
    flex-wrap: wrap;
  }

  .proTjNav {
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .proTjNav span {
    font-size: 14px;
    padding: 6px 10px;
    margin-right: 10px;
  }

  .proTj_bt span {
    font-size: 20px;
  }

  .proTj_bt {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .proTjXq {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}

/* === */
.proXqItem {
  padding: 60px 5%;
}

.proXqTd {
  background: #f6f8fa;
}

.proXqTd_p p {
  padding-left: 20px;
  font-size: 16px;
  color: #e2b852;
  position: relative;
  margin: 5px 0;
}

.proXqTd_p p::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #e2b852;
  position: absolute;
  left: 0;
  top: 5px;
}
