@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

.clip {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}

.tj {
  text-align: justify;
}

body {
  --header_h: 5.625rem;
  --container: 14.8125rem;
  --phone_img: 18px;
  --bors: 1.25rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
}

.bgf8 {
  background: var(--bgf8);
}

.p_top {
  position: absolute;
  top: -5.625rem;
}

@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}

.bg {
  background: #C51A1B;
}

.c {
  color: #C51A1B;
}

.box_s {
  box-shadow: 0px 0px 1rem 0.1875rem rgba(0, 0, 0, 0.05);
}

.phone_show_990,
.phone_show_767 {
  display: none;
}

.pager,
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}

.pager a,
.pagination>li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .pagination>li {
    width: 30px;
    height: 30px;
  }
}

.pager a:hover {
  color: #C51A1B;
}

.pager a.is-active,
.pagination>li.active,
.pagination>li:hover {
  background: #C51A1B;
  color: #fff;
}

.pagination>li.active a,
.pagination>li:hover a {
  color: #fff;
}

.pagination>li.disabled:hover {
  color: #333;
  background: #FFF;
}

.foot-fot {
  background: #2D3333;
}

.foot-fot.white {
  background: #F7F7F7;
}

.foot-fot.white .m-bm-nav>li {
  border-bottom: 1px solid #ededed;
}

.foot-fot.white .m-bm-nav>li>a,
.foot-fot.white .m-bm-nav .aniut i {
  color: rgba(0, 0, 0, 0.8);
}

.foot-fot.white .m-bm-nav>li .sec {
  padding-left: 40px;
}

.foot-fot.white .m-bm-nav>li .sec a {
  color: rgba(0, 0, 0, 0.7);
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}

.search_more:hover {
  color: #C51A1B;
}

.search_more:hover::before {
  background: #C51A1B;
}

.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}

video {
  display: block;
}

.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.erji_pro_news,
.er-ul-pro {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  padding: 2.5rem 0 4.25rem;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  /*  transform: scaleY(1);*/
  /*opacity: 1;*/
}

.erji_pro_news .over img {
  height: 13.75rem;
  object-fit: cover;
}

.erji_pro_news .aa {
  line-height: 4rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.erji_pro_news .aa::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.08;
}

.erji_pro_news .aa::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #C51A1B;
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.erji_pro_news .aa:hover {
  color: #C51A1B;
}

.erji_pro_news .aa:hover::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;

}

/*.er-ul-pro::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: calc(13.375rem + var(--container));*/
/*  width: 1px;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.1);*/
/*}*/
/*.er-ul-pro::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: calc(13.375rem + var(--container) + 16.25rem);*/
/*  width: 1px;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.1);*/
/*}*/
.er-ul-pro .ul1 {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.er-ul-pro .ul1>li {

  /*width: 13.375rem;*/
}

/*.er-ul-pro .ul1 > li > .ul2 > li:hover > a,*/
/*.er-ul-pro .ul1 > li > .ul2 > li.active > a {*/
/*  background: rgba(197, 26, 27, 0.6);*/
/*  transition: all 0.4s;*/
/*  -webkit-transform: all 0.4s;*/
/*  -moz-transition: all 0.4s;*/
/*  -o-transition: all 0.4s;*/
/*  color: #fff;*/
/*}*/
.er-ul-pro .ul1>li>.ul2>li:hover .ul3,
.er-ul-pro .ul1>li>.ul2>li.active .ul3 {
  /*display: flex;*/
}

.er-ul-pro .ul1>li>.ul2>li .ul3 {
  /*position: absolute;*/
  /*top: 0;*/
  /*width: calc(100vw - 13.375rem - 16.25rem - var(--container) * 1.5);*/
  /*left: 16.25rem;*/
  /*padding-left: 2.5rem;*/
  /*flex-wrap: wrap;*/
  /*display: none;*/
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li {
  /*width: 33.3%;*/
  line-height: 1.5rem;
}

.er-ul-pro .ul1 {
  margin: 0 -1rem;
}

.er-ul-pro .ul1>li {
  flex: 1 0 0;
  padding: 0 1rem;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li>a {
  position: relative;
  padding-left: 1rem;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li>a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #3c3c3c;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li .name {
  color: #202020;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li .name:hover {
  color: #C51A1B;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li .div {
  padding-left: 0.625rem;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li .div>a {
  position: relative;
  padding-left: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #636363;
  font-size: 0.875rem;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li .div>a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.375rem;
  height: 1px;
  background: #636363;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li .div .name1 {
  color: #202020;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.er-ul-pro .ul1>li>.ul2 {
  max-height: 75vh;
  overflow-y: scroll;
  padding-right: 1.5rem;
}

.er-ul-pro .ul1>li>.ul2::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 2px;
  height: 164px;
  position: absolute;
}

.er-ul-pro .ul1>li>.ul2::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.er-ul-pro .ul1>li>.ul2::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #ddd;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li .div .name1:hover {
  color: #C51A1B;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li .div2 {
  padding-left: 0.625rem;
  display: none;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li .text {
  padding-left: 0.625rem;
  position: relative;
  line-height: 1.5rem;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li>a:nth-child(1) {
  margin-bottom: 0.375rem;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li .text::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #202020;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li .text:hover {
  color: #C51A1B;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li .text:hover::before {
  background: #C51A1B;
}

.er-ul-pro .ul1>li>.ul2>li>div.flex {
  display: flex;
}

.er-ul-pro .ul1>li>.ul2>li>div.flex a {
  width: 70%;
}

.er-ul-pro .ul1>li>.ul2>li>div.flex .click {
  width: 30%;
  text-align: right;
  display: none;
}

.er-ul-pro .ul1>li>.ul2>li>div,
.er-ul-pro .ul1>li>.ul2>li>div>a,
.er-ul-pro .ul1>li>.ul2>li>a {
  width: 100%;
  display: block;
  line-height: 3.4375rem;
  color: #202020;
  font-size: 1rem;
}

.er-ul-pro .ul1>li>a {
  width: 100%;
  display: block;
  line-height: 3.4375rem;
  color: #202020;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
}

.er-ul-pro .ul1>li:hover .ul2,
.er-ul-pro .ul1>li.active .ul2 {
  display: block;
}

.er-ul-pro .ul1>li:nth-child(4) .ul2 {
  padding-top: 1rem;
}

.er-ul-pro .ul1>li:nth-child(4) .ul2>li>a {
  padding-left: 0.625rem;
  position: relative;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  white-space: nowrap;
  color: #636363;
  font-weight: 400;
}

.er-ul-pro .ul1>li:nth-child(4) .ul2>li>a::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #636363;
}

.er-ul-pro .ul1>li:nth-child(4) .ul2>li:hover>a {
  color: #C51A1B;
}

.er-ul-pro .ul1>li:nth-child(4) .ul2>li:hover>a::before {
  background: #C51A1B;
}

/*.er-ul-pro .ul1 > li:hover > a,*/
/*.er-ul-pro .ul1 > li.active > a {*/
/*  background: #C51A1B;*/
/*  transition: all 0.4s;*/
/*  -webkit-transform: all 0.4s;*/
/*  -moz-transition: all 0.4s;*/
/*  -o-transition: all 0.4s;*/
/*  color: #fff;*/
/*}*/
.er-ul {
  position: absolute;
  width: 100%;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}

.er-ul>li:hover a {
  color: #C51A1B;
}

.er-ul>li:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul>li:last-child {
  padding-bottom: 0.625rem;
}

header .center>ul>li:hover .erji_pro_news,
header .center>ul>li:hover .er-ul-pro {
  transform: scaleY(1);
  opacity: 1;
}

header .center>ul>li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}

.logo_phone img {
  width: 7.5rem;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

body {
  --container: 14.8125rem;
}

@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}

@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}

@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}

@media (max-width: 990px) {
  body {
    --container: 15px;
  }

  .pagination>li {
    margin: 0 3px 5px;
  }
}

.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}

.container.container_l {
  padding: 0 0 0 var(--container);
}

.container.container_r {
  padding: 0 var(--container) 0 0;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.ds {
  cursor: pointer;
}

.fenxiang .flex {
  justify-content: flex-start;
}

.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}

.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: #C51A1B;
}

.fenxiang.nobor .social-share li a {
  border: none;
}

.fenxiang .social-share li {
  float: left;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}

.fenxiang .social-share li:hover a {
  border-color: #C51A1B;
  color: #fff;
  background: #C51A1B;
}

.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}

.serbtn {
  background: #C51A1B;
}

.searchbox {
  border-color: #C51A1B;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }

  .pc_show_990 {
    display: none;
  }

  .phone_show_990 {
    display: block;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}

.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}

.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.m-bm-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav>li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.m-bm-nav>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.m-bm-head.white .m-bm-nav>li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav>li>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}

.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #C51A1B;
}

.ajhhsd span {
  padding: 0 0.3em;
}

.ajhhsd span:last-child {
  display: none;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }

  .pc_show_767 {
    display: none;
  }

  .phone_show_767 {
    display: block;
  }
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}

.ss-list li+li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .ss-list li+li {
    margin-top: 1rem;
  }
}

.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 1.125rem;
  line-height: 1.35rem;
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}

.ss-list li .xw-nycont span {
  color: #C51A1B;
  font-size: 1rem;
  line-height: 1.5rem;
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}

.list_website ul li:first-child {
  padding-top: 0;
}

.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}

.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}

.phone.white {
  background: #fff;
}

.phone.white .left img {
  filter: brightness(0);
}

@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}

.phone>.clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}

.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}

.phone.noLanuage .right {
  display: none;
}

.phone .left,
.phone .right {
  width: 20%;
}

.phone .left {
  text-align: right;
}

.phone .left img {
  height: 22px;
}

.phone .right {
  text-align: left;
}

.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}

.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}

.phone .right a.c {
  color: #1D1D1F;
}

.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.phone .center img {
  height: var(--phone_img);
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #C51A1B;
  color: #fff !important;
}

.sjj_nav>ul>li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}

.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}

.sjj_nav>ul>li:last-child {
  border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #C51A1B;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}

.sjj_nav .top .ta img {
  height: var(--phone_img);
}

.sjj_nav .top .fr img {
  height: 22px;
}

.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}

.sjj_nav .bot>li:first-child {
  margin-bottom: 34px;
}

.sjj_nav .bot>li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}

.sjj_nav .bot>li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}

.sjj_nav .bot>li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}

.sjj_nav .bot>li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}

.sjj_nav .bot>li>ul {
  padding-left: 1.25rem;
}

.sjj_nav .bot>li>div>a {
  width: calc(100% - 3.75rem);
}

.sjj_nav .bot>li>a {
  display: inline-block;
}

.sjj_nav .bot>li img {
  height: 30px;
}

.sjj_nav .bot>li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}

.sjj_nav .bot>li .list .left a {
  color: #EBEBEC;
}

.sjj_nav .bot>li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}

.sjj_nav .bot>li .list .right {
  width: 100%;
  padding-left: 1rem;
  float: right;
  font-size: 16px;
  color: #8d8d8d;
  line-height: 20px;
}

.sjj_nav .bot>li .list .right .text {
  padding-left: 0.625rem;
  position: relative;
  font-weight: 400 !important;
}

