body {
  --interval: 260px;
  --nav_height: 110px;
  --color: #0078ff;
}
@media screen and (max-width: 1680px) {
  body {
    --interval: 200px;
  }
}
@media screen and (max-width: 1520px) {
  body {
    --interval: 100px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --interval: 5vw;
  }
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .pc_main {
    display: none !important;
  }
}
.phone_main {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .phone_main {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.pt {
  padding-top: 70px;
}
.pb {
  padding-bottom: 70px;
}
.mt {
  margin-top: 40px;
}
.flexBetween {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexStart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexCenter {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexEnd {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Header_Container {
  padding: 0 100px;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Header_Container .box .logo a {
  display: block;
}
.Header_Container .box .logo a img {
  height: 46px;
}
.Header_Container .box .nav {
  margin-left: auto;
  margin-right: 160px;
}
.Header_Container .box .nav .item {
  padding: 0 25px;
}
.Header_Container .box .nav .item > p a {
  font-size: 18px;
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: var(--nav_height);
}
.Header_Container .box .nav .item > p a:hover {
  color: var(--color);
}
.Header_Container .box .nav .item.active > p a {
  color: var(--color);
}
.Header_Container .box .menu {
  display: none;
}
.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.language p a {
  font-size: 18px;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.language p a svg {
  vertical-align: middle;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 5px;
}
.language p a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.language p a:hover {
  color: var(--color);
}
.language p a:hover svg path {
  fill: var(--color);
}
.Home_Banner {
  background: #fff;
}
.Home_Banner .box {
  position: relative;
}
.Home_Banner .box .swiper-slide {
  position: relative;
}
.Home_Banner .box .swiper-slide .img img {
  width: 100%;
  height: calc(100vh - var(--nav_height));
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Home_Banner .box .swiper-slide .oreintation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Home_Banner .box .swiper-slide .oreintation .content1 {
  font-size: 88px;
  line-height: 1;
}
.Home_Banner .box .swiper-slide .oreintation .content2 {
  font-size: 44px;
  line-height: 1;
  margin: 18px 0 30px;
}
.Home_Banner .box .swiper-slide .oreintation .content3 {
  font-size: 18px;
  line-height: 1.8;
  color: #fefeff;
}
.Home_Banner .box .swiper-slide .oreintation .content4 {
  margin-top: 42px;
}
.Home_Banner .box .banner_page {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.Home_Banner .box .banner_page div span {
  background: transparent;
  opacity: 1;
  margin: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.Home_Banner .box .banner_page div .swiper-pagination-bullet-active {
  background: #fff;
}
.Home_Banner .box .banner_button div {
  position: absolute;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  opacity: 0.2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .box .banner_button div:hover {
  opacity: 1;
}
.Home_Banner .box .banner_button .prev {
  left: 100px;
}
.Home_Banner .box .banner_button .next {
  right: 100px;
}
.link_01 .a {
  min-width: 170px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #fff;
  line-height: 56px;
  border-radius: 30px;
  display: block;
  text-align: center;
}
.link_01 .a:hover {
  background: var(--color);
  color: #fff;
  border-color: #0078ff;
}
.link_03 .a {
  min-width: 170px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ddd;
  line-height: 56px;
  border-radius: 30px;
  display: block;
  text-align: center;
}
.link_03 .a:hover {
  background: var(--color);
  color: #fff;
  border-color: #0078ff;
}
.title_01 {
  font-size: 42px;
  text-align: center;
}
.Home_Product {
  background: #fff url(../images/img1.jpg) no-repeat center top / cover;
  --b: 80px;
  --p: 60px;
  z-index: 2;
  position: relative;
}
.Home_Product .box {
  position: relative;
}
.Home_Product .box .item {
  background: #fff;
}
.Home_Product .box .item .boxLeft {
  width: 50%;
  padding: 70px var(--p);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Home_Product .box .item .boxLeft .content1 {
  font-size: 30px;
  color: #333;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .item .boxLeft .content2 {
  font-size: 18px;
  color: #333;
  height: 6.8em;
  max-height: 6.8em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 35px;
}
.Home_Product .box .item .boxRight {
  width: 50%;
}
.Home_Product .box .item .boxRight p {
  overflow: hidden;
}
.Home_Product .box .item .boxRight p img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .item:hover .boxLeft .content1 {
  color: #0078ff;
}
.Home_Product .box .item:hover .boxRight p img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_Product .box .banner_page_02 {
  position: absolute;
  left: 0;
  bottom: var(--b);
  z-index: 2;
  left: calc(var(--p) - 8px);
}
.Home_Product .box .banner_button_02 {
  position: absolute;
  right: 50%;
  bottom: var(--b);
  z-index: 2;
  padding-right: var(--p);
}
.Home_Product .box1 {
  margin-top: 20px;
}
.Home_Product .box1 .item {
  display: block;
  background: #fff;
  padding: 45px 40px;
}
.Home_Product .box1 .item .content1 {
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Product .box1 .item .content1 img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box1 .item .content2 {
  font-size: 30px;
  color: #111;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box1 .item .content3 {
  font-size: 14px;
  color: #666;
  height: 2em;
  max-height: 2em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin: 18px 0 28px;
}
.Home_Product .box1 .item:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Product .box1 .item:hover .content2 {
  color: #0078ff;
}
.Home_Product .box1 .item:hover .content4 .a {
  background: #0078ff;
  border-color: #0078ff;
}
.Home_Product .box1 .item:hover .content4 .a svg path {
  fill: #fff;
}
.b_hover {
  background: #0078ff;
  border-color: #0078ff;
}
.b_hover svg path {
  fill: #fff;
}
.link_02 .a {
  width: 100px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_02 .a path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_page_02 div span {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #ccc;
  margin: 0 8px;
}
.banner_page_02 div .swiper-pagination-bullet-active {
  background: #0078ff;
}
.banner_button_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner_button_02 div {
  cursor: pointer;
}
.banner_button_02 div path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_button_02 div:hover path {
  fill: #0078ff;
}
.banner_button_02 .next {
  margin-left: 50px;
}
.Home_About {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 2;
}
.Home_About .img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.Home_About .mask_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.Home_About .mask_img p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.Home_About .mask_img p img {
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -o-object-fit: cover;
  object-fit: cover;
}
.Home_About .mask_img .text {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
  bottom: 10%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 36px;
}
.Home_About .mask_img .text.active {
  opacity: 0;
}
.Home_About_01 {
  height: 100vh;
  overflow: hidden;
}
.Home_About_02 {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
.Home_About_02 .box {
  padding-top: 220px;
  text-align: center;
}
.Home_About_02 .box .content2 {
  margin: 50px 0 20px;
}
.Home_About_02 .box .content2 img {
  margin: auto;
  height: 42px;
}
.Home_About_02 .box .content3 {
  font-size: 30px;
  color: #333;
}
.Home_About_02 .box .content4 {
  font-size: 18px;
  color: #333;
  line-height: 2;
  margin: 45px 0 55px;
}
.Home_News {
  position: relative;
  z-index: 2;
  background: #f6f6f6;
}
.Home_News .toggle ul li {
  cursor: pointer;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 36px;
}
.Home_News .toggle ul li:hover {
  color: #0078ff;
}
.Home_News .toggle ul .active {
  color: #000;
}
.Home_News .box {
  display: none;
}
.Home_News .box.active {
  display: block;
}
.Home_News .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.Home_News .box .list .item a {
  display: block;
  background: #fff;
}
.Home_News .box .list .item a .content1 {
  overflow: hidden;
}
.Home_News .box .list .item a .content1 img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .list .item a .content2 {
  font-size: 24px;
  color: #111;
  height: 3.2em;
  max-height: 3.2em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .list .item a .content3 {
  margin-top: 28px;
}
.Home_News .box .list .item a .content3 .left {
  font-size: 16px;
  color: #999;
}
.Home_News .box .list .item a .content4 {
  padding: 30px 40px;
}
.Home_News .box .list .item a:hover .content1 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Home_News .box .list .item a:hover .content2 {
  color: #0078ff;
}
.Footer_Container {
  background: #111111;
  position: relative;
  z-index: 2;
}
.Footer_Container .box {
  padding: 54px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.Footer_Container .box .left img {
  height: 58px;
}
.Footer_Container .box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Footer_Container .box .right ul li {
  margin-left: 40px;
}
.Footer_Container .box .right ul li a {
  font-size: 18px;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .right ul li a:hover {
  color: #fff;
}
.Footer_Container .box1 {
  padding: 60px 0 100px;
}
.Footer_Container .box1 .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 90px;
}
.Footer_Container .box1 .left .top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 50px;
}
.Footer_Container .box1 .left .top .item:last-child {
  margin-right: 0;
}
.Footer_Container .box1 .left .top .item .content1 {
  font-size: 14px;
  color: #666;
}
.Footer_Container .box1 .left .top .item .content2 {
  font-size: 18px;
  color: #999;
  margin-top: 14px;
}
.Footer_Container .box1 .right {
  text-align: center;
}
.Footer_Container .box1 .right .content1 {
  font-size: 14px;
  color: #666;
}
.Footer_Container .box1 .right .content2 img {
  width: 150px;
  margin: 15px auto 0;
}
.Footer_Container .box2 {
  background: #0b0b0b;
  padding: 60px 0;
}
.Footer_Container .box2 div {
  font-size: 14px;
  color: #666;
}
.Footer_Container .box2 div a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box2 div a:hover {
  color: #fff;
}
.Home_Group {
  background: #fff url(../images/img12.png) no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
  height: 960px;
}
.Home_Group .title_01 {
  position: absolute;
  left: var(--interval);
  z-index: 3;
  top: 90px;
}
.Home_Group .img {
  padding-top: 315px;
  padding-left: 90px;
}
.Home_Group .img img {
  width: 1328px;
  max-width: 70%;
}
.Home_Group .banner {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 650px;
}
.Home_Group .banner div {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Home_Group .banner .item {
  position: relative;
}
.Home_Group .banner .item .pic {
  overflow: hidden;
}
.Home_Group .banner .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Group .banner .item .orientation {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  height: auto;
}
.Home_Group .banner .item .orientation div {
  height: auto;
}
.Home_Group .banner .item .orientation .content1 {
  font-size: 24px;
}
.Home_Group .banner .item .orientation .content2 {
  font-size: 36px;
  margin-top: 10px;
}
.Home_Group .banner .item:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Inner_Banner {
  position: relative;
}
.Inner_Banner div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Inner_Banner .img img {
  width: 100%;
}
.Inner_Banner .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 28%;
  color: #fff;
}
.Inner_Banner .orientation .content1 {
  font-size: 60px;
  line-height: 1;
}
.Inner_Banner .orientation .content2 {
  font-size: 24px;
  margin-top: 25px;
}
.move {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.move img {
  -webkit-animation: move 1s infinite;
  animation: move 1s infinite;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bgColor {
  background: #f6f6f6;
}
.Inner_Nav {
  background: #fff;
}
.Inner_Nav div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Inner_Nav .box ul li {
  margin: 0 10px;
}
.Inner_Nav .box ul li a {
  font-size: 18px;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 0 6px;
  line-height: 100px;
  display: block;
}
.Inner_Nav .box ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 0%;
  height: 2px;
  background: #0078ff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Inner_Nav .box ul li a:hover {
  color: #0078ff;
}
.Inner_Nav .box ul .active a {
  color: #0078ff;
}
.Inner_Nav .box ul .active a::after {
  width: 100%;
}
.Product_01 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.Product_01 .box .item {
  display: block;
  background: #fff;
  padding: 45px 40px;
}
.Product_01 .box .item .content1 {
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Product_01 .box .item .content1 img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .item .content2 {
  font-size: 30px;
  color: #111;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .box .item .content3 {
  font-size: 14px;
  color: #666;
  height: 2em;
  max-height: 2em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin: 18px 0 28px;
}
.Product_01 .box .item:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_01 .box .item:hover .content2 {
  color: #0078ff;
}
.Product_01 .box .item:hover .content4 .a {
  background: #0078ff;
  border-color: #0078ff;
}
.Product_01 .box .item:hover .content4 .a svg path {
  fill: #fff;
}
.fengye {
  margin-top: 70px;
  --w: 60px;
}
.fengye .box .boxLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fengye .box .boxLeft a,
.fengye .box .boxLeft span {
  margin-right: 10px;
  display: block;
  background: #fff;
  width: var(--w);
  height: var(--w);
  line-height: var(--w);
  text-align: center;
  font-size: 16px;
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fengye .box .boxLeft span {
  font-size: 9px;
}
.fengye .box .boxLeft a:hover {
  background: #0078ff;
  color: #fff;
}
.fengye .box .boxLeft .active {
  background: #0078ff;
  color: #fff;
}
.fengye .box .boxRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fengye .box .boxRight a {
  display: block;
  background: #fff;
  height: var(--w);
  line-height: var(--w);
  width: 180px;
  text-align: center;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fengye .box .boxRight a:hover {
  background: #0078ff;
  color: #fff;
}
.mbx {
  font-size: 18px;
  padding-top: 40px;
}
.mbx a {
  color: #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx a:hover {
  color: #0078ff;
}
.mbx em {
  color: #999;
  margin: 0 8px;
}
.mbx span {
  color: #333;
}
.Product_02 {
  background: #f6f6f6 url(../images/img15.jpg) no-repeat center top / cover;
}
.Product_03 {
  margin-top: 50px;
}
.Product_03 .content1 {
  font-size: 60px;
  text-align: center;
  line-height: 1;
}
.Product_03 .content2 {
  position: relative;
  margin-top: 70px;
}
.Product_03 .content2 .item {
  text-align: center;
}
.Product_03 .content2 .item img {
  margin: auto;
}
.Product_03 .banner_button_02 div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
}
.Product_03 .banner_button_02 .prev {
  left: 0;
}
.Product_03 .banner_button_02 .next {
  right: 0;
}
.Product_04 {
  margin-top: 95px;
}
.Product_04 .box {
  background: #fff;
  padding: 40px 50px 80px;
}
.Product_04 .box .list {
  margin-top: 35px;
}
.Product_04 .box .list .li {
  font-size: 18px;
  color: #333;
  padding: 24px 40px;
}
.Product_04 .box .list .li:nth-child(odd) {
  background: #f6f6f6;
}
.Product_05 {
  padding-top: 20px;
  background: #f6f6f6;
}
.Product_05 .box {
  background: #fff;
  padding: 40px;
}
.Product_05 .box .list {
  margin-top: 40px;
}
.Product_05 .box .list .item {
  border-top: 1px solid #ddd;
  padding: 40px 0;
}
.Product_05 .box .list .item .left {
  width: 390px;
  font-size: 24px;
  color: #333;
}
.Product_05 .box .list .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  color: #666;
  line-height: 1.7;
}
.Product_06 {
  background: #fff;
}
.Product_06 .box .item {
  border: 1px solid #ddd;
}
.a-d2 .swiper2 .text {
  height: 230px;
}
.a-d2 .swiper2 .text .d2 {
  overflow: auto;
  height: 115px;
}
.Aplicaciones_01 {
  padding: 50px 0 0;
}
.Aplicaciones_01 div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.Aplicaciones_01 .box {
  display: grid;
  gap: 35px;
}
.Aplicaciones_01 .box .item {
  background: #fff;
}
.Aplicaciones_01 .box .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.Aplicaciones_01 .box .item .boxLeft {
  width: 50%;
  overflow: hidden;
}
.Aplicaciones_01 .box .item .boxLeft img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -o-object-fit: cover;
  object-fit: cover;
}
.Aplicaciones_01 .box .item .boxLeft:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Aplicaciones_01 .box .item .boxRight {
  width: 50%;
  padding: 60px 80px;
}
.Aplicaciones_01 .box .item .boxRight .content1 {
  font-size: 42px;
  color: #333;
  line-height: 1;
}
.Aplicaciones_01 .box .item .boxRight .content2 {
  margin-top: 46px;
}
.Aplicaciones_01 .box .item .boxRight .content2 ul li {
  position: relative;
  font-size: 18px;
  margin-bottom: 15px;
  color: #0078ff;
  padding-left: 22px;
}
.Aplicaciones_01 .box .item .boxRight .content2 ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}
.Aplicaciones_01 .box .item .boxRight .content2 ul li:last-child {
  margin-bottom: 0;
}
.Aplicaciones_01 .box .item .boxRight .content2 ul li a {
  display: block;
  color: #0078ff;
}
.Aplicaciones_02 {
  margin-top: 40px;
}
.Aplicaciones_02 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.Aplicaciones_02 .box .item {
  background: #fff;
}
.Aplicaciones_02 .box .item .content1 {
  overflow: hidden;
}
.Aplicaciones_02 .box .item .content1 img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.Aplicaciones_02 .box .item .content2 {
  font-size: 30px;
  color: #333;
  text-align: center;
  padding: 42px 0;
  line-height: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Aplicaciones_02 .box .item:hover .content1 img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Aplicaciones_02 .box .item:hover .content2 {
  color: #0078ff;
}
@media screen and (max-width: 1700px) {
  .Aplicaciones_02 .box .item .content2 {
    font-size: 24px;
  }
  .Home_Banner .box .swiper-slide .oreintation .content1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1520px) {
  .Home_Banner .box .swiper-slide .oreintation .content1 {
    font-size: 60px;
  }
  .Home_Banner .box .swiper-slide .oreintation .content2,
  .Home_Group .banner .item .orientation .content2 {
    font-size: 30px;
  }
  .Home_Product .box1 .item .content2,
  .Product_01 .box .item .content2,
  .Home_About .mask_img .text {
    font-size: 24px;
  }
  .Home_News .box .list .item a .content2,
  .Home_Group .banner .item .orientation .content1 {
    font-size: 20px;
  }
  .Aplicaciones_01 .box .item .boxRight .content2 ul li {
    font-size: 16px;
  }
  .Aplicaciones_01 .box .item .boxRight .content1 {
    font-size: 36px;
  }
  .Inner_Banner .orientation .content1,
  .Product_03 .content1 {
    font-size: 50px;
  }
  .Home_Product {
    --b: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .Header_Container .box .nav .item {
    padding: 0 15px;
  }
  .Header_Container .box .nav {
    margin-right: 80px;
  }
  .Home_Group {
    height: 768px;
  }
  .Home_Group .banner {
    width: 550px;
  }
  .Aplicaciones_02 .box .item .content2 {
    font-size: 20px;
  }
  .Home_Product {
    --b: 40px;
  }
}
.header {
  display: none;
}
.Header_Container_phone {
  position: fixed;
  top: var(--nav_height);
  z-index: 6;
  width: 100%;
  height: calc(100vh - var(--nav_height));
  background: #fff;
  display: none;
}
.Header_Container_phone .box {
  padding-top: 50px;
  border-top: 1px solid #eee;
}
.Header_Container_phone .box ul li a {
  font-size: 22px;
  color: #333;
  line-height: 70px;
  position: relative;
  display: block;
}
.Header_Container_phone .box ul li a img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



@media screen and (max-width: 1280px) {
  .Home_Product .box .item .boxLeft .content2{
    margin-top: 20px;
  }
}


@media screen and (max-width: 1024px) {
  .Header_Container .nav {
    display: none;
  }
  .Header_Container {
    padding: 0 5vw;
  }
  .Header_Container .box .language {
    margin-left: auto;
  }
  .Header_Container .box .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
  }
  .Header_Container .box .menu .p2 {
    display: none;
  }
  .Header_Container .box .menu.active .p1 {
    display: none;
  }
  .Header_Container .box .menu.active .p2 {
    display: block;
  }
  body {
    --nav_height: 80px;
  }
  .header {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    top: 0;
  }
  .Home_Banner .box .swiper-slide .img img {
    height: 54vh;
  }
  .Home_Banner .box .swiper-slide .oreintation .content1 {
    font-size: 50px;
  }
  .Home_Banner .box .banner_page {
    bottom: 30px;
  }
  .title_01 {
    font-size: 36px;
  }
  .Home_Product .box .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .Home_Product .box .item .boxLeft {
    width: 100%;
    padding: 50px 40px 120px;
  }
  .Home_Product .box .item .boxRight {
    width: 100%;
  }
  .Home_Product .box .banner_button_02 {
    right: 0;
  }
  .Home_About {
    display: none;
  }
  .Home_About_02,
  .Home_About_01 {
    position: initial;
    height: auto;
  }
  .Home_About_02 .box {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .Home_News .box .list,
  .Product_01 .box,
  .Aplicaciones_02 .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .Home_Group .banner {
    height: auto;
    width: 100%;
    position: initial;
  }
  .Home_Group .img img {
    width: 100%;
    max-width: 100%;
  }
  .Home_Group .img {
    padding-top: 211px;
    padding-left: 0;
  }
  .Home_Group {
    height: auto;
  }
  .Footer_Container .box {
    display: none;
  }
  .Footer_Container .box1 .left .top {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0px;
  }
  .Footer_Container .box1 {
    padding: 60px 0;
  }
  .Inner_Banner .orientation .content1,
  .Product_03 .content1 {
    font-size: 40px;
  }
  .fengye .box .boxRight {
    margin-top: 10px;
  }
  .Product_05 .box .list .item .left {
    width: 220px;
  }
  .Aplicaciones_01 .box .item .boxLeft {
    width: 100%;
  }
  .Aplicaciones_01 .box .item .boxRight {
    width: 100%;
  }
  .Aplicaciones_01 .box .item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .Aplicaciones_01 .box .item .boxRight .content1 {
    font-size: 28px;
  }
  .a_txt .div1 img {
    width: 30px;
  }
  .header .rg img {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}
@media screen and (max-width: 699px) {
  .Header_Container .box .logo a img {
    height: 36px;
  }
  body {
    --nav_height: 60px;
  }
  .Home_Banner .box .swiper-slide .oreintation .content1 {
    font-size: 26px;
  }
  .Home_Banner .box .swiper-slide .oreintation .content2,
  .Home_Group .banner .item .orientation .content2 {
    font-size: 20px;
  }
  .Home_Banner .box .swiper-slide .oreintation .content3 {
    font-size: 14px;
  }
  .link_01 .a,
  .link_03 .a {
    min-width: 134px;
    line-height: 42px;
  }
  .Home_Banner .box .swiper-slide .img img {
    height: 60vh;
  }
  .title_01 {
    font-size: 24px;
  }
  .pb {
    padding-bottom: 50px;
  }
  .pt {
    padding-top: 50px;
  }
  .mt {
    margin-top: 30px;
  }
  .Home_Product .box .item .boxLeft {
    padding: 30px 20px 80px;
  }
  .Home_Product {
    --b: 20px;
    --p: 20px;
  }
  .banner_button_02 div svg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
  .banner_page_02 div span {
    width: 8px;
    height: 8px;
  }
  .banner_button_02 .next {
    margin-left: 20px;
  }
  .Home_Product .box .item .boxLeft .content2 {
    margin-top: 20px;
  }
  .Home_Product .box1 .item,
  .Home_News .box .list .item a .content4,
  .Product_01 .box .item {
    padding: 30px 20px;
  }
  .Home_About_02 .box .content2 img {
    height: 30px;
  }
  .Home_About_02 .box .content2 {
    margin: 30px 0 15px;
  }
  .Home_About_02 .box .content4 {
    font-size: 14px;
    margin: 30px 0 45px;
  }
  .Home_News .box .list,
  .Product_01 .box,
  .Aplicaciones_02 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_Group .title_01 {
    top: 50px;
  }
  .Home_Group .img {
    padding-top: 130px;
  }
  .Footer_Container .box1 .left {
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Footer_Container .box1 .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .Footer_Container .box1 .right .content2 img {
    width: 120px;
  }
  .Footer_Container .box1 .left .top {
    gap: 15px 0px;
  }
  .Footer_Container .box1 .left .top .item .content2 {
    margin-top: 8px;
  }
  .Footer_Container .box2 {
    padding: 30px 0;
  }
  .Footer_Container .box2 div {
    line-height: 2;
  }
  .Inner_Banner .orientation .content1,
  .Product_03 .content1 {
    font-size: 22px;
  }
  .Inner_Banner .orientation .content2 {
    font-size: 16px;
    margin-top: 18px;
  }
  .Inner_Banner .img img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .move {
    display: none;
  }
  .Inner_Nav .box {
    overflow: auto;
  }
  .Inner_Nav .box ul {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .Inner_Nav .box ul li a {
    font-size: 14px;
    line-height: 70px;
  }
  .fengye .box .boxLeft {
    display: none;
  }
  .fengye {
    margin-top: 40px;
    --w: 42px;
  }
  .fengye .box .boxRight {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fengye .box .boxRight a {
    width: 120px;
    margin: 0 6px;
  }
  .mbx {
    font-size: 12px;
  }
  .Product_04 .box,
  .Product_05 .box,
  .Aplicaciones_01 .box .item .boxRight {
    padding: 30px 20px;
  }
  .Product_04 .box .list .li {
    font-size: 14px;
    padding: 16px 10px;
  }
  .Product_05 .box .list .item .left {
    font-size: 18px;
    width: 100%;
    margin-bottom: 15px;
  }
  .Product_05 .box .list .item {
    padding: 25px 0;
  }
  .Aplicaciones_01 .box .item .boxRight .content2 ul li img {
    top: 2px;
  }
  .Aplicaciones_01 .box .item .boxRight .content2 {
    margin-top: 20px;
  }
  .Aplicaciones_02 .box .item .content2 {
    padding: 25px 0;
  }
  .Home_Product .box1 .item .content2,
  .Product_01 .box .item .content2,
  .Home_About .mask_img .text,
  .Home_About_02 .box .content3,
  .Aplicaciones_01 .box .item .boxRight .content1 {
    font-size: 20px;
  }
  .Aplicaciones_02 .box .item .content2,
  .Home_Product .box .item .boxLeft .content1,
  .Home_News .box .list .item a .content2,
  .Home_Group .banner .item .orientation .content1 {
    font-size: 18px;
  }
  .Aplicaciones_01 .box .item .boxRight .content2 ul li,
  .Product_05 .box .list .item .right,
  .Home_Product .box .item .boxLeft .content2,
  .Footer_Container .box1 .left .top .item .content2 {
    font-size: 14px;
  }
  .Home_About_02 .box .content4 br{
      display:none
  }
}

.a-d2 .swiper-button-prev:after, .a-d2 .swiper-button-next:after{
  content: '';
}




.Aplicaciones_02 .box .item {
  cursor: pointer;
}
.layerImg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.layerImg .close {
  position: absolute;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 1200px) {
  .layerImg .close {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 699px) {
  .layerImg .close {
    top: 30px;
    right: 12px;
  }
}
.layerImg .close svg {
  cursor: pointer;
}
.layerImg .close svg path {
  transition: 0.4s;
}
.layerImg .close svg:hover path {
  fill: #fff;
}
.layerImg .box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.layerImg .box img {
  max-height: min(600px, 80vh);
  max-width: min(1200px, 90vw);
  margin: auto;
}
/*# sourceMappingURL=./style.css.map */