body {
  --ww: 1.46rem;
  --bj: var(--ww);
  --top: 1rem;
  --color: #0072bf;
  --gap: 1rem;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --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;
    --ww: 1.1rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f64: 0.56rem;
    --ww: 5vw;
    --top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.28rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.32rem;
    --f26: 0.32rem;
    --f28: 0.36rem;
    --f30: 0.36rem;
    --f32: 0.4rem;
    --f34: 0.4rem;
    --f36: 0.44rem;
    --f38: 0.44rem;
    --f40: 0.44rem;
    --f44: 0.48rem;
    --f46: 0.48rem;
    --f48: 0.48rem;
    --f54: 0.56rem;
    --f56: 0.56rem;
    --f58: 0.56rem;
    --f60: 0.56rem;
    --f64: 0.56rem;
  }
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #0072bf;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #0072bf #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
/** 纵向滚动条样式 */
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.5;
}
.maodian {
  position: relative;
  top: calc(var(--top) * -1 + 1px);
}
.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(--f48);
  color: #000;
}
.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;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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;
  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: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #0072bf;
}
.Search_List .box2 .item a:hover .right i {
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.Sitemap .ap_top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f48);
  color: #000;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #ccc;
}
.Sitemap .ap_bot .item .content1 a {
  color: #000;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #0072bf;
}
.Sitemap .ap_bot .item .content2 {
  margin-top: 0.22rem;
  font-size: var(--f20);
}
.Sitemap .ap_bot .item .content2 .firstorder {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .firstorder a {
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #0072bf;
}
.Sitemap .ap_bot .item .content2 .multistage {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #0072bf;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  transition: 0.4s;
  color: #333;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #0072bf;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  transition: 0.4s;
  color: #666;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #0072bf;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8em;
  transition: 0.4s;
  color: #666;
  line-height: 1.4;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .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 .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #0072bf;
}
@media (max-width: 1200px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 750px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pc_header {
  --w1: 0.44rem;
  z-index: 5;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.pc_header .he_box {
  transition: 0.6s;
  font-size: var(--f18);
}
.pc_header .he_box .logo a img {
  transition: 0.2s;
  height: 0.53rem;
  filter: brightness(0) invert(1);
}
.pc_header .he_box .column .nav .item > p a {
  transition: 0.4s;
  color: #fff;
  line-height: var(--top);
}
.pc_header .he_box .column .nav .item .down_01 {
  display: none;
  position: absolute;
  width: 100%;
  background: #f8f8f8;
  top: 100%;
  left: 0;
}
.pc_header .he_box .column .nav .item .down_01 > div a {
  transition: 0.4s;
  color: #666666;
  line-height: calc(var(--top) / 1.5);
}
.pc_header .he_box .column .nav .item .down_01 > div a.active,
.pc_header .he_box .column .nav .item .down_01 > div a:hover {
  color: #0072bf;
}
.pc_header .he_box .column .nav .item .down_01 > div a + a {
  margin-left: 0.7rem;
}
.pc_header .he_box .column .nav .item .down_02 {
  display: none;
  position: absolute;
  width: 100%;
  background: #f8f8f8;
  top: 100%;
  left: 0;
  padding: 0.52rem var(--bj);
}
.pc_header .he_box .column .nav .item .down_02 > div .le_box {
  width: 64.5%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
}
.pc_header .he_box .column .nav .item .down_02 > div .le_box .li .one {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.14rem;
}
.pc_header .he_box .column .nav .item .down_02 > div .le_box .li .one a {
  transition: 0.4s;
  color: #000;
  font-size: var(--f22);
}
.pc_header .he_box .column .nav .item .down_02 > div .le_box .li .one a:hover {
  color: #0072bf;
}
.pc_header .he_box .column .nav .item .down_02 > div .le_box .li .two {
  margin-top: 0.2rem;
}
.pc_header .he_box .column .nav .item .down_02 > div .le_box .li .two a {
  transition: 0.4s;
  color: #666;
}
.pc_header .he_box .column .nav .item .down_02 > div .le_box .li .two a + a {
  margin-top: 0.2rem;
}
.pc_header .he_box .column .nav .item .down_02 > div .le_box .li .two a.active,
.pc_header .he_box .column .nav .item .down_02 > div .le_box .li .two a:hover {
  color: #0072bf;
}
.pc_header .he_box .column .nav .item .down_02 > div .le_box .li.active .one a {
  color: #0072bf;
}
.pc_header .he_box .column .nav .item .down_02 > div .ri_box {
  width: 31%;
  border-left: 1px solid #d9d9d9;
}
.pc_header .he_box .column .nav .item .down_02 > div .ri_box > a {
  padding-left: 0.5rem;
}
.pc_header .he_box .column .nav .item .down_02 > div .ri_box > a .box {
  width: 50%;
}
.pc_header .he_box .column .nav .item .down_02 > div .ri_box > a .box .x1 {
  font-size: var(--f16);
}
.pc_header .he_box .column .nav .item .down_02 > div .ri_box > a .box .x2 {
  transition: 0.4s;
  margin: 0.2rem 0 0.1rem;
  font-size: var(--f18);
  font-family: Medium;
}
.pc_header .he_box .column .nav .item .down_02 > div .ri_box > a .img {
  width: 48%;
  overflow: hidden;
}
.pc_header .he_box .column .nav .item .down_02 > div .ri_box > a .img img {
  transition: 0.4s;
  width: 100%;
}
.pc_header .he_box .column .nav .item .down_02 > div .ri_box > a:hover .box .x2 {
  color: #0072bf;
}
.pc_header .he_box .column .nav .item .down_02 > div .ri_box > a:hover .box .x3 .more_ span {
  transform: rotate(-45deg);
}
.pc_header .he_box .column .nav .item:hover .down_02,
.pc_header .he_box .column .nav .item:hover .down_01 {
  display: block;
}
.pc_header .he_box .column .nav .item:hover > p a,
.pc_header .he_box .column .nav .item.active > p a {
  font-weight: bold;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.7rem;
}
.pc_header .he_box .menu .tel p {
  font-size: var(--f20);
}
.pc_header .he_box .menu .tel p span {
  width: var(--f16);
  margin-right: 8px;
}
.pc_header .he_box .menu .tel p span img {
  transition: 0.2s;
  filter: brightness(0) invert(1);
  animation: call 0.5s ease 0s infinite;
}
.pc_header .he_box .menu .tel p a {
  transition: 0.4s;
  color: #fff;
  font-family: Bold;
}
.pc_header .he_box .menu .search {
  margin-left: 0.36rem;
}
.pc_header .he_box .menu .search p {
  cursor: pointer;
  transition: 0.4s;
  width: var(--w1);
  height: var(--w1);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
}
.pc_header .he_box .menu .search p img {
  transition: 0.2s;
  max-width: 50%;
  margin: auto;
  filter: brightness(0) invert(1);
}
.pc_header .he_box .menu .btn {
  position: relative;
  margin-left: 0.2rem;
}
.pc_header .he_box .menu .btn .box_ {
  display: none;
}
.pc_header .he_box .menu .btn .box_ > div {
  cursor: pointer;
  color: #fff;
}
.pc_header .he_box .menu .btn .box_ > div span {
  font-family: Bold;
}
.pc_header .he_box .menu .btn .box_ > div i {
  margin-left: 4px;
  font-size: 0.88em;
}
.pc_header .he_box .menu .btn .post {
  display: none;
  position: absolute;
  min-width: 100%;
  top: 100%;
  background: #f8f8f8;
  text-align: center;
}
.pc_header .he_box .menu .btn .post a {
  cursor: pointer;
  transition: 0.4s;
  color: #666;
  line-height: calc(var(--top) / 2);
}
.pc_header .he_box .menu .btn .post a:hover {
  color: #0072bf;
}
.pc_header .he_box .menu .btn:hover .post {
  display: block;
}
.pc_header.sticky .he_box,
.pc_header:hover .he_box,
.pc_header.active .he_box {
  background: #fff;
}
.pc_header.sticky .he_box .logo a img,
.pc_header:hover .he_box .logo a img,
.pc_header.active .he_box .logo a img {
  filter: brightness(1) invert(0);
}
.pc_header.sticky .he_box .column .nav .item > p a,
.pc_header:hover .he_box .column .nav .item > p a,
.pc_header.active .he_box .column .nav .item > p a {
  color: #000;
}
.pc_header.sticky .he_box .column .nav .item:hover > p a,
.pc_header:hover .he_box .column .nav .item:hover > p a,
.pc_header.active .he_box .column .nav .item:hover > p a,
.pc_header.sticky .he_box .column .nav .item.active > p a,
.pc_header:hover .he_box .column .nav .item.active > p a,
.pc_header.active .he_box .column .nav .item.active > p a {
  color: #0072bf;
}
.pc_header.sticky .he_box .menu .tel p span img,
.pc_header:hover .he_box .menu .tel p span img,
.pc_header.active .he_box .menu .tel p span img {
  filter: brightness(1) invert(0);
}
.pc_header.sticky .he_box .menu .tel p a,
.pc_header:hover .he_box .menu .tel p a,
.pc_header.active .he_box .menu .tel p a {
  color: #0072bf;
}
.pc_header.sticky .he_box .menu .search p,
.pc_header:hover .he_box .menu .search p,
.pc_header.active .he_box .menu .search p {
  border-color: #0072bf;
}
.pc_header.sticky .he_box .menu .search p img,
.pc_header:hover .he_box .menu .search p img,
.pc_header.active .he_box .menu .search p img {
  filter: brightness(1) invert(0);
}
.pc_header.sticky .he_box .menu .search p:hover,
.pc_header:hover .he_box .menu .search p:hover,
.pc_header.active .he_box .menu .search p:hover {
  background: #0072bf;
}
.pc_header.sticky .he_box .menu .search p:hover img,
.pc_header:hover .he_box .menu .search p:hover img,
.pc_header.active .he_box .menu .search p:hover img {
  filter: brightness(0) invert(1);
}
.pc_header.sticky .he_box .menu .btn .box_ > div,
.pc_header:hover .he_box .menu .btn .box_ > div,
.pc_header.active .he_box .menu .btn .box_ > div {
  color: #0072bf;
}
.pc_header.sticky {
  position: sticky;
}
.pc_header.is_login .he_box .menu .btn .link_ {
  display: none;
}
.pc_header.is_login .he_box .menu .btn .box_ {
  display: block;
}
@keyframes call {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
  }
}
.pc_footer {
  position: relative;
  background: #222222;
  font-size: var(--f16);
}
.pc_footer .ter_top {
  padding: 0.5rem 0;
}
.pc_footer .ter_top .content1 .logo a img {
  height: 0.83rem;
  filter: brightness(0) invert(1);
}
.pc_footer .ter_top .content1 .share .li {
  position: relative;
}
.pc_footer .ter_top .content1 .share .li a {
  width: 44px;
  transition: 0.4s;
  opacity: 0.3;
}
.pc_footer .ter_top .content1 .share .li a img {
  width: 100%;
}
.pc_footer .ter_top .content1 .share .li .post {
  transition: 0.4s;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: center top;
}
.pc_footer .ter_top .content1 .share .li .post img {
  width: 1rem;
  border-radius: 5px;
}
.pc_footer .ter_top .content1 .share .li + .li {
  margin-left: 0.16rem;
}
.pc_footer .ter_top .content1 .share .li:hover a {
  opacity: 1;
}
.pc_footer .ter_top .content1 .share .li:hover .post {
  transform: translateX(-50%) scale(1);
}
.pc_footer .ter_top .content2 {
  margin-top: 0.5rem;
}
.pc_footer .ter_top .content2 .le_box {
  width: 46%;
}
.pc_footer .ter_top .content2 .le_box .lxwm {
  font-size: var(--f18);
}
.pc_footer .ter_top .content2 .le_box .lxwm p {
  color: #fff;
}
.pc_footer .ter_top .content2 .le_box .lxwm p a {
  display: inline;
  color: #fff;
  font-family: Bold;
}
.pc_footer .ter_top .content2 .le_box .lxwm p a[target] {
  text-decoration: underline;
}
.pc_footer .ter_top .content2 .le_box .lxwm p + p {
  margin-top: 0.12rem;
}
.pc_footer .ter_top .content2 .le_box .code {
  margin-top: 0.46rem;
}
.pc_footer .ter_top .content2 .le_box .code div {
  text-align: center;
}
.pc_footer .ter_top .content2 .le_box .code div img {
  width: 1rem;
}
.pc_footer .ter_top .content2 .le_box .code div p {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.5);
}
.pc_footer .ter_top .content2 .le_box .code div + div {
  margin-left: 0.28rem;
}
.pc_footer .ter_top .content2 .ri_box {
  width: 50%;
}
.pc_footer .ter_top .content2 .ri_box .item .one {
  margin-bottom: 0.2rem;
}
.pc_footer .ter_top .content2 .ri_box .item .one a {
  font-size: var(--f18);
  color: #fff;
}
.pc_footer .ter_top .content2 .ri_box .item .two a {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
}
.pc_footer .ter_top .content2 .ri_box .item .two a + a {
  margin-top: 0.12rem;
}
.pc_footer .ter_top .content2 .ri_box .item .two a:hover {
  color: #fff;
}
.pc_footer .ter_bot {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.3rem 0;
}
.pc_footer .ter_bot .copy {
  color: rgba(255, 255, 255, 0.5);
}
.pc_footer .ter_bot .copy p {
  margin-right: 6px;
}
.pc_footer .ter_bot .copy p a {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
}
.pc_footer .ter_bot .copy p a:hover {
  color: #fff;
}
.pc_footer .ter_bot .copy p:last-child {
  margin-right: 0;
}
.pc_footer .ter_bot .yszc a {
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
}
.pc_footer .ter_bot .yszc a + a {
  margin-left: 0.3rem;
}
.pc_footer .ter_bot .yszc a:hover {
  color: #fff;
}
:root {
  --rw: 48px;
}
.phone_show {
  display: none;
}
@media (max-width: 1200px) {
  .phone_show {
    display: block;
  }
  .pc_show {
    display: none;
  }
}
.pu_type > div {
  display: flex;
  white-space: nowrap;
  overflow: auto;
  padding-right: 0.1rem;
  padding-right: 0;
}
.pu_type > div::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.pu_type > div::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0072bf;
}
.pu_type > div::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .pu_type > div {
    scrollbar-color: #0072bf rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.pu_type > div::-webkit-scrollbar {
  display: none;
}
.pu_type > div .link_ + .link_ {
  margin-left: 0.2rem;
}
.more_ {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f18);
  transition: 0.4s;
}
.more_ span {
  transition: 0.4s;
  width: 0.78em;
  margin-left: 0.1rem;
}
.more_ span img {
  transition: 0.4s;
  width: 100%;
}
.more_:hover span {
  transform: rotate(-45deg);
}
.link_ {
  --h1: 0.5rem;
  width: fit-content;
}
.link_ .a {
  transition: 0.6s;
  cursor: pointer;
  font-size: var(--f18);
  position: relative;
  min-width: 1.6rem;
  background: #f2f2f2;
  line-height: var(--h1);
  border-radius: calc(var(--h1) / 2);
  padding: 0 0.3rem;
  text-align: center;
  color: #333333;
}
.link_:hover .a,
.link_.active .a {
  background: #0072bf;
  color: #fff;
}
.pu_link {
  --h1: 0.52rem;
  width: fit-content;
}
.pu_link .a {
  cursor: pointer;
  font-size: var(--f18);
  position: relative;
  min-width: 1.6rem;
  background: #0072bf;
  line-height: var(--h1);
  border-radius: calc(var(--h1) / 2);
  padding: 0 0.3rem;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
}
.pu_link .a p {
  margin-right: 0.1rem;
}
.pu_link .a span {
  width: 0.788em;
  transition: 0.4s;
}
.pu_link .a span img {
  width: 100%;
}
.pu_link:hover .a span {
  transform: rotate(-45deg);
}
.pu_ck {
  --h1: 0.52rem;
  width: fit-content;
}
.pu_ck .a {
  transition: 0.6s;
  cursor: pointer;
  font-size: var(--f18);
  position: relative;
  min-width: 1.6rem;
  line-height: var(--h1);
  border-radius: calc(var(--h1) / 2);
  padding: 0 0.3rem;
  border: 1px solid #0072bf;
  text-align: center;
  color: #0072bf;
  display: flex;
  align-items: center;
}
.pu_ck .a p {
  margin-right: 0.1rem;
}
.pu_ck .a span {
  width: 0.788em;
  transition: 0.4s;
}
.pu_ck .a span img {
  width: 100%;
}
.pu_ck:hover .a {
  background: #0072bf;
  color: #fff !important;
}
.pu_ck:hover .a span img {
  filter: brightness(0) invert(1);
}
.title_01 {
  font-size: var(--f48);
  color: #000;
}
.white {
  color: #fff;
}
.mt {
  margin-top: 0.6rem;
}
.an_ {
  cursor: pointer;
  transition: 0.6s;
  width: var(--rw);
  height: var(--rw);
  border-radius: 50%;
  border: 1px solid #0072bf;
  display: flex;
}
.an_ svg {
  max-width: 42%;
  margin: auto;
}
.an_ svg path {
  transition: 0.4s;
}
.an_:hover {
  border-color: #0072bf !important;
  background: #0072bf !important;
}
.an_:hover svg path {
  fill: #fff !important;
}
.pu_div {
  --w: 0.6rem;
}
.pu_div .li {
  transition: 0.4s;
  cursor: pointer;
  font-size: var(--f18);
  font-family: Regular;
  position: relative;
  width: var(--w);
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.pu_div .li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #fff;
}
.pu_div .li + .li {
  margin-left: 10px;
}
.pu_div .li.active {
  color: #ffffff;
  width: calc(var(--w) * 2);
}
.pu_div .li.active::before {
  animation: line_1 var(--time) linear;
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img {
  width: 100%;
}
.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_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 12%);
  display: flex;
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto;
}
.index_banner .div_ {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 var(--bj);
}
.index_product {
  --h: 3.5rem;
  position: relative;
  background: #fff url("../images/bk-1.jpg") no-repeat center top / 100% auto;
}
.index_product .ct_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem 0.4rem;
}
.index_product .ct_box .item a {
  position: relative;
  background: #f8f8f8;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index_product .ct_box .item a .bk {
  display: flex;
  height: var(--h);
}
.index_product .ct_box .item a .bk img {
  max-width: 50%;
  margin: auto;
}
.index_product .ct_box .item a .post {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 114, 191, 0.8);
  border-radius: inherit;
}
.index_product .ct_box .item a .post > div {
  padding: 0.5rem 0.6rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.index_product .ct_box .item a .post > div .text .t1 {
  font-size: var(--f36);
  font-family: Medium;
}
.index_product .ct_box .item a .post > div .text .t2 {
  margin-top: 0.2rem;
  font-size: var(--f20);
  line-height: 1.4;
}
.index_product .ct_box .item a:hover .post {
  opacity: 1;
}
.index_product .ct_box .item a:hover .post > div .more_ span {
  transform: rotate(-45deg);
}
@keyframes line_1 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.index_star {
  --w: 11.47rem;
  position: relative;
  background: #f8f8f8;
}
.index_star .st_bot {
  position: relative;
}
.index_star .st_bot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - var(--bj) * 2);
  border-top: 1px solid #d9d9d9;
}
.index_star .st_bot .swiper {
  padding-left: calc(var(--bj) - 1rem);
}
.index_star .st_bot .swiper .swiper-slide {
  transition: 0.4s;
  opacity: 0.5;
  width: var(--w);
  border-right: 1px solid transparent;
}
.index_star .st_bot .swiper .swiper-slide a {
  padding: 1.2rem 1.2rem 1.6rem 1rem;
}
.index_star .st_bot .swiper .swiper-slide a .le_box {
  width: 42%;
}
.index_star .st_bot .swiper .swiper-slide a .le_box .text .t1 {
  font-size: var(--f24);
  color: #000;
}
.index_star .st_bot .swiper .swiper-slide a .le_box .text .t2 {
  margin: 0.3rem 0 0.2rem;
  font-size: var(--f30);
  font-family: Bold;
  color: #0072bf;
}
.index_star .st_bot .swiper .swiper-slide a .le_box .text .t3 {
  font-size: var(--f18);
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.7;
  height: 8.5em;
}
.index_star .st_bot .swiper .swiper-slide a .le_box .more_ {
  margin-top: 0.38rem;
}
.index_star .st_bot .swiper .swiper-slide a .ri_box {
  width: 44%;
}
.index_star .st_bot .swiper .swiper-slide a .ri_box img {
  width: 100%;
}
.index_star .st_bot .swiper .swiper-slide-active {
  opacity: 1;
  border-right-color: #d9d9d9;
}
.index_star .st_bot .div_ {
  z-index: 2;
  position: absolute;
  left: calc((var(--w) + var(--bj) - 1rem) - var(--rw) / 2);
  top: 50%;
  transform: translateY(-50%);
}
.index_star .st_bot .div_ .prev,
.index_star .st_bot .div_ .next {
  background: #dedede;
  border-color: #dedede;
}
.index_star .st_bot .div_ .prev svg path,
.index_star .st_bot .div_ .next svg path {
  fill: #888;
}
.index_star .st_bot .div_ .next {
  margin-top: 10px;
}
.index_about .ab_box {
  padding: 0.52rem 0.48rem 0.52rem var(--bj);
}
.index_about .ab_box .le_box {
  width: 45%;
}
.index_about .ab_box .le_box .text .desc {
  margin-top: 0.35rem;
  font-size: var(--f18);
  color: #000;
  line-height: 1.7;
  max-height: calc(1.7em * 8);
  overflow: auto;
  padding-right: 0.1rem;
}
.index_about .ab_box .le_box .text .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.index_about .ab_box .le_box .text .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0072bf;
}
.index_about .ab_box .le_box .text .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .index_about .ab_box .le_box .text .desc {
    scrollbar-color: #0072bf rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.index_about .ab_box .le_box .btn {
  margin-top: 0.8rem;
}
.index_about .ab_box .ri_box {
  width: 52.5%;
}
.index_about .ab_box .ri_box img {
  width: 100%;
}
.index_news {
  position: relative;
  background: #f8f8f8;
}
.index_news .ws_bot > div .le_box {
  width: 46%;
}
.index_news .ws_bot > div .le_box a {
  background: #0072bf;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index_news .ws_bot > div .le_box a .img {
  width: 100%;
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
}
.index_news .ws_bot > div .le_box a .img img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.index_news .ws_bot > div .le_box a .box {
  padding: 0.3rem 0.4rem;
}
.index_news .ws_bot > div .le_box a .box .text .t1 {
  font-size: var(--f20);
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.index_news .ws_bot > div .le_box a .box .text .t2 {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--f18);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.66;
  height: 3.32em;
}
.index_news .ws_bot > div .le_box a .box .btn {
  margin-top: 0.36rem;
  color: #fff;
}
.index_news .ws_bot > div .le_box a .box .btn .time {
  font-size: var(--f16);
  font-family: Regular;
}
.index_news .ws_bot > div .le_box a:hover .img img {
  transform: scale(1.05);
}
.index_news .ws_bot > div .le_box a:hover .box .btn .more_ span {
  transform: rotate(-45deg);
}
.index_news .ws_bot > div .ri_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 51.5%;
}
.index_news .ws_bot > div .ri_box a {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #d9d9d9;
}
.index_news .ws_bot > div .ri_box a .img {
  width: 34%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.index_news .ws_bot > div .ri_box a .img img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.index_news .ws_bot > div .ri_box a .box {
  width: 62%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_news .ws_bot > div .ri_box a .box .text {
  font-size: var(--f20);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 2.8em;
}
.index_news .ws_bot > div .ri_box a .box .btn .time {
  color: #999;
  font-size: var(--f16);
  font-family: Regular;
}
.index_news .ws_bot > div .ri_box a:hover .img img {
  transform: scale(1.05);
}
.index_news .ws_bot > div .ri_box a:hover .box .text {
  color: #0072bf;
}
.index_news .ws_bot > div .ri_box a:hover .box .btn .more_ span {
  transform: rotate(-45deg);
}
.index_customer {
  --h: 1.6rem;
  position: relative;
}
.index_customer .cu_bot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.index_customer .cu_bot .item {
  background: #f8f8f8;
  display: flex;
  height: var(--h);
  border-radius: 0.1rem;
}
.index_customer .cu_bot .item img {
  max-width: 80%;
  max-height: 80%;
  margin: auto;
}
.pu_aside {
  --w: 40px;
  transition: 0.4s;
  z-index: 5;
  position: fixed;
  right: 0.2rem;
  top: 65%;
  opacity: 0;
  transform: translateY(-50%);
}
.pu_aside .box {
  position: relative;
}
.pu_aside .box .item1 {
  padding: 10px;
  background: #ffff;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
  border-radius: calc((var(--w) + 20px) / 2);
  text-align: center;
}
.pu_aside .box .item1 > div {
  cursor: pointer;
}
.pu_aside .box .item1 > div .svg {
  position: relative;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  display: flex;
}
.pu_aside .box .item1 > div .svg p {
  z-index: 3;
  position: relative;
  display: flex;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: inherit;
}
.pu_aside .box .item1 > div .svg p img {
  max-width: 50%;
  margin: auto;
}
.pu_aside .box .item1 > div .wz {
  transition: 0.4s;
  margin: 0 0 10px;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
}
.pu_aside .box .item1 > div .post {
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 100%;
  padding-right: 0.2rem;
  transform: translateX(0.2rem);
}
.pu_aside .box .item1 > div .post > div {
  border-radius: 0.1rem;
  padding: 0.2rem;
  background: #fff;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
  white-space: nowrap;
}
.pu_aside .box .item1 > div .post > div .x1 {
  font-size: 14px;
}
.pu_aside .box .item1 > div .post > div .x1 p {
  color: #999;
  margin-bottom: 10px;
}
.pu_aside .box .item1 > div .post > div .x1 a {
  font-size: 18px;
  color: #0072bf;
  font-family: Bold;
}
.pu_aside .box .item1 > div .post > div .x1 span {
  display: block;
  border-radius: 5px;
  outline: 1px solid rgba(0, 114, 191, 0.5);
  width: 1.05rem;
  margin: 0 auto;
  text-align: center;
}
.pu_aside .box .item1 > div .post > div .x1 span img {
  width: 100%;
}
.pu_aside .box .item1 > div .post > div .x1 + .x1 {
  margin-top: 0.25rem;
}
.pu_aside .box .item1 > div .post > div .x2 {
  width: fit-content;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.pu_aside .box .item1 > div .post > div .x2 a {
  font-size: 14px;
  transition: 0.6s;
  min-width: 1.2rem;
  padding: 0 0.28rem;
  line-height: calc(var(--w) - 2px);
  border: 1px solid #0072bf;
  text-align: center;
  border-radius: calc((var(--w) + 2px) / 2);
  color: #0072bf;
}
.pu_aside .box .item1 > div .post > div .x2 a:hover {
  background: #0072bf;
  color: #fff;
}
.pu_aside .box .item1 > div + div {
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}
.pu_aside .box .item1 > div:first-child .svg::after,
.pu_aside .box .item1 > div:first-child .svg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0072bf;
  border-radius: inherit;
}
.pu_aside .box .item1 > div:first-child .svg::before {
  z-index: 2;
  opacity: 0.4;
  width: calc(var(--w) + 10px);
  height: calc(var(--w) + 10px);
  animation: scale_1 1.6s infinite linear;
}
.pu_aside .box .item1 > div:first-child .svg::after {
  z-index: 1;
  opacity: 0.2;
  width: calc(var(--w) + 20px);
  height: calc(var(--w) + 20px);
  animation: scale_1 1.6s infinite linear;
}
.pu_aside .box .item1 > div:first-child .svg p {
  background: #0072bf;
}
.pu_aside .box .item1 > div:first-child .wz {
  margin: 20px 0 10px;
}
.pu_aside .box .item1 > div:hover .wz a,
.pu_aside .box .item1 > div:hover .wz {
  color: #0072bf;
}
.pu_aside .box .item1 > div:hover .post {
  opacity: 1;
  visibility: initial;
  transform: translateX(0);
}
.pu_aside .box .item2 {
  margin-top: 10px;
  cursor: pointer;
  width: calc(var(--w) + 20px);
  height: calc(var(--w) + 20px);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.04);
  border-radius: calc((var(--w) + 20px) / 2);
  background: #fff;
  display: flex;
}
.pu_aside .box .item2 img {
  max-width: 50%;
  margin: auto;
}
.pu_aside.active {
  opacity: 1;
  top: 50%;
}
@keyframes scale_1 {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
  }
  1000% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.pu_mbx {
  padding: 0.14rem 0;
}
.pu_mbx > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ccc;
  font-size: var(--f16);
  line-height: 1.4;
}
.pu_mbx > div a {
  transition: 0.4s;
  color: #ccc;
}
.pu_mbx > div a:hover {
  color: #fff;
}
.pu_mbx > div i {
  margin: 0 2px;
}
.pu_mbx > div span {
  flex: 1;
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.pu_mbx.pu_mbx_2 > div {
  color: #999;
}
.pu_mbx.pu_mbx_2 > div a {
  color: #999;
}
.pu_mbx.pu_mbx_2 > div a:hover {
  color: #0072bf;
}
.pu_mbx.pu_mbx_2 > div span {
  color: #0072bf;
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
}
.pu_banner .ban_bk img {
  width: 100%;
}
.pu_banner .ban_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--bj);
}
.pu_banner .ban_post > div {
  color: #fff;
  width: 100%;
  margin: auto;
}
.pu_banner .ban_post > div .text {
  font-size: var(--f64);
}
.pu_banner .ban_mbx {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 var(--bj);
}
.pu_swiper {
  position: relative;
}
.pu_swiper .swiper .swiper-slide {
  width: 100%;
}
.pu_swiper .swiper .swiper-slide .slide_img {
  width: 100%;
}
.pu_swiper .swiper .swiper-slide .slide_img img {
  width: 100%;
}
.pu_swiper .div_ {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 var(--bj);
}
.pu_swiper .ban_mbx {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 var(--bj);
}
.pu_swiper .ban_link {
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
}
.brand_01 .br_top .le_box .pu_type {
  margin-top: 0.4rem;
}
.brand_01 .br_top .le_box .pu_type .none {
  display: none;
}
.brand_01 .br_bot .swiper .swiper-slide a {
  border-radius: 0.1rem;
  overflow: hidden;
}
.brand_01 .br_bot .swiper .swiper-slide a .le_box {
  position: relative;
  width: 49%;
  background: #0072bf;
  padding: 0 0.8rem;
  display: flex;
}
.brand_01 .br_bot .swiper .swiper-slide a .le_box > div {
  width: 100%;
  margin: auto;
}
.brand_01 .br_bot .swiper .swiper-slide a .le_box > div .text .t1 {
  font-size: var(--f24);
}
.brand_01 .br_bot .swiper .swiper-slide a .le_box > div .text .t2 {
  margin: 0.4rem 0 0.28rem;
  font-size: var(--f30);
  font-family: Bold;
}
.brand_01 .br_bot .swiper .swiper-slide a .le_box > div .text .t3 {
  font-size: var(--f18);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.7;
  height: 8.5em;
}
.brand_01 .br_bot .swiper .swiper-slide a .le_box > div .btn {
  margin-top: 0.8rem;
}
.brand_01 .br_bot .swiper .swiper-slide a .le_box .bk {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 72%;
}
.brand_01 .br_bot .swiper .swiper-slide a .ri_box {
  position: relative;
  width: 51%;
  border-radius: 0 0.1rem 0.1rem 0;
  overflow: hidden;
}
.brand_01 .br_bot .swiper .swiper-slide a .ri_box .img1 {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.brand_01 .br_bot .swiper .swiper-slide a .ri_box .img2 {
  transition: 0.4s;
  position: absolute;
  width: 3.76rem;
  left: 50%;
  bottom: 0.66rem;
  transform: translateX(-50%);
}
.pu_toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.pu_toggle .div1 {
  flex: 1;
  height: 2px;
  background: #d9d9d9;
  position: relative;
}
.pu_toggle .div1 span {
  background: #0072bf;
}
.pu_toggle .div2 {
  margin-left: 0.26rem;
  display: flex;
}
.pu_toggle .div2 .next {
  margin-left: 0.1rem;
}
.brand_02 {
  background: #f8f8f8;
}
.brand_02 .br_bot .swiper .swiper-slide a {
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.brand_02 .br_bot .swiper .swiper-slide a .bk {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.brand_02 .br_bot .swiper .swiper-slide a .bk img {
  transition: 0.2s;
  width: 100%;
  border-radius: inherit;
}
.brand_02 .br_bot .swiper .swiper-slide a .post {
  transition: 0.6s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: inherit;
  display: flex;
}
.brand_02 .br_bot .swiper .swiper-slide a .post > div {
  width: 100%;
  margin: auto;
  text-align: center;
}
.brand_02 .br_bot .swiper .swiper-slide a .post > div .svg {
  height: 0.66rem;
}
.brand_02 .br_bot .swiper .swiper-slide a .post > div .svg img {
  max-height: 100%;
}
.brand_02 .br_bot .swiper .swiper-slide a .post > div .text {
  transition: 0.4s;
  margin: 0.36rem 0 0.3rem;
  font-size: var(--f30);
}
.brand_02 .br_bot .swiper .swiper-slide a:hover .post {
  background: transparent;
}
.brand_02 .br_bot .swiper .swiper-slide a:hover .post > div .svg img {
  filter: brightness(0) invert(1);
}
.brand_02 .br_bot .swiper .swiper-slide a:hover .post > div .text {
  color: #fff;
}
.brand_02 .br_bot .swiper .swiper-slide a:hover .post > div .btn .more_ {
  color: #fff;
}
.brand_02 .br_bot .swiper .swiper-slide a:hover .post > div .btn .more_ span {
  transform: rotate(-45deg);
}
.brand_02 .br_bot .swiper .swiper-slide a:hover .post > div .btn .more_ span img {
  filter: brightness(0) invert(1);
}
.brand_03 {
  --g: 10px;
  --w1: 8.2rem;
  --w2: calc((var(--vw) - var(--bj) * 2 - var(--w1) - var(--g) * 4) / 4);
  --h1: 5.8rem;
}
.brand_03 .br_bot .swiper .swiper-slide {
  transition: 0.8s;
  width: var(--w2);
}
.brand_03 .br_bot .swiper .swiper-slide a {
  width: 100%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.brand_03 .br_bot .swiper .swiper-slide a .bk {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.brand_03 .br_bot .swiper .swiper-slide a .bk img {
  transition: 0.4s;
  width: 100%;
  height: var(--h1);
  border-radius: inherit;
}
.brand_03 .br_bot .swiper .swiper-slide a .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  border-radius: inherit;
}
.brand_03 .br_bot .swiper .swiper-slide a .post > div {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.brand_03 .br_bot .swiper .swiper-slide a .post > div .svg {
  height: 0.6rem;
}
.brand_03 .br_bot .swiper .swiper-slide a .post > div .svg img {
  max-height: 100%;
}
.brand_03 .br_bot .swiper .swiper-slide a .post > div .box {
  position: relative;
}
.brand_03 .br_bot .swiper .swiper-slide a .post > div .box .div1 {
  transition: 0.4s;
  opacity: 0;
  transform: translateY(0.6rem);
}
.brand_03 .br_bot .swiper .swiper-slide a .post > div .box .div1 .text .t1 {
  font-size: var(--f30);
}
.brand_03 .br_bot .swiper .swiper-slide a .post > div .box .div1 .text .t2 {
  margin-top: 0.2rem;
  font-size: var(--f18);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.66;
  height: 3.32em;
}
.brand_03 .br_bot .swiper .swiper-slide a .post > div .box .div1 .btn {
  margin-top: 0.48rem;
}
.brand_03 .br_bot .swiper .swiper-slide a .post > div .box .div2 {
  font-size: var(--f22);
}
.brand_03 .br_bot .swiper .swiper-slide a .post1 {
  opacity: 0;
  transition: 0.4s;
  background: linear-gradient(270deg, rgba(0, 100, 172, 0) -78.17%, rgba(0, 78, 130, 0.8) 100%);
  padding: 0.8rem 0.6rem 0.5rem;
}
.brand_03 .br_bot .swiper .swiper-slide a .post2 {
  transition: 0.4s;
  background: linear-gradient(180deg, rgba(0, 100, 172, 0.12) 0.95%, rgba(0, 100, 172, 0.6) 100%);
  padding: 0.8rem 0.32rem 0.5rem;
}
.brand_03 .br_bot .swiper .swiper-slide-active {
  width: var(--w1);
}
.brand_03 .br_bot .swiper .swiper-slide-active a .post1 {
  opacity: 1;
}
.brand_03 .br_bot .swiper .swiper-slide-active a .post1 > div .box .div1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.brand_03 .br_bot .swiper .swiper-slide-active a .post2 {
  opacity: 0;
}
.brand_04 {
  background: #f8f8f8;
}
.brand_04 .br_top {
  text-align: center;
}
.brand_04 .br_top .desc {
  margin: 0.2rem auto 0;
  width: min(10.85rem, 100%);
  font-size: var(--f18);
  color: #333;
  line-height: 1.7;
}
.brand_04 .br_bot {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem;
}
.brand_04 .br_bot .item {
  transition: 0.4s;
  border-radius: 0.1rem;
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  text-align: center;
  padding: 0.66rem 0.2rem;
}
.brand_04 .br_bot .item .svg {
  height: 0.7rem;
}
.brand_04 .br_bot .item .svg img {
  max-height: 100%;
}
.brand_04 .br_bot .item .text {
  margin-top: 0.35rem;
}
.brand_04 .br_bot .item .text .t1 {
  font-size: var(--f26);
}
.brand_04 .br_bot .item .text .t2 {
  margin-top: 0.26rem;
  font-size: var(--f18);
  line-height: 1.66;
  color: #333;
}
.brand_04 .br_bot .item:hover {
  transform: translateY(-10px);
}
.pu_cbl {
  transition: 0.4s;
  z-index: 5;
  position: fixed;
  left: 0.2rem;
  top: 65%;
  opacity: 0;
  transform: translateY(-50%);
}
.pu_cbl .box {
  max-width: calc(var(--bj) - 0.3rem);
  font-size: var(--f16);
  border-left: 2px solid #f2f2f2;
}
.pu_cbl .box .item .one a {
  position: relative;
  transition: 0.4s;
  color: #000;
  padding-left: 0.12rem;
}
.pu_cbl .box .item .one a::before {
  transition: 0.4s;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  height: 100%;
  border-left: 2px solid #0072bf;
}
.pu_cbl .box .item .one a:hover {
  color: #0072bf;
}
.pu_cbl .box .item .one a:hover::before {
  opacity: 1;
}
.pu_cbl .box .item .two {
  margin-top: 0.12rem;
}
.pu_cbl .box .item .two a {
  transition: 0.4s;
  font-size: 0.88em;
  color: #666;
  padding-left: 0.12rem;
}
.pu_cbl .box .item .two a + a {
  margin-top: 0.1rem;
}
.pu_cbl .box .item .two a:hover {
  color: #0072bf;
}
.pu_cbl .box .item + .item {
  margin-top: 0.2rem;
}
.pu_cbl .box .item.active .one a {
  color: #0072bf;
}
.pu_cbl .box .item.active .one a::before {
  opacity: 1;
}
.pu_cbl.active {
  opacity: 1;
  top: 50%;
}
.product_01 .pr_top .pu_type {
  margin-top: 0.4rem;
}
.product_01 .pr_bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.3rem;
}
.pu_li_1 a {
  background: #f8f8f8;
  padding: 0.4rem 0.5rem;
}
.pu_li_1 a .img {
  height: 3.7rem;
  display: flex;
}
.pu_li_1 a .img img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.pu_li_1 a .box {
  margin-top: 0.4rem;
}
.pu_li_1 a .box .text .t1 {
  font-size: var(--f18);
  color: #666;
}
.pu_li_1 a .box .text .t2 {
  margin-top: 0.2rem;
  color: #0072bf;
  font-family: Bold;
  font-size: var(--f30);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.pu_li_1 a .box .btn {
  margin-top: 0.5rem;
}
.product_details_01 {
  --w: 6.9rem;
  --w1: 1.4rem;
  position: relative;
  background: url("../images/9.jpg") no-repeat center / cover;
}
.product_details_01 .ls_bot {
  margin-top: 0.72rem;
}
.product_details_01 .ls_bot .le_box {
  flex: 1;
}
.product_details_01 .ls_bot .le_box .text .t1 {
  font-size: var(--f24);
}
.product_details_01 .ls_bot .le_box .text .t2 {
  margin: 0.3rem 0 0.4rem;
  font-family: Bold;
  font-size: var(--f48);
}
.product_details_01 .ls_bot .le_box .text .t3 {
  font-size: var(--f18);
  line-height: 2;
  color: #333;
}
.product_details_01 .ls_bot .le_box .btn {
  margin-top: 0.82rem;
}
.product_details_01 .ls_bot .ri_box .div1 {
  width: var(--w);
}
.product_details_01 .ls_bot .ri_box .div1 .swiper .swiper-slide {
  width: var(--w);
  height: var(--w);
  border-radius: 0.1rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5.05px);
  display: flex;
}
.product_details_01 .ls_bot .ri_box .div1 .swiper .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.product_details_01 .ls_bot .ri_box .div2 {
  margin-left: 0.2rem;
  width: var(--w1);
}
.product_details_01 .ls_bot .ri_box .div2 .swiper {
  height: var(--w);
}
.product_details_01 .ls_bot .ri_box .div2 .swiper .swiper-slide {
  cursor: pointer;
  transition: 0.4s;
  width: var(--w1);
  height: var(--w1);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5.05px);
  border: 1px solid transparent;
  display: flex;
}
.product_details_01 .ls_bot .ri_box .div2 .swiper .swiper-slide img {
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.product_details_01 .ls_bot .ri_box .div2 .swiper .swiper-slide-thumb-active {
  border-color: #0072bf;
}
.product_details_02 .ls_bot > div {
  display: none;
}
.product_details_02 .ls_bot > div.active {
  display: block;
}
.product_details_02 .ls_bot .content1 .div1 .item a .le_box {
  width: 45%;
}
.product_details_02 .ls_bot .content1 .div1 .item a .le_box .x1 {
  font-size: var(--f30);
}
.product_details_02 .ls_bot .content1 .div1 .item a .le_box .x2 {
  margin-top: 0.3rem;
  color: #666;
  font-size: var(--f18);
  line-height: 1.7;
  max-height: calc(1.7em * 8);
  overflow: auto;
  padding-right: 0.1rem;
}
.product_details_02 .ls_bot .content1 .div1 .item a .le_box .x2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.product_details_02 .ls_bot .content1 .div1 .item a .le_box .x2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0072bf;
}
.product_details_02 .ls_bot .content1 .div1 .item a .le_box .x2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .product_details_02 .ls_bot .content1 .div1 .item a .le_box .x2 {
    scrollbar-color: #0072bf rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.product_details_02 .ls_bot .content1 .div1 .item a .ri_box {
  width: 48%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.product_details_02 .ls_bot .content1 .div1 .item a .ri_box img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.product_details_02 .ls_bot .content1 .div1 .item a .ri_box:hover img {
  transform: scale(1.05);
}
.product_details_02 .ls_bot .content1 .div1 .item + .item {
  margin-top: var(--gap);
}
.product_details_02 .ls_bot .content1 .div1 .item:nth-child(n + 5) {
  display: none;
}
.product_details_02 .ls_bot .content1 .div1 .item:nth-child(even) a {
  flex-direction: row-reverse;
}
.product_details_02 .ls_bot .content2 > div {
  overflow: auto;
  padding-right: 0.1rem;
  padding-right: 0;
}
.product_details_02 .ls_bot .content2 > div::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.product_details_02 .ls_bot .content2 > div::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0072bf;
}
.product_details_02 .ls_bot .content2 > div::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .product_details_02 .ls_bot .content2 > div {
    scrollbar-color: #0072bf rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.product_details_02 .ls_bot .content2 > div table {
  width: max-content;
  font-size: var(--f18);
  border-color: #ccc;
}
.product_details_02 .ls_bot .content2 > div table tr td {
  padding: 10px 20px;
}
.product_details_02 .ls_bot .content2 > div table tr td:nth-child(1) {
  width: 3.26rem;
}
.product_details_02 .ls_bot .content2 > div table tr td:nth-child(2) {
  width: 4.63rem;
}
.product_details_02 .ls_bot .content2 > div table tr td:nth-child(3) {
  width: 8.27rem;
}
.product_details_03 .ls_bot .content1 .swiper {
  padding-bottom: 16px;
}
.product_details_03 .ls_bot .content1 .swiper .swiper-slide:hover a,
.product_details_03 .ls_bot .content1 .swiper .swiper-slide.active a {
  background: #0072bf;
}
.product_details_03 .ls_bot .content1 .swiper .swiper-slide:hover a::before,
.product_details_03 .ls_bot .content1 .swiper .swiper-slide.active a::before {
  opacity: 1;
}
.product_details_03 .ls_bot .content1 .swiper .swiper-slide:hover a span img,
.product_details_03 .ls_bot .content1 .swiper .swiper-slide.active a span img {
  filter: brightness(0) invert(1);
}
.product_details_03 .ls_bot .content1 .swiper .swiper-slide:hover a p,
.product_details_03 .ls_bot .content1 .swiper .swiper-slide.active a p {
  color: #fff;
}
.product_details_03 .ls_bot .content2 {
  margin-top: 0.52rem;
}
.product_details_03 .ls_bot .content2 > div {
  display: none;
}
.product_details_03 .ls_bot .content2 > div.active {
  display: block;
}
.product_details_03 .ls_bot .content2 .item a .le_box {
  width: 48%;
  background: #f8f8f8;
  display: flex;
  height: 5rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.product_details_03 .ls_bot .content2 .item a .le_box img {
  transition: 0.4s;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.product_details_03 .ls_bot .content2 .item a .ri_box {
  width: 45%;
}
.product_details_03 .ls_bot .content2 .item a .ri_box .x1 {
  font-size: var(--f30);
}
.product_details_03 .ls_bot .content2 .item a .ri_box .x2 {
  margin-top: 0.24rem;
  color: #666;
  font-size: var(--f18);
  line-height: 1.7;
  max-height: calc(1.7em * 8);
  overflow: auto;
  padding-right: 0.1rem;
}
.product_details_03 .ls_bot .content2 .item a .ri_box .x2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.product_details_03 .ls_bot .content2 .item a .ri_box .x2::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0072bf;
}
.product_details_03 .ls_bot .content2 .item a .ri_box .x2::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .product_details_03 .ls_bot .content2 .item a .ri_box .x2 {
    scrollbar-color: #0072bf rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.product_details_03 .ls_bot .content2 .item:hover .le_box img {
  transform: scale(1.05);
}
.product_details_03 .ls_bot .content2 .item + .item {
  margin-top: 0.6rem;
}
.pu_optional a {
  width: 100%;
  cursor: pointer;
  transition: 0.6s;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 0.9rem;
  border-radius: 0.1rem;
  background: #f8f8f8;
}
.pu_optional a::before {
  transition: 0.4s;
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #0072bf;
}
.pu_optional a span {
  width: 0.4rem;
}
.pu_optional a span img {
  transition: 0.2s;
  max-width: 100%;
}
.pu_optional a p {
  padding-left: 0.2rem;
  transition: 0.4s;
  font-size: var(--f30);
  color: #000;
}
.solution_01 .so_top .swiper {
  padding-bottom: 16px;
}
.solution_01 .so_top .swiper .swiper-slide:hover a,
.solution_01 .so_top .swiper .swiper-slide.active a {
  background: #0072bf;
}
.solution_01 .so_top .swiper .swiper-slide:hover a::before,
.solution_01 .so_top .swiper .swiper-slide.active a::before {
  opacity: 1;
}
.solution_01 .so_top .swiper .swiper-slide:hover a span img,
.solution_01 .so_top .swiper .swiper-slide.active a span img {
  filter: brightness(0) invert(1);
}
.solution_01 .so_top .swiper .swiper-slide:hover a p,
.solution_01 .so_top .swiper .swiper-slide.active a p {
  color: #fff;
}
.solution_01 .so_bot {
  margin-top: var(--gap);
}
.solution_01 .so_bot .box {
  display: none;
}
.solution_01 .so_bot .box.active {
  display: block;
}
.solution_01 .so_bot .content1 .desc {
  margin-top: 0.2rem;
  font-size: var(--f18);
  color: #333;
  line-height: 1.66;
}
.solution_01 .so_bot .content2 .item {
  margin-top: 0.6rem;
}
.solution_01 .so_bot .content2 .item a .le_box {
  width: 43%;
  height: 4.5rem;
  background: #f8f8f8;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
}
.solution_01 .so_bot .content2 .item a .le_box img {
  transition: 0.4s;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
.solution_01 .so_bot .content2 .item a .ri_box {
  width: 50%;
}
.solution_01 .so_bot .content2 .item a .ri_box .text {
  font-size: var(--f18);
}
.solution_01 .so_bot .content2 .item a .ri_box .text .t1 {
  font-size: var(--f30);
  color: #000;
  transition: 0.4s;
}
.solution_01 .so_bot .content2 .item a .ri_box .text .t2 {
  margin-top: 0.3rem;
  font-size: var(--f24);
  color: #333;
}
.solution_01 .so_bot .content2 .item a .ri_box .text .t3 {
  margin-top: 0.3rem;
  color: #666;
  line-height: 1.7;
}
.solution_01 .so_bot .content2 .item a .ri_box .text .t4 {
  margin-top: 0.2rem;
  color: #666;
  line-height: 1.7;
}
.solution_01 .so_bot .content2 .item a .ri_box .btn {
  margin-top: 0.3rem;
}
.solution_01 .so_bot .content2 .item a:hover .le_box img {
  transform: scale(1.05);
}
.solution_01 .so_bot .content2 .item a:hover .ri_box .text .t1 {
  color: #0072bf;
}
.solution_01 .so_bot .content2 .item a:hover .ri_box .btn .more_ span {
  transform: rotate(-45deg);
}
.solution_01 .so_bot .content2 .item:nth-child(n + 6) {
  display: none;
}
.solution_details_01 {
  position: relative;
  background: url("../images/bk-3.jpg") no-repeat center / cover;
}
.solution_details_01 .ls_bot {
  margin-top: 0.5rem;
}
.solution_details_01 .ls_bot .le_box {
  width: 38%;
}
.solution_details_01 .ls_bot .le_box .text .t1 {
  font-size: var(--f36);
}
.solution_details_01 .ls_bot .le_box .text .t2 {
  margin: 0.3rem 0 0.5rem;
  font-size: var(--f48);
}
.solution_details_01 .ls_bot .le_box .text .t3 {
  font-size: var(--f18);
  color: #666;
  line-height: 1.66;
}
.solution_details_01 .ls_bot .ri_box {
  width: 57.5%;
  height: 6rem;
  background: #f9f9f9;
  border-radius: 0.1rem;
  overflow: hidden;
  display: flex;
}
.solution_details_01 .ls_bot .ri_box img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.application_details_02 .ls_bot,
.solution_details_02 .ls_bot {
  font-size: var(--f18);
  color: #666;
  line-height: 1.66;
}
.application_details_02 .ls_bot img,
.solution_details_02 .ls_bot img {
  max-width: 100%;
}
.application_details_01 {
  position: relative;
  background: url("../images/bk-4.jpg") no-repeat center / cover;
}
.application_details_01 .ls_bot {
  margin-top: 0.28rem;
}
.application_details_01 .ls_bot .le_box {
  width: 50%;
}
.application_details_01 .ls_bot .le_box .text .t1 {
  font-size: var(--f48);
}
.application_details_01 .ls_bot .le_box .text .t2 {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: #333;
  line-height: 2;
}
.application_details_01 .ls_bot .le_box .btn {
  margin-top: 0.7rem;
}
.application_details_01 .ls_bot .ri_box {
  width: 44.5%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.application_details_01 .ls_bot .ri_box img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.application_details_01 .ls_bot .ri_box:hover img {
  transform: scale(1.05);
}
.about_01 {
  position: relative;
}
.about_01 .ab_bk {
  width: 100%;
}
.about_01 .ab_bk img {
  width: 100%;
}
.about_01 .ab_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--bj);
}
.about_01 .ab_post > div {
  width: min(13.68rem, 100%);
  margin: auto;
  text-align: center;
}
.about_01 .ab_post > div .content1 .desc {
  margin-top: 0.5rem;
  font-size: var(--f18);
  color: #333;
  line-height: 2;
  max-height: calc(2em * 12);
  overflow: auto;
  padding-right: 0.1rem;
}
.about_01 .ab_post > div .content1 .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.about_01 .ab_post > div .content1 .desc::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0072bf;
}
.about_01 .ab_post > div .content1 .desc::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.5);
}
@-moz-document url-prefix() {
  .about_01 .ab_post > div .content1 .desc {
    scrollbar-color: #0072bf rgba(0, 0, 0, 0.5);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.about_01 .ab_post > div .content2 {
  margin-top: 0.5rem;
}
.about_02 .ab_bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.pu_li_2 a .img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.pu_li_2 a .img img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.pu_li_2 a .box {
  margin-top: 0.3rem;
}
.pu_li_2 a .box .text {
  transition: 0.4s;
  font-size: var(--f20);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.pu_li_2 a .box .btn {
  margin-top: 0.4rem;
}
.pu_li_2 a:hover .img img {
  transform: scale(1.05);
}
.pu_li_2 a:hover .box .text {
  color: #0072bf;
}
.pu_li_2 a:hover .box .btn .more_ span {
  transform: rotate(-45deg);
}
.news_01 {
  position: relative;
}
.news_01 .ws_top .swiper .swiper-slide a {
  border-radius: 0.1rem;
  background: #0072bf;
  overflow: hidden;
}
.news_01 .ws_top .swiper .swiper-slide a .le_box {
  width: 57%;
  border-radius: inherit;
  overflow: hidden;
}
.news_01 .ws_top .swiper .swiper-slide a .le_box img {
  width: 100%;
  transition: 0.4s;
  border-radius: inherit;
}
.news_01 .ws_top .swiper .swiper-slide a .ri_box {
  width: 43%;
  padding: 0.6rem;
}
.news_01 .ws_top .swiper .swiper-slide a .ri_box > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.news_01 .ws_top .swiper .swiper-slide a .ri_box > div .text {
  font-size: var(--f18);
}
.news_01 .ws_top .swiper .swiper-slide a .ri_box > div .text .t1 {
  font-family: Regular;
}
.news_01 .ws_top .swiper .swiper-slide a .ri_box > div .text .t2 {
  margin: 0.3rem 0 0.2rem;
  font-size: var(--f30);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 2.8em;
}
.news_01 .ws_top .swiper .swiper-slide a .ri_box > div .text .t3 {
  opacity: 0.6;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.66;
  height: 3.32em;
}
.news_01 .ws_top .swiper .swiper-slide a:hover .le_box img {
  transform: scale(1.05);
}
.news_01 .ws_top .swiper .swiper-slide a:hover .ri_box > div .btn .more_ span {
  transform: rotate(-45deg);
}
.news_01 .ws_top .div_ {
  --w: 0.6rem;
  margin-top: 0.4rem;
  text-align: center;
}
.news_01 .ws_top .div_ .swiper-pagination-bullet {
  position: relative;
  transition: 0.4s;
  width: var(--w);
  border-radius: 0;
  height: 4px;
  background: rgba(0, 114, 191, 0.5);
  opacity: 1;
}
.news_01 .ws_top .div_ .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background: #0072bf;
}
.news_01 .ws_top .div_ .swiper-pagination-bullet-active {
  width: calc(var(--w) * 2);
}
.news_01 .ws_top .div_ .swiper-pagination-bullet-active::before {
  animation: line_1 3.8s linear;
}
.news_01 .ws_bot {
  margin-top: var(--gap);
}
.pu_page {
  --w: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: var(--f18);
}
.pu_page .prev a,
.pu_page .next a {
  cursor: pointer;
}
.pu_page .prev a i,
.pu_page .next a i {
  transition: 0.4s;
  color: 3333;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #0072bf;
}
.pu_page .number {
  margin: 0 0.3rem;
  display: flex;
}
.pu_page .number a {
  margin: 0 0.1rem;
  transition: 0.4s;
  width: var(--w);
  height: var(--w);
  line-height: var(--w);
  text-align: center;
  color: #333;
  border-radius: 50%;
}
.pu_page .number a:hover,
.pu_page .number a.active {
  background: #0072bf;
  color: #fff;
}
.pu_li_3 a {
  border-radius: 0.1rem;
  overflow: hidden;
  background: #f8f8f8;
}
.pu_li_3 a .img {
  border-radius: inherit;
  overflow: hidden;
  width: 100%;
}
.pu_li_3 a .img img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.pu_li_3 a .box {
  padding: 0.3rem;
}
.pu_li_3 a .box .text {
  font-size: var(--f18);
}
.pu_li_3 a .box .text .t1 {
  color: #999;
  font-family: Regular;
}
.pu_li_3 a .box .text .t2 {
  transition: 0.4s;
  margin: 0.18rem 0 0.2rem;
  font-size: var(--f20);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 2.8em;
}
.pu_li_3 a .box .text .t3 {
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.66;
  height: 3.32em;
}
.pu_li_3 a .box .btn {
  margin-top: 0.4rem;
}
.pu_li_3 a:hover .img img {
  transform: scale(1.05);
}
.pu_li_3 a:hover .box .text .t2 {
  color: #0072bf;
}
.pu_li_3 a:hover .box .btn .more_ span {
  transform: rotate(-45deg);
}
.news_01 .ws_bot .content1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.3rem;
}
.news_details_01 {
  border-top: 1px solid #eee;
}
.news_details_01 .ls_bot {
  padding: var(--gap) 0;
}
.news_details_01 .ls_bot .le_box {
  flex: 1;
}
.news_details_01 .ls_bot .le_box .content1 {
  padding-bottom: 0.5rem;
}
.news_details_01 .ls_bot .le_box .content1 .text {
  font-size: var(--f58);
  line-height: 1.4;
}
.news_details_01 .ls_bot .le_box .content1 .time {
  margin-top: 0.3rem;
  font-family: Regular;
  color: #0072bf;
  font-size: var(--f18);
}
.news_details_01 .ls_bot .le_box .content2 {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 0.44rem 0;
  font-size: var(--f18);
  color: #333;
  line-height: 2;
}
.news_details_01 .ls_bot .le_box .content2 img {
  max-width: 100%;
}
.news_details_01 .ls_bot .le_box .content3 .div1 {
  flex: 0.9;
  font-size: var(--f18);
}
.news_details_01 .ls_bot .le_box .content3 .div1 a {
  transition: 0.4s;
  color: #999;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.news_details_01 .ls_bot .le_box .content3 .div1 a:hover {
  color: #0072bf;
  text-decoration: underline;
}
.news_details_01 .ls_bot .le_box .content3 .div1 a + a {
  margin-top: 0.14rem;
}
.news_details_01 .ls_bot .le_box .content3 .div2 .pu_ck .a {
  color: #000;
}
.news_details_01 .ls_bot .le_box .content3 .div2 .pu_ck .a p {
  margin-right: 0;
  margin-left: 0.1rem;
}
.news_details_01 .ls_bot .ri_box {
  margin-left: 7%;
  width: 3.8rem;
}
.news_details_01 .ls_bot .ri_box > div {
  z-index: 1;
  position: sticky;
  top: calc(var(--top) + 10px);
}
.news_details_01 .ls_bot .ri_box .content1 {
  font-size: var(--f36);
}
.news_details_01 .ls_bot .ri_box .content2 a {
  margin-top: 0.4rem;
  border-bottom: 1px solid #d9d9d9;
}
.news_details_01 .ls_bot .ri_box .content2 a .img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.news_details_01 .ls_bot .ri_box .content2 a .img img {
  border-radius: inherit;
  width: 100%;
  transition: 0.4s;
}
.news_details_01 .ls_bot .ri_box .content2 a .box {
  padding: 0.2rem 0 0.4rem;
}
.news_details_01 .ls_bot .ri_box .content2 a .box .x1 {
  font-size: var(--f16);
  color: #999;
  font-family: Regular;
}
.news_details_01 .ls_bot .ri_box .content2 a .box .x2 {
  margin-top: 0.2rem;
  transition: 0.4s;
  font-size: var(--f20);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 2.8em;
}
.news_details_01 .ls_bot .ri_box .content2 a:hover .img img {
  transform: scale(1.05);
}
.news_details_01 .ls_bot .ri_box .content2 a:hover .box .x2 {
  color: #0072bf;
}
.case_01 .ca_top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.case_details_01 .ls_box .le_box {
  flex: 1;
  font-size: var(--f18);
  line-height: 1.7;
  color: #333;
}
.case_details_01 .ls_box .ri_box {
  margin-left: 5%;
  width: 3.2rem;
}
.case_details_01 .ls_box .ri_box > div {
  position: sticky;
  top: calc(var(--top) + 10px);
  padding: 0.24rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.1rem;
}
.case_details_01 .ls_box .ri_box > div .text {
  font-size: var(--f24);
}
.case_details_01 .ls_box .ri_box > div .desc {
  margin-top: 0.15rem;
}
.case_details_01 .ls_box .ri_box > div .desc a {
  transition: 0.4s;
  font-size: var(--f18);
  color: #333;
  padding: 0.16rem 0;
}
.case_details_01 .ls_box .ri_box > div .desc a p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.case_details_01 .ls_box .ri_box > div .desc a:hover {
  color: #0072bf;
}
.case_details_01 .ls_box .ri_box > div .desc a + a {
  border-top: 1px solid #d9d9d9;
}
.case_details_02 .ls_bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.contact_02 {
  position: relative;
  background: #f8f8f8;
}
.contact_02 .ct_top .desc {
  margin-top: 0.2rem;
  font-size: var(--f18);
  color: #666;
  line-height: 1.7;
}
.contact_02 .ct_bot .swiper {
  padding-left: var(--bj);
}
.contact_02 .ct_bot .swiper .swiper-slide {
  border-radius: 0.1rem;
  overflow: hidden;
}
.contact_02 .ct_bot .swiper .swiper-slide img {
  transition: 0.4s;
  border-radius: inherit;
  width: 100%;
}
.contact_02 .ct_bot .swiper .swiper-slide:hover img {
  transform: scale(1.05);
}
.contact_02 .ct_bot .div_ {
  padding: 0 var(--bj);
}
.contact_01 {
  position: relative;
}
.contact_01 .ct_bot {
  background: #f8f8f8;
  border-radius: 0.1rem;
  overflow: hidden;
}
.contact_01 .ct_bot .le_box {
  width: 45%;
  padding: 0.6rem;
}
.contact_01 .ct_bot .le_box > div .div1 > div .d1 {
  width: var(--f30);
}
.contact_01 .ct_bot .le_box > div .div1 > div .d1 img {
  max-width: 100%;
}
.contact_01 .ct_bot .le_box > div .div1 > div .d2 {
  flex: 1;
  padding-left: 0.16rem;
  font-family: Medium;
}
.contact_01 .ct_bot .le_box > div .div1 > div .d2 p {
  font-size: var(--f18);
  color: #999;
  margin-bottom: 8px;
}
.contact_01 .ct_bot .le_box > div .div1 > div .d2 a {
  transition: 0.4s;
  display: inline;
  font-size: var(--f22);
  font-family: Medium;
}
.contact_01 .ct_bot .le_box > div .div1 > div .d2 a:hover[href] {
  color: #0072bf;
}
.contact_01 .ct_bot .le_box > div .div1 > div + div {
  margin-top: 0.26rem;
}
.contact_01 .ct_bot .le_box > div .div2 {
  margin-top: 0.4rem;
}
.contact_01 .ct_bot .le_box > div .div2 > div {
  text-align: center;
  margin-right: 0.36rem;
}
.contact_01 .ct_bot .le_box > div .div2 > div img {
  width: 1.2rem;
}
.contact_01 .ct_bot .le_box > div .div2 > div p {
  color: #666;
  margin-top: 8px;
  font-size: var(--f16);
}
.contact_01 .ct_bot .le_box > div .div2 > div:last-child {
  margin-right: 0;
}
.contact_01 .ct_bot .ri_box {
  position: relative;
  width: 55%;
  border-radius: 0 0.1rem 0.1rem 0;
  overflow: hidden;
}
.contact_01 .ct_bot .ri_box img {
  transition: 0.4s;
  width: 100%;
  border-radius: inherit;
}
.contact_01 .ct_bot .ri_box .post {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pu_vip_2,
.pu_vip {
  display: none;
  --w: 3.18rem;
  --h: 0.5rem;
  z-index: 99;
  position: fixed;
  width: 100%;
  height: var(--vh);
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.pu_vip_2 .box,
.pu_vip .box {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.1rem;
  width: min(6.6rem, 90vw);
  background: #fff url("../images/bk-5.png") no-repeat center bottom / 100% auto;
  padding: 0.4rem;
}
.pu_vip_2 .box .close,
.pu_vip .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  cursor: pointer;
}
.pu_vip_2 .box .close svg,
.pu_vip .box .close svg {
  width: var(--f18);
}
.pu_vip_2 .box .close svg path,
.pu_vip .box .close svg path {
  transition: 0.4s;
}
.pu_vip_2 .box .close:hover svg path,
.pu_vip .box .close:hover svg path {
  fill: #0072bf;
}
.pu_vip_2 .box .main .form,
.pu_vip .box .main .form {
  width: var(--w);
  margin: 0 auto;
  font-size: var(--f16);
}
.pu_vip_2 .box .main .form .div1,
.pu_vip .box .main .form .div1 {
  font-size: var(--f24);
  text-align: center;
}
.pu_vip_2 .box .main .form .div2,
.pu_vip .box .main .form .div2 {
  margin-top: 0.35rem;
}
.pu_vip_2 .box .main .form .div2 .label,
.pu_vip .box .main .form .div2 .label {
  position: relative;
}
.pu_vip_2 .box .main .form .div2 .label input,
.pu_vip .box .main .form .div2 .label input {
  transition: 0.4s;
  width: 100%;
  height: var(--h);
  background: #f8f8f8;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
  border: 1px solid #f8f8f8;
}
.pu_vip_2 .box .main .form .div2 .label input::placeholder,
.pu_vip .box .main .form .div2 .label input::placeholder {
  color: #999;
}
.pu_vip_2 .box .main .form .div2 .label input:focus,
.pu_vip .box .main .form .div2 .label input:focus {
  border-color: #0072bf;
}
.pu_vip_2 .box .main .form .div2 .label .layui-input-affix,
.pu_vip .box .main .form .div2 .label .layui-input-affix {
  line-height: var(--h);
}
.pu_vip_2 .box .main .form .div2 .label + .label,
.pu_vip .box .main .form .div2 .label + .label {
  margin-top: 0.16rem;
}
.pu_vip_2 .box .main .form .div3,
.pu_vip .box .main .form .div3 {
  margin: 0.2rem 0 0;
}
.pu_vip_2 .box .main .form .div3 label p,
.pu_vip .box .main .form .div3 label p {
  cursor: pointer;
  width: 100%;
  line-height: var(--h);
  background: #0072bf;
  text-align: center;
  border-radius: 0.1rem;
  color: #fff;
}
.pu_vip_2 .box .main .form .div4,
.pu_vip .box .main .form .div4 {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.pu_vip_2 .box .main .form .div4 .layui-form-checkbox[lay-skin="primary"] > i,
.pu_vip .box .main .form .div4 .layui-form-checkbox[lay-skin="primary"] > i {
  border-radius: 50%;
}
.pu_vip_2 .box .main .form .div4 .tips,
.pu_vip .box .main .form .div4 .tips {
  flex: 1;
  font-size: var(--f14);
  color: #666;
}
.pu_vip_2 .box .main .form .div4 .tips a,
.pu_vip .box .main .form .div4 .tips a {
  transition: 0.4s;
  display: inline;
  color: #000;
}
.pu_vip_2 .box .main .form .div4 .tips a:hover,
.pu_vip .box .main .form .div4 .tips a:hover {
  color: #0072bf;
}
.pu_vip_2 .box .main .form .div5,
.pu_vip .box .main .form .div5 {
  margin-top: 0.55rem;
  text-align: center;
  font-size: var(--f14);
  color: #666;
}
.pu_vip_2 .box .main .form .div5 a,
.pu_vip .box .main .form .div5 a {
  display: inline;
  color: #0072bf;
  text-decoration: underline;
}
.pu_vip_2 .box {
  background: #fff;
}
.pu_vip_2 .box .main .form .div5 {
  margin-top: 0.2rem;
}
.zone_01 .zo_bot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}
.zone_01 .zo_bot .item a {
  cursor: pointer;
  text-align: center;
  background: #f8f8f8;
  border-radius: 0.1rem;
  padding: 0.4rem;
}
.zone_01 .zo_bot .item a .svg {
  height: 0.72rem;
}
.zone_01 .zo_bot .item a .svg img {
  max-height: 100%;
}
.zone_01 .zo_bot .item a .text {
  margin: 0.3rem 0;
  font-size: var(--f30);
}
.zone_01 .zo_bot .item a .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.zone_01 .zo_bot .item a:hover .text {
  color: #0072bf;
}
.zone_01 .zo_bot .item a:hover .btn .more_ span {
  transform: rotate(-45deg);
}
.layui-laydate-header {
  padding: 5px 70px 5px;
}
.zone_02 {
  --w1: 8.6rem;
  --w2: 1.22rem;
  --h1: 0.5rem;
  --h2: 0.6rem;
}
.zone_02 .zo_top .pu_type {
  margin-top: 0.4rem;
}
.zone_02 .zo_cen {
  margin-top: 0.8rem;
  font-size: var(--f18);
}
.zone_02 .zo_cen .content1 p {
  font-size: var(--f20);
  line-height: 2;
}
.zone_02 .zo_cen .content2 {
  margin-top: 0.8rem;
}
.zone_02 .zo_cen .content2 .item .div1 {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #d9d9d9;
  font-size: var(--f30);
}
.zone_02 .zo_cen .content2 .item .div1 span {
  color: #f00;
}
.zone_02 .zo_cen .content2 .item .div2 {
  margin-top: 0.5rem;
}
.zone_02 .zo_cen .content2 .item .div2 .label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.zone_02 .zo_cen .content2 .item .div2 .label .tips {
  width: var(--w2);
  text-align: right;
  margin-right: 0.2rem;
  color: #666;
}
.zone_02 .zo_cen .content2 .item .div2 .label .tips span {
  color: #f00;
}
.zone_02 .zo_cen .content2 .item .div2 .label .inp {
  position: relative;
  width: var(--w1);
}
.zone_02 .zo_cen .content2 .item .div2 .label .inp input {
  width: 100%;
  height: var(--h2);
  border-radius: 0.1rem;
  background: #f8f8f8;
  border: none;
  padding: 0 0.2rem;
}
.zone_02 .zo_cen .content2 .item .div2 .label .inp .date {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}
.zone_02 .zo_cen .content2 .item .div2 .label + .label {
  margin-top: 0.2rem;
}
.zone_02 .zo_cen .content2 .item .div2 .layui-form-select .layui-edge {
  right: 0.2rem;
  border-top-color: #0072bf;
}
.zone_02 .zo_cen .content2 .item .div2 .layui-form-selected dl {
  top: var(--h2);
  z-index: 2;
}
.zone_02 .zo_cen .content2 .item .div2 .layui-form-selected dl dd {
  font-size: 0.88em;
}
.zone_02 .zo_cen .content2 .item .div2 .layui-form-selectup dl {
  top: auto;
  bottom: var(--h2);
}
.zone_02 .zo_cen .content2 .item + .item {
  margin-top: 0.8rem;
}
.zone_02 .zo_cen .content3 {
  margin-top: 0.8rem;
}
.zone_02 .zo_cen .content3 label a {
  cursor: pointer;
  transition: 0.4s;
  min-width: 1.2rem;
  line-height: var(--h1);
  border: 1px solid #0072bf;
  border-radius: calc(var(--h1) / 2);
  padding: 0 0.3rem;
  text-align: center;
  color: #0072bf;
}
.zone_02 .zo_cen .content3 label a:hover {
  background: #0072bf;
  color: #fff;
}
.zone_02 .zo_cen .content3 label + label {
  margin-left: 0.2rem;
}
.zone_02 .zo_cen .content3 #clear_ a {
  background: #f2f2f2;
  color: #000;
  border-color: #f2f2f2;
}
.zone_02 .zo_cen .content3 #clear_ a:hover {
  background: #0072bf;
  border-color: #0072bf;
  color: #fff;
}
.zone_02 .zo_bot .content1 a {
  padding: 0.4rem 0 0.3rem;
  font-size: var(--f18);
  border-bottom: 1px solid #d9d9d9;
}
.zone_02 .zo_bot .content1 a .x1 {
  color: #666;
}
.zone_02 .zo_bot .content1 a .x2 {
  transition: 0.4s;
  margin-top: 0.2rem;
  color: #000;
  font-size: 1.12em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.zone_02 .zo_bot .content1 a:hover .x2 {
  color: #0072bf;
}
.search_01 {
  --w1: 6.25rem;
  --h1: 0.58rem;
  background: #f8f8f8;
}
.search_01 .ch_bot {
  padding: 0.5rem 0 0.76rem;
}
.search_01 .ch_bot .content1 {
  text-align: center;
  font-size: var(--f36);
  margin-bottom: 0.34rem;
}
.search_01 .ch_bot .content2 {
  width: var(--w1);
  margin: 0 auto;
  font-size: var(--f18);
}
.search_01 .ch_bot .content2 form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  height: var(--h1);
  border-radius: calc(var(--h1) / 2);
  padding: 0 0.3rem;
}
.search_01 .ch_bot .content2 form input {
  flex: 1;
  padding-right: 0.3rem;
  height: 100%;
  border: none;
  background: none;
}
.search_02 .ch_box {
  font-size: var(--f18);
  padding: 0.38rem 0 var(--gap);
  min-height: 50vh;
}
.search_02 .ch_box .show .content1 {
  color: #999;
}
.search_02 .ch_box .show .content1 span {
  color: #333;
}
.search_02 .ch_box .show .content2 a {
  padding: 0.4rem 0 0.3rem;
  border-bottom: 1px solid #d9d9d9;
}
.search_02 .ch_box .show .content2 a .le_box {
  flex: 0.9;
}
.search_02 .ch_box .show .content2 a .le_box .x1 {
  color: #0072bf;
}
.search_02 .ch_box .show .content2 a .le_box .x2 {
  margin-top: 0.2rem;
  transition: 0.4s;
  font-size: 1.12em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: 1.4em;
}
.search_02 .ch_box .show .content2 a:hover .le_box .x2 {
  color: #0072bf;
}
.search_02 .ch_box .show .content2 a:hover .ri_box .more_ span {
  transform: rotate(-45deg);
}
.search_02 .ch_box .hide p {
  color: #666;
}
.search_02 .ch_box .hide p span {
  color: #0072bf;
}
@media (max-width: 1500px) {
  .pu_vip_2,
  .pu_vip {
    --w: 3.8rem;
  }
  :root {
    --rw: 44px;
  }
  .pu_cbl {
    left: 10px;
  }
  .pu_cbl .box {
    font-size: 10px;
    max-width: calc(var(--bj) - 16px);
  }
  .pc_header .he_box .column .nav .item .down_02 > div .le_box {
      gap: .3rem;
  }
  .pu_aside {
      right: 5px;
  }
}
@media (max-width: 1200px) {
  .pc_header {
    display: none;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: 6rem;
  }
  .pu_banner .ban_bk img,
  .pu_swiper .swiper .swiper-slide .slide_img img {
    min-height: 5rem;
  }
  .MobileMain .HeaderMobile .box .button .denglu {
    position: relative;
    margin-left: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .MobileMain .HeaderMobile .box .button .denglu .box_ {
    font-size: var(--f18);
    display: none;
  }
  .MobileMain .HeaderMobile .box .button .denglu .box_ > div {
    cursor: pointer;
    color: #0072bf;
  }
  .MobileMain .HeaderMobile .box .button .denglu .box_ > div span {
    font-family: Bold;
  }
  .MobileMain .HeaderMobile .box .button .denglu .box_ > div i {
    margin-left: 4px;
    font-size: 0.88em;
  }
  .MobileMain .HeaderMobile .box .button .denglu .post {
    display: none;
    position: absolute;
    min-width: 100%;
    top: 100%;
    background: #f8f8f8;
    text-align: center;
  }
  .MobileMain .HeaderMobile .box .button .denglu .post a {
    cursor: pointer;
    transition: 0.4s;
    color: #666;
    line-height: 36px;
  }
  .MobileMain .HeaderMobile .box .button .denglu .post a:hover {
    color: #0072bf;
  }
  .MobileMain .HeaderMobile .box .button .denglu:hover .post {
    display: block;
  }
  .MobileMain.is_login .HeaderMobile .box .button .denglu .link_ {
    display: none;
  }
  .MobileMain.is_login .HeaderMobile .box .button .denglu .box_ {
    display: block;
  }
  .pu_aside .box .item1 > div .post > div .x1 span,
  .pc_footer .ter_top .content1 .share .li .post img,
  .pc_footer .ter_top .content2 .le_box .code div img {
    width: 1.2rem;
  }
  .pc_footer .ter_top .content1 .share .li a {
    width: 40px;
  }
  .index_news .ws_bot > div .ri_box {
    margin-top: 0.3rem;
  }
  .index_news .ws_bot > div .ri_box a {
    padding: 0.3rem 0;
  }
  .index_about .ab_box .le_box .text .desc {
    max-height: fit-content;
    padding-right: 0;
  }
  .index_star {
    --w: 100%;
  }
  .index_star .st_bot .swiper .swiper-slide a {
    padding: 0.6rem 5vw;
  }
  .index_star .st_bot .swiper .swiper-slide a .le_box {
    width: 50%;
  }
  .index_star .st_bot .swiper .swiper-slide {
    border: none;
  }
  .index_star .st_bot .div_ {
    position: initial;
    transform: translateY(0);
    display: flex;
    justify-content: center;
  }
  .index_star .st_bot .div_ .next {
    margin-top: 0;
    margin-left: 10px;
  }
  .index_product .ct_box .item a .post > div {
    padding: 0.4rem;
  }
  .brand_01 .br_bot .swiper .swiper-slide a .le_box {
    order: 1;
    padding: 0.6rem;
  }
  .pu_li_1 a .img {
    height: 2.7rem;
  }
  .about_01 .ab_bk img {
    min-height: 8rem;
  }
  .about_01 .ab_post > div .content1 .desc {
    max-height: calc(2em * 7);
  }
  .product_details_01 .ls_bot .ri_box .div1 {
    width: calc(100% - var(--w1) - 0.2rem);
  }
  .pu_vip_2,
  .pu_vip {
    --w: 4.2rem;
    --h: 0.58rem;
  }
  .zone_02 {
    --w1: 8.6rem;
    --w2: 1.32rem;
    --h1: 0.56rem;
    --h2: 0.66rem;
  }
  .zone_02 .zo_cen .content2 .item .div2 .label .inp {
    flex: 1;
  }
  .pu_swiper .div_ {
    bottom: 15%;
  }
  .pu_swiper .ban_link {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  .news_01 .ws_top .swiper .swiper-slide a .ri_box > div .btn {
    margin-top: 0.38rem;
  }
  .product_details_01 .ls_bot .le_box,
  .application_details_01 .ls_bot .le_box,
  .solution_details_01 .ls_bot .le_box,
  .product_details_02 .ls_bot .content1 .div1 .item a .le_box {
    order: 1;
  }
  .zone_01 .zo_bot,
  .case_details_02 .ls_bot,
  .case_01 .ca_top,
  .news_01 .ws_bot .content1,
  .about_02 .ab_bot,
  .product_01 .pr_bot,
  .brand_04 .br_bot,
  .index_customer .cu_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .application_details_01 .ls_bot .le_box,
  .solution_details_01 .ls_bot .le_box,
  .solution_01 .so_bot .content2 .item a .ri_box,
  .product_details_03 .ls_bot .content2 .item a .ri_box,
  .product_details_02 .ls_bot .content1 .div1 .item a .le_box,
  .product_details_01 .ls_bot .le_box,
  .index_about .ab_box .le_box .btn {
    margin-top: 0.6rem;
  }
  .search_02 .ch_box .show .content2 a .ri_box,
  .case_details_01 .ls_box .ri_box,
  .news_details_01 .ls_bot .ri_box,
  .pu_page .number a,
  .pu_cbl,
  .pc_footer .ter_top .content2 .ri_box {
    display: none;
  }
  .search_02 .ch_box .show .content2 a .le_box,
  .brand_01 .br_top .le_box,
  .contact_01 .ct_bot .ri_box,
  .contact_01 .ct_bot .le_box,
  .news_01 .ws_top .swiper .swiper-slide a .ri_box,
  .news_01 .ws_top .swiper .swiper-slide a .le_box,
  .application_details_01 .ls_bot .ri_box,
  .application_details_01 .ls_bot .le_box,
  .solution_details_01 .ls_bot .ri_box,
  .solution_details_01 .ls_bot .le_box,
  .solution_01 .so_bot .content2 .item a .ri_box,
  .solution_01 .so_bot .content2 .item a .le_box,
  .product_details_03 .ls_bot .content2 .item a .ri_box,
  .product_details_03 .ls_bot .content2 .item a .le_box,
  .product_details_02 .ls_bot .content1 .div1 .item a .ri_box,
  .product_details_02 .ls_bot .content1 .div1 .item a .le_box,
  .product_details_01 .ls_bot .ri_box,
  .product_details_01 .ls_bot .le_box,
  .brand_01 .br_bot .swiper .swiper-slide a .ri_box,
  .brand_01 .br_bot .swiper .swiper-slide a .le_box,
  .index_about .ab_box .ri_box,
  .index_about .ab_box .le_box,
  .index_news .ws_bot > div .ri_box,
  .index_news .ws_bot > div .le_box,
  .pc_footer .ter_top .content2 .le_box {
    width: 100%;
    flex: none;
  }
  .link_ {
    --h1: 0.56rem;
  }
  .pu_ck,
  .pu_link {
    --h1: 0.58rem;
  }
  .search_01 {
    --h1: 0.66rem;
  }
}
@media (max-width: 750px) {
  .pc_footer {
    padding-bottom: 60px;
  }
  .pu_vip_2,
  .pu_vip {
    --w: 100%;
    --h: 0.78rem;
  }
  :root {
    --rw: 40px;
  }
  .link_ {
    --h1: 0.76rem;
  }
  .pu_ck,
  .pu_link {
    --h1: 0.78rem;
  }
  .search_01 {
    --h1: 0.76rem;
  }
  .pu_ck .a p,
  .pu_link .a p {
    margin-right: 6px;
  }
  .news_details_01 .ls_bot .le_box .content3 .div2 .pu_ck .a p {
    margin-left: 6px;
  }
  .link_ .a,
  .pu_aside .box .item1 > div .post > div .x2 a,
  .pu_link .a {
    padding: 0 0.4rem;
  }
  .index_star .st_bot .swiper .swiper-slide a .le_box {
    order: 1;
    margin-top: 0.38rem;
  }
  .index_news .ws_bot > div .ri_box a .box {
    padding: 0;
    height: fit-content;
    margin-top: 0.3rem;
  }
  .index_news .ws_bot > div .ri_box a .box .btn {
    margin-top: 0.28rem;
  }
  .index_customer .cu_bot .item img {
    max-height: 65%;
  }
  .contact_01 .ct_bot .le_box > div .div2 > div img,
  .pu_aside .box .item1 > div .post > div .x1 span,
  .pc_footer .ter_top .content1 .share .li .post img,
  .pc_footer .ter_top .content2 .le_box .code div img {
    width: 1.4rem;
  }
  .pc_footer .ter_top .content1 .share {
    width: 100%;
    margin-top: 0.6rem;
  }
  .pc_footer .ter_bot,
  .pc_footer .ter_top .content2 .le_box .lxwm {
    font-size: 0.26rem;
    line-height: 1.5;
  }
  .pu_aside {
    right: 0;
    top: auto !important;
    bottom: 0;
    transform: translateY(0);
    width: 100%;
  }
  .pu_aside .box {
    display: flex;
    flex-wrap: wrap;
  }
  .pu_aside .box .item1 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .pu_aside .box .item1 > div {
    position: relative;
    width: 50%;
    padding-top: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .pu_aside .box .item1 > div .wz {
    margin: 0 0 0 10px !important;
  }
  .pu_aside .box .item1 > div .wz br {
    display: none;
  }
  .pu_aside .box .item1 > div .post {
    top: auto;
    bottom: calc(100% + 10px);
    right: auto;
    left: 0;
    transform: translateX(0);
  }
  .pu_aside .box .item1 > div + div {
    border: none;
    border-left: 1px solid #f0f0f0;
  }
  .pu_aside .box .item2 {
    margin-top: 0;
    margin-left: 10px;
  }
  .brand_02 .br_bot .swiper .swiper-slide a .post > div .svg {
    height: 0.86rem;
  }
  .brand_03 .br_bot .swiper .swiper-slide a .post > div .svg {
    height: 0.8rem;
  }
  .brand_04 .br_bot .item .svg {
    height: 0.9rem;
  }
  .product_details_01 {
    --w: 5rem;
  }
  .product_details_01 .ls_bot .ri_box .div1 .swiper .swiper-slide img {
    max-width: 80%;
    max-height: 80%;
  }
  .news_details_01 .ls_bot .le_box .content3 .div2 {
    margin-top: 0.4rem;
  }
  .contact_01 .ct_bot .le_box {
    padding: 0.4rem;
  }
  .contact_01 .ct_bot .le_box > div .div1 > div .d1 {
    width: 0.4rem;
  }
  .zone_02 .zo_cen .content2 .item .div2 .label .tips {
    text-align: left;
    margin-bottom: 4px;
  }
  .zone_02 .zo_cen .content3 label a {
    padding: 0 0.4rem;
    min-width: 1.6rem;
  }
  .search_01 .ch_bot .content2 form {
    padding: 0 0.4rem;
  }
  .zone_02 {
    --h1: 0.76rem;
    --h2: 0.86rem;
  }
  .search_01 {
    --h1: 0.96rem;
  }
  .zone_01 .zo_bot,
  .case_details_02 .ls_bot,
  .case_01 .ca_top,
  .news_01 .ws_bot .content1,
  .about_02 .ab_bot,
  .product_01 .pr_bot,
  .brand_04 .br_bot,
  .index_product .ct_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .zone_02 .zo_cen .content2 .item .div2 .label .inp,
  .zone_02 .zo_cen .content2 .item .div2 .label .tips,
  .news_details_01 .ls_bot .le_box .content3 .div2,
  .news_details_01 .ls_bot .le_box .content3 .div1,
  .index_news .ws_bot > div .ri_box a .box,
  .index_news .ws_bot > div .ri_box a .img,
  .index_star .st_bot .swiper .swiper-slide a .ri_box,
  .index_star .st_bot .swiper .swiper-slide a .le_box {
    width: 100%;
    flex: none;
  }
}