.sjj_nav .bot>li .list .right .text::before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #636363;
}

.sjj_nav .bot>li .list .right>a {
  font-weight: 16px;
  font-weight: 600;
  color: #2b2b2b !important;
}

.sjj_nav .bot>li .list .right .div1 {
  padding-left: 0.625rem;
}

.sjj_nav .bot>li .list .right .div1>div:not(:last-child) {
  margin-bottom: 15px;
}

.sjj_nav .bot>li .list .right .div1>div>a {
  margin-bottom: 10px;
  font-weight: 600;
}

.sjj_nav .bot>li .list .right .div1>a {
  margin-bottom: 0.625rem;
}

.sjj_nav .bot>li .list .right .div1 .div2 {
  padding-left: 10px;
}

.sjj_nav .bot>li .list .right .div1 .div2>a {
  margin-bottom: 10px;
  font-weight: 600;
}

.sjj_nav .bot>li .list .right .div1 .div2 .div3 {
  padding-left: 10px;
}

.sjj_nav .bot>li .list .right .div1 .div2 .div3>div>a:nth-child(1) {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}

.sjj_nav .bot>li .list .right .div1 .div2 .div3>div:not(:last-child) {
  margin-bottom: 15px;
}

.sjj_nav .bot>li .list .right>a {
  color: #8d8d8d;
  margin-bottom: 10px;
}

.sjj_nav .bot>li ul {
  margin-top: 5px;
}

.sjj_nav .bot>li>div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}

.sjj_nav .bot>li>div>a {
  color: #a7a7a7;
}

.sjj_nav .bot>li>div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}

.sjj_nav .bot>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}

.sjj_nav .bot>li:hover>a::before,
.sjj_nav .bot>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sjj_nav .top .container {
  padding: 0 40px;
}

@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}

.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}

.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
}

.rightfix li::before {
  display: none;
}

.fixright_li_last {
  display: none;
}

.rightfix li {
  position: relative;
  border: none !important;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #C51A1B;
}

.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}

.rightfix li:last-child::before {
  display: none;
}

.right_div.img {
  min-width: 7.5rem !important;
}

.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}

.zd_erha {
  position: fixed;
  right: 1rem;
  bottom: 5%;
  z-index: 999;
  width: 2.75rem;
  background: #C51A1B;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 5rem;
}

.zd_erha .ad_sts {
  text-align: center;
}

.zd_erha .ad_sts i img {
  height: 1.5rem !important;
}

.zd_erha .ad_sts .name {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #fff;
  margin-top: 0.3125rem;
  white-space: nowrap;
  display: none;
}

.zd_erha .ad_sts.aa .name {
  margin-left: -0.375rem;
}

.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.zd_erha .aat_list li:nth-last-child(2) {
  border-bottom: none;
}

.zd_erha .aat_list li:nth-last-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}

.zd_erha .aat_list li>a {
  display: block;
  width: 2.25rem;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem 0.3125rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.zd_erha .aat_list li>a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}

.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.75rem 1rem;
  width: auto;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 0.875rem;
  background: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
}

.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 8rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}

.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}

.hidden {
  display: none;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.show_header {
  padding-top: var(--header_h);
}

.show_header header {
  animation: none !important;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.05);
}

.show_header header,
header.active,
header:hover,
header.white {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color: #202020;
}

.show_header header .logo img,
header.active .logo img,
header:hover .logo img,
header.white .logo img,
.show_header header .ds1 img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
.show_header header .lanuage img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img {
  filter: brightness(1) invert(0);
}

.show_header header .center>ul>li:hover>a,
header.active .center>ul>li:hover>a,
header:hover .center>ul>li:hover>a,
header.white .center>ul>li:hover>a,
.show_header header .center>ul>li.active>a,
header.active .center>ul>li.active>a,
header:hover .center>ul>li.active>a,
header.white .center>ul>li.active>a {
  color: #C51A1B;
}

.show_header header .center>ul>li:hover>a::before,
header.active .center>ul>li:hover>a::before,
header:hover .center>ul>li:hover>a::before,
header.white .center>ul>li:hover>a::before,
.show_header header .center>ul>li.active>a::before,
header.active .center>ul>li.active>a::before,
header:hover .center>ul>li.active>a::before,
header.white .center>ul>li.active>a::before {
  background: #C51A1B;
}

header {
  position: fixed;
  line-height: 5.625rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}

header.active {
  animation: sticky 0.65s;
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

header>.container {
  padding: 0 6.25rem;
}

header .logo img {
  filter: brightness(0) invert(1);
  height: 2rem;
}

header .ds1 img,
header .lanuage img {
  height: 1.5rem;
  cursor: pointer;
  filter: brightness(0) invert(1);
}

header .ds1 {
  margin: 0 0 0 1.875rem;
}

header .lanuage {
  position: relative;
  cursor: pointer;
  font-weight: 600;
}

header .lanuage:hover ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}

header .lanuage ul {
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 0.5rem 0;
  width: 5rem;
  left: 50%;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
}

header .lanuage ul li {
  line-height: 2rem;
  text-align: center;
}

header .lanuage ul li:hover a {
  color: #C51A1B;
}

header .lanuage>div {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: var(--color);
}

header .center {
  margin-right: 2rem;
}

header .center>ul>li {
  float: left;
  font-weight: 600;
  padding: 0 1.875rem;
}

header .center>ul>li>a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
}

header .center>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #C51A1B;
}

header .center>ul>li:hover>a,
header .center>ul>li.active>a {
  color: #C51A1B;
}

header .center>ul>li:hover>a::before,
header .center>ul>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.banner .hover .p1 {
  color: #FFF;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 5rem;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

@media (max-width: 990px) {

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
}

.banner .swiper-button-prev {
  left: -4rem;
}

.banner .swiper-button-next {
  right: -4rem;
}

.banner:hover .swiper-button-prev {
  left: 5rem;
}

.banner:hover .swiper-button-next {
  right: 5rem;
}

.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.nyban .hover .p2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
}

.nyban .hover .p1 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }

  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }

  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}

.bread {
  font-size: 1rem;
  color: #636363;
  padding-top: 1.25rem;
}

.bread a {
  color: #636363;
}

.bread img {
  height: 1.5rem;
}

.bread span:last-child {
  display: none;
}

.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.number_ul li {
  text-align: center;
  flex: 1 0 0;
}

.number_ul li .num {
  line-height: 1;
  position: relative;
}

.number_ul li .num span {
  color: var(--num_cor);
  font-size: 3.75rem;
  font-weight: 600;
}

.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  bottom: 0;
  font-weight: 600;
}

.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}

.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}

.number_ul li .text {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}

.number_ul li>div {
  display: inline-block;
}

.text {
  color: #636363;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.swiper_pag .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0%;
  background: #D9D9D9;
  opacity: 1;
  border: 1px solid #D9D9D9;
  margin: 0 0.3125rem;
}

.swiper_pag .swiper-pagination-bullet-active {
  background: #C51A1B;
  border: 1px solid #C51A1B;
}

.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 0;
  border: 1px solid #B7B7B7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper_btn:hover {
  background: #C51A1B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper_btn:hover .iconfont {
  color: #fff;
}

.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #B7B7B7;
}

.more {
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
}

.more img {
  height: 3.4375rem;
}

.more.borf>img {
  filter: brightness(0) invert(1);
}

.more.borf div {
  color: #fff;
}

.more.borf div div {
  background: #fff;
}

.more.borf div div .iconfont {
  color: #C51A1B;
}

.more.borf:hover div {
  color: #fff;
}

.more>div {
  padding: 0 0.5rem 0 1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #636363;
  font-size: 1rem;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more>div>div {
  width: 2.5rem;
  height: 2.5rem;
  background: #C51A1B;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more>div>div .iconfont {
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  font-weight: 500;
  right: 0.625rem;
  transform: translateY(-50%);
}

.more:hover {
  filter: drop-shadow(0 0 1rem rgba(217, 38, 32, 0.15));
  transform: translateY(-0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover>div {
  color: #C51A1B;
}

.title {
  color: #393939;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.alignc {
  align-items: center;
}

.bor20 {
  border-radius: var(--bors);
}

.leftimg_righttext>li:nth-child(even) .left {
  order: 2;
}

.leftimg_righttext>li:nth-child(even) .right {
  order: 1;
}

.fixright_li_last {
  display: none;
  cursor: pointer;
}

.fixright_li_last>div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #C51A1B;
  border-radius: 50%;
}

.ptb {
  padding: 7.5rem 0;
}

.ptb.pt_bread {
  padding-top: 4.6875rem;
}

.ptb.pt0 {
  padding-top: 0;
}

.ptb.pb0 {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}

.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}

.show_news .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

.show_news a.text:hover {
  color: #C51A1B;
}

.show_news .margin.text {
  border-top: 1px solid #CCCCCC;
  margin-bottom: 2rem;
  padding: 1.875rem 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}

.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #999999;
  margin: 2rem 0;
}

.show_news .data .fenxiang {
  margin-left: 1.875rem;
}

.show_news .rightt ul li .over {
  display: none;
}

.show_news .rightt ul li a {
  padding: 1.375rem 0;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}

.show_news .rightt ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #C51A1B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .rightt ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .rightt ul li:hover .over,
.show_news .rightt ul li.active .over {
  display: block;
}

.show_news .rightt ul li:hover .over img,
.show_news .rightt ul li.active .over img {
  transform: scale(1.1);
}

.show_news .rightt ul li:hover .name,
.show_news .rightt ul li.active .name {
  color: #C51A1B;
}

.show_news .rightt ul li .name1 {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.show_news .rightt ul li .text {
  margin: 0 0 0.4375rem;
}

.show_news .rightt ul li .over {
  margin-bottom: 1.25rem;
}

.show_news .rightt ul li .data {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
}

.show_news .shangxia {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  border-top: 1px solid #CCCCCC;
  padding-top: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.show_news .shangxia .l {
  width: calc(100% - 11rem);
}

.show_news .shangxia .r {
  width: 11rem;
}

.show_news .shangxia .l a {
  color: rgba(0, 0, 0, 0.8);
}

.show_news .shangxia .l a:hover {
  color: #C51A1B;
}

@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }

  .show_news .left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }

  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }

  .show_news .data .social-share li {
    margin-right: 8px !important;
  }

  .show_news .data {
    margin: 5px 0;
  }

  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }

  .show_news .shangxia {
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .show_news .shangxia .l {
    width: 100%;
    margin-bottom: 20px;
  }

  .show_news .shangxia .r {
    width: 100%;
    text-align: center;
  }

  .show_news .shangxia .tr {
    text-align: left;
  }
}

.sjj_nav.white .bot>li>div>a {
  font-weight: 600;
}

.sjj_nav.white {
  background: #fff;
}

.sjj_nav.white .top {
  background: #fff;
}

.sjj_nav.white .bot>li>div>a {
  color: #353535;
}

.sjj_nav.white .bot>li .list .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sjj_nav.white .bot>li .list .left .iconfont {
  color: #a7a7a7;
  width: 50px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: right;
}

.sjj_nav.white .bot>li .list .left a {
  width: calc(100% - 50px);
}

