body {
  --ww: 1.5rem;
  --bj: var(--ww);
  --top: 1rem;
  --color: #ff6500;
  --gap: 0.9rem;
  --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;
  --f40: 0.4rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f64: 0.64rem;
}
@media (min-width: 1921px) {
  body {
    --bj: calc((100vw - (19.2rem - var(--ww))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 22px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 0.34rem;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f50: 0.46rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f64: 0.54rem;
    --bj: 5vw;
    --top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.38rem;
    --f30: 0.4rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.4rem;
    --f40: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.42rem;
    --f50: 0.42rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
    --f64: 0.48rem;
  }
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
/** 纵向滚动条样式 */
.maodian {
  position: relative;
  top: calc(70px * -1 + 1px);
}
html,
body {
  scroll-behavior: smooth;
}
.pt {
  padding-top: var(--gap);
}
.pb {
  padding-bottom: var(--gap);
}
.wMain {
  padding-left: var(--bj);
  padding-right: var(--bj);
  width: 100%;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f32);
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #333;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f6f6;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
.pc_main {
	@media screen and (max-width:1200px) {
		display: none !important;
	}
}

.phone_main {
	display: none !important;

	@media screen and (max-width:1200px) {
		display: flex !important;
	}
}

@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item 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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.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;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: var(--color);
  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;
  -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: #ff6500;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.Sitemap .container {
  padding: var(--gap) var(--bj);
}
.Sitemap .container .ap_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.46rem;
}
.Sitemap .container .ap_top p {
  font-size: var(--f32);
  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-size: var(--f26);
}
.Sitemap .container .ap_bot .item .content1 a:hover {
  color: #ff6500;
}
.Sitemap .container .ap_bot .item .content2 {
  margin-top: 0.22rem;
  font-size: var(--f20);
}
.Sitemap .container .ap_bot .item .content2 .firstorder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #333;
}
.Sitemap .container .ap_bot .item .content2 .firstorder a:hover {
  color: #ff6500;
}
.Sitemap .container .ap_bot .item .content2 .multistage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.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: #ff6500;
}
.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: #ff6500;
}
.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: #ff6500;
}
.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 + a {
  margin-top: 4px;
}
.Sitemap .container .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #ff6500;
}
.pc_header {
  z-index: 90;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
}
.pc_header .he_box {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  padding: 0 var(--bj);
}
.pc_header .he_box .logo a {
  position: relative;
}
.pc_header .he_box .logo a img {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  height: 0.4rem;
}
.pc_header .he_box .logo a .white {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pc_header .he_box .column {
  font-size: var(--f18);
}
.pc_header .he_box .column .nav {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.pc_header .he_box .column .nav .item {
  position: relative;
}
.pc_header .he_box .column .nav .item > p a {
  position: relative;
  line-height: var(--top);
  color: #fff;
}
.pc_header .he_box .column .nav .item > p a::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #f5f5f5;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.6rem;
}


.pc_header .he_box .column .nav .item:hover .jjfa_nav,
.pc_header .he_box .column .nav .item:hover .dlxl {
  display: block;
}
.pc_header .he_box .column .nav .item:hover > p a,
.pc_header .he_box .column .nav .item.active > p a {
  color: #fff;
}
.pc_header .he_box .column .nav .item.active > p a::before{
    opacity: 0;
}
.pc_header .he_box .column .nav .item:hover > p a::before{
    opacity: 1;
}
.pc_header .he_box .column .nav .item:hover > p a::before,
.pc_header .he_box .column .nav .item.active > p a::before {
  left: 0;
  width: 100%;
}
.pc_header .he_box .column .nav .item.active > p a::before {
  bottom: 20%;
}
.pc_header .he_box .column .nav .item:hover > p a::before {
  bottom: 0%;
}
.pc_header .he_box .column .nav .item.active > p a{
    color:#ff6500 ;
}

.pc_header .he_box .column .menu {
  margin-left: 0.6rem;
}
.pc_header .he_box .column .menu .lang a {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pc_header .he_box .column .menu .lang a span {
  margin-left: 6px;
}
.pc_header .he_box .column .menu .lang a svg {
  width: var(--f20);
}
.pc_header .he_box .column .menu .lang a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pc_header .he_box .column .menu .search {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
  margin-left: 0.4rem;
}
.pc_header .he_box .column .menu .search svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pc_header .he_box .column .menu .search svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pc_header .he_box .column .menu .search .yuan {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  right: 550%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: var(--h1);
  height: var(--h1);
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.pc_header .he_box .column .menu .search .yuan img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.pc_header .he_box .column .menu .lxwm {
  margin-left: 0.3rem;
}
.pc_header.active {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.pc_header.active .he_box .logo a img {
  opacity: 1;
}
.pc_header.active .he_box .logo a .white {
  opacity: 0;
}
.pc_header.active .he_box .column .nav {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.pc_header.active .he_box .column .menu .search {
  margin-left: calc(0.4rem + (var(--h1) / 2));
}
.pc_header.active .he_box .column .menu .search svg {
  opacity: 0;
}
.pc_header.active .he_box .column .menu .search .yuan {
  right: 0;
  opacity: 1;
  visibility: inherit;
}
.pc_header.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.pc_header:hover .he_box,
.pc_header.sticky .he_box {
  background: #fff;
}
.pc_header:hover .he_box .logo a img,
.pc_header.sticky .he_box .logo a img {
  opacity: 1;
}
.pc_header:hover .he_box .logo a .white,
.pc_header.sticky .he_box .logo a .white {
  opacity: 0;
}
.pc_header:hover .he_box .column .nav,
.pc_header.sticky .he_box .column .nav {
  visibility: initial;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.pc_header:hover .he_box .column .nav .item > p a,
.pc_header.sticky .he_box .column .nav .item > p a {
  color: #000;
}
.pc_header:hover .he_box .column .nav .item > p a::before,
.pc_header.sticky .he_box .column .nav .item > p a::before {
  background: #ff6500;
}
.pc_header:hover .he_box .column .nav .item:hover > p a,
.pc_header.sticky .he_box .column .nav .item:hover > p a,
.pc_header:hover .he_box .column .nav .item.active > p a,
.pc_header.sticky .he_box .column .nav .item.active > p a {
  color: #ff6500;
}
.pc_header:hover .he_box .column .menu .lang a,
.pc_header.sticky .he_box .column .menu .lang a {
  color: #000;
}
.pc_header:hover .he_box .column .menu .lang a svg path,
.pc_header.sticky .he_box .column .menu .lang a svg path {
  fill: #000;
}
.pc_header:hover .he_box .column .menu .search,
.pc_header.sticky .he_box .column .menu .search {
  margin-left: -webkit-calc(0.4rem);
  margin-left: calc(0.4rem);
}
.pc_header:hover .he_box .column .menu .search svg,
.pc_header.sticky .he_box .column .menu .search svg {
  opacity: 1;
}
.pc_header:hover .he_box .column .menu .search svg path,
.pc_header.sticky .he_box .column .menu .search svg path {
  fill: #000;
}
.pc_header:hover .he_box .column .menu .search .yuan,
.pc_header.sticky .he_box .column .menu .search .yuan {
  right: 550%;
  opacity: 0;
  visibility: hidden;
}
.pc_header.on {
  transform: translateY(-101%);
}
.pc_header:hover .he_box .column .nav .item > p a::before {
  bottom: 0;
}

.dlxl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 1.5rem;
  display: none;
}
.dlxl ul {
  padding: 0.12rem 0.2rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0px 0px 5px #f5f5f5;
  box-shadow: 0px 0px 5px #f5f5f5;
  border-radius: 15px;
}
.dlxl ul li a {
  text-align: center;
  font-size: var(--f16);
  line-height: 1.5;
  color: #666;
  padding: 0.06rem 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
}
.dlxl ul li a:hover {
  color: #ff6500;
}
.jjfa_nav {
  position: absolute;
  width: 11.8rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  left: -4.25rem;
  min-height: 1rem;
  border-radius: 15px;
  --p: 0.4rem;
  padding: var(--p);
  display: none;
  -webkit-box-shadow: 0px 0px 5px #f5f5f5;
  box-shadow: 0px 0px 5px #f5f5f5;
}
.jjfa_nav .top_ ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.jjfa_nav .top_ ul li {
  margin-right: 0.2rem;
}
.jjfa_nav .top_ ul li a {
  font-size: var(--f16);
  color: #333;
  min-width: 1.4rem;
  height: 0.48rem;
  border: 1px solid #ccc;
  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;
  border-radius: 0.3rem;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.jjfa_nav .top_ ul li a p {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  background: #eaeaea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.jjfa_nav .top_ ul li a p i {
  margin: auto;
  font-size: var(--f14);
}
.jjfa_nav .top_ ul li a:hover {
  color: #ff6500;
}
.jjfa_nav .top_ ul li.active a {
  background: #ff6500;
  border-color: #ff6500;
  color: #fff !important;
}
.jjfa_nav .top_ ul li.active a p {
  background: #fff;
  color: #ff6500;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.jjfa_nav .heng {
  height: 1px;
  background: #ddd;
  margin: var(--p) 0;
}
.jjfa_nav .bot_ .list_ {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  display: none;
}
.jjfa_nav .bot_ .list_.active {
  display: grid;
}
.jjfa_nav .bot_ .list_ a figure {
  border-radius: 15px;
  overflow: hidden;
}
.jjfa_nav .bot_ .list_ a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.jjfa_nav .bot_ .list_ a figcaption {
  margin-top: 0.18rem;
}
.jjfa_nav .bot_ .list_ a figcaption .content1 {
  font-size: var(--f20);
  color: #000;
  transition: 0.4s;
}
.jjfa_nav .bot_ .list_ a figcaption .content2 {
  font-size: var(--f16);
  color: #666;
  margin-top: 0.12rem;
}
.jjfa_nav .bot_ .list_ a:hover figure img {
  transform: scale(1.05);
}
.jjfa_nav .bot_ .list_ a:hover figcaption .content1 {
  color: #ff6500;
}
.pc_footer {
  background: #1a1a1a;
}
.pc_footer .ter_top {
  padding: 0.8rem 0 0.6rem;
}
.pc_footer .ter_top .le_box {
  width: 48%;
}
.pc_footer .ter_top .le_box .logo a img {
  height: 0.4rem;
}
.pc_footer .ter_top .le_box .lxwm {
  margin-top: 0.62rem;
}
.pc_footer .ter_top .le_box .lxwm p {
  font-size: var(--f16);
  color: rgba(255, 255, 255, 0.5);
}
.pc_footer .ter_top .le_box .lxwm p a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
  display: inline;
}
.pc_footer .ter_top .le_box .lxwm p a:hover[href] {
  color: #fff;
}
.pc_footer .ter_top .le_box .lxwm p + p {
  margin-top: 0.12rem;
}
.pc_footer .ter_top .le_box .lxwm p:first-child {
  margin-bottom: 0.24rem;
}
.pc_footer .ter_top .le_box .lxwm p:first-child a {
  margin-top: 0.12rem;
  font-size: var(--f22);
  display: block;
  color: #fff;
  font-family: MontserratMedium;
}
.pc_footer .ter_top .ri_box {
  width: 48%;
}
.pc_footer .ter_top .ri_box .item .one {
  margin-bottom: 0.32rem;
}
.pc_footer .ter_top .ri_box .item .one a {
  font-size: var(--f20);
  color: #fff;
}
.pc_footer .ter_top .ri_box .item .two a {
  font-size: var(--f16);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
}
.pc_footer .ter_top .ri_box .item .two a + a {
  margin-top: 0.12rem;
}
.pc_footer .ter_top .ri_box .item .two a:hover {
  color: #fff;
}
.pc_footer .ter_bot {
  padding: 0.32rem 0;
  border-top: 1px solid rgba(204, 204, 204, 0.15);
}
.pc_footer .ter_bot .copy a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.3);
}
.pc_footer .ter_bot .copy a:hover[href] {
  color: #fff;
}
.pc_footer .ter_bot .copy a + a {
  margin-left: 0.2rem;
}
.pc_footer .ter_bot .share .li {
  position: relative;
}
.pc_footer .ter_bot .share .li a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  opacity: 0.4;
}
.pc_footer .ter_bot .share .li .post {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  width: 1rem;
  left: 50%;
  bottom: 170%;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
}
.pc_footer .ter_bot .share .li .post::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #fff;
}
.pc_footer .ter_bot .share .li .post > div {
  position: relative;
  overflow: hidden;
}
.pc_footer .ter_bot .share .li .post > div img {
  width: 100%;
}
.pc_footer .ter_bot .share .li .post > div span {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: runEwm 2s linear infinite;
  animation: runEwm 2s linear infinite;
}
.pc_footer .ter_bot .share .li + .li {
  margin-left: 0.42rem;
}
.pc_footer .ter_bot .share .li:hover a {
  opacity: 1;
}
.pc_footer .ter_bot .share .li:hover .post {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
@-webkit-keyframes runEwm {
  0% {
    top: 0;
  }
  50% {
    top: 90%;
  }
  100% {
    top: 0;
  }
}
@keyframes runEwm {
  0% {
    top: 0;
  }
  50% {
    top: 90%;
  }
  100% {
    top: 0;
  }
}
.pu_top {
  --w: 0.5rem;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 5;
  position: fixed;
  right: 0.2rem;
  bottom: 0;
  opacity: 0;
}
.pu_top div {
  cursor: pointer;
  background: #ff6500;
  border-radius: 50%;
  width: var(--w);
  height: var(--w);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pu_top div img {
  margin: auto;
  max-width: 36%;
}
.pu_top.active {
  opacity: 1;
  bottom: 0.8rem;
}
.white {
  color: #fff;
}
.center {
  text-align: center;
}
:root {
  --rw: 28px;
  --h1: 0.54rem;
}
.title_01 .t1 {
  font-size: var(--f50);
  font-weight: bold;
  line-height: 1.28;
}
.title_01 .t1 span {
  transition: 0.4s;
}
.title_01 .t1 .active {
  color: #ff6500;
}
.title_01 .t1 em {
  /*color: #ff6500;*/
  font-style: normal;
}


.title_01 .t2 {
  margin-top: 0.2rem;
  font-size: var(--f28);
  line-height: 1.5;
}
.title_02 .t1 {
  font-size: var(--f50);
  line-height: 1.28;
}
.title_02 .t1 span {
  font-weight: bold;
}
.title_03 .t1 {
  font-size: var(--f44);
  line-height: 1.28;
}
.title_03 .t1 span {
  font-weight: bold;
}
.pu_link {
  display: inline-block;
}
.pu_link .a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  min-width: 1.6rem;
  height: var(--h1);
  background: #ff6500;
  border-radius: -webkit-calc(var(--h1) / 2);
  border-radius: calc(var(--h1) / 2);
  font-size: var(--f18);
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.16rem 0 0.24rem;
}
.pu_link .a span {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  line-height: var(--rw);
}
.pu_link .a .yuan {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: var(--rw);
  height: var(--rw);
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9em;
  position: relative;
  overflow: hidden;
}
.pu_link .a .yuan i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
  color: #ff6500;
}
.pu_link .a .yuan .i2 {
  position: absolute;
  top: 50%;
  left: -55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pu_link .a:hover .yuan .i1 {
  -webkit-transform: translateX(var(--rw));
  -ms-transform: translateX(var(--rw));
  transform: translateX(var(--rw));
}
.pu_link .a:hover .yuan .i2 {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pu_link.border .a {
  outline: 1px solid #ff6500;
  background: none;
}
.pu_link.border .a span {
  color: #ff6500;
}
.pu_link.border .a .yuan {
  background: #ff6500;
}
.pu_link.border .a .yuan i {
  color: #fff;
}
.pu_link.border .a:hover {
  background: #ff6500;
}
.pu_link.border .a:hover span {
  color: #fff;
}
.pu_link.border .a:hover .yuan {
  background: #fff;
}
.pu_link.border .a:hover .yuan i {
  color: #ff6500;
}
.pu_link.border_white .a {
  outline: 1px solid #fff;
  background: none;
}
.pu_link.border_white .a span {
  color: #fff;
}
.pu_link.border_white .a .yuan {
  background: #fff;
}
.pu_link.border_white .a .yuan i {
  color: #ff6500;
}
.pu_link.border_white .a:hover {
  background: #fff;
}
.pu_link.border_white .a:hover span {
  color: #ff6500;
}
.pu_link.border_white .a:hover .yuan {
  background: #ff6500;
}
.pu_link.border_white .a:hover .yuan i {
  color: #fff;
}
.m70 {
  margin-top: 0.7rem;
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img {
  width: 100%;
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img img,
.index_banner .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: var(--vh);
}
.index_banner .swiper .swiper-slide .slide_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(31, 20, 10, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(31, 20, 10, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(31, 20, 10, 0.3), rgba(0, 0, 0, 0));
}
.index_banner .swiper .swiper-slide .slide_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));*/
  /*background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));*/
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));*/
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: var(--top) var(--bj) 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  font-size: var(--f64);
  color: #fff;
  line-height: 1.375;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 span {
  font-weight: bold;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  -webkit-transition: 0.5s 0.25s;
  -o-transition: 0.5s 0.25s;
  transition: 0.5s 0.25s;
  opacity: 0;
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  margin-top: 0.32rem;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1,
.index_banner .swiper .swiper-slide-active .slide_post > div .content2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.index_banner .div_ {
  --w: 0.6rem;
  z-index: 2;
  position: absolute;
  width: 100%;
  padding: 0 var(--bj);
  bottom: 5%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.index_banner .div_ div {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.6;
  font-size: var(--f18);
  width: var(--w);
  height: auto;
  border-radius: 0;
  background: none;
  margin: 0 !important;
}
.index_banner .div_ div p {
  color: #fff;
  font-family: MontserratRegular;
}
.index_banner .div_ div span {
  margin-top: 0.1rem;
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
}
.index_banner .div_ div + div {
  margin-left: 0.12rem !important;
}
.index_banner .div_ div.swiper-pagination-bullet-active {
  opacity: 1;
  width: calc(var(--w) * 2);
}
.index_about {
  position: relative;
}
.index_about .ab_top {
  position: relative;
  z-index: 2;
}
.index_about .ab_bot {
  margin-top: 1.7rem;
}
.index_about .ab_bot .div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  z-index: 1;
}
.index_about .ab_bot .div1 .li .tips {
  font-size: var(--f20);
  color: #7f7f7f;
}
.index_about .ab_bot .div1 .li .num {
  margin-top: 0.2rem;
  color: #ff6500;
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.index_about .ab_bot .div1 .li .num p {
  font-size: var(--f60);
  font-family: MontserratBold;
  line-height: 0.8;
}
.index_about .ab_bot .div1 .li .num span {
  margin-left: 0.1rem;
  font-size: var(--f22);
}
.index_about .ab_bot .div2 {
  overflow: hidden;
  margin-top: -6.6rem;
}
.index_about .ab_bot .div2 .bk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_about .ab_bot .div2 .bk img {
  width: 100%;
  height: 100%;
}
.index_about .ab_bot .div2 .bk video {
  height: 10.8rem;
  width: 100%;
}
.index_creation {
  position: relative;
  background: url("../images/bk-1.jpg") no-repeat bottom center / 100% auto;
}
.index_creation .cr_cen {
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_creation .cr_cen .item {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  --h: 5.08rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.index_creation .cr_cen .item .bk {
  width: 100%;
  overflow: hidden;
}
.index_creation .cr_cen .item .bk img {
  width: 100%;
  height: var(--h);
}
.index_creation .cr_cen .item .post_1 {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  width: 100%;
  min-height: 37%;
  padding: 0.32rem;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ff6500;
}
.index_creation .cr_cen .item .post_1 > div {
  width: 100%;
  margin: auto;
  color: #fff;
  text-align: center;
}
.index_creation .cr_cen .item .post_1 > div .t1 {
  font-size: var(--f24);
}
.index_creation .cr_cen .item .post_1 > div .t2 {
  margin-top: 0.18rem;
}
.index_creation .cr_cen .item .post_1 > div .t2 p {
  font-size: var(--f18);
  line-height: 1.8;
}
.index_creation .cr_cen .item .post_2 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.32rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.index_creation .cr_cen .item .post_2 > div {
  width: 100%;
  margin: auto 0 0;
  text-align: center;
  color: #fff;
  font-size: var(--f24);
}
@media (min-width: 1200px) {
  .index_creation .cr_cen .item:hover {
    -webkit-box-flex: 1.72;
    -webkit-flex: 1.72;
    -ms-flex: 1.72;
    flex: 1.72;
  }
  .index_creation .cr_cen .item:hover .post_1 {
    opacity: 1;
  }
  .index_creation .cr_cen .item:hover .post_2 {
    opacity: 0;
  }
}
.index_creation .cr_bot {
  padding: 0.7rem 0;
}
.index_creation .cr_bot .banner {
  overflow: hidden;
}
.index_creation .cr_bot .banner ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}
.index_creation .cr_bot .banner ul li {
  width: 2.88rem;
  height: 1.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_creation .cr_bot .banner ul li img {
  margin: auto;
  max-width: 32%;
  max-height: 50%;
}
.index_creation .cr_bot .banner ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(-webkit-calc(-50%), 0, 0);
    transform: translate3d(calc(-50% - 0rem), 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(-webkit-calc(-50%), 0, 0);
    transform: translate3d(calc(-50% - 0rem), 0, 0);
  }
}
.pu_li_1 a {
  background: #fff;
  border-radius: 0.15rem;
}
.pu_li_1 a .img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.15rem 0.15rem 0 0;
}
.pu_li_1 a .img img {
  border-radius: inherit;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.pu_li_1 a .box > div {
  padding: 0.38rem 0.28rem 0.5rem;
}
.pu_li_1 a .box > div .t1 {
  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;
}
.pu_li_1 a .box > div .t1 span {
  width: var(--f18);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pu_li_1 a .box > div .t1 span img {
  margin: auto;
  width: 100%;
}
.pu_li_1 a .box > div .t1 p {
  font-size: var(--f18);
  padding-left: 8px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
  font-family: MontserratRegular;
}
.pu_li_1 a .box > div .t2 {
  margin-top: 0.26rem;
  font-size: var(--f24);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
  line-height: 1.6;
  height: 3.2em;
}
.pu_li_1 a:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.pu_li_1 a:hover .box > div .t1 p {
  color: #999;
}
.pu_li_1 a:hover .box > div .t2 {
  color: #ff6500;
}
.index_news {
  position: relative;
  background: #f8f8f8;
}
.index_news .ws_bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.pu_lxwm {
  margin: 0 auto;
}
.pu_lxwm .box {
  position: relative;
}
.pu_lxwm .box .bk {
  width: 100%;
    position: relative;
  overflow: hidden;
  /*background: #ff6500;*/
}
.pu_lxwm .box .bk>img {
  width: 100%;
    /*opacity: 0;*/
}
.pu_lxwm .box .bk p {
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 100%;
  display: none;
}
.pu_lxwm .box .bk p img {
  width: 100%;
  animation: 15s yz linear infinite;
}
.pu_lxwm .box .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 var(--bj);
}
.pu_lxwm .box .post > div {
  width: 100%;
  margin: auto;
}
@keyframes yz {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: scale(0.8) rotate(180deg);
    opacity: 0.6;
  }
  100% {
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }
}
.index_solution {
  background: #f8f8f8;
  --l: 4.2rem;
  --w1: 15px;
  --w2: 2.2rem;
  overflow: hidden;
}
.index_solution .le_box {
  z-index: 6;
}
.index_solution .le_box .content2 .toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index_solution .le_box .content2 .toggle a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  min-width: 1.4rem;
  line-height: var(--h1);
  border-radius: -webkit-calc(var(--h1) / 2);
  border-radius: calc(var(--h1) / 2);
  outline: 1px solid #ff6500;
  color: #ff6500;
  font-size: var(--f18);
  text-align: center;
}
.index_solution .le_box .content2 .toggle a + a {
  margin-left: 0.15rem;
}
.index_solution .le_box .content2 .toggle a:hover,
.index_solution .le_box .content2 .toggle a.active {
  background: #ff6500;
  color: #fff;
}
.index_solution .le_box .content3 .div_box {
  display: none;
}
.index_solution .le_box .content3 .div_box.active {
  display: block;
}
.index_solution .le_box .content3 .item {
  display: none;
  width: var(--l);
}
.index_solution .le_box .content3 .item:nth-child(3) .svg {
  position: relative;
}
.index_solution .le_box .content3 .item:nth-child(3) .svg svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.2rem;
  max-height: none;
}

