body {
  --ww: 0.96rem;
  --bj: var(--ww);
  --top: 1.5rem;
  --color: #e50012;
  --gap: 1rem;
  --f14: 0.14rem;
  --f16: 0.16rem;
  --f18: 0.18rem;
  --f20: 0.2rem;
  --f22: 0.22rem;
  --f24: 0.24rem;
  --f26: 0.26rem;
  --f28: 0.28rem;
  --f30: 0.3rem;
  --f32: 0.32rem;
  --f34: 0.34rem;
  --f36: 0.36rem;
  --f38: 0.38rem;
  --f40: 0.4rem;
  --f42: 0.42rem;
  --f44: 0.44rem;
  --f46: 0.46rem;
  --f48: 0.48rem;
  --f50: 0.5rem;
  --f52: 0.52rem;
  --f54: 0.54rem;
  --f56: 0.56rem;
  --f58: 0.58rem;
  --f60: 0.6rem;
  --f64: 0.64rem;
}
@media (min-width: 1921px) {
  body {
    --bj: calc((100vw - (19.2rem - var(--ww))) / 2);
  }
}
@media screen and (max-width: 1520px) {
  body {
    --f14: 12px;
    --f16: 14px;
    --f18: 16px;
    --f20: 18px;
    --f22: 18px;
    --f24: 20px;
    --f26: 24px;
    --gap: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  body {
    --f20: 16px;
    --f22: 16px;
    --f24: 18px;
    --f26: 20px;
    --f28: 0.36rem;
    --f30: 0.36rem;
    --f32: 0.36rem;
    --f34: 0.38rem;
    --f36: 0.4rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.4rem;
    --f50: 0.5rem;
    --f52: 0.5rem;
    --f54: 0.5rem;
    --f56: 0.52rem;
    --f58: 0.52rem;
    --f60: 0.54rem;
    --f64: 0.56rem;
    --ww: 5vw;
    --top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body {
    --f14: 0.26rem;
    --f16: 0.28rem;
    --f18: 0.3rem;
    --f20: 0.3rem;
    --f22: 0.32rem;
    --f24: 0.34rem;
    --f26: 0.34rem;
    --f28: 0.34rem;
    --f30: 0.34rem;
    --f32: 0.36rem;
    --f34: 0.36rem;
    --f36: 0.36rem;
    --f38: 0.4rem;
    --f40: 0.4rem;
    --f42: 0.4rem;
    --f44: 0.4rem;
    --f46: 0.4rem;
    --f48: 0.42rem;
    --f50: 0.44rem;
    --f52: 0.44rem;
    --f54: 0.44rem;
    --f56: 0.46rem;
    --f58: 0.46rem;
    --f60: 0.48rem;
    --f64: 0.5rem;
  }
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #e50012;
}
body::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #fff;
}
@-moz-document url-prefix() {
  body {
    scrollbar-color: #e50012 #fff;
    scrollbar-width: thin;
    -ms-overflow-style: none;
  }
}
/* * 纵向滚动条样式 */
.button-disabled,
.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
}
.maodian {
  position: relative;
  top: calc(var(--top) * -1 + 1px);
}
.pt {
  padding-top: var(--gap);
}
.pb {
  padding-bottom: var(--gap);
}
.wMain {
  padding-left: var(--bj);
  padding-right: var(--bj);
  width: 100%;
}
.Privacy_Policy .box_ .content1 {
  font-size: var(--f52);
  font-weight: bold;
}
.Privacy_Policy .box_ .hr {
  border-top: 1px solid #514f4f;
  margin: 0.5rem 0;
}
.Privacy_Policy .box_ .content3 {
  font-size: var(--f18);
  line-height: 1.88;
  color: rgba(255, 255, 255, 0.8);
}
.Privacy_Policy .box_ .content3 img{
    max-width: 100% !important;
		height: auto !important;
		width: auto !important;
}
.Search_List .box1 {
  padding: 1.4rem 0 0.5rem;
  font-size: var(--f20);
  background: #f6f6f6;
}
.Search_List .box2 {
  min-height: 40vh;
}
.Search_List .box2 .item {
  padding: 0.2rem 0.8rem;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1200px) {
  .Search_List .box2 .item {
    padding: 0.2rem 0rem;
  }
}
.Search_List .box2 .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Search_List .box2 .item a .left {
  max-width: 80%;
}
.Search_List .box2 .item a .left .t {
  font-size: var(--f14);
  color: #999;
}
.Search_List .box2 .item a .left .b {
  font-size: var(--f24);
  color: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Search_List .box2 .item a .right {
  font-size: var(--f16);
  color: var(--color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a .right i {
  font-size: var(--f16);
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.Search_List .box2 .item a:hover .b {
  color: #e50012;
}
.Search_List .box2 .item a:hover .right i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.Search_List .box3 {
  font-size: var(--f18);
  text-align: center;
}
.Sitemap .ap_top {
  border-bottom: 1px solid #514f4f;
  padding-bottom: 0.46rem;
}
.Sitemap .ap_top p {
  font-size: var(--f52);
  font-weight: bold;
}
.Sitemap .ap_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #514f4f;
}
.Sitemap .ap_bot .item .content1 a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f26);
}
.Sitemap .ap_bot .item .content1 a:hover {
  color: #e50012;
}
.Sitemap .ap_bot .item .content2 {
  margin-top: 0.22rem;
  font-size: var(--f20);
}
.Sitemap .ap_bot .item .content2 .firstorder {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .firstorder a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.8);
}
.Sitemap .ap_bot .item .content2 .firstorder a:hover {
  color: #e50012;
}
.Sitemap .ap_bot .item .content2 .multistage {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.2rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.8);
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_1 a:hover {
  color: #e50012;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 {
  margin-top: 0.26rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a {
  font-size: 0.9em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.8);
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .title_3 a:hover {
  color: #e50012;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 {
  margin-top: 0.14rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .title_4 a:hover {
  color: #e50012;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 {
  padding-left: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 {
  margin-top: 0.1rem;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.9em;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a + a {
  margin-top: 4px;
}
.Sitemap .ap_bot .item .content2 .multistage .ge_list .div_2 .div_3 .box_3 .div_4 .box_4 .div_5 a:hover {
  color: #e50012;
}
@media (max-width: 1200px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 750px) {
  .Sitemap .ap_bot .item .content2 .multistage,
  .Sitemap .ap_bot .item .content2 .firstorder {
    grid-template-columns: repeat(2, 1fr);
  }
}
.compiler_style iframe,
.compiler_style video,
.compiler_style img {
  max-width: 100% !important;
}
@media (max-width: 1200px) {
  .compiler_style img,
  .compiler_style video {
    width: auto !important;
    height: auto !important;
  }
}
.compiler_style a {
  color: -webkit-link;
  display: inline;
  text-decoration: underline;
}
.compiler_style b,
.compiler_style strong {
  font-weight: bold;
}
.compiler_style i,
.compiler_style em {
  font-style: italic;
}
.compiler_style sup {
  vertical-align: super;
  font-size: smaller;
}
.compiler_style sub {
  vertical-align: sub;
  font-size: smaller;
}
.compiler_style h1,
.compiler_style h2,
.compiler_style h3,
.compiler_style h4,
.compiler_style h5,
.compiler_style h6 {
  font-weight: bold;
}
.compiler_style hr {
  display: block;
  -webkit-margin-before: 0.5em;
  margin-block-start: 0.5em;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
  -webkit-margin-start: auto;
  -moz-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  -moz-margin-end: auto;
  margin-inline-end: auto;
  color: gray;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.compiler_style table tr td {
  border: 1px solid #ccc;
  padding: 6px;
}
.compiler_style ul {
  padding-left: 22px;
}
.compiler_style ul li {
  list-style-type: disc;
}
.compiler_style ol {
  padding-left: 22px;
}
.compiler_style ol li {
  list-style-type: decimal;
}
.pu_search {
  --h: 0.6rem;
  display: none;
  position: fixed;
  top: var(--top);
  z-index: 5;
  width: 100%;
  background: #fff;
  padding: 0.25rem 0;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pu_search .ch_box {
  width: min(7.2rem, 90vw);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pu_search .ch_box .form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pu_search .ch_box .form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eaf2f5;
  padding: 0 0.25rem;
  border-radius: 0.1rem;
}
.pu_search .ch_box .form form .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pu_search .ch_box .form form .item input {
  width: 100%;
  height: var(--h);
  border: none;
  background: none;
  color: #333;
}
.pu_search .ch_box .form form .item input::-webkit-input-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input::-moz-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input:-ms-input-placeholder {
  color: #999;
}
.pu_search .ch_box .form form .item input::placeholder {
  color: #999;
}
.pu_search .ch_box .form form .submit {
  cursor: pointer;
}
.pu_search .ch_box .form form .submit span {
  display: block;
  width: 22px;
}
.pu_search .ch_box .form form .submit span img {
  width: 100%;
}
.pu_search .ch_box .close {
  margin-left: 0.3rem;
  cursor: pointer;
}
.pu_search .ch_box .close i {
  color: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f30);
}
.pu_search .ch_box .close:hover i {
  color: #e50012;
}
@media (max-width: 1520px) {
  .pu_search {
    --h: 0.66rem;
  }
}
@media (max-width: 1200px) {
  .pu_search {
    --h: 0.7rem;
  }
}
@media (max-width: 750px) {
  .pu_search {
    --h: 0.86rem;
  }
  .pu_search .ch_box .form form .submit span {
    width: 20px;
  }
}
:root {
  --w720: 7.2rem;
  --h54: 0.54rem;
}
.pc_header {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.pc_header::before {
  transition: 0.6s;
  opacity: 0.001;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.65);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}
.pc_header .he_box {
  z-index: 1;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: var(--f18);
}
.pc_header .he_box .le_box {
  position: relative;
}
.pc_header .he_box .le_box > div {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pc_header .he_box .le_box .logo a img {
  height: 1rem;
}
.pc_header .he_box .le_box .text {
  margin-left: 0.48rem;
}
.pc_header .he_box .le_box .text .div1 {
  /*font-size: var(--f50);*/
  /*font-weight: bold;*/
  color: #fff;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  justify-content: center;
  height: 100%;
}
.pc_header .he_box .le_box .text .div1 p:first-child{
    font-size: var(--f38);
    line-height: 1;
}
.pc_header .he_box .le_box .text .div1 img {
  height: calc(var(--f20));     
}
.pc_header .he_box .le_box .text .div2 {
  /*margin-top: 6px;*/
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.pc_header .he_box .le_box .text .div2 a {
  color: #fff;
  display: inline-block;
}
.pc_header .he_box .le_box .text .div2 i {
  width: 2px;
  height: calc(var(--f18));
  background: #fff;
  margin: 0 0.05rem;
}
.pc_header .he_box .ri_box {
  font-size: var(--f16);
  line-height: var(--top);
}
.pc_header .he_box .ri_box .lang {
  position: relative;
}
.pc_header .he_box .ri_box .lang > p {
  cursor: pointer;
}
.pc_header .he_box .ri_box .lang > p svg {
  width: 24px;
}
.pc_header .he_box .ri_box .lang > p span {
  margin-left: 6px;
  font-weight: bold;
}
.pc_header .he_box .ri_box .lang .down {
  display: none;
  position: absolute;
  min-width: 150%;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  background: rgba(17, 17, 17, 0.65);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  padding: 0.2rem;
  white-space: nowrap;
}
.pc_header .he_box .ri_box .lang .down > div {
  line-height: 2;
}
.pc_header .he_box .ri_box .lang .down > div a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  width: 100%;
  color: #fff;
}
.pc_header .he_box .ri_box .lang .down > div a.active,
.pc_header .he_box .ri_box .lang .down > div a:hover {
  color: #e50012;
}
.pc_header .he_box .ri_box .lang:hover .down {
  display: block;
}
.pc_header .he_box .ri_box .menu {
  margin-left: 0.77rem;
}
.pc_header .he_box .ri_box .menu > div {
  cursor: pointer;
}
.pc_header .he_box .ri_box .menu > div svg {
  width: 25px;
}
.pc_header .he_box .ri_box .menu > div span {
  margin-left: 6px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pc_header.active::before {
  opacity: 1;
}
.pc_header.active .he_box .le_box > div {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.pc_header.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.pc_header.on {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pc_footer {
  --w1: 6.78rem;
  --h1: 0.8rem;
  position: relative;
  background: #111111;
  padding: 0.84rem 0 0.48rem;
}
.pc_footer .ter_top .le_box .logo a img {
  height: 1.1rem;
}
.pc_footer .ter_top .le_box .lxwm {
  margin-top: 0.48rem;
}
.pc_footer .ter_top .le_box .lxwm > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0.66rem;
}
.pc_footer .ter_top .le_box .lxwm > div span {
  height: calc(var(--f28) * 1.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
}
.pc_footer .ter_top .le_box .lxwm > div span img {
  max-width: 100%;
  margin: auto;
}
.pc_footer .ter_top .le_box .lxwm > div a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-left: 0.16rem;
  font-size: var(--f28);
  color: #fff;
  font-weight: bold;
}
.pc_footer .ter_top .le_box .lxwm > div a:hover {
  color: #e50012;
}
.pc_footer .ter_top .le_box .lxwm > div:last-child {
  margin-right: 0;
}
.pc_footer .ter_top .ri_box .subscribe {
  width: var(--w1);
  background: #292929;
}
.pc_footer .ter_top .ri_box .subscribe form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pc_footer .ter_top .ri_box .subscribe form .content1 {
  position: relative;
  padding: 0 0.64rem 0 0.32rem;
  padding: 0 .32rem;
  font-size: var(--f22);
}
.pc_footer .ter_top .ri_box .subscribe form .content1 > div {
  position: relative;
}
.pc_footer .ter_top .ri_box .subscribe form .content1 .div1 {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: var(--h1);
}
.pc_footer .ter_top .ri_box .subscribe form .content1 .div1 span {
  color: #fff;
}
.pc_footer .ter_top .ri_box .subscribe form .content1 .div1 svg {
  margin-left: 6px;
  width: 13px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pc_footer .ter_top .ri_box .subscribe form .content1 .div1.active svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.pc_footer .ter_top .ri_box .subscribe form .content1 .div2 {
  display: none;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  white-space: nowrap;
  padding: 0.2rem;
}
.pc_footer .ter_top .ri_box .subscribe form .content1 .div2 > div p {
  font-size: 0.78em;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
.pc_footer .ter_top .ri_box .subscribe form .content1 .div2 > div p:hover {
  color: #e50012;
}
.pc_footer .ter_top .ri_box .subscribe form .content1 .div2 > div p + p {
  margin-top: 0.16rem;
}
.pc_footer .ter_top .ri_box .subscribe form .content2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 0.32rem;
}
.pc_footer .ter_top .ri_box .subscribe form .content2 input {
  font-size: var(--f16);
  width: 100%;
  height: var(--h1);
  border: none;
  background: none;
  color: #fff;
}
.pc_footer .ter_top .ri_box .subscribe form .content2 input::-webkit-input-placeholder {
  color: #9d9d9d;
}
.pc_footer .ter_top .ri_box .subscribe form .content2 input::-moz-placeholder {
  color: #9d9d9d;
}
.pc_footer .ter_top .ri_box .subscribe form .content2 input:-ms-input-placeholder {
  color: #9d9d9d;
}
.pc_footer .ter_top .ri_box .subscribe form .content2 input::placeholder {
  color: #9d9d9d;
}
.pc_footer .ter_top .ri_box .subscribe form .content3 {
  width: 1.2rem;
  background: #e50012;
}
.pc_footer .ter_top .ri_box .subscribe form .content3 label {
  cursor: pointer;
  height: var(--h1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc_footer .ter_top .ri_box .subscribe form .content3 label svg {
  margin: auto;
}
.pc_footer .ter_top .ri_box .share {
  margin-top: 0.68rem;
}
.pc_footer .ter_top .ri_box .share .li {
  position: relative;
  margin-right: 0.38rem;
}
.pc_footer .ter_top .ri_box .share .li > a {
  cursor: pointer;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pc_footer .ter_top .ri_box .share .li > a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.3;
  margin: auto;
  max-height: 100%;
}
.pc_footer .ter_top .ri_box .share .li .post {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  padding: 4px;
  background: #e50012;
}
.pc_footer .ter_top .ri_box .share .li .post::before {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #e50012;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pc_footer .ter_top .ri_box .share .li .post img {
  width: 1rem;
}
.pc_footer .ter_top .ri_box .share .li:hover > a img {
  opacity: 1;
}
.pc_footer .ter_top .ri_box .share .li:hover .post {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.pc_footer .ter_top .ri_box .share .li:last-child {
  margin-right: 0;
}
.pc_footer .ter_bot {
  margin-top: 1.3rem;
}
.pc_footer .ter_bot .copy p {
  font-size: var(--f18);
  color: #666;
}
.pc_footer .ter_bot .copy p a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline;
  color: #666;
}
.pc_footer .ter_bot .copy p a:hover {
  color: #fff;
}
.pu_asside {
  z-index: 5;
  position: fixed;
  width: var(--w720);
  height: var(--vh);
  top: 0;
  right: 0;
  background: rgba(17, 17, 17, 0.65);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.pu_asside .box {
  width: 100%;
  height: 100%;
  padding: 0 0.92rem;
}
.pu_asside .box .content1 {
  height: var(--top);
}
.pu_asside .box .content1 > p {
  cursor: pointer;
  font-size: var(--f16);
}
.pu_asside .box .content1 > p svg {
  width: 17px;
}
.pu_asside .box .content1 > p span {
  margin-left: 6px;
  font-weight: bold;
}
.pu_asside .box .content2 {
  padding: 0.5rem 0 1rem;
  width: 100%;
  height: calc(100% - var(--top));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pu_asside .box .content2 .div1 a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f38);
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.pu_asside .box .content2 .div1 a + a {
  margin-top: 0.16rem;
}
.pu_asside .box .content2 .div1 a.active,
.pu_asside .box .content2 .div1 a:hover {
  color: #e50012;
}
.pu_asside .box .content2 .div2 a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--f28);
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}
.pu_asside .box .content2 .div2 a:hover {
  color: #fff;
}
.pu_asside.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.phone_show {
  display: none;
}
@media (max-width: 1200px) {
  .pc_header,
  .pc_show {
    display: none;
  }
  .phone_show {
    display: block;
  }
}
.pu_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pu_link .a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  min-width: 1.7rem;
  line-height: calc(var(--h54) - 4px);
  color: #000;
  font-size: var(--f18);
  font-weight: bold;
  padding: 0 0.32rem;
  border: 2px solid #e50012;
  text-align: center;
}
.pu_link:hover .a {
  background: #e50012;
  color: #fff;
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img {
  position: relative;
  width: 100%;
}
.index_banner .swiper .swiper-slide .slide_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.index_banner .swiper .swiper-slide .slide_img canvas,
.index_banner .swiper .swiper-slide .slide_img img,
.index_banner .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: var(--vh);
}
.index_banner .swiper .swiper-slide .slide_img canvas {
  display: none;
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.72rem var(--bj);
}
.index_banner .swiper .swiper-slide .slide_post > div {
  width: 100%;
  margin: auto 0 0;
}
.index_banner .swiper .swiper-slide .slide_post > div p {
  opacity: 0.001;
  -webkit-transform: none;
  transform: none;
  line-height: 0.8;
  font-size: 1.74rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: bold;
}
.index_banner .swiper .swiper-slide .slide_post > div p span:first-child {
  color: #e50012;
}
.index_banner .swiper .swiper-slide .slide_post > div p i {
  margin: 0 0.6rem;
  width: 1.85rem;
  height: 0.05rem;
  background: #fff;
}
.index_banner .swiper .swiper-slide-active .slide_post > div p {
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.index_banner .div_ .prev,
.index_banner .div_ .next {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_banner .div_ .prev i,
.index_banner .div_ .next i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f26);
  color: rgba(255, 255, 255, 0.7);
}
.index_banner .div_ .prev:hover i,
.index_banner .div_ .next:hover i {
  color: #fff;
}
.index_banner .div_ .prev {
  left: calc((var(--bj) - var(--f26)) / 2);
}
.index_banner .div_ .next {
  right: calc((var(--bj) - var(--f26)) / 2);
}
.index_banner:hover .div_ .prev,
.index_banner:hover .div_ .next {
  opacity: 1;
}
@-webkit-keyframes heroFade {
  0% {
    opacity: 0.001;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes heroFade {
  0% {
    opacity: 0.001;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes heroScale {
  0% {
    opacity: 0.001;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heroScale {
  0% {
    opacity: 0.001;
  }
  100% {
    opacity: 1;
  }
}
.title_01 {
  font-size: var(--f52);
  line-height: 1.4;
  font-weight: bold;
}
.title_02 {
  font-size: var(--f64);
  color: #fff;
  font-weight: bold;
}
.mt {
  margin-top: 0.6rem;
}
.index_service .ce_top .title_01 {
  color: #e50012;
}
.index_service .ce_bot {
  position: relative;
  margin-top: 0.7rem;
}
.index_service .ce_bot .swiper .swiper-slide {
  height: auto;
}
.index_service .ce_bot .swiper .swiper-slide a {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.index_service .ce_bot .swiper .swiper-slide a .box1 {
  padding: 0.6rem;
  border-left: 2px solid #474747;
}
.index_service .ce_bot .swiper .swiper-slide a .box1 .svg {
  height: 1.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_service .ce_bot .swiper .swiper-slide a .box1 .svg img {
  margin: auto 0;
  max-height: 100%;
}
.index_service .ce_bot .swiper .swiper-slide a .box1 .text {
  margin-top: 0.6rem;
  color: #fff;
  font-size: var(--f42);
}
.index_service .ce_bot .swiper .swiper-slide a .box1 .btn {
  z-index: 2;
  position: relative;
  margin-top: 2.3rem;
}
.index_service .ce_bot .swiper .swiper-slide a .box1 .btn svg {
  width: 0.64rem;
}
.index_service .ce_bot .swiper .swiper-slide a .box1 .btn svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.index_service .ce_bot .swiper .swiper-slide a .box2 {
  z-index: 1;
  opacity: 0.001;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e50012;
  padding: 0.6rem;
}
.index_service .ce_bot .swiper .swiper-slide a .box2 > div .text {
  opacity: 0.001;
  -webkit-transform: none;
  transform: none;
  color: #fff;
  font-size: var(--f42);
  font-weight: bold;
}
.index_service .ce_bot .swiper .swiper-slide a .box2 > div .desc {
  opacity: 0.001;
  -webkit-transform: none;
  transform: none;
  margin-top: 0.56rem;
  color: #fff;
  font-size: var(--f20);
  line-height: 1.7;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .index_service .ce_bot .swiper .swiper-slide a:hover .box1 .btn svg path {
    fill: #fff;
  }
  .index_service .ce_bot .swiper .swiper-slide a:hover .box2 {
    opacity: 1;
  }
  .index_service .ce_bot .swiper .swiper-slide a:hover .box2 > div .text {
    -webkit-animation: heroFade 1s 0.15s both;
    animation: heroFade 1s 0.15s both;
  }
  .index_service .ce_bot .swiper .swiper-slide a:hover .box2 > div .desc {
    -webkit-animation: heroFade 1s 0.3s both;
    animation: heroFade 1s 0.3s both;
  }
}
.index_service .ce_bot .gddjImg {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.index_service .ce_bot .gddjImg img {
  height: 26px;
  -webkit-animation: leftRight 1.5s infinite linear;
  animation: leftRight 1.5s infinite linear;
}
@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  75% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.index_risk {
  position: relative;
}
.index_risk .sk_bk {
  position: relative;
  width: 100%;
}
.index_risk .sk_bk::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.index_risk .sk_bk img {
  width: 100%;
  height: var(--vh);
}
.index_risk .sk_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: var(--gap) var(--bj);
}
.index_risk .sk_post > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_risk .sk_post > div .content1 .btn {
  margin-top: 0.54rem;
}
.index_risk .sk_post > div .content1 .btn .pu_link .a {
  color: #fff;
}
.index_risk .sk_post > div .content2 p {
  line-height: 0.8;
  font-size: 1.9rem;
  color: #e50012;
  font-weight: 300;
}
.index_team {
  --w1: 10.35rem;
  --w2: 1.53rem;
  --p40: 40px;
  position: relative;
  background: #0e0e0e;
  overflow: hidden;
}
.index_team .te_map {
  position: absolute;
  left: 50%;
  bottom: -30%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index_team .te_map .earth {
  position: relative;
  width: var(--w1);
  height: var(--w1);
}
.index_team .te_map .earth .earth-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + var(--p40));
  height: calc(100% + var(--p40));
  border-radius: 50%;
  background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.08) 60%, rgba(255, 255, 255, 0.15) 70%, rgba(255, 255, 255, 0.25) 80%, rgba(255, 255, 255, 0.8) 90%, #ffffff 100%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.08) 60%, rgba(255, 255, 255, 0.15) 70%, rgba(255, 255, 255, 0.25) 80%, rgba(255, 255, 255, 0.8) 90%, #ffffff 100%);
  pointer-events: none;
  z-index: 0;
}
.index_team .te_map .earth .marker-label {
  cursor: pointer;
}
.index_team .te_map .earth .marker-label img {
  width: var(--w2);
}
.index_team .te_box {
  padding: 0.88rem var(--bj) 0.68rem;
}
.index_team .te_box .content1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.index_team .te_box .content2 {
  position: relative;
  margin-top: 3.5rem;
}
.index_team .te_box .content2 .item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.index_team .te_box .content2 .item .div1 {
  transform: none;
  opacity: 0.001;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.index_team .te_box .content2 .item .div1 .d1 {
  font-size: var(--f52);
  line-height: 0.8;
}
.index_team .te_box .content2 .item .div1 .d2 {
  margin-top: 0.22rem;
  font-size: var(--f34);
  font-weight: bold;
}
.index_team .te_box .content2 .item .div2 {
  transform: none;
  opacity: 0.001;
  margin-top: 0.46rem;
  padding: 0.24rem 0.54rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}
.index_team .te_box .content2 .item .div2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_team .te_box .content2 .item .div2 > div .li {
  width: 33.33%;
}
.index_team .te_box .content2 .item .div2 > div .li .i1 {
  font-size: var(--f18);
}
.index_team .te_box .content2 .item .div2 > div .li .i2 {
  margin-top: 6px;
  font-size: var(--f26);
}
.index_team .te_box .content2 .item.active {
  position: initial;
}
.index_team .te_box .content2 .item.active .div1 {
  -webkit-animation: heroFade 1s 0.15s both;
  animation: heroFade 1s 0.15s both;
}
.index_team .te_box .content2 .item.active .div2 {
  -webkit-animation: heroFade 1s 0.3s both;
  animation: heroFade 1s 0.3s both;
}
.index_team .te_box .content2 .item[data-name="中国"] .div2 > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.1rem;
}
.index_team .te_box .content2 .item[data-name="中国"] .div2 > div .li {
  width: 100%;
}
.index_case {
  --w1: 10.4rem;
  --w2: 6.18rem;
  position: relative;
  background: #fff;
}
.index_case .se_top .title_01 {
  color: #000;
}
.index_case .se_bot {
  padding: 1.22rem 0 calc(var(--gap) * 2);
  position: relative;
}
.index_case .se_bot > div {
  position: relative;
}
.index_case .se_bot .swiper .swiper-slide {
  width: var(--w1);
  margin: 0 0.4rem;
}
.index_case .se_bot .swiper .swiper-slide a {
  position: relative;
  width: 100%;
  background: #1c1c1c;
}
.index_case .se_bot .swiper .swiper-slide a .img {
  position: relative;
  overflow: hidden;
}
.index_case .se_bot .swiper .swiper-slide a .img::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}
.index_case .se_bot .swiper .swiper-slide a .img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.index_case .se_bot .swiper .swiper-slide a .content {
  display: none;
  padding: 0.4rem;
}
.index_case .se_bot .swiper .swiper-slide a .content .text {
  color: #fff;
  font-size: var(--f26);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.46;
  height: 1.46em;
}
.index_case .se_bot .swiper .swiper-slide a .content .btn {
  margin-top: 0.48rem;
}
.index_case .se_bot .swiper .swiper-slide a .content .btn svg {
  width: 0.31rem;
}
.index_case .se_bot .swiper .swiper-slide a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.index_case .se_bot .swiper .swiper-slide-active a .img::before {
  opacity: 0.3;
}
.index_case .se_bot .div_yuan .item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: var(--w2);
  height: var(--w2);
  opacity: 0;
}
.index_case .se_bot .div_yuan .item > svg {
  width: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index_case .se_bot .div_yuan .item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_case .se_bot .div_yuan .item > a > div {
  width: 52%;
  margin: auto;
  text-align: center;
}
.index_case .se_bot .div_yuan .item > a > div .text {
  color: #fff;
  line-height: 1.46;
  font-size: var(--f26);
}
.index_case .se_bot .div_yuan .item > a > div .btn {
  margin-top: 0.48rem;
}
.index_case .se_bot .div_yuan .item > a > div .btn svg {
  width: 0.31rem;
}
.index_case .se_bot .div_yuan .item.active {
  z-index: 3;
  opacity: 1;
}
.index_case .se_bot .div_yuan .item.active > svg .c2 {
  -webkit-animation: dashoffset 5s linear forwards;
  animation: dashoffset 5s linear forwards;
}
@-webkit-keyframes dashoffset {
  0% {
    stroke-dasharray: 1936;
    stroke-dashoffset: 1936;
  }
  100% {
    stroke-dasharray: 1936;
    stroke-dashoffset: 0;
  }
}
@keyframes dashoffset {
  0% {
    stroke-dasharray: 1936;
    stroke-dashoffset: 1936;
  }
  100% {
    stroke-dasharray: 1936;
    stroke-dashoffset: 0;
  }
}
.index_feature {
  position: relative;
  background: #1c1c1c;
}
.index_feature .fe_title {
  z-index: 2;
  position: absolute;
  top: var(--gap);
  left: 0;
  width: 100%;
  padding: 0 var(--bj);
}
.index_feature .fe_box .le_box {
  position: relative;
  width: 50%;
}
.index_feature .fe_box .le_box .item {
  opacity: 0.001;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.index_feature .fe_box .le_box .item img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.index_feature .fe_box .le_box .item .text {
  z-index: 1;
  position: absolute;
  bottom: 0.78rem;
  left: 0;
  padding: 0 var(--bj);
  width: 100%;
}
.index_feature .fe_box .le_box .item .text span {
  color: #e50012;
  font-size: 1.9rem;
  line-height: 0.8;
  font-weight: 300;
}
.index_feature .fe_box .le_box .item .text p {
  display: none;
  font-size: var(--f42);
  color: #fff;
  font-weight: bold;
}
.index_feature .fe_box .le_box .item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.index_feature .fe_box .le_box .item.active {
  z-index: 1;
  position: relative;
  -webkit-animation: fadeInLeft 1s 0.15s both;
  animation: fadeInLeft 1s 0.15s both;
}
.index_feature .fe_box .ri_box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.26rem;
}
.index_feature .fe_box .ri_box > div {
  width: 100%;
  margin: auto;
}
.index_feature .fe_box .ri_box > div a {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f42);
  padding: 0.5rem 0;
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid #474747;
}
.index_feature .fe_box .ri_box > div a::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #e50012;
}
.index_feature .fe_box .ri_box > div a:hover,
.index_feature .fe_box .ri_box > div a.active {
  color: #fff;
}
.index_feature .fe_box .ri_box > div a:hover::before,
.index_feature .fe_box .ri_box > div a.active::before {
  width: 100%;
}
.index_news {
  position: relative;
  background: #fff;
}
.index_news .ws_top {
  margin-bottom: 0.77rem;
}
.index_news .ws_top .title_01 {
  color: #000;
}
.index_news .ws_bot {
  padding-top: 0.8rem;
  border-top: 1px solid #dddddd;
}
.pu_li_10 {
  position: relative;
}
.pu_li_10 .bk {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.pu_li_10 .bk::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(229, 0, 18, 0.9);
}
.pu_li_10 .bk img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.pu_li_10 .post {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  width: 100%;
  background: #f7f7f7;
  padding: 0.3rem 0.46rem 0.56rem;
}
.pu_li_10 .post > div .text {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding-bottom: 0.45rem;
  border-bottom: 2px solid #ececec;
}
.pu_li_10 .post > div .text .t1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #e50012;
  font-size: var(--f20);
  font-weight: bold;
}
.pu_li_10 .post > div .text .t2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.4rem;
  color: #000;
  font-size: var(--f24);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 4.5em;
}
.pu_li_10 .post > div .box {
  margin-top: 0.87rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.pu_li_10 .post > div .box .jt {
  opacity: 0;
  -webkit-transition: 0.4s;
  width: 0.47rem;
  -webkit-transform: translateX(-0.2rem);
  transform: translateX(-0.2rem);
  transition: 0.4s;
}
.pu_li_10 .post > div .box .jt svg {
  width: 100%;
}
.pu_li_10 .post > div .box .img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 1.54rem;
}
.pu_li_10 .post > div .box .img img {
  width: 100%;
}
.pu_li_10:hover .post {
  background: transparent;
}
.pu_li_10:hover .post > div .text {
  border-color: #efefef;
}
.pu_li_10:hover .post > div .text .t2,
.pu_li_10:hover .post > div .text .t1 {
  color: #fff;
}
.pu_li_10:hover .post > div .box .jt {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.pu_li_10:hover .post > div .box .img {
  opacity: 0;
}
.index_analysis {
  --w1: 2.71rem;
}
.index_analysis .pu_link .a {
  color: #fff;
}
.index_analysis .an_bot {
  margin-top: 0.8rem;
  position: relative;
}
.index_analysis .an_bot .content1 .item {
  cursor: pointer;
  border-bottom: 1px solid #515151;
}
.index_analysis .an_bot .content1 .item > div {
  padding: 0.54rem 0;
}
.index_analysis .an_bot .content1 .item > div .img {
  width: 50%;
  display: none;
}
.index_analysis .an_bot .content1 .item > div .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_analysis .an_bot .content1 .item > div .box .div1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.index_analysis .an_bot .content1 .item > div .box .div1 p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f24);
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.index_analysis .an_bot .content1 .item > div .box .div2 {
  width: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index_analysis .an_bot .content1 .item > div .box .div2 .d1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f20);
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.index_analysis .an_bot .content1 .item > div .box .div2 .d2 {
  width: 27px;
}
.index_analysis .an_bot .content1 .item > div .box .div2 .d2 svg {
  width: 100%;
}
.index_analysis .an_bot .content1 .item > div .box .div2 .d2 svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.index_analysis .an_bot .content1 .item:hover > div .box .div1 p {
  color: #fff;
}
.index_analysis .an_bot .content1 .item:hover > div .box .div2 .d1 {
  color: #fff;
}
.index_analysis .an_bot .content1 .item:hover > div .box .div2 .d2 svg path {
  fill: #e50012;
}
.index_analysis .an_bot .listImg {
  position: absolute;
  width: var(--w1);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.index_analysis .an_bot .listImg p {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.index_analysis .an_bot .listImg p::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 63%;
  background: #f7f7f7;
}
.index_analysis .an_bot .listImg p img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_analysis .an_bot .listImg p span {
  position: absolute;
  color: #666;
  font-size: var(--f20);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_01 {
  --w1: 3.13rem;
  --w2: 35px;
  --w3: 6.44rem;
  position: relative;
  background: #161616;
  padding: 0 0 1.55rem;
}
.about_01 .ab_bk {
  width: 100%;
}
.about_01 .ab_bk img {
  width: 100%;
}
.about_01 .ab_box {
  margin-top: -2rem;
  z-index: 1;
  position: relative;
}
.about_01 .ab_box .content1 {
  padding: 0 var(--bj);
}
.about_01 .ab_box .content2 {
  margin-top: 0.68rem;
  position: relative;
}
.about_01 .ab_box .content2 .div1 {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.about_01 .ab_box .content2 .div1 img {
  width: 100%;
}
.about_01 .ab_box .content2 .div1 p{
    font-size: 3.4rem;
    color: #2a2a2a;
    /*text-align: center;*/
    font-weight: bold;
}

.about_01 .ab_box .content2 .div1 p svg{
    vertical-align: top;
    width: 1.5rem;
}
.about_01 .ab_box .content2 .div2 {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 var(--bj);
}
.about_01 .ab_box .content2 .div2 > div {
  margin: 0 0 0 auto;
  width: var(--w3);
}
.about_01 .ab_box .content2 .div2 > div .video {
  cursor: pointer;
  position: relative;
  width: var(--w1);
}
.about_01 .ab_box .content2 .div2 > div .video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.about_01 .ab_box .content2 .div2 > div .video img {
  width: 100%;
}
.about_01 .ab_box .content2 .div2 > div .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about_01 .ab_box .content2 .div2 > div .video .play p {
  background: #e50012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: var(--w2);
  height: var(--w2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.about_01 .ab_box .content2 .div2 > div .video .play p svg {
  max-width: 100%;
  margin: auto;
}
.about_01 .ab_box .content2 .div2 > div .video .play p:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about_01 .ab_box .content2 .div2 > div .desc {
  margin-top: 0.4rem;
  font-size: var(--f18);
  line-height: 1.88;
}
.about_01 .ab_box .content2 .div2 > div .btn {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_01 .ab_box .content2 .div2 > div .btn p {
  width: var(--w2);
  height: var(--w2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e50012;
}
.about_01 .ab_box .content2 .div2 > div .btn p img {
  max-width: 50%;
  margin: auto;
}
.about_01 .ab_box .content2 .div2 > div .btn a {
  margin-left: 0.18rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  font-size: var(--f18);
}
.about_01 .ab_box .content2 .div2 > div .btn a:hover {
  color: #e50012;
}
.about_02 {
  --w1: 2.62rem;
  position: relative;
  background: #161616;
}
.about_02 .ab_top {
  padding-top: var(--gap);
  border-top: 1px solid #514f4f;
}
.about_02 .ab_bot {
  margin-top: 0.82rem;
}
.about_02 .ab_bot .le_box {
  width: 63%;
}
.about_02 .ab_bot .le_box .img {
  width: var(--w1);
  overflow: hidden;
}
.about_02 .ab_bot .le_box .img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.about_02 .ab_bot .le_box .img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.about_02 .ab_bot .le_box .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.66rem;
}
.about_02 .ab_bot .le_box .content .div1 .d1 {
  font-size: var(--f36);
  font-weight: bold;
}
.about_02 .ab_bot .le_box .content .div1 .d2 {
  margin-top: 0.12rem;
  font-size: var(--f26);
  color: #e50012;
  font-weight: bold;
}
.about_02 .ab_bot .le_box .content .div2 {
  margin-top: 0.36rem;
}
.about_02 .ab_bot .le_box .content .div2 p {
  position: relative;
  font-size: var(--f20);
  padding-left: 0.22rem;
  line-height: 1.7;
}
.about_02 .ab_bot .le_box .content .div2 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((var(--f20) * 1.7 - 0.08rem) / 2);
  width: 0.08rem;
  height: 0.08rem;
  background: #e50012;
}
.about_02 .ab_bot .ri_box {
  width: 37%;
  font-size: var(--f18);
  line-height: 1.88;
  color: rgba(255, 255, 255, 0.8);
}
.about_03 {
  --w1: 4.23rem;
  --w2: 0.64rem;
  --h1: 2.05rem;
  --num: 14;
  position: relative;
  background: #0d0d0d;
}
.about_03 .ab_bot {
  position: relative;
  padding-bottom: var(--h1);
}
.about_03 .ab_bot .timeline_aside {
  z-index: 1;
  position: absolute;
  height: calc(100% - var(--h1));
  left: var(--bj);
}
.about_03 .ab_bot .timeline_aside > div {
  position: -webkit-sticky;
  position: sticky;
  top: var(--gap);
}
.about_03 .ab_bot .timeline_aside > div .content1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about_03 .ab_bot .timeline_aside > div .content2 {
  margin-top: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.about_03 .ab_bot .timeline_aside > div .content2 .swiper {
  height: calc(var(--f22) * 1.4 * var(--num));
}
.about_03 .ab_bot .timeline_aside > div .content2 .swiper .swiper-slide {
  cursor: pointer;
}
.about_03 .ab_bot .timeline_aside > div .content2 .swiper .swiper-slide p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f22);
  line-height: 1.4;
  color: #939393;
}
.about_03 .ab_bot .timeline_aside > div .content2 .swiper .swiper-slide:hover p,
.about_03 .ab_bot .timeline_aside > div .content2 .swiper .swiper-slide.active p {
  color: #fff;
}
.about_03 .ab_bot .timeline_aside > div .content2 .div_ .prev,
.about_03 .ab_bot .timeline_aside > div .content2 .div_ .next {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about_03 .ab_bot .timeline_aside > div .content2 .div_ .prev i,
.about_03 .ab_bot .timeline_aside > div .content2 .div_ .next i {
  font-size: var(--f20);
  color: #4e4e4e;
  font-weight: bold;
}
.about_03 .ab_bot .timeline_aside > div .content2 .div_ .prev:hover i,
.about_03 .ab_bot .timeline_aside > div .content2 .div_ .next:hover i {
  color: #e50012;
}
.about_03 .ab_bot .timeline_aside > div .content2 .div_ .prev {
  top: -0.4rem;
}
.about_03 .ab_bot .timeline_aside > div .content2 .div_ .next {
  bottom: -0.4rem;
}
.about_03 .ab_bot .timeline_box {
  position: relative;
}
.about_03 .ab_bot .timeline_box .timeline_centerline,
.about_03 .ab_bot .timeline_box .timeline_mark,
.about_03 .ab_bot .timeline_box .timeline_line {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #575757;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about_03 .ab_bot .timeline_box .timeline_centerline {
  width: 0.3rem;
  height: 2px;
  background: #e50012;
}
.about_03 .ab_bot .timeline_box .timeline_mark {
  width: 2px;
  background: #e50012;
  height: 0px;
}
.about_03 .ab_bot .timeline_box .timeline_list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about_03 .ab_bot .timeline_box .timeline_list .item .mark {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  width: 0.3rem;
  height: 2px;
  bottom: 0;
  background: #575757;
}
.about_03 .ab_bot .timeline_box .timeline_list .item .right_ {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: var(--h1);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.about_03 .ab_bot .timeline_box .timeline_list .item .right_ .year {
  position: relative;
  width: 50%;
}
.about_03 .ab_bot .timeline_box .timeline_list .item .right_ .year p {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  right: 0.54rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  font-size: var(--f28);
  color: #929292;
  font-weight: bold;
}
.about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content {
  position: relative;
  width: 50%;
  padding: 0 0 0 0.64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .nian {
  display: none;
}
.about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .nian p {
  color: #fff;
  font-weight: bold;
  font-size: var(--f28);
}
.about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .text {
  width: calc(100% - var(--w1));
  padding-right: var(--w2);
}
.about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .text p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
  line-height: 1.88;
  color: rgba(255, 255, 255, 0.8);
}
.about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: var(--w1);
}
.about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.about_03 .ab_bot .timeline_box .timeline_list .item.noImg .content .text {
  width: 100%;
}
.about_03 .ab_bot .timeline_box .timeline_list .item.active .mark {
  width: 0.68rem;
  background: #e50012;
}
.about_03 .ab_bot .timeline_box .timeline_list .item.active .right_ .year p {
  right: 0.94rem;
  color: #e50012;
  -webkit-transform: translateY(-50%) scale(2.25);
  transform: translateY(-50%) scale(2.25);
}
.about_03 .ab_bot .timeline_box .timeline_list .item.active .right_ .content .text p {
  color: #fff;
}
.about_03 .ab_bot .timeline_box .timeline_list .item.active .right_ .content .img {
  width: var(--w1);
  opacity: 1;
}
.about_04 {
  --w1: 2.76rem;
  --h1: 0.97rem;
  position: relative;
  background: #fff;
}
.about_04 .ab_top .title_01 {
  color: #000;
}
.about_04 .ab_top .desc {
  margin-top: 0.2rem;
  color: #333;
  font-size: var(--f24);
  line-height: 1.75;
}
.about_04 .ab_bot {
  margin-top: 0.72rem;
}
.about_04 .ab_bot .content1 .item {
  overflow: hidden;
}
.about_04 .ab_bot .content1 .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}
.about_04 .ab_bot .content1 .item ul li {
  margin: 0 0.1rem;
  width: var(--w1);
  height: var(--h1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f7f7;
}
.about_04 .ab_bot .content1 .item ul li img {
  margin: auto;
  max-width: 80%;
  max-height: 66%;
}
.about_04 .ab_bot .content1 .item ul:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.about_04 .ab_bot .content1 .item:nth-child(even) ul {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.about_04 .ab_bot .content1 .item + .item {
  margin-top: 0.15rem;
}
.about_04 .ab_bot .content2 {
  margin-top: 0.8rem;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(calc(-50% - 0.2rem), 0, 0);
    transform: translate3d(calc(-50% - 0.2rem), 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(calc(-50% - 0.2rem), 0, 0);
    transform: translate3d(calc(-50% - 0.2rem), 0, 0);
  }
}
.business_01 {
  overflow: hidden;
  margin-top: var(--gap);
  position: relative;
}
.business_01 .bu_box .le_box {
  width: 33%;
  padding: 0 2% 0 var(--bj);
  margin-top: 0.6rem;
}
.business_01 .bu_box .le_box .content2 {
  margin-top: 0.7rem;
}
.business_01 .bu_box .le_box .content2 > div a {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--f22);
  padding-bottom: 0.1rem;
  font-weight: bold;
}
.business_01 .bu_box .le_box .content2 > div a::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #e50012;
}
.business_01 .bu_box .le_box .content2 > div a + a {
  margin-top: 0.14rem;
}
.business_01 .bu_box .le_box .content2 > div a.active,
.business_01 .bu_box .le_box .content2 > div a:hover {
  color: #fff;
}
.business_01 .bu_box .le_box .content2 > div a.active::before,
.business_01 .bu_box .le_box .content2 > div a:hover::before {
  width: 100%;
}
.business_01 .bu_box .ri_box {
  width: 67%;
  overflow: hidden;
}
.business_01 .bu_box .ri_box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.business_01 .bu_box .ri_box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.business_02 {
  --w1: 0.81rem;
  margin-top: 1.5rem;
  position: relative;
}
.business_02 .bu_top .desc {
  margin-top: 0.14rem;
  font-size: var(--f24);
  line-height: 1.75;
  font-weight: bold;
}
.business_02 .bu_bot .content {
  padding: 0.9rem 0 0.76rem;
}
.business_02 .bu_bot .content .div1 {
  font-size: var(--f38);
  font-weight: bold;
}
.business_02 .bu_bot .content .div2 {
  margin-top: 0.9rem;
}
.business_02 .bu_bot .content .div2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.business_02 .bu_bot .content .div2 > div .item {
  position: relative;
}
.business_02 .bu_bot .content .div2 > div .item .svg {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: var(--w1);
  height: var(--w1);
  margin: 0 auto;
  background: #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business_02 .bu_bot .content .div2 > div .item .svg img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
  max-width: 50%;
}
.business_02 .bu_bot .content .div2 > div .item .text {
  margin-top: 0.36rem;
  text-align: center;
}
.business_02 .bu_bot .content .div2 > div .item .text .t1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f26);
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
}
.business_02 .bu_bot .content .div2 > div .item .text .t2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.14rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--f18);
}
.business_02 .bu_bot .content .div2 > div .item:hover .svg {
  background: #e50012;
}
.business_02 .bu_bot .content .div2 > div .item:hover .svg img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.business_02 .bu_bot .content .div2 > div .item:hover .text .t1 {
  color: #fff;
}
.business_02 .bu_bot .content .div2 > div .item:hover .text .t2 {
  color: #fff;
}
.business_02 .bu_bot .content .div2 > div .jt {
  height: 19px;
  margin-top: calc((var(--w1) - 19px) / 2);
}
.business_02 .bu_bot .content .div2 > div .jt img {
  width: 100%;
}
.business_02 .bu_bot .content + .content {
  border-top: 1px solid #514f4f;
}
.business_02 .bu_bot .content:last-child {
  padding: 0.9rem 0 0;
}
.business_03 {
  overflow: hidden;
  position: relative;
  background: #0d0d0d;
}

@media (min-width: 1200px) {
    

.ywjs .business_03:nth-child(2n) .bu_box {
        flex-flow: row-reverse;
}

}

.business_03 .bu_box .le_box {
  width: 50%;
  padding: var(--gap) 2rem var(--gap) var(--bj);
}
.business_03 .bu_box .le_box > div .content1 {
  font-size: var(--f38);
  font-weight: bold;
  color: #fff;
}
.business_03 .bu_box .le_box > div .content2 {
  margin-top: 1.2rem;
}
.business_03 .bu_box .le_box > div .content2 .item {
  position: relative;
}
.business_03 .bu_box .le_box > div .content2 .item::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #e50012;
}
.business_03 .bu_box .le_box > div .content2 .item .t1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--f26);
}
.business_03 .bu_box .le_box > div .content2 .item .t2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.business_03 .bu_box .le_box > div .content2 .item .t2 p {
  min-height: 0;
  font-size: var(--f18);
  line-height: 1.88;
  color: #fff;
}
.business_03 .bu_box .le_box > div .content2 .item + .item {
  margin-top: 0.48rem;
}
.business_03 .bu_box .le_box > div .content2 .item.active::before,
.business_03 .bu_box .le_box > div .content2 .item:hover::before {
  width: 100%;
}
.business_03 .bu_box .le_box > div .content2 .item.active .t1,
.business_03 .bu_box .le_box > div .content2 .item:hover .t1 {
  color: #fff;
}
.business_03 .bu_box .le_box > div .content2 .item.active .t2,
.business_03 .bu_box .le_box > div .content2 .item:hover .t2 {
  margin-top: 0.24rem;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  padding-bottom: 0.3rem;
}
.business_03 .bu_box .ri_box {
  width: 50%;
  overflow: hidden;
}
.business_03 .bu_box .ri_box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.business_03 .bu_box .ri_box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.business_04 {
  margin-top: 1.5rem;
}
.business_04 .bu_top .desc {
  margin-top: 0.14rem;
  font-size: var(--f24);
  line-height: 1.75;
  font-weight: bold;
}
.business_04 .bu_bot {
  margin-top: 0.9rem;
}
.business_04 .bu_bot .le_box {
  width: 41%;
}
.business_04 .bu_bot .le_box .text {
  font-size: var(--f38);
  font-weight: bold;
}
.business_04 .bu_bot .le_box .desc {
  margin-top: 0.32rem;
  font-size: var(--f18);
  line-height: 1.88;
}
.business_04 .bu_bot .ri_box {
  margin-right: 1.3rem;
  width: 29.1%;
}
.business_04 .bu_bot .ri_box > div {
  position: relative;
}
.business_04 .bu_bot .ri_box > div img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.business_04 .bu_bot .ri_box > div .img2 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.business_05 {
  --w1: 0.5rem;
  position: relative;
}
.business_05 .bu_top {
  padding-top: 0.8rem;
  border-top: 1px solid #514f4f;
}
.business_05 .bu_top p {
  font-size: var(--f38);
  font-weight: bold;
  color: #fff;
}
.business_05 .bu_bot {
  margin-top: 0.55rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
.business_05 .bu_bot .item {
  position: relative;
  background: #282828;
  padding: 0.8rem 0.68rem;
}
.business_05 .bu_bot .item::before {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #e50012;
}
.business_05 .bu_bot .item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.business_05 .bu_bot .item > div .svg {
  width: var(--w1);
  height: var(--w1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business_05 .bu_bot .item > div .svg img {
  margin: auto 0;
  max-width: 100%;
  max-height: 100%;
}
.business_05 .bu_bot .item > div .text {
  margin-top: calc((var(--w1) - var(--f26) * 1.2) / 2);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.3rem;
}
.business_05 .bu_bot .item > div .text .t1 {
  font-size: var(--f26);
  font-weight: bold;
}
.business_05 .bu_bot .item > div .text .t2 {
  margin-top: 0.3rem;
  font-size: var(--f18);
  line-height: 1.88;
}
.business_05 .bu_bot .item:hover::before {
  width: 100%;
}
.business_06 {
  position: relative;
}
.business_06 .bu_bk {
  position: relative;
  width: 100%;
}
.business_06 .bu_bk::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.business_06 .bu_bk > picture {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.business_06 .bu_bk > picture img {
  width: 100%;
}
.business_06 .bu_bk > picture.active {
  position: initial;
  -webkit-animation: fadeIn 1s 0.15s both;
  animation: fadeIn 1s 0.15s both;
}
.business_06 .bu_post {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 var(--bj);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business_06 .bu_post > div {
  width: 100%;
  margin: auto;
}
.business_06 .bu_post > div .content1 .t1 {
  font-size: var(--f38);
  font-weight: bold;
}
.business_06 .bu_post > div .content1 .t2 {
  margin-top: 0.14rem;
  font-size: var(--f24);
  line-height: 1.75;
}
.business_06 .bu_post > div .content2 {
  width: min(5.85rem, 100%);
  margin-top: 0.75rem;
}
.business_06 .bu_post > div .content2 .item {
  cursor: pointer;
  position: relative;
}
.business_06 .bu_post > div .content2 .item .bk {
  display: none;
  width: 100%;
}
.business_06 .bu_post > div .content2 .item .bk img {
  width: 100%;
}
.business_06 .bu_post > div .content2 .item::before {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #e50012;
}
.business_06 .bu_post > div .content2 .item .div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.business_06 .bu_post > div .content2 .item .div1 p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-flex: 0.95;
  -ms-flex: 0.95;
  flex: 0.95;
  font-size: var(--f26);
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
}
.business_06 .bu_post > div .content2 .item .div1 span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 0.14rem;
}
.business_06 .bu_post > div .content2 .item .div1 span svg {
  width: 16px;
}
.business_06 .bu_post > div .content2 .item .div1 span svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.business_06 .bu_post > div .content2 .item .div2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.business_06 .bu_post > div .content2 .item .div2 > div {
  min-height: 0;
}
.business_06 .bu_post > div .content2 .item .div2 > div .div2-1 {
  font-size: var(--f18);
  line-height: 2.44;
  font-weight: bold;
}
.business_06 .bu_post > div .content2 .item .div2 > div .div2-2 p {
  padding-left: 0.16rem;
  position: relative;
  font-size: var(--f16);
  line-height: 2.125;
}
.business_06 .bu_post > div .content2 .item .div2 > div .div2-2 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((var(--f16) * 2.125 - 4px) / 2);
  width: 4px;
  height: 4px;
  background: #e50012;
}
.business_06 .bu_post > div .content2 .item.active::before,
.business_06 .bu_post > div .content2 .item:hover::before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 100%;
}
.business_06 .bu_post > div .content2 .item.active .div1 p,
.business_06 .bu_post > div .content2 .item:hover .div1 p {
  color: #fff;
}
.business_06 .bu_post > div .content2 .item.active .div1 span,
.business_06 .bu_post > div .content2 .item:hover .div1 span {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.business_06 .bu_post > div .content2 .item.active .div1 span svg path,
.business_06 .bu_post > div .content2 .item:hover .div1 span svg path {
  fill: #e50012;
}
.business_06 .bu_post > div .content2 .item.active .div2,
.business_06 .bu_post > div .content2 .item:hover .div2 {
  margin-top: 0.16rem;
  padding-bottom: 0.48rem;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.business_06 .bu_post > div .content2 .item + .item {
  margin-top: 0.48rem;
}
.business_07 {
  position: relative;
  background: #fff;
}
.business_07 .bu_top p {
  font-size: var(--f38);
  color: #000;
  font-weight: bold;
}
.business_07 .bu_bot {
  margin-top: 0.42rem;
}
.business_07 .bu_bot .content .div1 {
  padding: 0.52rem 0;
}
.business_07 .bu_bot .content .div1 p {
  width: 50%;
  font-size: var(--f26);
  font-weight: bold;
  color: #000;
}
.business_07 .bu_bot .content .div1 span {
  width: 38%;
  font-size: var(--f18);
  line-height: 1.88;
  color: #333;
}
.business_07 .bu_bot .content .div2 {
  margin-top: 1.58rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
}
.business_07 .bu_bot .content .div2 .item .svg {
  height: 34px;
}
.business_07 .bu_bot .content .div2 .item .svg img {
  max-height: 100%;
}
.business_07 .bu_bot .content .div2 .item .text {
  margin-top: 0.68rem;
  font-size: var(--f18);
  color: #333;
  line-height: 1.44;
  min-height: calc(1.44em * 4);
}
.business_07 .bu_bot .content .div2 .item .num {
  margin-top: 0.4rem;
  font-size: var(--f18);
  color: #999;
}
.business_07 .bu_bot .content + .content {
  border-top: 1px solid #e3e3e3;
}
.business_08 {
  position: relative;
  background: #f7f7f7;
}
.business_08 .bu_top p {
  font-size: var(--f38);
  color: #000;
  font-weight: bold;
}
.business_08 .bu_bot {
  margin-top: 0.64rem;
}
.business_08 .bu_bot .swiper .swiper-slide {
  height: auto !important;
}
.pu_li_1 {
  position: relative;
  height: 100%;
  border: 1px solid #c5c5c5;
}
.pu_li_1::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #e50012;
}
.pu_li_1 .img {
  width: 100%;
  overflow: hidden;
}
.pu_li_1 .img img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.pu_li_1 .box {
  padding: 0.46rem;
}
.pu_li_1 .box p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f22);
  color: #333;
  line-height: 1.7;
  font-weight: bold;
}
.pu_li_1:hover::before {
  width: 100%;
}
.pu_li_1:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pu_li_1:hover .box p {
  color: #000;
}
.business_09 {
  position: relative;
  background: #000;
}
.business_09 .bu_box .text {
  font-size: var(--f32);
  line-height: 1.56;
  color: #fff;
  font-weight: bold;
}
.business_09 .bu_box .btn .pu_link .a {
  color: #fff;
}
.business_10 {
  position: relative;
  background: #1c1c1c;
  margin-top: 1.5rem;
}
.business_10 .bu_top .desc {
  margin-top: 0.14rem;
  font-size: var(--f24);
  line-height: 1.75;
  font-weight: bold;
}
.business_10 .bu_bot {
  margin-top: 0.88rem;
}
.business_10 .bu_bot .content1 {
  font-size: var(--f38);
  font-weight: bold;
  color: #fff;
}
.business_10 .bu_bot .content2 {
  margin-top: 0.62rem;
}
.business_10 .bu_bot .content2 .swiper .swiper-slide {
  height: auto !important;
}
.pu_li_2 {
  --h1: 1.6rem;
  position: relative;
  height: 100%;
  padding-bottom: var(--h1);
}
.pu_li_2 .img {
  width: 100%;
  overflow: hidden;
}
.pu_li_2 .img img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pu_li_2 .box {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #282828;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0.46rem;
  color: #fff;
  min-height: var(--h1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pu_li_2 .box .div1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f26);
  font-weight: bold;
}
.pu_li_2 .box .div2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.pu_li_2 .box .div2 > div {
  min-height: 0;
}
.pu_li_2 .box .div2 > div p {
  font-size: var(--f18);
  line-height: 1.88;
  color: #fff;
}
.pu_li_2:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pu_li_2:hover .box .div1 {
  color: #e50012;
}
.pu_li_2:hover .box .div2 {
  margin-top: 0.3rem;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.pu_li_2:hover[data-down] .box {
  background: rgba(40, 40, 40, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 0.3rem 0.46rem 0.46rem;
}
.business_11 {
  position: relative;
  background: #000;
}
.business_11 .bu_top p {
  /*font-size: var(--f38);*/
   font-size: var(--f52);
  font-weight: bold;
}
.business_11 .bu_bot {
  margin-top: 0.6rem;
}
.business_11 .bu_bot .item {
  padding: 0.44rem 0;
  border-bottom: 1px solid #514f4f;
}
.business_11 .bu_bot .item .div1 p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-flex: 0.9;
  -ms-flex: 0.9;
  flex: 0.9;
  font-size: var(--f26);
  color: rgba(255, 255, 255, 0.4);
}
.business_11 .bu_bot .item .div1 span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.business_11 .bu_bot .item .div1 span svg w path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.business_11 .bu_bot .item .div2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  overflow: hidden;
}
.business_11 .bu_bot .item .div2 p {
  min-height: 0;
  font-size: var(--f18);
  line-height: 1.88;
}
.business_11 .bu_bot .item.active .div1 p {
  color: #fff;
}
.business_11 .bu_bot .item.active span {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.business_11 .bu_bot .item.active span svg path {
  fill: #e50012;
}
.business_11 .bu_bot .item.active .div2 {
  margin-top: 0.2rem;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.case_01 {
  margin-top: 1.5rem;
}
.case_01 .ca_bot .content2 {
  margin-top: 0.5rem;
}
.pu_li_3 a {
  position: relative;
  padding: var(--gap) 0;
  border-bottom: 1px solid #514f4f;
}
.pu_li_3 a::before {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #e50012;
}
.pu_li_3 a .le_box {
  width: 30%;
}
.pu_li_3 a .le_box .text .t1 {
  font-size: var(--f38);
  font-weight: bold;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}
.pu_li_3 a .le_box .text .t2 {
  margin-top: 0.3rem;
  font-size: var(--f18);
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 1.88;
  height: 9.4em;
}
.pu_li_3 a .le_box .btn {
  margin-top: 0.6rem;
}
.pu_li_3 a .le_box .btn svg {
  width: 0.31rem;
}
.pu_li_3 a .le_box .btn svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pu_li_3 a .ri_box {
  position: relative;
  width: 55%;
  overflow: hidden;
}
.pu_li_3 a .ri_box::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
}
.pu_li_3 a .ri_box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.pu_li_3 a:hover::before {
  width: 100%;
}
.pu_li_3 a:hover .le_box .text .t2,
.pu_li_3 a:hover .le_box .text .t1 {
  color: #fff;
}
.pu_li_3 a:hover .le_box .btn svg path {
  fill: #e50012;
}
.pu_li_3 a:hover .ri_box::before {
  opacity: 0.1;
}
.pu_li_3 a:hover .ri_box img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pu_page {
  font-size: var(--f18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pu_page .prev a i,
.pu_page .next a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #4e4e4e;
  font-weight: bold;
}
.pu_page .prev a:hover i,
.pu_page .next a:hover i {
  color: #e50012;
}
.pu_page .number {
  margin: 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pu_page .number a {
  margin: 0 0.2rem;
  line-height: 34px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.pu_page .number a::before {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #e50012;
}
.pu_page .number a:hover,
.pu_page .number a.active {
  color: #fff;
}
.pu_page .number a:hover::before,
.pu_page .number a.active::before {
  opacity: 1;
}
.ys_main {
  --w1: 6rem;
}
.case_details_01 {
  position: relative;
}
.case_details_01 .ls_bk {
  position: relative;
  width: 100%;
}
.case_details_01 .ls_bk::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1c1c1c 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1c1c1c 100%);
}
.case_details_01 .ls_bk img {
  opacity: 0.8;
  width: 100%;
}
.case_details_01 .ls_post {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 var(--bj);
}
.case_details_01 .ls_post > div {
  margin: auto 0;
  /*width: var(--w1);*/
  position: relative;
}
.case_details_01 .ls_post > div .fixed_case {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*left: var(--bj);*/
  /*width: var(--w1);*/
}
/*.case_details_01 .ls_post > div .fixed_case .btn,*/
/*.case_details_01 .ls_post > div .fixed_case .text {*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/
/*.case_details_01 .ls_post > div .text {*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/
.case_details_01 .ls_post > div .text .t1 {
  font-size: var(--f52);
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
.case_details_01 .ls_post > div .text .t2 {
  margin-top: 0.25rem;
  font-size: var(--f18);
  line-height: 1.88;
}
.case_details_01 .ls_post > div .btn {
  /*opacity: 0;*/
  visibility: hidden;
  margin-top: 0.52rem;
}
.case_details_01 .ls_post > div .btn .pu_link .a {
  color: #fff;
}
.mt {
  margin-top: 0.6rem;
}
.case_details_02 {
  margin-top: 0.47rem;
}
.case_details_02 .ls_box .le_box {
  width: var(--w1);
}
.case_details_02 .ls_box .ri_box {
  width: 55.8%;
}
.case_details_02 .ls_box .ri_box .item {
  padding: 0.7rem 0;
  border-bottom: 1px solid #514f4f;
}
.case_details_02 .ls_box .ri_box .item .num {
  color: #e50012;
  font-size: var(--f22);
  font-weight: bold;
}
.case_details_02 .ls_box .ri_box .item .text {
  margin-top: 6px;
  font-size: var(--f38);
  font-weight: bold;
}
.case_details_02 .ls_box .ri_box .item .desc {
  margin-top: 0.46rem;
}
.case_details_02 .ls_box .ri_box .item .desc > div {
  font-size: var(--f22);
  line-height: 1.9;
}
.case_details_02 .ls_box .ri_box .item .desc > div ul li {
  list-style-type: square;
}
.case_details_02 .ls_box .ri_box .item .desc > div ul li::marker {
  color: #e50012;
}
.case_details_02 .ls_box .ri_box .item:first-child {
  padding: 0 0 0.7rem;
}
.case_details_03 .pu_link .a {
  color: #fff;
}
.case_details_03 .ls_bot {
  margin-top: 0.82rem;
}
.case_details_03 .ls_bot .pu_li_3 a {
  padding: 0 0 var(--gap);
}
.news_01 {
  margin-top: 1.7rem;
}
.news_01 .ws_bot {
  margin-top: 0.52rem;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a {
  color: #fff;
  background: #282828;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box {
  width: 50%;
  padding: 0.58rem;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box > div .text .t1 {
  color: #e50012;
  font-size: var(--f20);
  font-weight: bold;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box > div .text .t2 {
  margin-top: 0.52rem;
  font-size: var(--f34);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box > div .btn {
  width: 0.31rem;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box > div .btn svg {
  width: 100%;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box > div .btn svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding-top: 62.5%;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a:hover .le_box > div .btn svg path {
  fill: #e50012;
}
.news_01 .ws_bot .content1 .swiper .swiper-slide a:hover .ri_box img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.news_01 .ws_bot .content2 {
  margin-top: var(--gap);
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #514f4f;
}
.news_01 .ws_bot .content2 .item + .item {
  margin-top: 10px;
}
.news_01 .ws_bot .content3 {
  margin-top: 0.6rem;
}
.pu_li_4 a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 0.45rem 0.58rem;
}
.pu_li_4 a .div1 {
  position: relative;
  width: 15%;
  overflow: hidden;
}
.pu_li_4 a .div1::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 62%;
}
.pu_li_4 a .div1 img {
  -webkit-transition: 0.4s;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.pu_li_4 a .div2 {
  width: 30.5%;
}
.pu_li_4 a .div2 .d1 {
  color: #e50012;
  font-size: var(--f20);
  font-weight: bold;
}
.pu_li_4 a .div2 .d2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.1rem;
  font-size: var(--f24);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 3em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}
.pu_li_4 a .div3 {
  width: 40.5%;
}
.pu_li_4 a .div3 .d1 {
  -webkit-box-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f18);
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.88;
  height: 3.76em;
}
.pu_li_4 a .div3 .d2 {
  width: 0.22rem;
}
.pu_li_4 a .div3 .d2 svg {
  width: 100%;
}
.pu_li_4 a .div3 .d2 svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pu_li_4 a:hover {
  background: #282828;
}
.pu_li_4 a:hover .div1 img {
  opacity: 1;
}
.pu_li_4 a:hover .div2 .d2 {
  color: #fff;
}
.pu_li_4 a:hover .div3 .d1 {
  color: #fff;
}
.pu_li_4 a:hover .div3 .d2 svg path {
  fill: #e50012;
}
.news_details_01 {
  position: relative;
}
.news_details_01 .ls_box .le_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news_details_01 .ls_box .le_box .content1 {
  padding-bottom: 0.4rem;
}
.news_details_01 .ls_box .le_box .content1 .t1 {
  color: #e50012;
  font-size: var(--f20);
  font-weight: bold;
}
.news_details_01 .ls_box .le_box .content1 .t2 {
  margin-top: 0.26rem;
  font-size: var(--f52);
  line-height: 1.4;
  font-weight: bold;
}
.news_details_01 .ls_box .le_box .content2 {
  border-top: 1px solid #514f4f;
  border-bottom: 1px solid #514f4f;
  padding: 0.52rem 0 0.7rem;
}
.news_details_01 .ls_box .le_box .content2 > div {
  font-size: var(--f18);
  line-height: 1.88;
  color: rgba(255, 255, 255, 0.8);
}
.news_details_01 .ls_box .le_box .content3 {
  margin-top: 0.3rem;
}
.news_details_01 .ls_box .le_box .content3 .prev a,
.news_details_01 .ls_box .le_box .content3 .next a {
  font-size: var(--f18);
  line-height: 1;
}
.news_details_01 .ls_box .le_box .content3 .prev a i,
.news_details_01 .ls_box .le_box .content3 .next a i {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #4e4e4e;
  font-weight: bold;
}
.news_details_01 .ls_box .le_box .content3 .prev a span,
.news_details_01 .ls_box .le_box .content3 .next a span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: rgba(255, 255, 255, 0.5);
}
.news_details_01 .ls_box .le_box .content3 .prev a:hover i,
.news_details_01 .ls_box .le_box .content3 .next a:hover i {
  color: #e50012;
}
.news_details_01 .ls_box .le_box .content3 .prev a:hover span,
.news_details_01 .ls_box .le_box .content3 .next a:hover span {
  color: #fff;
}
.news_details_01 .ls_box .le_box .content3 .prev a span {
  margin-left: 4px;
}
.news_details_01 .ls_box .le_box .content3 .next a span {
  margin-right: 4px;
}
.news_details_01 .ls_box .le_box .content3 .return .pu_link .a {
  color: #fff;
}
.news_details_01 .ls_box .ri_box {
  margin-left: 7%;
  width: 4rem;
}
.news_details_01 .ls_box .ri_box > div {
  position: -webkit-sticky;
  position: sticky;
  top: 0.2rem;
}
.news_details_01 .ls_box .ri_box > div .content1 {
  font-size: var(--f38);
  font-weight: bold;
  padding-bottom: 0.3rem;
}
.news_details_01 .ls_box .ri_box > div .content2 a {
  padding: 0.48rem 0;
  border-top: 1px solid #514f4f;
}
.news_details_01 .ls_box .ri_box > div .content2 a .t1 {
  color: #e50012;
  font-size: var(--f20);
  font-weight: bold;
}
.news_details_01 .ls_box .ri_box > div .content2 a .t2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 0.12rem;
  font-size: var(--f24);
  line-height: 1.5;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}
.news_details_01 .ls_box .ri_box > div .content2 a:hover .t2 {
  color: #fff;
}
.analysis_01 {
  margin-top: 1.5rem;
  --w1: 2.71rem;
}
.analysis_01 .an_bot {
  margin-top: 0.8rem;
  position: relative;
}
.analysis_01 .an_bot .content1 .item {
  cursor: pointer;
  border-bottom: 1px solid #515151;
}
.analysis_01 .an_bot .content1 .item > div {
  padding: 0.54rem 0;
}
.analysis_01 .an_bot .content1 .item > div .img {
  width: 50%;
  display: none;
}
.analysis_01 .an_bot .content1 .item > div .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.analysis_01 .an_bot .content1 .item > div .box .div1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.analysis_01 .an_bot .content1 .item > div .box .div1 p {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f24);
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.analysis_01 .an_bot .content1 .item > div .box .div2 {
  width: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.analysis_01 .an_bot .content1 .item > div .box .div2 .d1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: var(--f20);
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.analysis_01 .an_bot .content1 .item > div .box .div2 .d2 {
  width: 27px;
}
.analysis_01 .an_bot .content1 .item > div .box .div2 .d2 svg {
  width: 100%;
}
.analysis_01 .an_bot .content1 .item > div .box .div2 .d2 svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.analysis_01 .an_bot .content1 .item:hover > div .box .div1 p {
  color: #fff;
}
.analysis_01 .an_bot .content1 .item:hover > div .box .div2 .d1 {
  color: #fff;
}
.analysis_01 .an_bot .content1 .item:hover > div .box .div2 .d2 svg path {
  fill: #e50012;
}
.analysis_01 .an_bot .content2 {
  margin-top: 0.5rem;
}
.analysis_01 .an_bot .listImg {
  position: absolute;
  width: var(--w1);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.analysis_01 .an_bot .listImg p {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.analysis_01 .an_bot .listImg p::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 63%;
  background: #f7f7f7;
}
.analysis_01 .an_bot .listImg p img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.analysis_01 .an_bot .listImg p span {
  position: absolute;
  color: #666;
  font-size: var(--f20);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_01 {
  position: relative;
}
.contact_01 .ct_bk {
  position: relative;
  width: 100%;
}
.contact_01 .ct_bk::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #1c1c1c 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1c1c1c 100%);
}
.contact_01 .ct_bk img {
  width: 100%;
}
.contact_01 .ct_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: var(--top) var(--bj) calc(var(--f52) * 1.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_01 .ct_post > div {
  margin: auto;
  width: 100%;
}
.contact_01 .ct_post > div .content2 {
  margin-top: 0.55rem;
}
.contact_01 .ct_post > div .content2 .item {
  font-size: var(--f26);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact_01 .ct_post > div .content2 .item span {
  width: 21px;
}
.contact_01 .ct_post > div .content2 .item span img {
  max-width: 100%;
}
.contact_01 .ct_post > div .content2 .item a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-left: 0.2rem;
  color: #fff;
}
.contact_01 .ct_post > div .content2 .item a:hover[href] {
  color: #e50012;
}
.contact_01 .ct_post > div .content2 .item + .item {
  margin-top: 0.2rem;
}
.contact_01 .ct_post > div .content3 {
  margin-top: var(--gap);
}
.contact_01 .ct_post > div .content3 .share .li {
  position: relative;
  margin-right: 0.38rem;
}
.contact_01 .ct_post > div .content3 .share .li > a {
  cursor: pointer;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_01 .ct_post > div .content3 .share .li > a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.3;
  margin: auto;
  max-height: 100%;
}
.contact_01 .ct_post > div .content3 .share .li .post {
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  padding: 4px;
  background: #e50012;
}
.contact_01 .ct_post > div .content3 .share .li .post::before {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #e50012;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact_01 .ct_post > div .content3 .share .li .post img {
  width: 1rem;
}
.contact_01 .ct_post > div .content3 .share .li:hover > a img {
  opacity: 1;
}
.contact_01 .ct_post > div .content3 .share .li:hover .post {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.contact_01 .ct_post > div .content3 .share .li:last-child {
  margin-right: 0;
}
.contact_02 {
  position: relative;
  margin-top: calc(var(--f52) * -1.4);
  --h1: 0.66rem;
}
.contact_02 .ct_bot {
  margin-top: 0.7rem;
  background: #111111;
}
.contact_02 .ct_bot .le_box {
  width: 50%;
  overflow: hidden;
}
.contact_02 .ct_bot .le_box img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.contact_02 .ct_bot .le_box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.contact_02 .ct_bot .ri_box {
  width: 50%;
  padding: 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact_02 .ct_bot .ri_box > div {
  margin: auto;
  width: 100%;
}
.contact_02 .ct_bot .ri_box > div form {
  font-size: var(--f18);
}
.contact_02 .ct_bot .ri_box > div form .content1 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem 0.2rem;
}
.contact_02 .ct_bot .ri_box > div form .content1 .label textarea,
.contact_02 .ct_bot .ri_box > div form .content1 .label input {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: var(--h1);
  border: none;
  border-bottom: 1px solid #514f4f;
  background: none;
  color: #fff;
  padding-left: 0;
}
.contact_02 .ct_bot .ri_box > div form .content1 .label textarea:hover,
.contact_02 .ct_bot .ri_box > div form .content1 .label input:hover,
.contact_02 .ct_bot .ri_box > div form .content1 .label textarea:focus,
.contact_02 .ct_bot .ri_box > div form .content1 .label input:focus {
  border-color: #e50012 !important;
}
.contact_02 .ct_bot .ri_box > div form .content1 .label textarea::-webkit-input-placeholder,
.contact_02 .ct_bot .ri_box > div form .content1 .label input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact_02 .ct_bot .ri_box > div form .content1 .label textarea::-moz-placeholder,
.contact_02 .ct_bot .ri_box > div form .content1 .label input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact_02 .ct_bot .ri_box > div form .content1 .label textarea:-ms-input-placeholder,
.contact_02 .ct_bot .ri_box > div form .content1 .label input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact_02 .ct_bot .ri_box > div form .content1 .label textarea::placeholder,
.contact_02 .ct_bot .ri_box > div form .content1 .label input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.contact_02 .ct_bot .ri_box > div form .content1 .label textarea {
  height: calc(var(--h1) * 2.2);
}
.contact_02 .ct_bot .ri_box > div form .content1 .label .layui-form-select dl {
  top: var(--h1);
  max-height: calc(var(--h1) / 1.5 * 6);
  padding: 0;
}
.contact_02 .ct_bot .ri_box > div form .content1 .label .layui-form-select dl dd {
  font-size: var(--f16);
  line-height: calc(var(--h1) / 1.5);
}
.contact_02 .ct_bot .ri_box > div form .content1 .label .layui-form-select .layui-edge {
  border-top-color: #4e4e4e;
}
.contact_02 .ct_bot .ri_box > div form .content1 .label:nth-child(5) {
  grid-area: 3 / 1 / 4 / 3;
}
.contact_02 .ct_bot .ri_box > div form .content1 .label:nth-child(6) {
  grid-area: 4 / 1 / 5 / 3;
}
.contact_02 .ct_bot .ri_box > div form .content2 {
  margin-top: 0.36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_02 .ct_bot .ri_box > div form .content2 .layui-form-checkbox[lay-skin="primary"] {
  padding-left: 30px;
  min-width: 16px;
  min-height: 16px;
}
.contact_02 .ct_bot .ri_box > div form .content2 .layui-form-checkbox[lay-skin="primary"] > i {
  background: none;
  border-color: #e50012;
}
.contact_02 .ct_bot .ri_box > div form .content2 .layui-form-checked[lay-skin="primary"] > i {
  background: #e50012;
  color: #fff;
}
.contact_02 .ct_bot .ri_box > div form .content2 p {
  color: #b1b1b1;
}
.contact_02 .ct_bot .ri_box > div form .content2 p a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline;
  color: #fff;
}
.contact_02 .ct_bot .ri_box > div form .content2 p a:hover {
  color: #e50012;
}
.contact_02 .ct_bot .ri_box > div form .content3 {
  margin-top: 0.8rem;
}
.contact_02 .ct_bot .ri_box > div form .content3 label .pu_link .a {
  color: #fff;
}
@media (max-width: 1500px) {
  :root {
    --h54: 0.68rem;
  }
  .pc_footer .ter_top .ri_box .share .li > a {
    height: 30px;
  }
  .pc_header .he_box .le_box .text .div1 p:first-child{
      font-size: var(--f42);
  }
  .pc_footer {
    --w1: 7.28rem;
}
}

@media (max-width: 1400px) {
    .pc_footer .ter_top .ri_box .subscribe form .content1 {
    padding: 0 .25rem;
    font-size: var(--f18);
}
}
@media (max-width: 1300px) {
  .pc_footer .ter_top .ri_box .share .li > a {
    height: 26px;
  }
}
@media (max-width: 1200px) {
  .pc_header {
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }
  .pc_header .he_box {
    background: rgba(17, 17, 17, 0.65);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
  }
  .pc_header.on {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .pc_header .he_box .le_box .logo a img {
    height: 32px;
  }
  .pc_header .he_box .le_box > div {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .pu_asside {
    width: 66vw;
  }
  .index_risk .sk_bk img {
    height: 8rem;
  }
  .index_banner .swiper .swiper-slide .slide_img canvas,
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: 6rem;
  }
  .index_banner .swiper .swiper-slide .slide_img canvas {
    display: block;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    display: none;
  }
  .index_banner .swiper .swiper-slide .slide_post {
    padding: .35rem var(--bj);  
  }
  .index_banner .swiper .swiper-slide .slide_post > div p {
    font-size: 0.88rem;
  }
  .index_banner .swiper .swiper-slide .slide_post > div p i {
    width: 0.925rem;
  }
  .index_feature .fe_box .le_box .item .text span,
  .index_risk .sk_post > div .content2 p {
    font-size: 0.95rem;
  }
  .index_case > div {
    padding-bottom: var(--gap);
  }
  .index_case {
    --w1: 90%;
    --w2: 6.18rem;
  }
  .index_feature .fe_box .le_box .item {
    position: relative;
    opacity: 1;
  }
  .index_feature .fe_box .le_box .item .text p {
    margin-top: 0.4rem;
    display: block;
  }
  .pu_li_10 .post {
    padding: 0.4rem;
  }
  .analysis_01 .an_bot .content1 .item > div,
  .index_analysis .an_bot .content1 .item > div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .analysis_01 .an_bot .content1 .item > div .img,
  .index_analysis .an_bot .content1 .item > div .img {
    display: block;
    width: 45%;
  }
  .analysis_01 .an_bot .content1 .item > div .img img,
  .index_analysis .an_bot .content1 .item > div .img img {
    width: 100%;
  }
  .analysis_01 .an_bot .content1 .item > div .box,
  .index_analysis .an_bot .content1 .item > div .box {
    width: 50%;
    display: block;
  }
  .analysis_01 .an_bot .content1 .item > div .box .div2,
  .index_analysis .an_bot .content1 .item > div .box .div2 {
    margin-top: 0.4rem;
  }
  .analysis_01 .an_bot .content1 .item > div .box .div2 .d2,
  .index_analysis .an_bot .content1 .item > div .box .div2 .d2 {
    margin-top: 0.2rem;
  }
  .pc_footer .ter_top .le_box .logo a img {
    height: 0.66rem;
  }
  .pc_footer {
    padding: 0.6rem 0 0.4rem;
  }
  .pc_footer .ter_top .ri_box .share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact_01 .ct_post > div .content3 .share .li .post img,
  .pc_footer .ter_top .ri_box .share .li .post img {
    width: 1.2rem;
  }
  .about_01 {
    --w1: 3.13rem;
    --w2: 35px;
    --w3: 5.9rem;
  }
  .about_02 .ab_bot .le_box .content {
    padding: 0 0 0 0.6rem;
  }
  .about_02 {
    --w1: 3.4rem;
  }
  .about_03 .ab_bot {
    padding: 0 var(--bj);
  }
  .about_03 .ab_bot .timeline_aside {
    position: initial;
  }
  .about_03 .ab_bot .timeline_box .timeline_list .item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about_03 .ab_bot .timeline_box .timeline_list .item .mark {
    margin-left: -0.15rem;
    width: 0.3rem !important;
  }
  .about_03 .ab_bot .timeline_box .timeline_list .item .right_ {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content {
    padding: 0.3rem 0 0.3rem 0.5rem;
  }
  .about_03 .ab_bot .timeline_box .timeline_centerline,
  .about_03 .ab_bot .timeline_box .timeline_mark,
  .about_03 .ab_bot .timeline_box .timeline_line {
    left: 0;
  }
  .about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .nian {
    width: 100%;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0.2rem;
  }
  .about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .text {
    width: 55%;
    padding-left: 5%;
    padding-right: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .img {
    width: 45% !important;
    position: initial;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .about_03 .ab_bot .timeline_box .timeline_list .item.noImg .right_ .content .text {
    width: 100%;
    padding-left: 0;
  }
  .about_04 {
    --w1: 3.6rem;
    --h1: 1.4rem;
  }
  .business_01 .bu_box .le_box {
    width: 40%;
    margin-top: 0;
  }
  .business_01 .bu_box .ri_box {
    width: 60%;
  }
  .business_02 .bu_bot .content .div2 > div {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .business_02 {
    --w1: 0.9rem;
  }
  .business_03 .bu_box .le_box {
    padding: var(--gap) var(--bj);
  }
  .business_04 .bu_bot .le_box {
    width: 55%;
  }
  .business_04 .bu_bot .ri_box {
    width: 40%;
    margin-right: 0;
  }
  .business_05 .bu_bot .item > div .text {
    margin-top: 0.3rem;
    padding-left: 0;
  }
  .business_05 .bu_bot .item {
    padding: 0.4rem;
  }
  .business_05 {
    --w1: 0.6rem;
  }
  .business_06 .bu_bk > picture img {
    height: 10rem;
  }
  .business_06 .bu_post > div .content2 {
    width: min(6.85rem, 100%);
    margin-top: 0.6rem;
  }
  .business_07 .bu_bot .content .div1 span {
    margin-top: 0.2rem;
  }
  .business_07 .bu_bot .content .div2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
  .business_07 .bu_bot .content .div2 .item .text {
    margin-top: 0.4rem;
  }
  .pu_li_3 a .le_box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0.6rem;
  }
  .pu_li_3 a .le_box .text .t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.88;
    height: 3.76em;
  }
  .pu_page .number a {
    display: none;
  }
  .pu_page .number a.active {
    display: block;
  }
  .case_details_01 .ls_bk img {
    height: 6rem;
  }
  .case_details_01 .ls_post > div .btn,
  .case_details_01 .ls_post > div .text {
    opacity: 1;
    visibility: visible;
  }
  .ys_main {
    --w1: 100%;
  }
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box > div .text .t2 {
    margin-top: 0.2rem;
  }
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box > div .btn {
    margin-top: 0.4rem;
  }
  .pu_li_4 a {
    padding: 0.4rem;
    background: #282828;
  }
  .pu_li_4 a .div3,
  .pu_li_4 a .div2,
  .pu_li_4 a .div1 {
    width: 100%;
  }
  .pu_li_4 a .div2 {
    margin: 0.4rem 0 0.2rem;
  }
  .pu_li_4 a .div2 .d2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 1.5em;
  }
  .pu_li_4 a .div3 .d1 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .pu_li_4 a .div3 .d2 {
    margin-top: 0.2rem;
  }
  .contact_02 .ct_bot .ri_box {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: var(--gap) var(--bj);
  }
  .contact_02 {
    --h1: 0.76rem;
  }
  .contact_01 .ct_bk img {
    height: 8rem;
  }
  .contact_01 .ct_post {
    padding: calc(var(--f52) * 1.4) var(--bj);
  }
  .index_case .se_bot .swiper .swiper-slide a .content {
    display: block;
  }
  .index_case .se_bot .swiper .swiper-slide {
    margin: 0 10px;
  }
  .index_case .se_bot {
    padding: 0.6rem 0;
  }
  .index_feature .fe_box .le_box .item .text {
    bottom: 5%;
  }
  .pu_li_10 .post > div .box .img {
    width: 2.6rem;
  }
  .index_team .te_box .content2 .item .div2 {
    padding: 0.4rem;
  }
  .index_team .te_box .content2 .item .div2 > div {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.4rem;
  }
  .index_team .te_box .content2 .item .div2 > div .li {
    width: 100%;
  }
  .index_team .te_map {
    bottom: -12%;
  }
  .index_team .te_box .content2 .item .div1 .d2 {
    font-size: var(--f30);
  }
  .index_service .ce_bot .swiper .swiper-slide a .box1,
  .index_service .ce_bot .swiper .swiper-slide a .box2 {
    padding: 0.4rem;
  }
  .index_service .ce_bot .swiper .swiper-slide a .box2 > div .desc,
  .index_service .ce_bot .swiper .swiper-slide a .box2 > div .text,
  .index_service .ce_bot .swiper .swiper-slide a .box2 {
    opacity: 1;
  }
  .index_service .ce_bot .swiper .swiper-slide a .box1 .btn svg path {
    fill: #fff;
  }
  .index_team .te_box .content2 {
    margin-top: 4.5rem;
  }
  .index_service .ce_bot {
    padding-bottom: 40px;
  }
  .index_service .ce_bot .gddjImg {
    display: block;
  }
  .analysis_01 .an_bot,
  .business_03 .bu_box .le_box > div .content2,
  .about_03 .ab_bot .timeline_box,
  .about_02 .ab_bot .ri_box,
  .pc_footer .ter_top .ri_box {
    margin-top: 0.6rem;
  }
  .analysis_01,
  .news_01,
  .case_01,
  .business_07 .bu_bot .content .div2,
  .business_04,
  .business_02 {
    margin-top: 1rem;
  }
  .index_case .se_bot > div .div_yuan,
  .news_details_01 .ls_box .ri_box,
  .case_details_01 .ls_post > div .text .t1 br,
  .case_details_01 .ls_post > div .fixed_case,
  .business_04 .bu_top .desc br,
  .business_02 .bu_bot .content .div2 > div .jt,
  .about_03 .ab_bot .timeline_box .timeline_list .item .right_ .year,
  .about_03 .ab_bot .timeline_aside > div .content2,
  .analysis_01 .an_bot .listImg,
  .index_analysis .an_bot .listImg,
  .index_feature .fe_box .ri_box,
  .index_banner .div_,
  .MobileMain,
  .pc_header .he_box .le_box .text {
    display: none;
  }
  .about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .img img,
  .contact_02 .ct_bot .ri_box,
  .contact_02 .ct_bot .le_box,
  .news_details_01 .ls_box .le_box,
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .ri_box,
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box,
  .case_details_02 .ls_box .ri_box,
  .pu_li_3 a .ri_box,
  .pu_li_3 a .le_box,
  .business_07 .bu_bot .content .div1 span,
  .business_07 .bu_bot .content .div1 p,
  .business_05 .bu_bot .item > div .text,
  .business_03 .bu_box .ri_box,
  .business_03 .bu_box .le_box,
  .about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content,
  .pc_footer .ter_top .ri_box,
  .about_02 .ab_bot .ri_box,
  .about_02 .ab_bot .le_box,
  .pc_footer .ter_top .ri_box .subscribe,
  .pc_footer .ter_top .le_box .logo,
  .pc_footer .ter_top .le_box .lxwm,
  .analysis_01 .an_bot .content1 .item.noImg > div .box,
  .analysis_01 .an_bot .content1 .item > div .box .div1 .d2,
  .analysis_01 .an_bot .content1 .item > div .box .div2 .d1,
  .analysis_01 .an_bot .content1 .item > div .box .div1,
  .index_analysis .an_bot .content1 .item.noImg > div .box,
  .index_analysis .an_bot .content1 .item > div .box .div1 .d2,
  .index_analysis .an_bot .content1 .item > div .box .div2 .d1,
  .index_analysis .an_bot .content1 .item > div .box .div1,
  .index_feature .fe_box .le_box {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  :root {
    --h54: 0.68rem;
  }
}
@media (max-width: 750px) {
  :root {
    --h54: 0.84rem;
  }
  .pu_link .a {
    padding: 0 0.42rem;
  }
  .contact_02 .ct_bot .ri_box > div form .content1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_02 .ct_bot .ri_box > div form .content1 .label {
    grid-area: auto !important;
  }
  .contact_02 {
    --h1: 0.86rem;
  }
  .pc_footer .ter_top .ri_box .share .li > a,
  .contact_01 .ct_post > div .content3 .share .li > a {
    height: 26px;
  }
  .contact_01 .ct_post > div .content2 .item a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.4;
  }
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box > div .btn,
  .analysis_01 .an_bot .content1 .item > div .box .div2 .d2 {
    width: 20px;
  }
  .pu_li_4 a .div3 .d2 {
    width: 16px;
  }
  .pu_page .number {
    margin: 0 0.4rem;
  }
  .news_01 .ws_bot .content1 .swiper .swiper-slide a .le_box {
    padding: 0.4rem;
  }
  .analysis_01 .an_bot .content1 .item > div .img,
  .index_analysis .an_bot .content1 .item > div .img {
    margin-bottom: 0.4rem;
  }
  .case_details_01 .ls_bk img {
    height: 8rem;
  }
  .business_01 .bu_box .le_box {
    padding: 0.6rem 5vw;
    position: relative;
    z-index: 1;
    background: -webkit-linear-gradient(left, #000000, #00000000);
    background: linear-gradient(to right, #000000, #00000000);
  }
  .business_01 .bu_box .ri_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .business_01 .bu_box .ri_box img {
    width: 100%;
    height: 100%;
  }
  .business_04 .bu_bot .ri_box {
    margin-top: 0.6rem;
  }
  .business_04 .bu_bot .ri_box > div {
    width: 66%;
    margin: 0 auto;
  }
  .business_05 .bu_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .business_05 {
    --w1: 0.7rem;
  }
  .business_06 .bu_bk {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .business_06 .bu_post {
    position: relative;
    z-index: 1;
    padding: var(--gap) var(--bj);
  }
  .business_02 .bu_bot .content .div2 > div,
  .business_07 .bu_bot .content .div2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .business_07 .bu_bot .content .div2 .item .text {
    min-height: auto;
  }
  .business_09 .bu_box .text {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .business_01 {
    margin-top: 0;
  }
  .business_02 {
    --w1: 1rem;
  }
  .about_01 {
    --w1: 68%;
  }
  .about_02 .ab_bot .le_box .content {
    padding: 0;
    margin-top: 0.4rem;
  }
  .about_02 .ab_bot .le_box .img {
    width: 100%;
    text-align: center;
  }
  .about_02 .ab_bot .le_box .img img {
    width: 66%;
  }
  .about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .text {
    padding: 0;
    margin-top: 0.4rem;
  }
  .index_banner .swiper .swiper-slide .slide_post > div p i {
    width: 0.66rem;
    margin: 0 10px;
    height: 2px;
  }
  .index_risk .sk_post > div .content1 .title_01 br {
    display: none;
  }
  .pu_li_10 .post > div .box .img {
    width: 3rem;
  }
  .pc_footer .ter_top .le_box .lxwm > div + div {
    margin-top: 0.2rem;
  }
  .pc_footer .ter_bot .copy p {
    font-size: 0.26rem;
    line-height: 1.6;
  }
  .pc_footer {
    --w1: 6.78rem;
    --h1: 1rem;
  }
  .pc_footer .ter_top .ri_box .subscribe form .content1 {
    padding: 0 0.32rem;
  }
  .pc_footer .ter_top .ri_box .subscribe form .content2 input,
  .pc_footer .ter_top .ri_box .subscribe form .content1 {
    font-size: var(--f16);
  }
  .pc_footer .ter_top .ri_box .subscribe form .content3 {
    width: 1rem;
  }
  .pc_footer .ter_top .ri_box .subscribe form .content3 label svg {
    width: 0.4rem;
  }
  .index_case .se_bot .swiper .swiper-slide a .content .btn svg,
  .pc_header .he_box .ri_box .menu > div svg,
  .pc_header .he_box .ri_box .lang > p svg {
    width: 20px;
  }
  .pc_header .he_box .ri_box .menu {
    margin-left: 0.3rem;
  }
  .pu_asside .box {
    padding: 0 5vw;
  }
  .pu_asside {
    width: 80vw;
  }
  .index_team .te_box .content2 .item .div2 > div {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .index_team {
    --w1: 6.8rem;
    --p40: 20px;
  }
  .index_team .te_map {
    bottom: auto;
    top: 15%;
  }
  .index_service .ce_bot {
    padding-bottom: 30px;
  }
  .index_service .ce_bot .gddjImg img {
    height: 20px;
  }
  .about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .img img,
  .about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .img,
  .about_03 .ab_bot .timeline_box .timeline_list .item .right_ .content .text,
  .about_02 .ab_bot .le_box .content,
  .about_01 .ab_box .content2 .div2 > div,
  .business_04 .bu_bot .ri_box,
  .business_04 .bu_bot .le_box,
  .business_01 .bu_box .ri_box,
  .business_01 .bu_box .le_box,
  .analysis_01 .an_bot .content1 .item > div .box,
  .index_analysis .an_bot .content1 .item > div .box,
  .analysis_01 .an_bot .content1 .item > div .img,
  .index_analysis .an_bot .content1 .item > div .img {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.logo_text{
    color: #fff;
    font-size: .9rem;
    line-height: 1;
    font-weight: bold;
}
.logo_text svg{
    vertical-align: top;
    width: 30px;
}

.pc_footer .le_box .text{
    margin-left: .48rem;
    font-size: var(--f18);
}
.pc_footer .le_box .text .div2 {
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.pc_footer .le_box .text .div2 a{
    color: #fff;
  display: inline-block;
}
.pc_footer .le_box .text .div2 i{
    width: 2px;
  height: calc(var(--f18));
  background: #fff;
  margin: 0 0.05rem;
}


@media (max-width: 1500px) {
    .pc_footer .le_box .text ,
    .pc_header .he_box .le_box .text{
        margin-left: 0.28rem;
    }
    .logo_text{
        font-size: .8rem;
    }
}


@media (max-width: 1281px) {
    .logo_text {
    font-size: 0.7rem;
}
.pc_footer .le_box .text ,
.pc_header .he_box{
    font-size: 13px;
}
.about_01 .ab_box .content2 .div1 p {
    font-size: 3.1rem;
}
}


@media (max-width: 1200px) {
    .logo_text {
        font-size: 0.5rem;
    }
    .pc_footer .ter_top .le_box .logo{
        width: auto;
        display: flex;
        align-items: center;
    }
    .about_01 .ab_box .content2 .div1 p {
    font-size: 1.8rem;
}
.about_01 .ab_box .content2 .div1 {
    top: 75%;
}
    .logo_text svg {
    width: 22px;
}

.about_01 .ab_box .content2 .div1 p svg {
    width: 0.7rem;
}





}

@media (max-width: 699px) {
    .logo_text svg {
    width: 17px;
}
.logo_text {
    font-size: 0.52rem;
}
.about_01 .ab_box .content2 .div1 p {
    font-size: 1.2rem;
    text-align: center;
}


.about_01 .ab_box .content2 .div1 {
    top: 111%;
}
.case_details_01 .ls_post {
    margin: -6rem 0 0;
    z-index: 1;
    position: relative;
}
.pc_footer .le_box .text, .pc_header .he_box .le_box .text {
    margin-left: 0;
    margin: 10px 0 0;
}
.pc_footer .ter_top .ri_box .subscribe form .content2 input,
.pc_footer .ter_top .ri_box .subscribe form .content1 .div1 span{
    font-size: 10px;
}
.pc_footer {
    --h1: 0.8rem;
}
.pc_footer .ter_top .ri_box .subscribe form .content3 {
    width: 0.8rem;
}
.pc_footer .ter_top .ri_box .subscribe form .content1 {
    padding: 0 0.15rem;
}
.pc_footer .ter_top .ri_box .subscribe form .content2 {
    padding-right: 0.12rem;
}
.pc_footer .ter_bot .copy p{
    font-size: 12px;
}

}


