:root {
  --swiper-theme-color: #ea5405;
  --b600: 600;
}
.ios {
  --bold: bold;
}
body {
  --www: 2.6rem;
  --interval: var(--www);
  --nav_height: 1rem;
  --color: #ea5405;
  --f14: 0.15rem;
  --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: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --www: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 18px;
    --f22: 18px;
    --f24: 18px;
    --f26: 18px;
    --f28: 0.26rem;
    --f30: 0.28rem;
    --f32: 0.3rem;
    --f34: 0.34rem;
    --f36: 0.38rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.42rem;
    --f48: 0.44rem;
    --f50: 0.46rem;
    --f52: 0.48rem;
    --f54: 0.5rem;
    --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.34rem;
    --f24: 0.36rem;
    --f26: 0.38rem;
    --f28: 0.4rem;
    --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);
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  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: #f8f9fa;
}
.pt {
  padding-top: 0.9rem;
}
.pb {
  padding-bottom: 0.9rem;
}
.mt {
  margin-top: 0.56rem;
}
.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;
}
.Privacy_Policy .box_ .content3 a {
  display: inline-block;
}
.Privacy_Policy .box_ .content3 li {
  list-style: disc;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #ea5405;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f8f9fa;
}
.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: #ea5405;
  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: #ea5405;
}
.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;
}
.Search_1 {
  background: #f8f9fa;
  padding-top: 0.68rem;
  padding-bottom: 0.9rem;
}
.Search_1 .box .content1 {
  font-size: var(--f36);
  text-align: center;
  color: #111;
}
.Search_1 .box .content1 span {
  color: #ea5405;
}
.Search_1 .box .content2 {
  margin: 0.45rem 0;
}
.Search_1 .box .content2 form {
  margin: auto;
  padding-bottom: 0.12rem;
}
@media screen and (max-width: 1200x) {
  .Search_1 .box .content2 form {
    width: 100%;
  }
}
.Search_1 .box .content2 form .input {
  width: 8rem;
}
.Search_1 .box .content2 form .input input {
  height: 0.7rem;
  width: 100%;
  padding: 0 0.36rem;
  font-size: var(--f18);
  border: 0;
  border-radius: 0.7rem 0 0 0.7rem;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .input input {
    height: 0.76rem;
  }
}
.Search_1 .box .content2 form .btn p {
  font-size: var(--f16);
  color: #fff;
  background: #ea5405;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 1.8rem;
  line-height: 0.7rem;
  border-radius: 0.7rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  border: 0;
}
@media screen and (max-width: 1200px) {
  .Search_1 .box .content2 form .btn p {
    line-height: 0.76rem;
  }
}
.Search_1 .box .content3 {
  font-size: var(--f16);
  color: #999;
  text-align: center;
}
.Search_1 .box .content3 span {
  color: #ea5405;
  padding: 0 4px;
  display: inline-block;
}
.Search_2 .h5 {
  font-size: var(--f24);
  margin: 0.9rem 0 0.35rem;
}
.Search_2 .box {
  display: grid;
  gap: 0.1rem;
  padding-bottom: 0.9rem;
}
.Search_2 .box .item a {
  background: #f8f9fa;
  padding: 0.3rem 2.5rem 0.3rem 0.4rem;
  border-radius: 10px;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a {
    padding: 0.3rem;
  }
}
.Search_2 .box .item a .content1 {
  font-size: var(--f16);
  color: #ea5405;
}
.Search_2 .box .item a .content2 {
  font-size: var(--f20);
  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;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_2 .box .item a .content3 {
  font-size: var(--f16);
  color: #ea5405;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Search_2 .box .item a .content3 i {
  font-size: var(--f14);
  font-weight: bold;
  margin-left: 0.06rem;
}
.Search_2 .box .item a .content3 svg {
  margin-left: 0.1rem;
}
@media screen and (max-width: 699px) {
  .Search_2 .box .item a .content3 {
    display: none;
  }
}
.Search_2 .box .item a:hover .content2 {
  color: #ea5405;
}
.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: #ea5405;
}
.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: #ea5405;
}
.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: #ea5405;
}
.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: #ea5405;
}
.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: #ea5405;
}
.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: #ea5405;
}
.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: #ea5405;
}
.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 #ea5405;
}
.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: #ea5405;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.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;
}
.Header_Container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  padding: 0 0.7rem 0 0.6rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container::before {
  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(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.Header_Container .box .logo {
  height: var(--nav_height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.5rem;
}
.Header_Container .box .logo img {
  height: 44px;
}
.Header_Container .box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Header_Container .box nav .item {
  padding: 0 0.25rem;
  position: relative;
}
.Header_Container .box nav .item > p a {
  line-height: var(--nav_height);
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box nav .item:hover > p a {
  color: #ea5405;
}
.Header_Container .box nav .item:hover .selectNav {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  pointer-events: auto;
  opacity: 1;
  top: 100%;
}
.Header_Container .box nav .item.active > p a {
  color: #ea5405;
}
.Header_Container .box .button {
  width: 3.5rem;
}
.Header_Container .box .seacrh {
  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 .seacrh form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.35rem;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .seacrh .icon {
  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 .seacrh input {
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  background: transparent;
  padding-left: 0.18rem;
  height: 45px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .seacrh input::-webkit-input-placeholder {
  color: #eaeaea;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .seacrh input::-moz-placeholder {
  color: #eaeaea;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .seacrh input:-ms-input-placeholder {
  color: #eaeaea;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .seacrh input::-ms-input-placeholder {
  color: #eaeaea;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .seacrh input::placeholder {
  color: #eaeaea;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Header_Container .box .language {
  margin-left: 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;
}
.Header_Container .box .language a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .language a i {
  font-size: 12px;
}
.Header_Container .box .language a:hover {
  color: #ea5405;
}
.Header_Container.active,
.Header_Container.act {
  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.active .box .seacrh form,
.Header_Container.act .box .seacrh form {
  border-color: #dbdbdb;
}
.Header_Container.active .box .seacrh form .icon path,
.Header_Container.act .box .seacrh form .icon path {
  fill: #dbdbdb;
}
.Header_Container.active .box .seacrh form input::-webkit-input-placeholder,
.Header_Container.act .box .seacrh form input::-webkit-input-placeholder {
  color: #999;
}
.Header_Container.active .box .seacrh form input::-moz-placeholder,
.Header_Container.act .box .seacrh form input::-moz-placeholder {
  color: #999;
}
.Header_Container.active .box .seacrh form input:-ms-input-placeholder,
.Header_Container.act .box .seacrh form input:-ms-input-placeholder {
  color: #999;
}
.Header_Container.active .box .seacrh form input::-ms-input-placeholder,
.Header_Container.act .box .seacrh form input::-ms-input-placeholder {
  color: #999;
}
.Header_Container.active .box .seacrh form input::placeholder,
.Header_Container.act .box .seacrh form input::placeholder {
  color: #999;
}
.Header_Container.active .box .language a,
.Header_Container.act .box .language a {
  color: #999;
}
.Header_Container.act {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.selectNav {
  position: absolute;
  width: 1.8rem;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
}
.lang_en  .selectNav{
  width: 2.5rem;
}
.selectNav ul {
  background: #fff;
  padding: 0.16rem 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.selectNav ul li a {
  font-size: 14px;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  padding: 10px;
}
.selectNav ul li a:hover {
  color: #ea5405;
}
.selectNav ul .active a {
  color: #ea5405;
}
.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;
  padding-top: 2.4rem;
}
.Home_Banner .banner .swiper-slide .orientation .content1 img {
  height: 0.92rem;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f36);
  font-weight: bold;
  margin: 0.32rem 0 0.38rem;
   max-width: 40%;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  font-size: var(--f24);
  color: #666;
  margin-bottom: 0.6rem;
  max-width: 40%;
}
.Home_Banner .page {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.7rem;
  z-index: 2;
}
.Home_Banner .page div {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner_button .prev {
  left: 0.6rem;
}
.Home_Banner .banner_button .next {
  right: 0.6rem;
}
@-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);
  }
}
.InnerBanner {
  position: relative;
  overflow: hidden;
}
.InnerBanner .img img {
  width: 100%;
}
.InnerBanner .orientation {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.4rem;
  color: #fff;
  text-align: center;
}
.InnerBanner .orientation .content1 {
  font-size: var(--f60);
  font-weight: bold;
  line-height: 1;
}
.InnerBanner .orientation .content2 {
  font-size: var(--f24);
  margin-top: 0.3rem;
}
.InnerBanner .posi {
  position: absolute;
  width: 100%;
  padding: 0 var(--interval);
  bottom: 1.7rem;
  font-size: var(--f14);
  color: #fff;
}
.InnerBanner .posi > div {
  padding-top: 0.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.InnerBanner .posi svg {
  margin-right: 5px;
}
.InnerBanner .play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.InnerBanner .play img {
  height: 1.3rem;
}
.p50 {
  padding-top: 0.5rem;
}
.Case_01 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.Case_01 .box .item {
  background: #fff;
}
.Case_01 .box .item figure {
  overflow: hidden;
}
.Case_01 .box .item figure img {
  width: 100%;
  aspect-ratio: 680/510;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Case_01 .box .item figcaption {
  padding: 0.32rem;
  text-align: center;
}
.Case_01 .box .item figcaption .content1 {
  font-size: var(--f20);
  color: #333;
  font-weight: bold;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Case_01 .box .item figcaption .content2 {
  font-size: var(--f14);
  color: #665;
  margin-top: 0.12rem;
}
.Case_01 .box .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Case_01 .box .item:hover figcaption .content1 {
  color: #ea5405;
}
.fengye {
  margin-top: 0.8rem;
  gap: 0.1rem;
}
.fengye .prev a,
.fengye .next a {
  font-size: var(--f16);
  color: #ea5405;
  background: #fff;
  width: 1.3rem;
  line-height: 0.58rem;
  text-align: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #f6f6f6;
}
.fengye .prev a:hover,
.fengye .next a:hover {
  background: #ea5405;
  color: #fff;
}
.fengye .number {
  gap: 0.1rem;
}
.fengye .number a,
.fengye .number span {
  font-size: var(--f16);
  color: #999;
  width: 0.58rem;
  line-height: 0.58rem;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #f6f6f6;
}
.fengye .number a:hover {
  background: #ea5405;
  color: #fff;
}
.fengye .number .active {
  background: #ea5405;
  color: #fff;
}
.InnerNav {
  height: 0;
}
.InnerNav .box {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
  z-index: 2;
}
.InnerNav .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-backdrop-filter: blru(4px);
  backdrop-filter: blru(4px);
  background: rgba(255, 255, 255, 0.9);
}
.InnerNav .box ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.InnerNav .box ul li:last-child {
  border-right: none;
}
.InnerNav .box ul li a {
  padding: 0.4rem 0;
  text-align: center;
}
.InnerNav .box ul li a .top {
  font-size: var(--f20);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.InnerNav .box ul li a .bot {
  margin-top: 0.12rem;
}
.InnerNav .box ul li a .bot svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.InnerNav .box ul li a:hover .top {
  color: #ea5405;
}
.InnerNav .box ul .active a .top {
  color: #ea5405;
}
.InnerNav .box ul .active a .bot svg path {
  fill: #ea5405;
}
.f36 {
  font-size: var(--f36);
  font-weight: bold;
}
.news_item {
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news_item .boxLeft {
  width: 4.4rem;
  overflow: hidden;
}
.news_item .boxLeft img {
  width: 100%;
  aspect-ratio: 440/300;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.news_item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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-left: 0.7rem;
}
.news_item .boxRight > div {
  width: 100%;
}
.news_item .boxRight .title {
  font-size: var(--f24);
  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;
}
.news_item .boxRight .desc {
  font-size: var(--f16);
  color: #666;
  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: 0.28rem 0 0.35rem;
}
.news_item .boxRight .time {
  font-size: var(--f14);
  color: #999;
}
.news_item:hover .boxLeft img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news_item:hover .title {
  color: #ea5405;
}
.pro_item {
  background: #f8f9fa;
  margin-bottom: 10px;
  padding: 0.55rem 0;
  gap: 1.4rem;
  --p: 1.1rem;
}
.pro_item .boxLeft {
  width: 50%;
  padding-left: var(--p);
}
.pro_item .boxLeft .main {
  position: relative;
}
.pro_item .boxLeft .swiper-slide {
  height: 3.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pro_item .boxLeft .swiper-slide img {
  margin: auto;
  max-height: 100%;
  max-width: 3.4rem;
}
.pro_item .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.6rem;
}
.pro_item .boxRight .content1 {
  font-size: var(--f14);
  color: #ea5405;
  margin-bottom: 0.2rem;
}
.pro_item .boxRight .content2 {
  font-size: var(--f24);
  font-weight: bold;
  color: #333;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.pro_item .boxRight .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
  margin: 0.32rem 0 0.38rem;
}
.pro_item .boxRight .content3 li{
position: relative;
    margin-bottom: 2px;
    padding-left: 30px;
}

.pro_item .boxRight .content3 li img{
    position: absolute;
    left: 0;
    top: 6px;
}

@media screen and (min-width: 1200px) {
  .pro_item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .pro_item:nth-child(2n) .boxLeft {
    padding-left: 0;
    padding-right: var(--p);
  }
}
.link_01 .a {
  min-width: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: max(40px, 0.48rem);
  background: #ea5405;
  border-radius: 0 48px 48px 0;
  color: #fff;
  text-align: center;
  font-size: var(--f14);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 0 20px;
}
.link_01 .a span {
  display: inline-block;
  margin-left: 0.1rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.link_01 .a svg {
  margin-left: 0.3rem;
}
.link_01 .a .k {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.link_01 .a:hover {
  background: #d14b04;
}
.link_01 .a:hover span {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.link_02 .a {
  min-width: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: max(40px, 0.48rem);
  background: #ea5405;
  border-radius: 0 48px 48px 0;
  color: #fff;
  text-align: center;
  font-size: var(--f14);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 0 0.25rem 0 0.3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.link_02 .a .k {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f1915f;
  margin-left: 6px;
}
.link_02 .a .k::before,
.link_02 .a .k::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f1915f;
  z-index: 1;
  -webkit-animation: pulse 2s infinite ease-out;
  animation: pulse 2s infinite ease-out;
}
.link_02 .a .k::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.link_02 .a:hover {
  background: #d14b04;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
.page_banner div {
  margin-top: 0.45rem;
  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_banner div span {
  background: #dfe0e1;
  opacity: 1;
  margin: 0 0.12rem !important;
}
.page_banner div .swiper-pagination-bullet-active {
  background: #ea5405;
}
.banner_button div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.banner_button div svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.1;
}
.banner_button div:hover svg path {
  fill: #ea5405;
  opacity: 1;
}
.banner_button .prev {
  left: 0;
}
.banner_button .next {
  right: 0;
}
.mbx .box {
  padding: 0.32rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mbx .box a,
.mbx .box span,
.mbx .box i {
  display: inline;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-size: var(--f14);
  color: #999;
}
.mbx .box a:hover {
  color: #ea5405;
}
.mbx .box span {
  color: #000;
}
.Product_02 {
  padding-top: 0.85rem;
}
.Product_02 .box .boxLeft {
  width: 50%;
  padding: 0.35rem 1rem 0;
}
.Product_02 .box .boxLeft .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.8rem;
}
.Product_02 .box .boxLeft .swiper-slide img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  display: none;
}
.Product_02 .box .boxLeft .swiper-slide .active {
  display: block;
}
.Product_02 .box .boxLeft .toggle {
  margin-top: 0.5rem;
}
.Product_02 .box .boxLeft .toggle ul li {
  margin: 0 6px;
  font-size: var(--f14);
  color: #fff;
  cursor: pointer;
  width: 90px;
  line-height: 35px;
  border-radius: 35px;
  background: #999999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
}
.Product_02 .box .boxLeft .toggle ul li:hover {
  background: #ea5405;
}
.Product_02 .box .boxLeft .toggle ul .active {
  background: #ea5405;
}
.Product_02 .box .boxRight {
  width: 50%;
}
.Product_02 .box .boxRight .content1 {
  font-size: var(--f20);
  color: #ea5405;
}
.Product_02 .box .boxRight .content2 {
  font-size: var(--f30);
  font-weight: bold;
  line-height: 1.2;
  margin: 0.18rem 0 0.36rem;
}
.Product_02 .box .boxRight .content3 {
  background: #f8f9fa;
  padding: 0.28rem 0.32rem;
  margin-bottom: 1rem;
}
.Product_02 .box .boxRight .content3 ul li {
  position: relative;
  font-size: var(--f14);
  color: #666;
  margin-bottom: 0.14rem;
  padding-left: 30px;
}
.Product_02 .box .boxRight .content3 ul li img {
  position: absolute;
  left: 0;
  top: 3px;
}
.Product_03 {
  background: #f8f9fa;
  padding-top: 0.6rem;
}
.Product_03 .box table {
  width: 100%;
}
.Product_03 .box table tr th {
  font-size: var(--f24);
  font-weight: bold;
  color: #ea5405;
  padding-bottom: 0.25rem;
  text-align: left;
}
.Product_03 .box table tr td {
  font-size: var(--f14);
  color: #666;
  padding: 0.25rem 0;
  text-align: left;
}
.Product_03 .box table tr td:first-child {
  font-size: var(--f16);
  font-weight: bold;
  padding-left: 0.4rem;
}
.Product_03 .box table tr:nth-child(2n) {
  background: #fff;
}
.Contact_01 .box {
  display: grid;
  gap: 0.2rem;
}
.Contact_01 .box .item {
  background: #f8f9fa;
}
.Contact_01 .box .item .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.5rem;
}
.Contact_01 .box .item .boxLeft .title {
  font-size: var(--f24);
  font-weight: bold;
  height: 1.1rem;
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.Contact_01 .box .item .boxLeft .desc {
  padding: 0.3rem 0;
}
.Contact_01 .box .item .boxLeft .desc ul {
  display: grid;
  gap: 0.18rem;
}
.Contact_01 .box .item .boxLeft .desc ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--f16);
}
.Contact_01 .box .item .boxLeft .desc ul li div {
  color: #ea5405;
}
.Contact_01 .box .item .boxLeft .desc ul li p {
  color: #666;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Contact_01 .box .item .boxRight a {
  width: 4.8rem;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.Contact_01 .box .item .boxRight a > img {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  height: 100%;
}
.Contact_02 {
  position: relative;
}
.Contact_02 .img img {
  width: 100%;
}
.Contact_02 .orientation {
  position: absolute;
  left: var(--interval);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  width: 7rem;
  padding: 0.45rem 0.5rem 0.65rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.Contact_02 .orientation .title {
  line-height: 1;
  font-size: var(--f30);
  font-weight: bold;
  padding-bottom: 0.3rem;
}
.Contact_02 .orientation .item {
  position: relative;
  background: #f8f9fa;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Contact_02 .orientation .item input,
.Contact_02 .orientation .item textarea {
  height: 50px;
  width: 100%;
  background: none;
  padding: 0 0.2rem;
  position: relative;
  z-index: 2;
  border: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
}
.Contact_02 .orientation .item input:not(:placeholder-shown) + p,
.Contact_02 .orientation .item textarea:not(:placeholder-shown) + p {
  opacity: 0;
}
.Contact_02 .orientation .item textarea {
  height: 1.5rem;
  padding: 0.2rem 0.2rem;
  resize: none;
}
.Contact_02 .orientation .item:hover {
  border-color: #ea5405;
}
.Contact_02 .orientation .item p {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #999;
}
.Contact_02 .orientation .item p em {
  color: red;
}
.Contact_02 .orientation .list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_02 .orientation .list2 {
  margin: 0.2rem 0;
}
.Contact_02 .orientation .list3 .item p {
  top: 0.2rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.Contact_02 .orientation .list4 {
  color: #666;
  font-size: var(--f16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.16rem;
}
.Contact_02 .orientation .list4 p {
  margin-left: 0.06rem;
}
.Contact_02 .orientation .list4 p a {
  display: inline-block;
}
.Contact_02 .orientation .list4 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #ea5405 !important;
  background: var(--gradient);
}
.Contact_02 .orientation .list4 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #ea5405;
}
.Contact_02 .orientation .list4 .layui-form-checked[lay-skin=primary] i {
  background: #ea5405;
}
.Contact_02 .orientation .list4 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Contact_02 .orientation .list4 a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
.Contact_02 .orientation .list4 a:hover {
  color: #ea5405;
}
.Contact_02 .orientation .lsit5 {
  margin-top: 0.2rem;
}
.Contact_03 {
  position: relative;
  z-index: 2;
}
.Contact_03 .desc {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
  margin-top: 0.4rem;
}
.Contact_03 .box {
  display: grid;
  gap: 10px;
}
.Contact_03 .box .item {
  background: #fff;
}
.Contact_03 .box .item .top {
  cursor: pointer;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_03 .box .item .top .content1 {
  font-size: var(--f18);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  height: 0.75rem;
  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;
  width: 3.5rem;
  padding-left: 0.3rem;
}
.Contact_03 .box .item .top .content1 svg {
  margin-right: 0.18rem;
}
.Contact_03 .box .item .top .content1 svg path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_03 .box .item .top .content2 {
  font-size: var(--f18);
  color: #999;
  width: 2.1rem;
  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;
}
.Contact_03 .box .item .top .content3 {
  margin-right: auto;
}
.Contact_03 .box .item .top .content4 {
  font-size: var(--f16);
  color: #ea5405;
  padding-right: 0.4rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  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;
}
.Contact_03 .box .item .top .content4 div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Contact_03 .box .item .top .content4 .close {
  display: none;
}
.Contact_03 .box .item .top .content4 p {
  margin-left: 0.2rem;
}
.Contact_03 .box .item .top .content4 p path {
  opacity: 0.2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_03 .box .item .top:hover {
  background: #ea5405;
}
.Contact_03 .box .item .top:hover .content1,
.Contact_03 .box .item .top:hover .content2 {
  color: #fff;
}
.Contact_03 .box .item .top:hover .content1 svg path,
.Contact_03 .box .item .top:hover .content2 svg path {
  fill: #fff;
}
.Contact_03 .box .item .top:hover .content4 {
  color: #fff;
}
.Contact_03 .box .item .top:hover .content4 p path {
  opacity: 0.5;
  fill: #fff;
}
.Contact_03 .box .item .bot {
  display: none;
}
.Contact_03 .box .item .bot .content1 {
  padding: 0.3rem 0.3rem 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  background: #fff;
}
.Contact_03 .box .item .bot .content1 .tit {
  font-size: var(--f16);
}
.Contact_03 .box .item .bot .content1 .content {
  font-size: var(--f14);
  line-height: 1.8;
  color: #666;
  margin-top: 0.25rem;
}
.Contact_03 .box .item .bot .content2 {
  background: #e2e2e2;
  padding: 0.3rem;
  font-size: var(--f14);
  line-height: 1.8;
}
.Contact_03 .box .item .bot .content2 a {
  display: inline;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: #000;
}
.Contact_03 .box .item .bot .content2 a:hover {
  color: #ea5405;
}
.Contact_03 .box .item.active {
  background: #ea5405;
}
.Contact_03 .box .item.active .top .content1,
.Contact_03 .box .item.active .top .content2 {
  color: #fff;
}
.Contact_03 .box .item.active .top .content1 svg path,
.Contact_03 .box .item.active .top .content2 svg path {
  fill: #fff;
}
.Contact_03 .box .item.active .top .content4 {
  color: #fff;
}
.Contact_03 .box .item.active .top .content4 .open {
  display: none;
}
.Contact_03 .box .item.active .top .content4 .close {
  display: inline-block;
}
.Contact_03 .box .item.active .top .content4 p path {
  opacity: 0.5;
  fill: #fff;
}
.Contact_04 {
  margin-top: -2.8rem;
  position: relative;
}
.Contact_04 .img {
  width: 100%;
}
.Contact_04 .orientation {
  position: absolute;
  left: 0;
  width: 100%;
  top: 3.5rem;
}
.Contact_04 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.Contact_04 .box .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Contact_04 .box .item .left p {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #f8f9fa;
}
.Contact_04 .box .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.45rem;
}
.Contact_04 .box .item .right .content1 {
  font-size: var(--f24);
  font-weight: bold;
  margin-bottom: 0.28rem;
}
.Contact_04 .box .item .right .content2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem;
}
.Contact_04 .box .item .right .content3 {
  margin-bottom: 0.18rem;
}
.Contact_04 .box .item .right .content3:last-child {
  margin-bottom: 0;
}
.Contact_04 .box .item .right .content3 .top {
  font-size: var(--f14);
  color: #ea5405;
}
.Contact_04 .box .item .right .content3 .bot {
  font-size: var(--f16);
  color: #333;
  margin-top: 0.16rem;
}
.Contact_04 .box .item .right .content3 .bot a {
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  font-weight: bold;
}
.Contact_04 .box .item .right .content3 .bot a:hover {
  color: #ea5405;
}
@media screen and (min-width: 1200px) {
  .Contact_04 .box .item:hover {
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
}
.InnerNav02 {
  margin-top: 0.4rem;
}
.InnerNav02 ul {
  gap: 10px;
}
.InnerNav02 ul li a {
  min-width: 130px;
  padding: 0 .2rem;
  text-align: center;
  line-height: 48px;
  font-size: var(--f18);
  color: #fff;
  background: #999999;
  border-radius: 48px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.InnerNav02 ul li a:hover {
  background: #ea5405;
}
.InnerNav02 ul li.active a {
  background: #ea5405;
}
.About_01 .box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.24rem;
}
.About_01 .box .item {
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  background-image: -ms-linear-gradient(128deg, #f6f6f6 0%, #ffffff 100%);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 8px 10px 12px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_01 .box .item figure {
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_01 .box .item figure img {
  margin: auto;
  max-height: 90%;
}
.About_01 .box .item figcaption {
  font-size: var(--f14);
  color: #999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
}
.About_01 .box .item:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.About_01 .box .item:hover figcaption {
  color: #ea5405;
}
.About_02 .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.36rem 0.24rem;
}
.About_02 .box .item figure {
  height: 250px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.35rem 0;
  background: #fff;
}
.About_02 .box .item figure::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .item figure img {
  margin: auto;
  cursor: pointer;
  max-height: 100%;
}
.About_02 .box .item figure p {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_02 .box .item figure p path {
  fill: #ea5405;
}
.About_02 .box .item figcaption {
  text-align: center;
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 0 10px;
  margin-top: 0.25rem;
}
.About_02 .box .item:hover figcaption {
  color: #ea5405;
}
.About_02 .box .item:hover figure::after {
  opacity: 1;
}
.About_02 .box .item:hover figure p {
  opacity: 1;
}
.viewer-footer {
  display: none;
}
.About_03 {
  position: relative;
}
.About_03 .img img {
  width: 100%;
}
.About_03 .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.About_03 .desc {
  margin-top: 0.4rem;
  font-size: var(--f16);
  color: #666;
  text-align: center;
  line-height: 2;
  padding: 0 1.3rem;

  max-height: 14em;

  overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 0.1rem;
}




.About_03 .desc::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}

.About_03 .desc::-webkit-scrollbar-thumb {
		border-radius: 2px;
		background: var(--color);
	}

.About_03 .desc::-webkit-scrollbar-track {
		border-radius: 2px;
		background: rgba(0, 0, 0, 0.1);
	}


.About_03 .box {
  margin-top: 0.7rem;
  padding: 0 1.6rem;
}
.About_03 .box .item {
  text-align: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_03 .box .item figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0.94rem;
}
.About_03 .box .item figure img {
  margin: auto;
  max-height: 100%;
}
.About_03 .box .item figcaption {
  font-size: var(--f20);
  color: #333;
  margin-top: 0.25rem;
}
.About_03 .box .item:hover {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.About_04 .box .swiper .swiper-slide {
  opacity: 0.3;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
}
.About_04 .box .swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 890/600;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.About_04 .box .swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_04 .box .swiper .swiper-slide-active {
  opacity: 1;
}
.About_04 .box .banner_button .prev {
  left: 22.7%;
}
.About_04 .box .banner_button .next {
  right: 22.7%;
}
.About_05 {
  background: #f8f9fa;
}
.About_05 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  padding: 0 0.6rem;
}
.About_05 .box .item {
  position: relative;
}
.About_05 .box .item figure {
  position: relative;
  height: 100%;
}
.About_05 .box .item figure img {
  height: 100%;
  border-radius: 0 50% 50% 0;
}
.About_05 .box .item:nth-child(2) figure img {
  position: absolute;
  top: 0;
  right: -0.2rem;
  max-width: initial;
  aspect-ratio: initial;
}
.About_05 .box .item figcaption {
  position: absolute;
  top: 100%;
  padding-top: 0.6rem;
  left: 0;
  width: 100%;
  font-size: var(--f30);
  font-weight: bold;
  text-align: center;
}
.About_05 .box .item figcaption span {
  color: #ea5405;
}
.About_06 {
  position: relative;
  padding-top: 0.65rem;
}
.About_06 .img img {
  width: 100%;
}
.About_06 .desc {
  margin-top: 0.4rem;
  font-size: var(--f16);
  line-height: 1.8;
  color: #666;
  text-align: center;
}
.About_06 .box {
  margin-top: 0.45rem;
}
.About_06 .box div {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.22rem;
  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;
}
.About_06 .box div p {
  font-size: var(--f20);
  color: #888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
.About_06 .box div p a {
  color: #ea5405;
}
.About_06 .box div svg {
  margin-right: 0.16rem;
}
.title_01 .h6 {
  font-size: var(--f24);
  color: #666;
  margin-bottom: 0.18rem;
}
.Home_About {
  background: #f8f9fa;
}
.Home_About .box .boxLeft {
  width: 7rem;
}
.Home_About .box .boxRight {
  padding-left: 0.95rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Home_About .box .boxRight .content2 {
  font-size: var(--f16);
  color: #666;
  height: 5.4em;
  max-height: 5.4em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.36rem;
  margin-bottom: 0.74rem;
}
.Home_About .box .boxRight .content3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 1rem;
}
.Home_About .box .boxRight .content3 .item {
  text-align: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_About .box .boxRight .content3 .item figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0.84rem;
}
.Home_About .box .boxRight .content3 .item figure img {
  margin: auto;
  max-height: 100%;
}
.Home_About .box .boxRight .content3 .item figcaption {
  font-size: var(--f20);
  color: #333;
  margin-top: 0.25rem;
}
.Home_About .box .boxRight .content3 .item:hover {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.Home_About .box .boxRight .content3 .item:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_About .box .boxRight .content3 .item:last-child .moreLink {
  margin: auto;
}
.moreLink a {
  font-size: var(--f14);
  color: #ea5405;
  text-wrap: nowrap;
}
.moreLink a span {
  margin-left: 5px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.moreLink a:hover span {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.titPosi {
  position: relative;
}
.titPosi .moreLink {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Home_Case {
  background: #f8f9fa;
}
.Home_Case .box {
  padding-left: var(--interval);
}
.Home_Case .box .swiper {
  padding-right: var(--interval);
}
.Home_Case .box .swiper .swiper-slide {
  overflow: hidden;
  opacity: 0.2;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Case .box .swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 680/510;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_Case .box .swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Case .box .swiper .swiper-slide-active,
.Home_Case .box .swiper .swiper-slide-next {
  opacity: 1;
}
.Home_Case .peiz {
  margin-top: 0.55rem;
  position: relative;
}
.Home_Case .peiz .page_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1.8rem;
}
.Home_Case .peiz .page_banner div {
  margin-top: 0;
}
.Home_Case .peiz .banner_button div {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: initial;
}
.Home_News .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.Home_News .box .item {
  border-bottom: 2px solid #eaeaea;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_News .box .item .content1 {
  overflow: hidden;
}
.Home_News .box .item .content1 img {
  width: 100%;
  aspect-ratio: 44/30;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .item figcaption {
  padding: 0.3rem 0.24rem;
}
.Home_News .box .item .content2 {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  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;
}
.Home_News .box .item .content3 {
  margin-top: 0.32rem;
}
.Home_News .box .item .content3 .time {
  font-size: var(--f14);
  color: #999;
  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_News .box .item .content3 p {
  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_News .box .item .content3 p path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Home_News .box .item:hover {
  border-color: #ea5405;
}
.Home_News .box .item:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_News .box .item:hover .content2 {
  color: #ea5405;
}
.Home_News .box .item:hover p path {
  fill: #ea5405;
}
.News_Detail {
  padding-top: 0.6rem;
}
.News_Detail .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_Detail .box .boxLeft .content1 {
  font-size: var(--f40);
  margin-bottom: 0.3rem;
}
.News_Detail .box .boxLeft .content2 {
  font-size: var(--f18);
  color: #ea5405;
}
.News_Detail .box .boxLeft .content2 svg {
  margin-right: 6px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_Detail .box .boxLeft .heng {
  background: #C6C6C6;
  height: 1px;
  margin: 0.6rem 0 0.5rem;
}
.News_Detail .box .boxLeft .content3 {
  font-size: var(--f16);
  color: #666;
  line-height: 2;
}
.News_Detail .box .boxLeft .content3 h6,
.News_Detail .box .boxLeft .content3 h5 {
  font-size: var(--f24);
  color: #ea5405;
}
.News_Detail .box .boxLeft .content4 {
  margin-top: -10px;
}
.News_Detail .box .boxLeft .content4 .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.News_Detail .box .boxLeft .content4 .left a {
  font-size: var(--f18);
  color: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  height: 2em;
  max-height: 2em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.News_Detail .box .boxLeft .content4 .left a:hover {
  color: #ea5405;
}
.News_Detail .box .boxLeft .content4 .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.News_Detail .box .boxRight {
  width: 5.4rem;
  padding-left: 1.4rem;
}
.News_Detail .box .boxRight .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: var(--nav_height);
}
.News_Detail .box .boxRight .sticky .h5 {
  font-size: var(--f36);
}
.News_Detail .box .boxRight .sticky .list {
  margin-top: 0.4rem;
  display: grid;
  gap: 0.4rem;
}
.News_Detail .box .boxRight .sticky .list .item {
  border-bottom: 2px solid #eaeaea;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_Detail .box .boxRight .sticky .list .item .content1 {
  overflow: hidden;
}
.News_Detail .box .boxRight .sticky .list .item .content1 img {
  width: 100%;
  aspect-ratio: 44/30;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_Detail .box .boxRight .sticky .list .item figcaption {
  padding: 0.3rem 0rem;
}
.News_Detail .box .boxRight .sticky .list .item .content2 {
  font-size: var(--f18);
  color: #333;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  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;
}
.News_Detail .box .boxRight .sticky .list .item .content3 {
  margin-top: 0.32rem;
}
.News_Detail .box .boxRight .sticky .list .item .content3 .time {
  font-size: var(--f14);
  color: #999;
  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_Detail .box .boxRight .sticky .list .item .content3 p {
  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_Detail .box .boxRight .sticky .list .item .content3 p path {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.News_Detail .box .boxRight .sticky .list .item:hover {
  border-color: #ea5405;
}
.News_Detail .box .boxRight .sticky .list .item:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_Detail .box .boxRight .sticky .list .item:hover .content2 {
  color: #ea5405;
}
.News_Detail .box .boxRight .sticky .list .item:hover p path {
  fill: #ea5405;
}
.Footer_Container {
  background: #333333;
  padding-top: 0.75rem;
}
.Footer_Container .box {
  padding-bottom: 1rem;
}
.Footer_Container .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Footer_Container .box .boxLeft .content1 {
  height: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.Footer_Container .box .boxLeft .content1 img {
  height: 40px;
}
.Footer_Container .box .boxLeft .content2 {
  font-size: var(--f24);
  color: #ea5405;
  padding-top: 0.65rem;
}
.Footer_Container .box .boxLeft .content3 {
  margin-top: 0.42rem;
}
.Footer_Container .box .boxLeft .content3 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #666;
  font-size: var(--f14);
  margin-bottom: 0.06rem;
}
.Footer_Container .box .boxLeft .content3 li .div1 svg {
  margin-right: 8px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.Footer_Container .box .boxLeft .content3 li .div2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Footer_Container .box .boxLeft .content3 li .div2 p,
.Footer_Container .box .boxLeft .content3 li .div2 a {
  color: #999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.08rem;
}
.Footer_Container .box .boxLeft .content3 li .div2 div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box .boxLeft .content3 li .div2 div p {
  text-decoration: underline;
}
.Footer_Container .box .boxLeft .content3 .m {
  margin-top: 0.4rem;
}
.Footer_Container .box .boxRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Footer_Container .box .boxRight .item {
  width: 1.9rem;
}
.Footer_Container .box .boxRight .item .h5 {
  font-size: var(--f18);
  color: #fff;
  font-weight: bold;
  height: 1.2rem;
  padding-top: 0.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.Footer_Container .box .boxRight .item ul {
  padding-top: 0.65rem;
}
.Footer_Container .box .boxRight .item ul li {
  margin-bottom: 0.3rem;
}
.Footer_Container .box .boxRight .item ul li a {
  font-size: var(--f14);
  color: #aeaeae;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box .boxRight .item ul li a:hover {
  color: #ea5405;
}
.Footer_Container .box1 {
  background: #2b2b2b;
  padding: 0.35rem 0;
}
.Footer_Container .box1 .boxLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Footer_Container .box1 .boxLeft > div {
  width: 100%;
}
.Footer_Container .box1 .boxLeft div {
  font-size: var(--f14);
  color: #666;
}
.Footer_Container .box1 .boxLeft div a {
  color: #666;
  display: inline-block;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Footer_Container .box1 .boxLeft div a:hover {
  color: #ea5405;
}
.Footer_Container .box1 .boxLeft div span {
  margin: 0 0.06rem;
  display: inline-block;
  font-size: 12px;
}
.Footer_Container .box1 .boxLeft div .nq {
  margin-left: 0.3rem;
}
.Footer_Container .box1 .boxLeft .top {
  margin-bottom: 0.24rem;
}
.Footer_Container .box1 .boxLeft .top .link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.1rem;
}
.Footer_Container .box1 .boxRgiht {
  text-align: center;
}
.Footer_Container .box1 .boxRgiht figure img {
  width: 0.88rem;
}
.Footer_Container .box1 .boxRgiht figcaption {
  font-size: var(--f14);
  color: #666;
  margin-top: 0.12rem;
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .pro_item {
    gap: 0;
    --p: 0.4rem;
  }
  .pro_item .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0.4rem;
  }
  .Footer_Container .box .boxRight {
    display: none;
  }
  .Footer_Container .box .boxLeft .content1 {
    height: 1rem;
  }
  .Footer_Container .box .boxLeft .content2 {
    padding-top: 0.35rem;
  }
  .InnerBanner .play img {
    height: 1rem;
  }
  .InnerBanner .img img {
    min-height: 7rem;
  }
  .InnerNav .box ul li a {
    padding: 0.2rem 0;
  }
  .About_03 .desc {
    padding: 0;
  }
  .About_03 .orientation {
    position: initial;
  }
  .About_03 .img {
    margin-top: -2rem;
    position: relative;
    z-index: -2;
  }
  .About_04 .box .banner_button .prev {
    left: 21.5%;
  }
  .About_04 .box .banner_button .next {
    right: 21.5%;
  }
  .About_06 {
    padding-top: 2.85rem;
  }
  .InnerNav.scroll .box {
    overflow: scroll;
  }
  .InnerNav.scroll .box ul {
    width: 150%;
  }
  .Contact_01 .box .item .boxRight {
    display: none;
  }
  .Contact_02 .img img {
    min-height: 8rem;
  }
  .Contact_04 {
    margin-top: 0;
    padding-top: 1rem;
  }
  .Contact_04 .orientation {
    top: 0;
  }
  .Search_1 .box .content2 form .input {
    width: 6rem;
  }
  .About_01 .box {
    grid-template-columns: repeat(3, 1fr);
  }
  .Home_News .box,
  .About_02 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Contact_04 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_About .box .boxLeft,
  .Footer_Container .box1 .boxLeft,
  .News_Detail .box .boxLeft,
  .Product_02 .box .boxLeft {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Home_About .box .boxRight,
  .Footer_Container .box1 .boxRight,
  .News_Detail .box .boxRight,
  .Product_02 .box .boxRight,
  .Home_About .box .boxRgiht,
  .Footer_Container .box1 .boxRgiht,
  .News_Detail .box .boxRgiht,
  .Product_02 .box .boxRgiht {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.6rem;
  }





  .About_06 .desc {
    max-height: calc(1.8em * 5);


  overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 0.1rem;
}




.About_06 .desc::-webkit-scrollbar {
		width: 2px;
		height: 2px;
	}

.About_06 .desc::-webkit-scrollbar-thumb {
		border-radius: 2px;
		background: var(--color);
	}

.About_06 .desc::-webkit-scrollbar-track {
		border-radius: 2px;
		background: rgba(0, 0, 0, 0.1);
	}


}
@media screen and (max-width: 699px) {
  .Contact_01 .box .item .boxRight {
    display: block;
  }
  .Home_Banner .banner_button {
    display: none;
  }
  .Home_Banner .page {
    bottom: 0.3rem;
  }
  .About_01 .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Home_News .box,
  .About_02 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_Banner .banner .swiper-slide .orientation {
    padding-top: 0.7rem;
  }
  .Home_About .box .boxRight .content3 {
    gap: 0.5rem;
  }
  .pro_item {
    padding: 5vw;
  }
  .pro_item .boxLeft {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .pro_item .boxRight {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-top: 0.6rem;
  }
  .Home_Case .box .swiper .swiper-slide-next {
    opacity: 0.2;
  }
  .Home_Case .peiz .page_banner {
    margin: 0 1rem;
  }
  .Footer_Container .box .boxLeft .content3 li .div1 svg {
    margin-right: 2px;
  }
  .Footer_Container .box .boxLeft .content1 {
    height: 1.2rem;
  }
  .Footer_Container .box .boxLeft .content2 {
    font-size: var(--f18);
  }
  .Footer_Container .box1 .boxRgiht figure img {
    width: 1.5rem;
  }
  .About_03 .box {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
  }
  .About_03 .img img {
    min-height: 6.4rem;
  }
  .About_03 .img {
    margin-top: -4rem;
  }
  .About_04 .box .banner_button .prev {
    left: 9.5%;
  }
  .About_04 .box .banner_button .next {
    right: 9.5%;
  }
  .About_05 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .Case_01 .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.6rem;
  }
  .About_05 .box .item:nth-child(2) figure img {
    position: initial;
    right: 0rem;
    max-width: 100%;
  }
  .About_06 {
    padding-top: 5rem;
  }
  .About_05 .box .item figcaption {
    padding-top: 0.3rem;
    font-size: var(--f20);
  }
  .About_06 .img img {
    width: 100%;
    min-height: 4rem;
  }
  .fengye .number,
  .News_Detail .box .boxLeft .content4 .right {
    display: none;
  }
  .news_item .boxLeft {
    width: 100%;
  }
  .news_item .boxRight {
    width: 100%;
    padding: 5vw 0 0;
  }
  .Product_03 .box {
    overflow: scroll;
  }
  .Product_03 .box table {
    width: 250%;
  }
  .Contact_01 .box .item .boxRight {
    width: 100%;
  }
  .Contact_01 .box .item .boxRight img,
  .Contact_01 .box .item .boxRight a {
    width: 100%;
  }
  .Contact_01 .box .item .boxLeft .title {
    height: auto;
    padding: 0.3rem 0;
  }
  .Contact_02 .img img {
    min-height: 11rem;
  }
  .Contact_02 .orientation {
    width: 90vw;
  }
  .Contact_02 .orientation .list1,
  .Contact_03 .box .item .bot .content1,
  .Contact_04 .box .item .right .content2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Contact_02 .orientation .item input {
    height: 40px;
  }
  .Contact_03 .box .item .top .content2 {
    display: none;
  }
  .Contact_03 .box .item .top .content1 {
    height: 50px;
  }
  .Contact_04 {
    padding-top: 9rem;
  }
  .Search_1 .box .content2 form .input {
    width: 4rem;
  }
  .Search_1 .box .content2 form .input input {
    height: 42px;
  }
  .InnerNav02 ul li a {
    line-height: 40px;
  }
  .Footer_Container .box .boxLeft .content1 {
    display: none;
  }
  .Footer_Container .box {
    padding-bottom: 0.4rem;
  }
  .Footer_Container .box .boxLeft .content2 {
    padding-top: 0;
  }
  .fengye .prev a,
  .fengye .next a {
    width: 1.7rem;
    line-height: 0.78rem;
  }
  .InnerNav.scroll .box ul {
    width: 200%;
  }
  .Contact_04 .box .item .right .content2 {
    gap: 0.2rem;
  }
  .About_06 .box div p {
    font-size: 14px;
  }
  .InnerNav .box ul li a .top {
    font-size: 14px;
  }
  .Footer_Container .box .boxLeft .content3 li,
  .Footer_Container .box1 .boxLeft div {
    font-size: 12px;
  }
  .mobile_search .close i {
    font-size: 20px;
  }

  .pro_item .boxRight .content3 li ,
  .Product_02 .box .boxRight .content3 ul li{
    padding-left: 20px;
}


.Home_Banner .banner .swiper-slide .orientation .content2 {
   max-width: 100%;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  max-width: 100%;
}
.Home_Banner .banner .swiper-slide .orientation{
  background: rgba(255, 255, 255, 0.4);
}



}
/*# sourceMappingURL=./style.css.map */