@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "HarmonyOSSansSC";
  src: url("../fonts/HarmonyOS_Sans_SC_Thin.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "HarmonyOSSansSC";
  src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "HarmonyOSSansSC";
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "HarmonyOSSansSC";
  src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "HarmonyOSSansSC";
  src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "HarmonyOSSansSC";
  src: url("../fonts/HarmonyOS_Sans_SC_Black.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "iconfont";
  src: url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format("embedded-opentype"),
    url(../icons/iconfont.woff) format("woff"),
    url(../icons/iconfont.ttf) format("truetype"),
    url(../icons/iconfont.svg#iconfont) format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 62.5%;
  color: var(--color);
  list-style: none;
  font-family: "HarmonyOSSansSC";
  font-weight: 400;
}
p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 1rem 0;
  font-weight: 300;
  text-align: justify;
}
img {
  display: block;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  color: var(--color);
}
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color2);
  border-radius: 10px;
}
button {
  padding: 0;
  width: auto;
  background: none;
  box-shadow: none;
  border: none;
  font-size: 1.6rem;
}
.w_all {
  width: 1620px;
  margin: auto;
}
.w_all2 {
  width: 100rem;
  margin: auto;
}
::selection {
  background-color: var(--color2);
  color: white;
}
.imgScale img {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
  overflow: hidden;
}
.imgScale:hover img {
  transform: scale(0.9);
}
.imgScale2 img {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
}
.imgScale2:hover img {
  transform: scale(1.1);
}
html,
body {
  width: 100%;
  position: relative;
  font-size: 62.5%;
  --color: #444444;
  --color2: #1796d2;
  --height: 80px;
}
header {
  width: 100%;
  position: fixed;
  left: 0%;
  top: 0;
  z-index: 9999;
  transition: all 0.5s ease;
}
header.active {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.header2 {
  background: #fff;
}
.nav_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  height: 49px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding: 4rem 0;
}
.logo img {
  display: block;
  height: 100%;
}
.logo .img2 {
  display: none;
}
header.active .logo {
  height: 40px;
  padding: 2.5rem 0;
}
header.active .logo .img1,
.header2 .logo .img1 {
  display: none;
}
header.active .logo .img2,
.header2 .logo .img2 {
  display: block;
}
.navbox {
  display: flex;
  align-items: center;
}
.nav_box ul {
  display: flex;
}
.nav_box ul li {
  position: relative;
  margin: 0px 1.2vw;
  height: var(--height);
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
}
.nav_box ul li h3 {
  font-size: 1.8rem;
  line-height: 2.2;
  position: relative;
  color: #fff;
  cursor: pointer;
  transition: all ease 0.3s;
  z-index: 3;
}
.nav_box ul li:hover h3 {
  color: var(--color2) !important;
}
header.active .nav_box ul li h3,
.header2 .nav_box ul li h3 {
  color: var(--color);
}
.nav_box ul li h3::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--color2);
  opacity: 0;
  transition: all ease 0.3s;
}
.nav_box ul li:hover h3::before {
  width: 100%;
  opacity: 1;
}
.n_right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.n_right .bb {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-left: 1.5rem;
  height: var(--height);
  position: relative;
  transition: all 0.3s linear;
}
.n_right .bb:hover {
  color: var(--color2) !important;
}
.n_right i {
  color: #fff;
  font-size: 1.2rem;
  display: block;
}
.n_right .b1 img {
  width: 1.8rem;
}
.n_right .bb > img {
  filter: invert(1) brightness(10000);
  transition: all 0.3s linear;
}
.n_right .bb:hover > img {
  opacity: 0.6;
}
header.active .n_right .bb img,
.header2 .n_right .bb img {
  filter: none;
}
header.active .n_right .bb i,
header.active .n_right .bb,
.header2 .n_right .bb i,
.header2 .n_right .bb {
  color: var(--color);
}
.searchs {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 99999;
  display: none;
  padding-top: 15rem;
}
header.active .searchs {
  padding-top: 12rem;
}
.searchs .sr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 1.2rem 1.8rem;
}
.searchs input {
  width: 86%;
  line-height: 40px;
  font-size: 1.6rem;
}
.searchs img {
  height: 2.5rem;
  width: 2.5rem !important;
  border-right: 1px solid var(--color);
  padding-right: 1rem;
}
.searchs button {
  padding: 0 2rem;
  cursor: pointer;
  transition: all ease 0.3s;
}
.searchs button:hover {
  color: #1796d2;
}
.n_right .language {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  pointer-events: none;
  box-shadow: 0 0px 12px rgba(51, 51, 51, 0.33);
  background: #fff;
  border-top: 4px solid var(--color2);
}
.n_right .bb:hover .language {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.n_right .language a {
  font-size: 1.4rem;
  padding: 0.8rem 0;
  display: block;
  text-align: center;
  transition: all ease 0.3s;
}
.n_right .language a:hover {
  background: #1796d2;
  color: #fff;
}
.s_menu {
  position: absolute;
  left: 0%;
  top: 100%;
  display: none;
  z-index: 999;
  background: #fff;
  padding: 1rem 5rem 1rem 3rem;
  box-shadow: 0 0px 12px rgba(51, 51, 51, 0.33);
  width: max-content;
  border-top: 4px solid var(--color2);
}
.s_menu dl dd {
  padding: 6px 0;
  font-size: 1.5rem;
  background: #fff;
  transition: all 0.3s linear;
  cursor: pointer;
}
.s_menu dl dd:hover {
  color: #1796d2;
}
.navBtn {
  position: relative;
  z-index: 99999;
  cursor: pointer;
  display: none;
  margin-left: 2rem;
}
.navBtn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px auto;
}
header.active .navBtn span {
  background: var(--color);
}
.header2 .navBtn span {
  background: var(--color);
}
.nav_btn_active {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav_btn_active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav_btn_active span:nth-of-type(2) {
  opacity: 0;
}
.nav_btn_active span:nth-of-type(3) {
  margin-top: -58%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner_ph{
    display: none;
}
.banner .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
}
.banner b {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 5.5s;
  transform: scale(1);
}
.banner .txt {
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner .txt h2 {
  font-size: 6.5rem;
  color: #fff;
  transition: all ease 0.8s 0.3s;
  margin-bottom: 1rem;
  transform: translateY(30px);
  opacity: 0;
}
.banner .txt h3 {
  font-size: 10rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  transition: all ease 0.8s 0.8s;
  transform: translateY(30px);
  opacity: 0;
}
.banner .swiper-slide-active .txt h2 {
  transform: translateY(0px);
  opacity: 1;
}
.banner .swiper-slide-active .txt h3 {
  transform: translateY(0px);
  opacity: 1;
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translate(-50%, -0%);
  transform: translate(-50%, -0%);
  z-index: 6;
  cursor: pointer;
}
.banner .scroll img {
  animation: float 2s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.banner .rr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.banner .swiper-pagination {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.banner .swiper-pagination span {
  margin: 0 5px !important;
  background: #fff;
  opacity: 0.6 !important;
  width: 40px !important;
  height: 4px !important;
  border-radius: 3px;
  transition: all ease 0.3s;
  display: block;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #1796d2;
  opacity: 1 !important;
}
.btn {
  position: absolute;
  right: 3rem;
  bottom: 3%;
  z-index: 99;
}
.btn .ll {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
  background: #e4e4e4;
  margin: 1rem 0;
}
.btn i {
  display: block;
  font-size: 2rem;
  transition: all 0.3s linear;
  font-weight: 600;
}
.btn .llr i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn .ll:hover {
  background: var(--color2);
}
.btn .ll:hover i {
  color: #fff;
}

.more {
  width: max-content;
  margin: 6rem 0 0;
  padding: 0 2.5rem;
  height: 48px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid #1796d2;
}
.more::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #1796d2;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.more:hover::before {
  transform: none;
  transform-origin: 0% 50%;
}
.more span {
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
  margin-right: 3rem;
  transition: all 0.3s ease;
}
.more:hover span {
  color: #fff;
}
.more img {
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  width: 1.7rem !important;
}
.more:hover img {
  filter: invert(1) brightness(1000);
}
.moreb {
  height: 44px;
  border-width: 1px;
}
.moreb span {
  margin-right: 4rem;
  font-weight: 300;
}
.moreb img {
  height: 1.6rem;
}
.index_bars {
  padding: 6rem 0;
  position: relative;
}
.index_bars2 {
  padding: 10rem 0;
  position: relative;
}
.title {
  margin-bottom: 2rem;
}
.title h3 {
  font-size: 5.5rem;
  color: var(--color2);
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
.title h3 span {
  width: 5rem;
  height: 3px;
  background: var(--color2);
  margin: 0rem 0 4rem;
}
.index_chain {
  padding-top: 2%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.index_chain::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0));
}
.index_chain .contain {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 6;
}
.index_chain .contain .ll {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index_chain .contain .ll .title {
  width: 44rem;
}
.index_chain .contain .rr {
  width: 55%;
  position: relative;
}
.index_chain .contain .rr b img {
  width: 100%;
}
.index_chain ul li {
  position: absolute;
  opacity: 1 !important;
}
.index_chain ul li h6 {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 70%;
  text-align: center;
  top: 50%;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1.1;
  transform: translate(-50%,-50%);
}
.index_chain ul li h6 strong {
  display: block;
  font-size: 6.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: -3px;
}
.index_chain ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_chain ul .li1 {
  left: 11%;
  top: 17%;
}
.index_chain ul .li2 {
  top: 55.5%;
  left: 7.5%;
  transform: scale(0.86);
}
.index_chain ul .li2 img {
  transform: rotate(90deg);
}
.index_chain ul .li3 {
  top: 69%;
  left: 37%;
  transform: scale(0.88);
}
.index_chain ul .li3 img {
  transform: rotate(-90deg);
}
.index_chain ul .li4 {
  top: 49%;
  right: 12.5%;
  transform: scale(0.76);
}
.index_chain ul .li5 {
  top: 9%;
  right: 20%;
  transform: scale(0.8);
}
.index_chain ul .li5 img {
  transform: rotate(-135deg);
}
.index_chain ul .li6 {
  left: 31%;
  top: 27%;
  transform: scale(0.72);
}
.index_chain ul .li6 img {
  transform: rotate(-135deg);
}
.index_chain ul .li7 {
  left: 27%;
  top: 48%;
  transform: scale(0.66);
}
.index_chain ul .li7 img {
  transform: rotate(-135deg);
}
.index_chain ul .li8 {
  left: 48%;
  top: 43%;
  transform: scale(0.8);
}
.index_chain ul .li9 img {
  transform: rotate(-135deg);
}
.index_pro .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ser2 {
  display: flex;
  align-items: center;
  border-radius: 5rem;
  border: 2px solid var(--color2);
  overflow: hidden;
}
.ser2 input {
  line-height: 54px;
  font-size: 1.6rem;
  padding: 0 2.5rem;
  width: 40rem;
  box-sizing: border-box;
  transition: all ease 0.3s;
}
.ser2 input::placeholder {
  color: #aaaaab;
}
.ser2 button {
  background: var(--color2);
  padding: 0 2.7rem;
  cursor: pointer;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ser2 button img {
  filter: invert(1) brightness(10000);
  transition: all ease 0.6s;
}
.ser2:hover input {
  padding: 0 3.5rem;
}
.ser2 button:hover img {
  transform: rotateY(180deg);
}
.index_pro .box {
  padding: 5rem 0;
}
.index_pro .swiper-slide {
  position: relative;
  transition: all ease 0.5s;
}
.index_pro b {
  display: block;
  overflow: hidden;
  position: relative;
}
.index_pro b img {
  width: 100%;
}
.index_pro .icons {
  box-sizing: border-box;
  position: absolute;
  left: 8%;
  top: 15%;
  width: 8rem;
  height: 8rem;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 9;
}
.index_pro .icons img {
  max-width: 100%;
  filter: invert(1) brightness(1000);
}
.index_pro .tt {
  padding: 6% 8%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  transition: all 0.4s linear;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.index_pro .tt h4 {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
  transition: all ease 0.5s;
}
.index_pro .tt .pps {
  transition: all 0.4s linear;
}
.index_pro .tt .pps p {
  color: #fff;
  height: 0;
  opacity: 0;
  transition: all 0.4s linear;
}
.more2 {
  border: 2px solid var(--color2);
  border-radius: 50%;
  width: 3.4rem;
  height: 3.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  transition: all ease 0.5s;
  cursor: pointer;
}
.more2 img {
  max-width: 100%;
  width: 1.7rem;
}
.more2:hover {
  background: var(--color2);
}
.more2:hover img {
  filter: invert(1) brightness(1000);
}
.more2b {
  border-color: #fff;
}
.more2b img {
  filter: invert(1) brightness(1000);
}
.index_pro .swiper-slide b::after {
  content: "";
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  background: url(../images/pBg2.png) no-repeat center/cover;
  transition: all ease 0.5s;
}
.index_pro .swiper-slide b::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background: url(../images/pBg1.png) no-repeat center/cover;
  transition: all ease 0.5s;
  opacity: 0;
}
.index_pro .swiper-slide:hover b::before {
  opacity: 1;
}
.index_pro .swiper-slide:hover .tt {
  height: 60%;
}
.index_pro .swiper-slide:hover .tt .pps {
  transform: translateY(-5rem);
}
.index_pro .swiper-slide:hover .tt .pps p {
  height: auto;
  opacity: 1;
}
.index_pro .swiper-slide:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.index_pro .swiper-slide .more2b:hover {
  background: #fff;
}
.index_pro .swiper-slide .more2b:hover img {
  filter: none;
}
.index_pro .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_pro .btn {
  position: static;
  display: flex;
}
.index_pro .btn .ll {
  margin: 0 0 0 2rem;
}
.index_pro .swiper-scrollbar {
  height: 4px;
  background: #ececec;
  border-radius: 2px;
  width: calc(100% - 20rem);
}
.index_pro .swiper-scrollbar-drag {
  background: var(--color2);
  border-radius: 2px;
}
.index_about .contain {
  display: flex;
  justify-content: space-between;
  background: #e4e4e4;
  overflow: hidden;
}
.index_about .contain .ll {
  width: 50%;
  padding: 5% 8%;
  box-sizing: border-box;
}
.index_about .contain .ll p strong {
  font-weight: 300;
  font-size: 2.8rem;
  display: block;
  line-height: 1.2;
}
.index_about .contain .rr2 {
  overflow: hidden;
  width: 50%;
}
.index_about .contain .rr2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_news .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_news .more {
  margin: 0;
}
.index_news ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.index_news ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_news ul li .ll {
  background: #e4e4e4;
  width: 37%;
  padding: 2.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_news ul li .rr {
  width: 62.2%;
  overflow: hidden;
}
.index_news ul li .rr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_news ul li h6 {
  font-size: 1.8rem;
  font-weight: 400;
}
.index_news ul li h6 strong {
  font-size: 2.8rem;
  font-weight: 400;
  display: block;
  width: max-content;
  border-bottom: 1px solid var(--color);
}
.index_news ul li h5 {
  font-size: 2rem;
  font-weight: 400;
  transition: all 0.3s linear;
}
.index_news ul li:hover h5 {
  color: var(--color2);
}
.index_news ul li p {
  line-height: 1.4;
  margin: 0.5rem 0 1rem;
}
.footer {
  position: relative;
  z-index: 9;
  background: #e4e4e4;
  padding-bottom: 0;
}
.footer .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.footer .title h3 {
  line-height: 1.2;
  letter-spacing: -2px;
}
.footer .ser2b {
  width: 50%;
}
.footer .ser2b input {
  background: none;
  width: 100%;
  line-height: 46px;
}
.footer .ser2b button {
  height: 46px;
  padding: 0 4rem;
}
.footer .ser2b button img {
  height: 3rem;
}
.footer .contain {
  display: flex;
  justify-content: space-between;
}
.footer .rr {
  width: 34%;
}
.footer .rr p {
  font-size: 1.3rem;
}
.footer .logo2 img {
  height: 5.5rem;
  margin-bottom: 8rem;
}
.footer .rr p {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  margin: 2rem 0;
  line-height: 1;
}
.footer .links {
  position: relative;
  display: flex;
}
.footer .ew {
  margin-right: 1.8rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.footer .ew img:first-of-type {
  height: 2.4rem;
  border-radius: 6px;
  padding: 0.4rem;
  background: #c4c5c5;
  transition: all 0.5s ease;
}
.footer .links .ew:hover {
  overflow: inherit;
}
.footer .links .ew:hover img:first-of-type {
  opacity: 0.8;
}
.footer .links .ewm {
  height: 10rem;
  margin-right: 2rem;
  text-align: center;
  font-size: 1.4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120%;
  transition: all 0.5s ease;
  opacity: 0;
}
.footer .links .ew:hover .ewm {
  opacity: 1;
  bottom: 100%;
}
.footer dl dt {
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.8;
}
.footer dl dt img {
  height: 1.2rem;
  position: absolute;
  left: -2.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.footer dl dt span {
  display: block;
  width: 100%;
  font-size: 1.7rem;
  border-bottom: 1px solid #c5c5c6;
}
.footer dl dd {
  font-weight: 300;
  line-height: 1.7;
  font-size: 1.6rem;
  transition: all 0.5s ease;
}

.footer .dls {
  width: 40.6rem;
  margin-left: 5%;
}
.footer .dls .pps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .dls .pps p {
  margin: 0;
  line-height: 1.7;
  transition: all 0.5s ease;
}
.footer .dls .pps p strong {
  font-weight: 400;
  font-size: 1.6rem;
}
.footer .dls .pps a:first-of-type {
  width: 100%;
}
.footer .dls .pps a:first-of-type strong {
  display: block;
}
.footer dl dd:hover,
.footer .dls .pps p:hover {
  color: var(--color2);
}
.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
}

.footer .copyright {
  background: #d8d8d8;
}
.footer .copyright .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .copyright p {
  color: #808080;
}
.footer .copyright a {
  font-size: 1.6rem;
  transition: all 0.3s linear;
  margin-left: 3rem;
  color: #808080;
}
.all_back {
  position: absolute;
  right: 2%;
  bottom: 3rem;
  background: #1796d2;
  cursor: pointer;
  padding: 0.9rem 1.1rem;
  transition: all 0.3s linear;
  border-radius: 50%;
}
.all_back i {
  color: #fff;
  font-size: 2rem;
  display: block;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.3s linear;
}
.all_back:hover {
  background: #0074c8;
}
.all_back:hover i {
  color: #fff;
}
.o_ban {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.o_ban img {
  width: 100%;
}
.o_ban .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.o_ban .txt h2 {
  font-size: 6.8rem;
  color: #fff;
  font-weight: 400;
  margin-top: 13rem;
  line-height: 1;
}
.o_ban .txt p {
  font-size: 6.8rem;
  color: #fff;
  margin: 0;
  line-height: 1.6;
}
.o_ban2 .txt p {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.o_ban3 .txt h2 {
  color: var(--color);
}
.o_ban3 .txt p {
  font-size: 1.6rem;
  margin-top: 2rem;
  color: var(--color);
  width: 47rem;
}
.pages {
  text-align: center;
  padding-top: 2rem;
}
.pages a {
  margin: 3px;
  background: #eee;
  font-size: 1.3rem;
  color: #333;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.5s ease;
  border: 1px rgba(0, 0, 0, 0.4) solid;
}
.pages a.active,
.pages a:hover {
  background: #1796d2;
  color: #fff;
  border-color: transparent;
}
/* 新闻 */
.news .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.allNav {
  display: flex;
  justify-content: center;
}
.allNav h6 {
  font-weight: 300;
  font-size: 1.8rem;
  padding: 1rem 3rem;
  margin: 0 1rem;
  border-radius: 5rem;
  transition: all 0.3s linear;
}
.allNav h6:hover {
  color: var(--color2);
}
.allNav h6.active {
  background: var(--color2);
  color: #fff;
}
.news .top ul form,.news .top ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .top ul li {
  padding-left: 1rem;
  margin-left: 2rem;
  border-left: 1px solid var(--color);
}
.news .top ul li:first-of-type {
  border: none;
}
.news .top ul select {
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0 1rem;
  transition: all 0.3s linear;
  line-height: 1;
}
.news .top ul li:hover select {
  color: var(--color2);
}
.news .top ul option {
  font-size: 1.6rem;
  font-weight: 300;
  transition: all 0.3s linear;
}
.news .contain ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 2rem 0;
}

.news .contain ul li .rr {
  width: 50%;
  overflow: hidden;
  max-height: 45rem;
}
.news .contain ul li .rr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .contain ul li .ll {
  background: #e4e4e4;
  width: 50%;
  padding: 3%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.news .contain ul li .ll::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: var(--color2);
  transition: all 0.3s ease;
}
.news .contain ul li:hover .ll::before {
  width: 100%;
}
.news .contain ul li .tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .contain ul li .time {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: right;
}
.news .contain ul li .time strong {
  font-size: 2.8rem;
  font-weight: 400;
  display: block;
  width: max-content;
  border-bottom: 1px solid var(--color);
}
.news .contain ul li h5 {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.3s linear;
  width: 57%;
}
.news .contain ul li:hover h5 {
  color: var(--color2);
}
.news .contain ul li p {
  line-height: 1.6;
  margin: 0;
  width: 58%;
}
.news .contain ul li .more {
  margin: 0;
}
.newsd {
  overflow: hidden;
}
.newsd .contain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsd .contain .ll {
  width: 66%;
}
.newsd .top {
  border-bottom: 1px solid var(--color);
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}
.newsd .top h1 {
  font-size: 2.8rem;
  font-weight: 400;
}
.newsd .top p {
  color: var(--color2);
  margin: 2rem 0 0;
}
.newsd .ll .tt {
  margin: 3% 0 0;
}
.newsd .ll .tt p {
  margin: 2rem 0;
}
.newsd .ll .tt p img {
  width: 100%;
}
.newsd .rr {
  width: 24%;
}
.newsd .rr .rt1 {
  background: #ededed;
  padding: 2rem 4rem 1rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
.newsd .rr h2 {
  font-size: 2.8rem;
  font-weight: 400;
  padding: 1rem 0;
  letter-spacing: 4px;
  color: var(--color2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsd .rr .more2 {
  margin: 0;
}
.newsd .rr p {
  font-size: 2.8rem;
  padding: 1rem 0;
  margin: 0;
  overflow: hidden;
  color: #878787;
  white-space: nowrap;
  text-overflow: ellipsis;
  letter-spacing: 4px;
  border-top: 1px solid #878787;
  transition: all 0.3s linear;
}
.newsd .rr p:hover {
  color: var(--color);
}
.newsd .rr .rt2 p {
  letter-spacing: 0;
  font-size: 2rem;
  margin: 0;
  padding: 2rem 0;
  line-height: 1.4;
}
.newsd .rr p i {
  font-style: normal;
  display: block;
  font-size: 1.6rem;
  color: var(--color2);
}
/* 联系 */
.contact .title {
  margin-bottom: 0;
}
.contact ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact ul li {
  padding: 3rem 3rem 2.5rem;
  width: 32.5%;
  box-sizing: border-box;
  background: #eeeeee;
  position: relative;
  overflow: hidden;
}
.contact ul li p {
  transition: all 0.3s linear;
  position: relative;
  z-index: 2;
  font-size: 3rem;
  margin: 0;
  line-height: 1.3;
}
.contact ul li p strong {
  font-size: 3rem;
  font-weight: 400;
  display: block;
  transition: all 0.3s linear;
  margin-bottom: 1.5rem;
}
.contact ul li img {
  position: absolute;
  right: 1rem;
  bottom: -4rem;
}
.contact ul li:first-of-type img {
  bottom: 0;
}
.contact ul li:last-of-type img {
  right: -1.3rem;
  bottom: -2.5rem;
}
.contact ul li:last-of-type p strong {
  margin-bottom: 0rem;
}
.contact ul li:last-of-type p:last-of-type strong {
  margin-top: 2rem;
}
.contact ul li:hover {
  background: var(--color2);
  transition: all 0.3s linear;
}
.contact ul li:hover p,
.contact ul li:hover p strong {
  color: #fff;
}
.contact ul li:hover img {
  opacity: 0.2;
}
.contact .contain .bar2 {
  padding-bottom: 0;
}
.contact .contain .bar2 .inps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 4rem auto 10rem;
}
.contact .contain .bar2 .inps p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #a3a4a4;
  width: 24%;
  padding: 0 1.5rem;
  height: 60px;
  transition: all 0.3s linear;
}
.contact .contain .bar2 .inps p img {
  width: 2.5rem;
}
.contact .contain .bar2 p span {
  font-size: 2rem;
  color: #ff1818;
  font-weight: 600;
}
.contact .contain .bar2 p .inputs {
  font-size: 1.6rem;
  width: calc(100% - 5rem);
}
.contact .contain .bar2 p:hover {
  border-color: var(--color2);
}
.contact .contain .bar2 .inps .pp2 {
  width: 100%;
  height: auto;
}
.contact .contain .bar2 .inps .pp2 .inputs {
  height: 23rem;
  padding: 2rem 3rem;
}
.contact .contain .bar2 .inputs::placeholder {
  color: #9e9f9f;
}
.contact .bottom {
  margin: 0;
  position: absolute;
  bottom: -1.4rem;
  right: 5%;
  background: #fff;
  padding: 0 3rem;
}
.contact .bottom .submit {
  background: #fff;
}
.submit {
  position: relative;
}
.submit button,.submit input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -9999px;
  white-space: nowrap; 
  background: none;
}
.about .contain {
  background: none;
}
.about .contain .ll {
  padding: 0;
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about .contain .ll p strong {
  font-size: 4rem;
  color: var(--color2);
  font-weight: 400;
}
.about .contain .rr2 {
  width: 50%;
}
.culture ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.culture ul li {
  display: flex;
  align-items: center;
}
.culture ul li:first-of-type {
  border-right: 3px solid #fff;
  padding-right: 10.5%;
}
.culture ul h6 {
  font-size: 7.2rem;
  color: #fff;
  font-weight: 600;
  margin-right: 2rem;
  line-height: 1;
}
.culture ul p {
  font-size: 3.7rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.history .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.history .title h3 span {
  margin: 0;
}
.history .top .tt {
  width: 50%;
}
.history .top .tt p {
  margin: 0;
}
.history .b2 {
  position: relative;
  margin: 5rem 0 0;
}
.history .b2 b img {
  width: 100%;
}
.history .b2 .tbox {
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 0;
  text-align: center;
  background: rgba(23, 152, 212, 0.8);
  padding: 4.8rem 0;
}
.history .b2 .txt {
  display: none;
}
.history .b2 .txt.active {
  display: block;
  transition: all 0.4s ease-in-out;
}
.history .b2 .txt .t3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.history .b2 .txt h6 {
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  padding: 0.5rem 2.5rem;
  margin-right: 3rem;
  border-radius: 5rem;
  line-height: 1;
}
.history .b2 .txt p {
  font-weight: 400;
  font-size: 3rem;
  color: #fff;
}
.history .b1 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.history .b1 .swiper-container {
  position: relative;
  padding: 8rem 0;
  width: 90%;
}
.history .b1 .swiper-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  background: var(--color2);
}
.history .b1 .swiper-button-next,
.history .b1 .swiper-button-prev {
  position: static;
  margin: 0;
  transform: scale(0.3);
  font-weight: 800;
}
.history .b1 .ll2 {
  border: 1px solid var(--color2);
  border-radius: 50%;
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s linear;
}
.history .b1 .ll2:hover {
  background: var(--color2);
}
.history .b1 .ll2:hover .swiper-button-next,
.history .b1 .ll2:hover .swiper-button-prev {
  color: #fff;
}
.history .b1 .swiper-slide-active {
  transform: scale(1.2);
}
.history .b1 .swiper-slide {
  position: relative;
  cursor: pointer;
  display: flex;
  transition: all 0.3s linear;
}
.history .b1 .circle {
  width: 4.5rem;
  height: 4.5rem;
  margin: auto;
  background: #eee;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s linear;
}
.history .b1 .swiper-slide .circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 65%;
  border-radius: 50%;
  width: 65%;
  border: 0.7rem solid #787878;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.history .b1 .swiper-slide span {
  position: absolute;
  left: 0%;
  width: 100%;
  text-align: center;
  top: 100%;
  line-height: 1.6;
  transition: all 0.3s linear;
  font-size: 3.7rem;
  color: #888888;
  font-weight: 400;
}
.history .b1 .swiper-slide-active .circle {
  background: rgba(23, 152, 212, 0.5);
}
.history .b1 .swiper-slide-active .circle::before {
  border-color: var(--color2);
  background: #fff;
}
.history .b1 .swiper-slide:hover span {
  color: var(--color2);
}
.culture2 {
  border-top: 1px solid var(--color);
}
.culture2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.culture2 ul li {
  width: 49.5%;
  margin: 0.5% 0;
}
.culture2 ul li .imgs {
  overflow: hidden;
}
.culture2 ul li .txt {
  background: #efefef;
  padding: 0 4rem 0 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 10.7rem;
}
.culture2 ul li .txt b {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color2);
}
.culture2 ul li .txt b img {
  width: 60%;
  margin: auto;
  transform: scale(1) !important;
}
.culture2 ul li:hover .txt b img {
  transform: scale(1) rotateY(180deg) !important;
}
.culture2 ul li p {
  color: var(--color2);
  margin: 0;
  line-height: 1.2;
  width: calc(100% - 9rem);
  transition: all 0.3s ease;
}
.culture2 ul li p strong {
  font-size: 3rem;
  color: var(--color2);
  display: block;
}
.culture2 ul li:hover p {
  transform: translateX(-5px);
}
.team .contain {
  padding-bottom: 0;
}
.team .contain .ll {
  padding-bottom: 5%;
  width: 45rem;
}
.team .contain .rr2 {
  width: calc(100% - 55rem);
}
.team .contain2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0;
}
.team .contain2 .ll {
  width: 51.5%;
}
.team .contain2 .rr {
  width: 45%;
}
.team .contain2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team .contain2 ul li {
  width: 49%;
}
.team .contain2 ul li:nth-last-child(-n + 2) {
  margin-top: 2%;
}
.team .contain2 .txt {
  position: relative;
}
.team .contain2 b {
  display: block;
  width: 100%;
  overflow: hidden;
}
.team .contain2 b img {
  width: 100%;
}
.team .contain2 .tt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.6rem 2rem;
  box-sizing: border-box;
  background: rgba(23, 152, 212, 0.9);
  display: flex;
  align-items: center;
}
.team .contain2 .tt p {
  margin: 0;
  line-height: 1;
  font-size: 2rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.team .contain2 .tt p strong {
  font-size: 1.2rem;
  color: #fff;
  border-left: 1px solid #fff;
  font-weight: 400;
  margin-left: 1rem;
  padding-left: 1rem;
  line-height: 1;
}
.guihua .contain {
  position: relative;
}
.guihua .imgs img {
  width: 100%;
}
.guihua .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(23, 152, 212, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
.guihua .txt .tts {
  padding: 0 25% 0 15%;
  box-sizing: border-box;
}
.guihua .txt .title h3,
.guihua .txt p {
  color: #ffff;
  margin: 0;
}
.guihua .txt .title h3 span {
  background: #fff;
  margin-bottom: 3rem;
}
.social {
  margin-bottom: 2rem;
  overflow: hidden;
}
.social .contain {
  background: #fff;
}
.social .contain .ll {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 5% 7.2%;
}
/* 供应链 */
.chain .bar1 .title h3 {
  color: #fff;
}
.chain .bar1 .title h3 span {
  background: #fff;
}
.chain .bar1 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem;
}
.chain .bar1 ul li {
  background: #fff;
  border-radius: 8px;
}
.chain .bar1 ul li img {
  width: 100%;
  transition: all 0.3s ease;
}
.chain .bar1 ul li:hover img {
  transform: scale(1.06);
}
.chain .bar2 .contain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chain .bar2 .ll {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chain .bar2 .ll dl {
  display: flex;
  margin-bottom: 3rem;
}
.chain .bar2 .ll dl dd {
  margin-right: 8rem;
}
.chain .bar2 .ll dl p {
  display: flex;
  color: var(--color2);
  line-height: 1.4;
  align-items: flex-end;
}
.chain .bar2 .ll dl p strong {
  font-size: 5.5rem;
  font-weight: 400;
  color: var(--color2);
  margin-bottom: -1.3rem;
}
.chain .bar2 .ll .t2 p {
  margin: 0;
}
.chain .bar2 .rr {
  width: 63%;
}
.chain .bar2 .rr ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.chain .bar2 .rr ul li {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.chain .bar2 .rr ul li img {
  width: 90%;
}
.chain .bar2 .rr ul li:hover {
  transform: translateY(-5px);
}
.chain2 {
  overflow: hidden;
}
.chain2 ul {
  display: flex;
  justify-content: space-between;
}
.chain2 ul li {
  background: var(--color2);
  width: 50%;
  padding: 5% 7.5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.chain2 ul li:nth-of-type(1) p {
  font-size: 3rem;
  color: #fff;
  line-height: 1.6;
}
.chain2 ul li:nth-of-type(2) {
  background: #efefef;
}
.chain2 dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chain2 dl dd {
  background: #efefef;
  padding: 3% 5%;
  box-sizing: border-box;
  width: 49.5%;
  margin: 0.5% 0;
  position: relative;
  cursor: default;
}
.chain2 dl dd::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color2);
  transition: all 0.3s ease;
}
.chain2 dl dd .t1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}
.chain2 dl dd h6 {
  font-size: 3rem;
  padding: 0.8rem 4rem;
  border: 1px solid var(--color);
  border-radius: 5rem;
  width: max-content;
  font-weight: 400;
  transition: all 0.3s linear;
}
.chain2 dl dd h5 {
  font-size: 3rem;
  font-weight: 400;
  transition: all 0.3s linear;
}
.chain2 dl dd p {
  transition: all 0.3s linear;
}
.chain2 dl dd:hover h6 {
  background: var(--color2);
  color: #fff;
  border-color: var(--color2);
}
.chain2 dl dd:hover h5,
.chain2 dl dd:hover p {
  color: var(--color2);
}
.chain2 dl dd:hover::after {
  width: 100%;
}
.chain2 .bar2 .bottom {
  display: flex;
  justify-content: flex-end;
}
.chain3 .bar1 .title h3 {
  width: max-content;
}
.chain3 .bar1 .title h3 span {
  margin-bottom: 1rem;
}
.chain3 .bar1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.chain3 .bar1 ul li {
  width: 19%;
  background: #efefef;
  padding: 0 3rem;
  box-sizing: border-box;
  position: relative;
  cursor: default;
}
.chain3 .bar1 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: var(--color2);
  transition: all 0.3s linear;
}
.chain3 .bar1 ul li:hover::after {
  height: 100%;
}
.chain3 .bar1 ul li h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10rem;
  color: #e1e0df;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.chain3 .bar1 ul li p {
  font-size: 2rem;
  color: #595757;
  margin: 6rem 0 5rem;
  padding-right: 5%;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  z-index: 2;
  transition: all 0.3s linear;
}
.chain3 .bar1 ul li:hover h6 {
  color: #fff;
  transition: all 0.3s linear 0.3s;
}
.chain3 .bar1 ul li:hover p {
  color: #fff;
}
.chain3 .bar1 ul li:hover h6 img {
  filter: invert(1) brightness(1000);
  transition: all 0.3s linear 0.3s;
}
.chain3 .bar2 img {
  width: 100%;
}
.chain3 .bar3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.chain3 .bar3 ul li {
  width: 15.5%;
  border: 8px solid var(--color2);
  box-sizing: border-box;
  position: relative;
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 7.5rem 0rem 4rem;
  align-items: center;
}
.chain3 .bar3 ul li::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid var(--color2);
}
.chain3 .bar3 ul li:last-of-type:after {
  display: none;
}
.chain3 .bar3 ul li .top {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 80px;
  background-color: var(--color2);
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.chain3 .bar3 ul li .top img {
  position: absolute;
  left: 8px;
  top: 8px;
  width: auto;
}
.chain3 .bar3 ul li p {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.4;
}
.chain3 .bar3 ul li p strong {
  display: block;
  font-size: 4.8rem;
  color: var(--color2);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.pro ul li {
  display: flex;
  justify-content: space-between;
}
.pro ul li:not(:last-of-type) {
  padding-bottom: 0;
}
.pro ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.pro ul li .ll {
  width: 50%;
  overflow: hidden;
}
.pro ul li .ll img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro ul li .rr {
  width: 50%;
  background: #e6e6e6;
  padding: 3% 5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.pro ul li h6 {
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  border: 1px solid var(--color2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.pro ul li h6 img {
  width: auto;
  max-width: 100%;
  object-fit: cover;
  transform: none !important;
}
.pro ul li h3 {
  font-size: 4.8rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: var(--color2);
  transition: all 0.3s ease;
}
.pro ul li p {
  color: var(--color2);
  line-height: 1.6;
  width: 92%;
  transition: all 0.3s ease;
}
.pro ul li .more {
  margin-top: 5rem;
}
.pro ul li .more span {
  color: var(--color2);
}
.pro ul li:hover .rr {
  background: var(--color2);
}
.pro ul li:hover .rr h6 {
  border-color: #fff;
}
.pro ul li:hover .rr h6 img {
  filter: invert(1) brightness(1000);
}
.pro ul li:hover .rr h3,
.pro ul li:hover .rr p {
  color: #fff;
}
.pro ul li:hover .rr .more {
  background: #fff;
}
.pro ul li:hover .rr .more:hover::before {
  background: #fff;
}
.pro ul li:hover .rr .more:hover img {
  filter: none;
}

.pNav {
  position: relative;
  z-index: 9;
  margin-top: -10rem;
}
.pNav ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e6e6e6;
}
.pNav ul li {
  width: 14.28%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pNav ul li a {
  display: block;
  padding: 4rem 0;
}
.pNav ul li .icons {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 2px solid var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.pNav ul li img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.pNav ul li p {
  text-align: center;
  font-size: 2rem;
  transition: all 0.3s linear;
  margin-bottom: 0;
}
.pNav ul li.active,
.pNav ul li:hover {
  background: var(--color2);
}
.pNav ul li.active p,
.pNav ul li:hover p {
  color: #fff;
}
.pNav ul li.active .icons,
.pNav ul li:hover .icons {
  border-color: #fff;
}
.pNav ul li.active img,
.pNav ul li:hover img {
  filter: invert(1) brightness(1000);
}
.prod .bar1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prod .bar1 h3 {
  font-size: 3rem;
  font-weight: 400;
}
.prod .bar1 p {
  width: 48rem;
}
.prod .bar1 .ser2b{
    width: 100%;
}
.prod .bar2 dl {
  display: flex;
  align-items: center;
}
.prod .bar2 dl dd {
  font-size: 3rem;
  margin-right: 6rem;
  font-weight: 400;
  cursor: pointer;
}
.prod .bar2 dl dd.active,
.prod .bar2 dl dd:hover {
  color: var(--color2);
}
.prod .bar3 {
  padding-top: 0;
}
.prod .bar3 ul li {
  cursor: pointer;
}
.prod .bar3 ul li .tt {
  display: flex;
}
.prod .bar3 ul li .tt p {
  width: 25%;
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  border-right: 1px solid var(--color);
  border-bottom: 1px solid var(--color);
  padding: 1rem 0;
  box-sizing:border-box;
  transition: all 0.3s linear;
}
.prod .bar3 ul li:first-of-type .tt {
  background: var(--color2);
}
.prod .bar3 ul li .tt p:first-of-type {
  justify-content: flex-start;
  padding: 1rem 5%;
}
.prod .bar3 ul li:first-of-type .tt p {
  color: #fff !important;
  font-weight: 400;
  border-color: #fff;
}
.prod .bar3 ul li .tt p i {
  font-size: 2.5rem;
  color: #fff;
  font-style: normal;
}
.prod .bar3 ul li .tt p:last-of-type {
  border-right: none;
}
.prod .bar3 ul li .tt p:first-of-type {
    width: 50%;
}
.prod .bar3 ul li:hover .tt p:first-of-type {
  color: var(--color2);
}
.prod .bar3 ul li .more2 {
  margin: 0;
  border-color: 1px solid var(--color);
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 3rem;
  border-width: 1px;
}
.prod .bar3 ul li .more2 img {
  width: 11px;
}
.prod .bar3 ul li .more2 img:last-of-type {
  display: none;
}
.prod .bar3 ul li.active p {
  color: var(--color2);
}
.prod .bar3 ul li.active .more2 {
  border-color: var(--color2);
}
.prod .bar3 ul li.active .more2 img:first-of-type {
  display: none;
}
.prod .bar3 ul li.active .more2 img:last-of-type {
  display: block;
}
.prod .bar3 ul li .tt2 {
  border-bottom: 1px solid var(--color);
  padding: 2rem 8%;
  box-sizing: border-box;
  display: none;
}
.prod .bar3 ul li .tt2 table {
  width: max-content;
}
.prod .bar3 ul li .tt2 td {
  margin: 0;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 300;
}
.prod .bar3 ul li .tt2 td:first-of-type {
  font-size: 1.6rem;
  font-weight: 400;
  width: 24rem;
}
.custom .bar1 .title h3 span {
  margin: 0 0 1rem;
}
.custom .bar1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-bottom: 0;
}
.custom .bar1 ul li b {
  display: 100%;
  display: block;
  overflow: hidden;
}
.custom .bar2 {
  padding-top: 0;
}
.custom .bar2 ul li:first-of-type {
  grid-column: 1 / -1;
}
.custom .bar2 .more {
  margin: 6rem auto 0;
}
.custom .bar3 {
  position: relative;
}
.custom .bar3 .bg img {
  width: 100%;
}
.custom .bar3 .contain {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom .bar3 .title h3,
.custom .bar3 .title p {
  color: #fff;
}
.custom .bar3 .title h3 span {
  background: #fff;
  margin-bottom: 1rem;
}
.custom .bar3 dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.custom .bar3 dl dd {
  width: 25rem;
  height: 25rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 6%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.custom .bar3 dl dd::before {
  content: "";
  width: 88%;
  height: 88%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid var(--color2);
  border-radius: 50%;
}
.custom .bar3 dl dd p {
  text-align: center;
  color: var(--color2);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
.custom .bar3 dl dd p strong {
  font-size: 7rem;
  font-weight: 400;
  display: block;
  color: var(--color2);
  margin-bottom: -4px;
}
.custom .bar3 dl dd p:first-of-type {
  margin-bottom: 5px;
}
.custom .bar4 .title h3 span {
  margin-bottom: 3rem;
}
.custom .bar4 .title p {
  width: 65%;
}
.custom .bar4 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.custom .bar4 ul li {
  width: 13.5%;
  box-sizing: border-box;
  position: relative;
  cursor: default;
  text-align: center;
}
.custom .bar4 ul li .top {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.custom .bar4 ul li .top img {
  width: 100%;
}
.custom .bar4 ul li .top h5 {
  position: absolute;
  left: 1.5rem;
  top: 1rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-size: 6rem;
}
.custom .bar4 ul li h6 {
  display: block;
  font-size: 2.5rem;
  background: var(--color2);
  color: #fff;
  font-weight: 600;
  padding: 2rem 0;
}
.custom .bar4 ul li .tt {
  background: #e6e6e6;
  padding: 18% 24%;
  box-sizing: border-box;
  width: 100%;
}
.custom .bar4 ul li p {
  text-align: center;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}

.ser2b {
  width: 30%;
}
.ser2b input {
  background: none;
  width: 100%;
  line-height: 46px;
}
.ser2b button {
  height: 46px;
}
.big_box {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999999999;
  display: none;
}
.big_imgss {
  position: absolute;
  height: 85%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.big_imgss.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.big_box .big_imgss img {
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.big_box .righttop {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9;
  padding: 15px;
}
.big_box .righttop div {
  float: right;
}
.big_box .righttop img {
  margin: 0;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.big_box .righttop img:hover {
  opacity: 0.6 !important;
}

html[lang="en"]  *{
    letter-spacing: 0 !important;
}
html[lang="en"]  body,html{
    font-size: 58.5%;
}
html[lang="en"] p{
    text-align: inherit;
}
html[lang="en"] .title h3 {
    font-size: 4rem;
    line-height: 1.2;
}
html[lang="en"] .title h3 span{
     margin: 1rem 0 4rem;
}
html[lang="en"]  .nav_box ul li{
    margin: 0 0.8vw;
}
html[lang="en"] .index_news ul li p{
    display:none
}
html[lang="en"] .footer .rr {
    width: 20%;
}
html[lang="en"] .custom .bar4 ul li h6{
    font-size: 2rem;
}
html[lang="en"] .custom .bar4 ul li .tt{
    padding: 15% 8%;
}
html[lang="en"] .chain3 .bar3 ul li p{
    font-size: 2rem;
}
html[lang="en"] .index_chain ul li h6 {
    font-size: 1.9rem;
}
html[lang="en"] .culture ul li{
    border: none;
    padding: 0;
}
html[lang="ja"]  *{
    letter-spacing: 0 !important;
}
html[lang="ja"]  body,html{
    font-size: 58.5%;
}
html[lang="ja"] .footer .rr {
    width: 20%;
}
html[lang="ja"] .custom .bar4 ul li h6{
    font-size: 2rem;
}
html[lang="ja"] .custom .bar4 ul li .tt{
    padding: 15% 8%;
}
html[lang="ja"] .chain .bar2 .ll{
    width: 35%;
}
html[lang="ja"] .chain .bar2 .rr {
    width: 60%;
}
html[lang="ja"] .index_chain ul li h6{
    font-size: 1.8rem;
}
html[lang="ja"] .culture ul li{
    border: none;
    padding: 0;
}