.index_solution .le_box .content3 .item a {
  background: #fff;
  border-radius: 0.2rem;
  padding: 0.62rem 0.42rem;
}
.index_solution .le_box .content3 .item a .svg {
  height: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_solution .le_box .content3 .item a .svg svg {
  margin: auto 0;
  max-height: 100%;
}
.index_solution .le_box .content3 .item a .box {
  margin-top: 0.34rem;
}
.index_solution .le_box .content3 .item a .box .div1 .t1 {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000;
  font-size: var(--f30);
  font-weight: bold;
}
.index_solution .le_box .content3 .item a .box .div1 .t2 {
  margin-top: 0.1rem;
  color: #666;
  font-size: var(--f18);
  line-height: 2;
  height: 6em;
}
.index_solution .le_box .content3 .item a .box .div2 {
  margin-top: 0.3rem;
}
.index_solution .le_box .content3 .item a .box .div2 > div {
  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: var(--f18);
  line-height: var(--rw);
}
.index_solution .le_box .content3 .item a .box .div2 > div span {
  color: #ff6500;
}
.index_solution .le_box .content3 .item a .box .div2 > div p {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 0.12rem;
  width: var(--rw);
  height: var(--rw);
  background: #ff6500;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_solution .le_box .content3 .item a .box .div2 > div p i {
  font-size: 0.9em;
  margin: auto;
  color: #fff;
}
.index_solution .le_box .content3 .item a:hover .box .div1 .t1 {
  color: #ff6500;
}
.index_solution .le_box .content3 .item a:hover .box .div2 > div p {
  margin-left: 0.22rem;
}
.index_solution .le_box .content3 .item.active {
  display: block;
}
.index_solution .ri_box {
  width: 70.4%;
}
.index_solution .ri_box .div_box {
  position: relative;
  display: none;
}
.index_solution .ri_box .div_box.active {
  display: block;
}
.index_solution .ri_box .div_box .bk {
  width: 100%;
  position: relative;
  z-index: 3;
}
.index_solution .ri_box .div_box .bk img {
  width: 100%;
}
.index_solution .ri_box .div_box .bk_box p {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_solution .ri_box .div_box .bk_box p img {
  width: 100%;
  height: 100%;
}
.index_solution .ri_box .div_box .bk_box .p1 {
  -webkit-clip-path: circle(0% at 51% 48%);
  clip-path: circle(0% at 51% 48%);
  z-index: 4;
}
.index_solution .ri_box .div_box .bk_box .p1.active {
  -webkit-animation: fade_5 1.6s infinite ease-in;
  animation: fade_5 1.6s infinite ease-in;
}
.index_solution .ri_box .div_box .bk_box .p2 {
  opacity: 0;
  -webkit-transform: translateX(-5rem);
  -ms-transform: translateX(-5rem);
  transform: translateX(-5rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_solution .ri_box .div_box .bk_box .p2 .img1 {
  -webkit-clip-path: polygon(100% 0%, 25% 0%, 25% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 25% 0%, 25% 100%, 100% 100%);
}
.index_solution .ri_box .div_box .bk_box .p2 .img2 {
  position: absolute;
  left: 100%;
  top: 0;
}
.index_solution .ri_box .div_box .bk_box .p2.active {
  opacity: 1;
}
.index_solution .ri_box .div_box .bk_box .p3 {
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
}
.index_solution .ri_box .div_box .bk_box .p3.active {
  -webkit-animation: fade_6 2s infinite ease-in-out;
  animation: fade_6 2s infinite ease-in-out;
}
.index_solution .ri_box .div_box .bk_box .p4 {
  z-index: 4;
  opacity: 0;
}
.index_solution .ri_box .div_box .bk_box .p4 img {
  -webkit-transform: scale(0.4) translate(1.5rem, -2rem);
  -ms-transform: scale(0.4) translate(1.5rem, -2rem);
  transform: scale(0.4) translate(1.5rem, -2rem);
}
.index_solution .ri_box .div_box .bk_box .p4.active {
  opacity: 1;
}
.index_solution .dian {
  position: absolute;
  z-index: 6;
}
.index_solution .dian .n1 {
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  z-index: 1;
}
.index_solution .dian .n1::after,
.index_solution .dian .n1::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 387%;
  height: 387%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background: -o-radial-gradient(50% 50%, circle, rgba(255, 255, 255, 0) 50%, rgba(255, 101, 0, 0.8));
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 101, 0, 0.8));
  border-radius: inherit;
}
.index_solution .dian .n1::after {
  width: 287%;
  height: 287%;
}
.index_solution .dian .n1 p {
  z-index: 1;
  position: relative;
  width: var(--w1);
  height: var(--w1);
  background: #ff6500;
  border-radius: inherit;
  transform: scale(1.3);
  
}
.index_solution .dian .n1 p::before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 177%;
  height: 177%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background: -o-radial-gradient(50% 50%, circle, rgba(255, 255, 255, 0) 50%, rgba(255, 101, 0, 0.8));
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 101, 0, 0.8));
  border-radius: inherit;
}
.index_solution .dian .n1 p span{
  position: absolute;
  left: 3.4px;
  top: 6.2px;
  width: 8px;
  height: 2px;
  background: #fff;
  z-index: 5;
    
}
.index_solution .dian .n1 p span:after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 2px;
  transform:  translate(-50%, -50%) rotate(90deg);
  background: #fff;
  z-index: 5;
  transition: .4s;
}