.sjj_nav.white .bot>li .list .left a {
  color: #383838;
  font-size: 16px;
  font-weight: 600;
}

.sjj_nav.white .top .fr img {
  filter: brightness(1) invert(1);
  opacity: 0.8;
}

.index_one {
  padding: 6.25rem 0 5.75rem;
  background: #EAE7E5;
}

.index_one .title {
  width: 60%;
}

.index_one .right {
  padding-left: 3rem;
}

.index_one .name {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-bottom: 2.1875rem;
  color: #636363;
}

.index_one .history_pr {
  margin-top: 6.25rem;
}

.history_pr .swiper-slide {
  padding: 0 1.875rem;
  border-left: 1px solid #767676;
  height: 9.25rem;
}

.history_pr .swiper-slide ul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.625rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.history_pr .swiper-slide ul li {
  height: 100%;
  flex: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.history_pr .swiper-slide ul li:not(:last-child) {
  border-right: 1px solid #767676;
}

.history_pr .swiper-slide ul li div {
  border-left: 1px solid #767676;
  width: 20%;
  height: 0.625rem;
}

.history_pr .swiper-slide ul li div:nth-child(1) {
  border-left: none;
}

.history_pr .year {
  color: #202020;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.history_pr .swiper_btn {
  top: auto;
  margin-top: 0;
  bottom: 0;
}

.history_pr .swiper-button-prev {
  left: -5.5rem;
}

.history_pr .swiper-button-next {
  right: -5.5rem;
}

.index_two {
  padding: 5rem 0 5rem;
}

.index_two ul {
  display: flex;
  justify-content: space-between;
  margin-top: 4.375rem;
}

.index_two ul li {
  height: 3rem;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  flex: 1 0 0;
  position: relative;
}

.index_two ul li::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #C51A1B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two ul li.active::before,
.index_two ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two ul li.active a,
.index_two ul li:hover a {
  color: #202020;
}

.index_two ul li a {
  padding: 0 1.875rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.index_two ul li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.index_two ul li a {
  color: #636363;
}

.index_two .swiper-slide {
  background: #EAE7E5;
  position: relative;
  height: 38.4375rem;
}

.index_two .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 3.125rem solid transparent;
  border-left: 3.125rem solid transparent;
  border-right: 3.125rem solid #fff;
  border-bottom: 3.125rem solid #fff;
}

.index_two .swiper-slide .row {
  height: 100%;
}

.index_two .swiper-slide .right div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_two .swiper-slide .right:hover img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .swiper-slide .right img {
  max-height: 80%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  object-fit: cover;
}

.index_two .swiper-slide .left>div {
  background: #C51A1B;
  padding: 6.25rem 1.875rem;
  height: 100%;
}

.index_two .swiper-slide .left .name {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.index_two .swiper-slide .left .text {
  margin: 1.5625rem 0 4.375rem;
  color: #fff;
  line-height: 1.2;
}

.index_two .swiper-slide .left .text p {
  position: relative;
  padding-left: 1rem;
}

.index_two .swiper-slide .left .text p:not(:last-child) {
  margin-bottom: 0.875rem;
}

.index_two .swiper-slide .left .text p::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #fff;
  left: 0;
}

.index_three {
  overflow: hidden;
  padding: 7.5rem 0;
}

.index_three .bgg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}

.index_three .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.index_three .margin {
  margin: 2.8125rem -1.5rem 0;
}

.index_three .margin .swiper-slide {
  padding: 0 1.5rem 1.25rem;
  height: auto;
}

.index_three .margin .swiper-slide:hover>.div::before {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}

.index_three .margin .swiper-slide:hover>.div::after {
  opacity: 1;
}

.index_three .margin .swiper-slide:hover>.div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .margin .swiper-slide:hover>.div .name {
  color: #C51A1B;
}

.index_three .margin .swiper-slide>.div {
  padding: 1.8125rem 2.125rem 3rem;
  background: #fff;
  position: relative;
  height: 100%;
}

.index_three .margin .swiper-slide>.div::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 1.875rem solid transparent;
  border-left: 1.875rem solid transparent;
  border-bottom: 1.875rem solid #C51A1B;
  border-right: 1.875rem solid #C51A1B;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .margin .swiper-slide>.div::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  right: -1.25rem;
  background: #C51A1B;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  opacity: 0;
  transform-origin: bottom right;
}

.index_three .margin .swiper-slide>.div .num {
  color: #636363;
  font-size: 1rem;
  line-height: 1.875rem;
  padding-left: 3.0625rem;
  position: relative;
  margin-bottom: 2rem;
}

.index_three .margin .swiper-slide>.div .num::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.3125rem;
  height: 1px;
  background: #A1A1A1;
}

.index_three .margin .swiper-slide>.div .icon img {
  width: 4.625rem;
  height: 4.625rem;
}

.index_three .margin .swiper-slide>.div .name {
  color: #202020;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  margin: 1.1875rem 0 0.5rem;
}

/* 地图 */
.cont_map {
  background: #F4F7FC;
  position: relative;
  overflow: hidden;
  /* height: 1044px; */
  width: 100%;
}

.cont_map_img.on {
  transform: scale(2);
  transition: all 0.4s;
}

.cont_map_img_bj {
  width: 100%;
  background: #EDEDED;
}

.cont_map_img_bj img {
  width: 100%;
}

.cont_map_mode .hover3 {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  z-index: 9;
}

.cont_map_mode .hover3 .hover_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0.375rem;
  right: 0;
}

.cont_map_mode .hover3 .hover_btn>div {
  position: static;
  margin-top: 0;
}

.cont_map_mode .hover3 .hover_btn>div:not(:first-child) {
  margin-left: 1rem;
}

.cont_map_mode .hover3 .name {
  color: #242424;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 3.4375rem;
  padding-bottom: 2.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 3rem;
}

.cont_map_mode .hover3 .swiper-slide {
  padding: 1rem;
}

.cont_map_mode .hover3 .swiper-slide .over,
.cont_map_mode .hover3 .swiper-slide .over img {
  background: #fff;
  height: 7.0625rem;
  object-fit: contain;
}

.cont_map_mode .hover3 .swiper-slide .over {
  text-align: center;
  box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.05);
}

.cont_map_mode .hover3 .swiper-slide .over img {
  max-width: 80%;
}

.cont_map_mode .hover3 .margin {
  margin: -1rem;
}

.cont_map_mode .hover2 {
  position: absolute;
  top: 34%;
  right: var(--container);
  z-index: 9;
  padding: 1.5rem 0 0 1.75rem;
}

.cont_map_mode .hover2>div {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.cont_map_mode .hover2>div.active {
  opacity: 1;
  height: auto;
}

.cont_map_mode .hover2 .name1 {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.1875rem;
  margin-bottom: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
}

.cont_map_mode .hover2 .name1 .flex {
  position: relative;
  right: 4rem;
}

.cont_map_mode .hover2 .name1 .flex>div {
  position: static;
  top: 0;
  margin-top: 0;
  border: none;
}

.cont_map_mode .hover2 .name1 .flex>div .iconfont {
  color: #fff;
}

/*.cont_map_img  .s >ul:nth-child(2) {*/
/*    display: none;*/
/*}*/
/*.cont_map_img  .s >ul:nth-child(2).active {*/
/*    display: block;*/
/*}*/
.cont_map_img .s>ul {
  /*display: none;*/
  pointer-events: none;
}

.cont_map_img .s>ul.active {
  /*display: block;*/
  pointer-events: all;
}

.cont_map_mode .hover2 .name1 .iconfont {
  font-size: 1.125rem;
  font-weight: 600;
}

.cont_map_mode .hover2::before {
  content: "";
  position: absolute;
  width: 19.875rem;
  height: 80%;
  z-index: -1;
  background: #C70025;
  top: 0;
  left: 0;
}

.cont_map_mode .hover2 .div {
  width: 21.875rem;
  padding: 2.25rem 1.875rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}

.cont_map_mode .hover2 .div .name {
  color: #202020;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.1875rem;
  margin-bottom: 0.625rem;
}

.cont_map_mode .hover2 .div .li {
  display: flex;
}

.cont_map_mode .hover2 .div .li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.cont_map_mode .hover2 .div .li div {
  width: calc(100% - 0.625rem);
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.875rem;
  padding-left: 0.625rem;
}

.cont_map_mode .hover2 .div .li img {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.375rem;
}

.cont_map_mode .hover {
  position: absolute;
  top: var(--header_h);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 8;
}

.cont_map_mode .hover ul {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #636363;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 1.875rem;
}

.cont_map_mode .hover ul li {
  padding: 0 0.9375rem;
  cursor: pointer;
}

.cont_map_mode .hover ul li div {
  padding: 0 0.625rem 0.5rem;
  position: relative;
}

.cont_map_mode .hover ul li div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #C51A1B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.cont_map_mode .hover ul li:hover div,
.cont_map_mode .hover ul li.active div {
  color: #C51A1B;
}

.cont_map_mode .hover ul li:hover div::before,
.cont_map_mode .hover ul li.active div::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.cont_map_cry {
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
}

.cont_map_ul {
  display: flex;
  align-items: end;
  width: 100%;
  margin: 0 -12px;
}

.cont_map_ul_li {
  width: 25%;
  padding: 0 12px;
  cursor: pointer;
}

.tech_hight_stack .thsc_le img {
  width: 100%;
}

.cmul_box {
  padding: 33px 19px 22px 26px;
  background: #DCE9FF;
  transition: all 0.4s;
}

.cmul_top {
  display: flex;
  justify-content: space-between;
}

.cmul_top_tit {
  font-size: 20px;
  color: #140E4C;
  line-height: 1.5;
  transition: all 0.4s;
}

.cmul_top_num {
  font-size: 64px;
  color: #140E4C;
  font-family: "Urbanist-Regular";
  margin-top: 26px;
  margin-left: 37px;
  transition: all 0.4s;
}

.cmul_bom {
  /* transition: all .4s; */
  display: none;
  margin-top: 87px;
}

.cont_map_ul_li.on .cmul_box {
  background: #352BF1;
  /* padding:33px 19px 22px 39px; */
}

.cont_map_ul_li.on .cmul_top_tit,
.cont_map_ul_li.on .cmul_top_num,
.cont_map_ul_li.on .cmul_bom p {
  color: #fff;
}

.cmip_li_xing {
  position: relative;
}

.cmip_li_xing p {
  font-size: 16px;
  color: #0022EA;
  font-weight: 700;
  position: absolute;
  width: max-content;
  bottom: calc(100% + 9px);
  left: 50%;
  transform: translateX(-50%);
}

.cmip_li_xing_img {
  width: 100%;
}

.cmip_li_xing img {
  width: 20px;
  position: relative;
}

.cmip_li_xing_img::before,
.cmip_li_xing_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #352BF1;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
}

.cmip_li.act .cmip_li_xing_img::before,
.cmip_li.act .cmip_li_xing_img::after {
  animation: circlekuo 2s linear infinite;
  opacity: 1;
}

.cmip_li_xing_img::after {
  animation-delay: 1s;
}

.cmip_li {
  position: absolute;
  cursor: pointer;
  transform: translate(-50%, -100%);
}

