html,
body {
  scroll-behavior: smooth;
}
:root {
  --swiper-theme-color: #c9a876;
  --bold: 500;
}
body {
  --www: 20px;
  --interval: 1.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;
    --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%;
}
.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;
}
.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.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);
}
.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: -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;
}
.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.2rem;
}
.footer_Container .box .boxRight ul li:last-child {
  margin-right: 0;
}
.footer_Container .box .boxRight ul li figure img {
  width: 1.17rem;
}
.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(--f30);
  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;
}
.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;
}
@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;
  }
}
@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: 4.5rem;
  }
}
@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;
  }
  .Home_News .box .item .boxLeft,
  .footer_Container .box .boxLeft {
    width: 100%;
  }
  .Home_News .box .item .boxRight,
  .footer_Container .box .boxRight {
    width: 100%;
  }
}
@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;
  }
  .link_01 {
    min-width: 1.75rem;
    line-height: 0.66rem;
    border-radius: 0.5rem;
  }
  .Home_News .box .item .boxRight .content2 {
    font-size: 16px;
  }
  .Home_News .box .item .boxRight .content3,
  .footer_Container .box .boxRight .title {
    font-size: 14px;
  }
  .footer_Container .box .boxRight ul li figcaption {
    font-size: 12px;
  }
}
/*# sourceMappingURL=./style.css.map */