.index_solution .dian .n2 {
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.index_solution .dian .n2::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: var(--w1);
  height: var(--w1);
  border-radius: 50%;
  background: #ff6500;
}
.index_solution .dian .n2 .n3 {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 2px solid #fff;
  border-radius: 0.15rem;
  color: #000;
  text-align: center;
  width: var(--w2);
  height: var(--w2);
  padding: 0.22rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_solution .dian .n2 .n3 > div {
  width: 100%;
  margin: auto;
}
.index_solution .dian .n2 .n3 > div .img {
  height: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.index_solution .dian .n2 .n3 > div .img img,
.index_solution .dian .n2 .n3 > div .img svg {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.index_solution .d3 .n2 .n3 > div .img svg{
    transform: scale(1.5);
}
.index_solution .dian .n2 .n3 > div .text {
  margin-top: 0.22rem;
  font-size: var(--f20);
}
.index_solution .dian.d1 .n2 {
  left: -webkit-calc(var(--w1) / 3);
  left: calc(var(--w1) / 3);
  top: -webkit-calc(var(--w1) / 2);
  top: calc(var(--w1) / 2);
}
.index_solution .dian.d1 .n2 > img {
  height: 0.89rem;
}
.index_solution .dian.d1 .n2::before {
  bottom: -webkit-calc(var(--w1) / 3 * -1);
  bottom: calc(var(--w1) / 3 * -1);
  right: -webkit-calc(var(--w1) / 2 * -1);
  right: calc(var(--w1) / 2 * -1);
}
.index_solution .dian.d1 .n2 .n3 {
  left: 100%;
  top: 72%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  width: calc(var(--w2) - 0.3rem);
  height: calc(var(--w2) - 0.3rem);
}
.index_solution .dian.d1 .n2 .n3 > div .img {
  height: 0.6rem;
}
.index_solution .dian.d2 .n2 {
  right: -webkit-calc(var(--w1) / 3);
  right: calc(var(--w1) / 3);
  top: -webkit-calc(var(--w1) / 2);
  top: calc(var(--w1) / 2);
}
.index_solution .dian.d2 .n2 > img {
  height: 1.06rem;
}
.index_solution .dian.d2 .n2::before {
  bottom: -webkit-calc(var(--w1) / 3 * -1);
  bottom: calc(var(--w1) / 3 * -1);
  left: -webkit-calc(var(--w1) / 2 * -1);
  left: calc(var(--w1) / 2 * -1);
}
.index_solution .dian.d2 .n2 .n3 {
  right: 100%;
  top: 72%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  width: calc(var(--w2) - 0.3rem);
  height: calc(var(--w2) - 0.3rem);
}
.index_solution .dian.d2 .n2 .n3 > div .img {
  height: 0.6rem;
}
.index_solution .dian.d3 .n2 {
  left: -webkit-calc(var(--w1) / 3);
  left: calc(var(--w1) / 3);
  bottom: -webkit-calc(var(--w1) / 2);
  bottom: calc(var(--w1) / 2);
}
.index_solution .dian.d3 .n2 > img {
  height: 1.06rem;
}
.index_solution .dian.d3 .n2::before {
  top: -webkit-calc(var(--w1) / 3 * -1);
  top: calc(var(--w1) / 3 * -1);
  right: -webkit-calc(var(--w1) / 2 * -1);
  right: calc(var(--w1) / 2 * -1);
}
.index_solution .dian.d3 .n2 .n3 {
  left: 100%;
  top: -28%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  width: calc(var(--w2) - 0.3rem);
  height: calc(var(--w2) - 0.3rem);
}
.index_solution .dian.d3 .n2 .n3 > div .img {
  height: 0.6rem;
}
.index_solution .dian.d4 .n2 {
  right: -webkit-calc(var(--w1) / 3);
  right: calc(var(--w1) / 3);
  bottom: -webkit-calc(var(--w1) / 2);
  bottom: calc(var(--w1) / 2);
}
.index_solution .dian.d4 .n2 > img {
  height: 1.12rem;
}
.index_solution .dian.d4 .n2::before {
  top: -webkit-calc(var(--w1) / 3 * -1);
  top: calc(var(--w1) / 3 * -1);
  left: -webkit-calc(var(--w1) / 2 * -1);
  left: calc(var(--w1) / 2 * -1);
}
.index_solution .dian.d4 .n2 .n3 {
  right: 100%;
  top: -28%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  width: calc(var(--w2) - 0.3rem);
  height: calc(var(--w2) - 0.3rem);
}
.index_solution .dian.d4 .n2 .n3 > div .img {
  height: 0.6rem;
}
.index_solution .dian.d5 .n2 {
  right: -webkit-calc(var(--w1) / 3);
  right: calc(var(--w1) / 3);
  bottom: -webkit-calc(var(--w1) / 2);
  bottom: calc(var(--w1) / 2);
}
.index_solution .dian.d5 .n2 > img {
  height: 1.12rem;
}
.index_solution .dian.d5 .n2::before {
  top: -webkit-calc(var(--w1) / 3 * -1);
  top: calc(var(--w1) / 3 * -1);
  left: -webkit-calc(var(--w1) / 2 * -1);
  left: calc(var(--w1) / 2 * -1);
}
.index_solution .dian.d5 .n2 .n3 {
  right: 100%;
  bottom: 72%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.index_solution .dian.d6 .n2 {
  right: -webkit-calc(var(--w1) / 3);
  right: calc(var(--w1) / 3);
  top: -webkit-calc(var(--w1) / 2);
  top: calc(var(--w1) / 2);
}
.index_solution .dian.d6 .n2 > img {
  height: 1.36rem;
}
.index_solution .dian.d6 .n2::before {
  bottom: -webkit-calc(var(--w1) / 3 * -1);
  bottom: calc(var(--w1) / 3 * -1);
  left: -webkit-calc(var(--w1) / 2 * -1);
  left: calc(var(--w1) / 2 * -1);
}
.index_solution .dian.d6 .n2 .n3 {
  right: 100%;
  top: 72%;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.index_solution .dian.d7 .n2 {
  left: -webkit-calc(var(--w1) / 2);
  left: calc(var(--w1) / 2);
  bottom: -webkit-calc(var(--w1) / 3);
  bottom: calc(var(--w1) / 3);
}
.index_solution .dian.d7 .n2 > img {
  height: 1.06rem;
}
.index_solution .dian.d7 .n2::before {
  top: -webkit-calc(var(--w1) / 3 * -1);
  top: calc(var(--w1) / 3 * -1);
  right: -webkit-calc(var(--w1) / 2 * -1);
  right: calc(var(--w1) / 2 * -1);
}
.index_solution .dian.d7 .n2 .n3 {
  left: 100%;
  top: -28%;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.index_solution .dian.active .n1 p span:after{
    transform: translate(-50% , -50%) rotate(0deg);
}


.index_solution .dian.active .n1::before {
  -webkit-animation: sonarAnimation 0.9s infinite linear;
  animation: sonarAnimation 0.9s infinite linear;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.index_solution .dian.active .n1::after {
  -webkit-animation: sonarAnimation 0.9s infinite linear;
  animation: sonarAnimation 0.9s infinite linear;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.index_solution .dian.active .n1 p::before {
  -webkit-animation: sonarAnimation 0.9s infinite linear;
  animation: sonarAnimation 0.9s infinite linear;
}
.index_solution .dian.active .n2 {
  opacity: 1;
}
.index_solution .dian.active .n2 .n3 {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.index_solution .d1 {
  left: 51.15%;
  top: 46.7%;
}
.index_solution .d2 {
  left: 44%;
  top: 62%;
}
.index_solution .d3 {
  left: 64.5%;
  top: 36%;
}
.index_solution .d4 {
  left: 42%;
  top: 46%;
}
.index_solution .d5 {
  left: 30%;
  top: 47.5%;
}
.index_solution .d6 {
  left: 64%;
  top: 48%;
}
.index_solution .d7 {
  left: 80%;
  top: 41%;
}
.index_solution .cl-1 {
  opacity: 0;
  -webkit-animation: fade_1 0.9s infinite linear alternate;
  animation: fade_1 0.9s infinite linear alternate;
}
.index_solution .cl-2 {
  opacity: 0;
  -webkit-animation: fade_2 0.9s infinite linear alternate;
  animation: fade_2 0.9s infinite linear alternate;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.index_solution .cl-3 {
  opacity: 0;
  -webkit-animation: fade_3 0.9s infinite linear alternate;
  animation: fade_3 0.9s infinite linear alternate;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.index_solution .cl-4 {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-animation: fade_4 1.6s infinite linear;
  animation: fade_4 1.6s infinite linear;
}
@-webkit-keyframes fade_1 {
  100% {
    opacity: 1;
  }
}
@keyframes fade_1 {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_2 {
  100% {
    opacity: 0.6;
  }
}
@keyframes fade_2 {
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes fade_3 {
  100% {
    opacity: 0.2;
  }
}
@keyframes fade_3 {
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes fade_4 {
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes fade_4 {
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes sonarAnimation {
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes sonarAnimation {
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes fade_5 {
  100% {
    -webkit-clip-path: circle(50% at 51% 48%);
    clip-path: circle(50% at 51% 48%);
  }
}
@keyframes fade_5 {
  100% {
    -webkit-clip-path: circle(50% at 51% 48%);
    clip-path: circle(50% at 51% 48%);
  }
}
@-webkit-keyframes fade_6 {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
  }
  70% {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
  }
}
@keyframes fade_6 {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
  }
  70% {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
  }
}
.flexBetween {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexStart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexCenter {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexEnd {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bgColor {
  background: #f7f7f7;
}
.Inner_Banner {
  position: relative;
}
.Inner_Banner > img {
  width: 100%;
}
.Inner_Banner .orientation {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 var(--bj);
}
.Inner_Banner .orientation .h5 {
  font-size: var(--f60);
  color: #fff;
}
.InnerNav {
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  transition: .4s;
}
.InnerNav.on{
    top: var(--top);
}
.InnerNav .box ul li {
  font-size: var(--f16);
  padding: 0 0.2rem;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.InnerNav .box ul li a {
  line-height: 0.68rem;
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
}
.InnerNav .box ul li a:hover {
  color: #ff6500;
}
.InnerNav .box ul .active a {
  color: #000;
  border-color: #ff6500;
}
.desc_01 {
  font-size: var(--f18);
  line-height: 2;
  color: #666;
  text-align: justify;
}
.desc_01 span {
  color: #ff6500;
}
.About_1 {
  background: #f7f7f7;
}
.About_1 .box .boxLeft {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.94rem;
}
.About_1 .box .boxLeft .desc {
  font-size: var(--f18);
  line-height: 2;
  color: #666;
  text-align: justify;
  margin-top: 0.5rem;
}
.About_1 .box .boxLeft .desc span {
  color: #ff6500;
}
.About_1 .box .boxRight {
  width: 7.6rem;
}
.About_1 .box .boxRight div {
  border-radius: 0.15rem;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 1.5rem;
}
.About_1 .box .boxRight div img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_1 .box .boxRight div:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_1 .box1 {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.About_1 .box1 .item {
  background: #fff;
  padding: 0.65rem 0.5rem;
  border-radius: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.About_1 .box1 .item .content1 {
  font-size: var(--f20);
  color: #7f7f7f;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_1 .box1 .item .content2 {
  font-size: var(--f30);
  margin-top: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_1 .box1 .item .content2 span {
  font-size: var(--f60);
  font-family: MontserratBold;
  line-height: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #ff6500;
}
.About_1 .box1 .item .content2 text {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #ff6500;
}
.About_1 .box1 .item .content3 img {
  position: absolute;
  right: 0.3rem;
  bottom: 0.35rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 0.8rem;
}
.About_1 .box1 .item .content3 .img2 {
  opacity: 0;
}
.About_1 .box1 .item:hover {
  background: #ff6500;
  -webkit-transform: translateY(-0.3rem);
  -ms-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}
.About_1 .box1 .item:hover .content1 {
  color: #fff;
}
.About_1 .box1 .item:hover .content2 span {
  color: #fff;
}
.About_1 .box1 .item:hover .content2 text {
  color: #fff;
}
.About_1 .box1 .item:hover .content3 .img2 {
  opacity: 1;
}
.About_1 .box1 .item:hover .content3 .img1 {
  opacity: 0;
}
.mt {
  margin-top: 0.68rem;
}
.About_2 .box {
  --h: 4rem;
}
.About_2 .box .item {
  width: var(--w1);
  background: #f7f7f7;
  border-radius: 0.15rem;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_2 .box .item:last-child {
  margin-right: 0;
}
.About_2 .box .item > img {
  width: 100%;
  height: var(--h);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_2 .box .item .content1 {
  position: absolute;
  left: 0.45rem;
  top: 0.54rem;
  z-index: 2;
}
.About_2 .box .item .content1 .left img,
.About_2 .box .item .content1 .left svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 0.71rem;
}
.About_2 .box .item .content1 .left .img2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
}
.About_2 .box .item .content1 .left .img2 path {
  fill: #fff;
}
.About_2 .box .item .content1 .right {
  font-size: var(--f30);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.38rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_2 .box .item .content2 {
  position: absolute;
  left: 0rem;
  bottom: 0.6rem;
  font-size: var(--f22);
  color: #666;
  padding: 0 0.45rem;
  line-height: 1.6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 1200px) {
  .About_2 .box .item:hover {
    -webkit-box-flex: 1.75;
    -webkit-flex: 1.75;
    -ms-flex: 1.75;
    flex: 1.75;
  }
  .About_2 .box .item:hover > img {
    opacity: 1;
  }
  .About_2 .box .item:hover .content1 .left .img1 {
    opacity: 0;
  }
  .About_2 .box .item:hover .content1 .left .img2 {
    opacity: 1;
  }
  .About_2 .box .item:hover .content1 .right {
    color: #fff;
  }
  .About_2 .box .item:hover .content2 {
    color: #fff;
  }
}
.About_3 {
  background: url(../images/img14.jpg) no-repeat 50% 50% / cover;
}
.About_3 .box .list {
  width: 9.1rem;
  margin: auto;
}
.About_3 .box .list .item .left {
  width: 5rem;
}
.About_3 .box .list .item .left p {
  border-radius: 15px;
  overflow: hidden;
}
.About_3 .box .list .item .left p img {
  width: 100%;
  transition: 0.4s;
  border-radius: 15px;
}
.About_3 .box .list .item .left p:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.About_3 .box .list .item .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-left: 0.9rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.About_3 .box .list .item .right > div {
  width: 100%;
}
.About_3 .box .list .item .right > div .content1 {
  font-family: MontserratBold;
  font-size: var(--f30);
}
.About_3 .box .list .item .right > div .content2 {
  font-size: var(--f24);
  color: #333;
  margin-top: 0.16rem;
}
.About_3 .box .list .item .right > div .content3 {
  margin-top: 0.1rem;
}
.About_3 .box .list .item .right > div .content3 .scroll {
  font-size: var(--f18);
  line-height: 2;
  color: #666;
  text-align: justify;
}
.About_3 .box .list .item .right > div .content3 .scroll span {
  color: #ff6500;
}
.About_3 .box1 {
  margin-top: 1rem;
  --x: 217px;
  --x1: -webkit-calc(var(--x) / 2);
  --x1: calc(var(--x) / 2);
  --p: 0.6rem;
  --num: 0;
}
.About_3 .box1 .width {
  width: var(--p);
}
.About_3 .box1 .swiper {
  position: relative;
}
.About_3 .box1 .swiper::before {
  content: '';
  height: 4px;
  background: #ff6500;
  width: 100%;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 19px;
}
.About_3 .box1 .swiper .swiper-wrapper::before {
  content: '';
  height: 4px;
  background: #ff6500;
  position: absolute;
  left: 0px;
  top: 19px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: calc(var(--x) * var(--num) + var(--x1) + var(--p) * var(--num));
}
.About_3 .box1 .swiper .swiper-slide {
  text-align: center;
  cursor: pointer;
  padding-top: 15px;
}
.About_3 .box1 .swiper .swiper-slide .content1 p {
  margin: auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff6500;
  position: relative;
}
.About_3 .box1 .swiper .swiper-slide .content1 p::after {
  content: '';
  width: 0.32rem;
  height: 0.32rem;
  background: #ff6500;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.3;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_3 .box1 .swiper .swiper-slide .content2 {
  font-family: MontserratBold;
  font-size: var(--f22);
  color: #333;
  margin-top: 15px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_3 .box1 .swiper .swiper-slide-thumb-active .content1 p::after {
  opacity: 0.3;
}
.About_3 .box1 .swiper .swiper-slide-thumb-active .content2 {
  color: #ff6500;
}
.About_3 .banner_button {
  margin-top: 0.54rem;
}
.banner_button .btn {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #ff6500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_button .btn i {
  font-size: var(--f20);
  margin: auto;
  color: #ff6500;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.banner_button .btn:hover {
  background: #ff6500;
}
.banner_button .btn:hover i {
  color: #fff;
}
.banner_button .ml {
  margin-left: 0.2rem;
}
.About_4 {
  position: relative;
}
.About_4 .title_01 {
  position: absolute;
  padding-top: var(--gap);
  top: 0;
  left: var(--bj);
  z-index: 2;
}
.About_4 .box .img {
  position: relative;
}
.About_4 .box .img img {
  width: 100%;
}
.About_4 .box .img p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: ellipse(0% 0% at 78.8% 46.2%);
  clip-path: ellipse(0% 0% at 78.8% 46.2%);
  -webkit-transition: 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.About_4 .box .img p.active {
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
  clip-path: ellipse(50% 50% at 50% 50%);
}
.About_4 .list {
  position: absolute;
  left: var(--bj);
  top: 3.54rem;
  z-index: 2;
}
.About_4 .list ul li {
  margin-bottom: 0.35rem;
}
.About_4 .list ul li:last-child {
  margin-bottom: 0;
}
.About_4 .list ul li .left {
  width: 0.46rem;
}
.About_4 .list ul li .left img{
    max-height: 0.33rem;
    max-width: 0.33rem;
}
.About_4 .list ul li .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: var(--f24);
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.About_5 {
  position: relative;
}
.About_5 .title_01 {
  position: absolute;
  padding-top: var(--gap);
  top: 0;
  left: var(--bj);
  z-index: 2;
  color: #fff;
}
.About_5 .box {
  position: relative;
  overflow: hidden;
}
.About_5 .box .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  will-change: transform, opacity, filter;
}
.About_5 .box .item img {
  width: 100%;
  height: 100vh;
}
.About_5 .box .item .orientation {
  top: 3.6rem;
  left: var(--bj);
  position: absolute;
}
.About_5 .box .item .orientation .h5 {
  font-size: var(--f32);
  color: #fff;
}
.About_5 .box .item .orientation .desc {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: #fff;
  line-height: 2;
}
.About_5 .box .item.active {
  position: relative;
  opacity: 1;
}
.About_5 .toggle {
  position: absolute;
  bottom: 0.8rem;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.About_5 .toggle ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.About_5 .toggle ul li {
  font-size: var(--f24);
  color: #fff;
  margin-right: 0.72rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  cursor: pointer;
  padding-right: 0.08rem;
  padding-left: 0.08rem;
  transition: 0.4s;
}
.About_5 .toggle ul li:hover {
  color: #ff6500;
}
.About_5 .toggle ul li:last-child {
  margin-right: 0;
}
.About_5 .toggle ul li img {
  margin-right: 0.05rem;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.About_5 .toggle ul li.active {
  font-weight: bold;
  border-color: #ff6500;
}
.About_6 .swiper {
  padding: 0 var(--bj);
  position: relative;
}
.About_6 .swiper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: var(--bj);
  z-index: 2;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0.1)));
  background: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0.1));
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.1));
}
.About_6 .swiper .swiper-slide {
  width: 2.8rem;
  border-radius: 0.15rem;
  background: #f7f7f7;
  height: auto;
}
.About_6 .swiper .item {
  padding: 0.3rem 0.2rem;
}
.About_6 .swiper .item figure {
  width: 2rem;
  height: 2.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.About_6 .swiper .item figure img {
  margin: auto;
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.About_6 .swiper .item figcaption {
  font-size: var(--f18);
  color: #000;
  text-align: center;
  margin-top: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.5;
}
.About_6 .swiper .item:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.About_6 .swiper .item:hover figcaption {
  color: #ff6500;
}
.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;
}
.Control {
  margin-top: 0.48rem;
}
.Control .page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.5rem;
}
.Control .page div {
  position: relative;
  height: 2px;
}
.Control .page .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ff6500;
}
.Control .page .swiper-pagination-progressbar {
  background: #d0d0d0;
}
.About_7 {
  background: #f7f7f7;
}
.About_7 .box .banner {
  overflow: hidden;
}
.About_7 .box .banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: seamless 20s linear infinite;
  animation: seamless 20s linear infinite;
}
.About_7 .box .banner ul li {
  width: 2.9rem;
  height: 1.15rem;
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.1rem;
  background: #fff;
  border-radius: 15px;
}
.About_7 .box .banner ul li img {
  margin: auto;
  max-height: 80%;
}
.About_7 .box .banner2 {
  margin: 0.2rem 0;
}
.About_7 .box .banner2 ul {
  animation-direction: reverse;
}
@-webkit-keyframes seamless {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes seamless {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.Product_Banner {
  position: relative;
}
.Product_Banner > img {
  width: 100%;
}
.Product_Banner .orientation {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 var(--bj);
  color: #fff;
}
.Product_Banner .orientation .h5 {
  font-size: var(--f60);
}
.Product_Banner .orientation .desc {
  font-size: var(--f18);
  line-height: 1.6;
  margin-top: 0.32rem;
}
.Product_Banner .orientation .h6 {
  font-size: var(--f50);
  margin: 0.64rem;
}
.Product_Banner .orientation .f32 {
  font-size: var(--f32);
}
.mbx {
  height: 0;
}
.mbx .box {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 0.3rem 0;
  font-size: var(--f16);
  color: #fff;
}
.mbx .box em {
  margin: 0 5px;
}
.mbx .box a {
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box a path {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.mbx .box a:hover {
  color: #ff6500;
}
.mbx .box a:hover path {
  fill: #ff6500;
}
.mbx1 {
  height: auto;
}
.mbx1 .box {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  color: #999;
}
.mbx1 .box a {
  color: #999;
}
.mbx1 .box a path {
  fill: #999;
}
.m54 {
  margin-top: 0.54rem;
}
.Product_1 .box .desc {
  font-size: var(--f18);
  line-height: 2;
  color: #666;
  text-align: justify;
  padding: 0 2rem;
}
.Product_1 .box .desc span {
  color: #ff6500;
}
.Product_1 .box .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.Product_1 .box .list .item {
  background: #f7f7f7;
  text-align: center;
  border-radius: 15px;
  padding: 0.5rem 0 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_1 .box .list .item figure {
  height: 0.78rem;
}
.Product_1 .box .list .item figure img {
  max-height: 100%;
}
.Product_1 .box .list .item figcaption {
  font-size: var(--f20);
  margin-top: 0.45rem;
}
.Product_1 .box .list .item:hover {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.Product_2 .box {
  margin-top: 0.34rem;
}
.Product_2 .box ul {
  border-bottom: 1px solid #d0d0d0;
}
.Product_2 .box ul li {
  font-size: var(--f24);
  margin: 0 0.78rem;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.Product_2 .box ul li a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 2px solid transparent;
  padding: 0.2rem 0;
  cursor: pointer;
}
.Product_2 .box ul li a:hover {
  color: #ff6500;
}
.Product_2 .box ul .active a {
  color: #ff6500;
  border-color: #ff6500;
}
.Product_2_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
  background: #f7f7f7;
   transition: .4s;

}
.Product_2_sticky .box {
  padding: 0 var(--bj);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.Product_2_sticky .box.active {
  padding: 0;
}
.Product_2_sticky.on{
    top: var(--top);
}
.Product_3 .h5 {
  font-size: var(--f36);
  font-weight: bold;
}
.Product_3 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.Product_3 .box .item {
  background: #fff;
  border-radius: 15px;
  padding: 0.6rem 0.7rem;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_3 .box .item .content1 {
  height: 0.78rem;
}
.Product_3 .box .item .content1 img {
  max-height: 100%;
}
.Product_3 .box .item .content2 {
  font-size: var(--f24);
  font-weight: bold;
  margin-top: 0.42rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_3 .box .item .content3 {
  font-size: var(--f18);
  line-height: 1.78;
  color: #666;
  margin-top: 0.2rem;
}
@media screen and (min-width: 1200px) {
  .Product_3 .box .item:hover {
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem);
  }
  .Product_3 .box .item:hover .content2 {
    color: #ff6500;
  }
}
.Product_4 .wMain {
  display: grid;
  gap: 0.5rem;
}
.Product_4 .box {
  position: relative;
}
.Product_4 .box .list {
  background: #000;
  border-radius: 0.2rem;
  overflow: hidden;
}
.Product_4 .box .list .item {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_4 .box .list .item .img {
  border-radius: 0.2rem;
  overflow: hidden;
}
.Product_4 .box .list .item .img img {
  width: 100%;
}
.Product_4 .box .list .item.active {
  position: relative;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  z-index: 2;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.Product_4 .box .toggle {
  position: absolute;
  bottom: 1.26rem;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Product_4 .box .toggle ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.Product_4 .box .toggle ul li {
  font-size: var(--f20);
  color: #fff;
  margin-right: 0.72rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  cursor: pointer;
  padding-right: 0.08rem;
  padding-left: 0.08rem;
}
.Product_4 .box .toggle ul li:hover {
  color: #ff6500;
}
.Product_4 .box .toggle ul li:last-child {
  margin-right: 0;
}
.Product_4 .box .toggle ul li.active {
  font-weight: bold;
  border-color: #ff6500;
}
.Product_4 .box .toggleMain div {
  bottom: 0.74rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  font-size: var(--f18);
  color: #fff;
  height: 1.5em;
  max-height: 1.5em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.Product_4 .box .toggleMain div.active {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.xg01 .images > div {
  position: absolute;
  left: 0%;
  top: 0%;
  --w0: 20px;
  --w: 0.68rem;
}
.xg01 .images > div p {
  width: var(--w0);
  position: relative;
  height: var(--w0);
}
.xg01 .images > div p img {
  width: 100%;
  -webkit-animation: xg1 2s ease-in-out infinite;
  animation: xg1 2s ease-in-out infinite;
  position: absolute;
  top: 50%;
  left: 50%;
}
.xg01 .images > div p::before,
.xg01 .images > div p::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: var(--w);
  height: var(--w);
  background: url(../images/xg4.png) no-repeat 50% 50%;
  background-size: 100% 100%;
  -webkit-animation: xg1 2s ease-in-out infinite;
  animation: xg1 2s ease-in-out infinite;
  will-change: opacity, filter, transform;
}
.xg01 .images > div p::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.xg01 .images .img1 {
  left: 23%;
  top: 30%;
}
.xg01 .images .img2 {
  left: 22.3%;
  top: 43.7%;
  --w: 1.32rem;
}
.xg01 .images .img3 {
  left: 23%;
  top: 57%;
}
.xg01 .images .img4 {
  left: 33%;
  top: 34%;
  --w: 1.9rem;
  --w0: 30px;
}
.xg01 .images .img5 {
  left: 32%;
  top: 52%;
  --w: 1.3rem;
}
.xg01 .images .img6 {
  left: 55%;
  top: 34%;
  --w: 0.8rem;
}
.xg01 .images .img7 {
  left: 55%;
  top: 53%;
  --w: 0.8rem;
}
.xg01 .images .img8 {
  left: 60%;
  top: 63%;
  --w: 1rem;
}
.xg01 .images .img9 {
  left: 30%;
  top: 25%;
  --w: 1rem;
  --w0: 30px;
  -webkit-transform: skew(-4deg, -6deg) scaleY(0.8);
  -ms-transform: skew(-4deg, -6deg) scaleY(0.8);
  transform: skew(-4deg, -6deg) scaleY(0.8);
}
.xg01 .images .img10 {
  left: 49%;
  top: 23%;
  --w: 1rem;
  --w0: 30px;
  -webkit-transform: rotateX(45deg) scaleY(0.8);
  transform: rotateX(45deg) scaleY(0.8);
}
.xg01 .images .img11,
.xg01 .images .img12,
.xg01 .images .img13,
.xg01 .images .img14 {
  left: 46%;
  top: 21%;
  --w0: 30px;
  -webkit-transform: rotateX(145deg) scaleY(0.8);
  transform: rotateX(145deg) scaleY(0.8);
}
.xg01 .images .img11 p img,
.xg01 .images .img12 p img,
.xg01 .images .img13 p img,
.xg01 .images .img14 p img {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-transform: scale(1) translate(-50%, -50%) !important;
  -ms-transform: scale(1) translate(-50%, -50%) !important;
  transform: scale(1) translate(-50%, -50%) !important;
  opacity: 1 !important;
}
.xg01 .images .img11 p::after,
.xg01 .images .img12 p::after,
.xg01 .images .img13 p::after,
.xg01 .images .img14 p::after,
.xg01 .images .img11 p::before,
.xg01 .images .img12 p::before,
.xg01 .images .img13 p::before,
.xg01 .images .img14 p::before {
  display: none;
}
.xg01 .images .img12 {
  left: 35%;
  top: 62.5%;
  --w0: 30px;
  -webkit-transform: rotateX(120deg) scaleY(0.8);
  transform: rotateX(120deg) scaleY(0.8);
}
.xg01 .images .img13 {
  left: 44.5%;
  top: 62.9%;
  --w0: 54px;
  -webkit-transform: rotateX(120deg) scaleY(0.8);
  transform: rotateX(120deg) scaleY(0.8);
}
.xg01 .images .img14 {
  left: 55%;
  top: 63%;
  --w0: 40px;
  -webkit-transform: rotateX(0deg) scaleY(0.8);
  transform: rotateX(0deg) scaleY(0.8);
}
@-webkit-keyframes xg1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes xg1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.xg02 .images > div {
  position: absolute;
  left: 0%;
  top: 0%;
  -webkit-animation: xg2 2.5s ease-in-out infinite;
  animation: xg2 2.5s ease-in-out infinite;
  will-change: opacity, filter, transform;
  opacity: 0.2;
}
.xg02 .images .img1 {
  left: 21%;
  top: 15%;
}
.xg02 .images .img1 img {
  width: 2.62rem;
}
.xg02 .images .img2 {
  left: 41%;
  top: 15%;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.xg02 .images .img2 img {
  width: 2.54rem;
}
.xg02 .images .img3 {
  left: 41%;
  top: 50%;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.xg02 .images .img3 img {
  width: 2.7rem;
}
@-webkit-keyframes xg2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    transform: scale(0.98);
  }
  40%,
  80% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    transform: scale(0.98);
  }
}
@keyframes xg2 {
  0% {
    opacity: 0;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    transform: scale(0.98);
  }
  40%,
  80% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    transform: scale(0.98);
  }
}
.xg03 .img {
  position: relative;
}
.xg03 .img .tu2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: opc 0.2s linear infinite;
}
.xg03 .canvaslist {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.65rem;
  overflow: hidden;
}
.xg04 .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  display: none;
}
.xg04 .img1 img {
  height: 100%;
}
.xg04 .img1 .tu2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: opc 0.2s linear infinite;
}
.xg04 .images {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2rem;
  width: 100%;
  text-align: center;
  display: none;
}
.xg04 .images img {
  width: 16.2rem;
  -webkit-animation: xg4 1.8s infinite ease-in;
  animation: xg4 1.8s infinite ease-in;
}
@-webkit-keyframes xg4 {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
  }
  70% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes xg4 {
  0% {
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
  }
  70% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
  }
}
.xg05 .images {
  position: absolute;
  top: 16%;
  left: 40%;
}
.xg05 .images img {
  width: 4rem;
  -webkit-animation: xg5 1.2s infinite ease-in-out;
  animation: xg5 1.2s infinite ease-in-out;
  opacity: 0.5;
}
@-webkit-keyframes xg5 {
  0% {
    -webkit-clip-path: circle(10% at 50% 50%);
    clip-path: circle(10% at 50% 50%);
    opacity: 0.1;
  }
  100% {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    opacity: 0.5;
  }
}
@keyframes xg5 {
  0% {
    -webkit-clip-path: circle(10% at 50% 50%);
    clip-path: circle(10% at 50% 50%);
    opacity: 0.1;
  }
  100% {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    opacity: 0.5;
  }
}
.xg06 .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.xg06 .img1 img {
  height: 100%;
}
.xg06 .images {
  position: absolute;
  left: 29%;
  top: -23%;
  -webkit-transform: rotateX(45deg) rotateY(-4deg);
  transform: rotateX(45deg) rotateY(-4deg);
}
.xg06 .images img {
  width: 9.86rem;
  -webkit-animation: xg6 2s infinite linear;
  animation: xg6 2s infinite linear;
  opacity: 0.8;
}
@-webkit-keyframes xg6 {
  0% {
    -webkit-clip-path: circle(20% at 50% 50%);
    clip-path: circle(20% at 50% 50%);
    opacity: 0.5;
  }
  90% {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    opacity: 1;
  }
}
@keyframes xg6 {
  0% {
    -webkit-clip-path: circle(20% at 50% 50%);
    clip-path: circle(20% at 50% 50%);
    opacity: 0.5;
  }
  90% {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    opacity: 1;
  }
  100% {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    opacity: 1;
  }
}
.xg07 .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.xg07 .img1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.xg07 .img1 img {
  height: 100%;
}
.xg07 .img1 .tu2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: opc 0.2s linear infinite;
}
.xg07 .images {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-10%) rotate3d(1, 1, 1, 292deg);
  transform: translateX(-50%) translateY(-10%) rotate3d(1, 1, 1, 292deg);
  top: 0;
  width: 200%;
  overflow: hidden;
}
.xg07 .images div {
  -webkit-animation: xg7 2s infinite linear;
  animation: xg7 2s infinite linear;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.xg07 .images div p:nth-child(2n) {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.xg07 .images div img {
  max-width: none;
  width: 30rem;
}
@keyframes opc {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes xg7 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes xg7 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.Product_5 .box .swiper-slide {
  width: 12rem;
}
.Product_5 .box .swiper-slide .item {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.Product_5 .box .swiper-slide .item img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_5 .box .swiper-slide .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.Product_5 .box .swiper-slide .item .orientation {
  position: absolute;
  font-size: var(--f24);
  font-weight: bold;
  color: #fff;
  left: 0.8rem;
  bottom: 0.7rem;
  z-index: 2;
}
.Product_5 .box .swiper-slide .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_5 .box1 {
  margin-top: 0.3rem;
}
.feng .page div span {
  width: 30px;
  border-radius: 0;
  height: 2px;
  opacity: 1;
  background: #cccccc;
  margin: 0;
  margin-right: 6px;
}
.feng .page div .swiper-pagination-bullet-active {
  background: #ff6500;
}
.Product_6 {
  background: #fff url(../images/img42.png) no-repeat 50% 50% / cover;
}
.Product_6 .box .banner ul li {
  background: #f7f7f7;
}
.cpqh > div {
  display: none;
}
.cpqh > div .Product_4{
    margin-bottom: 0.5rem;
}
.cpqh > div .Product_4:last-child{
    margin-bottom: 0;
}

.cpqh > div.active {
  display: block;
}
.Product_7 .box .desc {
  font-size: var(--f18);
  line-height: 2;
  color: #666;
  text-align: justify;
  padding: 0 2rem;
  text-align: center;
}
.Product_7 .box .desc span {
  color: #ff6500;
}
.Product_7 .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.Product_7 .box .list .item {
  background: #f7f7f7;
  text-align: center;
  border-radius: 15px;
  padding: 0.5rem 0 0.4rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_7 .box .list .item figure {
  height: 0.7rem;
}
.Product_7 .box .list .item figure img {
  max-height: 100%;
}
.Product_7 .box .list .item figcaption {
  font-size: var(--f20);
  margin-top: 0.32rem;
  line-height: 1.5;
}
.Product_7 .box .list .item figcaption b {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_7 .box .list .item:hover {
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.Product_7 .box .list .item:hover figcaption b {
  color: #ff6500;
}
.Product_8 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.Product_8 .box .item {
  background: #fff;
  border-radius: 15px;
  padding: 1rem 0.5rem 0.5rem;
  text-align: center;
  cursor: pointer;
  perspective: none;
}
.Product_8 .box .item .box {
  display: none;
}
.Product_8 .box .item .content1 {
  height: 2.9rem;
}
.Product_8 .box .item .content1 img {
  max-height: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_8 .box .item .content2 {
  font-size: var(--f24);
  font-weight: bold;
  margin: 0.8rem 0 0.24rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_8 .box .item:hover .content1 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.Product_8 .box .item:hover .content2 {
  color: #ff6500;
}
.Product_8 .box .item:hover .content3 .pu_link .a {
  background: #ff6500;
}
.Product_8 .box .item:hover .content3 .pu_link .a span {
  color: #fff;
}
.Product_8 .box .item:hover .content3 .pu_link .a .yuan {
  background: #fff;
}
.Product_8 .box .item:hover .content3 .pu_link .a .yuan i {
  color: #ff6500;
}
.Product_8 .box .item:hover .content3 .pu_link .a .yuan .i1 {
  -webkit-transform: translateX(var(--rw));
  -ms-transform: translateX(var(--rw));
  transform: translateX(var(--rw));
}
.Product_8 .box .item:hover .content3 .pu_link .a .yuan .i2 {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Product_layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 66;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.Product_layer .box {
  width: 10rem;
  padding: 0.45rem 0.4rem 0.5rem 1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.15rem;
}
.Product_layer .box .close {
  position: absolute;
  top: 0.35rem;
  right: 0.4rem;
  cursor: pointer;
}
.Product_layer .box .close path,
.Product_layer .box .close svg {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Product_layer .box .close:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Product_layer .box .close:hover path {
  fill: #ff6500;
}
.Product_layer .box .h5 {
  font-size: var(--f30);
  font-weight: bold;
  text-align: center;
}
.Product_layer .box .scroll {
  margin-top: 0.45rem;
  --h: 0.46rem;
  max-height: calc(var(--h) * 9);
  overflow: auto;
  padding-right: 0.1rem;
}
.Product_layer .box .scroll::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.Product_layer .box .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #ff6500;
}
.Product_layer .box .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
@-moz-document url-prefix() {
  .Product_layer .box .scroll {
    scrollbar-color: #ff6500 rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.Product_layer .box .scroll .list .item {
  font-size: var(--f18);
  line-height: var(--h);
}
.Product_layer .box .scroll .list .item .left {
  color: #000;
  width: 2rem;
  border-right: 1px dashed #ddd;
}
.Product_layer .box .scroll .list .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  padding-left: 0.95rem;
}
.Product_9 .box {
  display: grid;
  gap: 0.6rem;
}
.Product_9 .box .item {
  border-radius: 15px;
  overflow: hidden;
}
.Product_9 .box .item .img img {
  width: 100%;
}
.Product_9 .box .item .orientation {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #fff;
  width: -webkit-calc(98%);
  width: calc(100% - 2rem);
}
.Product_9 .box .item .orientation .h5 {
  font-size: var(--f36);
  font-weight: bold;
  line-height: 1.5;
}
.Product_9 .box .item .orientation .desc {
  font-size: var(--f18);
  line-height: 1.8;
  margin-top: 0.26rem;
}
.Product_9 .box .item .orientation .images {
  margin-top: 0.3rem;
}
.Product_9 .box .item .orientation .images img {
  width: 100%;
}
.service_1 {
  /*position: -webkit-sticky;*/
  /*position: sticky;*/
  /*top: 0;*/
  position: relative;
}
.service_1 .img img {
  width: 100%;
}
.service_1 .orientation {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.service_1 .orientation .cont1 {
  font-size: var(--f50);
  font-weight: bold;
}
.service_1 .orientation .cont2 {
  font-size: var(--f24);
  margin-top: 0.24rem;
  line-height: 1.5;
}
.service_1 .orientation .cont3 {
  margin-top: 1rem;
}
.service_1 .orientation .cont3 .item {
  width: 2.6rem;
}
.service_1 .orientation .cont3 .item figure {
  height: 0.78rem;
}
.service_1 .orientation .cont3 .item figure img {
  max-height: 100%;
}
.service_1 .orientation .cont3 .item figcaption {
  font-size: var(--f24);
  margin-top: 0.32rem;
}
.service_1 .orientation .cont3 .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.service_1 .orientation .cont3 .icon img {
  width: 0.25rem;
}
.News_1 .box {
  position: relative;
}
.News_1 .box .item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.News_1 .box .item .left {
  width: 50%;
  overflow: hidden;
  border-radius: 15px;
}
.News_1 .box .item .left img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box .item .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.7rem;
  padding-top: 0.94rem;
}
.News_1 .box .item .right .content1 {
  font-family: MontserratRegular;
  font-size: var(--f18);
  color: #666;
}
.News_1 .box .item .right .content1 svg {
  margin-right: 8px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_1 .box .item .right .content2 {
  font-size: var(--f30);
  font-weight: bold;
  height: 1.2em;
  max-height: 1.2em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.32rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_1 .box .item .right .content3 {
  font-size: var(--f18);
  color: #666;
  text-align: justify;
  height: 6em;
  max-height: 6em;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-justify: distribute-all-lines;
  margin-top: 0.3rem;
}
.News_1 .box .item .right .content3 span {
  color: #ff6500;
}
.News_1 .box .item .right .content4 {
  margin-top: 0.74rem;
}
.News_1 .box .item .right .content4 > div {
  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: var(--f18);
  line-height: var(--rw);
}
.News_1 .box .item .right .content4 > div span {
  color: #ff6500;
}
.News_1 .box .item .right .content4 > div p {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 0.12rem;
  width: var(--rw);
  height: var(--rw);
  background: #ff6500;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.News_1 .box .item .right .content4 > div p i {
  font-size: 0.9em;
  margin: auto;
  color: #fff;
}
.News_1 .box .item:hover .left img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_1 .box .item:hover .right .content2 {
  color: #ff6500;
}
.News_1 .box .posi {
  position: absolute;
  right: 0.7rem;
  bottom: 1rem;
  z-index: 2;
}
.News_1 .box .posi .banner_button .btn {
  background: #fff;
}
.News_1 .box .posi .banner_button .btn:hover {
  background: #ff6500;
}
.News_2 .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.News_2 .box .item a {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.News_2 .box .item a figure {
  border-radius: 15px;
  overflow: hidden;
}
.News_2 .box .item a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box .item a figcaption {
  padding: 0.35rem 0.3rem;
}
.News_2 .box .item a figcaption .content1 {
  font-family: MontserratRegular;
  font-size: var(--f18);
  color: #666;
}
.News_2 .box .item a figcaption .content1 svg {
  margin-right: 8px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_2 .box .item a figcaption .content2 {
  font-size: var(--f24);
  margin-top: 0.3rem;
  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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_2 .box .item a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_2 .box .item a:hover figcaption .content2 {
  color: #ff6500;
}
.pu_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}
.pu_page a {
  width: 0.48rem;
  height: 0.48rem;
  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;
  font-family: MontserratMedium;
  font-size: var(--f18);
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page a:hover {
  color: #ff6500;
}
.pu_page .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.2rem;
}
.pu_page .number .active {
  color: #ff6500;
}
.pu_page .prev,
.pu_page .next {
  border-radius: 50%;
  border: 1px solid #ff6500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page .prev i,
.pu_page .next i {
  font-size: var(--f20);
  margin: auto;
  color: #ff6500;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pu_page .prev:hover,
.pu_page .next:hover {
  background: #ff6500;
}
.pu_page .prev:hover i,
.pu_page .next:hover i {
  color: white;
}
.News_3 {
  margin-top: 0.5rem;
}
.News_3 .box .boxLeft {
  width: 10.8rem;
}
.News_3 .box .boxLeft .content1 {
  font-size: var(--f36);
  font-weight: bold;
}
.News_3 .box .boxLeft .content2 {
  font-size: var(--f18);
  font-family: MontserratRegular;
  margin-top: 0.3rem;
}
.News_3 .box .boxLeft .content2 svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-right: 0.08rem;
}
.News_3 .box .boxLeft .heng {
  height: 1px;
  background: #ccc;
  margin: 0.36rem 0;
}
.News_3 .box .boxLeft .content3 {
  font-size: var(--f18);
  line-height: 2;
  color: #666;
  text-align: justify;
}
.News_3 .box .boxLeft .content3 span {
  color: #ff6500;
}
.News_3 .box .boxLeft .content3 img {
  max-width: 100%;
}
.News_3 .box .boxLeft .content4 {
  border-top: 1px solid #ccc;
  margin-top: 0.85rem;
  padding-top: 0.25rem;
}
.News_3 .box .boxLeft .content4 .go a {
  font-size: var(--f18);
  color: #ff6500;
}
.News_3 .box .boxLeft .content4 .go a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_3 .box .boxLeft .content4 .button {
  font-size: var(--f16);
}
.News_3 .box .boxLeft .content4 .button a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_3 .box .boxLeft .content4 .button a:hover {
  color: #ff6500;
}
.News_3 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
}
.News_3 .box .boxRight .tjNew {
  margin-top: 0.6rem;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}
.News_3 .box .boxRight .tjNew .tjNew_title {
  font-size: var(--f36);
}
.News_3 .box .boxRight .ul {
  margin-top: 0.4rem;
  display: grid;
  gap: 0.4rem;
}
.News_3 .box .boxRight .ul a {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.News_3 .box .boxRight .ul a figure {
  border-radius: 15px;
  overflow: hidden;
}
.News_3 .box .boxRight .ul a figure img {
  width: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_3 .box .boxRight .ul a figcaption .content1 {
  font-family: MontserratRegular;
  font-size: var(--f18);
  color: #666;
  margin: 0.15rem 0 0.1rem;
}
.News_3 .box .boxRight .ul a figcaption .content1 svg {
  margin-right: 8px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.News_3 .box .boxRight .ul a figcaption .content2 {
  font-size: var(--f24);
  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;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.News_3 .box .boxRight .ul a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.News_3 .box .boxRight .ul a:hover figcaption .content2 {
  color: #ff6500;
}
.gz_ewm .left img {
  width: 1.04rem;
}
.gz_ewm .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.12rem;
}
.gz_ewm .right div {
  width: 100%;
}
.gz_ewm .right div .p1 {
  font-size: var(--f18);
  line-height: 2;
}
.contact_1 .box {
  text-align: center;
}
.contact_1 .box .content1 {
  font-size: var(--f28);
  margin-top: 0.26rem;
}
.contact_1 .box .content2 {
  font-size: var(--f18);
  line-height: 1.8;
  color: #666;
  padding: 0 1.5rem;
  margin-top: 0.45rem;
}
.contact_1 .box .content3 {
  margin-top: 0.78rem;
}
.contact_1 .box1 {
  height: 3.4rem;
  position: relative;
}
.contact_1 .box1 .item {
  position: absolute;
  -webkit-animation: big1 1.8s infinite linear;
  animation: big1 1.8s infinite linear;
}
.contact_1 .box1 .item div {
  text-align: center;
  width: 1.6rem;
  height: 1.6rem;
  background: #ffefe5;
  border-radius: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.contact_1 .box1 .item div::before,
.contact_1 .box1 .item div::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ff6500;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_1 .box1 .item div figure {
  position: relative;
  z-index: 2;
}
.contact_1 .box1 .item div figure svg {
  min-height: 46px;
}
.contact_1 .box1 .item div figure path {
  fill: #ff6500;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_1 .box1 .item div figcaption {
  font-size: var(--f22);
  color: #ff6500;
  margin-top: 0.16rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 2;
}
.contact_1 .box1 .item div:hover {
  background: #ff6500;
}
.contact_1 .box1 .item div:hover::before {
  -webkit-animation: big 2s infinite linear;
  animation: big 2s infinite linear;
}
.contact_1 .box1 .item div:hover::after {
  -webkit-animation: big 2s 0.7s infinite linear;
  animation: big 2s 0.7s infinite linear;
}
.contact_1 .box1 .item div:hover figure path {
  fill: #fff;
}
.contact_1 .box1 .item div:hover figcaption {
  color: #fff;
}
.contact_1 .box1 .item:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.contact_1 .box1 .item1 {
  top: 0.7rem;
  left: 0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.contact_1 .box1 .item2 {
  top: -0.15rem;
  left: 2.95rem;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.contact_1 .box1 .item3 {
  top: 1.95rem;
  left: 5.6rem;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.contact_1 .box1 .item4 {
  top: 0.8rem;
  left: 50%;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.contact_1 .box1 .item5 {
  top: 1rem;
  left: auto;
  right: 3.4rem;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.contact_1 .box1 .item6 {
  top: -0.86rem;
  left: auto;
  right: 1.8rem;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.contact_1 .box1 .item7 {
  top: 1.45rem;
  left: auto;
  right: 0;
}
@-webkit-keyframes big1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes big1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes big {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.contact_2 {
  position: relative;
}
.contact_2 > img {
  width: 100%;
}
.contact_2 .orientation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.contact_2 .orientation .content1 {
  font-size: var(--f28);
  margin-top: 0.26rem;
}
.contact_2 .orientation .content2 {
  font-size: var(--f18);
  margin-top: 0.45rem;
}
.contact_2 .orientation .content3 {
  margin-top: 0.56rem;
}
.contact_2 .orientation .content3 img {
  max-width: 100%;
  width: 11.3rem;
}
.contact_3 {
  position: relative;
  z-index: 9;
  margin-bottom: 0.64rem;
}
.contact_3 .box {
  position: relative;
}
.contact_3 .box .img {
  border-radius: 15px;
  overflow: hidden;
}
.contact_3 .box .img img {
  width: 100%;
}
.contact_3 .box .orientation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_3 .box .orientation > div {
  width: 100%;
}
.contact_3 .box .orientation .content1 {
  font-size: var(--f32);
  color: #fff;
  text-align: center;
}
.contact_3 .box .orientation .content2 {
  margin-top: 0.45rem;
}
.contact_3 .box .orientation .content2 .select {
  width: 4.25rem;
  background: #fff;
  margin: auto;
  border-radius: 15px;
  position: relative;
}
.contact_3 .box .orientation .content2 .select .title {
  font-size: var(--f16);
  cursor: pointer;
  line-height: 0.68rem;
  padding: 0 0.2rem;
}
.contact_3 .box .orientation .content2 .select .title i {
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_3 .box .orientation .content2 .select .title.active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact_3 .box .orientation .content2 .select .title i {
  font-size: var(--f20);
  color: #ff6500;
}
.contact_3 .box .orientation .content2 .select ul {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0.2rem 0;
  border-radius: 15px;
  display: none;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.contact_3 .box .orientation .content2 .select ul li a {
  padding: 0 0.2rem;
  line-height: 0.45rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  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;
}
.contact_3 .box .orientation .content2 .select ul li a i {
  font-size: var(--f16);
  color: #999;
}
.contact_3 .box .orientation .content2 .select ul li a:hover {
  color: #ff6500;
}
.contact_3 .box .orientation .content2 .select ul li a:hover i {
  color: #ff6500;
}
.contact_4 {
  margin-top: 0.7rem;
}
.contact_4 .box {
  display: grid;
  gap: 0.2rem;
}
.contact_4 .box .item .item_top {
  line-height: 0.9rem;
  background: #f7f7f7;
  padding: 0 0.6rem;
  border-radius: 15px;
  cursor: pointer;
}
.contact_4 .box .item .item_top .content1 {
  font-size: var(--f24);
  color: #333;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_4 .box .item .item_top .content2 {
  font-size: var(--f18);
}
.contact_4 .box .item .item_top .content5 {
  width: 2.9rem !important;
}
.contact_4 .box .item .item_top .content6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_4 .box .item .item_top .content6 p {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background: #ff6500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact_4 .box .item .item_top .content6 p span {
  width: 0.16rem;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin: auto;
  position: relative;
}
.contact_4 .box .item .item_top .content6 p span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_4 .box .item .item_top .show {
  width: 2.1rem;
}
.contact_4 .box .item .item_top:hover .content1 {
  color: #ff6500;
}
.contact_4 .box .item .item_top.active .content1 {
  color: #ff6500;
}
.contact_4 .box .item .item_top.active .content6 p span::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.contact_4 .box .item .item_bottom {
  padding: 0.32rem 0.6rem 0.7rem;
  display: none;
}
.contact_4 .box .item .item_bottom .content {
  margin-bottom: 0.42rem;
}
.contact_4 .box .item .item_bottom .content .h5 {
  font-size: var(--f18);
}
.contact_4 .box .item .item_bottom .content .desc {
  font-size: var(--f18);
  line-height: 2;
  margin-top: 0.1rem;
}
.contact_4 .box .item .item_bottom .contentE div a {
  font-size: var(--f16);
  color: #ff6500;
  padding: 0 0.2rem;
  border: 1px solid #ff6500;
  line-height: 0.52rem;
  border-radius: 0.26rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_4 .box .item .item_bottom .contentE div a svg {
  margin-left: 0.16rem;
}
.contact_4 .box .item .item_bottom .contentE div a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_4 .box .item .item_bottom .contentE div a:hover {
  background: #ff6500;
  color: #fff;
}
.contact_4 .box .item .item_bottom .contentE div a:hover svg path {
  fill: #fff;
}
.contact_4 .box .item .item_bottom .contentE p {
  font-size: var(--f16);
  color: #999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.15rem;
}
.contact_4 .box .item .item_bottom .hide {
  display: none;
}
.joinToggle > section.active {
  display: block;
}
.contact_5 {
  background: #f7f7f7;
}
.contact_5 .box .boxLeft {
  width: 7.45rem;
  padding-right: 0.5rem;
}
.contact_5 .box .boxLeft .content1 {
  font-size: var(--f20);
  margin-top: 0.58rem;
}
.contact_5 .box .boxLeft .content1 p {
  margin-bottom: 0.2rem;
  color: #333;
}
.contact_5 .box .boxLeft .content2 {
  margin-top: 0.36rem;
}
.contact_5 .box .boxLeft .content2 a {
  font-size: 0.18rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ff6500;
  color: #ff6500;
  line-height: 0.52rem;
  padding: 0 0.25rem;
  border-radius: 0.3rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_5 .box .boxLeft .content2 a svg {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 0.2rem;
}
.contact_5 .box .boxLeft .content2 a svg path {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_5 .box .boxLeft .content2 a:hover {
  background: #ff6500;
  color: white;
}
.contact_5 .box .boxLeft .content2 a:hover svg path {
  fill: white;
}
.contact_5 .box .boxLeft .content3 {
  margin-top: 0.85rem;
}
.contact_5 .box .boxLeft .content3 .item {
  margin-right: 0.32rem;
  text-align: center;
}
.contact_5 .box .boxLeft .content3 .item figure {
  text-align: center;
}
.contact_5 .box .boxLeft .content3 .item figure img {
  width: 1.3rem;
}
.contact_5 .box .boxLeft .content3 .item figcaption {
  font-size: var(--f18);
  margin-top: 0.18rem;
}
.contact_5 .box .boxRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact_5 .box .boxRight .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
  margin-top: 0.56rem;
}
.contact_5 .box .boxRight .list .item {
  position: relative;
  background: #fff;
  border-radius: 0.15rem;
}
.contact_5 .box .boxRight .list .item input {
  background: none;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 0.15rem;
  height: 0.6rem;
  width: 100%;
  padding: 0 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_5 .box .boxRight .list .item input:focus {
  border-color: #ff6500;
}
.contact_5 .box .boxRight .list .item input:not(:placeholder-shown) + p {
  display: none;
}
.contact_5 .box .boxRight .list .item p {
  position: absolute;
  left: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: var(--f16);
  color: #666;
}
.contact_5 .box .boxRight .list .item p span {
  color: #ff6500;
}
.contact_5 .box .boxRight .list1 {
  margin: 0.2rem 0 0;
}
.contact_5 .box .boxRight .list1 .item {
  position: relative;
  background: #fff;
  border-radius: 0.15rem;
}
.contact_5 .box .boxRight .list1 .item textarea {
  background: none;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 0.15rem;
  height: 1.8rem;
  width: 100%;
  padding: 0.2rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_5 .box .boxRight .list1 .item textarea:focus {
  border-color: #ff6500;
}
.contact_5 .box .boxRight .list1 .item textarea:not(:placeholder-shown) + p {
  display: none;
}
.contact_5 .box .boxRight .list1 .item p {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  font-size: var(--f16);
  color: #666;
}
.contact_5 .box .boxRight .list1 .item p span {
  color: #ff6500;
}
.contact_5 .box .boxRight .list2 {
  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;
}
.contact_5 .box .boxRight .list2 p {
  margin-left: 0.06rem;
}
.contact_5 .box .boxRight .list2 p a {
  display: inline-block;
}
.contact_5 .box .boxRight .list2 .layui-form-checked[lay-skin="primary"] > i {
  border-color: #ff6500 !important;
  background-color: #ff6500;
}
.contact_5 .box .boxRight .list2 .layui-form-checkbox[lay-skin=primary] i {
  background: none;
  border-radius: 50%;
  border-color: #ff6500;
}
.contact_5 .box .boxRight .list2 .layui-form-checked[lay-skin=primary] i {
  background: #ff6500;
}
.contact_5 .box .boxRight .list2 .layui-form-checkbox[lay-skin=primary] {
  padding-left: 0;
}
.contact_5 .box .boxRight .list2 a {
  color: #ff6500;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.contact_5 .box .boxRight .list2 a:hover {
  text-decoration: underline;
}
.contact_5 .box .boxRight .list3 {
  margin-top: 0.45rem;
}
.Search_1 {
  margin-top: 0.6rem;
}
.Search_1 .box .content1 {
  font-size: var(--f36);
  font-weight: bold;
  text-align: center;
}
.Search_1 .box .content2 {
  margin-top: 0.7rem;
}
.Search_1 .box .content2 form {
  width: 12rem;
  margin: auto;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ccc;
}
.Search_1 .box .content2 form .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Search_1 .box .content2 form .input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Search_1 .box .content2 form .input input {
  height: 0.56rem;
  width: 100%;
  padding: 0 0.24rem;
  font-size: var(--f18);
  border: 0;
}
.Search_1 .box .content2 form .btn input {
  font-size: var(--f18);
  color: #fff;
  background: #ff6500;
  width: 1.6rem;
  height: 0.56rem;
  border-radius: 0.3rem;
  border: 0;
  cursor: pointer;
}
.home_speakers .ite {
  position: relative;
}
.home_speakers .ite img {
  width: 100%;
}
.home_speakers .ite::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.home_speakers .ite .orientation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  padding: 0 0.5rem 0.3rem;
}
.home_speakers .ite .orientation .content1 {
  font-size: 0.32rem;
  font-family: 'gilroy_bold';
}
.home_speakers .ite .orientation .content2 {
  font-size: 0.18rem;
  line-height: 1.56;
  margin-top: 0.16rem;
}
.Search_2 {
  margin-top: 0.9rem;
}
.Search_2 .box {
  font-size: var(--f18);
  color: #666;
}
.Search_2 .box p {
  display: inline-block;
}
.Search_2 .box p a {
  color: #666;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Search_2 .box p a:hover {
  color: #ff6500;
}
.Search_2 .box p.active a {
  color: #ff6500;
}
.Search_2 .box em {
  display: inline-block;
  margin: 0 0.2rem;
  opacity: 0.8;
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.Search_4 .h5,
.Search_3 .h5 {
  font-size: var(--f36);
  font-weight: bold;
  margin-top: 0.75rem;
}
.Search_3 .box .item {
  background: #f7f7f7;
}
.Search_4 .box .item a {
  background: #f7f7f7;
}
.Search_5  {
    margin-top: .35rem;
}
.Search_5 p {
    color: #999;
    font-size: var(--f18);
}
.Search_5 p span {
  color: #ff6500;  
}
img {
  max-width: 100%;
}
.pu_link .a .yuan {
  margin-left: 0.2rem;
}
.index_solution .dian .n2 > img {
  max-width: inherit;
}
@media (max-width: 1600px) {
  .About_4 .list ul li .left img {
    max-width: 0.32rem;
  }
}
@media (max-width: 1500px) {
  .index_solution .d1 {
    left: 50.85%;
    top: 46.5%;
  }
  .About_3 .box .list .item .right {
    padding-left: 0.6rem;
  }
  .News_1 .box .posi {
    bottom: 0.65rem;
  }
  .contact_1 .box1 .item div figcaption {
    font-size: var(--f18);
  }
  .pc_header .he_box .column .nav .item + .item {
    margin-left: 0.4rem;
  }
  .xg05 .images {
    top: 14%;
    left: 38%;
  }
}
@media (max-width: 1400px) {
  .service_1 .orientation .cont3 .item figcaption {
    font-size: var(--f18);
  }
  .contact_5 .box .boxLeft .content1 {
    font-size: var(--f18);
    line-height: 1.5;
  }
}
@media (max-width: 1300px) {
  .index_solution .d1 {
    top: 46.4%;
  }
  .service_1 .orientation .cont3 .item figure {
    height: 0.6rem;
  }
  .News_1 .box .item .right .content4 {
    margin-top: 0.44rem;
  }
  .News_1 .box .posi {
    bottom: 0.45rem;
  }
  .News_3 .box .boxRight {
    padding-left: 0.8rem;
  }
  .xg05 .images {
    top: 12%;
    left: 37%;
  }
}
@media (max-width: 1200px) {
  .index_news .ws_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .pc_footer .ter_top .ri_box {
    display: none;
  }
  .pc_footer .ter_top .le_box {
    width: 100%;
  }
  .pc_footer .ter_bot .copy {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .pc_footer .ter_top .le_box .lxwm p:first-child a {
    font-size: var(--f30);
  }
  .pu_top {
    display: none !important;
  }
  .Inner_Banner > img {
    min-height: 4rem;
  }
  .About_2 .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
    --h: 3.2rem;
  }
  .About_2 .box .item {
    width: 100%;
  }
  .About_3 .box .list {
    width: 100%;
  }
  .About_4 .box .img img {
    height: 7rem;
  }
  .About_4{
      padding-bottom: 1rem;
  }
  .About_4 .list {
    /*top: 2.5rem;*/
  }
  .About_4 .list ul li .right {
    font-size: var(--f20);
  }
  .About_5 .box .item img {
    height: 8rem;
  }
  .About_5 .toggle ul li {
    margin-right: 0.3rem;
  }
  .About_5 .box .item .orientation {
    top: 2.6rem;
  }
  .About_7 .box .banner ul li img {
    max-height: 64%;
    max-width: 64%;
  }
  .Product_1 .box .desc,
  .Product_7 .box .desc {
    padding: 0;
  }
  .Product_2 .box ul li {
    margin: 0 0.4rem;
  }
  .Product_4 .box .toggle,
  .Product_4 .box .toggleMain > div {
    position: inherit;
    color: #000;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    left: 0;
    bottom: 0;
  }
  .Product_4 .box .toggle {
    margin-top: 0.4rem;
  }
  .Product_4 .box .toggle ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
  }
  .Product_4 .box .toggle ul li {
    color: #000;
  }
  .Product_4 .box .toggleMain {
    margin-top: 0.4rem;
  }
  .Product_4 .box .toggleMain > div {
    display: none;
  }
  .Product_4 .box .toggleMain > div.active {
    display: block;
  }
  .Product_4 .box .list .item .img img {
    min-height: 5.4rem;
  }
  .xg02 .images .img1 img,
  .xg02 .images .img2 img,
  .xg02 .images .img3 img {
    width: 1.9rem;
  }
  .xg01 .images .img13 {
    top: 60%;
  }
  .Product_5 .box .swiper-slide {
    width: 7.6rem;
  }
  .Product_5 .box .swiper-slide .item .orientation {
    left: 0.6rem;
    bottom: 0.4rem;
  }
  .pu_lxwm .box .bk img {
    min-height: 3rem;
  }
  .Product_Banner .orientation .h5 {
    font-size: var(--f50);
  }
  .Product_Banner .orientation .h6 {
    font-size: var(--f40);
  }
  .Product_9 .box .item .orientation .h5 {
    font-size: var(--f28);
  }
  .Product_9 .box .item .orientation {
    left: 0.6rem;
    width: -webkit-calc(98.8%);
    width: calc(100% - 1.2rem);
  }
  .Product_9 .box .item .img img {
    min-height: 4.5rem;
  }
  .service_1 .img img {
    min-height: 7rem;
  }
  .service_1 .orientation .cont3 {
    gap: 0.4rem 0;
  }
  .News_1 .box .posi {
    bottom: 0.65rem;
  }
  .pu_page .number {
    display: none;
  }
  .pu_page .prev {
    margin-right: 0.3rem;
  }
  .contact_1 .box .content2 {
    padding: 0;
  }
  .contact_1 .box1 {
    margin-top: 1rem;
  }
  .contact_1 .box1 .item5 {
    top: 2rem;
    right: 6rem;
  }
  .contact_1 .box1 .item4 {
    top: 0.1rem;
    left: 55%;
  }
  .contact_1 .box1 .item6 {
    right: 0.7rem;
  }
  .contact_2 > img {
    min-height: 9rem;
  }
  .contact_2 .orientation {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .contact_3 .box .img img {
    min-height: 3rem;
  }
  .contact_4 .box .item .item_top .show {
    display: none;
  }
  .contact_4 .box .item .item_bottom .hide {
    display: block;
  }
  .contact_4 .box .item .item_bottom .contentE p {
    width: 100%;
    margin: 0.2rem 0 0;
  }
  .title_02 .t1 {
    font-size: var(--f40);
  }
  .Search_1 .box .content2 form {
    width: 100%;
  }
  .pc_header {
    display: none;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: 60vh;
  }
  .title_01 .t1 {
    font-size: var(--f46);
  }
  .index_about .ab_bot .div2 .bk video {
    height: auto;
  }
  .index_about .ab_bot .div2 {
    margin-top: -3.4rem;
  }
  .index_about .ab_bot {
    margin-top: 1rem;
  }
  .index_solution .ri_box {
    width: 100%;
  }
  .index_solution {
    --l: 6rem;
  }
  .index_creation .cr_cen {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.2rem;
  }
  .index_creation .cr_cen .item .post_1 {
    opacity: 1;
  }
  .index_creation .cr_cen .item .post_2 {
    opacity: 0;
    display: none;
  }
  .index_creation .cr_cen .item {
    --h: 6rem;
  }
  .About_1 .box1,
  .Product_1 .box .list,
  .Product_3 .box,
  .Product_7 .box .list,
  .Product_8 .box,
  .News_2 .box,
  .News_3 .box .boxRight .ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .News_1 .box .item .left {
    width: 100%;
  }
  .News_1 .box .item .right {
    width: 100%;
    padding: 0.7rem 0.5rem;
  }
  .About_1 .box .boxLeft,
  .News_3 .box .boxLeft,
  .contact_5 .box .boxLeft {
    width: 100%;
    padding-right: 0;
  }
  .About_1 .box .boxRight,
  .News_3 .box .boxRight,
  .contact_5 .box .boxRight {
    width: 100%;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .contact_5 .box .boxRight {
    margin-top: 0.8rem;
  }
  .xg03 .canvaslist {
    height: 2.4rem;
  }
  .xg04 .images {
    bottom: 1.4rem;
  }
  .xg05 .images {
    top: 4%;
    left: 30%;
  }
  .xg07 .images div img {
    width: 20rem;
  }
}
.phone_ {
  display: none;
}
@media (max-width: 750px) {
  .About_1 .box1,
  .Product_1 .box .list,
  .Product_3 .box,
  .Product_7 .box .list,
  .Product_8 .box,
  .News_2 .box,
  .News_3 .box .boxRight .ul,
  .index_news .ws_bot,
  .About_2 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .index_about .ab_bot .div2 {
    margin-top: -3rem;
  }
  .pc_ {
    display: none !important;
  }
  .phone_ {
    display: block;
  }
  .index_about .ab_bot .div1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .index_solution {
    --l: 80vw;
    padding-bottom: var(--gap);
    overflow: hidden;
  }
  .index_solution .ri_box {
    display: none;
  }
  .index_solution .le_box {
    width: 95vw;
  }
  .index_solution .le_box .content3 {
    width: 100%;
    overflow: auto;
  }
  .index_solution .le_box .content3 .div_box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .index_solution .le_box .content3 .div_box .item {
    display: block;
    margin-right: 0.2rem;
  }
  .index_solution .le_box .content3 .div_box.active {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .index_creation .cr_cen .item .post_1 {
    position: inherit;
  }
  .index_creation .cr_cen .item {
    --h: auto;
  }
  .index_creation .cr_cen .item .post_1 > div .t2 p br {
    display: none;
  }
  :root {
    --h1: 0.7rem;
  }
  .index_solution .le_box .content2 .toggle a {
    min-width: 2rem;
  }
  .pc_footer .ter_bot .share .li a {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .pc_footer .ter_bot .copy a + a {
    margin-left: 0;
  }
  .pc_footer .ter_bot .copy {
    line-height: 1.8;
  }
  .pu_lxwm {
    width: 100%;
  }
  .InnerNav .box ul {
    gap: 0.2rem;
  }
  .InnerNav .box ul li {
    padding: 0 0.1rem;
  }
  .About_3 .box .list .item .left {
    width: 100%;
  }
  .About_3 .box .list .item .right {
    width: 100%;
    padding: 0.5rem 0 0;
  }
  .banner_button .btn {
    width: 0.7rem;
    height: 0.7rem;
  }
  .About_3 .box1 .swiper .swiper-slide .content1 p::after {
    width: 0.42rem;
    height: 0.42rem;
  }
  .About_4 .box {
    overflow: hidden;
  }
  .About_4 .box .img {
    transform: scale(1) translateX(0%) translateY(0.6rem);
  }
  .About_4 .box .img img {
    height: auto;
  }
  .About_4 .list {
    position: initial;
    padding: 0 5vw 0.9rem;
  }
  .About_5 .box .item .orientation {
    top: 2rem;
  }
  .About_5 .toggle ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .About_5 .toggle ul li {
    font-size: 14px;
  }
  .About_5 .toggle {
    bottom: 0.3rem;
    width: 100%;
  }
  .About_6 .swiper .swiper-slide {
    width: 3.6rem;
  }
  .About_6 .swiper .swiper-slide figure {
    height: 2.8rem;
  }
  .Product_Banner > img {
    min-height: 6rem;
  }
  .Product_2 .box ul {
    gap: 0.3rem 0;
  }
  .Product_2 .box ul li {
    margin: 0 0.15rem;
    font-size: 15px;
  }
  .Product_4 .box .list .item .img img {
    min-height: 4.6rem;
  }
  .xg01 .images .img13 {
    top: 56%;
  }
  .Product_5 .box .swiper-slide {
    width: 80vw;
  }
  .service_1 .orientation .cont3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0.2rem;
  }
  .service_1 .orientation .cont3 .item {
    width: 100%;
  }
  .service_1 .img img {
    min-height: 10rem;
  }
  .service_1 .orientation .cont3 .icon {
    display: none;
  }
  .pu_page a {
    width: 0.7rem;
    height: 0.7rem;
  }
  .gz_ewm .left img {
    width: 1.84rem;
  }
  .News_3 .box .boxRight .ul a figcaption .content1 {
    margin: 0.25rem 0 0.2rem;
  }
  .contact_1 .box .content1 {
    font-size: var(--f22);
  }
  .contact_1 .box1 .item div figure svg {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .contact_1 .box1 .item div figcaption {
    font-size: 10px;
    margin-top: 0;
  }
  .contact_1 .box1 .item2 {
    left: 1.85rem;
  }
  .contact_1 .box1 {
    height: 4.8rem;
  }
  .contact_1 .box1 .item3 {
    left: 2.4rem;
  }
  .contact_1 .box1 .item6 {
    right: -0.2rem;
    top: -1rem;
  }
  .contact_1 .box1 .item5 {
    top: 3rem;
    right: 5rem;
  }
  .contact_1 .box1 .item7 {
    top: 3.45rem;
  }
  .contact_1 .box1 .item4 {
    top: 0.9rem;
    left: 64%;
  }
  :root {
    --h1: 0.9rem;
  }
  .pu_link .a {
    min-width: 2.5rem;
  }
  .contact_3 .box .orientation .content2 .select ul li a {
    line-height: 0.56rem;
  }
  .contact_5 .box .boxRight .list2 {
    font-size: 12px;
  }
  .contact_4 .box .item .item_top .content1 {
    font-size: var(--f20);
  }
  .Search_2 .box > div {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .Search_2 .box > div em:first-child {
    display: none;
  }
  .Product_4 .box .toggle ul li {
    font-size: var(--f16);
    margin-right: 0.2rem;
    padding-right: 0;
  }
  .xg05 .images {
    top: -2%;
    left: 22%;
  }
  .xg06 .images {
    left: 33%;
    top: -15%;
  }
  .xg07 .images div img {
    width: 17rem;
  }
  .xg04 .images {
    bottom: 1.3rem;
  }
  .Product_layer .box {
    width: 90vw;
    padding: 0.5rem 0.3rem;
  }
  .Product_layer .box .close {
    transform: scale(0.8);
  }
  .Product_layer .box .scroll .list .item .right {
    padding-left: 0.3rem;
  }
  .Product_layer .box .scroll {
    --h: 0.56rem;
  }
  .contact_5 .box .boxLeft .content2 a {
    font-size: 14px;
    line-height: 0.82rem;
    padding: 0px 0.35rem;
    border-radius: 0.4rem;
  }
  .pc_footer .ter_bot .copy a + a {
    margin-right: 6px;
  }
  .pc_footer .ter_top .le_box .lxwm p a {
    line-height: 1.5;
  }
  .About_4 {
        padding-bottom: 0;
    }
}
/*# sourceMappingURL=./style.css.map */