html,
body {
  scroll-behavior: smooth;
}
:root {
  --swiper-theme-color: #c9a876;
  --bold: bold;
}
body {
  --www: 20px;
  --interval: 1.6rem;
  --interval2: 2.6rem;
  --nav_height: 0.9rem;
  --color: #c9a876;
  --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;
  --f50: 0.5rem;
  --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: 15px;
    --f20: 17px;
    --f22: 18px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f22: 18px;
    --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;
    --f50: 0.5rem;
    --f52: 0.4rem;
    --f54: 0.42rem;
    --f56: 0.42rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --interval: 5vw;
    --interval2: 5vw;
    --nav_height: 58px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.28rem;
    --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;
    --f50: 0.42rem;
    --f52: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
.maodian {
  position: relative;
  top: calc(var(--nav_height) * -1 + 1px);
}
.search_open {
  cursor: pointer;
}
.mobile_search {
  top: var(--nav_height);
}
body::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
body::-webkit-scrollbar-thumb {
  background: #c9a876;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #c9a876 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.wMain2 {
  padding-left: var(--interval2);
  padding-right: var(--interval2);
}
.wMain20 {
  padding-left: var(--www);
  padding-right: var(--www);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
  opacity: 0.1;
}
.swiper-button-disabled {
  cursor: no-drop !important;
}
@media screen and (max-width: 1200px) {
  .swiper-button-disabled {
    opacity: 0.2;
  }
}
.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;
  }
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.bgColor {
  background: #f6f6f6;
}
.pt {
  padding-top: 0.8rem;
}
.pb {
  padding-bottom: 0.8rem;
}
.mt {
  margin-top: 0.36rem;
}
.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;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #c9a876;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f6f6;
}
.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: #c9a876;
  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: #c9a876;
}
.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;
}
.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: #c9a876;
}
.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: #c9a876;
}
.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: #c9a876;
}
.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: #c9a876;
}
.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: #c9a876;
}
.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: #c9a876;
}
.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: #c9a876;
}
.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 #c9a876;
}
.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: #c9a876;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  padding: 0 0.65rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .width {
  width: 3rem;
}
.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 img {
  height: 40px;
}
.Header_Container .box .nav .item {
  padding: 0 0.3rem;
  position: relative;
}
.Header_Container .box .nav .item > p a {
  font-size: 16px;
  color: #666;
  line-height: var(--nav_height);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .nav .item:hover > p a {
  color: #c9a876;
}
.Header_Container .box .nav .item:hover .Select_Nav {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .nav .item.active > p a {
  color: #c9a876;
}
.Header_Container.active {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.Header_Container.on {
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
}
.Select_Nav {
  position: absolute;
  top: 80%;
  left: 0;
  width: 3rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
}
.Select_Nav ul li {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.Select_Nav ul li a {
  padding: 0 0.3rem;
  font-size: var(--f16);
  color: #666;
  height: 0.7rem;
  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.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Select_Nav ul li svg {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-100%);
  -ms-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Select_Nav ul li:hover a {
  color: #c9a876;
}
.Select_Nav ul li:hover svg {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.Select_Nav ul .active a {
  background: #f6f6f6;
  color: #c9a876;
}
.Select_Nav ul .active svg {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}
.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: auto;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(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;
}
.Home_Banner .page {
  position: absolute;
  bottom: 0.64rem;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Home_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .page div span {
  width: 10px;
  height: 10px;
  margin: 0 0.15rem !important;
  opacity: 0.4;
}
.Home_Banner .page div .swiper-pagination-bullet-active {
  opacity: 1;
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes line {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.footer_Container {
  background-color: #111;
  padding-top: 0.9rem;
}
.footer_Container .box {
  border-bottom: 1px solid #333333;
  padding-bottom: 0.6rem;
}
.footer_Container .box .boxleft {
  padding-bottom: 0.35rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1rem;
}
.footer_Container .box .boxleft .logo {
  -webkit-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  transform: translateY(-18px);
}
.footer_Container .box .boxleft .logo img {
  height: 39px;
}
.footer_Container .box .boxleft .nav {
  margin-top: 0.24rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #333333;
}
.footer_Container .box .boxleft .nav li {
  padding: 0 0.3rem;
  margin-right: 0.7rem;
}
.footer_Container .box .boxleft .nav li:last-child {
  margin-right: 0;
}
.footer_Container .box .boxleft .nav li a {
  font-size: var(--f18);
  color: #dcdcdc;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.footer_Container .box .boxleft .nav li a:hover {
  color: #c9a876;
}
.footer_Container .box .boxleft .info {
  margin-top: 0.55rem;
}
.footer_Container .box .boxleft .info .item {
  margin-right: 1rem;
}
.footer_Container .box .boxleft .info .item:last-child {
  margin-right: 0;
}
.footer_Container .box .boxleft .info .item .content1 {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background: #373634;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.footer_Container .box .boxleft .info .item .content1 svg {
  margin: auto;
}
.footer_Container .box .boxleft .info .item .content2 {
  font-size: var(--f16);
  color: #999;
  margin: 0.2rem 0 0.14rem;
}
.footer_Container .box .boxleft .info .item .content3 {
  font-size: var(--f30);
  color: #c9a876;
  font-weight: bold;
  line-height: 1;
}
.footer_Container .box .boxleft .info .item .content3 span {
  font-size: var(--f18);
}
.footer_Container .box .boxRight {
  width: 4.95rem;
  border-left: 1px solid #333333;
}
.footer_Container .box .boxRight .title {
  font-size: var(--f20);
  color: #fff;
}
.footer_Container .box .boxRight ul {
  margin-top: 0.3rem;
}
.footer_Container .box .boxRight ul li {
  text-align: center;
  margin-right: 0.1rem;
}
.footer_Container .box .boxRight ul li:last-child {
  margin-right: 0;
}
.footer_Container .box .boxRight ul li figure img {
  width: 1rem;
}
.footer_Container .box .boxRight ul li figcaption {
  margin-top: 0.12rem;
  font-size: 14px;
  color: #666;
}
.footer_Container .box1 {
  padding: 0.3rem 0;
}
.footer_Container .box1 div span,
.footer_Container .box1 div a {
  font-size: 14px;
  color: #555;
  display: inline-block;
}
.footer_Container .box1 div a {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.footer_Container .box1 div a:hover {
  color: #c9a876;
}
.Home_Product .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.Home_Product .box .item {
  background: #f6f6f6;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  padding: 0.9rem 0.7rem 0.7rem;
  border-radius: 0.2rem;
  transition: 0.6s;
  position: relative;
}
.Home_Product .box .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(145deg, #f6f6f6 0%, #ffffff 50%, #f6f6f6 100%);
  border-radius: 0.2rem;
  z-index: -1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}
.Home_Product .box .item figure {
  height: 4.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Product .box .item figure img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Product .box .item figcaption {
  margin-top: 0.42rem;
  text-align: center;
}
.Home_Product .box .item figcaption .content1 {
  color: #c9a876;
  font-size: var(--f24);
}
.Home_Product .box .item figcaption .content2 {
  font-size: var(--f36);
  color: #000;
  margin-top: 0.1rem;
}
.Home_Product .box .item figcaption .content3 {
  font-size: 14px;
  color: #999;
  margin-top: 0.06rem;
}
.Home_Product .box .item figcaption .content4 {
  margin-top: 0.26rem;
}
.Home_Product .box .item:hover {
  background: transparent;
}
.Home_Product .box .item:hover::before {
  opacity: 1;
}
.Home_Product .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Product .box .item:hover figcaption .content4 .link_01 {
  background: #c9a876;
  color: #fff;
}
.f30 {
  font-size: var(--f36);
  font-weight: bold;
}
.link_01 {
  min-width: 1.15rem;
  line-height: 0.46rem;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #c9a876;
  color: #c9a876;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f14);
}
.more_01 {
  margin-top: 0.5rem;
}
.more_01 .a,
.more_01 a {
  font-size: 14px;
  color: #c9a876;
}
.more_01 .a i,
.more_01 a i {
  font-size: var(--f14);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
}
.more_01 .a:hover i,
.more_01 a:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Home_News {
  background: #f6f6f6;
}
.Home_News .box {
  background: #fff;
  border-radius: 0.2rem;
}
.Home_News .box .item .boxLeft {
  width: 50%;
}
.Home_News .box .item .boxLeft p {
  overflow: hidden;
  border-radius: 0.2rem 0 0 0.2rem;
}
.Home_News .box .item .boxLeft p img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .item .boxRight {
  width: 50%;
  padding: 0.6rem 0.5rem;
}
.Home_News .box .item .boxRight .content1 {
  font-size: var(--f14);
  color: #999;
}
.Home_News .box .item .boxRight .content2 {
  font-size: var(--f36);
  color: #000;
  margin-top: 0.25rem;
  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.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .item .boxRight .content3 {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.9rem;
  height: 4.2em;
  max-height: 4.2em;
  line-height: 2.1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Home_News .box .item .boxRight .content4 {
  margin-top: 0.4rem;
}
.Home_News .box .item:hover .boxLeft p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .item:hover .boxRight .content2 {
  color: #c9a876;
}
.Home_News .box .item:hover .boxRight .content4 .link_01 {
  background: #c9a876;
  color: #fff;
}
.Home_News .box1 {
  height: 0;
  padding-right: 0.5rem;
}
.Home_News .box1 .banner_01 {
  width: -webkit-calc(49.25%);
  width: calc(50% - 0.75rem);
  padding: 0.45rem 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  border-top: 1px solid #eee;
}
.banner_01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_01 span {
  width: 9px;
  height: 9px;
  background: #e5e5e5;
  opacity: 1;
  margin-right: 0.2rem !important;
}
.page_01 span:last-child {
  margin-right: 0 !important;
}
.page_01 .swiper-pagination-bullet-active {
  background: #c9a876;
}
.page_02 div {
  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;
}
.page_02 span {
  width: 9px;
  height: 9px;
  background: #d5d5d5;
  opacity: 1;
  margin-right: 0.2rem !important;
}
.page_02 span:last-child {
  margin-right: 0 !important;
}
.page_02 .swiper-pagination-bullet-active {
  background: #c9a876;
}
.button_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button_01 svg {
  cursor: pointer;
}
.button_01 svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.button_01 svg:hover path {
  fill: #c9a876;
}
.button_01 .ml {
  margin-left: 0.45rem;
}
.Product_01 .box .boxLeft {
  width: 3.75rem;
  min-width: 250px;
  background: #f6f6f6;
}
.Product_01 .box .boxLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.Product_01 .box .boxLeft .sticky ul {
  padding: 0.35rem 0;
}
.Product_01 .box .boxLeft .sticky ul li {
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_01 .box .boxLeft .sticky ul li a {
  font-size: 16px;
  color: #333;
  height: 0.68rem;
  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;
  padding: 0 0.7rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_01 .box .boxLeft .sticky ul li a:hover {
  color: #c9a876;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.Product_01 .box .boxLeft .sticky ul .active {
  background: #c9a876;
}
.Product_01 .box .boxLeft .sticky ul .active a {
  color: #fff !important;
}
.Product_01 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 var(--interval2) 0 1.25rem;
}
.Product_01 .box .boxRight .list .item {
  padding: 0.9rem 0;
  border-bottom: 1px solid #eee;
}
.Product_01 .box .boxRight .list .item:last-child {
  border-bottom: none;
}
.Product_01 .box .boxRight .list .item .left {
  width: 45%;
  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;
}
.Product_01 .box .boxRight .list .item .left > div {
  width: 100%;
}
.Product_01 .box .boxRight .list .item .left .content1 {
  font-size: var(--f18);
  color: #c9a876;
}
.Product_01 .box .boxRight .list .item .left .content2 {
  font-weight: var(--bold);
  font-size: var(--f36);
  color: #000;
  margin: 0.22rem 0 0.3rem;
}
.Product_01 .box .boxRight .list .item .left .content3 {
  font-size: var(--f24);
  color: #333;
}
.Product_01 .box .boxRight .list .item .left .content4 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
  margin: 0.2rem 0 0.9rem;
}
.Product_01 .box .boxRight .list .item .left .content5 .link_01 {
  background: #c9a876;
  color: #fff;
}
.Product_01 .box .boxRight .list .item .left .content5 .link_01:hover {
  background: #bb9151;
}
.Product_01 .box .boxRight .list .item .right {
  width: 45%;
  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;
}
.Product_01 .box .boxRight .list .item .right p {
  width: 100%;
  text-align: center;
}
.Product_01 .box .boxRight .list .item .right p img {
  max-height: 6.7rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_01 .box .boxRight .list .item:hover .right p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_01 .box .boxRight .list .item:nth-child(even) .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.Product_01 .box .boxRight .list .item:nth-child(even) .right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.mbx ._box {
  padding: 0.4rem 0;
  font-size: 14px;
}
.mbx ._box a {
  display: inline-block;
  color: #999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.mbx ._box a:hover {
  color: #c9a876;
}
.mbx ._box i {
  font-size: 12px;
  color: #999;
  margin: 0 5px;
}
.mbx ._box span {
  color: #c9a876;
}
.Product_02 {
  background: url(../images/img6.png) no-repeat 50% 50% / cover;
  padding: 0 0 1.2rem;
}
.Product_02 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.5rem;
  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;
}
.Product_02 .box .boxLeft > div {
  width: 100%;
}
.Product_02 .box .boxLeft .content1 img {
  max-height: 0.43rem;
}
.Product_02 .box .boxLeft .content2 {
  font-weight: var(--bold);
  font-size: var(--f36);
  color: #000;
  margin: 0.22rem 0 0.3rem;
}
.Product_02 .box .boxLeft .content3 {
  font-size: var(--f24);
  color: #333;
}
.Product_02 .box .boxLeft .content4 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
  margin: 0.2rem 0 0rem;
}
.Product_02 .box .boxRight {
  width: 50%;
  text-align: center;
}
.Product_02 .box .boxRight img {
  max-height: 6.7rem;
}
.Product_03 .box {
  margin-top: 0.6rem;
}
.Product_03 .box .table {
  width: 100%;
  overflow-x: auto;
}
.Product_03 .box .table table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  text-align: center;
  color: #666;
  font-size: 14px;
  border-bottom: 0.25rem solid #f8f8f8;
}
.Product_03 .box .table table th {
  background: #c9a876;
  color: #fff;
  padding: 0.2rem 0;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
}
.Product_03 .box .table table tr:nth-child(2n-1) {
  background: #f8f8f8;
}
.Product_03 .box .table table tr td {
  padding: 0.2rem;
}

.Product_03 .box .table table tr.null_row {
  background: none;
  text-align: left;
}
.Product_03 .box .table table tr.null_row td {
  border-top: 1px solid #eaeaea;
}
.Product_03 .box .table table tr.null_row td b {
  text-align: center;
  margin: auto;
  display: block;
}
.Product_03 .box .table table tr.null_row td span {
  margin-right: 0.4rem;
  padding-left: 0.65rem;
}
.Product_03 .box .table table tr td:nth-child(1),
.Product_03 .box .table table tr td:nth-child(3) {
  text-align: right;
}
.Product_03 .box .table table tr.null_row td b{
  text-align: right;
}
.Product_03 .box .table table tr.null_row td:nth-child(1),
.Product_03 .box .table table tr.null_row td:nth-child(3){
  text-align: left;
}

.Product_04 .box {
  margin-top: 0.7rem;
  padding: 0 0.6rem;
  position: relative;
}
.Product_04 .box .swiper .swiper-slide {
  height: auto;
  -webkit-transform: scale(0.86);
  -ms-transform: scale(0.86);
  transform: scale(0.86);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.2;
}
.Product_04 .box .swiper .item {
  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;
  height: 4.68rem;
}
.Product_04 .box .swiper .item img {
  max-width: 2.1rem;
  margin: auto;
  max-height: 100%;
}
.Product_04 .box .swiper p {
  font-size: var(--f20);
  color: #666;
  text-align: center;
  margin-top: 0.45rem;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_04 .box .swiper .swiper-slide-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.Product_04 .box .swiper .swiper-slide-active p {
  opacity: 1;
}
.Product_04 .box .swiper .swiper-slide-active:hover p {
  color: #c9a876;
}
.Product_04 .box .button_01 div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.Product_04 .box .button_01 .prev {
  left: 0;
}
.Product_04 .box .button_01 .next {
  right: 0;
}
.Product_05 .box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Product_05 .box .item .img {
  border-radius: 0.2rem;
  overflow: hidden;
}
.Product_05 .box .item .img img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_05 .box .item .img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (min-width: 699px) {
  /*.Product_05 .box .item:nth-child(1) {*/
  /*  grid-area: 1 / 1 / 2 / 3;*/
  /*}*/
}
.InnerBanner {
  position: relative;
}
.InnerBanner .img img {
  width: 100%;
}
.InnerBanner .orientation {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.InnerBanner .orientation .content1 {
  font-size: 16px;
  color: #c9a876;
}
.InnerBanner .orientation .content2 {
  font-size: var(--f48);
  line-height: 1;
  font-weight: var(--bold);
  margin: 0.22rem;
}
.InnerBanner .orientation .content3 {
  font-size: var(--f20);
  color: #666;
  margin-top: 0.48rem;
}
.InnerBanner .scroll {
  position: absolute;
  left: 50%;
  bottom: 0.76rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.InnerBanner .scroll img {
  width: 1.1rem;
}
.InnerBanner .scroll p:nth-child(1) {
  -webkit-animation: rotate360 10s linear infinite;
  animation: rotate360 10s linear infinite;
}
.InnerBanner .scroll p:nth-child(2) {
  position: absolute;
  inset: 0;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.Verify_01 .box {
  background: #fff;
  border-radius: 0.2rem;
}
.Verify_01 .box .title .tit01 {
  font-size: var(--f24);
  line-height: 1;
}
.Verify_01 .box .title .tit01 span {
  color: #c9a876;
}
.Verify_01 .box .title .tit02 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.3rem;
}
.Verify_01 .box .list1 {
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid #eee;
}
.Verify_01 .box .list1 .boxLeft {
  width: 5.2rem;
}
.Verify_01 .box .list1 .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Verify_01 .box .list1 .boxRight img {
  height: 3.02rem;
}
.Verify_01 .box .list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.Verify_01 .box .list2 .item {
  padding: 0.65rem 0.75rem;
  border-right: 1px solid #eee;
}
.Verify_01 .box .list2 .item .img {
  text-align: center;
  margin-top: -0.9rem;
}
.Verify_01 .box .list2 .item:nth-child(1) .img {
  padding-top: 2.1rem;
}
.Verify_01 .box .list2 .item:nth-child(1) .img img {
  width: 2.97rem;
}
.Verify_01 .box .list2 .item:last-child {
  border-right: none;
}
.Verify_01 .box .list2 .item:last-child .img img {
  width: 3.9rem;
}
.Verify_02 {
  margin-top: 0.75rem;
}
.Verify_02 .box {
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.8rem;
}
.Verify_02 .box .boxLeft {
  width: 50%;
  padding-right: 0.96rem;
  text-align: right;
}
.Verify_02 .box .boxLeft img {
  width: 2.82rem;
}
.Verify_02 .box .boxRight {
  width: 50%;
  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;
}
.Verify_02 .box .boxRight > div {
  width: 100%;
}
.Verify_02 .box .boxRight .content1 {
  font-size: var(--f18);
  color: #333;
}
.Verify_02 .box .boxRight .content2 {
  font-size: var(--f18);
  color: #666;
  margin-top: 0.32rem;
}
.News_01 .box {
  display: grid;
  gap: 0.2rem;
}
.News_01 .box .item {
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.5rem;
}
.News_01 .box .item .boxLeft {
  width: 3.6rem;
}
.News_01 .box .item .boxLeft p {
  overflow: hidden;
  border: 1px solid #eee;
}
.News_01 .box .item .boxLeft p img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  max-height: 245px;
}
.News_01 .box .item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.4rem;
  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;
}
.News_01 .box .item .boxRight > div {
  width: 100%;
}
.News_01 .box .item .boxRight .content1 {
  font-size: var(--f14);
  color: #999;
}
.News_01 .box .item .boxRight .content2 {
  font-size: var(--f30);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  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: 0.12rem 0 0.35rem;
}
.News_01 .box .item .boxRight .content3 {
  font-size: var(--f16);
  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;
}
.News_01 .box .item .boxRight .content4 {
  margin-top: 0.4rem;
}
.News_01 .box .item:hover .boxLeft p img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_01 .box .item:hover .boxRight .content2 {
  color: #c9a876;
}
.News_01 .box .item:hover .boxRight .content4 .link_01 {
  background: #c9a876;
  color: #fff;
}
.fengye {
  margin-top: 0.8rem;
}
.fengye .prev a,
.fengye .next a {
  font-size: var(--f16);
  color: #999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: #fff;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 0.62rem;
  width: 2.2rem;
}
.fengye .prev a:hover,
.fengye .next a:hover {
  background: #c9a876;
  color: #fff;
}
.fengye .number {
  margin-left: 8px;
}
.fengye .number a,
.fengye .number span {
  line-height: 0.62rem;
  width: 0.62rem;
  border-radius: 0.2rem;
  background: #fff;
  margin-right: 8px;
  font-size: var(--f16);
  color: #999;
  text-align: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.fengye .number .active {
  background: #c9a876;
  color: #fff;
}
.fengye .number a:hover {
  background: #c9a876;
  color: #fff;
}
.bjq iframe,
.bjq img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}
.bjq a {
  color: -webkit-link;
  display: inline;
  text-decoration: underline;
}
.bjq b,
.bjq strong {
  font-weight: bold;
}
.bjq em {
  font-style: italic;
}
.bjq sup {
  vertical-align: super;
  font-size: smaller;
}
.bjq sub {
  vertical-align: sub;
  font-size: smaller;
}
.bjq h1,
.bjq h2,
.bjq h3,
.bjq h4,
.bjq h5,
.bjq h6 {
  font-weight: bold;
}
.bjq ul {
  padding-left: 22px;
}
.bjq ul li {
  list-style-type: disc;
}
.bjq ol {
  padding-left: 22px;
}
.bjq ol li {
  list-style-type: decimal;
}
.News_02 {
  margin-top: 0.3rem;
}
.News_02 .box .content1 {
  font-size: var(--f36);
  text-align: center;
}
.News_02 .box .content2 {
  font-size: 14px;
  color: #999;
  text-align: center;
  padding: 0.32rem 0 0.78rem;
  border-bottom: 1px solid #eee;
}
.News_02 .box .content3 {
  padding: 0.5rem 0 1.4rem;
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
}
.News_02 .box .content4 {
  border-top: 1px solid #eee;
  padding-top: 0.5rem;
}
.News_02 .box .content4 .prev,
.News_02 .box .content4 .next {
  max-width: 40%;
}
.News_02 .box .content4 .prev a,
.News_02 .box .content4 .next a {
  color: #c9a876;
  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-size: 14px;
}
.News_02 .box .content4 .prev a span,
.News_02 .box .content4 .next a span {
  color: #999;
}
.News_02 .box .content4 .golist a {
  font-size: 14px;
  color: #c9a876;
}
.News_02 .box .content4 .golist a img {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 5px;
}
.Contact_01 .box {
  border-radius: 0.4rem;
  overflow: hidden;
  background: #f6f6f6;
}
.Contact_01 .box .boxLeft {
  width: 50%;
  padding: 0 0.5rem;
}
.Contact_01 .box .boxLeft .content1 {
  font-size: var(--f30);
  line-height: 1.2;
  padding: 0.42rem 0;
}
.Contact_01 .box .boxLeft .content2 {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 0.45rem 0;
}
.Contact_01 .box .boxLeft .content2 .li {
  font-size: var(--f24);
  margin-bottom: 0.3rem;
  position: relative;
  padding-left: max(0.4rem, 40px);
}
.Contact_01 .box .boxLeft .content2 .li:last-child {
  margin-bottom: 0;
}
.Contact_01 .box .boxLeft .content2 .li span {
  color: #999;
}
.Contact_01 .box .boxLeft .content2 .li svg {
  position: absolute;
  left: 0;
  top: 0.05rem;
}
.Contact_01 .box .boxLeft .content2 .li a {
  display: inline-block;
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-weight: bold;
}
.Contact_01 .box .boxLeft .content2 .li a:hover {
  color: #c9a876;
}
.Contact_01 .box .boxLeft .content2 .li p {
  display: inline-block;
  color: #333;
}
.Contact_01 .box .boxLeft .content3 {
  line-height: 1.2;
  padding: 0.5rem 0 0.2rem;
  font-size: var(--f24);
}
.Contact_01 .box .boxLeft .content4 {
  padding-bottom: 0.5rem;
}
.Contact_01 .box .boxLeft .content4 ul li {
  text-align: center;
  margin-right: 5px;
}
.Contact_01 .box .boxLeft .content4 ul li:last-child {
  margin-right: 0;
}
.Contact_01 .box .boxLeft .content4 ul li figure img {
  width: 118px;
}
.Contact_01 .box .boxLeft .content4 ul li figcaption {
  font-size: 14px;
  margin-top: 10px;
  color: #666;
}
.Contact_01 .box .boxRight {
  width: 50%;
}
.Contact_01 .box .boxRight a {
  height: 100%;
}
.Contact_01 .box .boxRight a img {
  width: 100%;
  height: 100%;
}
.Message_01 {
  background: #f6f6f6;
}
.Message_01 .desc {
  font-size: var(--f18);
  padding-bottom: 0.36rem;
  margin-bottom: 0.26rem;
  border-bottom: 1px solid #dbdbdb;
}
.Message_01 .desc a {
  display: inline-block;
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Message_01 .desc a:hover {
  color: #c9a876;
}
.Message_01 .item .name {
  font-size: var(--f18);
}
.Message_01 .item .name span {
  color: #f00;
}
.Message_01 .item .input {
  margin-top: 0.16rem;
}
.Message_01 .item .input input,
.Message_01 .item .input textarea {
  width: 100%;
  border: 0;
  background: #fff;
  height: 0.68rem;
  border-radius: 0.2rem;
  padding: 0 0.2rem;
  font-size: var(--f18);
  color: #333;
  resize: none;
}
.Message_01 .item .input input:placeholder,
.Message_01 .item .input textarea:placeholder {
  color: #999;
}
.Message_01 .item .input textarea {
  height: 2.6rem;
  padding: 0.2rem;
}
.Message_01 .list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.3rem;
}
.Message_01 .list3 {
  margin-top: 0.5rem;
}
.Message_01 .list3 .reset p,
.Message_01 .list3 .submit p {
  font-size: var(--f18);
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: #b8b8b8;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 0.62rem;
  width: 2.2rem;
  cursor: pointer;
  -webkit-transform: 0.6s;
  -ms-transform: 0.6s;
  transform: 0.6s;
}
.Message_01 .list3 .reset p:hover,
.Message_01 .list3 .submit p:hover {
  background: #9f9f9f;
}
.Message_01 .list3 .submit {
  margin-left: 10px;
}
.Message_01 .list3 .submit p {
  background: #c9a876;
}
.Message_01 .list3 .submit p:hover {
  background: #bb9151;
}
.About_01 {
  position: relative;
}
.About_01 .img {
  overflow: hidden;
}
.About_01 .img img {
  width: 100%;
}
.About_01 .text {
  position: absolute;
  font-size: 1.7rem;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #666;
  text-transform: uppercase;
  opacity: 0.1;
  font-weight: bold;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.About_01 .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.About_01 .box {
  margin-top: 1.05rem;
  max-width: 7.1rem;
}
.About_01 .box .content1 {
  font-size: var(--f30);
}
.About_01 .box .content2 {
  font-size: var(--f16);
  color: #333;
  line-height: 1.8;
  margin-top: 0.3rem;
}
.About_02 {
  background: url(../images/img24.png) no-repeat center top;
  background-size: 100% auto;
}
.About_02 .box {
  text-align: center;
}
.About_02 .box .content1 {
  font-size: var(--f30);
  color: #fff;
  font-weight: bold;
}
.About_02 .box .content2 span {
  display: block;
  margin: 0.2rem auto;
  width: 0.54rem;
  height: 3px;
  background: #c9a876;
}
.About_02 .box .content3 {
  font-size: var(--f18);
  color: #fff;
  line-height: 2;
  max-width: 6.5rem;
  margin: auto;
}
.About_02 .box1 {
  margin-top: 0.9rem;
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.8rem 0;
  display: grid;
  -webkit-box-shadow: 0px 0.1rem 0.4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0.1rem 0.4rem rgba(0, 0, 0, 0.1);
  grid-template-columns: repeat(3, 1fr);
}
.About_02 .box1 .item {
  text-align: center;
  border-right: 1px solid #eee;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_02 .box1 .item:last-child {
  border-right: none;
}
.About_02 .box1 .item .content1 {
  height: 56px;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.About_02 .box1 .item .content2 {
  font-size: var(--f30);
  margin-top: 0.4rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_02 .box1 .item .content3 {
  margin: 0.2rem 0 0.42rem;
}
.About_02 .box1 .item .content3 span {
  width: 0.54rem;
  height: 3px;
  background: #c9a876;
  margin: auto;
  display: block;
}
.About_02 .box1 .item .content4 {
  font-size: var(--f18);
  color: #666;
}
.About_02 .box1 .item:hover {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.About_02 .box1 .item:hover .content2 {
  color: #c9a876;
}
.About_03 {
  background: url(../images/img25.png) no-repeat center center / cover;
}
.About_03 .box {
  margin-top: 0.95rem;
}
.About_03 .box .list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 0.5rem;
}
.About_03 .box .list .item {
  position: relative;
}
.About_03 .box .list .item img {
  width: 100%;
}
.About_03 .box .list .item .text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f24);
  color: #333;
  font-weight: bold;
}
.About_03 .box .desc {
  margin-top: 0.42rem;
  font-size: var(--f16);
  color: #666;
  line-height: 2;
  /* padding: 0 1rem; */
  text-align: center;
}
.About_03 .box .pic {
  text-align: center;
  margin-top: 0.75rem;
}
.About_03 .box .pic img {
  width: 5.56rem;
}
.About_04 {
  background: url(../images/img28.png) no-repeat center center / cover;
  overflow: hidden;
}
.About_04 .box {
  position: relative;
  padding: 0 0.3rem;
}
.About_04 .box .swiper .swiper-slide figure img {
  width: 100%;
  aspect-ratio: 295/417;
}
.About_04 .box .swiper .swiper-slide figcaption {
  font-size: var(--f18);
  color: #333;
  text-align: center;
  margin-top: 0.25rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_04 .box .swiper .swiper-slide:hover figcaption {
  color: #c9a876;
}
.About_04 .button_01 div {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.About_04 .button_01 .prev {
  left: -1rem;
}
.About_04 .button_01 .next {
  right: -1rem;
}

@media screen and (max-width: 1680px) {
.footer_Container .box .boxRight ul li figcaption{
  font-size: 10px;
}

}
@media screen and (max-width: 1520px) {
  .footer_Container .box .boxleft .nav li {
    margin-right: 0.4rem;
  }
  .footer_Container .box .boxleft .info .item {
    margin-right: 0.6rem;
  }
  .Home_News .box .item .boxRight .content3 {
    margin-top: 0.5rem;
  }
  .Contact_01 .box .boxLeft .content4 ul li {
    /* margin-right: 0.3rem; */
  }
  .Contact_01 .box .boxLeft .content4 ul li figure img {
    width: 100px;
}

body{
  --interval2: 2rem;
}


.footer_Container .box .boxRight{
  width: 5.3rem;
}





}
@media screen and (max-width: 1281px) {

  .Home_News .box .item .boxRight .content3 {
    margin-top: 0.3rem;
  }
  .footer_Container .box .boxleft {
    padding-right: 0.5rem;
  }
  .footer_Container .box1 div span,
  .footer_Container .box1 div a {
    font-size: 12px;
  }
  .footer_Container .box .boxRight {
    width: 5rem;
  }
  .footer_Container .box .boxRight ul li figcaption{
    font-size: 12px;
  }
  .Product_02 .box .boxLeft {
    padding: 1rem 0 0;
  }
  .Contact_01 .box .boxLeft .content4 ul li figure img {
    /* width: 108px; */
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_Banner .page {
    bottom: 0.3rem;
  }
  .Home_Product .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Home_News .box .item .boxLeft p {
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .Home_News .box1 {
    height: auto;
    margin-top: 0.36rem;
  }
  .Home_News .box1 .banner_01 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    padding: 0;
  }
  .footer_Container .box .boxRight {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .footer_Container .box .boxleft .info .item {
    margin-right: 0;
    margin-bottom: 0.5rem;
    width: 50%;
  }
  .footer_Container .box .boxRight .title {
    text-align: center;
  }
  .footer_Container .box .boxRight ul li figure img {
    /* width: 1.57rem; */
  }
  .footer_Container .box1 div {
    width: 100%;
    text-align: center;
  }
  .footer_Container .box .boxRight {
    border-left: none;
  }
  .InnerBanner .scroll,
  .About_01 .text {
    display: none;
  }
  .InnerBanner .orientation {
    top: 1rem;
  }
  .About_01 .box {
    margin-top: 0.5rem;
    max-width: 6rem;
  }
  .About_01 .img img {
    min-height: 9.3rem;
  }
  .About_02 {
    background-size: 100% 6.6rem;
  }
  .About_02 .box1 .item .content1 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .About_02 .box1 .item .content2 {
    margin-top: 0.2rem;
  }
  .About_03 .box .list {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .About_03 .box .desc {
    margin-top: 0.6rem;
    padding: 0;
  }
  .Product_01 .box .boxLeft,
  .fengye .number,
  .News_02 .box .content4 .golist {
    display: none;
  }
  .Product_01 .box .boxRight {
    padding: 0.8rem 5vw;
  }
  .Product_01 .box .boxRight .list .item .left {
    width: 50%;
  }
  .Product_02 .box .boxLeft {
    padding: 0;
  }
  .Verify_01 .box .list2 .item .img {
    margin-top: -0.3rem;
  }
  .Verify_01 .box .list2 .item,
  .Verify_01 .box .list1 {
    padding: 0.6rem 0.4rem;
  }
  .fengye .next {
    margin-left: 0.2rem;
  }
  .Home_News .box .item .boxLeft,
  .footer_Container .box .boxLeft,
  .Contact_01 .box .boxLeft {
    width: 100%;
  }
  .Home_News .box .item .boxRight,
  .footer_Container .box .boxRight,
  .Contact_01 .box .boxRight {
    width: 100%;
  }

      body {
        --interval2: 5vw;
    }
}
@media screen and (max-width: 699px) {
  .Home_Product .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_Product .box .item figcaption .content3 {
    margin-top: 0.16rem;
  }
  .footer_Container .box .boxleft .nav {
    display: none;
  }
  .footer_Container .box .boxleft .info .item {
    margin-bottom: 0.5rem;
    text-align: center;
    width: 100%;
  }
  .footer_Container .box .boxleft .info .item .content1 {
    width: 50px;
    height: 50px;
    margin: auto;
  }
  .footer_Container .box .boxRight {
    margin-top: 0;
  }
  .footer_Container .box1 div span,
  .footer_Container .box1 div a {
    font-size: 10px;
  }
  .footer_Container .box1 div {
    line-height: 1.2;
  }
  .InnerBanner .img img {
    min-height: 4.3rem;
  }
  .About_01 .box .content2 {
    line-height: 1.6;
    height: -webkit-calc(19.2em);
    height: calc(1.6em * 12);
    overflow: auto;
    width: 67vw;
  }
  .About_01 .img img {
    min-height: 8.1rem;
  }
  .About_02 .box1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .About_02 .box1 .item .content4 br {
    display: none;
  }
  .About_03 .box .pic img {
    width: 100%;
  }
  .About_03 .box .list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 10vw;
  }
  .About_04 .box {
    padding: 0;
  }
  .page_02 span {
    width: 6px;
    height: 6px;
    margin-right: 0.1rem !important;
  }
  .Product_01 .box .boxRight .list .item .left {
    width: 100%;
    margin-top: 0.6rem;
  }
  .Product_01 .box .boxRight .list .item .right {
    width: 100%;
  }
  .Product_01 .box .boxRight .list .item {
    padding: 0.6rem 0;
    border-bottom: 1px solid #eee;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .Product_01 .box .boxRight .list .item:nth-child(even) .right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .Product_02 .box .boxLeft,
  .Verify_01 .box .list1 .boxLeft,
  .Verify_02 .box .boxLeft {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Product_02 .box .boxRight,
  .Verify_01 .box .list1 .boxRight,
  .Verify_02 .box .boxRight {
    width: 100%;
    margin-top: 0.6rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Verify_01 .box .list1 .boxRight {
    text-align: center;
  }
  .Product_05 .box .list,
  .Verify_01 .box .list2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Product_05 .box .item .img img {
    min-height: 4.6rem;
  }
  .Verify_01 .box .list2 .item:nth-child(1) .img {
    padding-top: 1.3rem;
  }
  .Verify_02 .box .boxLeft {
    padding-right: 0;
    text-align: center;
  }
  .News_01 .box .item .boxLeft {
    width: 100%;
  }
  .News_01 .box .item .boxRight {
    padding: 0.4rem 0 0;
  }
  .News_02 .box .content4 .prev,
  .News_02 .box .content4 .next {
    max-width: 100%;
    width: 100%;
    padding: 5px 0;
  }
  .Contact_01 .box .boxLeft .content4 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  .Contact_01 .box .boxLeft .content4 ul li {
    margin-right: 0;
  }
  .Contact_01 .box .boxLeft .content4 ul li figure img {
    width: auto;
  }
  .footer_Container .box .boxRight ul li figcaption{
    font-size: 10px !important;
  }
  .footer_Container .box .boxRight ul li figure img {
    width: 1.5rem;
}
  .Contact_01 .box .boxLeft .content3 {
    margin-bottom: 0.2rem;
  }
  .Message_01 .list1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Message_01 .item .input input {
    height: 50px;
  }
  .Message_01 .list3 .reset p,
  .Message_01 .list3 .submit p {
    line-height: 36px;
  }
  .link_01 {
    min-width: 1.75rem;
    line-height: 0.66rem;
    border-radius: 0.5rem;
  }
  .Home_News .box .item .boxRight .content2,
  .About_03 .box .list .item .text,
  .Verify_02 .box .boxRight .content1,
  .News_01 .box .item .boxRight .content2,
  .Contact_01 .box .boxLeft .content1,
  .Contact_01 .box .boxLeft .content3 {
    font-size: 16px;
  }
  .About_01 .box .content1 {
    font-size: 15px;
  }
  .Home_News .box .item .boxRight .content3,
  .footer_Container .box .boxRight .title,
  .Contact_01 .box .boxLeft .content2 .li {
    font-size: 14px;
  }
  .footer_Container .box .boxRight ul li figcaption,
  .About_01 .box .content2,
  .About_04 .box .swiper .swiper-slide figcaption,
  .Contact_01 .box .boxLeft .content4 ul li figcaption,
  .Product_03 .box .table table {
    font-size: 12px;
  }
}
/*# sourceMappingURL=./style.css.map */