.cmip_li_addr {
  display: flex;
  align-items: center;
  width: max-content;
}

.cmip_li_addr img {
  width: 10px;
  transition: all 0.4s;
}

.cmip_li.act .cmip_li_addr img {
  width: 16px;
}

.cmip_li_addr svg {
  width: 56px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}

.cmip_li.xuzhou {
  top: 37.25%;
  left: 37.375%;
}

.cmip_li.suzhou {
  left: 38%;
  top: 38.375%;
}

.cmip_li.shenzhen {
  left: 36.5%;
  top: 42.625%;
}

.cmip_li.taibei {
  left: 38.5%;
  top: 36.8%;
}

.cmip_li.riben {
  left: 43.375%;
  top: 31.5%;
}

.cmip_li.meiguo {
  left: 75.375%;
  top: 31.5%;
}

.cmip_li.moxige {
  left: 76.5%;
  top: 36.875%;
}

.cmip_li.tainan {
  left: 38.5%;
  top: 37.8%;
}

.cmip_li.xianggang {
  left: 35.75%;
  top: 37.8%;
}

.cmip_li.baxi {
  left: 89%;
  top: 50.5%;
}

.cmip_li.ruidian {
  left: 11%;
  top: 16.5%;
}

.cmip_li.yuenan {
  left: 35%;
  top: 48%;
}

.cmip_li.xinzhu {
  left: 38.5%;
  top: 37.25%;
}

.cmip_li.malxiya {
  left: 33.75%;
  top: 45.5%;
}

.cmip_li.xiongyali {
  left: 11.5%;
  top: 26.25%;
}

.cmip_li.taiguo {
  left: 33.5%;
  top: 40.5%;
}

.cmip_li.faguo {
  left: 7.125%;
  top: 26.25%;
}

.cmip_li.hanguo {
  left: 40.375%;
  top: 31.5%;
}

.cmip_li.yindu {
  left: 27%;
  top: 45.5%;
}

.cont_map_img .s>ul.active li i,
.cmip_li.active i {
  background: url(../img/dian.svg) no-repeat;
  background-size: contain;
}

.cmip_li_addr.zong i {
  border-color: #896038;
}

.cmip_li_addr.zong i::before {
  background: #896038;
}

.cmip_li_addr.lan i {
  border-color: #0e6aaf;
}

.cmip_li_addr.lan i::before {
  background: #0e6aaf;
}

.cmip_li_addr.lv i {
  border-color: #1aa095;
}

.cmip_li_addr.lv i::before {
  background: #1aa095;
}

.cmip_li_addr.hong i {
  border-color: #c70025;
}

.cmip_li_addr.hong i::before {
  background: #c70025;
}

.cmip_li_addr.l i {
  margin: 0 0 0 0.25rem;
  order: 2;
}

.cmip_li_addr.l .cmip_li_text {
  order: 1;
}

.cmip_li_addr p {
  line-height: 1;
  color: #686868;
  font-size: 0.375rem;
  hyphens: auto;
  width: max-content;
  left: 0;
}

.cmip_li_addr i {
  width: 0.625rem;
  height: 0.625rem;
  background: url(../img/dian1.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: block;
  margin-right: 0.25rem;
}

.cmip_leli .cmip_li_addr svg {
  right: 100%;
  left: auto;
}

.cmip_leli .cmip_li_addr p {
  left: auto;
}

.cmip_li2 .cmip_li_text,
.cmip_li3 .cmip_li_text {
  position: absolute;
  top: -6px;
  left: 0;
}

.cpul-prod-img img:nth-child(2) {
  display: none;
}

.cpul-prod-img img {
  width: 100%;
}

.cmip_li2 .cmip_li_text p,
.cmip_li3 .cmip_li_text p {
  font-weight: 700;
}

.cmip_li_text p {
  position: relative;
}

.cmip_leli .cmip_li_text {
  left: 0;
}

.cmip_li2 .cmip_li_addr p,
.cmip_li3 .cmip_li_addr p {
  left: 18px;
}

.cont_map_cry {
  position: absolute;
}

.cont_map_img .cmid_li {
  min-width: 396px;
}

.cmid_li {
  max-height: 496px;
  opacity: 0;
  transform: scale(0.5);
  padding: 20px 15px 48px 24px;
  position: absolute;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 10px 13.4px 0px rgba(166, 169, 203, 0.25);
  z-index: 20;
}

.cmid_li .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #0022EA !important;
}

.cmid_li .mCSB_inside>.mCSB_container {
  margin-right: 15px;
}

.cmid_li .mCSB_scrollTools {
  right: -7px;
}

.cmid_li.act {
  opacity: 1;
}

.cmid_li_tit {
  font-size: 18px;
  color: #352BF1;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 25px;
}

.clul_box {
  display: flex;
  align-items: center;
}

.clul_box img {
  width: 16px;
  margin-right: 9px;
}

.cmid_li_ul_li {
  margin-top: 16px;
}

.cmid_li_img {
  width: 100%;
  margin-top: 23px;
}

.cmid_li_img img {
  width: 100%;
}

.cipu_li {
  display: none;
}

.cmip_li1,
.cmip_li3,
.cmip_li2 {
  display: none;
}

.ticl_li_bom_btn a {
  border: 1px solid transparent;
}

.cont_map_ul2 {
  display: none;
}

.cont_map_phcard {
  display: none;
}

.cont_map_ul_li p {
  font-size: 16px;
  color: #140E4C;
  line-height: 1.6;
  position: relative;
}

.cont_map_mode {
  position: relative;
  height: 100%;
}

.cont_map_ul2 .cont_map_ul_li p::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  transition: all 0.4s;
  height: 1px;
  background: #0001B2;
}

.cont_map_ul2 .cont_map_ul_li.on p::after {
  /* width: 100%; */
}

.cont_map_ul_li {
  height: 100%;
}

.cont_map_top .slick-track {
  display: flex;
  height: 100%;
}

.cont_map_ul2 .cont_map_ul_li p {
  background: #DCE9FF;
  transition: all 0.4s;
  padding: 10px;
}

.cont_map_ul2 .cont_map_ul_li.on p {
  background: #352BF1;
  color: #fff;
}

.cmid_li {
  height: auto;
}

.cont_map_phcard .slick-track {
  display: flex !important;
}

.thsc_ri_btn_prev,
.thsc_ri_btn_next {
  transition: all 0.4s;
}

.thsc_ri_btn_prev.slick-disabled,
.thsc_ri_btn_next.slick-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.cont_map_img.anxia {
  transition: all 0s !important;
}

.cont_map_img {
  width: 100%;
  position: relative;
  transition: all 0.8s;
  overflow: hidden;
}

.cont_map_img_bj {
  width: 100%;
  height: 70rem;
  cursor: move;
  position: relative;
}

.cont_map_img_bj img {
  width: 100%;
  pointer-events: none;
}

/* .ys_videom{
    width: 50%;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */
.ys_nypage.detail-main .ys_ban_imgbox::after {
  display: none;
}

.detail-link {
  display: none;
}

.tech_int .ticl_li_bom_btn a {
  margin-top: 0;
}

.detail-cry {
  display: flex;
  flex-wrap: wrap;
}

.detail-cry-le {
  width: 60%;
}

.detail-cry-ri {
  width: 40%;
}

.cmid_li.isnull {
  display: none;
}

.cont_map_img_card {
  position: absolute;
  left: 40.5%;
  top: 26%;
}

.cmid_li {
  left: 0% !important;
  top: 0% !important;
}

.index_four {
  padding: 7.5rem 0;
}

.index_four .left .sum>div {
  height: 0;
  overflow: hidden;
}

.index_four .left .sum>div.active {
  height: auto;
}

.index_four .left ul {
  margin: 2.625rem 0 3.75rem;
}

.index_four .left ul li a {
  color: #202020;
  font-size: 1.25rem;
  line-height: 3.125rem;
}

.index_four .left ul li:hover a,
.index_four .left ul li.active a {
  color: #C51A1B;
}

.index_four .right {
  margin-top: -0.625rem;
  height: 30.3125rem;
  padding-left: 0;
}

.index_four .right>div {
  height: 0;
  overflow: hidden;
}

.index_four .right>div.active {
  height: auto;
}

.index_four .right .swiper-container {
  padding-right: var(--container);
}

.index_four .right .swiper-container .swiper-wrapper {
  align-items: stretch;
}

.index_four .right .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}

.index_four .right .swiper-container .swiper-wrapper .swiper-slide a {
  height: 100%;
}

.index_four .right .swiper-container .swiper-slide {
  padding-top: 0.625rem;
}

