:root {
  --swiper-theme-color: #84bf49;
  --line: 0.68rem;
}
body {
  --www: 0.85rem;
  --interval: var(--www);
  --nav_height: 1.3rem;
  --color: #84bf49;
  --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: #84bf49;
}
body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #84bf49 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
  }
}
.wMain {
  padding-left: var(--interval);
  padding-right: var(--interval);
  width: 100%;
}
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}
.button-disabled,
.swiper-button-disabled {
  cursor: no-drop !important;
  pointer-events: none;
  opacity: 0.1 !important;
}
.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: #f7f7f7;
}
.pt {
  padding-top: 1.1rem;
}
.pb {
  padding-bottom: 1.1rem;
}
.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;
}
.null_height {
  padding: 20vh 0;
  font-size: var(--f18);
  color: #999;
  text-align: center;
}
.null_height span {
  color: #84bf49;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f7f7f7;
}
.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: #84bf49;
  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: #84bf49;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.code_button .a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.15rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.code_button .a svg {
  width: 0.3rem;
  position: relative;
  z-index: 2;
  height: 0.3rem;
}
.code_button .a svg path {
  fill: #303E48;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.code_button .a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  box-shadow: inset 0 0 0 0.47rem #c2b2a5;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.code_button .a:hover::after {
  -webkit-box-shadow: inset 0 0 0 2px #c2b2a5;
  box-shadow: inset 0 0 0 2px #c2b2a5;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Sitemap .container {
  padding-left: var(--interval);
  padding-right: var(--interval);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #999;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: 0.54rem;
  color: #000;
}
.Sitemap .container .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .container .ap_bot .item .content1 a {
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #84bf49;
}
.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: #84bf49;
}
.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: #84bf49;
}
.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: #84bf49;
}
.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: #84bf49;
}
.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: #84bf49;
}
.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: #84bf49;
}
.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 #84bf49;
}
.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: #84bf49;
  color: #fff;
  font-size: var(--f16);
  cursor: pointer;
  border: 0;
}
.Header_Container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}
.Header_Container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: var(--nav_height);
}
.Header_Container .box .logo a img {
  height: 56px;
}
.Header_Container .box .nav {
  margin-left: 0.9rem;
}
.Header_Container .box .nav .item {
  margin-right: 0.7rem;
  position: relative;
}
.Header_Container .box .nav .item > p a {
  font-size: var(--f16);
  font-weight: bold;
  color: #111;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: var(--nav_height);
}
.Header_Container .box .nav .item .select {
  position: absolute;
  left: 0;
  min-width: 280px;
  background: rgba(255, 255, 255, 0.92);
  min-height: 0.5rem;
  z-index: 9;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  display: none;
}
.Header_Container .box .nav .item .select::after {
  content: '';
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.05rem;
}
.Header_Container .box .nav .item .select p {
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .nav .item .select p:last-child {
  border-bottom: none;
}
.Header_Container .box .nav .item .select p a {
  padding: 0.2rem 0.3rem;
  font-size: 16px;
  padding-right: 0.5rem;
  color: #999;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .nav .item .select p a svg {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Header_Container .box .nav .item .select p:hover {
  background: #fff;
}
.Header_Container .box .nav .item .select p:hover a {
  color: #112e73;
}
.Header_Container .box .nav .item .select p:hover a svg {
  opacity: 1;
}
.Header_Container .box .nav .item:hover > p a {
  color: #295fa5;
}
.Header_Container .box .nav .item:hover .select {
  display: block;
}
.Header_Container .box .nav .item.active > p a {
  background-image: -o-linear-gradient(left, #84bf49, #112e73);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), to(#112e73));
  background-image: linear-gradient(to right, #84bf49, #112e73);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.Header_Container.sticky {
  position: fixed;
  top: 0;
  background: transparent;
}
.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: 60vh;
  }
}
.Home_Banner .banner .video {
  position: relative;
}
.Home_Banner .banner .video::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.Home_Banner .banner .video .phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone {
    display: block;
  }
}
.Home_Banner .banner .video .phone .img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .img img {
  width: 100%;
  height: 100%;
}
.Home_Banner .banner .video .phone .play {
  position: absolute;
  z-index: 3;
  width: 0.5rem;
  height: 0.5rem;
  right: 5vw;
  bottom: 5vw;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .banner .video .phone .play svg {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .Home_Banner .banner .video .phone .play {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.Home_Banner .banner .swiper-slide .orientation {
  position: absolute;
  bottom: 0.8rem;
  left: var(--interval);
  z-index: 2;
}
.Home_Banner .banner .swiper-slide .orientation .content1 {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.1;
}
.Home_Banner .banner .swiper-slide .orientation .content1 span {
  background-image: -o-linear-gradient(left, #84bf49, #112e73);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), to(#112e73));
  background-image: linear-gradient(to right, #84bf49, #112e73);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.Home_Banner .banner .swiper-slide .orientation .content2 {
  font-size: var(--f18);
  font-weight: bold;
  line-height: 1.7;
  margin-top: 0.45rem;
}
.Home_Banner .banner .swiper-slide .orientation .content3 {
  margin-top: 0.75rem;
}
.Home_Banner .page {
  position: absolute;
  right: var(--interval);
  bottom: 0.8rem;
  z-index: 5;
}
.Home_Banner .page .prev,
.Home_Banner .page .next {
  width: var(--line);
  height: var(--line);
  border: 2px solid #112e73;
  border-radius: 50%;
  color: #112e73;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.3;
  cursor: pointer;
}
.Home_Banner .page .prev i,
.Home_Banner .page .next i {
  font-size: var(--f22);
  font-weight: bold;
  margin: auto;
}
.Home_Banner .page .prev:hover,
.Home_Banner .page .next:hover {
  opacity: 1;
}
.Home_Banner .page .number {
  width: var(--line);
  text-align: center;
  line-height: var(--line);
  font-size: var(--f24);
  font-weight: bold;
  color: #112e73;
  opacity: 0.3;
}
.Home_Banner .page .w20 {
  width: 0.2rem;
}
.Home_Banner .page .top,
.Home_Banner .page .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_Banner .page .bot {
  margin-top: 0.2rem;
}
.Home_Banner .page .bot .number {
  opacity: 1;
}
.jbs {
  background-image: -o-linear-gradient(left, #84bf49, #112e73);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), to(#112e73));
  background-image: linear-gradient(to right, #84bf49, #112e73);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.button_link1 .a {
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  border-left: 8px solid #84bf49;
  color: #295fa5;
  padding-left: 0.22rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link1 .a span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.button_link1 .a:hover span {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.button_link2 .a {
  font-size: 14px;
  line-height: 35px;
  display: inline-block;
  border-left: 8px solid #84bf49;
  color: #fff;
  padding-left: 0.22rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.button_link2 .a span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.button_link2 .a:hover span {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
@-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);
  }
}
.Home_About {
  --g1: rgba(0, 0, 0, 0.62);
  --g2: rgba(0, 0, 0, 0.2);
  --g3: rgba(0, 0, 0, 0.1);
  background: url(../images/img2.png) no-repeat 50% 50% / cover;
}
.Home_About .box {
  height: 9.7rem;
}
.Home_About .box .boxLeft {
  width: 9.6rem;
  background: var(--g1);
}
.Home_About .box .boxLeft .video {
  height: 50%;
  position: relative;
}
.Home_About .box .boxLeft .video > img {
  width: 100%;
  height: 100%;
}
.Home_About .box .boxLeft .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  height: 1.1rem;
  width: 1.1rem;
  border-radius: 50%;
  cursor: pointer;
}
.Home_About .box .boxLeft .video .play::before,
.Home_About .box .boxLeft .video .play::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation: fades 2s linear infinite;
  animation: fades 2s linear infinite;
  border-radius: 50%;
  opacity: 0.3;
}
.Home_About .box .boxLeft .video .play::after {
  -webkit-animation: fades 2s 1s linear infinite;
  animation: fades 2s 1s linear infinite;
}
.Home_About .box .boxLeft .video .play p {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Home_About .box .boxLeft .video .play p img {
  margin: auto;
  height: 0.3rem;
}
.Home_About .box .boxLeft .main {
  height: 50%;
  padding: 0.5rem var(--interval) 0;
  position: relative;
  color: #fff;
}
.Home_About .box .boxLeft .main .content1 {
  font-size: var(--f48);
  line-height: 1.1;
}
.Home_About .box .boxLeft .main .content2 {
  margin-top: 0.25rem;
}
.Home_About .box .boxLeft .main .content2 .scroll {
  font-size: 13px;
  line-height: 1.7;
  width: -webkit-calc(100.1%);
  width: calc(100% + 0.1rem);
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.1rem;
  height: -webkit-calc(23.8em);
  height: calc(1.7em * 14);
}
.Home_About .box .boxLeft .main .content2 .scroll::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.Home_About .box .boxLeft .main .content2 .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #fff;
}
.Home_About .box .boxLeft .main .content2 .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
}
@-moz-document url-prefix() {
  .Home_About .box .boxLeft .main .content2 .scroll {
    scrollbar-color: #84bf49 rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
  }
}
.Home_About .box .boxLeft .main .content3 {
  position: absolute;
  right: var(--interval);
  top: 0.54rem;
}
.Home_About .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: var(--g1);
}
.Home_About .box .boxRight .list {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: #fff;
}
.Home_About .box .boxRight .list .item {
  padding: 1rem 0.55rem 0;
}
.Home_About .box .boxRight .list .item .top {
  font-size: var(--f24);
}
.Home_About .box .boxRight .list .item .bot {
  font-size: 0.6rem;
  line-height: 1;
  margin-top: 0.15rem;
}
.Home_About .box .boxRight .list .item:nth-child(2),
.Home_About .box .boxRight .list .item:nth-child(3) {
  background: var(--g3);
}
.Home_About .box .boxRight .list .item:nth-child(4),
.Home_About .box .boxRight .list .item:nth-child(5) {
  background: var(--g2);
}
@-webkit-keyframes fades {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0.1;
  }
}
@keyframes fades {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0.1;
  }
}
.Home_Six .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.Home_Six .box .item {
  position: relative;
}
.Home_Six .box .item:first-child .img img {
  transform: scale(1.01);
}
.Home_Six .box .item .img {
  position: relative;
  overflow: hidden;
}
.Home_Six .box .item .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.Home_Six .box .item .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 4.9rem;
}
.Home_Six .box .item .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.9rem var(--interval) 0;
  font-size: var(--f60);
  color: white;
  line-height: 1.2;
}
.Home_Six .box .item .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  padding: 0.5rem var(--interval) 0;
}
.Home_Six .box .item .orientation .content1 {
  font-size: var(--f30);
}
.Home_Six .box .item .orientation .content2 {
  font-size: 14px;
  line-height: 1.7;
  height: -webkit-calc(3.4em);
  height: calc(1.7em * 2);
  margin-top: 0.18rem;
}
.Home_Six .box .item .orientation .content3 p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Six .box .item .orientation .content3 p:hover {
  color: #84bf49;
}
.Home_Six .box .item .orientation .heng {
  margin: 0.25rem 0 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.Home_Six .box .item:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Six .box .item1 .img::after {
  display: none !important;
}
.f60 {
  font-size: var(--f60);
  line-height: 1.2;
}
.f72 {
  font-size: 0.72rem;
  line-height: 1.2;
}
@media screen and (max-width: 1400px) {
  .f72 {
    font-size: 0.62rem;
  }
}
.Home_Quality {
  background: url(../images/img10.png) no-repeat 50% 50% / cover;
}
.Home_Quality .box .boxLeft {
  width: 8.7rem;
  padding-top: 1.4rem;
  padding-right: 0.9rem;
}
.Home_Quality .box .boxLeft .content1 {
  font-size: var(--f60);
  line-height: 1.2;
  color: #fff;
}
.Home_Quality .box .boxLeft .content2 {
  margin-top: 0.4rem;
}
.Home_Quality .box .boxLeft .content2 .scroll {
  font-size: 13px;
  color: #fff;
  line-height: 2;
}
.Home_Quality .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 0.64rem;
}
.Home_Quality .box .boxRight p {
  width: -webkit-calc(100.4%);
  width: calc(100% + 0.4rem);
}
.Home_Quality .h5 {
  font-size: var(--f24);
  color: #fff;
  margin-top: 0.55rem;
}
.Home_Quality .box1 {
  margin-top: 0.55rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.55rem;
}
.Home_Quality .box1 .item {
  position: relative;
}
.Home_Quality .box1 .item .img img {
  width: 100%;
}
.Home_Quality .box1 .item .icon {
  position: absolute;
  left: 50%;
  bottom: -0.12rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Home_Quality .box1 .item .text {
  height: 82%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  font-size: 14px;
  color: #fff;
  padding: 0 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.Home_Quality .box1 .item .text p {
  margin: auto;
}
.Home_Solution {
  background: url(../images/img14.png) no-repeat 50% 50% / cover;
}
.Home_Solution .width {
  width: 3rem;
}
.Home_Solution .box {
  position: relative;
  margin-top: 40px;
  --w: 5.2rem;
}
.Home_Solution .box .swiper-slide {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.3;
  text-align: center;
}
.Home_Solution .box .swiper-slide .content1 {
  position: relative;
}
.Home_Solution .box .swiper-slide .content1 p {
  height: 3.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.Home_Solution .box .swiper-slide .content1 p img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box .swiper-slide .content1 span {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
}
.Home_Solution .box .swiper-slide .content2 {
  font-size: var(--f24);
  color: #fff;
  margin-top: 30px;
}
.Home_Solution .box .swiper-slide .content3 {
  font-size: 14px;
  height: 6.8em;
  max-height: 6.8em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-justify: distribute-all-lines;
  color: #999;
  margin-top: 20px;
}
.Home_Solution .box .swiper-slide .content4 {
  opacity: 0.3;
  margin-top: 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Home_Solution .box .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Home_Solution .box .swiper-slide:hover .content4 {
  opacity: 1;
}
.Home_Solution .box .swiper-slide-active {
  opacity: 1;
}
.Home_Solution .button01 div {
  position: absolute;
  top: 40%;
  z-index: 2;
}
.button01 div {
  width: var(--line);
  height: var(--line);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.3;
  cursor: pointer;
}
.button01 div i {
  font-size: var(--f22);
  font-weight: bold;
  margin: auto;
}
.button01 div:hover {
  opacity: 1;
}
.button01 .prev {
  left: var(--w);
}
.button01 .next {
  right: var(--w);
}
.biaodian {
  background: #323232;
}
.biaodian .h5 {
  color: #fff;
  font-size: var(--f24);
  text-align: center;
}
.biaodian .box {
  width: min(820px, 100%);
  margin: 20px auto 0;
  --h: 50px;
}
.biaodian .box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 15px;
}
.biaodian .box .list .item input {
  font-size: var(--f14);
  width: 100%;
  border: 0;
  background: none;
  color: #fff;
  height: var(--h);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 2px solid #474747;
}
.biaodian .box .list .item:hover input {
  border-bottom: 2px solid #fff;
}
.biaodian .box .list1 {
  margin-top: 0.3rem;
}
.biaodian .box .list1 textarea {
  font-size: var(--f14);
  width: 100%;
  border: 0;
  background: none;
  color: #fff;
  height: var(--h);
  border-bottom: 2px solid #474747;
  resize: none;
  height: 1.1rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.biaodian .box .list1:hover textarea {
  border-bottom: 2px solid #fff;
}
.biaodian .box .list2 {
  margin-top: 0.4rem;
}
.biaodian .box .list2 .left {
  font-size: 12px;
  line-height: 2;
  color: #555;
  max-width: 4.7rem;
  display: flex;
}
.biaodian .box .list2 .left span {
  color: #ff0000;
}
.biaodian .box .list2 .left a {
  display: inline-block;
  color: #555;
  transition: 0.4s;
}
.biaodian .box .list2 .left a:hover {
  color: #fff;
}
.biaodian .box .list2 .left .l {
  padding-right: 10px;
  transform: scale(0.9);
  transform-origin: center top;
}
.biaodian .box .list2 .left div .layui-form-checked[lay-skin="primary"] > i {
  border-color: #fff !important;
  background: var(--gradient);
}
.biaodian .box .list2 .left div .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #fff;
  width: 100%;
  height: 100%;
}
.biaodian .box .list2 .left div .layui-form-checked[lay-skin=primary] i {
  background: red;
  border-color: red !important;
}
.biaodian .box .list2 .left div .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
}
.biaodian .box .list2 .right input {
  width: 2.2rem;
  text-align: center;
  height: var(--h);
  border: 2px solid #fff;
  background: none;
  border-radius: var(--h);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.biaodian .box .list2 .right input:hover {
  background: #fff;
  color: #112e73;
}
.Footer_Container {
  background: #2f2f2f;
  padding: 0.5rem 0;
}
.Footer_Container .box .boxLeft .content1 img {
  height: 56px;
}
.Footer_Container .box .boxLeft .content2 {
  font-size: 12px;
  color: #666;
  margin-top: 0.56rem;
}
.Footer_Container .box .boxLeft .content2 p {
  line-height: 2;
}
.Footer_Container .box .boxLeft .content2 a {
  color: #666;
  display: inline-block;
}
.Footer_Container .box .boxLeft .content3 {
  margin-top: 20px;
}
.Footer_Container .box .boxLeft .content3 p {
  margin-right: 10px;
}
.Footer_Container .box .boxCenter {
  max-width: 4.2rem;
}
.Footer_Container .box .boxCenter .item {
  margin-bottom: 0.12rem;
  padding-left: 32px;
  position: relative;
}
.Footer_Container .box .boxCenter .item .top {
  font-size: var(--f16);
  color: #cfcfcf;
}
.Footer_Container .box .boxCenter .item img {
  position: absolute;
  left: 0;
  top: 4px;
}
.Footer_Container .box .boxCenter .item .bot {
  font-size: 14px;
  color: #666;
  padding: 0.1rem 0;
  line-height: 1.7;
  border-bottom: 1px solid #3c3c3c;
}
.Footer_Container .box .boxRight .item {
  margin-right: 1rem;
}
.Footer_Container .box .boxRight .item:last-child {
  margin-right: 0;
}
.Footer_Container .box .boxRight .item .h5 a {
  font-size: var(--f16);
  color: #cfcfcf;
}
.Footer_Container .box .boxRight .item .h5_ {
  margin-top: 30px;
}
.Footer_Container .box .boxRight .item ul {
  margin-top: 0.2rem;
}
.Footer_Container .box .boxRight .item ul li {
  margin-bottom: 10px;
}
.Footer_Container .box .boxRight .item ul li a {
  font-size: 14px;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Footer_Container .box .boxRight .item ul li a:hover {
  color: #fff;
}
.Detection_1 {
  background: url(../images/img18.png) no-repeat center bottom;
  background-size: 100% auto;
  --w1: 8rem;
}
.Detection_1 .box .boxLeft {
  width: 8rem;
}
.Detection_1 .box .boxLeft p {
  font-size: 0.72rem;
  line-height: 1.2;
  line-height: 1.3;
}
@media screen and (max-width: 1400px) {
  .Detection_1 .box .boxLeft p {
    font-size: 0.62rem;
  }
}
.Detection_1 .box .boxRight {
  width: var(--w1);
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.Detection_1 .box1 {
  margin-top: 1.6rem;
}
.Detection_1 .box1 .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.9rem;
}
.Detection_1 .box1 .boxRight {
  width: var(--w1);
  color: #fff;
}
.Detection_1 .box1 .boxRight .content1 {
  font-size: 0.72rem;
  line-height: 1.2;
  line-height: 1.3;
}
@media screen and (max-width: 1400px) {
  .Detection_1 .box1 .boxRight .content1 {
    font-size: 0.62rem;
  }
}
.Detection_1 .box1 .boxRight .content2 {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0.35rem;
}
.Detection_1 .box2 {
  --h: 1rem;
  margin-top: 0.65rem;
}
.Detection_1 .box2 .scroll ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.Detection_1 .box2 .scroll ul li {
  min-height: var(--h);
  background: #eaeaea;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  padding: 0.2rem 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Detection_1 .box2 .scroll ul li p {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.Detection_1 .box2 .scroll ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/img19.png) no-repeat 50% 50% / cover;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Detection_1 .box2 .scroll ul li::before {
  content: '';
  position: absolute;
  left: 0.45rem;
  bottom: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
  opacity: 0;
}
.Detection_1 .box2 .scroll ul li:hover {
  color: #112e73;
}
.Detection_1 .box2 .scroll ul .active {
  color: #fff !important;
}
.Detection_1 .box2 .scroll ul .active::after {
  opacity: 1;
}
.Detection_1 .box2 .scroll ul .active::before {
  opacity: 1;
}
.bg1 {
  background: #f0f3f6;
}
.Detection_2 .box {
  padding: 0.4rem 0.45rem;
  background: #fff;
}
.Detection_2 .box .boxLeft {
  width: 2.45rem;
}
.Detection_2 .box .boxLeft .swiper .swiper-slide {
  display: flex;
}
.Detection_2 .box .boxLeft .swiper .swiper-slide img {
  margin: auto;
  max-height: 172px;
}
.Detection_2 .box .boxLeft .page {
  text-align: center;
  margin-top: 0.2rem;
}
.Detection_2 .box .boxLeft .page span {
  margin: 0 0.08rem;
  opacity: 1;
  background: #dbdbdb;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Detection_2 .box .boxLeft .page .swiper-pagination-bullet-active {
  background: #112e73;
}
.Detection_2 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.6rem;
  padding-right: 0.55rem;
}
.Detection_2 .box .boxRight .content1 {
  font-size: var(--f18);
}
.Detection_2 .box .boxRight .content2 {
  font-size: 14px;
  color: #999;
  line-height: 1.7;
  margin-top: 0.16rem;
}
.Detection_3 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.48rem;
}
.Detection_3 .box .item {
  background: url(../images/img22.png) no-repeat 50% 50% / cover;
}
.Detection_3 .box .item a {
  padding: 0.35rem 0.48rem 0.6rem;
}
.Detection_3 .box .item a .content1 {
  width: 2rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Detection_3 .box .item a .content1 img {
  max-height: 100%;
  margin: auto;
}
.Detection_3 .box .item a .heng {
  height: 1px;
  background: #eaeaea;
  margin: 0.25rem 0 0.3rem;
}
.Detection_3 .box .item a .content2 {
  font-size: var(--f24);
  color: #333;
  height: 1.3em;
  max-height: 1.3em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Detection_3 .box .item a .content3 {
  font-size: 14px;
  color: #999;
  height: 3.4em;
  max-height: 3.4em;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-justify: distribute-all-lines;
}
.Detection_3 .box .item a .content4 {
  margin-top: 0.42rem;
}
.Detection_3 .box .item a .content4 img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Detection_3 .box .item a:hover .content2 {
  color: #112e73;
}
.Detection_3 .box .item a:hover .content4 img {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.ResourcesNav {
  background: #fff;
}
.ResourcesNav .box ul li {
  margin: 0 0.48rem;
}
.ResourcesNav .box ul li a {
  font-size: var(--f24);
  font-weight: bold;
  color: #999;
  padding: 0.4rem 0 0.64rem;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.ResourcesNav .box ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.06rem;
  background: #112e73;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ResourcesNav .box ul li a:hover {
  color: #112e73;
}
.ResourcesNav .box ul .active a {
  color: #112e73;
}
.ResourcesNav .box ul .active a::after {
  opacity: 1;
}
.Resources_1 {
  --w: 5rem;
  padding-top: 0.5rem;
}
.Resources_1 .box .boxLeft {
  width: var(--w);
  padding-right: 0.2rem;
}
.Resources_1 .box .boxLeft .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1.5rem;
  background: #fff;
}
.Resources_1 .box .boxLeft .sticky .h5 {
  font-size: var(--f24);
  font-weight: bold;
  padding: 0.36rem 0.3rem;
  border-bottom: 1px solid #eaeaea;
}
.Resources_1 .box .boxLeft .sticky .h5 span {
  background-image: -o-linear-gradient(left, #84bf49, #112e73);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), to(#112e73));
  background-image: linear-gradient(to right, #84bf49, #112e73);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.Resources_1 .box .boxLeft .sticky ul {
  padding: 0 0.3rem 0.56rem;
}
.Resources_1 .box .boxLeft .sticky ul li {
  border-bottom: 1px solid #eaeaea;
}
.Resources_1 .box .boxLeft .sticky ul li a {
  font-size: var(--f16);
  color: #666;
  padding: 0.2rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.Resources_1 .box .boxLeft .sticky ul li a:hover {
  color: #112e73;
}
.Resources_1 .box .boxLeft .sticky ul .active a {
  color: #112e73;
  font-weight: bold;
}
.Resources_1 .box .boxRight {
  width: calc(100% - var(--w));
}
.jbbj {
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
}
.Resources_2 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.Resources_2 .list .item {
  background: #fff;
}
.Resources_2 .list .item a {
  padding: 0.4rem 0.4rem 0;
  cursor: pointer;
}
.Resources_2 .list .item a .content1 {
  height: 2.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Resources_2 .list .item a .content1 img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Resources_2 .list .item a .content2 {
  font-size: var(--f24);
  color: #333;
  padding: 0.3rem 0rem;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Resources_2 .list .item a .content3 {
  padding: 0.3rem 0;
}
.Resources_2 .list .item a .content3 p {
  font-size: 14px;
  color: #fff;
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  min-width: 1.5rem;
  padding: 0 0.3rem;
  line-height: 45px;
  border-radius: 45px;
  text-align: center;
}
.Resources_2 .list .item a .content3 p svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.08rem;
}
.Resources_2 .list .item a:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Resources_2 .list .item a:hover .content2 {
  color: #112e73;
}
.fengye {
  --h: 0.68rem;
  margin-top: 0.9rem;
}
.fengye .btn {
  background: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.fengye .btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  opacity: 0;
}
.fengye .btn a {
  font-size: 14px;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: var(--h);
  width: 1.8rem;
  position: relative;
  z-index: 2;
}
.fengye .btn:hover::after {
  opacity: 1;
}
.fengye .btn:hover a {
  color: #fff;
}
.fengye .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fengye .number p {
  background: #fff;
  margin: 0 5px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.fengye .number p::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  opacity: 0;
}
.fengye .number a,
.fengye .number span {
  width: var(--h);
  line-height: var(--h);
  font-size: 14px;
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.fengye .number a:hover {
  color: #112e73 !important;
}
.fengye .number .active::after {
  opacity: 1;
}
.fengye .number .active a {
  color: #fff !important;
}
.Resources_3 .list {
  display: grid;
  gap: 10px;
}
.Resources_3 .list .item a {
  background: #fff;
  cursor: pointer;
}
.Resources_3 .list .item a .left {
  width: 7.25rem;
  position: relative;
  overflow: hidden;
}
.Resources_3 .list .item a .left > img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Resources_3 .list .item a .left p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Resources_3 .list .item a .left p img {
  width: 0.98rem;
}
.Resources_3 .list .item a .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.5rem 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.Resources_3 .list .item a .right .content1 {
  font-weight: bold;
  font-size: var(--f36);
  color: #333;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.7;
}
.Resources_3 .list .item a .right .content2 p {
  font-size: var(--f18);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2.3rem;
  line-height: var(--line);
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  text-align: center;
  border-radius: var(--line);
  padding: 0 0.3rem;
}
.Resources_3 .list .item a .right .content2 p img {
  height: 14px;
  margin-left: 0.1rem;
}
.Resources_3 .list .item a:hover .left > img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Resources_3 .list .item a:hover .content1 {
  color: #112e73;
}
.button_link3 {
  font-size: var(--f18);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2.3rem;
  line-height: var(--line);
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  text-align: center;
  border-radius: var(--line);
  padding: 0 0.3rem;
}
.About_1 {
  background: url(../images/img27.jpg) no-repeat;
  background-size: 100% auto;
}
.About_1 .box .boxLeft {
  width: 50%;
}
.About_1 .box .boxRight {
  width: 50%;
}
.About_1 .box .boxRight .desc {
  font-size: var(--f14);
  color: #666;
  line-height: 1.6;
}
.About_1 .box1 {
  margin-top: 2.4rem;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.6rem var(--interval);
  overflow: hidden;
}
.About_1 .box1 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem 0.3rem;
  width: -webkit-calc(101.2%);
  width: calc(100% + 1.2rem);
}
.About_1 .box1 .list .item {
  color: #fff;
}
.About_1 .box1 .list .item .top {
  font-size: var(--f24);
  font-weight: bold;
}
.About_1 .box1 .list .item .bot {
  font-size: var(--f60);
  font-weight: bold;
  line-height: 1;
  margin-top: 0.2rem;
}
.About_2 .box .item .boxLeft {
  width: 50%;
  overflow: hidden;
}
.About_2 .box .item .boxLeft img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_2 .box .item .boxLeft:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_2 .box .item .boxRight {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 var(--interval);
}
.About_2 .box .item .boxRight > div {
  width: 100%;
}
.About_2 .box .item .boxRight .content1 {
  font-size: var(--f48);
  line-height: 1.2;
  color: #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_2 .box .item .boxRight .content1:hover {
  color: #295fa5;
}
.About_2 .box .item .boxRight .content2 {
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
  margin-top: 0.2rem;
}
.About_2 .box .item .boxRight .content3 {
  margin-top: 0.7rem;
}
.About_2 .box .item .boxRight .content3 a {
  font-size: var(--f18);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2.3rem;
  line-height: var(--line);
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  text-align: center;
  border-radius: var(--line);
  padding: 0 0.3rem;
}
.About_2 .box .item .boxRight .content3 a img {
  margin-left: 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_2 .box .item .boxRight .content3 a:hover img {
  -webkit-transform: translateX(-0.2rem);
  -ms-transform: translateX(-0.2rem);
  transform: translateX(-0.2rem);
}
.About_2 .box .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.About_3 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  --p: 0.5rem;
}
.About_3 .box .item {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.About_3 .box .item .top {
  position: relative;
}
.About_3 .box .item .top figure img {
  width: 100%;
}
.About_3 .box .item .top .orientation1 {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.45rem var(--p);
}
.About_3 .box .item .top .orientation1 .content1 {
  font-size: var(--f18);
}
.About_3 .box .item .top .orientation1 .content2 {
  font-size: var(--f30);
  font-weight: bold;
  margin-top: 0.1rem;
  line-height: 1.2;
}
.About_3 .box .item .top .orientation2 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.45rem var(--p);
  font-size: var(--f16);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_3 .box .item .bot {
  padding: 0.45rem var(--p) 0.95rem;
}
.About_3 .box .item .bot figcaption {
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_3 .box .item:hover .bot figcaption {
  color: #112e73;
}
.About_4 {
  background: url(../images/img31.jpg) no-repeat 50% 50% / cover;
}
.About_4 .box {
  padding: 1.6rem 0;
}
.About_4 .box .swiper {
  background: #fff;
  padding: 0 0.5rem;
}
.About_4 .box .swiper figure {
  height: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.About_4 .box .swiper figure img {
  max-height: 70%;
  margin: auto;
}
.About_4 .box .swiper .prev,
.About_4 .box .swiper .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.About_4 .box .swiper .prev i,
.About_4 .box .swiper .next i {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #d4d4d7;
  font-weight: bold;
  font-size: var(--f22);
}
.About_4 .box .swiper .prev i:hover,
.About_4 .box .swiper .next i:hover {
  color: #112e73;
}
.About_4 .box .swiper .prev {
  left: 0.4rem;
}
.About_4 .box .swiper .next {
  right: 0.4rem;
}
.About_5 {
  background: url(../images/img33.png) no-repeat 50% 50% / cover;
  padding-bottom: 2.7rem;
}
.About_5 .box {
  position: relative;
}
.About_5 .box .box1 {
  width: 50%;
}
.About_5 .box .box1 .item .left {
  width: 280px;
}
.About_5 .box .box1 .item .left p {
  font-size: 1rem;
  line-height: 1;
  color: #112e73;
  text-transform: uppercase;
}
.About_5 .box .box1 .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.About_5 .box .box1 .item .right .ite {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0.15rem;
}
.About_5 .box .box1 .item .right .ite .top {
  font-size: var(--f30);
  font-weight: bold;
  line-height: 1;
  color: #112e73;
}
.About_5 .box .box1 .item .right .ite .bot {
  padding: 0.15rem 0;
}
.About_5 .box .box1 .item .right .ite .bot p {
  font-size: var(--f16);
  color: #666;
  line-height: 1.8;
}
.About_5 .box .box1 .swiper-slide:last-child .item .left p {
  font-size: 0.5rem;
}
.About_5 .box .box2 {
  margin-top: 0.8rem;
}
.About_5 .box .box2 .swiper .swiper-slide {
  width: auto;
}
.About_5 .box .box2 .swiper .item {
  cursor: pointer;
  font-size: var(--f24);
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 0.15rem;
  border-bottom: 0.06rem solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_5 .box .box2 .swiper .item:hover {
  color: #112e73;
}
.About_5 .box .box2 .swiper .active .item {
  color: #112e73;
  border-bottom-color: #112e73;
}
.About_5 .box .box3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.About_5 .box .box3 .prev,
.About_5 .box .box3 .next {
  width: var(--line);
  height: var(--line);
  border: 2px solid #112e73;
  border-radius: 50%;
  color: #112e73;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.3;
  cursor: pointer;
}
.About_5 .box .box3 .prev i,
.About_5 .box .box3 .next i {
  font-size: var(--f22);
  font-weight: bold;
  margin: auto;
}
.About_5 .box .box3 .prev:hover,
.About_5 .box .box3 .next:hover {
  opacity: 1;
}
.About_5 .box .box3 .w20 {
  width: 0.2rem;
}
.About_5 .box .box3 .number {
  width: var(--line);
  text-align: center;
  line-height: var(--line);
  font-size: var(--f24);
  font-weight: bold;
  color: #112e73;
}
.About_5 .box .box3 .total {
  opacity: 0.3;
}
.Detection_4 {
  background: url(../images/img34.png) no-repeat 50% 50% / cover;
}
.Detection_4 .box {
  text-align: center;
}
.Detection_5 .box {
  border-bottom: 1px solid #eaeaea;
}
.Detection_5 .box ul li {
  margin-right: 0.35rem;
}
.Detection_5 .box ul li a {
  font-size: var(--f18);
  color: #999;
  padding: 0.32rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.Detection_5 .box ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.03rem;
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  opacity: 0;
}
.Detection_5 .box ul li a:hover {
  color: #112e73;
}
.Detection_5 .box ul .active a {
  background-image: -o-linear-gradient(left, #84bf49, #112e73);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), to(#112e73));
  background-image: linear-gradient(to right, #84bf49, #112e73);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  font-weight: bold;
}
.Detection_5 .box ul .active a::after {
  opacity: 1;
}
.Detection_6 {
  --w1: 7.3rem;
  --ys: #f0f3f6;
}
.Detection_6 .desc1 {
  font-size: var(--f24);
  color: #666;
  margin-top: 0.16rem;
}
.Detection_6 .box {
  position: relative;
}
.Detection_6 .box .img {
  position: absolute;
  left: var(--w1);
  top: 0;
}
.Detection_6 .box .img img {
  height: 2.3rem;
  padding-left: 0.4rem;
}
.Detection_6 .box .item {
  background: var(--ys);
  position: relative;
  width: 100%;
}
.Detection_6 .box .item .top {
  font-size: var(--f24);
  line-height: 0.9rem;
  padding: 0 0.45rem;
  color: #fff;
  max-width: 4.6rem;
}
.Detection_6 .box .item .btn {
  font-size: var(--f20);
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.4rem;
  line-height: 0.5rem;
  border-radius: 0.5rem;
  color: #fff;
}
.Detection_6 .box .item .bot1 {
  padding: 0.4rem 0.5rem;
}
.Detection_6 .box .item .bot1 .btn {
  margin-bottom: 0.15rem;
  background-image: -o-linear-gradient(left, #112e73 0%, #2b66ac 50%, #2ea1da 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#112e73), color-stop(50%, #2b66ac), to(#2ea1da));
  background-image: linear-gradient(90deg, #112e73 0%, #2b66ac 50%, #2ea1da 100%);
}
.Detection_6 .box .item .bot2 {
  padding: 0.4rem 1.2rem 0.55rem 0.65rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 0.75rem;
}
.Detection_6 .box .item .bot2 .ite figure img {
  height: 0.65rem;
}
.Detection_6 .box .item .bot2 .ite figcaption {
  font-size: var(--f16);
  color: #666;
  line-height: 1.7;
  margin-top: 0.24rem;
}
.Detection_6 .box .item .bot3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem 0.6rem;
  padding: 0.4rem 0.45rem 1.4rem 2.3rem;
}
.Detection_6 .box .item .bot3 .ite {
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #d4dee7;
}
.Detection_6 .box .item .bot3 .ite .btn {
  background-image: -o-linear-gradient(left, #40ac31 0%, #75b03b 50%, #aac348 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#40ac31), color-stop(50%, #75b03b), to(#aac348));
  background-image: linear-gradient(90deg, #40ac31 0%, #75b03b 50%, #aac348 100%);
  margin-bottom: 0.22rem;
}
.Detection_6 .box .item .bot3 .ite ul li {
  font-size: var(--f16);
  color: #666;
  line-height: 1.7;
}
.Detection_6 .box .item .bot3 .ite:nth-child(3),
.Detection_6 .box .item .bot3 .ite:nth-child(4) {
  margin-left: 0.45rem;
}
.Detection_6 .box .item1 {
  height: 3.9rem;
  margin-bottom: 0.8rem;
  width: -webkit-calc(99.7%);
  width: calc(100% - 0.3rem);
}
.Detection_6 .box .item1 .top {
  background-image: -o-linear-gradient(left, #112e73 0%, #2b66ac 25%, #2ea1da 50%, #f0f3f6 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#112e73), color-stop(25%, #2b66ac), color-stop(50%, #2ea1da), to(#f0f3f6));
  background-image: linear-gradient(90deg, #112e73 0%, #2b66ac 25%, #2ea1da 50%, #f0f3f6 100%);
}
.Detection_6 .box .item1::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.3rem;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
}
.Detection_6 .box .item2 .top {
  background-image: -o-linear-gradient(left, #e53441 0%, #e75a34 25%, #ec932c 50%, #f0f3f6 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#e53441), color-stop(25%, #e75a34), color-stop(50%, #ec932c), to(#f0f3f6));
  background-image: linear-gradient(90deg, #e53441 0%, #e75a34 25%, #ec932c 50%, #f0f3f6 100%);
}
.Detection_6 .box .item2::after {
  content: '';
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  width: 2.1rem;
  background: var(--ys);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
}
.Detection_6 .box .item3 {
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
}
.Detection_6 .box .item3 .top {
  background-image: -o-linear-gradient(left, #40ac31 0%, #75b03b 25%, #aac348 50%, #f0f3f6 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#40ac31), color-stop(25%, #75b03b), color-stop(50%, #aac348), to(#f0f3f6));
  background-image: linear-gradient(90deg, #40ac31 0%, #75b03b 25%, #aac348 50%, #f0f3f6 100%);
}
.Detection_6 .box .boxLeft {
  width: var(--w1);
}
.Detection_6 .box .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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 1200px) {
  .Detection_6 .box .boxRight .item {
    min-height: 6.8rem;
  }
  .Detection_6 .box .item2 {
    min-height: 5rem;
  }
  .Detection_6 .box .item .bot2 .ite figcaption {
    height: calc(1.7em * 3);
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .Detection_6 .box .item .bot2 .ite figcaption::-webkit-scrollbar {
    width: 4px;
    height: 2px;
  }
  .Detection_6 .box .item .bot2 .ite figcaption::-webkit-scrollbar-thumb {
    background: #84bf49;
  }
  .Detection_6 .box .item .bot2 .ite figcaption::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
}
.Detection_7 {
  --h: 6.76rem;
}
.Detection_7 .box {
  position: relative;
  padding: 0 1.75rem;
}
.Detection_7 .box .banner p {
  height: var(--h);
  -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 15% 100%, 0 50%, 15% 0);
  clip-path: polygon(85% 0, 100% 50%, 85% 100%, 15% 100%, 0 50%, 15% 0);
}
.Detection_7 .box .banner p img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Detection_7 .box .banner p:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Detection_7 .box .page {
  position: absolute;
  left: 0.5rem;
  bottom: 0.9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f36);
}
.Detection_7 .box .page span {
  font-weight: bold;
}
.Detection_7 .box .page .swiper-pagination-total {
  color: #999999;
}
.Detection_7 .box .button .prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.24rem;
  height: 1.9rem;
  z-index: 2;
  -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 0 50%, 0 0);
  clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 0 50%, 0 0);
}
.Detection_7 .box .button .prev > img {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.Detection_7 .box .button .prev p {
  margin-left: -0.1rem;
}
.Detection_7 .box .button .next {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.24rem;
  height: 1.9rem;
  z-index: 2;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 25% 100%, 0 50%, 25% 0%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 25% 100%, 0 50%, 25% 0%, 0 0);
}
.Detection_7 .box .button .next > img {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.Detection_7 .box .button .next p {
  margin-left: 0.1rem;
}
.Detection_7 .box .button .next p img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Detection_7 .box .button div {
  cursor: pointer;
}
.Detection_7 .box .button div p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Detection_7 .box .button div p img {
  width: 0.4rem;
}
.Service_1 {
  position: relative;
}
.Service_1 .img img {
  width: 100%;
}
.Service_1 .orientation {
  position: absolute;
  left: 0;
  top: 2.6rem;
  width: 100%;
}
.Service_1 .orientation .box {
  max-width: 7.2rem;
}
.Service_1 .orientation .content2 {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0.3rem;
}
.Service_1 .orientation .content3 {
  font-size: var(--f24);
  font-weight: bold;
  color: #333;
  margin: 0.3rem 0 0.55rem;
}
.lxwm {
  font-size: var(--f18);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2.3rem;
  line-height: var(--line);
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  text-align: center;
  border-radius: var(--line);
  padding: 0 0.3rem;
}
.lxwm img {
  margin-left: 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.lxwm:hover {
  color: #fff;
}
.lxwm:hover img {
  -webkit-transform: translateX(-0.2rem);
  -ms-transform: translateX(-0.2rem);
  transform: translateX(-0.2rem);
}
.f48 {
  font-size: var(--f48);
}
.Service_2 {
  padding-top: 0.7rem;
}
.Service_2 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
}
.Service_2 .box .item {
  padding: 0.5rem 0.45rem 0;
  background: url(../images/img22.png) no-repeat 50% 50% / cover;
}
.Service_2 .box .item .content1 .left {
  width: 55%;
  font-size: var(--f36);
}
.Service_2 .box .item .content1 .left span {
  background-image: -o-linear-gradient(left, #84bf49, #112e73);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), to(#112e73));
  background-image: linear-gradient(to right, #84bf49, #112e73);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  font-weight: bold;
}
.Service_2 .box .item .content1 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Service_2 .box .item .content1 .right p {
  height: 1.72rem;
}
.Service_2 .box .item .content1 .right p img {
  max-height: 100%;
}
.Service_2 .box .item .heng {
  height: 1px;
  background: #eaeaea;
  margin-top: 0.6rem;
}
.Service_2 .box .item .content2 {
  padding: 0.25rem 0;
}
.Service_2 .box .item .content2 .left {
  font-size: var(--f24);
  color: #999;
  height: 4.5em;
  max-height: 4.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  width: 60%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_2 .box .item .content2 .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;
  padding-right: 0.3rem;
}
.Service_2 .box .item .content2 .right img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Service_2 .box .item:hover .content2 .left {
  color: #295fa5;
}
.Service_2 .box .item:hover .content2 .right img {
  -webkit-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  transform: translateX(0.1rem);
}
.Service_3 {
  padding-top: 0.7rem;
}
.Form_Container {
  padding-top: 0.6rem;
}
.Form_Container .box .boxLeft {
  width: 4rem;
}
.Form_Container .box .boxLeft .main {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 1.5rem;
}
.Form_Container .box .boxLeft figure img {
  width: 100%;
}
.Form_Container .box .boxLeft figcaption {
  padding: 0.3rem 0.35rem;
}
.Form_Container .box .boxLeft figcaption .content1 {
  font-size: var(--f30);
  font-weight: bold;
}
.Form_Container .box .boxLeft figcaption .content2 {
  margin-top: 0.25rem;
}
.Form_Container .box .boxLeft figcaption .content2 p {
  font-size: var(--f18);
  color: #333;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.Form_Container .box .boxLeft figcaption .content2 p a {
  color: #295fa5;
  display: inline-block;
}
.Form_Container .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.25rem;
}
.Form_Container .box .boxRight > div {
  background: #fff;
  padding: 0 0.5rem 1rem;
}
.Form_Container .box .boxRight .h5 {
  padding: 0.45rem 0;
  border-bottom: 1px solid #eaeaea;
}
.Form_Container .box .boxRight .h5 span {
  background-image: -o-linear-gradient(left, #84bf49, #112e73);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), to(#112e73));
  background-image: linear-gradient(to right, #84bf49, #112e73);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.Form_Container .box .boxRight .main .top {
  font-size: var(--f20);
  font-weight: bold;
}
.Form_Container .box .boxRight .main .top span {
  color: red;
}
.Form_Container .box .boxRight .main .list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem 0.45rem;
}
.Form_Container .box .boxRight .main .list1 .item {
  padding-top: 0.45rem;
  border-bottom: 2px solid #eaeaea;
}
.Form_Container .box .boxRight .main .list1 .item .bot {
  margin-top: 0.15rem;
}
.Form_Container .box .boxRight .main .list1 .item .bot input {
  font-size: 14px;
  height: 0.5rem;
  width: 100%;
  border: 0;
}
.Form_Container .box .boxRight .main .list2 {
  padding-top: 0.55rem;
}
.Form_Container .box .boxRight .main .list2 .bot {
  margin-top: 0.2rem;
}
.Form_Container .box .boxRight .main .list2 .bot .li {
  min-width: 240px;
}
.Form_Container .box .boxRight .main .list2 .bot .li .radio {
  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;
  cursor: pointer;
}
.Form_Container .box .boxRight .main .list2 .bot .li .radio div {
  width: 16px;
  height: 16px;
  border: 1px solid #dddddd;
  background: #f0f3f6;
  border-radius: 50%;
  position: relative;
}
.Form_Container .box .boxRight .main .list2 .bot .li .radio div img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Form_Container .box .boxRight .main .list2 .bot .li .radio p {
  font-size: 16px;
  color: #333;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Form_Container .box .boxRight .main .list2 .bot .li .radio:hover p {
  color: #3fa931;
}
.Form_Container .box .boxRight .main .list2 .bot .li.active .radio div {
  background: #3fa931;
}
.Form_Container .box .boxRight .main .list2 .bot .li.active .radio div img {
  opacity: 1;
}
.Form_Container .box .boxRight .main .list3 {
  padding-top: 0.55rem;
}
.Form_Container .box .boxRight .main .list3 .bot {
  margin-top: 0.3rem;
  border-bottom: 2px solid #eaeaea;
}
.Form_Container .box .boxRight .main .list3 .bot textarea {
  font-size: 14px;
  height: 1rem;
  width: 100%;
  border: 0;
  resize: none;
}
.Form_Container .box .boxRight .main .list4 {
  margin-top: 0.8rem;
}
.Form_Container .box .boxRight .main .list4 input {
  font-size: 18px;
  color: #fff;
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  width: 3.3rem;
  height: 0.68rem;
  border: 0;
  border-radius: 0.4rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Form_Container .box .boxRight .main .list4 input:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.Form_Container .box .boxRight .main .list5 {
  padding-top: 0.55rem;
}
.Form_Container .box .boxRight .main .list5 .bot {
  font-size: 14px;
  margin-top: 0.3rem;
  color: #999;
  line-height: 0.5rem;
  border-bottom: 2px solid #eaeaea;
  cursor: pointer;
  position: relative;
}
.Form_Container .box .boxRight .main .list5 .bot span {
  position: absolute;
  right: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Form_Container .box .boxRight .main .list5 .bot .hide p {
  display: inline-block;
  display: none;
  margin-right: 20px;
  cursor: pointer;
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  color: #fff;
  padding: 0 10px 0 20px;
  line-height: 30px;
  border-radius: 30px;
}
.Form_Container .box .boxRight .main .list5 .bot .hide p img {
  margin-left: 0.15rem;
}
.Form_Container .box .boxRight .main .list5 .bot .active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Form_Container .box .boxRight .main .list5 .select {
  display: none;
}
.Form_Container .box .boxRight .main .list5 .select .selectBox {
  border-color: #eaeaea;
  background-color: #f6f6f6;
  -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);
  padding: 0.2rem 0.15rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.Form_Container .box .boxRight .main .list5 .select .selectBox .li {
  min-width: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Form_Container .box .boxRight .main .list5 .select .selectBox .li .radio {
  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;
  cursor: pointer;
}
.Form_Container .box .boxRight .main .list5 .select .selectBox .li .radio div {
  width: 16px;
  height: 16px;
  border: 1px solid #dddddd;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.Form_Container .box .boxRight .main .list5 .select .selectBox .li .radio div img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Form_Container .box .boxRight .main .list5 .select .selectBox .li .radio p {
  font-size: 16px;
  color: #333;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Form_Container .box .boxRight .main .list5 .select .selectBox .li .radio:hover p {
  color: #3fa931;
}
.Form_Container .box .boxRight .main .list5 .select .selectBox .li .others {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Form_Container .box .boxRight .main .list5 .select .selectBox .li .others input {
  width: 100%;
  padding: 0 15px;
  background: none;
  border: 0;
  font-size: 14px;
  height: 30px;
  border-bottom: 1px solid #ddd;
}
.Form_Container .box .boxRight .main .list5 .select .selectBox .li.active .radio div {
  background: #3fa931;
}
.Form_Container .box .boxRight .main .list5 .select .selectBox .li.active .radio div img {
  opacity: 1;
}
.Form_Container .box .boxRight .main .list6 {
  color: #000;
  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;
}
.Form_Container .box .boxRight .main .list6 p {
  margin-left: 0.06rem;
}
.Form_Container .box .boxRight .main .list6 p a {
  display: inline-block;
}
.Form_Container .box .boxRight .main .list6 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #84bf49 !important;
  background: var(--gradient);
}
.Form_Container .box .boxRight .main .list6 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #84bf49;
  width: 100%;
  height: 100%;
}
.Form_Container .box .boxRight .main .list6 .layui-form-checked[lay-skin=primary] i {
  background: #84bf49;
}
.Form_Container .box .boxRight .main .list6 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
}
.Form_Container .box .boxRight .main .list6 a {
  color: #84bf49;
  transition: 0.4s;
}
.Form_Container .box .boxRight .main .list6 a:hover {
  text-decoration: underline;
}
.Service_5 .box {
  font-size: var(--f24);
  color: #666;
}
.Service_6 {
  padding-top: 0.8rem;
}
.Resources_1 {
  --width: 0.5rem;
}
.Service_7 {
  background: #fff;
  margin-bottom: 0.2rem;
}
.Service_7 .box_ {
  padding: 0 var(--width) 0.6rem;
}
.Service_7 .box_ .h5 {
  padding: 0.35rem 0;
  font-weight: bold;
}
.Service_7 .box_ .h5 span {
  font-size: var(--f36);
  background-image: -o-linear-gradient(left, #84bf49, #112e73);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), to(#112e73));
  background-image: linear-gradient(to right, #84bf49, #112e73);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.Service_7 .box_ .h6 {
  font-size: var(--f30);
  color: #333;
  padding: 0.35rem 0 0rem;
  font-weight: bold;
}
.Service_7 .box_ .heng {
  margin: 0.2rem 0;
}
.Service_7 .box_ .heng img {
  height: 0.04rem;
}
.Service_7 .box_ .desc {
  font-size: var(--f24);
  color: #666;
}
.Service_7 .box_ .m30 {
  margin-top: 0.3rem;
}
.Service_7 .box_ .wid1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.4rem;
}
.Service_7 .box_ .wid2 {
  width: 6.3rem;
}
.Service_7 .box_ .wid2 span {
  color: #84bf49;
}
.Service_7 .box_ .wid2 .de {
  color: #999;
  font-size: 14px;
  margin-top: 0.5rem;
}
.Service_7 .box_ .table1 {
  width: 100%;
  background: #ecf2f6;
  position: relative;
  border-bottom: 10px solid transparent;
}
.Service_7 .box_ .table1::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 10px;
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
}
.Service_7 .box_ .table1 tr {
  text-align: center;
}
.Service_7 .box_ .table1 tr:first-child {
  background-image: -o-linear-gradient(left, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), color-stop(35%, #2ea1da), color-stop(65%, #2b66ac), to(#112e73));
  background-image: linear-gradient(90deg, #84bf49 0%, #2ea1da 35%, #2b66ac 65%, #112e73 100%);
}
.Service_7 .box_ .table1 tr th {
  color: #fff;
  padding: 0.24rem;
}
.Service_7 .box_ .table1 tr td {
  padding: 0.2rem 0.1rem;
}
.Service_7 .box_ .table1 tr td span {
  color: #112e73;
}
.Service_7 .box_ .table1 tr th,
.Service_7 .box_ .table1 tr td {
  font-weight: bold;
}
.Service_7 .box_ .table1 tr img {
  height: 0.6rem;
  margin-left: 0.2rem;
}
.Service_7 .box_ .table1 tr .width {
  display: inline-block;
  width: 60px;
}
.Service_7 .box_ .table1 .border td {
  border-top: 1px solid #d4d9dd;
}
.Service_7 .box_ .table1 .tr1 {
  background: #eaeaea;
}
.Service_7 .box_ .table1 .tr2 {
  background: #fff;
}
.Service_7 .box_ .table1 .tips {
  font-size: var(--f20);
  color: #999;
  font-weight: 400;
  text-align: left;
  padding-left: 0.8rem;
}
.Service_7 .box_ .list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.Service_7 .box_ .list1 .item_ .con1 img {
  height: 1.4rem;
}
.Service_7 .box_ .list1 .item_ .con2 {
  font-size: var(--f24);
  font-weight: bold;
  margin-top: 0.15rem;
}
.Service_7 .box_ .list1 .item_ .con2 span {
  background-image: -o-linear-gradient(left, #84bf49, #112e73);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), to(#112e73));
  background-image: linear-gradient(to right, #84bf49, #112e73);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.Service_7 .box_ .list1 .item_ .con3 {
  height: 1px;
  background: #eaeaea;
  margin: 0.2rem 0;
}
.Service_7 .box_ .list1 .item_ .con4 p {
  margin-bottom: 10px;
  position: relative;
  font-size: var(--f18);
  color: #666;
  padding-left: 22px;
}
.Service_7 .box_ .list1 .item_ .con4 p span {
  color: red;
  position: absolute;
  left: 0;
  top: 0rem;
  font-weight: bold;
}
.Service_7 .box_ .list2 {
  margin-top: 0.45rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.22rem 1rem;
}
.Service_7 .box_ .list2 .item_ {
  font-size: var(--f18);
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.Service_7 .box_ .list2 .item_ img {
  position: absolute;
  left: 0;
  top: 2px;
  width: 0.23rem;
}
.Service_7 .box_ .list3 {
  display: grid;
  gap: 0.4rem;
}
.Service_7 .box_ .list3 .item_ .l {
  width: 2.46rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Service_7 .box_ .list3 .item_ .l img {
  margin: auto;
}
.Service_7 .box_ .list3 .item_ .c {
  padding: 0 0.2rem;
}
.Service_7 .box_ .list3 .item_ .c img {
  width: 0.05rem;
}
.Service_7 .box_ .list3 .item_ .r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Service_7 .box_ .list3 .item_ .r div {
  font-size: var(--f18);
  color: #999;
  margin-top: 0.1rem;
}
.Service_7 .box_ .table2 th {
  padding: 0.24rem 0.35rem;
}
.Service_7 .box_ .table2 tr td {
  padding: 0.2rem 0.35rem;
}
.Service_7 .box_ .table2 th,
.Service_7 .box_ .table2 td {
  text-align: left;
}
.Service_7 .box_ .table3 th:first-child {
  width: 3rem;
}
.Service_7 .box_ .table3 th:first-child,
.Service_7 .box_ .table3 td:first-child {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.Service_8 ._item1 .pic {
  position: relative;
}
.Service_8 ._item1 .pic img {
  width: 100%;
}
.Service_8 ._item1 .pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #fff, #fff);
}
.Service_8 ._item1 ._content {
  text-align: center;
  margin-top: -0.6rem;
  position: relative;
  z-index: 3;
  padding: 0 0.4rem;
}
.Service_8 ._item2 {
  margin-top: 0.2rem;
  margin-bottom: 0.12rem;
}
.Service_8 ._item2 div {
  position: relative;
}
.Service_8 ._item2 div img {
  height: 0.62rem;
}
.Service_8 ._item2 div p {
  position: absolute;
  font-size: var(--f24);
  font-weight: bold;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0.44rem;
}
.Service_8 ._item3 {
  position: relative;
}
.Service_8 ._item3 img {
  width: 100%;
}
.Service_8 ._item3 ._posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: var(--f24);
  color: #333;
  padding: 0 0.26rem;
  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;
}
.Service_9 {
  padding: 0.5rem 0;
}
.Service_9 ._l {
  width: 3.6rem;
}
.Service_9 ._l ul {
  display: grid;
  gap: 0.12rem;
}
.Service_9 ._l ul li {
  position: relative;
}
.Service_9 ._l ul li p {
  position: absolute;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--f20);
  color: #333;
  transition: 0.4s;
}
.Service_9 ._l ul li:hover p {
  background-image: -o-linear-gradient(left, #84bf49, #112e73);
  background-image: -webkit-gradient(linear, left top, right top, from(#84bf49), to(#112e73));
  background-image: linear-gradient(to right, #84bf49, #112e73);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.Service_9 ._r {
  flex: 1;
  padding: 0 0.1rem;
}
.Service_9 ._r img {
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .Home_About .box .boxLeft .main .content2 .scroll {
    height: -webkit-calc(17em);
    height: calc(1.7em * 10);
  }
}
@media screen and (max-width: 1520px) {
  .Home_Six .box .item .orientation .heng {
    margin: 0.25rem 0 0.3rem;
  }
  .Home_Six .box .item .text {
    font-size: var(--f50);
  }
  .Home_Quality .box1 .item .text {
    font-size: 12px;
  }
  .Footer_Container .box .boxRight .item {
    margin-right: 0.5rem;
  }
  .Detection_6 .box .item .bot3 {
    padding: 0.4rem 0.45rem 1.1rem 2.3rem;
  }
  .Resources_3 .list .item a .left {
    width: 6.6rem;
  }
  .Home_Quality .box1 {
    gap: 0.3rem;
  }
  .About_2 .box .item .boxRight .content1 {
    font-size: var(--f40);
  }
  .Service_7 .box_ .scroll {
    overflow: auto;
  }
  .Service_9 ._l ul li p {
    font-size: var(--f18);
  }
}
@media screen and (max-width: 1400px) {
  .Footer_Container .box .boxLeft {
    max-width: 3rem;
  }
  .About_1 {
    background-size: cover;
  }
}
@media screen and (max-width: 1300px) {
  .Home_Solution .box {
    --w: 4.5rem;
  }
  .Footer_Container .box .boxCenter .item .bot,
  .Detection_1 .box2 .scroll ul li {
    font-size: 12px;
  }
  .Detection_6 .box .item .bot2 {
    padding: 0.4rem 0.2rem 0.4rem 0.5rem;
    gap: 0.4rem 0.5rem;
  }
  .Detection_6 {
    --w1: 7.1rem;
  }
  .Detection_6 .box .item1::after {
    width: 1rem;
  }
  .Detection_6 .box .item2::after {
    width: 1.6rem;
  }
  .Detection_6 .box .item .bot3 .ite ul li {
    font-size: 12px;
  }
  .Detection_6 .box .item3 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 26% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 26% 100%);
  }
  .Detection_6 .box .item .bot3 {
    padding: 0.4rem 0.45rem 0.7rem 2rem;
  }
  .Detection_6 .box .img img {
    height: 1.8rem;
  }
  .Resources_3 .list .item a .left {
    width: 5.7rem;
  }
  .Service_7 .box_ .scroll > div {
    width: 120%;
  }
  .Service_7 .box_ .scroll1 > div {
    width: 100%;
  }
  .Service_7 .box_ .wid2 {
    width: 5rem;
  }
  .Service_7 .box_ .table1 {
    font-size: 14px;
  }
  .Service_7 .box_ .desc,
  .Service_8 ._item3 ._posi {
    font-size: var(--f18);
  }
}
@media screen and (max-width: 1200px) {
  .Header_Container {
    display: none;
  }
  .Home_Banner .banner .swiper-slide .orientation .content1 {
    font-size: 0.7rem;
  }
  .Home_Banner .page {
    bottom: 0.2rem;
  }
  .Home_Six .box {
    grid-template-columns: repeat(2, 1fr);
  }
  .Home_Six .box .item .orientation {
    padding: 0.3rem var(--interval) 0;
  }
  .Home_Quality .box1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .Home_Solution .box {
    --w: 5vw;
  }
  .Footer_Container .box .boxLeft {
    width: 100%;
  }
  .Footer_Container .box .boxRight {
    width: 100%;
    margin-top: 0.5rem;
  }
  .Footer_Container .box .boxLeft {
    max-width: 50%;
  }
  .Detection_1 {
    background-size: cover;
  }
  .Detection_1 .box1 .boxRight .content1,
  .Detection_1 .box .boxLeft p,
  .f72 {
    font-size: 0.52rem;
  }
  .Detection_1 .box2 .scroll {
    overflow: auto;
  }
  .Detection_1 .box2 .scroll ul {
    width: 200%;
  }
  .Detection_3 .box .item a .content1 {
    height: 1.6rem;
  }
  .Detection_1 .box .boxLeft {
    margin-bottom: 0.5rem;
  }
  .Detection_3 .box {
    gap: 0.3rem;
  }
  .Detection_6 .box .img {
    position: initial;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .Detection_6 .box .img img {
    height: 3rem;
  }
  .Detection_6 .box .item1::after,
  .Detection_6 .box .item2::after {
    display: none;
  }
  .Detection_6 .box .item1 {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .Detection_6 .box .item3 {
    -webkit-clip-path: initial;
    clip-path: initial;
    margin-top: 0.5rem;
  }
  .Detection_6 .box .item .bot3 {
    padding: 0.4rem 0.5rem;
  }
  .Detection_7 .box {
    padding: 0;
  }
  .Detection_6 .box .item .bot3 .ite:nth-child(3),
  .Detection_6 .box .item .bot3 .ite:nth-child(4) {
    margin-left: 0;
  }
  .Detection_7 .box .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0.5rem;
  }
  .Detection_7 .box .button div {
    position: relative !important;
  }
  .Detection_7 .box .page {
    left: 0;
    bottom: 2.3rem;
  }
  .Detection_7 {
    --h: 6rem;
  }
  .Service_2 .box .item .content1 .right p {
    height: 1.42rem;
  }
  .Resources_1 .box .boxRight,
  .About_1 .box .boxRight {
    margin-top: 0.8rem;
  }
  .Resources_2 .list .item a .content1 {
    height: 3.5rem;
  }
  .Resources_3 .list .item a .left {
    width: 50%;
  }
  .Resources_3 .list .item a .right .content1 {
    font-size: var(--f28);
  }
  .About_1 .box1 .list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .About_2 .box .item {
    -webkit-flex-flow: wrap !important;
    -ms-flex-flow: wrap !important;
    flex-flow: wrap !important;
  }
  .About_2 .box .item .boxRight {
    padding: 0.5rem 5vw !important;
  }
  .About_3 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .About_4 .box .swiper figure img {
    max-height: 34%;
  }
  .About_5 .box .box1 {
    width: 100%;
  }
  .About_5 .box .box3,
  .Form_Container .box .boxRight {
    position: initial;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0.5rem;
  }
  .About_5 .box .box1 .item .left p {
    font-size: 0.7rem;
  }
  .Home_About .box .boxLeft,
  .Home_Quality .box .boxLeft,
  .Detection_1 .box .boxLeft,
  .Detection_1 .box1 .boxLeft,
  .Detection_6 .box .boxLeft,
  .Resources_1 .box .boxLeft,
  .About_1 .box .boxLeft,
  .About_2 .box .item .boxLeft,
  .Form_Container .box .boxLeft {
    width: 100%;
    padding-right: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .Home_About .box .boxRight,
  .Home_Quality .box .boxRight,
  .Detection_1 .box .boxRight,
  .Detection_1 .box1 .boxRight,
  .Detection_6 .box .boxRight,
  .Resources_1 .box .boxRight,
  .About_1 .box .boxRight,
  .About_2 .box .item .boxRight,
  .Form_Container .box .boxRight {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding-left: 0;
  }
  .Home_About .box {
    height: auto;
  }
  .Home_About .box .boxRight .list .item {
    padding: 0.5rem;
  }
  .Service_2 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Service_3 .scroll,
  .Service_6 .scroll {
    overflow: auto;
  }
  .Service_3 .scroll picture,
  .Service_6 .scroll picture {
    width: 200%;
  }
  .Service_7 .box_ .wid2 {
    width: 100%;
  }
  .Service_1 .img img {
    min-height: 7rem;
  }
  .Service_7 .box_ .scroll > div {
    width: 180%;
  }
  .Service_7 .box_ .list1,
  .Form_Container .box .boxRight .main .list1,
  .Form_Container .box .boxRight .main .list5 .select .selectBox,
  .Service_7 .box_ .list2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .Form_Container .box .boxRight .main .list2 .bot .li {
    margin-bottom: 10px;
  }
  .Service_7 .box_ .table1 .tips {
    font-size: 12px;
  }
  .Service_8 ._item2 {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 699px) {
  .Home_Banner .page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .Home_Banner .page .number {
    display: none;
  }
  .Home_Banner .page .bot {
    margin-top: 0;
  }
  .Home_About .box .boxRight .list .item .top {
    font-size: 14px;
  }
  .Home_Six .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .Home_Six .box .item .img img {
    height: 7rem;
  }
  .Home_About .box .boxLeft .video,
  .Home_About .box .boxLeft .main {
    height: auto;
  }
  .Home_About .box .boxLeft .main .content2 {
    margin-top: 0.65rem;
  }
  .Home_About .box .boxLeft .main .content1 {
    font-size: 18px;
  }
  .Home_About .box .boxLeft .main .content3 {
    top: 0.34rem;
  }
  .Home_Quality .box .boxLeft .content1,
  .f60,
  .Detection_1 .box1 .boxRight .content1,
  .Detection_1 .box .boxLeft p,
  .f72,
  .f48 {
    font-size: var(--f30);
  }
  .Home_Quality .box1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.3rem;
  }
  .Home_Solution .box .swiper-slide .content1 span {
    font-size: 2.2rem;
    opacity: 0.5;
  }
  .Footer_Container .box .boxLeft {
    max-width: 100%;
  }
  .Footer_Container .box .boxCenter {
    max-width: 100%;
    margin-top: 0.5rem;
  }
  .Footer_Container .box .boxRight {
    display: none;
  }
  .Footer_Container .box .boxLeft .content1 img {
    height: 32px;
  }
  .Footer_Container .box .boxLeft .content3 p {
    margin-right: 15px;
  }
  .Detection_1 .box2 .scroll ul {
    width: 300%;
  }
  .Detection_2 .box .boxLeft {
    width: 100%;
  }
  .Detection_2 .box .boxRight {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0;
  }
  .Detection_6 .desc1 {
    font-size: 14px;
  }
  .Detection_6 .box .item .btn {
    font-size: 14px;
    line-height: 0.8rem;
  }
  .Detection_6 .box .item .bot2 .ite figure img {
    height: 0.95rem;
  }
  .Detection_7 {
    --h: 4rem;
  }
  .Detection_7 .box .page {
    font-size: 14px;
  }
  .Detection_7 .box .button .next,
  .Detection_7 .box .button .prev {
    width: 2.04rem;
    height: 1.7rem;
  }
  .Service_1 .orientation {
    top: 0.8rem;
  }
  .Service_1 .img img {
    min-height: 8.7rem;
  }
  .Service_2 .box .item .content2 .left {
    font-size: 12px;
  }
  .ResourcesNav .box ul li a {
    font-size: 14px;
    padding: 0.3rem 0;
  }
  .ResourcesNav .box ul li {
    margin: 0 0.2rem;
  }
  .fengye .number {
    display: none;
  }
  .Resources_3 .list .item a .left {
    width: 100%;
  }
  .Resources_3 .list .item a .right {
    width: 100%;
  }
  .Resources_3 .list .item a .right .content2 {
    margin-top: 0.4rem;
  }
  .Resources_3 .list .item a .right .content1 {
    font-size: 16px;
  }
  :root {
    --line: 0.78rem;
  }
  .Resources_3 .list .item a .right .content2 p img {
    height: 12px;
  }
  .About_1 .box1 .list .item .top {
    font-size: 12px;
  }
  .About_2 .box .item .boxRight .content3 a img {
    margin-left: 0.5rem;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .About_5 .box .box1 .item .left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .About_5 .box .box2 .swiper .item {
    font-size: 12px;
  }
  .About_5 .box .box3 .prev,
  .About_5 .box .box3 .next {
    opacity: 0.8;
  }
  .biaodian .box .list,
  .Detection_3 .box,
  .Detection_6 .box .item .bot3,
  .Detection_6 .box .item .bot2,
  .Service_2 .box,
  .Resources_2 .list,
  .Service_7 .box_ .list1,
  .Form_Container .box .boxRight .main .list1,
  .Form_Container .box .boxRight .main .list5 .select .selectBox,
  .Service_7 .box_ .list2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Form_Container .box .boxRight .main .list1 .item .bot input {
    height: 0.7rem;
  }
  .Form_Container .box .boxRight .main .list1 .item {
    padding-top: 0.3rem;
  }
  .Form_Container .box .boxRight .main .list5 .bot {
    line-height: 0.7rem;
  }
  .Form_Container .box .boxRight .main .list5 .bot .hide p,
  .Form_Container .box .boxRight .main .list2 .bot .li .radio p,
  .Form_Container .box .boxRight .main .list5 .select .selectBox .li .radio p {
    font-size: 12px;
  }
  .Form_Container .box .boxRight .main .list4 input {
    height: 0.78rem;
  }
  .Service_3 .scroll picture,
  .Service_6 .scroll picture {
    width: 300%;
  }
  .Service_7 .box_ .scroll > div {
    width: 300%;
  }
  .Service_7 .box_ .table1 {
    font-size: 12px;
  }
  .Service_5 .box {
    font-size: var(--f18);
  }
  .Service_7 .box_ .list2 .item_ img {
    width: 0.33rem;
  }
  .Service_7 .box_ .h6,
  .Service_7 .box_ .h5 {
    font-size: 16px;
  }
  .Service_7 .box_ .list3 .item_ .c {
    display: none;
  }
  .Service_7 .box_ .list3 .item_ .r {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .biaodian .box .list2 .left {
    width: 100%;
    max-width: 100%;
  }
  .biaodian .box .list2 .right {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .biaodian .box .list2 .right input {
    width: 2.6rem;
    border: 1px solid #fff;
  }
  .Service_2 .box .item .content2 .left {
    height: 4.6em;
    max-height: 4.6em;
  }
  .Home_Solution .box .swiper-slide .content3 {
    height: 6.9em;
    max-height: 6.9em;
  }
  .Service_8 ._item1 ._content {
    margin-top: 0;
  }
  .Service_8 ._item2 div img {
    height: 0.72rem;
  }
  .Service_8 ._item2 div p {
    font-size: var(--f20);
  }
  .Service_9 ._l {
    width: 100%;
    margin-bottom: 0.7rem;
  }
  .Service_9 ._r {
    padding: 0;
    width: 100%;
    flex: 1 100%;
  }
  .Service_9 ._l ul li p {
    left: 0.5rem;
  }
  .Service_8 ._item3 {
    border: 1px solid #41d0ee;
    margin: 0.2rem 0;
    padding: 0.3rem 0.2rem;
  }
  .Service_8 ._item3 img {
    display: none;
  }
  .Service_8 ._item3 ._posi {
    position: initial;
    transform: translate(0, 0);
    padding: 0;
  }
}
/*# sourceMappingURL=./style.css.map */