:root {
  --swiper-theme-color: #ff8402;
}
body {
  --www: 1.5rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #ff8402;
  --color1: #315fab;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
}
@media screen and (min-width: 1921px) {
  body {
    --interval: calc((100vw - (19.2rem - var(--www))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 20px;
    --www: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 22px;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f52: 0.46rem;
    --f54: 0.48rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.36rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.42rem;
    --f42: 0.42rem;
    --f44: 0.42rem;
    --f46: 0.42rem;
    --f48: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: 0;
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #315fab;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #315fab rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
/** 纵向滚动条样式 */
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.dw {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.null_height {
  height: var(--nav_height);
}
@media screen and (max-width: 1200px) {
  .null_height {
    height: 0;
  }
}
.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;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #f8f8f8;
}
.pt {
  padding-top: 0.9rem;
}
.pb {
  padding-bottom: 0.9rem;
}
.mt {
  margin-top: 0.65rem;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f8f8f8;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: #ff8402;
  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-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #ff8402;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.code_button .a {
  position: relative;
  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;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #ff8402;
}
.Sitemap .container .ap_bot .item .content2 {
  margin-top: 0.22rem;
}
.Sitemap .container .ap_bot .item .content2 .firstorder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-right: 0.6rem;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a:hover {
  color: #ff8402;
}
.Sitemap .container .ap_bot .item .content2 .multistage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list {
  margin-right: 0.5rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #ff8402;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #ff8402;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #ff8402;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #666;
  line-height: 1.4;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #ff8402;
}
.Sitemap .container .ap_bot .item .content1 a {
  font-size: 0.26rem;
}
.firstorder > a,
.ge_list {
  font-size: 0.24rem;
}
@media (max-width: 1200px) {
  .Sitemap .container {
    padding: 0 5vw;
  }
  .Sitemap {
    padding: 0.8rem 0;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .Sitemap .container .ap_bot .item .content2 .multistage a,
  .Sitemap .container .ap_bot .item .content2 .firstorder a {
    margin-right: 0;
  }
  .Sitemap .container .ap_bot .item .content1 a {
    font-size: 0.32rem;
  }
  .firstorder > a,
  .ge_list {
    font-size: 0.3rem;
  }
}
@media (max-width: 750px) {
  .Sitemap .container .ap_bot .item .content2 .multistage,
  .Sitemap .container .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Layer_Upload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 90;
  display: none;
}
.Layer_Upload .box {
  position: absolute;
  width: min(8rem, 90vw);
  margin: auto;
  background: #fff;
  padding: 0.6rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.Layer_Upload .box .close {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  cursor: pointer;
}
.Layer_Upload .box .close i {
  font-size: var(--f24);
  color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Layer_Upload .box .close:hover i {
  color: #ff8402;
}
.Layer_Upload .box .content1 {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
}
.Layer_Upload .box .content2 {
  margin-top: 0.5rem;
}
.Layer_Upload .box .content2 .upload {
  width: 2.9rem;
  margin: auto;
  cursor: pointer;
  position: relative;
}
.Layer_Upload .box .content2 .upload img {
  width: 100%;
}
.Layer_Upload .box .content2 .upload p {
  font-size: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.6rem;
  min-width: 0.95rem;
  padding: 0 0.3rem;
  line-height: 35px;
  border: 1px solid #ff8402;
}
.Layer_Upload .box .content3 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}
.Layer_Upload .box .content5 {
  margin-top: 0.45rem;
}
.Layer_Upload .box .content5 input {
  width: 1.6rem;
  height: 0.55rem;
  background: #ff8402;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 95, 171, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(49, 95, 171, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(49, 95, 171, 0.3), rgba(0, 0, 0, 0));
}
.Header_Container .box .logo {
  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;
  position: relative;
}
.Header_Container .box .logo a img {
  height: 40px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .logo a .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.Header_Container .box .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box .nav .item {
  padding: 0 0.35rem;
}
.Header_Container .box .nav .item:last-child {
  padding-right: 0;
}
.Header_Container .box .nav .item > p a {
  line-height: var(--nav_height);
  font-size: var(--f18);
  color: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-family: 'MSB';
}
.Header_Container .box .nav .item > p a i {
  font-size: var(--f16);
  color: #ff8402;
  position: absolute;
  top: 50%;
  right: -0.25rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Header_Container .box .nav .item > p a::after {
  content: '';
  position: absolute;
}
.Header_Container .box .nav .item:hover > p a {
  color: #315fab !important;
}
.Header_Container .box .nav .item.active > p a {
  color: #ff8402;
}
.Header_Container.active,
.Header_Container.sticky,
.Header_Container.on {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  background: #fff;
}
.Header_Container.active::before,
.Header_Container.sticky::before,
.Header_Container.on::before {
  opacity: 0;
}
.Header_Container.active .box .logo a .img1,
.Header_Container.sticky .box .logo a .img1,
.Header_Container.on .box .logo a .img1 {
  opacity: 0;
}
.Header_Container.active .box .logo a .img2,
.Header_Container.sticky .box .logo a .img2,
.Header_Container.on .box .logo a .img2 {
  opacity: 1;
}
.Header_Container.active .box .nav .item > p a,
.Header_Container.sticky .box .nav .item > p a,
.Header_Container.on .box .nav .item > p a {
  color: #000;
}
.Header_Container.active .box .nav .item.active > p a,
.Header_Container.sticky .box .nav .item.active > p a,
.Header_Container.on .box .nav .item.active > p a {
  color: #315fab;
}
.Header_Container.wy {
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}
.Header_Container.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.Select_01 {
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 1rem;
  visibility: hidden;
  opacity: 0;
}
.Select_01 ._box ._left {
  width: 6.75rem;
  padding: 0.6rem 1rem 0.5rem var(--interval);
  background: #f8f8f8;
}
.Select_01 ._box ._left ul li {
  margin-bottom: 0.4rem;
}
.Select_01 ._box ._left ul li:last-child {
  margin-bottom: 0;
}
.Select_01 ._box ._left ul li a {
  font-family: 'MM';
  font-size: var(--f22);
  color: #333;
  position: relative;
  padding-right: 0.2rem;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_01 ._box ._left ul li a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f16);
  color: #315fab;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.Select_01 ._box ._left ul .active a {
  color: #315fab;
}
.Select_01 ._box ._left ul .active a i {
  opacity: 1;
}
.Select_01 ._box ._right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1.1rem;
  padding-right: 2rem;
}
.Select_01 ._box ._right .scroll {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  display: none;
}
.Select_01 ._box ._right .scroll .ite a {
  display: block;
}
.Select_01 ._box ._right .scroll .ite a figure {
  overflow: hidden;
}
.Select_01 ._box ._right .scroll .ite a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_01 ._box ._right .scroll .ite a figcaption {
  margin-top: 0.15rem;
  font-family: 'MB';
  font-size: var(--f24);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_01 ._box ._right .scroll .ite a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Select_01 ._box ._right .scroll .ite a:hover figcaption {
  color: #315fab;
}
.Select_01 ._box ._right .scroll.active {
  display: grid;
}
.Select_01.active {
  opacity: 1;
  visibility: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_02 {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0.8rem 0rem;
  visibility: hidden;
  opacity: 0;
}
.Select_02 ._box .one li {
  margin-bottom: 0.35rem;
}
.Select_02 ._box .one li:last-child {
  margin-bottom: 0;
}
.Select_02 ._box .one li a {
  display: block;
  font-family: 'MM';
  color: #333;
  font-size: var(--f22);
  padding-right: 0.3rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_02 ._box .one li a i {
  font-size: var(--f14);
  color: #315fab;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_02 ._box .one li:hover a {
  color: #315fab;
}
.Select_02 ._box .one li.active a {
  color: #315fab;
}
.Select_02 ._box .one li.active a i {
  opacity: 1;
}
.Select_02 ._box ._left {
  width: 4rem;
  padding-right: 1.2rem;
}
.Select_02 ._box ._right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Select_02 ._box ._right ._item {
  display: none;
}
.Select_02 ._box ._right ._item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Select_02 ._box ._right ._item .le {
  width: 4.2rem;
  padding-right: 1.3rem;
}
.Select_02 ._box ._right ._item .ri {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Select_02 ._box ._right ._item .ri ._ite {
  display: none;
}
.Select_02 ._box ._right ._item .ri ._ite a figure {
  width: 2.8rem;
  height: 2.8rem;
  background: #f8f8f8;
  padding: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Select_02 ._box ._right ._item .ri ._ite a figure img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_02 ._box ._right ._item .ri ._ite a figcaption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 0.6rem;
  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;
}
.Select_02 ._box ._right ._item .ri ._ite a figcaption > div {
  width: 100%;
}
.Select_02 ._box ._right ._item .ri ._ite a figcaption .content1 {
  font-size: var(--f24);
  font-family: 'MB';
  color: #111;
  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;
}
.Select_02 ._box ._right ._item .ri ._ite a figcaption .content2 {
  font-size: var(--f18);
  color: #666;
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.16rem;
}
.Select_02 ._box ._right ._item .ri ._ite a figcaption .content3 {
  margin-top: 0.3rem;
}
.Select_02 ._box ._right ._item .ri ._ite a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Select_02 ._box ._right ._item .ri ._ite a:hover figcaption .content1 {
  color: #315fab;
}
.Select_02 ._box ._right ._item .ri ._ite.active {
  display: block;
}
.Select_02.active {
  opacity: 1;
  visibility: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_03 {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0.5rem 0rem;
  visibility: hidden;
  opacity: 0;
}
.Select_03 .box_ p {
  margin: 0 0.2rem;
}
.Select_03 .box_ p a {
  font-family: 'MSB';
  font-size: var(--f18);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Select_03 .box_ p a:hover {
  color: #315fab;
}
.Select_03 .box_ p.active a {
  color: #315fab;
}
.Select_03.active {
  opacity: 1;
  visibility: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.bg_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
  z-index: 70;
  visibility: hidden;
  opacity: 0;
}
.bg_mask.active {
  opacity: 1;
  visibility: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Banner .banner {
  position: relative;
}
.Home_Banner .banner video,
.Home_Banner .banner picture img {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner video,
  .Home_Banner .banner picture img {
    height: 60vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
  color: #fff;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-size: var(--f60);
  font-family: 'MB';
  line-height: 1.1;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f24);
  margin-top: 0.25rem;
  height: 3.9em;
  max-height: 3.9em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  height: auto;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 0.7rem;
}
.Home_Banner .page {
  position: absolute;
  left: var(--interval);
  z-index: 2;
  bottom: 0.8rem;
}
.Home_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .page span {
  border-radius: 0;
  height: 3px;
  margin-right: 0.15rem;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 20px;
}
.Home_Banner .page .swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}
.link_01 .a {
  width: 180px;
  line-height: 48px;
  display: block;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_01 .a i {
  margin-left: 25px;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .link_01 .a:hover {
    background: #ff8402;
    border-color: #ff8402;
    -webkit-box-shadow: 0px 4px 12px rgba(255, 132, 2, 0.5);
    box-shadow: 0px 4px 12px rgba(255, 132, 2, 0.5);
  }
  .link_01 .a:hover i {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .link_01 .a {
    line-height: 44px;
    width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .link_01 .a {
    font-size: 14px;
    width: 140px;
  }
  .link_01 .a i {
    margin-left: 16px;
  }
}
.link_02 .a {
  width: 180px;
  line-height: 48px;
  display: block;
  border: 1px solid #ff8402;
  cursor: pointer;
  font-size: 16px;
  color: #ff8402;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_02 .a i,
.link_02 .a svg {
  margin-left: 25px;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_02 .a svg path {
  fill: #ff8402;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .link_02 .a:hover {
    background: #ff8402;
    border-color: #ff8402;
    color: #fff;
    -webkit-box-shadow: 0px 4px 12px rgba(255, 132, 2, 0.5);
    box-shadow: 0px 4px 12px rgba(255, 132, 2, 0.5);
  }
  .link_02 .a:hover i {
    margin-left: 16px;
    color: #fff;
  }
  .link_02 .a:hover svg {
    margin-left: 16px;
  }
  .link_02 .a:hover svg path {
    fill: #fff;
  }
}
@media screen and (max-width: 1400px) {
  .link_02 .a {
    line-height: 44px;
    width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .link_02 .a {
    font-size: 14px;
    width: 140px;
  }
  .link_02 .a i,
  .link_02 .a svg {
    margin-left: 16px;
  }
}
.link_03 .a {
  width: 180px;
  line-height: 48px;
  display: block;
  border: 1px solid #ff8402;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #ff8402;
}
.link_03 .a i,
.link_03 .a svg {
  margin-left: 25px;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.link_03 .a svg path {
  fill: #fff;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .link_03 .a:hover {
    background: #ff8402;
    border-color: #ff8402;
    -webkit-box-shadow: 0px 4px 12px rgba(255, 132, 2, 0.5);
    box-shadow: 0px 4px 12px rgba(255, 132, 2, 0.5);
  }
  .link_03 .a:hover i {
    margin-left: 16px;
  }
  .link_03 .a:hover svg {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .link_03 .a {
    line-height: 44px;
    width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .link_03 .a {
    font-size: 14px;
    width: 140px;
  }
  .link_03 .a i,
  .link_03 .a svg {
    margin-left: 16px;
  }
}
.f44 {
  font-size: var(--f44);
  font-family: 'MB';
  line-height: 1.2;
}
.Home_Case .toggle {
  margin-top: 0.32rem;
}
.Home_Case .toggle ul {
  display: grid;
}
@media screen and (min-width: 1200px) {
  .Home_Case .toggle ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .Home_Case .toggle ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .Home_Case .toggle ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
}
.Home_Case .toggle ul li {
  border-bottom: 1px solid #ddd;
}
.Home_Case .toggle ul li:last-child {
  padding-right: 0;
}



@media screen and (min-width: 1200px) {
  .Home_Case .toggle ul li {
    padding-right: 0.54rem;
  }
}
.Home_Case .toggle ul li a {
  cursor: pointer;
  display: block;
  font-size: var(--f22);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid transparent;
}
.Home_Case .toggle ul li a:hover {
  color: #ff8402;
}
.Home_Case .toggle ul .more a {
  color: #ff8402;
}
.Home_Case .toggle ul .more a i {
  font-size: var(--f16);
}
.Home_Case .toggle ul .active a {
  border-color: #ff8402;
  color: #000;
}
.Home_Case .box {
  position: relative;
  --w: 12rem;
}
.Home_Case .box .swiper-slide {
  width: var(--w);
}
.Home_Case .box .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
.Home_Case .box .swiper-slide a img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Case .box .swiper-slide a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img2.png) no-repeat 50% 50% / cover;
}
.Home_Case .box .swiper-slide a .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.56rem;
  z-index: 2;
  color: #fff;
}
.Home_Case .box .swiper-slide a .orientation .content1 {
  font-family: 'MB';
  font-size: var(--f36);
}
.Home_Case .box .swiper-slide a .orientation .content2 {
  font-size: var(--f22);
  margin-top: 0.15rem;
}
@media screen and (min-width: 1200px) {
  .Home_Case .box .swiper-slide a .orientation .content2 {
    padding-right: 42%;
  }
}
.Home_Case .box .swiper-slide a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Case .box .button_01 {
  opacity: 0;
}
.Home_Case .box .button_01.active {
  opacity: 1;
}
.button_01 div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  width: 0.7rem;
  height: 0.7rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.button_01 div i {
  font-size: var(--f26);
  margin: auto;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_01 div:hover i {
  color: #ff8402;
}
.button_01 .prev {
  left: var(--interval);
}
.button_01 .next {
  right: var(--interval);
}
.case_banner {
  display: none;
}
.title_01 .con1 {
  font-size: var(--f44);
  font-family: 'MB';
  line-height: 1.2;
}
.title_01 .con2 {
  font-size: var(--f22);
  color: #666;
  margin-top: 0.16rem;
}
.Home_News .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5%;
}
.Home_News .box .item a {
  display: block;
}
.Home_News .box .item a figure {
  overflow: hidden;
}
.Home_News .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .item a figcaption {
  margin-top: 0.35rem;
}
.Home_News .box .item a figcaption .content1 {
  font-size: var(--f18);
  color: #666;
}
.Home_News .box .item a figcaption .content2 {
  margin-top: 0.25rem;
  font-family: 'MSB';
  font-size: var(--f30);
  color: #000;
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_News .box .item a figcaption .content3 {
  margin-top: 0.36rem;
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .item a figcaption .content3 i {
  font-size: var(--f16);
  margin-left: 0.14rem;
}
.Home_News .box .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .item a:hover .content3 {
  color: #ff8402;
}
.Footer_Container {
  background: #f8f8f8;
}
.Footer_Container .box {
  padding: 0.4rem 0 0.5rem;
}
.Footer_Container .box .boxLeft .content1 img {
  height: 42px;
}
.Footer_Container .box .boxLeft .content2 {
  margin-top: 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box .boxLeft .content2 .item {
  margin-right: 1.2rem;
}
.Footer_Container .box .boxLeft .content2 .item:last-child {
  margin-right: 0;
}
.Footer_Container .box .boxLeft .content2 .item .h5 a {
  font-size: var(--f18);
  font-family: 'MB';
  color: #000;
}
.Footer_Container .box .boxLeft .content2 .item ul {
  margin-top: 0.18rem;
}
.Footer_Container .box .boxLeft .content2 .item ul li {
  margin-bottom: 0.12rem;
}
.Footer_Container .box .boxLeft .content2 .item ul li:last-child {
  margin-bottom: 0;
}
.Footer_Container .box .boxLeft .content2 .item ul li a {
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxLeft .content2 .item ul li a:hover {
  color: #315fab;
}
.Footer_Container .box .boxRight .content1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box .boxRight .content1 ul li {
  margin-right: 0.4rem;
}
.Footer_Container .box .boxRight .content1 ul li:last-child {
  margin-right: 0;
}
.Footer_Container .box .boxRight .content1 ul li path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .content1 ul li:hover path {
  fill: #315fab;
}
.Footer_Container .box .boxRight .content2 {
  margin-top: 0.8rem;
}
.Footer_Container .box .boxRight .content2 > div:first-child {
  margin-bottom: 0.56rem;
}
.Footer_Container .box .boxRight .content2 > div .con1 {
  font-size: var(--f16);
  color: #666;
}
.Footer_Container .box .boxRight .content2 > div .con2 {
  margin-top: 0.08rem;
}
.Footer_Container .box .boxRight .content2 > div .con2 a {
  font-family: 'MB';
  font-size: var(--f18);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .content2 > div .con2 a:hover {
  color: #315fab;
}
.Footer_Container .box1 {
  border-top: 1px solid #eee;
  padding: 0.4rem 0;
  color: #666;
  font-size: var(--f16);
}
.Footer_Container .box1 a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box1 a:hover {
  color: #315fab;
}
.Footer_Container .box1 .left a {
  margin-left: 0.2rem;
}
.Footer_Container .box1 .right em {
  margin: 0 0.1rem;
}
.goTop {
  position: fixed;
  right: 0.2rem;
  bottom: 0.4rem;
  z-index: 70;
  background: #ff8402;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
}
.goTop svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Home_Product {
  background: #f8f8f8;
}
.Home_Product .box {
  --w: 11.2rem;
  position: relative;
}
.Home_Product .box .bgImg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 1.5rem;
}
.Home_Product .box .bgImg img {
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.Home_Product .box .swiper-slide {
  width: var(--w);
}
.Home_Product .box .swiper-slide a {
  display: block;
}
.Home_Product .box .swiper-slide a figure {
  height: 5.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Product .box .swiper-slide a figure img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .swiper-slide a figcaption {
  text-align: center;
  padding: 0 2.3rem;
  margin-top: 0.4rem;
  opacity: 0;
  -webkit-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Product .box .swiper-slide a figcaption .content1 {
  font-size: var(--f36);
  font-family: 'MB';
  color: #000;
  transition: 0.4s;
}
.Home_Product .box .swiper-slide a figcaption .content2 {
  margin-top: 0.2rem;
  font-family: 'MM';
  font-size: var(--f22);
  color: #666;
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_Product .box .swiper-slide a figcaption .content3 {
  font-size: var(--f16);
  color: #ff8402;
  margin-top: 0.44rem;
}
.Home_Product .box .swiper-slide a figcaption .content3 i {
  margin-left: 0.2rem;
  font-size: var(--f16);
}
@media screen and (min-width: 1200px) {
  .Home_Product .box .swiper-slide a:hover figure img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  .Home_Product .box .swiper-slide a:hover figcaption .content1 {
    color: #ff8402;
  }
}
.Home_Product .box .swiper-slide-active a figcaption {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.Home_Product .box .button_01 {
  opacity: 0;
}
.Home_Product .box .button_01.active {
  opacity: 1;
}
.Home_Product .box .button_01 div {
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  bottom: 0.74rem;
  --w: 4.6rem;
}
.Home_Product .box .button_01 .prev {
  left: var(--w);
}
.Home_Product .box .button_01 .next {
  right: var(--w);
}
.Inner_Banner {
  position: relative;
}
.Inner_Banner img {
  width: 100%;
}
.Inner_Banner .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.Inner_Banner .orientation .content1 {
  font-family: 'MB';
  color: #fff;
  font-size: var(--f48);
}
.Inner_Banner .page {
  position: absolute;
  left: var(--interval);
  z-index: 2;
  bottom: 0.8rem;
}
.Inner_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Inner_Banner .page span {
  border-radius: 0;
  height: 3px;
  margin-right: 0.15rem;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 20px;
}
.Inner_Banner .page .swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}
.mbx .box {
  padding: 0.22rem 0;
}
.mbx .box a {
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box a svg {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.mbx .box a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box a:hover {
  color: #315fab;
}
.mbx .box a:hover svg path {
  fill: #315fab;
}
.mbx .box i {
  font-size: var(--f14);
  color: #666;
  margin: 0 4px;
}
.mbx .box span {
  color: #315fab;
}
.Product_01 .item {
  margin-bottom: 20px;
  position: relative;
  background: url(../images/img10.jpg) no-repeat 50% 50% / cover;
  min-height: 1rem;
  padding: 0.72rem 4.55rem 0.6rem;
  text-align: center;
}
.Product_01 .item .img img {
  width: 100%;
}
.Product_01 .item .posi .content1 {
  font-size: var(--f36);
  color: #111;
  font-family: 'MB';
  line-height: 1.2;
}
.Product_01 .item .posi .content2 {
  font-family: 'MM';
  font-size: var(--f22);
  color: #333;
  height: 3em;
  max-height: 3em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.12rem;
}
.Product_01 .item .posi .content3 {
  margin-top: 0.32rem;
}
.Product_01 .item .posi .content3 section {
  margin: 0 10px;
}
.Product_01 .item .posi .content4 {
  margin-top: 0.65rem;
}
.Product_01 .item .posi .content4 img {
  width: 5.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_01 .item .posi .content4 img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.ggt {
  position: relative;
}
.ggt img {
  width: 100%;
}
.ggt .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
  text-align: center;
}
.ggt .orientation > div {
  width: 100%;
  color: #fff;
}
.ggt .orientation .content2 {
  font-size: var(--f18);
  line-height: 2;
  margin-top: 0.22rem;
}
.ggt .orientation .content3 {
  margin-top: 0.4rem;
}
.Cases_01 .box .boxLeft {
  width: 4.7rem;
  padding-right: 0.94rem;
}
@media screen and (max-width: 1200px) {
  .Cases_01 .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
}
.Cases_01 .box .boxLeft ul {
  position: -webkit-sticky;
  position: sticky;
  top: 0.6rem;
  border-top: 1px solid #ddd;
}
.Cases_01 .box .boxLeft ul li {
  border-bottom: 1px solid #ddd;
}
.Cases_01 .box .boxLeft ul li a {
  font-size: var(--f18);
  color: #000;
  padding: 0.26rem 0;
  padding-right: 0.4rem;
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Cases_01 .box .boxLeft ul li a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f14);
  color: #999;
}
.Cases_01 .box .boxLeft ul li:hover a {
  color: #315fab;
}
.Cases_01 .box .boxLeft ul .active a {
  color: #315fab;
}
.Cases_01 .box .boxLeft ul .active a i {
  color: #315fab;
}
.Cases_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .Cases_01 .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-right: 0;
  }
}
.Cases_01 .box .boxRight .list .item {
  margin-bottom: 0.6rem;
}
.Cases_01 .box .boxRight .list .item:last-child {
  margin-bottom: 0;
}
.Cases_01 .box .boxRight .list .item .left {
  width: 4.3rem;
  overflow: hidden;
}
.Cases_01 .box .boxRight .list .item .left img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Cases_01 .box .boxRight .list .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.4rem;
  padding-top: 0.15rem;
}
.Cases_01 .box .boxRight .list .item .right .content1 {
  font-size: var(--f24);
  color: #000;
  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;
  font-family: 'MB';
}
.Cases_01 .box .boxRight .list .item .right .content2 {
  font-size: var(--f18);
  color: #666;
  height: 3.6em;
  max-height: 3.6em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.1rem;
}
.Cases_01 .box .boxRight .list .item .right .content3 {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.62rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Cases_01 .box .boxRight .list .item .right .content3 i {
  font-size: var(--f14);
  margin-left: 0.12rem;
}
.Cases_01 .box .boxRight .list .item:hover .left img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Cases_01 .box .boxRight .list .item:hover .right .content3 {
  color: #ff8402;
}
.Cases_02 {
  padding-top: 0.7rem;
}
.Cases_02 .title {
  font-size: var(--f48);
  font-family: 'MB';
  line-height: 1.4;
  padding-right: -webkit-calc(5.35rem);
  padding-right: calc(4.3rem + 1.05rem);
}
.Cases_02 .box {
  margin-top: 0.5rem;
}
.Cases_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.05rem;
}
.Cases_02 .box .boxLeft .heng {
  height: 1px;
  background: #eee;
  margin-bottom: 0.5rem;
}
.Cases_02 .box .boxLeft .desc {
  font-size: var(--f18);
  line-height: 2;
  color: #666;
}
.Cases_02 .box .boxLeft .pageTurning {
  margin-top: 0.8rem;
  border-top: 1px solid #eee;
  padding-top: 0.36rem;
  font-size: var(--f18);
}
.Cases_02 .box .boxLeft .pageTurning .prev,
.Cases_02 .box .boxLeft .pageTurning .next {
  width: 20%;
}
.Cases_02 .box .boxLeft .pageTurning .prev a,
.Cases_02 .box .boxLeft .pageTurning .next a {
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Cases_02 .box .boxLeft .pageTurning .prev a:hover,
.Cases_02 .box .boxLeft .pageTurning .next a:hover {
  color: #315fab;
}
.Cases_02 .box .boxLeft .pageTurning .next {
  text-align: right;
}
.Cases_02 .box .boxLeft .pageTurning .go a {
  color: #111;
  transition: 0.4s;
}
.Cases_02 .box .boxLeft .pageTurning .go a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.04rem;
}
.Cases_02 .box .boxLeft .pageTurning .go a svg path {
  fill: #111;
  transition: 0.4s;
}
.Cases_02 .box .boxLeft .pageTurning .go a:hover {
  color: #315fab;
}
.Cases_02 .box .boxLeft .pageTurning .go a:hover svg path {
  fill: #315fab;
}
.Cases_02 .box .boxRight {
  width: 4.3rem;
}
.Cases_02 .box .boxRight > div {
  position: -webkit-sticky;
  position: sticky;
  top: 0.2rem;
}
.Cases_02 .box .boxRight > div .h5 {
  font-family: 'MB';
  font-size: var(--f36);
}
.Cases_02 .box .boxRight > div ul {
  margin-top: 0.45rem;
}
.Cases_02 .box .boxRight > div ul li + li {
  margin-top: 0.5rem;
}
.Cases_02 .box .boxRight > div ul li a figure {
  overflow: hidden;
}
.Cases_02 .box .boxRight > div ul li a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Cases_02 .box .boxRight > div ul li a figcaption {
  font-family: 'MSB';
  font-size: var(--f24);
  color: #000;
  margin-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Cases_02 .box .boxRight > div ul li a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Cases_02 .box .boxRight > div ul li a:hover figcaption {
  color: #315fab;
}
.About_01 .boxLeft {
  width: 8.6rem;
  overflow: hidden;
}
.About_01 .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1200px) {
  .About_01 .boxLeft {
    width: 100%;
  }
}
.About_01 .boxLeft:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_01 .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.8rem;
  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) {
  .About_01 .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 0;
    margin-top: 0.6rem;
  }
}
.About_01 .boxRight > div {
  width: 100%;
}
.About_01 .boxRight > div .content2 {
  font-size: var(--f18);
  line-height: 2;
  color: #666;
  margin-top: 0.26rem;
}
.News_01 .item a {
  display: block;
}
.News_01 .item a figure {
  overflow: hidden;
}
.News_01 .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .item a figcaption {
  margin-top: 0.35rem;
}
.News_01 .item a figcaption .content1 {
  font-size: var(--f18);
  color: #666;
}
.News_01 .item a figcaption .content2 {
  margin-top: 0.25rem;
  font-family: 'MSB';
  font-size: var(--f30);
  color: #000;
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.News_01 .item a figcaption .content3 {
  margin-top: 0.36rem;
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_01 .item a figcaption .content3 i {
  font-size: var(--f16);
  margin-left: 0.14rem;
}
.News_01 .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_01 .item a:hover .content3 {
  color: #ff8402;
}
.News_01 .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.65rem;
}
.News_01 .page span {
  border-radius: 0;
  height: 3px;
  margin-right: 0.15rem;
  background: #ff8402;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 20px;
}
.News_01 .page .swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}
.News_02 {
  background: #f8f8f8;
}
.News_02 .toggle ul {
  display: grid;
}
@media screen and (min-width: 1200px) {
  .News_02 .toggle ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .News_02 .toggle ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .News_02 .toggle ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
}
.News_02 .toggle ul li {
  border-bottom: 1px solid #dddd;
}
.News_02 .toggle ul li:last-child {
  padding-right: 0;
}
@media screen and (min-width: 1200px) {
  .News_02 .toggle ul li {
    padding-right: 0.54rem;
  }
}
.News_02 .toggle ul li a {
  cursor: pointer;
  display: block;
  font-size: var(--f22);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid transparent;
}
.News_02 .toggle ul li a:hover {
  color: #ff8402;
}
.News_02 .toggle ul .active a {
  border-color: #ff8402;
  color: #000;
}
.News_02 .box .list .item {
  padding: 0.38rem 0;
  background: #fff;
  margin-bottom: 0.2rem;
}
.News_02 .box .list .item .left {
  width: 2.04rem;
  border-right: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.News_02 .box .list .item .left > div {
  margin: auto;
  text-align: center;
}
.News_02 .box .list .item .left > div .years {
  font-size: var(--f40);
  font-family: 'MB';
  color: #666;
}
.News_02 .box .list .item .left > div .month {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.12rem;
}
.News_02 .box .list .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.8rem 0 0.6rem;
}
.News_02 .box .list .item .right .content1 {
  font-size: var(--f24);
  font-family: 'MSB';
  color: #000;
  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;
}
.News_02 .box .list .item .right .content2 {
  font-size: var(--f18);
  color: #666;
  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;
  margin-top: 0.1rem;
}
.News_02 .box .list .item .right .content3 {
  font-size: var(--f16);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.22rem;
}
.News_02 .box .list .item .right .content3 i {
  margin-left: 0.15rem;
  font-size: var(--f14);
}
.News_02 .box .list .item:hover .content3 {
  color: #ff8402;
}
.pu_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.65rem;
}
.pu_page a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-family: 'MB';
  color: #666;
  margin: 0 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page a i {
  font-size: var(--f16);
}
.pu_page a:hover {
  color: #ff8402;
}
.pu_page .active {
  color: #ff8402;
}
.pu_page .prev a,
.pu_page .next a {
  border: 1px solid #999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  color: #fff;
  background: #ff8402;
  border-color: #ff8402;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.News_03 {
  padding-top: 0.7rem;
}
.News_03 .title {
  font-size: var(--f48);
  font-family: 'MB';
  line-height: 1.4;
  padding-right: -webkit-calc(5.35rem);
  padding-right: calc(4.3rem + 1.05rem);
}
.News_03 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.05rem;
}
.News_03 .box .boxLeft .heng {
  height: 1px;
  background: #eee;
  margin: 0.25rem 0;
}
.News_03 .box .boxLeft .time {
  font-size: var(--f16);
  color: #315fab;
  margin-bottom: 0.42rem;
}
.News_03 .box .boxLeft .desc {
  font-size: var(--f18);
  line-height: 2;
  color: #666;
}
.News_03 .box .boxLeft .pageTurning {
  margin-top: 0.8rem;
  border-top: 1px solid #eee;
  padding-top: 0.36rem;
  font-size: var(--f18);
}
.News_03 .box .boxLeft .pageTurning .prev,
.News_03 .box .boxLeft .pageTurning .next {
  width: 20%;
}
.News_03 .box .boxLeft .pageTurning .prev a,
.News_03 .box .boxLeft .pageTurning .next a {
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_03 .box .boxLeft .pageTurning .prev a:hover,
.News_03 .box .boxLeft .pageTurning .next a:hover {
  color: #315fab;
}
.News_03 .box .boxLeft .pageTurning .next {
  text-align: right;
}
.News_03 .box .boxLeft .pageTurning .go a {
  color: #111;
  transition: 0.4s;
}
.News_03 .box .boxLeft .pageTurning .go a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.04rem;
}
.News_03 .box .boxLeft .pageTurning .go a svg path {
  fill: #111;
  transition: 0.4s;
}
.News_03 .box .boxLeft .pageTurning .go a:hover {
  color: #315fab;
}
.News_03 .box .boxLeft .pageTurning .go a:hover svg path {
  fill: #315fab;
}
.News_03 .box .boxRight {
  width: 4.3rem;
}
.News_03 .box .boxRight > div {
  position: -webkit-sticky;
  position: sticky;
  top: 0.2rem;
}
.News_03 .box .boxRight > div .h5 {
  font-family: 'MB';
  font-size: var(--f36);
  margin-top: -0.4rem;
}
.News_03 .box .boxRight > div ul {
  margin-top: 0.45rem;
}
.News_03 .box .boxRight > div ul li + li {
  margin-top: 0.45rem;
}
.News_03 .box .boxRight > div ul .item a {
  display: block;
}
.News_03 .box .boxRight > div ul .item a figure {
  overflow: hidden;
}
.News_03 .box .boxRight > div ul .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_03 .box .boxRight > div ul .item a figcaption {
  margin-top: 0.2rem;
}
.News_03 .box .boxRight > div ul .item a figcaption .content1 {
  font-size: var(--f18);
  color: #666;
}
.News_03 .box .boxRight > div ul .item a figcaption .content2 {
  margin-top: 0.2rem;
  font-family: 'MSB';
  font-size: var(--f24);
  color: #000;
  height: 2.8em;
  max-height: 2.8em;
  line-height: 1.4;
  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;
  height: auto;
}
.News_03 .box .boxRight > div ul .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_03 .box .boxRight > div ul .item a:hover figcaption .content2 {
  color: #315fab;
}
.Contact_01 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .Contact_01 .box {
    padding: 0 0.5rem;
  }
}
.Contact_01 .box .item {
  border: 1px solid #ddd;
  padding: 0.55rem 0.55rem 0.65rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .item .content1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_01 .box .item .content1 img {
  height: 0.65rem;
}
.Contact_01 .box .item .content2 {
  font-size: var(--f24);
  color: #666;
  margin: 0.4rem 0 0.15rem;
}
.Contact_01 .box .item .content3 {
  font-size: var(--f24);
  font-family: 'MB';
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Contact_01 .box .item:hover {
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
    border-color: transparent;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  }
  .Contact_01 .box .item:hover .content3 {
    color: #315fab;
  }
}
@media screen and (min-width: 1200px) {
  .Contact_02 .box {
    padding: 0 0.5rem;
  }
}
.Contact_02 .desc {
  font-size: var(--f20);
  text-align: center;
  color: #333;
  line-height: 1.8;
  margin-top: 0.16rem;
}
.Contact_02 .box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_02 .box .list .item {
  position: relative;
}
.Contact_02 .box .list .item input {
  height: 0.56rem;
  background: none;
  border: 1px solid #eee;
  width: 100%;
  padding: 0 0.3rem;
  font-size: var(--f18);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_02 .box .list .item input:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_02 .box .list .item input:hover {
  border-color: #315fab;
}
.Contact_02 .box .list .item p {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  font-size: var(--f18);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
}
.Contact_02 .box .list .item p span {
  color: #c70000;
}
.Contact_02 .box .list1 {
  margin-top: 0.2rem;
}
.Contact_02 .box .list1 .item {
  position: relative;
}
.Contact_02 .box .list1 .item textarea {
  height: 2rem;
  background: none;
  border: 1px solid #eee;
  width: 100%;
  padding: 0.2rem 0.3rem;
  font-size: var(--f16);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  resize: none;
}
.Contact_02 .box .list1 .item textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_02 .box .list1 .item textarea:hover {
  border-color: #315fab;
}
.Contact_02 .box .list1 .item p {
  position: absolute;
  left: 0.3rem;
  top: 0.2rem;
  color: #999;
}
.Contact_02 .box .list1 .item p span {
  color: #c70000;
}
.Contact_02 .box .list2 {
  margin-top: 0.3rem;
  color: #999;
  font-size: var(--f16);
}
.Contact_02 .box .list2 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-color: #315fab;
}
.Contact_02 .box .list2 .layui-form-checked[lay-skin=primary] i {
  background: #315fab;
  border-color: #315fab !important;
}
.Contact_02 .box .list2 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
}
.Contact_02 .box .list2 a {
  color: #315fab;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_02 .box .list2 a:hover {
  text-decoration: underline;
}
.Contact_02 .box .list3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.36rem;
}
.bg10 {
  background: url(../images/img10.jpg) no-repeat 50% 50% / cover;
}
.Product_02 {
  padding-bottom: 0.5rem;
}
.Product_02 .box {
  margin-top: 0.64rem;
}
.Product_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.55rem;
}
.Product_02 .box .boxLeft .content1 {
  font-size: var(--f60);
  font-family: 'MB';
  line-height: 1.2;
}
.Product_02 .box .boxLeft .content2 {
  margin-top: 0.16rem;
}
.Product_02 .box .boxLeft .content2 .scroll {
  font-size: var(--f18);
  line-height: 1.8;
  color: #666;
}
.Product_02 .box .boxLeft .content3 {
  margin-top: 0.7rem;
}
.Product_02 .box .boxLeft .content3 .link_03 {
  margin-right: 0.2rem;
}
.Product_02 .box .boxRight {
  width: 8.1rem;
  position: relative;
}
.Product_02 .box .boxRight .swiper {
  padding: 0 1.2rem;
}
.Product_02 .box .boxRight .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0 !important;
}
.Product_02 .box .boxRight .swiper-slide img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_02 .box .boxRight .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_02 .box .boxRight .swiper-slide-active {
  opacity: 1 !important;
  z-index: 1;
}
.Product_02 .box .boxRight .button_01 {
  opacity: 0;
}
.Product_02 .box .boxRight .button_01 .prev {
  left: 0;
}
.Product_02 .box .boxRight .button_01 .next {
  right: 0;
}
.Product_02 .box .boxRight .button_01.active {
  opacity: 1;
}
.button_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button_02 div {
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_02 div i {
  font-size: var(--f22);
  margin: auto;
  color: #ddd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_02 div:hover {
  border-color: #ff8402;
}
.button_02 div:hover i {
  color: #ff8402;
}
.button_02 .next {
  margin-left: 0.2rem;
}
.Product_03 {
  --h1: 6.4rem;
}
@media screen and (min-width: 1200px) {
  .Product_03 {
    --w1: 8.8rem;
    --w2: calc((100vw - var(--w1) - var(--interval) * 2 - 40px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .Product_03 {
    --w1: 70vw;
    --w2: 70vw;
  }
}
.Product_03 .box .swiper-slide {
  width: var(--w2);
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_03 .box .swiper-slide .item {
  position: relative;
}
.Product_03 .box .swiper-slide .item > img {
  width: var(--w1);
  height: var(--h1);
  max-width: initial;
}
.Product_03 .box .swiper-slide .item .one {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_03 .box .swiper-slide .item .one .orientation_01 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 1.1rem;
  text-align: center;
  z-index: 2;
}
.Product_03 .box .swiper-slide .item .one .orientation_01 img {
  height: 2.78rem;
}
.Product_03 .box .swiper-slide .item .one .orientation_02 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0.4rem;
}
.Product_03 .box .swiper-slide .item .one .orientation_02 .content2 {
  font-family: 'MB';
  font-size: var(--f30);
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_03 .box .swiper-slide .item .one .orientation_02 .content3 {
  font-size: var(--f20);
  line-height: 1.8;
  margin-top: 0.25rem;
  color: #333;
}
@media screen and (min-width: 1200px) {
  .Product_03 .box .swiper-slide .item .one .orientation_02 {
    padding: 0 2rem 0.6rem 0.68rem;
    bottom: -5rem;
    opacity: 0;
  }
}
.Product_03 .box .swiper-slide .item .two {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_03 .box .swiper-slide .item .two .orientation_01 {
  position: absolute;
  left: 0.85rem;
  width: var(--w2);
  top: 1.3rem;
}
.Product_03 .box .swiper-slide .item .two .orientation_01 img {
  height: 2.78rem;
}
.Product_03 .box .swiper-slide .item .two .orientation_02 {
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  width: var(--w2);
  text-align: center;
  font-size: var(--f30);
  font-family: 'MB';
  color: #000;
  padding: 0 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .Product_03 .box .swiper-slide .item:hover .one .orientation_02 .content2 {
    color: #315fab;
  }
  .Product_03 .box .swiper-slide .item:hover .two .orientation_02 {
    color: #315fab;
  }
}
.Product_03 .box .slide4 {
  margin-right: 20px;
}
.Product_03 .box .slide4:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1200px) {
  .Product_03 .box .active,
  .Product_03 .box .swiper-slide-active {
    width: var(--w1);
  }
  .Product_03 .box .active .item .one,
  .Product_03 .box .swiper-slide-active .item .one {
    opacity: 1;
  }
  .Product_03 .box .active .item .one .orientation_02,
  .Product_03 .box .swiper-slide-active .item .one .orientation_02 {
    bottom: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
  }
  .Product_03 .box .active .item .two,
  .Product_03 .box .swiper-slide-active .item .two {
    opacity: 0;
  }
}
.Product_04 {
  background: #f8f8f8;
  padding-bottom: 0.6rem;
}
.Product_04 .toggle {
  margin-top: 0.6rem;
}
.Product_04 .toggle ul {
  display: grid;
}
@media screen and (min-width: 1200px) {
  .Product_04 .toggle ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .Product_04 .toggle ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .Product_04 .toggle ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
  }
}
.Product_04 .toggle ul li {
  border-bottom: 1px solid #dddd;
}
.Product_04 .toggle ul li:last-child {
  padding-right: 0;
}
@media screen and (min-width: 1200px) {
  .Product_04 .toggle ul li {
    padding-right: 0.54rem;
  }
}
.Product_04 .toggle ul li a {
  cursor: pointer;
  display: block;
  font-size: var(--f22);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid transparent;
}
.Product_04 .toggle ul li a:hover {
  color: #ff8402;
}
.Product_04 .toggle ul .active a {
  border-color: #ff8402;
  color: #ff8402;
}
.f36 {
  font-family: 'MB';
  font-size: var(--f36);
  line-height: 1.2;
}
.Product_05 {
  background: #f8f8f8;
}
.Product_05 .desc {
  font-size: var(--f22);
  color: #666;
  text-align: center;
  margin-top: 0.15rem;
}
@media screen and (min-width: 1200px) {
  .Product_05 .desc {
    padding: 0 2.8rem;
  }
}
.Product_05 .box {
  margin-top: 1rem;
}
.Product_05 .box .boxLeft {
  width: 50%;
  padding-right: 0.5rem;
}
.Product_05 .box .boxRight {
  width: 50%;
  position: relative;
}
.Product_05 .box .boxRight .swiper {
  padding: 0 2rem;
}
.Product_05 .box .boxRight .swiper .swiper-slide {
  opacity: 0 !important;
}
.Product_05 .box .boxRight .swiper .swiper-slide-active {
  opacity: 1 !important;
  z-index: 1;
}
.Product_05 .box .boxRight .button_02 div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Product_05 .box .boxRight .button_02 .prev {
  left: 0;
}
.Product_05 .box .boxRight .button_02 .next {
  right: 0;
}
.Product_06 {
  background: #f8f8f8;
}
.Product_06 .box .scroll table {
  width: 100%;
}
.Product_06 .box .scroll table tr {
  font-size: var(--f18);
  background: #fbfbfb;
}
.Product_06 .box .scroll table tr:nth-child(2n) {
  background: #fff;
}
.Product_06 .box .scroll table tr th,
.Product_06 .box .scroll table tr td {
  text-align: center;
  color: #666;
  padding: 0.18rem;
}
.Product_06 .box .scroll table tr th:first-child,
.Product_06 .box .scroll table tr td:first-child {
  text-align: left;
  color: #000;
  padding-left: 0.4rem;
}
.Product_06 .box .scroll table tr th {
  color: #000;
}
.Product_06 .box .link_03 .a {
  width: 248px;
}
.Product_07 .box {
  position: relative;
  --w: 9.56rem;
}
.Product_07 .box .swiper-slide {
  width: var(--w);
}
.Product_07 .box .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
.Product_07 .box .swiper-slide a img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_07 .box .swiper-slide a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img28.png) no-repeat center bottom;
}
.Product_07 .box .swiper-slide a .orientation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.56rem;
  z-index: 2;
  color: #fff;
}
.Product_07 .box .swiper-slide a .orientation .content1 {
  font-family: 'MB';
  font-size: var(--f30);
}
@media screen and (min-width: 1200px) {
  .Product_07 .box .swiper-slide a .orientation .content1 {
    padding-right: 3.3rem;
  }
}
.Product_07 .box .swiper-slide a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_07 .box .button_01 {
  opacity: 0;
  --interval: 3.3rem;
}
.Product_07 .box .button_01.active {
  opacity: 1;
}
.Product_08 .box {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: repeat(4, 1fr);
}
.Product_08 .box .item {
  background: #e8f3f9;
  min-height: 1rem;
  overflow: hidden;
}
.Product_08 .box .item .top {
  font-family: 'MB';
  padding: 0.45rem 0.3rem 0;
}
.Product_08 .box .item .top p {
  font-size: var(--f24);
  line-height: 1.6;
  height: -webkit-calc(4.8em);
  height: calc(1.6em * 3);
  color: #000;
}
.Product_08 .box .item .bot {
  margin-top: 0.35rem;
}
.Product_08 .box .item .bot img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_08 .box .item:hover .bot img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.MessageForm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 90;
  display: none;
}
.MessageForm .box {
  width: min(680px, 84vw);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.4rem 0.7rem;
}
.MessageForm .box .title {
  font-size: var(--f24);
  font-family: 'MB';
  text-align: center;
}
.MessageForm .box .desc {
  font-size: var(--f18);
  font-family: 'MM';
  color: #666;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.12rem;
  margin-bottom: 0.3rem;
}
.MessageForm .box .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.MessageForm .box .close path,
.MessageForm .box .close svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MessageForm .box .close:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.MessageForm .box .close:hover svg path {
  fill: #ff8402;
}
.MessageForm .box .list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.2rem;
}
.MessageForm .box .list .item {
  position: relative;
}
.MessageForm .box .list .item input {
  height: 0.56rem;
  background: none;
  border: 1px solid #eee;
  width: 100%;
  padding: 0 0.2rem;
  font-size: var(--f18);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MessageForm .box .list .item input:not(:placeholder-shown) + p {
  opacity: 0;
}
.MessageForm .box .list .item input:hover {
  border-color: #315fab;
}
.MessageForm .box .list .item p {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  font-size: var(--f18);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #999;
}
.MessageForm .box .list .item p span {
  color: #c70000;
}
.MessageForm .box .list1 {
  margin-top: 0.2rem;
}
.MessageForm .box .list1 .item {
  position: relative;
}
.MessageForm .box .list1 .item textarea {
  height: 1.2rem;
  background: none;
  border: 1px solid #eee;
  width: 100%;
  padding: 0.2rem 0.2rem;
  font-size: var(--f16);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  resize: none;
}
.MessageForm .box .list1 .item textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.MessageForm .box .list1 .item textarea:hover {
  border-color: #315fab;
}
.MessageForm .box .list1 .item p {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  color: #999;
}
.MessageForm .box .list1 .item p span {
  color: #c70000;
}
.MessageForm .box .list2 {
  margin-top: 0.1rem;
  color: #999;
  font-size: var(--f16);
}
.MessageForm .box .list2 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-color: #315fab;
}
.MessageForm .box .list2 .layui-form-checked[lay-skin=primary] i {
  background: #315fab;
  border-color: #315fab !important;
}
.MessageForm .box .list2 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
}
.MessageForm .box .list2 a {
  color: #315fab;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.MessageForm .box .list2 a:hover {
  text-decoration: underline;
}
.MessageForm .box .list3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.36rem;
}
@media screen and (max-width: 1520px) {
  .Product_03 .box .swiper-slide .item .one .orientation_01 {
    top: 0.7rem;
  }
}
@media screen and (max-width: 1400px) {
  .Footer_Container .box .boxLeft .content2 .item {
    margin-right: 1rem;
  }
  .Product_03 .box .swiper-slide .item .one .orientation_02 {
    padding: 0 1.4rem 0.6rem 0.68rem;
  }
  .Cases_01 .box .boxRight .list .item .right .content3 {
    margin-top: 0.32rem;
  }
  .Select_02 ._box ._right ._item .le {
    width: 4rem;
    padding-right: 0.6rem;
  }
  .Select_02 ._box ._left {
    width: 3.6rem;
    padding-right: 0.5rem;
  }
  .Select_02 ._box .one li a,
  .Select_01 ._box ._left ul li a {
    font-size: var(--f20);
  }
  .Select_01 ._box ._right .scroll .ite a figcaption,
  .Home_Case .toggle ul li a {
    font-size: var(--f20);
  }
  .Product_02 .box .boxLeft {
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 1281px) {
  .Footer_Container .box .boxLeft .content2 .item {
    margin-right: 0.8rem;
  }
  .ggt img {
    min-height: 4rem;
  }
  .Product_02 .box .boxLeft {
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_Case .toggle ul,
  .News_02 .toggle ul {
    gap: 0.4rem 0rem;
  }
  .Home_Case .toggle ul li,
  .News_02 .toggle ul li {
    padding-right: 0.2rem;
  }
  .Home_Case .toggle {
    margin-top: 0.45rem;
  }
  .Home_Case .box,
  .Product_07 .box .swiper-slide {
    --w: 80vw;
  }
  .Home_Product .box {
    --w: 64vw;
  }
  .Home_Case .box .button_01 {
    opacity: 1 !important;
  }
  .Home_Product .box .swiper-slide a figure img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_Product .box .bgImg {
    width: 64vw;
  }
  .Home_Product .box .swiper-slide a figcaption {
    padding: 0;
  }
  .Home_Product .box .button_01 div {
    --w: 5vw;
  }
  .Home_News .box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.2rem;
  }
  .Home_Banner .page {
    bottom: 0.6rem;
  }
  .Footer_Container .box .boxLeft {
    display: none;
  }
  .Footer_Container .box .boxRight {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Footer_Container .box .boxRight .content2 {
    margin-top: 0;
  }
  .goTop {
    display: none !important;
  }
  .Footer_Container .box1 {
    text-align: center;
  }
  .Footer_Container .box1 .left {
    width: 100%;
  }
  .Footer_Container .box1 .right {
    width: 100%;
    margin-top: 0.1rem;
  }
  .Home_Case .toggle ul .active a {
    border-color: transparent;
    color: #ff8402;
  }
  .Product_01 .item {
    padding: 0.72rem 1rem 0.6rem;
  }
  .Product_03 .wMain1 {
    padding-right: 0;
  }
  .Product_04 .toggle ul li a {
    padding-bottom: 0.3rem;
  }
  .Product_05 .box .boxRight .swiper {
    padding: 0 0.6rem;
  }
  .Product_06 .box .scroll table tr {
    font-size: var(--f16);
  }
  .Product_03 .box .swiper-slide .item .two {
    display: none;
  }
  .Product_03 .box .swiper-slide .item .one {
    opacity: 1;
  }
  .Product_03 .box .swiper-slide .item .one .orientation_02 .content3 {
    height: -webkit-calc(4.8em);
    height: calc(1.6em * 3);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
    line-height: 1.6;
  }
  .Product_03 .box .swiper-slide .item .one .orientation_02 .content3::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Product_03 .box .swiper-slide .item .one .orientation_02 .content3::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #ff8402;
  }
  .Product_03 .box .swiper-slide .item .one .orientation_02 .content3::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  @-moz-document url-prefix() {
    .Product_03 .box .swiper-slide .item .one .orientation_02 .content3 {
      scrollbar-color: #ff8402 rgba(0, 0, 0, 0.1);
      scrollbar-width: thin;
    }
  }
  .Product_03 .box .swiper-slide .item .one .orientation_02 {
    padding: 0 0.6rem 0.6rem 0.68rem;
  }
  .Inner_Banner img {
    min-height: 4rem;
  }
  .Cases_02 .box .boxRight > div ul,
  .News_03 .box .boxRight > div ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .Cases_02 .box .boxRight > div ul li,
  .News_03 .box .boxRight > div ul li {
    margin: 0 !important;
  }
  .News_02 .toggle ul .active a {
    color: #ff8402;
    border-color: transparent !important;
  }
  .News_02 .box .list .item .right {
    padding: 0 0.6rem 0 0.6rem;
  }
  .pu_page a {
    margin: 0 0.1rem;
  }
  .News_03 .title {
    padding-right: 0;
  }
  .Contact_01 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_08 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Home_News .box .item a figcaption .content2,
  .Product_07 .box .swiper-slide a .orientation .content1,
  .News_01 .item a figcaption .content2,
  .Product_03 .box .swiper-slide .item .two .orientation_02 {
    font-size: var(--f26);
  }
  .Product_02 .box .boxLeft,
  .Cases_01 .box .boxLeft,
  .Cases_02 .box .boxLeft,
  .News_03 .box .boxLeft {
    padding-right: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Product_02 .box .boxRight,
  .Cases_01 .box .boxRight,
  .Cases_02 .box .boxRight,
  .News_03 .box .boxRight {
    padding-left: 0;
    width: 100%;
    margin-top: 0.6rem;
  }
  .Home_Product .box .button_01,
  .Product_02 .box .boxRight .button_01 {
    opacity: 1 !important;
  }
  .Home_Case .button_01,
  .Product_07 .box .button_01 {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1 !important;
  }
  .Home_Case .button_01 div,
  .Product_07 .box .button_01 div {
    position: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: #f8f8f8;
    margin: 0 10px;
  }
  .News_03 .box .boxRight > div .h5 {
    margin-top: 0;
  }
  .maodian{
      top:calc(-58px - 0.5rem) ;
  }
}
@media screen and (max-width: 699px) {
  .Footer_Container .box .boxRight {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Footer_Container .box .boxRight .content2 {
    margin-top: 0.5rem;
  }
  .Home_News .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_Product .box {
    --w: 80vw;
  }
  .Home_Product .box .button_01 div {
    bottom: 2.84rem;
  }
  .Home_Case .toggle {
    margin-top: 0.6rem;
  }
  .Home_Case .box,
  .Product_07 .box .swiper-slide {
    --w: 90vw;
  }
  .Home_Case .box .swiper-slide a img {
    min-height: 4.2rem;
  }
  .Home_Case .box .swiper-slide a .orientation .content2 {
    margin-top: 0.2rem;
  }
  .Home_Product .box .bgImg {
    width: 88vw;
  }
  .Footer_Container .box .boxRight .content1 ul li svg {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .Home_News .box .item a figcaption .content3,
  .Product_01 .item .posi .content2 {
    margin-top: 0.3rem;
  }
  .Inner_Banner .page {
    bottom: 0.4rem;
  }
  .Product_01 .item {
    padding: 0.72rem 5vw 0.6rem;
  }
  .Product_01 .item .posi .content3 section {
    margin: 0 5px;
  }
  .ggt img {
    min-height: 6rem;
  }
  .ggt .orientation .content2 {
    line-height: 1.6;
    padding: 0 5vw;
  }
  .Product_02 .box .boxLeft .content2 .scroll {
    line-height: 1.7;
  }
  .Product_03 .box .swiper-slide .item {
    width: 95%;
  }
  .Product_03 {
    --w1: 90vw;
    --w2: 90vw;
  }
  .Product_03 .box .swiper-slide .item .one .orientation_01 img {
    height: 2.68rem;
  }
  .f36 {
    font-size: var(--f32);
  }
  .Product_05 .box .boxLeft {
    width: 100%;
  }
  .Product_05 .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Product_06 .box .scroll {
    overflow: auto;
  }
  .Product_06 .box .scroll::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .Product_06 .box .scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #ff8402;
  }
  .Product_06 .box .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
  }
  .Product_06 .box .scroll .table4 {
    width: 200%;
  }
  .Product_06 .box .scroll .table5 {
    width: 225%;
  }
  .Product_06 .box .scroll .table5 {
    width: 250%;
  }
  .Product_08 .box,
  .Contact_02 .box .list,
  .Cases_02 .box .boxRight > div ul,
  .News_03 .box .boxRight > div ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .Cases_01 .box .boxRight .list .item .left {
    width: 100%;
  }
  .Cases_01 .box .boxRight .list .item .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
    padding: 0;
    margin-top: 0.4rem;
  }
  .News_02 .box .list .item .right {
    padding: 0 0.2rem;
  }
  .News_02 .box .list .item .left {
    width: 1.84rem;
  }
  .pu_page {
    display: none;
  }
  .News_03 .box .boxLeft .desc {
    line-height: 1.7;
  }
  .Contact_02 .box .list .item input,
  .MessageForm .box .list .item input {
    height: 0.8rem;
  }
  .MessageForm .box {
    padding: 0.4rem 0.4rem;
  }
  .MessageForm .box .close {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .MessageForm .box .desc {
    line-height: 1.5;
  }
  .Home_Banner .banner .swiper-slide .orientation .content2 {
    font-size: var(--f20);
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: var(--f52);
  }
  .News_02 .box .list .item .left {
    display: none;
  }
}
/*# sourceMappingURL=./style.css.map */