.index_four .sum {
  position: absolute;
  bottom: 28%;
  left: 0.9375rem;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.suqera_news {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqera_news:hover {
  transform: translateY(-0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqera_news:hover>a {
  border-color: #C51A1B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.suqera_news:hover>a .name {
  color: #C51A1B;
}

.suqera_news>a {
  border: 1px solid #D9D9D9;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 1.375rem 1.375rem 3.125rem;
}

.suqera_news>a .over1 {
  position: relative;
}

.suqera_news>a .over1::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 1.875rem solid transparent;
  border-left: 1.875rem solid transparent;
  border-bottom: 1.875rem solid #fff;
  border-right: 1.875rem solid #fff;
  z-index: 9;
}

.suqera_news>a .over1 img {
  display: block;
  font-size: 0;
}

.suqera_news>a .data {
  color: #6B6B6B;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

.suqera_news>a .data .iconfont {
  margin-right: 0.375rem;
  font-size: 1.125rem;
  display: block;
}

.suqera_news>a .name {
  color: #202020;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  margin-top: 0.875rem;
}

.index_five {
  overflow: hidden;
  padding-top: 6.25rem;
}

.index_five .bgg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}

.index_five .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.index_five ul {
  display: flex;
  justify-content: space-between;
  margin-top: 9.125rem;
}

.index_five ul li {
  flex: 1 0 0;
  background: #C51A1B;
  position: relative;
  z-index: 9;
}

.index_five ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.index_five ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}

.index_five ul li:hover a {
  transform: translateY(-1rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five ul li:hover a .icon img {
  filter: brightness(1) invert(0);
}

.index_five ul li:hover a .name {
  color: #202020;
}

.index_five ul li:hover a .text {
  color: #6B6B6B;
  height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}

.index_five ul li:hover::before {
  height: calc(100% + 2.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five ul li a {
  padding: 4.375rem 0 3.25rem;
  text-align: center;
}

.index_five ul li a .icon img {
  height: 2.5rem;
  filter: brightness(0) invert(1);
}

.index_five ul li .name {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 1rem 0 0.5rem;
}

.index_five ul li .text {
  color: #6B6B6B;
  text-align: center;
  opacity: 0;
}

footer {
  background: #1C2024;
  padding-top: 5rem;
}

footer .top {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 3.4375rem;
  margin-bottom: 3.4375rem;
}

footer .top .p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.875rem;
}

footer .top ul {
  width: calc(100% - 21.25rem);
  display: flex;
  justify-content: space-between;
  padding-right: 7.5rem;
}

footer .top ul li {
  flex: 1 0 0;
  display: flex;
}

footer .top ul li .icon {
  margin-top: 0.5rem;
}

footer .top ul li .icon img {
  width: 2.375rem;
  height: 2.375rem;
}

footer .top ul li .con {
  width: calc(100% - 2.375rem);
  padding-left: 0.625rem;
}

footer .top ul li .con div {
  color: #FFF;
  font-size: 1rem;
  line-height: 1.875rem;
}

footer .top .right {
  width: 21.25rem;
}

footer .top .right input {
  width: 100%;
  background: #2C3237;
  padding: 0 1.25rem;
  color: #7E7E7E;
  font-size: 1rem;
  height: 3.4375rem;
}

footer .top .right button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.4375rem;
  height: 3.4375rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .top .right button img {
  height: 1.5rem;
}

footer .bot {
  padding-bottom: 5rem;
}

footer .bot ul {
  display: flex;
  justify-content: space-between;
}

footer .bot .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.1875rem;
}

footer .bot .text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 2.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

footer .bot .text:hover {
  color: #C51A1B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.beian {
  padding: 1.875rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  background: #1C2024;
  line-height: 1.875rem;
}

.beian .right {
  text-align: right;
}

.beian .right a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.beian .right a:not(:first-child) {
  margin-left: 3.125rem;
}

.beian .right a:hover {
  color: #C51A1B;
}

.list_news .ul {
  margin: 3.125rem -1.25rem 0;
}

.list_news .ul>li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}

.list_qa .ul {
  margin-top: 2.1875rem;
}

.list_qa .ul li {
  cursor: pointer;
}

.list_qa .ul li .top {
  padding: 1.6875rem 0;
  display: flex;
  border-bottom: 1px solid #D3D3D3;
  align-items: flex-start;
}

.list_qa .ul li .top .iconfont {
  width: 1.25rem;
  display: block;
  height: 1.25rem;
  border: 1px solid #919191;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 40;
}

.list_qa .ul li .top div {
  width: 2.125rem;
  margin-top: 0.375rem;
}

.list_qa .ul li .top p {
  width: calc(100% - 2.125rem);
  color: #282828;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.list_qa .ul li .bot {
  padding: 2.625rem;
  color: #636363;
  font-size: 1rem;
  line-height: 1.875rem;
  background: #EAE7E5;
  display: none;
  position: relative;
}

.list_qa .ul li .bot::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 1.875rem solid transparent;
  border-bottom: 1.875rem solid #fff;
  border-left: 1.875rem solid transparent;
  border-right: 1.875rem solid #fff;
}

.list_qa .ul li.active .top div .iconfont {
  border-color: #C51A1B;
  color: #C51A1B;
}

.list_qa .ul li.active .top p {
  color: #C51A1B;
}

.list_qa .ul li.active .bot {
  display: block;
}

.form .name {
  color: #515151;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}

.form .name span {
  color: #C51A1B;
}

.form select,
.form input {
  width: 100%;
  line-height: 3.4375rem;
  height: 3.4375rem;
  border: 1px solid #D2D2D2;
  padding: 0 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #515151;
}

.form select {
  background-image: url('../img/jt.svg');
  /* 调整背景图片的位置 */
  background-size: .875rem .75rem;
  background-repeat: no-repeat;
  background-position: right;
  /* 将背景图片放在右侧 */
  /* 添加一些内边距以避免文本覆盖箭头 */
  /* 根据你的箭头图片大小调整 */
  /* 可能需要一些外观调整 */
  -webkit-appearance: none;
  /* 移除默认样式（仅限webkit内核浏览器） */
  -moz-appearance: none;
  /* 移除默认样式（仅限Firefox） */
  appearance: none;
  background-position-x: 92%;
  /* 移除默认样式（推荐使用） */
}

.form input::placeholder {
  color: #A3A3A3;
}

.form textarea {
  width: 100%;
  height: 11.75rem;
  padding: 0.5rem 1.5rem;
  display: block;
  color: #515151;
  font-size: 1rem;
  line-height: 1.875rem;
  border: 1px solid #D2D2D2;
}

.form textarea::placeholder {
  color: #A3A3A3;
}

.form button {
  width: 10rem;
  line-height: 3.4375rem;
  background: #C51A1B;
  color: #fff;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.form button:hover {
  opacity: 0.8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .top li {
  padding: 1.6875rem 0;
  border-bottom: 1px solid #E0E0E0;
}

.list_download .top li .name {
  color: #282828;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.list_download .top li .name .iconfont {
  font-size: 0.875rem;
  margin-left: 2rem;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .top li.li.active .iconfont {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .top li.li .bot {
  display: none;
}

.list_download .top li.li .name {
  cursor: pointer;
}

.list_download .top li .row {
  color: #747474;
  font-size: 1rem;
  font-weight: 600;
  line-height: 3.125rem;
}

.list_download .top li .row>div.active>div::after {
  opacity: 1;
}

.list_download .top li .row>div>div>a {
  position: relative;
  padding-left: 1.75rem;
  cursor: pointer;
  display: block;
  line-height: 1.375rem;
}

.list_download .top li .name {
  margin-bottom: 1rem;
}

.list_download .top li .bot .row>div {
  margin-bottom: 1rem;
}

.list_download .top li .row>div.active>div>a::after {
  opacity: 1;
}

.list_download .top li .row>div>div>a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid #D9D9D9;
}

.list_download .top li .row>div>div>a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 1px solid #C51A1B;
  background-color: #C51A1B;
  background-image: url(../img/duigou.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download table {
  margin-bottom: 0;
}

.list_download table tr:hover a {
  color: #C51A1B;
}

.list_download table td {
  color: #747474;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
  padding: 0.625rem 0;
  border: 1px solid #DFDFDF;
  vertical-align: middle;
}

.list_download table td a {
  color: #515151;
}

.list_download table td img {
  filter: brightness(0);
  opacity: 0.6;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download table td:hover img {
  filter: brightness(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download table .tr2 {
  background: #EF514D;
}

.list_download table .tr2 th {
  color: #fff;
}

.list_download table .tr1 td,
.list_download table .tr1 th {
  white-space: nowrap;
  background: #C51A1B;
  color: #fff;
}

.flex_shaixuan button {
  width: 6.25rem;
  text-align: center;
  background: #C51A1B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
  height: 3.4375rem;
  border: none;
}

.flex_shaixuan .shaixuan {
  width: calc(100% - 6.25rem);
  display: flex;
  justify-content: space-between;
}

.flex_shaixuan .shaixuan li {
  margin-right: 1rem;
  flex: 1;
  position: relative;
}

.flex_shaixuan .shaixuan li:hover ul {
  display: block;
}

.flex_shaixuan .shaixuan li p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 3.4375rem;
  border: 1px solid #D2D2D2;
  padding: 0 2.1875rem;
  height: 3.4375rem;
  font-size: 1rem;
  color: #515151;
  font-weight: 500;
  padding: 0 1rem;
  font-weight: 400;
}

.flex_shaixuan .shaixuan li ul {
  border: 1px solid #D2D2D2;
  border-top: none;
  padding: 1rem;
  font-size: 1rem;
  color: #828282;
  font-weight: 400;
  line-height: 1.875rem;
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 9;
}

.flex_shaixuan .shaixuan li ul li:hover a,
.flex_shaixuan .shaixuan li ul li.active a {
  color: #C51A1B;
}

.flex_shaixuan .shaixuan li ul li a {
  color: #828282;
}

.flex_shaixuan .shaixuan li input,
.flex_shaixuan .shaixuan li select {
  width: 100%;
  line-height: 3.4375rem;
  height: 3.4375rem;
  border: 1px solid #D2D2D2;
  padding: 0 1.25rem;
  color: #515151;
  font-size: 1rem;
}

.flex_shaixuan .shaixuan li select {
  background-image: url('../img/xjt1.svg');
  /* 调整背景图片的位置 */
  background-size: 0.625rem 0.875rem;
  background-repeat: no-repeat;
  background-position: right;
  /* 将背景图片放在右侧 */
  /* 添加一些内边距以避免文本覆盖箭头 */
  /* 根据你的箭头图片大小调整 */
  /* 可能需要一些外观调整 */
  -webkit-appearance: none;
  /* 移除默认样式（仅限webkit内核浏览器） */
  -moz-appearance: none;
  /* 移除默认样式（仅限Firefox） */
  appearance: none;
  background-position-x: 95%;
  /* 移除默认样式（推荐使用） */
}

.list_contact .left {
  padding-right: 3rem;
}

.list_contact .left ul li {
  position: absolute;
  cursor: pointer;
  color: #010101;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: center;
}

.list_contact .left ul li img {
  height: 1.6875rem;
  animation: fangda 2s infinite;
  opacity: 0.7;
}

.list_contact .left ul li.active img {
  opacity: 1;
}

@keyframes fangda {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.list_contact .left ul li:nth-child(1) {
  top: 50.5%;
  right: 33%;
}

.list_contact .left ul li:nth-child(2) {
  top: 57%;
  right: 27%;
}

.list_contact .left ul li:nth-child(3) {
  top: 81%;
  right: 37%;
}

.list_contact .right {
  padding-left: 0;
}

.list_contact .right .content {
  background: #FFF;
  box-shadow: 0 0 10px 5px rgba(142, 142, 142, 0.1);
}

.list_contact .right .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6875rem;
  border-bottom: 1px solid #EFEFEF;
  color: #202020;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.1875rem;
}

.list_contact .right .name .iconfont {
  font-size: 1.375rem;
}

.list_contact .right .bot {
  padding: 1.25rem 1.6875rem 2.1875rem;
}

.list_contact .right ul li {
  display: flex;
  align-items: flex-start;
}

.list_contact .right ul li .icon {
  width: 1.875rem;
}

.list_contact .right ul li .p {
  width: calc(100% - 1.875rem);
  color: #636363;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.list_contact .right ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.list_contact .right .img.over {
  margin-top: 1rem;
}

.list_about .margin.text {
  margin-top: 2rem;
  font-size: 1.125rem;
}

.list_about .ul li {
  margin: 0 -1.6875rem;
  margin-top: 3.75rem;
}

.list_about .ul li>div {
  padding: 0 1.6875rem;
}

.list_about .ul li .over {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}

.list_about .ul li .over img {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
  width: 100%;
  aspect-ratio: 4 / 2.2;
  object-fit: cover;
}

.list_about .ul li .name {
  color: #393939;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.4375rem;
}

.list_about .ul li .text {
  color: #515151;
  margin-top: 1rem;
}

.list_about .ul li .right {
  padding-bottom: 4rem;
}

.list_about .ul li:nth-child(even) .right {
  order: 1;
}

.list_about .ul li:nth-child(even) .left {
  order: 2;
}

.list_honor .swiper-slide {
  background: #FFF;
  padding: 1.4375rem;
}

.list_honor .swiper-slide>div {
  box-shadow: 0 0 10px 5px rgba(142, 142, 142, 0.1);
  padding: 1.25rem;
  background: #fff;
}

.list_honor .swiper-container {
  padding-right: calc(var(--container) * 2);
}

.list_honor .margin {
  margin: 1.25rem -1.4375rem 0;
  -webkit-mask: -webkit-linear-gradient(right, transparent, #000 30%, #000 100%, transparent);
  mask: linear-gradient(linear-gradient(270deg, transparent, #000 30%, #000 100%, transparent));
}

.list_honor .hover_pag {
  padding-right: var(--container);
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

.list_honor .hover_pag>div {
  position: static;
  margin-top: 0;
}

.list_honor .hover_pag .swiper_btn {
  margin-left: 1.25rem;
}

.list_honor .hover_pag .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #C51A1B;
}

.list_honor .hover_pag .swiper_pag {
  width: calc(100% - 3.4375rem * 2 - 1.25rem * 2);
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
}

.list_teanwork {
  background: #EAE7E5;
}

.list_teanwork .row {
  align-items: flex-end;
  margin: 0 -2.1875rem;
}

.list_teanwork .row>div {
  padding: 0 2.1875rem;
}

.list_teanwork .left .sum {
  margin: 2.5rem 0;
}

.list_teanwork .left .sum>div {
  display: none;
}

.list_teanwork .left .sum>div.active {
  display: block;
}

.list_teanwork .left .swiper_btn_flex {
  margin-bottom: 3.75rem;
  display: flex;
  align-items: center;
}

.list_teanwork .left .swiper_btn_flex>div {
  margin-right: 1.25rem;
  position: static;
  margin-top: 0;
}

.list_teanwork .name {
  color: #2C2C2C;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.list_teanwork .text {
  color: #636363;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  height: 3.75rem;
  margin-top: 0.375rem;
}

.list_teanwork .right .over,
.list_join .right .over {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}

.list_teanwork .right .over img,
.list_join .right .over img {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}

.list_teanwork .right .pr_before,
.list_join .right .pr_before {
  padding: 0 2.1875rem 2.375rem 0;
  position: relative;
}

.list_teanwork .right .pr_before::before,
.list_join .right .pr_before::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 2.25rem);
  height: 10.5rem;
  background: #C51A1B;
}

.list_join .subtitle {
  color: #393939;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 3.125rem;
  margin-bottom: 0.625rem;
}

.list_join .title {
  margin-bottom: 3rem;
}

.list_join .row {
  margin: 0 -3.75rem;
}

.list_join .row>div {
  padding: 0 3.75rem;
}

.list_join .left ul li:not(:last-child) {
  margin-bottom: 3.4375rem;
}

.list_join .name {
  color: #2C2C2C;
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}

.list_join_two {
  background: #EAE7E5;
}

.list_join_two .swiper-container {
  margin-top: 2.1875rem;
}

.list_join_two .over img {
  height: 27.0625rem;
  object-fit: cover;
}

.list_join_two .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 2.1875rem 2.5rem;
  display: flex;
  align-items: flex-end;
  z-index: 9;
}

.list_join_two .icon {
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}

.list_join_two .icon img {
  width: 1.5rem;
  height: 1.5rem;
}

.list_join_two .name {
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 1.5625rem 0 0.625rem;
}

.list_join_two .text {
  color: #fff;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
}

.list_join_two .swiper-slide {
  position: relative;
  z-index: 9;
}

.list_join_two .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 37, 32, 0.6);
  z-index: 1;
}

.list_join_two .swiper-slide:hover::before {
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join_two .swiper-slide:hover .over img {
  transform: scale(1.1);
}

.list_join_two .swiper-slide:hover .text {
  height: 5.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .flex {
  align-items: stretch;
}

.list_product .flex .left {
  width: 25rem;
  background: #f1f1f1;
  padding-right: 0;
  padding-left: 2rem;
  position: sticky;
  top: var(--header_h);
  height: 100%;
  padding-top: 3rem;
  min-height: 100vh;
}

.list_product .flex .left .ul1 {
  padding-right: 2rem;
  max-height: 80vh;
  overflow-y: scroll;
}

.list_product .flex .left .ul1::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 4px;
  height: 164px;
  position: absolute;
}

.list_product .flex .left .ul1::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.list_product .flex .left .ul1::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #C51A1B;
}

.list_product .flex .left .ul1>li:not(:last-child) {
  margin-bottom: 2rem;
}

.list_product .flex .left .ul1>li .t {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}

.list_product .flex .left .ul1>li .t>a {
  font-size: 1.375rem;
  color: #292c30;
  width: calc(100% - 3.5rem);
  font-weight: 600;
}

.list_product .flex .left .ul1>li .t .iconfont {
  width: 3.5rem;
  display: block;
  text-align: right;
}

.list_product .flex .left .ul1>li.active .ul2 {
  display: block;
}

.list_product .flex .left .ul1>li .ul2 {
  padding-left: 0.625rem;
  display: none;
}

.list_product .flex .left .ul1>li .ul2>li.active>a {
  color: #C51A1B;
}

.list_product .flex .left .ul1>li .ul2>li>a {
  font-size: 1.125rem;
  color: #292c30;
  width: calc(100% - 3.5rem);
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.list_product .flex .left .ul1>li .ul2>li .iconfont {
  width: 3.5rem;
  display: block;
  text-align: right;
}

.list_product .flex .left .ul1>li .ul2>li .ul3 {
  padding-left: 0.625rem;
}

.list_product .flex .left .ul1>li .ul2>li .ul3>li:not(:last-child) {
  margin-bottom: 1rem;
}

.list_product .flex .left .ul1>li .ul2>li .ul3>li.active>a {
  color: #C51A1B;
}

.list_product .flex .left .ul1>li .ul2>li .ul3>li>a {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.list_product .flex .left .ul1>li .ul2>li .ul3 .div {
  padding-left: 0.625rem;
}

.list_product .flex .left .ul1>li .ul2>li .ul3 .div .div2 {
  padding-left: 0.625rem;
}

.list_product .flex .left .ul1>li .ul2>li .ul3 .div .div2>a {
  margin-bottom: 0.625rem;
  color: #292c30;
}

.list_product .flex .left .ul1>li .ul2>li .ul3 .div .div2.active>a {
  color: #C51A1B;
}

.list_product .flex .left .ul1>li .ul2>li .ul3 .div.active>a {
  color: #C51A1B;
}

.list_product .flex .left .ul1>li .ul2>li .ul3 .div>a {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  color: #292c30;
}

.list_product .flex .left .text {
  font-size: 0.875rem !important;
  line-height: 1.375rem !important;
  font-weight: 400 !important;
  padding-left: 0.875rem;
  position: relative;
  color: #636363 !important;
}

.list_product .flex .left .text:hover {
  color: #C51A1B !important;
}

.list_product .flex .left .text:hover::before {
  background: #C51A1B;
}

.list_product .flex .left .text:not(:last-child) {
  margin-bottom: 0.625rem;
}

.list_product .flex .left .text::before {
  content: "";
  position: absolute;
  top: 0.675rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #636363;
}

.list_product .flex .right {
  width: calc(100% - 25rem);
  padding-left: 5rem;
}

.list_product .sanji {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  margin: 2.5rem -2.1875rem 0;
}

.list_product .sanji li {
  padding: 0 2.1875rem;
}

.list_product .sanji li a {
  color: #636363;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-bottom: 0.625rem;
  position: relative;
}

.list_product .sanji li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #C51A1B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .sanji li:hover a,
.list_product .sanji li.active a {
  color: #C51A1B;
}

.list_product .sanji li:hover a::before,
.list_product .sanji li.active a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .margin_pro {
  margin-top: 4.5rem;
}

.margin_pro {
  margin: 0 -1.25rem;
}

.squera_pro {
  padding: 0 1.25rem;
  height: auto;
}

.squera_pro>a {
  height: 100%;
}

.squera_pro:hover .over img {
  transform: scale(1.1);
}

.squera_pro:hover .name div {
  color: #C51A1B;
}

.squera_pro:hover>a {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.164);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: translateY(-0.5rem);
}

.squera_pro>a {
  background: #F7F7F7;
  padding: 2.5rem 1.875rem 2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.squera_pro>a .more_a {
  display: flex;
  align-items: center;
  color: #2A2A2A;
  font-size: 1rem;
  line-height: 1;
  margin-top: 1rem;
}

.squera_pro>a .more_a .iconfont {
  display: block;
  margin-left: 0.625rem;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 4px;
}

.squera_pro>a .more_a:hover {
  color: #C51A1B;
}

.squera_pro>a .more_a:hover .iconfont {
  transform: translateX(0.25rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.squera_pro .over {
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.5rem 0;
}

.squera_pro .over img {
  max-height: 100%;
}

.squera_pro .name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.squera_pro .name div {
  width: calc(100% - 4.375rem);
  color: #000;
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: 3.75rem;
}

.squera_pro .name span {
  width: 3.3125rem;
  line-height: 1.5625rem;
  background: #C51A1B;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  margin-top: 0.5rem;
}

.show_product {
  background: #EAE7E5;
}

.show_product .cp-show-img {
  margin: 0 auto;
  width: 40%;
}

.show_product .img {
  position: relative;
}

.show_product .img img {
  height: 27rem;
}

.show_product .more {
  position: relative;
  z-index: 9;
}

.show_product .more div img {
  filter: brightness(0) invert(1);
  height: 1.25rem;
  position: relative;
  right: 0.5875rem;
  top: 0.25rem;
}

.show_product .pr_before {
  position: relative;
  z-index: 8;
}

.show_product .pr_before::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 9.375rem);
  background: #BEBCBB;
}

.show_product .content {
  display: flex;
  padding: 13.375rem 3.125rem 3.5rem;
  position: relative;
  margin-top: -14.375rem;
}

.show_product .content .left {
  width: 65%;
}

.show_product .content .left p {
  color: #000;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.8125rem;
}

.show_product .content .left div {
  color: #000;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.8125rem;
  margin-top: 1.25rem;
}

.show_product .content .left div.subtitle {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.25rem;
}

.show_product .content .right {
  width: 50%;
}

.show_product .content .right>div:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.show_product .animate {
  position: absolute;
  top: 5.5rem;
  font-size: 6rem;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  text-stroke: 1px rgba(0, 0, 0, 0.2);
  transition-property: color, -webkit-text-stroke-color, text-stroke-color, transform;
  transition-timing-function: cubic-bezier(0.1, 0.1, 0.1, 1);
  display: inline-block;
  white-space: nowrap;
  animation: 15s wordsLoop linear infinite normal;
  font-family: 'Poppins';
}

.show_product .animate ._ticker01 {
  -webkit-animation: loop 80s -40s linear infinite;
  animation: loop 80s -40s linear infinite;
}

.show_product .animate ._ticker02 {
  -webkit-animation: loop2 80s linear infinite;
  animation: loop2 80s linear infinite;
}

.show_product .animate .c-ticker__text {
  display: inline-flex;
}

.show_product .animate .c-ticker__wrap {
  display: inline-block;
  white-space: nowrap;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.show_product .bot {
  padding-top: 2.1875rem;
  padding-left: 3.125rem;
}

.show_product .bot .l {
  color: #000;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
}

.show_product .bot .r {
  color: #636363;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1875rem;
}

.show_product .bot .r .dian {
  position: relative;
  padding-left: 1rem;
}

.show_product .bot .r .dian::before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #636363;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.show_product_two .margin {
  margin: 1rem -1.25rem 0;
}

.show_product_two .swiper-slide {
  text-align: center;
  padding: 1.25rem;
  height: auto;
}

.show_product_two .swiper-slide>div {
  background: #FFF;
  box-shadow: 0 0 10px 5px rgba(51, 117, 227, 0.1);
  padding: 3.5rem 2.5rem 4rem;
  height: 100%;
}

.show_product_two .swiper-slide>div .icon img {
  height: 3.75rem;
}

.show_product_two .swiper-slide>div .text {
  color: #636363;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  margin-top: 1rem;
}

.show_product_two .swiper-pagination-bullet {
  margin-top: 1rem;
}

.show_product_three .over {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}

.show_product_three .over img {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}

.show_product_three .text p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.show_product_three .row {
  padding: 0 -1.625rem;
}

.show_product_three .row>div {
  padding: 0 1.625rem;
}

.show_product_three .row>div.right {
  padding-top: 2rem;
}

.show_product_three .right .text {
  margin-top: 2rem;
  color: #636363;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1875rem;
}

.font40 {
  font-size: 2.5rem;
  line-height: 3.125rem;
}

.show_product_three .ul,
.show_product_three .ul2 {
  margin: 2.5rem -1.25rem 0;
}

.show_product_three .ul li,
.show_product_three .ul2 li {
  padding: 0 1.25rem;
  margin-top: 0 !important;
}

.show_product_three .ul li div,
.show_product_three .ul2 li div {
  padding: 2rem 0 2rem 3.25rem;
  /*height: 7.5rem;*/
  border-bottom: 1px solid #D5D5D5;
  display: flex;
  position: relative;
  color: #636363;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  font-weight: 500;
  height: 100%;
}

.show_product_three .ul li div::before,
.show_product_three .ul2 li div::before {
  content: "";
  position: absolute;
  top: 2.75rem;
  left: 1.5625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #C51A1B;
}

.show_product_four {
  background: #EAE7E5;
}

.show_product_four table {
  margin-top: 1.875rem;
  margin-bottom: 0;
}

.show_product_four table tr {
  background: #FFFFFF;
}

.show_product_four table tr:nth-child(1) {
  background: #C51A1B;
  color: #fff;
}

.show_product_four table tr:nth-child(1) th {
  padding: 0.75rem 2rem;
  vertical-align: middle;
}

.show_product_four table tr:nth-child(even) {
  background: #F2F2F2;
}

.show_product_four table tr td {
  color: #515151;
  font-size: 1rem;
  line-height: 1.875rem;
  vertical-align: middle;
  padding: 1rem 2rem !important;
}

.about_product .pr .swiper-container {
  margin-top: 1.1875rem;
  padding-top: 1.875rem;
}

.about_product .pr .swiper-button-next {
  right: -5rem;
}

.about_product .pr .swiper-button-prev {
  left: -5rem;
}

.show_product_five .content {
  background: url(../img/19.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7.5rem 5.3125rem;
}

.show_product_five .content .left {
  width: 50%;
}

.show_product_five .content .right {
  width: 40%;
}

.show_product_five .content .right .more div div {
  background: #C51A1B;
  position: relative;
}

.show_product_five .content .right .more div img {
  width: 1.25rem;
  position: relative;
  right: 0.5875rem;
  top: -0.45rem;
}

.show_product_five .content .name {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.8125rem;
  margin-bottom: 0.75rem;
}

.show_product_five .content .text {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.8125rem;
}

.channel_solution:nth-child(even) {
  background: #EAE7E5;
}

.channel_solution:nth-child(even) .right {
  order: 1;
}

.channel_solution:nth-child(even) .left {
  order: 2;
}

.channel_solution .more {
  margin-top: 3rem;
}

.channel_solution .text {
  font-size: 1.125rem;
}

.channel_solution .row,
.show_solution .row {
  margin: 0 -1.5625rem;
}

.channel_solution .row>div,
.show_solution .row>div {
  padding: 0 1.5625rem;
}

.channel_solution .text,
.show_solution .text {
  margin-top: 1.5625rem;
  text-align: justify;
}

.channel_solution .right .hover,
.show_solution .right .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.channel_solution .right .hover img,
.show_solution .right .hover img {
  width: 4.875rem;
  height: 4.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.channel_solution .right .over,
.show_solution .right .over,
.channel_solution .right .over img,
.show_solution .right .over img {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}

.channel_solution .right a,
.show_solution .right a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.channel_solution .right:hover .over img,
.show_solution .right:hover .over img {
  transform: scale(1.1);
}

.channel_solution .right:hover .hover img,
.show_solution .right:hover .hover img {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_three .tips,
.list_solution_two .tips {
  font-size: 0.875rem;
  margin-top: 0.625rem;
  color: #636363;
}

.list_solution_two {
  background: #EAE7E5;
}

.list_solution_two .ul {
  margin-top: 2.5rem;
}

.list_solution_two .ul li {
  cursor: pointer;
}

.list_solution_two .ul li.active .top {
  background: #C51A1B;
}

.list_solution_two .ul li.active .top div {
  color: #fff;
}

.list_solution_two .ul li.active .top p {
  color: #fff;
}

.list_solution_two .ul li.active .top p .iconfont {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

.list_solution_two .ul .top {
  display: flex;
  align-items: center;
  color: #272727;
  font-size: 1.375rem;
  line-height: 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 2.5rem;
}

.list_solution_two .ul .top div {
  width: 80%;
  height: 4.375rem;
  display: flex;
  align-items: center;
}

.list_solution_two .ul .top p {
  width: 20%;
  text-align: right;
}

.list_solution_two .ul .top p .iconfont {
  font-size: 1.125rem;
  display: inline-block;
  color: #676767;
}

.list_solution_two .ul .bot {
  background: #fff;
  padding: 1.6875rem 2.5rem;
  display: none;
}

.list_solution_two .ul .bot.active {
  display: block;
}

.list_solution_three .ul {
  margin: 0 -1.25rem 0;
}

.list_solution_three .ul li {
  padding: 0 1.25rem;
  margin-top: 3.125rem;
}

.list_solution_three .ul li:hover>div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_solution_three .ul li>div {
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.03);
  border-top: 0.5rem solid #C51A1B;
  padding: 2.8125rem 2.5rem 3.4375rem;
  height: 100%;
}

.list_solution_three .ul li>div .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(197, 26, 27, 0.1);
}

.list_solution_three .ul li>div .icon img {
  width: 1.75rem;
  height: 1.75rem;
}

.list_solution_three .ul li>div .name {
  color: #2F2F2F;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 1.5rem 0 0.625rem;
}

.list_solution_three .ul li>div .text {
  color: #636363;
  font-size: 1rem;
  line-height: 1.875rem;
}

.list_solution_three .ul li>div .text p {
  padding-left: 1rem;
  position: relative;
}

.list_solution_three .ul li>div .text p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #636363;
}

.list_solution_four {
  background: #EAE7E5;
}

.list_solution_four .ul {
  margin-top: 2.1875rem;
  position: relative;
}

.list_solution_four .ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.75rem;
  width: 1px;
  height: 100%;
  background: #C4C4C4;
}

.list_solution_four .ul li {
  padding-left: 2.625rem;
  position: relative;
}

.list_solution_four .ul li:not(:last-child) {
  margin-bottom: 2.125rem;
}

.list_solution_four .ul li::before {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  border: 1px solid #C4C4C4;
  background: #fff;
}

.list_solution_four .ul li::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0.3125rem;
  background: #C4C4C4;
  border: 1px solid #C4C4C4;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
}

.list_solution_four .ul li .top {
  display: flex;
  margin-bottom: 1.125rem;
}

.list_solution_four .ul li .top p {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background: #C51A1B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}

.list_solution_four .ul li .top div {
  color: #2F2F2F;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  padding-left: 1.25rem;
  width: calc(100% - 2.375rem);
}

.list_solution_four .ul li .bot {
  background: #F2F2F2;
  padding: 0.875rem 1.875rem;
}

.list_history .history_pr {
  margin-top: 5rem;
}

.recruit_three ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 2.1875rem;
}

.recruit_three ul li:nth-child(1) .clearfix {
  font-size: 1.125rem;
}

.recruit_three ul li .clearfix {
  line-height: 5rem;
  border-bottom: 1px solid #DDDDDD;
  color: #636363;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 1rem 0 3.125rem;
  cursor: pointer;
}

.recruit_three ul li .clearfix>div {
  float: left;
  width: 21.25%;
}

.recruit_three ul li .clearfix>div:last-child {
  width: 5%;
}

.recruit_three ul li .clearfix>div:nth-last-child(2) {
  width: 10%;
}

.recruit_three ul li.active .clearfix>div:last-child .iconfont {
  transform: rotate(180deg);
  display: block;
}

.recruit_three ul li .clearfix>div:nth-child(1) {
  width: 20%;
}

.recruit_three ul li .content {
  padding: 2.25rem 4.375rem 3.4375rem;
  border: 1px solid #D8D8D8;
  border-top: none;
  display: none;
}

.recruit_three ul li .content .email {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  margin-top: 2.0625rem;
}

.recruit_three ul li .content .email a {
  color: #C51A1B;
  font-size: 1.5rem;
}

.recruit_three ul li .content strong {
  color: #C51A1B;
  font-weight: 600;
}

.recruit_three .more_2:hover {
  background: #fff;
  transition: all 0.6s;
}

.recruit_three .more_2 {
  border: 1px solid #C51A1B;
  transition: all 0.6s;
}

.recruit_three .more_2:hover a {
  color: #C51A1B;
}

.recruit_three ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 400;
}

.recruit_three ul li.active .clearfix {
  background-color: #C51A1B;
  color: #fff;
}

.recruit_three ul li.active .content {
  display: block;
}

.recruit_three .font18 {
  color: #C51A1B;
  font-weight: 600;
}

@media (max-width: 990px) {
  .recruit_three ul li .clearfix>div:nth-last-child(2) {
    width: 11%;
  }
}

@media (max-width: 767px) {
  .recruit_three ul li .content {
    padding: 2.25rem 2.375rem 3.4375rem;
  }

  .recruit_three ul li .clearfix {
    padding: 0 2.375rem;
  }

  .recruit_three ul li .clearfix>div:nth-child(1) {
    width: 95%;
  }

  .recruit_three ul li .clearfix {
    line-height: 3.5rem;
  }

  .recruit_three ul li .content {
    padding: 15px 15px 25px;
  }

  .recruit_three ul li .clearfix {
    padding: 0 15px;
  }

  .recruit_three ul li .content .email {
    flex-wrap: wrap;
    margin-top: 15px;
    font-size: 15px;
  }

  .recruit_three ul {
    margin-top: 20px;
  }
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: #C51A1B !important;
  background-color: #C51A1B !important;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
}

.search-form .ll {
  width: calc(100% - 6.25rem);
  display: flex;
  flex-wrap: wrap;
}

.search-form .ll>label,
.search-form .ll>div {
  margin-right: 1.25rem;
  flex: 1;
}

.show_solution .right .over img,
.show_solution .right .over img {
  width: 100%;
}

.search-form input,
.search-form select {
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  border: 1px solid #ddd;
  padding: 0 1rem;
}

.search-form select {
  background-image: url('../img/jt.svg');
  /* 调整背景图片的位置 */
  background-size: 0.875rem 0.75rem;
  background-repeat: no-repeat;
  background-position: right;
  /* 将背景图片放在右侧 */
  /* 添加一些内边距以避免文本覆盖箭头 */
  /* 根据你的箭头图片大小调整 */
  /* 可能需要一些外观调整 */
  -webkit-appearance: none;
  /* 移除默认样式（仅限webkit内核浏览器） */
  -moz-appearance: none;
  /* 移除默认样式（仅限Firefox） */
  appearance: none;
  background-position-x: 92%;
  /* 移除默认样式（推荐使用） */
}

.search-form button {
  width: 10rem;
  line-height: 3.4375rem;
  width: 6.25rem;
  border: none;
  background: transparent;
  font-size: 1rem;
  background: #C51A1B;
  color: #fff;
}

.tab-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.tab-menu li {
  font-size: 1.125rem;
}

.tab-menu li:hover a,
.tab-menu li.active-tab a {
  color: #C51A1B;
}

.pagination.mt-50 {
  display: flex;
  justify-content: center;
}

.pagination.mt-50 a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  margin: 0 0.3125rem;
}

.pagination.mt-50 a:hover {
  color: #C51A1B;
}

.pagination.mt-50 a.active {
  background: #C51A1B;
  color: #fff;
  border-color: #C51A1B;
}

.fas {
  /*font-family: "iconfont" !important;*/
  font-size: 0.875rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-right::before {
  content: "\e63e";
}

.fa-angle-double-right::before {
  content: "\e624";
}

.product-tab-body .response-table {
  height: 37.5rem;
  max-width: 100%;
  overflow-y: auto;
}

.product-tab-body .response-table .search-table thead {
  color: #fff;
  background: #b42121;
  position: sticky;
  top: -1px;
}

.product-tab-body .response-table .search-table thead th {
  border: 1px solid #fff;
  text-align: center;
}

.khjz-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .khjz-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1.85rem;
  }
}

.khjz-list li {
  border: 1px solid #f0f0f0;
  height: 5.375rem;
}

.khjz-list li .over {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.khjz-list li img {
  width: 100%;
  max-height: 4.5rem;
  object-fit: contain;
  object-position: center;
}

.channel_solution .right .over img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.flex-z {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 990px) {
  .about_product .pr .swiper-button-prev {
    position: static;
    margin-top: 0;
  }

  .about_product .pr .swiper-button-next {
    position: static;
    margin-top: 0;
  }

  .about_product .swiper_pag {
    display: none;
  }

  .margin_pro .wehad {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .search-form .ll {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
  }

  .search-form .ll>label,
  .search-form .ll>div {
    margin-right: 0;
    width: 48%;
    flex: auto;
  }

  .search-form .form-button {
    margin-top: 1rem;
    width: 100%;
  }

  .search-form .form-button button {
    width: 100%;
  }
}

.m-bm-nav1 {
  padding-top: 60px;
}

.m-bm-nav1>li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.m-bm-nav1>li>a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #000;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
  width: 100% !important;
}

.m-bm-nav1>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}

.m-bm-nav1>li .tit1 {
  position: relative;
}

.m-bm-nav1>li .tit1 .sec {
  padding: 10px 0 5px;
}

.m-bm-nav1>li .tit1 .aniut {
  height: 35px;
  line-height: 35px;
}

.m-bm-nav1>li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.m-bm-nav1>li .sec a {
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 35px;
}

.m-bm-nav1>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav1 .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav1 .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #000;
}

.m-bm-nav1>li>a {
  width: fit-content !important;
}

@media (max-width: 768px) {
  .cont_map {
    padding: 3rem 0;
  }

  .cont_map_img {
    display: none;
  }

  .cont_map_mode .hover {
    position: static;
  }

  .cont_map_mode .hover2 {
    position: relative;
    left: 0;
    top: 0;
    width: 94%;
    margin: 0 auto;
    margin-top: 1.25rem;
  }

  .cont_map_mode .hover3 {
    position: static;
    margin-top: 2rem;
  }

  .cont_map_mode .hover ul {
    font-size: 1.125rem;
  }
}

.mySwiper4 {
  overflow: hidden;
  position: relative;
}

.mySwiper4 .swiper-pagination1 {
  text-align: center;
}

.mySwiper4 .swiper-pagination1 span {
  width: 0.5rem;
  height: 0.5rem;
}

.mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #C51A1B;
}

.banner .more-ax {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  width: 3.75rem;
  z-index: 1;
}

.banner .more-ax img {
  width: 100%;
  height: auto !important;
}

.banner #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ash-axft1 .ul {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}

.ash-axft1 .ul li {
  margin: 0 -1.6875rem;
}

.ash-axft1 .ul li+li {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .ash-axft1 .ul li+li {
    margin-top: 2rem;
  }
}

.ash-axft1 .ul li>div {
  padding: 0 1.6875rem;
}

.ash-axft1 .ul li .over {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
}

.ash-axft1 .ul li .over img {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%);
  width: 100%;
}

.ash-axft1 .ul li .name {
  color: #393939;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.4375rem;
}

@media (max-width: 768px) {
  .ash-axft1 .ul li .name {
    font-size: 1.5rem;
  }
}

.ash-axft1 .ul li .text {
  color: #515151;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .ash-axft1 .ul li .text {
    margin-top: 0;
  }
}

