body {
  --ww: 1.5rem;
  --bj: var(--ww);
  --top: 0.8rem;
  --color: #dc0000;
  --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;
  --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;
}
@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: 1rem;
  }
}
@media screen and (max-width: 1400px) {
    body {
        --ww: .5rem;
    }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 0.36rem;
    --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.5rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --bj: 5vw;
    --top: 60px;
    --gap: 0.8rem;
  }
}
@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.36rem;
    --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.44rem;
    --f54: 0.46rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
  }
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #dc0000;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #dc0000 #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
/** 纵向滚动条样式 */
.public_author {
  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(--f50);
  font-weight: bold;
}
.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: #dc0000;
}
.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(--f50);
  font-weight: bold;
}
.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: #dc0000;
}
.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: #dc0000;
}
.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: #dc0000;
}
.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: #dc0000;
}
.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: #dc0000;
}
.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: #dc0000;
}
@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 {
  z-index: 5;
  position: sticky;
  width: 100%;
  top: 0;
  background: #fff;
}
.pc_header .he_box {
  font-size: var(--f18);
}
.pc_header .he_box .logo a img {
  height: 0.28rem;
}
.pc_header .he_box .column .nav .item > p a {
  transition: 0.4s;
  line-height: var(--top);
  color: #000;
}
.pc_header .he_box .column .nav .item .down_2 {
  display: none;
  --l: 5.2rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fcfcfc;
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box {
  background: #f7f7f7;
  width: var(--l);
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div {
  width: 100%;
  padding: 0.7rem 0.7rem 1rem var(--bj);
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f24);
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 > a span {
  display: flex;
  width: var(--f24);
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 > a span img {
  margin: auto;
  max-width: 100%;
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 > a p {
  padding-left: 0.13rem;
  flex: 1;
  transition: .4s;
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 > a:hover p {
  color: #dc0000;    
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 .ul {
  margin-top: 0.3rem;
  padding-left: 0.58rem;
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 .ul > div > a {
  font-size: var(--f18);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 .ul > div > a span {
  flex: 0.9;
  transition: 0.4s;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 .ul > div > a i {
  opacity: 0;
  transition: 0.4s;
  color: #dc0000;
  font-weight: bold;
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 .ul > div .none {
  display: none;
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 .ul > div + div {
  margin-top: 0.28rem;
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 .ul > div.active a span,
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 .ul > div:hover a span {
  color: #dc0000;
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 .ul > div.active a i,
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 .ul > div:hover a i {
  opacity: 1;
}
.pc_header .he_box .column .nav .item .down_2 > div .le_box > div .div1 + .div1 {
  margin-top: 0.38rem;
}
.pc_header .he_box .column .nav .item .down_2 > div .ri_box {
  width: calc(100% - var(--l));
  padding: 0.7rem var(--bj) 1rem 0.8rem;
}
.pc_header .he_box .column .nav .item .down_2 > div .ri_box .quanbu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 0.38rem;
}
.pc_header .he_box .column .nav .item .down_2 > div .ri_box .swiper .swiper-slide a {
  padding: 0.24rem;
  background: #f7f7f7;
  text-align: center;
}
.pc_header .he_box .column .nav .item .down_2 > div .ri_box .swiper .swiper-slide a .img {
  width: 100%;
  height: 2.2rem;
  display: flex;
}
.pc_header .he_box .column .nav .item .down_2 > div .ri_box .swiper .swiper-slide a .img img {
  margin: auto;
  max-width: 100%;
  max-height: 90%;
}
.pc_header .he_box .column .nav .item .down_2 > div .ri_box .swiper .swiper-slide a .text {
  margin-top: 0.35rem;
  transition: 0.4s;
  font-size: var(--f18);
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pc_header .he_box .column .nav .item .down_2 > div .ri_box .swiper .swiper-slide a:hover .text {
  color: #dc0000;
}
.pc_header .he_box .column .nav .item .down_3 {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}
.pc_header .he_box .column .nav .item .down_3 > div {
  background: #fcfcfc;
  padding: 0.36rem 0;
}
.pc_header .he_box .column .nav .item .down_3 > div a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f20);
}
.pc_header .he_box .column .nav .item .down_3 > div a span {
  display: flex;
}
.pc_header .he_box .column .nav .item .down_3 > div a span img {
  margin: auto;
}
.pc_header .he_box .column .nav .item .down_3 > div a p {
  margin-left: 0.12rem;
  transition: 0.4s;
  color: #333;
}
.pc_header .he_box .column .nav .item .down_3 > div a + a {
  margin-left: 0.82rem;
}
.pc_header .he_box .column .nav .item .down_3 > div a.active p,
.pc_header .he_box .column .nav .item .down_3 > div a:hover p {
  color: #dc0000;
}
.pc_header .he_box .column .nav .item + .item {
  margin-left: 0.76rem;
}
.pc_header .he_box .column .nav .item:hover > p a,
.pc_header .he_box .column .nav .item.active > p a {
  color: #dc0000;
}
.pc_header .he_box .menu{
    line-height: 1;
}
.pc_header .he_box .menu .lang {
    position: relative;
}
.pc_header .he_box .menu .lang .post {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    min-width: 1rem;
    background: #fcfcfc;
}
.pc_header .he_box .menu .lang .post a {
    line-height: 2.4;
    transition: .4s;
    text-align: center;
}
.pc_header .he_box .menu .lang .post a:hover {
    color: #dc0000;
}
.pc_header .he_box .menu .lang:hover .post {
    display: block;
}
.MobileMain .HeaderMobile .box .button .Language {
    position: relative;
}
.MobileMain .HeaderMobile .box .button .Language .post {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    min-width: 1.2rem;
    background: #fcfcfc;  
}
.MobileMain .HeaderMobile .box .button .Language .post a {
    line-height: 2.4;
    transition: .4s;
    text-align: center;
    font-size: 16px;
}
.MobileMain .HeaderMobile .box .button .Language .post a:hover {
     color: #dc0000;
}
.MobileMain .HeaderMobile .box .button .Language:hover .post {
  display: block;  
}
.MobileMain .HeaderMobile .box .button .Language > a span {
    margin: 0 2px 0 6px;
}
.MobileMain .HeaderMobile .box .button .Language > a i{
    font-size: .88em;
}
@media (max-width: 750px) {
  .MobileMain .HeaderMobile .box .button .Language .post {
      min-width: 1.6rem;
  }  
}


.pc_header .he_box .menu .lang > a {
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pc_header .he_box .menu .lang > a svg {
  width: var(--f20);
}
.pc_header .he_box .menu .lang > a svg path {
  transition: 0.4s;
}
.pc_header .he_box .menu .lang > a span {
  margin: 0 2px 0 6px;
}
.pc_header .he_box .menu .lang > a i {
    font-size: .88em;
}
.pc_header .he_box .menu .lang > a:hover {
  color: #dc0000;
}
.pc_header .he_box .menu .lang > a:hover svg path {
  fill: #dc0000;
}
.pc_header .he_box .menu .search {
  margin-left: 0.4rem;
}
.pc_header .he_box .menu .search svg {
  cursor: pointer;
  width: var(--f20);
}
.pc_header .he_box .menu .search svg path {
  transition: 0.4s;
}
.pc_header .he_box .menu .search svg:hover path {
  fill: #dc0000;
}
.pc_header.active {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
}
.pc_footer {
  background: #f7f7f7;
  font-size: var(--f16);
}
.pc_footer .ter_top {
  padding: 0.72rem 0;
}
.pc_footer .ter_top .le_box {
  width: 27.5%;
}
.pc_footer .ter_top .le_box .logo a img {
  height: 0.28rem;
}
.pc_footer .ter_top .le_box .lxwm {
  margin: 0.56rem 0;
}
.pc_footer .ter_top .le_box .lxwm div {
  font-size: var(--f18);
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
}
.pc_footer .ter_top .le_box .lxwm div span {
  width: var(--f24);
  height: calc(var(--f18) * 1.2);
  display: flex;
}
.pc_footer .ter_top .le_box .lxwm div span svg {
  max-width: 100%;
  margin: auto;
}
.pc_footer .ter_top .le_box .lxwm div a {
  margin-left: 0.16rem;
  color: #000;
  flex: 1;
}
.pc_footer .ter_top .le_box .lxwm div a:hover[href] {
  color: #dc0000;
}
.pc_footer .ter_top .le_box .lxwm div + div {
  margin-top: 0.2rem;
}
.pc_footer .ter_top .le_box .yqlj {
  position: relative;
  width: fit-content;
}
.pc_footer .ter_top .le_box .yqlj p {
  cursor: pointer;
  min-width: 2rem;
  line-height: var(--h2);
  background: #fff;
  padding: 0 0.28rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pc_footer .ter_top .le_box .yqlj p i {
  transition: 0.4s;
  margin-left: 8px;
}
.pc_footer .ter_top .le_box .yqlj p.active i {
  transform: rotateX(180deg);
}
.pc_footer .ter_top .le_box .yqlj .post {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #fff;
}
.pc_footer .ter_top .le_box .yqlj .post a {
  transition: 0.4s;
  color: #000;
  padding: 0 0.28rem;
  line-height: 2.8;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
}
.pc_footer .ter_top .le_box .yqlj .post a:hover {
  background: #dc0000;
  color: #fff;
}
.pc_footer .ter_top .ri_box {
  width: 72.5%;
}
.pc_footer .ter_top .ri_box .item {
 max-width: 15%;    
}
.pc_footer .ter_top .ri_box .item .one {
  margin-bottom: 0.36rem;
}
.pc_footer .ter_top .ri_box .item .one a {
  font-size: var(--f18);
  color: #000;
  font-weight: bold;
}
.pc_footer .ter_top .ri_box .item .two a {
  color: #333;
}
.pc_footer .ter_top .ri_box .item .two a + a {
  margin-top: 0.16rem;
}
.pc_footer .ter_top .ri_box .item .two a:hover {
  color: #dc0000;
}
.pc_footer .ter_top .ri_box .item .three {
  width: 1.08rem;
}
.pc_footer .ter_top .ri_box .item .three img {
  width: 100%;
}
.pc_footer .ter_bot {
  border-top: 1px solid #e6e6e6;
  padding: 0.36rem 0;
}
.pc_footer .ter_bot .copy p {
  color: #666;
}
.pc_footer .ter_bot .copy p a {
  transition: 0.4s;
  color: #666;
  display: inline;
}
.pc_footer .ter_bot .copy p a:hover {
  color: #dc0000;
}
.pc_footer .ter_bot .copy p + p {
  margin-left: 4px;
}
.pc_footer .ter_bot .yszc a {
  transition: 0.4s;
  display: inline;
  color: #666;
}
.pc_footer .ter_bot .yszc a + a {
  margin-left: 0.16rem;
}
.pc_footer .ter_bot .yszc a:hover {
  color: #dc0000;
}
:root {
  --h1: 0.5rem;
  --h2: 0.6rem;
  --w1: 0.42rem;
  --w2: 0.36rem;
}
.pu_link {
  transition: 0.4s;
  width: fit-content;
}
.pu_link .a {
  cursor: pointer;
  min-width: 1.67rem;
  line-height: var(--h1);
  background: #dc0000;
  color: #fff;
  font-size: var(--f16);
  padding: 0 0.28rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pu_link:hover {
  transform: translateY(-0.1rem);
}
.pu_link.border .a {
  outline: 1px solid #dc0000;
  background: transparent;
  color: #dc0000;
}
.pu_link.border:hover .a {
  background: #dc0000;
  color: #fff;
}
.pu_link.border:hover .a svg path {
  fill: #fff;
}
.title_01 {
  font-size: var(--f50);
  font-weight: bold;
}
.pu_more {
  width: fit-content;
}
.pu_more .a {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #dc0000;
  font-size: var(--f18);
  font-weight: bold;
}
.pu_more .a i {
  transition: 0.4s;
  margin-left: 0.1rem;
}
.pu_more .a:hover i {
  margin-left: 0.16rem;
}
.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:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.15);
}

.index_banner .swiper .swiper-slide .slide_img img,
.index_banner .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: calc(var(--vh) - var(--top));
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 var(--bj);
  display: flex;
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto;
  color: #fff;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .t1 {
  transition: 0.6s;
  opacity: 0;
  transform: translateY(0.6rem);
  font-size: var(--f50);
  font-family: MontserratBold;
  font-style: italic;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .t1 span {
  color: #f00;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 .t2 {
  transition: 0.6s 0.3s;
  opacity: 0;
  transform: translateY(0.6rem);
  margin-top: 0.1rem;
  font-size: var(--f36);
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  transition: 0.6s 0.6s;
  opacity: 0;
  transform: translateY(0.6rem);
  margin-top: 0.36rem;
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 .t1 {
  opacity: 1;
  transform: translateY(0);
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content1 .t2 {
  opacity: 1;
  transform: translateY(0);
}
.index_banner .swiper .swiper-slide-active .slide_post > div .content2 {
  opacity: 1;
  transform: translateY(0);
}
.index_banner .div_ {
  --w: 0.6rem;
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.6rem;
  padding: 0 var(--bj);
}
.index_banner .div_ > div {
  display: flex;
}
.index_banner .div_ > div p {
  opacity: 0.5;
  transition: 0.4s;
  width: var(--w);
  position: relative;
  font-size: var(--f16);
  color: #fff;
  font-family: MontserratBold;
  padding-bottom: 0.1rem;
  border-radius: 0;
  background: none;
  height: fit-content;
}
.index_banner .div_ > div p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.index_banner .div_ > div p + p {
  margin-left: 0.1rem;
}
.index_banner .div_ > div .swiper-pagination-bullet-active {
  opacity: 1;
  width: calc(var(--w) * 2);
}
.index_about {
  background: #f7f7f7;
}
.index_about .ab_top .ri_box {
  width: 50%;
}
.index_about .ab_top .ri_box .desc {
  font-size: var(--f18);
  line-height: 2;
  color: #333;
}
.index_about .ab_top .ri_box .btn {
  margin-top: 0.55rem;
}
.index_about .ab_bot {
  margin-top: 0.76rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.index_about .ab_bot .item {
  transition: 0.4s;
}
.index_about .ab_bot .item > div {
  height: 100%;
  padding: 0.5rem .3rem;
  background: #fff;
}
.index_about .ab_bot .item > div .num {
  color: #dc0000;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.index_about .ab_bot .item > div .num p {
  line-height: 0.8;
  font-size: var(--f50);
  font-family: MontserratBold;
}
.index_about .ab_bot .item > div .num em {
  line-height: 0.8;
  font-size: var(--f34);
  font-family: MontserratBold;
  font-style: normal;
}
.index_about .ab_bot .item > div .num span {
  margin-left: 6px;
  font-size: var(--f22);
}
.index_about .ab_bot .item > div .desc {
  margin: 0.3rem 0;
}
.index_about .ab_bot .item > div .desc p {
  font-size: var(--f18);
  line-height: 1.66;
  height: 9.96em;
  font-weight: bold;
}
.index_about .ab_bot .item > div .svg {
  height: 0.52rem;
}
.index_about .ab_bot .item > div .svg img {
  max-height: 100%;
}
.index_about .ab_bot .item:hover {
  transform: translateY(-0.1rem);
}
.index_product {
  position: relative;
}
.index_product .ct_bot {
  margin-top: 0.8rem;
  --p: 0.56rem;
  --h: 5.8rem;
  --gap: 15px;
  --w1: 8.1rem;
  --w2: calc((var(--vw) - (var(--bj) * 2) - var(--w1) - (var(--gap) * 2)) / 2);
}
.index_product .ct_bot .swiper .swiper-slide {
  transition: 0.8s;
  width: var(--w2);
  background: #f7f7f7;
  margin-right: var(--gap);
}
.index_product .ct_bot .swiper .swiper-slide a {
  position: relative;
}
.index_product .ct_bot .swiper .swiper-slide a .div1 {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(0.4rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: var(--p);
  min-height: var(--h);
}
.index_product .ct_bot .swiper .swiper-slide a .div1 .le_box {
  width: 40%;
}
.index_product .ct_bot .swiper .swiper-slide a .div1 .le_box .text .t1 {
  font-size: var(--f36);
  font-weight: bold;
}
.index_product .ct_bot .swiper .swiper-slide a .div1 .le_box .text .t2 {
  margin-top: 0.32rem;
  font-size: var(--f18);
  color: #333;
  line-height: 2;
  max-height: 6em;
}
.index_product .ct_bot .swiper .swiper-slide a .div1 .le_box .pu_more {
  margin-top: 0.32rem;
}
.index_product .ct_bot .swiper .swiper-slide a .div1 .ri_box {
  width: 52%;
  text-align: center;
}
.index_product .ct_bot .swiper .swiper-slide a .div1 .ri_box img {
  max-width: 100%;
}
.index_product .ct_bot .swiper .swiper-slide a .div2 {
  transition: 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.72rem 0.5rem;
  display: flex;
}
.index_product .ct_bot .swiper .swiper-slide a .div2 > div {
  margin: auto 0 0;
  width: 100%;
  text-align: center;
}
.index_product .ct_bot .swiper .swiper-slide a .div2 > div .img {
  height: 2.7rem;
  display: flex;
}
.index_product .ct_bot .swiper .swiper-slide a .div2 > div .img img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.index_product .ct_bot .swiper .swiper-slide a .div2 > div .text {
  margin-top: 0.7rem;
  font-size: var(--f28);
  font-weight: bold;
}
.index_product .ct_bot .swiper .swiper-slide-active {
  width: var(--w1);
}
.index_product .ct_bot .swiper .swiper-slide-active a .div1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.index_product .ct_bot .swiper .swiper-slide-active a .div2 {
  opacity: 0;
}
.index_product .ct_bot .div_ {
  margin-top: 0.54rem;
}
.index_product .ct_bot .div_ > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.index_product .ct_bot .div_ > div .bar {
  position: relative;
  flex: 0.98;
  height: 2px;
  background: #ccc;
}
.index_product .ct_bot .div_ > div .bar span {
  background: #dc0000;
}
.index_product .ct_bot .div_ > div .tog {
  display: flex;
}
.index_product .ct_bot .div_ > div .tog .prev i,
.index_product .ct_bot .div_ > div .tog .next i {
  cursor: pointer;
  font-size: var(--f24);
  color: #dc0000;
  font-weight: bold;
}
.index_product .ct_bot .div_ > div .tog .next {
  margin-left: 0.24rem;
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
}
.pu_banner .ban_bk img {
  width: 100%;
}
.pu_leval {
  border-bottom: 1px solid #efefef;
}
.pu_leval div a {
  position: relative;
  transition: 0.4s;
  font-size: var(--f16);
  color: #666;
  line-height: 0.7rem;
}
.pu_leval div a::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  background: #dc0000;
}
.pu_leval div a + a {
  margin-left: 0.34rem;
}
.pu_leval div a:hover,
.pu_leval div a.active {
  color: #000;
}
.pu_leval div a:hover::before,
.pu_leval div a.active::before {
  width: 100%;
  left: 0;
}
.about_01 .ab_top .le_box {
  width: 30%;
}
.about_01 .ab_top .le_box .title_01 {
  position: sticky;
  top: calc(var(--top) + 0.2rem);
}
.about_01 .ab_top .ri_box {
  width: 70%;
  line-height: 2;
  font-size: var(--f18);
  color: #333;
}
.about_01 .ab_top .ri_box .div2 {
  margin: 0.4rem 0;
  display: grid;
  gap: 0.4rem;
}
.about_01 .ab_top .ri_box .div2 h6 {
  display: flex;
  flex-wrap: wrap;
  color: #f00;
  align-items: center;
  font-size: var(--f22);
}
.about_01 .ab_top .ri_box .div2 h6 span {
  display: flex;
  width: var(--f22);
}
.about_01 .ab_top .ri_box .div2 h6 span img {
  max-width: 100%;
  margin: auto;
}
.about_01 .ab_top .ri_box .div2 h6 p {
  margin-left: 6px;
}
.about_01 .ab_bot {
  margin-top: 0.84rem;
  position: relative;
}
.about_01 .ab_bot video {
  width: 100%;
}
.about_01 .ab_bot .play {
  --w: 0.72rem;
  position: absolute;
  width: var(--w);
  height: var(--w);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.about_01 .ab_bot .play img {
  width: 100%;
  height: 100%;
}
.about_01 .ab_bot .play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play1.png) no-repeat center center;
  background-size: 100% 100%;
  animation: yz 3s linear infinite;
}
.about_02 {
  --w: 0.36rem;
  position: relative;
  background: url("../images/bk-1.jpg") no-repeat center / cover;
}
.about_02 .ab_bot {
  margin-top: 1.1rem;
}
.about_02 .ab_bot .swiper {
  position: relative;
}
.about_02 .ab_bot .swiper::before {
  content: "";
  position: absolute;
  width: 100%;
  margin: 0 calc(var(--w) / 2);
  top: calc(var(--w) / 2);
  height: 1px;
  background: rgba(220, 0, 0, 0.1);
}
.about_02 .ab_bot .swiper .swiper-slide .yuan {
  position: relative;
  width: var(--w);
  height: var(--w);
  border: 0.01rem solid rgba(220, 0, 0, 0.2);
  border-radius: 50%;
}
.about_02 .ab_bot .swiper .swiper-slide .yuan::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33.33%;
  height: 33.33%;
  background: #dc0000;
  border-radius: inherit;
}
.about_02 .ab_bot .swiper .swiper-slide .text {
  margin-top: 0.24rem;
}
.about_02 .ab_bot .swiper .swiper-slide .text .t1 {
  font-size: var(--f28);
  font-family: MontserratBold;
}
.about_02 .ab_bot .swiper .swiper-slide .text .t2 {
  margin-top: 4px;
  font-size: var(--f18);
  color: #333;
  line-height: 2;
}
.about_02 .ab_bot .div_ {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.about_02 .ab_bot .div_ .prev,
.about_02 .ab_bot .div_ .next {
  transition: 0.4s;
  cursor: pointer;
  width: var(--w1);
  height: var(--w1);
  border: 1px solid #dc0000;
  display: flex;
  font-size: var(--f16);
}
.about_02 .ab_bot .div_ .prev i,
.about_02 .ab_bot .div_ .next i {
  transition: 0.4s;
  margin: auto;
  color: #dc0000;
}
.about_02 .ab_bot .div_ .prev:hover,
.about_02 .ab_bot .div_ .next:hover {
  background: #dc0000;
}
.about_02 .ab_bot .div_ .prev:hover i,
.about_02 .ab_bot .div_ .next:hover i {
  color: #fff;
}
.about_02 .ab_bot .div_ .next {
  margin-left: 0.2rem;
}
.about_03 .ab_bot {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about_03 .ab_bot .item .div1 {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--f32);
}
.about_03 .ab_bot .item .div1 span {
  width: var(--f34);
  height: 1.2em;
  display: flex;
}
.about_03 .ab_bot .item .div1 span img {
  margin: auto;
  width: 100%;
}
.about_03 .ab_bot .item .div1 p {
  flex: 1;
  padding-left: 0.1rem;
  color: #000;
}
.about_03 .ab_bot .item .div2 {
  margin-top: 0.64rem;
}
.about_03 .ab_bot .item .div2 > div {
  font-size: var(--f20);
}
.about_03 .ab_bot .item .div2 > div p {
  color: #000;
  font-weight: bold;
}
.about_03 .ab_bot .item .div2 > div a {
  margin-top: 0.1rem;
  color: #666;
}
.about_03 .ab_bot .item .div2 > div + div {
  margin-top: 0.2rem;
}
@keyframes yz {
  100% {
    transform: rotate(1turn);
  }
}
.about_04 .ab_bot {
  margin-top: 0.7rem;
}
.about_04 .ab_bot .swiper .swiper-slide {
  text-align: center;
}
.about_04 .ab_bot .swiper .swiper-slide .img {
  height: 4.2rem;
  background: #f7f7f7;
  display: flex;
}
.about_04 .ab_bot .swiper .swiper-slide .img img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.about_04 .ab_bot .swiper .swiper-slide .text {
  margin-top: 0.22rem;
  font-size: var(--f18);
  line-height: 1.66;
}
.about_04 .ab_bot .div_ {
  margin-top: 0.54rem;
}
.about_04 .ab_bot .div_ > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about_04 .ab_bot .div_ > div .bar {
  position: relative;
  flex: 0.98;
  height: 2px;
  background: #ccc;
}
.about_04 .ab_bot .div_ > div .bar span {
  background: #dc0000;
}
.about_04 .ab_bot .div_ > div .tog {
  display: flex;
}
.about_04 .ab_bot .div_ > div .tog .prev i,
.about_04 .ab_bot .div_ > div .tog .next i {
  cursor: pointer;
  font-size: var(--f24);
  color: #dc0000;
  font-weight: bold;
}
.about_04 .ab_bot .div_ > div .tog .next {
  margin-left: 0.24rem;
}
.about_05 .ab_bot {
  margin-top: 0.7rem;
}
.about_05 .ab_bot .banner {
  overflow: hidden;
}
.about_05 .ab_bot .banner ul {
  width: max-content;
  display: flex;
  animation: marquee 30s linear infinite;
}
.about_05 .ab_bot .banner ul li {
  width: 2.54rem;
  height: 1.15rem;
  background: #f7f7f7;
  margin: 0 0.1rem;
  display: flex;
}
.about_05 .ab_bot .banner ul li img {
  max-width: 60%;
  max-height: 60%;
  margin: auto;
}
.about_05 .ab_bot .banner ul:hover {
  animation-play-state: paused;
}
.about_05 .ab_bot .banner + .banner {
  margin-top: 0.2rem;
}
.about_05 .ab_bot .banner:nth-child(even) ul {
  animation-direction: reverse;
}
@keyframes marquee {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(calc(-50% - 0.2rem), 0, 0);
  }
}
.product_01 {
  --w: 0.72rem;
}
.product_01 .le_box {
  width: 3.9rem;
}
.product_01 .le_box > div {
  position: sticky;
  top: calc(var(--top) + 0.2rem);
}
.product_01 .le_box > div::before {
  content: "";
  position: absolute;
  left: calc(var(--w) / 2);
  height: 100%;
  border-left: 1px dashed rgba(220, 0, 0, 0.2);
}
.product_01 .le_box > div .item {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_01 .le_box > div .item .svg {
  position: relative;
  transition: 0.4s;
  width: var(--w);
  height: var(--w);
  background: #fff;
  box-shadow: 0px 0px 9.1px 0.9px rgba(220, 0, 0, 0.06);
  border-radius: 50%;
  display: flex;
}
.product_01 .le_box > div .item .svg img {
  transition: 0.4s;
  margin: auto;
  max-width: 50%;
}
.product_01 .le_box > div .item .svg .white {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product_01 .le_box > div .item .text {
  transition: 0.4s;
  flex: 1;
  padding-left: 0.18rem;
  color: #333;
  font-size: var(--f24);
}
.product_01 .le_box > div .item + .item {
  margin-top: 0.54rem;
}
.product_01 .le_box > div .item:hover .svg,
.product_01 .le_box > div .item.active .svg {
  background: #dc0000;
}
.product_01 .le_box > div .item:hover .svg img,
.product_01 .le_box > div .item.active .svg img {
  opacity: 0;
}
.product_01 .le_box > div .item:hover .svg .white,
.product_01 .le_box > div .item.active .svg .white {
  opacity: 1;
}
.product_01 .le_box > div .item:hover .text,
.product_01 .le_box > div .item.active .text {
  color: #dc0000;
}
.product_01 .ri_box {
  /*width: calc(100% - 3.9rem);*/
  width: calc(100% - 4.2rem);
}
.product_01 .ri_box .item {
  display: none;
}
.product_01 .ri_box .item .text {
  font-weight: bold;
  font-size: var(--f36);
  margin-bottom: 0.36rem;
}
.product_01 .ri_box .item .desc {
  line-height: 2;
  color: #333;
  font-size: var(--f18);
}
.product_01 .ri_box .item .desc img,
.product_01 .ri_box .item .desc video {
  max-width: 100%;
}
.product_01 .ri_box .item .desc video {
  width: 100%;    
}
.product_01 .ri_box .item.active {
  display: block;
}
.product_02 .pro_top .desc {
  margin-top: 0.4rem;
  font-size: var(--f18);
  color: #333;
  line-height: 2;
}
.product_02 .pro_bot {
  margin-top: 0.7rem;
}
.product_02 .pro_bot .content1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem 0.2rem;
}
.product_02 .pro_bot .content1 .item {
  transition: 0.4s;
}
.product_02 .pro_bot .content1 .item a {
  background: #f7f7f7;
  padding: 0.3rem 0.45rem;
}
.product_02 .pro_bot .content1 .item a .img {
  height: 4.2rem;
  display: flex;
}
.product_02 .pro_bot .content1 .item a .img img {
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.product_02 .pro_bot .content1 .item a .box {
  margin-top: 0.46rem;
  text-align: center;
}
.product_02 .pro_bot .content1 .item a .box .x1 {
  transition: 0.4s;
  font-size: var(--f28);
  font-weight: bold;
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product_02 .pro_bot .content1 .item a .box .x2 {
  margin-top: 0.24rem;
}
.product_02 .pro_bot .content1 .item:nth-child(n + 7) {
  display: none;
}
.product_02 .pro_bot .content1 .item:hover {
  transform: translateY(-0.1rem);
}
.product_02 .pro_bot .content1 .item:hover a .box .x1 {
  color: #dc0000;
}
.product_02 .pro_bot .content2 {
  margin-top: 0.8rem;
}
.proDetails_01 {
  background: url("../images/bk-2.jpg") no-repeat center / cover;
  padding-bottom: 0.76rem;
}
.proDetails_01 .ls_bot .le_box {
  width: 41%;
}
.proDetails_01 .ls_bot .le_box .desc {
  margin-top: 0.26rem;
  color: #333;
  font-size: var(--f20);
  line-height: 1.8;
}
.proDetails_01 .ls_bot .ri_box {
  position: relative;
  width: 50%;
}
.proDetails_01 .ls_bot .ri_box .swiper {
  width: 62%;
}
.proDetails_01 .ls_bot .ri_box .swiper .swiper-slide {
  height: 5.8rem;
  display: flex;
}
.proDetails_01 .ls_bot .ri_box .swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.proDetails_01 .ls_bot .ri_box .div_ .prev,
.proDetails_01 .ls_bot .ri_box .div_ .next {
  cursor: pointer;
  transition: 0.4s;
  position: absolute;
  width: var(--w1);
  height: var(--w1);
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #dc0000;
  display: flex;
  font-size: var(--f16);
}
.proDetails_01 .ls_bot .ri_box .div_ .prev i,
.proDetails_01 .ls_bot .ri_box .div_ .next i {
  transition: 0.4s;
  margin: auto;
  color: #dc0000;
}
.proDetails_01 .ls_bot .ri_box .div_ .prev:hover,
.proDetails_01 .ls_bot .ri_box .div_ .next:hover {
  background: #dc0000;
}
.proDetails_01 .ls_bot .ri_box .div_ .prev:hover i,
.proDetails_01 .ls_bot .ri_box .div_ .next:hover i {
  color: #fff;
}
.proDetails_01 .ls_bot .ri_box .div_ .prev {
  left: 0.4rem;
}
.proDetails_01 .ls_bot .ri_box .div_ .next {
  right: 0.4rem;
}
.pu_mbx > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f16);
  color: #666;
  padding: 0.2rem 0;
}
.pu_mbx > div a {
  transition: 0.4s;
  color: #666;
}
.pu_mbx > div a:hover {
  color: #dc0000;
}
.pu_mbx > div i {
  margin: 0 6px;
  font-style: normal;
}
.proDetails_02 .ls_bot {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.proDetails_02 .ls_bot .item {
  transition: 0.4s;
  background: #f7f7f7;
}
.proDetails_02 .ls_bot .item > div {
  padding: 0.7rem 0.3rem 0.46rem;
  text-align: center;
}
.proDetails_02 .ls_bot .item > div .svg {
  height: 0.58rem;
}
.proDetails_02 .ls_bot .item > div .svg img {
  max-height: 100%;
}
.proDetails_02 .ls_bot .item > div .text {
  margin-top: 0.38rem;
  font-size: var(--f18);
  color: #000;
  line-height: 1.8;
}
.proDetails_02 .ls_bot .item:hover {
  transform: translateY(-0.1rem);
}
.proDetails_03 .ls_bot {
  margin-top: 0.7rem;
  --w: 0;
}
.proDetails_03 .ls_bot .scroll {
  overflow: auto;
}
.proDetails_03 .ls_bot .scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.proDetails_03 .ls_bot .scroll::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #dc0000;
}
.proDetails_03 .ls_bot .scroll::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgba(220, 0, 0, 0.2);
}
@-moz-document url-prefix() {
  .proDetails_03 .ls_bot .scroll {
    scrollbar-color: #dc0000 rgba(220, 0, 0, 0.2);
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
.proDetails_03 .ls_bot table {
  border-color: #ccc;
  font-size: var(--f18);
  text-align: center;
  width: 100%;
}
.proDetails_03 .ls_bot table tr td {
  min-width: var(--w);
  padding: 0.2rem !important;
}
.proDetails_03 .ls_bot table tr td:nth-child(1) {
  /*text-align: left;*/
  /*padding-left: 1.2rem;*/
}
.proDetails_03 .ls_bot table tr:nth-child(1) {
  background: #dc0000;
  color: #fff;
  font-size: 1.12em;
}
.product_03 .pro_top .title_01 {
  color: #333;
  line-height: 1.4;
  text-align: center;
}
.product_03 .pro_bot {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.product_03 .pro_bot .item {
  transition: 0.4s;
  background: #f7f7f7;
  padding: 0.76rem 0.36rem 0.46rem;
}
.product_03 .pro_bot .item .svg {
  height: 0.66rem;
}
.product_03 .pro_bot .item .svg img {
  max-height: 100%;
}
.product_03 .pro_bot .item .text {
  margin-top: 0.68rem;
}
.product_03 .pro_bot .item .text .t1 {
  font-size: var(--f30);
  font-weight: bold;
}
.product_03 .pro_bot .item .text .t2 {
  margin-top: 0.16rem;
  font-size: var(--f18);
  color: #666;
  line-height: 2;
}
.product_03 .pro_bot .item:hover {
  transform: translateY(-0.1rem);
}
.product_04 .pro_bot {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.product_04 .pro_bot .item a {
  transition: 0.6s;
  padding: 0.32rem 0.48rem;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_04 .pro_bot .item a .svg1 {
  padding-right: 0.48rem;
}
.product_04 .pro_bot .item a .svg1 img {
  width: var(--f34);
}
.product_04 .pro_bot .item a .text {
  transition: 0.4s;
  border-left: 1px solid #e9e9e9;
  padding: 0 0.48rem;
  flex: 1;
  font-size: var(--f22);
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product_04 .pro_bot .item a .svg2 {
  width: var(--f18);
}
.product_04 .pro_bot .item a .svg2 img {
  width: 100%;
}
.product_04 .pro_bot .item a:hover {
  background: #fff;
  border-color: #dc0000;
}
.product_04 .pro_bot .item a:hover .text {
  color: #dc0000;
}
.product_05 {
  position: relative;
}
.product_05 .pro_bk {
  width: 100%;
}
.product_05 .pro_bk img {
  width: 100%;
}
.product_05 .pro_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  padding: 0 var(--bj);
}
.product_05 .pro_post > div {
  width: 100%;
  margin: auto;
}
.product_05 .pro_post > div .text .t1 {
  font-size: var(--f36);
  font-weight: bold;
}
.product_05 .pro_post > div .text .t2 {
  margin-top: 0.16rem;
  font-size: var(--f18);
  color: #666;
}
.product_05 .pro_post > div form {
  margin-top: 0.32rem;
  width: min(4.25rem, 100%);
}
.product_05 .pro_post > div form .label {
  display: flex;
  background: #fff;
  font-size: var(--f16);
}
.product_05 .pro_post > div form .label input {
  flex: 1;
  padding: 0 0.2rem;
  height: var(--h1);
  background: #fff;
  border: none;
  color: #000;
}
.product_05 .pro_post > div form .label input::placeholder {
  color: #666;
}
.product_05 .pro_post > div form .label button {
  cursor: pointer;
  width: 1rem;
  height: var(--h1);
  background: #dc0000;
  border: none;
  color: #fff;
}
.profession_01 .fes_bot {
  margin-top: 0.7rem;
}
.profession_01 .fes_bot .content1 .item a {
  background: #f7f7f7;
}
.profession_01 .fes_bot .content1 .item a .le_box {
  width: 47%;
  padding: 0 0.7rem;
}
.profession_01 .fes_bot .content1 .item a .le_box .text .t1 {
  font-size: var(--f36);
  font-weight: bold;
}
.profession_01 .fes_bot .content1 .item a .le_box .text .t2 {
  margin-top: 0.32rem;
  font-size: var(--f18);
  line-height: 2;
  color: #666;
  height: 6em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.profession_01 .fes_bot .content1 .item a .le_box .btn {
  margin-top: 0.46rem;
}
.profession_01 .fes_bot .content1 .item a .ri_box {
  width: 47%;
  overflow: hidden;
}
.profession_01 .fes_bot .content1 .item a .ri_box img {
  transition: 0.4s;
  width: 100%;
}
.profession_01 .fes_bot .content1 .item a:hover .ri_box img {
  transform: scale(1.05);
}
.profession_01 .fes_bot .content1 .item + .item {
  margin-top: 0.7rem;
}
.profession_01 .fes_bot .content1 .item:nth-child(n + 5) {
  display: none;
}
.profession_01 .fes_bot .content1 .item:nth-child(even) a {
  flex-direction: row-reverse;
}
.profession_01 .fes_bot .content1 .item:nth-child(even) a .le_box {
  padding: 0 1.4rem 0 0;
}
.profession_01 .fes_bot .content2 {
  margin-top: 0.8rem;
}
.fesDetails_01 {
  border-top: 1px solid #efefef;
}
.fesDetails_01 .ls_bot {
  margin-top: var(--gap);
}
.fesDetails_01 .ls_bot .content1 {
  text-align: center;
}
.fesDetails_01 .ls_bot .content1 .desc {
  margin-top: 0.34rem;
  font-size: var(--f20);
  line-height: 1.8;
  color: #333;
}
.fesDetails_01 .ls_bot .content2 {
  margin-top: 0.45rem;
  position: relative;
}
.fesDetails_01 .ls_bot .content2 video {
  width: 100%;
}
.fesDetails_01 .ls_bot .content2 .play {
  --w: 0.72rem;
  position: absolute;
  width: var(--w);
  height: var(--w);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}
.fesDetails_01 .ls_bot .content2 .play img {
  width: 100%;
  height: 100%;
}
.fesDetails_01 .ls_bot .content2 .play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/play1.png) no-repeat center center;
  background-size: 100% 100%;
  animation: yz 3s linear infinite;
}
.fesDetails_02 .ls_bot {
  position: relative;
  margin-top: 0.7rem;
}
.fesDetails_02 .ls_bot .swiper .swiper-slide .img {
  width: 100%;
}
.fesDetails_02 .ls_bot .swiper .swiper-slide .img img {
  width: 100%;
}
.fesDetails_02 .ls_bot .swiper .swiper-slide .text {
  text-align: center;
  margin-top: 0.24rem;
  font-size: var(--f24);
  color: #000;
}
.fesDetails_02 .ls_bot .div_ {
  margin-top: 0.46rem;
}
.fesDetails_02 .ls_bot .div_ > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.fesDetails_02 .ls_bot .div_ > div .bar {
  position: relative;
  flex: 0.98;
  height: 2px;
  background: #ccc;
}
.fesDetails_02 .ls_bot .div_ > div .bar span {
  background: #dc0000;
}
.fesDetails_02 .ls_bot .div_ > div .tog {
  display: flex;
}
.fesDetails_02 .ls_bot .div_ > div .tog .prev i,
.fesDetails_02 .ls_bot .div_ > div .tog .next i {
  cursor: pointer;
  font-size: var(--f24);
  color: #dc0000;
  font-weight: bold;
}
.fesDetails_02 .ls_bot .div_ > div .tog .next {
  margin-left: 0.24rem;
}
.news_01 .ws_top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem 0.2rem;
}
.news_01 .ws_bot {
  margin-top: 0.8rem;
}
.pu_li_1 a {
  background: #f7f7f7;
}
.pu_li_1 a .img {
  width: 100%;
  overflow: hidden;
}
.pu_li_1 a .img img {
  transition: 0.4s;
  width: 100%;
}
.pu_li_1 a .box {
  padding: 0.26rem 0.26rem 0.36rem;
}
.pu_li_1 a .box .t1 {
  transition: 0.4s;
  font-size: var(--f24);
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pu_li_1 a .box .t2 {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pu_li_1 a .box .t2 span {
  width: var(--f16);
  display: flex;
}
.pu_li_1 a .box .t2 span img {
  width: 100%;
  margin: auto;
}
.pu_li_1 a .box .t2 p {
  padding-left: 0.08rem;
  font-family: MontserratRegular;
  font-size: var(--f18);
}
.pu_li_1 a .box .t3 {
  margin-top: 0.2rem;
  font-size: var(--f18);
  line-height: 1.7;
  height: 3.4em;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pu_li_1 a:hover .img img {
  transform: scale(1.05);
}
.pu_li_1 a:hover .box .t1 {
  color: #dc0000;
}
.pu_page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pu_page .prev a,
.pu_page .next a {
  transition: 0.4s;
  width: var(--w1);
  height: var(--w1);
  border: 1px solid #dc0000;
  display: flex;
}
.pu_page .prev a i,
.pu_page .next a i {
  transition: 0.4s;
  margin: auto;
  color: #dc0000;
}
.pu_page .prev a:hover,
.pu_page .next a:hover {
  background: #dc0000;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #fff;
}
.pu_page .prev {
  margin-right: 0.25rem;
}
.pu_page .next {
  margin-left: 0.25rem;
}
.pu_page .number {
  display: flex;
  flex-wrap: wrap;
}
.pu_page .number a {
  transition: 0.4s;
  font-size: var(--f20);
  font-family: MontserratRegular;
  color: #000;
  margin: 0 0.15rem;
}
.pu_page .number a:hover,
.pu_page .number a.active {
  color: #dc0000;
}
.newsDetails_01 .ls_bot {
  margin-top: var(--gap);
}
.newsDetails_01 .ls_bot .le_box {
  width: 67%;
}
.newsDetails_01 .ls_bot .le_box .div1 .d1 {
  font-size: var(--f36);
}
.newsDetails_01 .ls_bot .le_box .div1 .d2 {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.newsDetails_01 .ls_bot .le_box .div1 .d2 span {
  width: var(--f16);
  display: flex;
}
.newsDetails_01 .ls_bot .le_box .div1 .d2 span img {
  width: 100%;
  margin: auto;
}
.newsDetails_01 .ls_bot .le_box .div1 .d2 p {
  padding-left: 0.08rem;
  font-family: MontserratRegular;
  font-size: var(--f18);
}
.newsDetails_01 .ls_bot .le_box .div2 {
  margin: 0.36rem 0 0.3rem;
}
.newsDetails_01 .ls_bot .le_box .div2 > div {
  padding: 0.4rem 0 0.8rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 2;
  color: #666;
  font-size: var(--f18);
}
.newsDetails_01 .ls_bot .le_box .div2 > div img {
  max-width: 100%;
}
.newsDetails_01 .ls_bot .le_box .div3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: var(--f18);
}
.newsDetails_01 .ls_bot .le_box .div3 .prev a,
.newsDetails_01 .ls_bot .le_box .div3 .next a {
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #666;
}
.newsDetails_01 .ls_bot .le_box .div3 .prev a:hover,
.newsDetails_01 .ls_bot .le_box .div3 .next a:hover {
  color: #dc0000;
}
.newsDetails_01 .ls_bot .le_box .div3 .prev a span {
  margin-left: 0.08rem;
}
.newsDetails_01 .ls_bot .le_box .div3 .next a span {
  margin-right: 0.08rem;
}
.newsDetails_01 .ls_bot .le_box .div3 .return a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #dc0000;
}
.newsDetails_01 .ls_bot .le_box .div3 .return a img {
  margin-left: 0.08rem;
}
.newsDetails_01 .ls_bot .ri_box {
  width: 26%;
}
.newsDetails_01 .ls_bot .ri_box > div {
  position: sticky;
  top: calc(var(--top) + 0.2rem);
}
.newsDetails_01 .ls_bot .ri_box > div .div1 {
  color: #000;
  font-size: var(--f36);
}
.newsDetails_01 .ls_bot .ri_box > div .div2 {
  margin-top: 0.7rem;
}
.newsDetails_01 .ls_bot .ri_box > div .div2 .pu_li_1 a {
  background: none;
}
.newsDetails_01 .ls_bot .ri_box > div .div2 .pu_li_1 a .box {
  padding: 0.16rem 0 0.26rem;
}
.contact_01 {
  position: relative;
}
.contact_01 .le_box .content2 {
  margin-top: 0.7rem;
}
.contact_01 .le_box .content2 .div1 p {
  font-size: var(--f20);
  color: #333;
}
.contact_01 .le_box .content2 .div1 p a {
  display: inline;
  transition: 0.4s;
  color: #333;
}
.contact_01 .le_box .content2 .div1 p a:hover {
  color: #dc0000;
}
.contact_01 .le_box .content2 .div1 p + p {
  margin-top: 0.2rem;
}
.contact_01 .le_box .content2 .div2 {
  margin-top: 0.44rem;
}
.contact_01 .le_box .content2 .div3 {
  margin-top: 0.72rem;
  width: fit-content;
  text-align: center;
}
.contact_01 .le_box .content2 .div3 img {
  width: 1.5rem;
}
.contact_01 .le_box .content2 .div3 p {
  margin-top: 0.1rem;
  font-size: var(--f18);
  color: #000;
}
.contact_01 .le_box {
    width: 45%;
}
.contact_01 .ri_box {
  width: 50%;
}
.contact_01 .ri_box .content2 {
  margin-top: 0.7rem;
}
.contact_01 .ri_box .content2 form {
  font-size: var(--f16);
}
.contact_01 .ri_box .content2 form .div1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.contact_01 .ri_box .content2 form .div1 .label {
  position: relative;
}
.contact_01 .ri_box .content2 form .div1 .label textarea,
.contact_01 .ri_box .content2 form .div1 .label input {
  width: 100%;
  background: #f7f7f7;
  height: var(--h2);
  border: none;
  padding: 0 0.2rem;
  color: #000;
}
.contact_01 .ri_box .content2 form .div1 .label textarea:not(:placeholder-shown) + .tips,
.contact_01 .ri_box .content2 form .div1 .label input:not(:placeholder-shown) + .tips {
  display: none;
}
.contact_01 .ri_box .content2 form .div1 .label textarea {
  height: calc(var(--h2) * 1.66);
  padding: 0.2rem;
}
.contact_01 .ri_box .content2 form .div1 .label .th {
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    color: #dc0000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contact_01 .ri_box .content2 form .div1 .label .th .layui-form-checkbox[lay-skin="primary"] {
    padding-left: 24px; 
}
.contact_01 .ri_box .content2 form .div1 .label .th  .layui-form-checkbox[lay-skin="primary"] > i {
  width: 18px;
  height: 18px;
  line-height: 16px;
  border-color: #dc0000;
}

.contact_01 .ri_box .content2 form .div1 .label .tips {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 0.2rem;
  color: #666;
}
.contact_01 .ri_box .content2 form .div1 .label .tips span {
  color: #dc0000;
}
.contact_01 .ri_box .content2 form .div1 .label .layui-form-select .layui-edge {
  right: 0.2rem;
}
.contact_01 .ri_box .content2 form .div1 .label .layui-form-select dl {
  top: calc(var(--h2));
  padding: 0;
}
.contact_01 .ri_box .content2 form .div1 .label .layui-form-select dl dd {
  line-height: 2.6;
}
.contact_01 .ri_box .content2 form .div1 .label:nth-last-child(2) {
  grid-area: 3 / 1 / 4 / 3;
}
.contact_01 .ri_box .content2 form .div1 .label:last-child {
  grid-area: 4 / 1 / 5 / 3;
}
.contact_01 .ri_box .content2 form .div1 .label:last-child .tips {
  top: 0.2rem;
  transform: translateY(0);
}
.contact_01 .ri_box .content2 form .div2 {
  margin-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_01 .ri_box .content2 form .div2 .layui-form-checkbox[lay-skin="primary"] {
  padding-left: 28px;
}
.contact_01 .ri_box .content2 form .div2 .layui-form-checkbox[lay-skin="primary"] > i {
  width: 18px;
  height: 18px;
  line-height: 16px;
  border-color: #dc0000;
}
.contact_01 .ri_box .content2 form .div2 .tips {
  color: #000;
}
.contact_01 .ri_box .content2 form .div2 .tips a {
  display: inline;
  color: #dc0000;
}
.contact_01 .ri_box .content2 form .div3 {
  margin-top: 0.38rem;
}
.contact_02 .ct_bot {
  margin-top: 0.7rem;
}
.contact_02 .ct_bot .content1 .item {
  font-size: var(--f18);
}
.contact_02 .ct_bot .content1 .item .one {
  background: #f7f7f7;
}
.contact_02 .ct_bot .content1 .item .one > div {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.24rem 0.6rem;
}
.contact_02 .ct_bot .content1 .item .one > div .le_ {
  width: 24%;
}
.contact_02 .ct_bot .content1 .item .one > div .le_ p {
  width: 90%;
  transition: 0.4s;
  font-size: var(--f24);
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.contact_02 .ct_bot .content1 .item .one > div .ri_ {
  width: 76%;
  display: flex;
  flex-wrap: wrap;
}
.contact_02 .ct_bot .content1 .item .one > div .ri_ .div1 {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_02 .ct_bot .content1 .item .one > div .ri_ .div1 p {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_02 .ct_bot .content1 .item .one > div .ri_ .div1 p svg {
  max-height: var(--f26);
  margin-right: 6px;
}
.contact_02 .ct_bot .content1 .item .one > div .ri_ .div2 {
  position: relative;
  width: var(--w2);
  height: var(--w2);
  background: #dc0000;
  border-radius: 50%;
  display: flex;
}
.contact_02 .ct_bot .content1 .item .one > div .ri_ .div2::before {
  transition: 0.4s;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 40%;
  height: 2px;
  background: #fff;
}
.contact_02 .ct_bot .content1 .item .one > div .ri_ .div2 p {
  margin: auto;
  width: 40%;
  height: 2px;
  background: #fff;
}
.contact_02 .ct_bot .content1 .item .two {
  display: none;
}
.contact_02 .ct_bot .content1 .item .two > div {
  padding: 0.3rem 0.6rem 0.4rem;
}
.contact_02 .ct_bot .content1 .item .two > div .div1 p {
  line-height: 2;
  color: #333;
}
.contact_02 .ct_bot .content1 .item .two > div .div1 p + p {
  margin-top: 0.36rem;
}
.contact_02 .ct_bot .content1 .item .two > div .div2 {
  margin-top: 0.3rem;
}
.contact_02 .ct_bot .content1 .item .two > div .div2 a {
  transition: 0.6s;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: var(--f16);
  color: #dc0000;
  line-height: var(--h1);
  outline: 1px solid #dc0000;
  padding: 0 0.22rem;
}
.contact_02 .ct_bot .content1 .item .two > div .div2 a svg {
  width: var(--f18);
  margin-left: 0.18rem;
}
.contact_02 .ct_bot .content1 .item .two > div .div2 a:hover {
  background: #dc0000;
  color: #fff;
}
.contact_02 .ct_bot .content1 .item .two > div .div2 a:hover svg path {
  fill: #fff;
}
.contact_02 .ct_bot .content1 .item.active .one .le_ p {
  color: #dc0000;
}
.contact_02 .ct_bot .content1 .item.active .one .ri_ .div2::before {
  transform: translate(-50%, -50%) rotate(0);
}
.contact_02 .ct_bot .content1 .item + .item {
  margin-top: 0.2rem;
}
.contact_02 .ct_bot .content2 {
  margin-top: 0.8rem;
}
.search_01 .ch_bot {
  margin-top: var(--gap);
}
.search_01 .ch_bot .content1 .tips {
  text-align: center;
  font-size: var(--f36);
  font-weight: bold;
}
.search_01 .ch_bot .content1 .box {
  margin-top: 0.66rem;
}
.search_01 .ch_bot .content1 .box form {
  width: min(12rem, 100%);
  margin: 0 auto;
  font-size: var(--f18);
}
.search_01 .ch_bot .content1 .box form > div {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search_01 .ch_bot .content1 .box form > div span {
  width: var(--f24);
}
.search_01 .ch_bot .content1 .box form > div span img {
  width: 100%;
}
.search_01 .ch_bot .content1 .box form > div input {
  flex: 1;
  padding: 0 0.2rem;
  height: var(--h1);
  background: #fff;
  border: none;
}
.search_01 .ch_bot .content1 .box form > div .btn {
  cursor: pointer;
  width: 1.67rem;
  line-height: var(--h1);
  text-align: center;
  background: #dc0000;
  color: #fff;
  border: none;
}
.search_01 .ch_bot .content2 {
  margin-top: var(--gap);
}
.search_01 .ch_bot .content2 .tips {
  font-size: var(--f24);
}
.search_01 .ch_bot .content2 .box {
  margin-top: 0.55rem;
}
.search_01 .ch_bot .content2 .box .show .item a {
  background: #f7f7f7;
  padding: 0.26rem 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.search_01 .ch_bot .content2 .box .show .item a .le_ {
  flex: 0.9;
}
.search_01 .ch_bot .content2 .box .show .item a .le_ .t1 {
  font-size: var(--f18);
  color: #666;
}
.search_01 .ch_bot .content2 .box .show .item a .le_ .t2 {
  margin-top: 0.14rem;
  transition: 0.4s;
  color: #000;
  font-size: var(--f24);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.search_01 .ch_bot .content2 .box .show .item a .ri_ > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #dc0000;
  font-size: var(--f18);
  font-weight: bold;
}
.search_01 .ch_bot .content2 .box .show .item a .ri_ > div i {
  margin-left: 5px;
}
.search_01 .ch_bot .content2 .box .show .item a:hover .le_ .t2 {
  color: #dc0000;
}
.search_01 .ch_bot .content2 .box .show .item + .item {
  margin-top: 0.2rem;
}
.search_01 .ch_bot .content2 .box .hide {
  text-align: center;
}
.search_01 .ch_bot .content2 .box .hide img {
  max-width: 100%;
}
.search_01 .ch_bot .content2 .box .hide p {
  margin-top: 10px;
  color: #999;
  font-size: var(--f16);
}
@media (max-width: 1200px) {
  :root {
    --h1: 0.6rem;
    --h2: 0.7rem;
    --w1: 0.52rem;
    --w2: 0.46rem;
  }
  .pc_footer .ter_top .le_box .yqlj p {
    min-width: 2.1rem;
  }
  .pu_link .a {
    min-width: 1.77rem;
  }
  .pc_footer .ter_top .ri_box,
  .pc_header {
    display: none;
  }
  .MobileMain .HeaderMobile .box .logo a img {
    height: 26px;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: 6rem;
  }
  .index_banner .div_ {
    bottom: 15px;
  }
  .index_about .ab_top .ri_box {
    margin-top: 0.2rem;
  }
  .index_about .ab_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .index_about .ab_bot .item > div .svg {
    height: 0.62rem;
  }
  .pc_footer .ter_bot {
    line-height: 1.8;
  }
  .index_product .ct_bot .swiper .swiper-slide {
    width: 100% !important;
  }
  .index_product .ct_bot .swiper .swiper-slide a .div1 {
    opacity: 1;
    transform: translateY(0);
  }
  .index_product .ct_bot .swiper .swiper-slide a .div2 {
    display: none;
  }
  .pc_footer .ter_top .le_box .logo a img {
    height: 26px;
  }
  .about_03 .ab_bot {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8rem;
  }
  .product_01 .le_box > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
  }
  .product_01 .le_box > div .item {
    margin-top: 0 !important;
  }
  .product_01 .le_box > div::before {
    display: none;
  }
  .proDetails_01 .ls_bot .ri_box .div_ .next {
    right: 0;
  }
  .proDetails_01 .ls_bot .ri_box .div_ .prev {
    left: 0;
  }
  .product_05 .pro_bk img {
    min-height: 3.8rem;
  }
  .product_05 .pro_post > div form {
    width: 5.25rem;
  }
  .profession_01 .fes_bot .content1 .item a .le_box {
    order: 1;
    padding: 0.6rem !important;
  }
  .pu_page .next {
    margin-left: 0;
  }
  .contact_02 .ct_bot .content1 .item .one > div .ri_ .div1,
  .newsDetails_01 .ls_bot .ri_box,
  .pu_page .number {
    display: none;
  }
  .contact_01 .le_box {
    order: 1;
  }
  .contact_01 .le_box .content2 .div3 img {
    width: 1.88rem;
  }
  .contact_02 .ct_bot .content1 .item .one > div .le_ {
    flex: 1;
  }
  .contact_02 .ct_bot .content1 .item .one > div .ri_ {
    width: auto;
  }
  .search_01 .ch_bot .content2 .box .show .item a,
  .contact_02 .ct_bot .content1 .item .one > div {
    padding: 0.24rem 0.4rem;
  }
  .contact_02 .ct_bot .content1 .item .two > div {
    padding: 0.4rem;
  }
  .proDetails_03 .ls_bot {
    --w: 4.7rem;
  } 
  .news_01 .ws_top,
  .product_03 .pro_bot,
  .product_02 .pro_bot .content1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .proDetails_02 .ls_bot {
    grid-template-columns: repeat(3, 1fr);
  }
  .product_04 .pro_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .about_03 .ab_bot .item .div2 {
    margin-top: 0.42rem;
  }
  .contact_01 .le_box,
  .proDetails_01 .ls_bot {
    margin-top: var(--gap);
  }
  .proDetails_01 .ls_bot .ri_box,
  .product_01 .ri_box,
  .about_01 .ab_top .ri_box {
    margin-top: 0.6rem;
  }
  .contact_01 .le_box,
  .contact_01 .ri_box,
  .newsDetails_01 .ls_bot .le_box,
  .profession_01 .fes_bot .content1 .item a .ri_box,
  .profession_01 .fes_bot .content1 .item a .le_box,
  .proDetails_01 .ls_bot .ri_box,
  .proDetails_01 .ls_bot .le_box,
  .product_01 .ri_box,
  .product_01 .le_box,
  .about_01 .ab_top .ri_box,
  .about_01 .ab_top .le_box,
  .pc_footer .ter_top .le_box,
  .index_about .ab_top .le_box,
  .index_about .ab_top .ri_box {
    width: 100%;
  }
}
@media (max-width: 750px) {
  :root {
    --h1: 0.72rem;
    --h2: 0.82rem;
    --w1: 0.62rem;
    --w2: 0.56rem;
  }
  .pc_footer .ter_top .le_box .yqlj p {
    min-width: 2.5rem;
  }
  .pu_link .a {
    min-width: 2.2rem;
  }
  .index_about .ab_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .index_about .ab_bot .item > div .svg {
    height: 0.82rem;
  }
  .index_product .ct_bot .swiper .swiper-slide a .div1 .le_box .text .t2 {
    height: 4em;
  }
  .index_product .ct_bot .swiper .swiper-slide a .div1 .ri_box {
    margin-top: 0.6rem;
    height: 4.6rem;
    display: flex;
  }
  .index_product .ct_bot .swiper .swiper-slide a .div1 .ri_box img {
    margin: auto;
    max-height: 100%;
  }
  .pc_footer .ter_bot .copy {
    text-align: center;
  }
  .pc_footer .ter_bot .copy p {
    width: 100%;
    margin-left: 0 !important;
  }
  .pc_footer .ter_bot .yszc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .index_about .ab_bot .item > div .num p {
    font-size: 0.6rem;
  }
  .index_about .ab_bot .item > div .num em {
    font-size: 0.42rem;
  }
  .pu_leval div a {
    line-height: 1rem;
  }
  .pu_leval div a + a {
    margin-left: 10px;
  }
  .about_02 {
    --w: 0.56rem;
  }
  .about_03 .ab_bot .item .div1 span {
    width: 0.5rem;
  }
  .about_04 .ab_bot .swiper .swiper-slide .img {
    height: 6.2rem;
  }
  .product_01 {
    --w: 1rem;
  }
  .product_01 .le_box > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .pu_mbx > div {
    line-height: 1.6;
  }
  .proDetails_03 .ls_bot {
    --w: 5.7rem;
  }
  .product_03 .pro_bot .item .svg {
    height: 0.99rem;
  }
  .product_05 .pro_bk img {
    min-height: 4.8rem;
  }
  .product_05 .pro_post > div form .label button {
    width: 1.5rem;
  }
  .contact_01 .le_box .content2 .div3 img {
    width: 2.2rem;
  }
  .pu_li_1 a .box {
    padding: 0.4rem;
  }
  .proDetails_02 .ls_bot {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact_01 .ri_box .content2 form .div1,
  .news_01 .ws_top,
  .product_03 .pro_bot,
  .product_02 .pro_bot .content1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_01 .ri_box .content2 form .div1 .label {
    grid-area: auto !important;
  }
  .index_product .ct_bot .swiper .swiper-slide a .div1 .ri_box,
  .index_product .ct_bot .swiper .swiper-slide a .div1 .le_box {
    width: 100%;
  }
}