.ash-axft1 .ul li .right {
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .ash-axft1 .ul li .right {
    margin-top: 1.25rem;
    padding-bottom: 0;
  }
}

.ash-axft1 .ul li:nth-child(even) .right {
  order: 1;
}

@media (max-width: 768px) {
  .ash-axft1 .ul li:nth-child(even) .right {
    order: 0;
  }
}

.ash-axft1 .ul li:nth-child(even) .left {
  order: 2;
}

@media (max-width: 768px) {
  .ash-axft1 .ul li:nth-child(even) .left {
    order: 0;
  }
}

.list_parent .top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3rem 0 0;
}

.list_parent .top li {
  font-size: 1.125rem;
  color: #414141;
  line-height: 3.125rem;
  border: 1px solid #ddd;
  padding: 0 1rem;
  margin: 0 1rem;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_parent .top li.active,
.list_parent .top li:hover {
  background: #C51A1B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

.emptydiv {
  text-align: center;
  margin-top: 1.875rem;
}

footer .top .right input {
  color: #fff;
}

#subscriptionsform .error#subscriptionemail-error {
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  bottom: -2.5rem;
  left: 0;
  font-size: 0.875rem;
}



.list_global .img {
  margin: 1.875rem 3.125rem;
}

.list_global .img .ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list_global .img .ul li {
  position: absolute;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #000;
  font-size: 0.875rem;
  hyphens: auto;
  width: max-content;
  left: 0;
}

.list_global .img .ul li .dian {
  width: 1.125rem;
  height: 1.125rem;
  background: url(../img/dian.svg) no-repeat;
  background-size: contain;
  margin-right: 0.3125rem;
}

.list_global .img .ul li.li1 {
  top: 42%;
  left: 35.5%;
}

.list_global .img .ul li.li2 {
  top: 45%;
  left: 36%;
}

.list_global .img .ul li.li3 {
  top: 49%;
  left: 34%;
}

.list_global .img .ul li.li4 {
  top: 55%;
  left: 32%;
}

.list_global .img .ul li.li5 {
  top: 53%;
  left: 24.5%;
}

.list_global_two {
  background: #F3F4F8;
}

.list_global_two .sum>div {
  display: none;
}

.list_global_two .sum>div.active {
  display: block;
}

.list_global_two .ul {
  display: flex;
  justify-content: center;
  margin: 0 0 2rem 0;
}

.list_global_two .ul li {
  padding: 0 2rem;
  margin: 0 1rem;
  font-size: 1.125rem;
  line-height: 3rem;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_global_two .ul li.active,
.list_global_two .ul li:hover {
  background: #C51A1B;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_global_two .ul2 li {
  margin-bottom: 1.875rem;
}

.list_global_two .ul2 li .name {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3f3f3f;
}

.list_global_two .ul2 li>div {
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 0.625rem;
  background: #fff;
  height: 100%;
}

.list_global_two .ul2 li .li {
  display: flex;
}

.list_global_two .ul2 li .li:not(:last-child) {
  margin-bottom: 1rem;
}

.list_global_two .ul2 li .li img {
  width: 1.25rem;
  height: 1.25rem;
}

.list_global_two .ul2 li .li>div {
  width: calc(100% - 0.625rem);
  color: #636363;
  font-size: 0.875rem;
  line-height: 1.875rem;
  padding-left: 0.625rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #666666;
}

.er-ul-pro .ul1>li>.ul2>li .ul3>li .click {
  display: none;
}

.er-ul-pro .ul1>li>.ul2>li>div.flex a.nav_product_cat_29+.click,
.er-ul-pro .ul1>li>.ul2>li .ul3>li .nav_product_cat_45+.click {
  display: block;
}

.nav_product_cat_45 {
  position: relative;
}

.abc29+.ul3,
.abc45+.div_sum {
  display: none;
}

.navtop-three {
  margin-top: 3rem;
}

.navtop-three .ul2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navtop-three {
  position: relative;
  padding: 0 40px;
}

.navtop-three {
  margin-top: 80px;
  margin-bottom: 60px;
}


.navtop-three ul li a {
  cursor: pointer;
  padding: 0 2.5rem;
  line-height: 2.8125;
  border-radius: 1.25rem;
  color: #000000;
}

.navtop-three ul li:hover a {
  color: #C51A1B;
}

.navtop-three ul li.active a,
.navtop-three ul li.on a {
  background: #C51A1B;
  color: #fff !important;
  font-weight: bold;
}

.navtop-three li {
  width: auto;
}

.navtop-three ul li a {
  box-sizing: border-box;
}


.list_culture .ul {
  margin: 0 -1.25rem;
  padding-top: 2.6875rem;
}

.list_culture .ul li {
  padding: 0 1.25rem;
}

.list_culture .ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_culture .ul li .icon {
  width: 6.125rem;
  height: 6.125rem;
  padding: 0.4375rem;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(to bottom, #ffffff, #ffffff, transparent);
}

.list_culture .ul li .icon>div {
  border: 1px solid #ddd;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}

.list_culture .ul li .icon>div img {
  height: 2.8125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_culture .ul li>div {
  position: relative;
  padding-bottom: 3.9375rem;
  z-index: 3;
}

.list_culture .ul li>div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2.9375rem);
  background: rgba(255, 255, 255, 0.9);
  z-index: -1;
}

.list_culture .ul li .name {
  color: #282828;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-top: 2rem;
}

.list_culture .ul li .text {
  color: #737373;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.875rem;
  padding: 0 1rem;
}

.list_about_contact .tel {
  font-size: 1.5rem;
  color: #C51A1B;
  margin: 2rem 0 0.5rem;
  font-weight: 600;

}
.list_about_contact {
  position: relative;
  z-index: 9;
}
.list_about_contact .text {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.625rem;
}
.list_about_contact .name {
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 2rem;
}
#map {
  height: 25rem;
}.leaflet-popup-content p {
  margin-top: 0.5rem !important;
}