@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
#translate {
  display: none;
}
body {
  --header_h: 5.625rem;
  --container: 14.8125rem;
  --phone_img: 30px;
  --bors: 0.625rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
}
@media (max-width: 990px) {
  body {
    --header_h: 60px;
  }
}
.layui-layer-btn .layui-layer-btn0 {
  background: #A01428 !important;
  border-color: #A01428 !important;
}
.bgf8 {
  background: var(--bgf8);
}
.p_top {
  position: absolute;
  top: -5.625rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #A01428;
}
.c {
  color: #A01428;
}
.bglg {
  background: linear-gradient(276deg, #F5AA00 2.28%, #A01428 98.72%), #113A8E;
}
.box_s {
  box-shadow: 0px 0px 1rem 0.1875rem rgba(239, 160, 2, 0.3);
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
  .pagination > li a {
    line-height: 28px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: #A01428;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #2D3333;
}
.foot-fot.white {
  background: #A01428;
}
.foot-fot.white .m-bm-nav > li {
  border-bottom: 1px solid #ededed;
}
.foot-fot.white .m-bm-nav > li > a,
.foot-fot.white .m-bm-nav .aniut i {
  color: rgba(255, 255, 255, 0.8);
}
.foot-fot.white .m-bm-nav > li .sec {
  padding-left: 40px;
}
.foot-fot.white .m-bm-nav > li .sec a {
  color: rgba(255, 255, 255, 0.7);
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #A01428;
}
.search_more:hover::before {
  background: #A01428;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
video {
  display: block;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er_ul_pro {
  position: absolute;
  width: 30rem;
  left: 50%;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er_ul_pro.width_auto {
  width: 35rem;
}
.er_ul_pro.width_auto .content .left ul {
  display: flex;
  flex-wrap: wrap;
}
.er_ul_pro.width_auto .content .left ul li {
  width: 50%;
}
.er_ul_pro.width_auto .content .left ul li:nth-child(odd) {
  padding-right: 1rem;
}
.er_ul_pro .content {
  display: flex;
  padding: 2rem;
}
.er_ul_pro .content .left {
  width: calc(100% - 13rem);
  padding-right: 1rem;
}
.er_ul_pro .content .left ul li:hover a {
  color: #A01428;
}
.er_ul_pro .content .left ul li a {
  display: flex;
  align-items: center;
  line-height: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.055);
}
.er_ul_pro .content .right {
  width: 13rem;
  padding-left: 1rem;
}
.er_ul_pro .content .right .over img,
.er_ul_pro .content .right .over {
  object-fit: cover;
  min-height: 9.375rem;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #A01428;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er_ul_pro,
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_p {
  padding-top: 5.625rem;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}
.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: #A01428;
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: #A01428;
  color: #fff;
  background: #A01428;
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: #A01428;
}
.searchbox {
  border-color: #A01428;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #A01428;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 1.125rem;
  line-height: 1.35rem;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #A01428;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: var(--phone_img);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #A01428;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #A01428;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: var(--phone_img);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #A01428;
}
.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: var(--header_h);
}
.show_header header {
  animation: none !important;
}
.show_header header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.05;
}
.show_header header,
header.active,
header:hover,
header.white {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color: #4B4B4B;
}
.show_header header .logo img,
header.active .logo img,
header:hover .logo img,
header.white .logo img,
.show_header header .ds1 img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
.show_header header .lanuage img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img {
  filter: brightness(1) invert(0);
}
.show_header header .ds1,
header.active .ds1,
header:hover .ds1,
header.white .ds1 {
  cursor: pointer;
  color: #848484;
}
.show_header header .lanuage a,
header.active .lanuage a,
header:hover .lanuage a,
header.white .lanuage a {
  color: #848484;
}
.show_header header .center > ul > li:hover > a,
header.active .center > ul > li:hover > a,
header:hover .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
.show_header header .center > ul > li.active > a,
header.active .center > ul > li.active > a,
header:hover .center > ul > li.active > a,
header.white .center > ul > li.active > a {
  color: #A01428;
}
.show_header header .center > ul > li:hover > a::before,
header.active .center > ul > li:hover > a::before,
header:hover .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > a::before,
.show_header header .center > ul > li.active > a::before,
header.active .center > ul > li.active > a::before,
header:hover .center > ul > li.active > a::before,
header.white .center > ul > li.active > a::before {
  background: #A01428;
}
header {
  position: fixed;
  line-height: var(--header_h);
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .container {
  padding: 0 6.25rem;
}
header .logo img {
  height: 2.6875rem;
  filter: brightness(0) invert(1);
}
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.5625rem;
  cursor: pointer;
  margin-right: 0.3125rem;
}
header .ds1 {
  color: #fff;
  font-weight: 600;
  margin-left: 2rem;
}
header .lanuage {
  margin: 0 2.1875rem 0 1.25rem;
  display: none;
}
header .lanuage a {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}
header .lanuage a.c {
  color: #A01428;
}
header .center > ul > li {
  float: left;
  padding: 0 1.875rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 9;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.125rem;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.875rem;
  width: 45%;
  margin-top: 0.875rem;
}
.banner .swiper-slide {
  z-index: 4;
}
.banner .swiper-slide.swiper_sli78 .hover {
  top: 30%;
}
.banner .swiper-slide.swiper_sli78 .hover .p1 {
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
.banner .swiper-slide.swiper_sli78 .hover .p2 {
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #fff;
}
.banner .swiper-button-prev .iconfont,
.banner .swiper-button-next .iconfont {
  color: #fff;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background: #fff;
}
.banner .swiper-button-prev:hover .iconfont,
.banner .swiper-button-next:hover .iconfont {
  color: #A01428;
}
@media (max-width: 990px) {
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
}
.banner .swiper-button-prev {
  left: -4rem;
}
.banner .swiper-button-next {
  right: -4rem;
}
.banner:hover .swiper-button-prev {
  left: 3rem;
}
.banner:hover .swiper-button-next {
  right: 3rem;
}
.banner video,
.banner img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}
.banner .scrool {
  position: absolute;
  bottom: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  cursor: pointer;
  color: #fff;
}
.banner .scrool a {
  color: #fff;
}
.banner .scrool a p {
  margin-top: 0.625rem;
}
.banner .scrool div {
  width: 2px;
  height: 1.875rem;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-family: "Playfair Display";
}
.banner .scrool div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0.5rem;
  background: #fff;
  border-radius: 3.125rem;
  animation: shangxia 2s infinite;
}
@keyframes shangxia {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(1.875rem);
  }
}
.banner .hover2 {
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  width: 100%;
  z-index: 9;
}
.banner .hover2 .swiper-pagination {
  width: auto;
  display: flex;
  position: static;
}
.banner .hover2 .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: 3.125rem;
  height: 3.125rem;
  color: #FFF;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: relative;
}
.banner .hover2 .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover2 .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 1px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 2.25rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover2 .swiper-pagination .swiper-pagination-bullet-active {
  margin-right: 3.25rem;
}
.banner .hover2 .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 3.5rem;
}
.banner .hover2 .swiper-pagination .swiper-pagination-bullet-active::before,
.banner .hover2 .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0.625rem 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  opacity: 0.3;
  left: 0;
  top: 0;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  opacity: 1;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0;
}
#fp-nav.fp-right {
  right: auto;
  left: 2rem;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff;
}
.more_a {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
}
.more_a img {
  width: 1.3125rem;
  height: 1.3125rem;
}
.nyban form {
  width: 45%;
}
.nyban form input {
  line-height: 4rem;
  border-radius: 3.125rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 1.25rem 0 4.6875rem;
  width: 100%;
  font-weight: 500;
  background: transparent;
  font-size: 1rem;
  color: #fff;
}
.nyban form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.nyban form button {
  position: absolute;
  top: 50%;
  width: 4.6875rem;
  left: 0;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  text-align: center;
}
.nyban form button img {
  height: 1.375rem;
  filter: brightness(0) invert(1);
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 9;
}
.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.75rem;
  line-height: 4.125rem;
}
.nyban .hover .p2 {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 0.9375rem 0 1.25rem;
}
@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }
  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }
  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.bread {
  line-height: 4.375rem;
  font-size: 1rem;
  color: #808080;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid rgba(201, 201, 201, 0.3);
}
.bread.bottom {
  border-top: 1px solid rgba(201, 201, 201, 0.3);
  position: sticky;
  top: var(--header_h);
}
.bread .erji {
  display: flex;
}
.bread .erji li {
  position: relative;
  cursor: pointer;
}
.bread .erji li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 1.1875rem;
  background: #DEDEDE;
}
.bread .erji li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #A01428;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 2.5rem;
}
.bread .erji li.active::after,
.bread .erji li:hover::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.bread .erji li.active a,
.bread .erji li:hover a {
  color: #A01428;
}
.bread .erji a {
  padding: 0 2rem;
}
.bread .tr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bread a {
  color: #808080;
}
.bread a:hover {
  color: #A01428;
}
.bread span {
  margin: 0 0.625rem;
}
.bread img {
  height: 0.9375rem;
  margin-right: 0.625rem;
  position: relative;
  top: -1px;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: #474747;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  color: var(--num_cor);
  font-size: 3.375rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.875rem;
  margin-left: 0.25rem;
  bottom: 0;
  font-weight: 600;
}
.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}
.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}
.number_ul li .text {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.625rem 0 0;
  text-transform: capitalize;
  color: #818181;
}
.number_ul li > div {
  display: inline-block;
}
.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.75rem;
}
.swiper_pag.color .swiper-pagination-bullet {
  background: transparent;
  border-color: #fff;
}
.swiper_pag.color .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper_pag .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  margin: 0 0.5625rem;
  border: 1px solid #F5AA00;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #F5AA00;
}
.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover {
  background: #A01428;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}
.more {
  width: 10rem;
  line-height: 3.125rem;
  border-radius: 3.125rem;
  border: 1px solid #A01428;
  display: inline-block;
  --more_c: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 9;
}
.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: #A01428;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}
.more:hover {
  border-color: #A01428;
}
.more:hover div {
  color: #fff;
}
.more:hover div .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover::before {
  transform: scale(1);
}
.more > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A01428;
  font-size: 1rem;
}
.more > div .iconfont {
  font-weight: 600;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.more.bg {
  border-color: #A01428;
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: #A01428;
}
.more.borf {
  border-color: rgba(255, 255, 255, 0.7);
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: #A01428;
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: #A01428;
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.title {
  color: #242424;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4rem;
  text-transform: capitalize;
}
.title div {
  display: inline-block;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  position: relative;
  z-index: 3;
}
.title div::before {
  background: url(../img/2.svg) no-repeat;
  background-size: contain;
  width: 2.8125rem;
  height: 2.8125rem;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.title.cf {
  color: #fff;
}
.title.cf div::before {
  background: url(../img/2_white.svg) no-repeat;
  background-size: contain;
}
.text {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.leftimg_righttext > li:nth-child(even) .left {
  order: 2;
}
.leftimg_righttext > li:nth-child(even) .right {
  order: 1;
}
.fixright_li_last {
  display: none;
  cursor: pointer;
}
.fixright_li_last > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #A01428;
  border-radius: 50%;
}
.ptb {
  padding: 7.5rem 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}
.show_news {
  padding-top: 3.4375rem;
}
.show_news .content {
  border-radius: var(--bors);
  background: #FFF;
}
.show_news .name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.6875rem;
  color: #1D1D1D;
}
.show_news .text {
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
}
.show_news a.text:hover {
  color: #A01428;
}
.show_news .margin.text {
  border-top: 1px solid #E9E9E9;
  margin-bottom: 2.8125rem;
  padding: 2.3125rem 0 4rem;
  border-bottom: 1px solid #E9E9E9;
}
.show_news .margin.text .desc {
  border-radius: 0.3125rem;
  background: #FFFDFA;
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 1.5625rem 2rem;
  margin-bottom: 1.875rem;
  background: #F8F8F8;
}
.show_news .margin.text .desc span {
  color: #000;
}
.show_news .data {
  display: flex;
  align-items: center;
  color: #6C6C6C;
  font-size: 1rem;
  justify-content: center;
  margin: 0 -1.25rem;
  margin: 1.875rem 0 2rem;
}
.show_news .data > div {
  padding: 0 1.25rem;
}
.show_news .fenxiang .social-share li {
  margin-right: 0.625rem;
}
.show_news .fenxiang .social-share li,
.show_news .fenxiang .social-share li a {
  line-height: 1;
  color: #B7B7B7;
}
.show_news .shangxia {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7C7C7C;
  font-size: 1rem;
}
.show_news .shangxia .a {
  width: calc(100% - 18rem);
  line-height: 1.5rem;
}
.show_news .shangxia .a div,
.show_news .shangxia .a a {
  color: #7C7C7C;
}
.show_news .shangxia .a div:not(:last-child),
.show_news .shangxia .a a:not(:last-child) {
  margin-bottom: 0.75rem;
}
.show_news .shangxia .line1:hover {
  color: #A01428;
}
.show_news .shangxia .c1 {
  width: 16rem;
  text-align: right;
}
.show_news .shangxia .c1 .more {
  margin: 0 auto;
}
.show_news .shangxia .c1 .more > div {
  font-style: normal;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
  .show_news .left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 5px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .show_news .shangxia .l {
    width: 100%;
    margin-bottom: 20px;
  }
  .show_news .shangxia .r {
    width: 100%;
    text-align: center;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.sjj_nav.white {
  background: #fff;
}
.sjj_nav.white .top {
  background: #fff;
}
.sjj_nav.white .bot > li > div > a {
  color: #353535;
}
.sjj_nav.white .bot > li .list .left a {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}
.sjj_nav.white .top .fr img {
  filter: brightness(1) invert(1);
  opacity: 0.9;
}
.section01 {
  position: relative;
  z-index: 99;
}
.section01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100vh;
  background: linear-gradient(321deg, rgba(245, 170, 0, 0.6) -100.6%, rgba(160, 20, 40, 0.6) 54.7%);
}
.section01 .container {
  padding-right: 7.5rem;
}
.section01 .left {
  padding-right: 5rem;
}
.section01 .left ul {
  margin-top: 5rem;
  position: relative;
}
.section01 .left ul li {
  cursor: pointer;
  position: relative;
}
.section01 .left ul li:not(:last-child) {
  padding-bottom: 1.5625rem;
}
.section01 .left ul li:not(:last-child) .more {
  margin-bottom: 3.4375rem;
}
.section01 .left ul li .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.section01 .left ul li .name {
  padding-left: 2.1875rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 4;
}
.section01 .left ul li .name::before {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #FFF;
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0%;
  z-index: -2;
}
.section01 .left ul li.active .name::after {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section01 .left ul li.active .con {
  height: 12.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section01 .left ul li .con {
  padding-left: 2.1875rem;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
}
.section01 .left ul li .con .text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  margin: 0 0 1.5625rem;
}
.section01 .right > div {
  height: 0;
  overflow: hidden;
}
.section01 .right > div.active {
  height: auto;
}
.section01 .right .name {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.section01 .right .name div {
  max-width: 80%;
  padding-right: 7.5rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section01 .right .name img {
  height: 0.5rem;
}
.section01 .right .text {
  margin-top: 1rem;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section01 .right .l {
  width: calc(100% - 8.75rem - 2.75rem);
  margin-right: 2.75rem;
  text-align: center;
  position: relative;
}
.section01 .right .l .swiper-slide .img img {
  height: 35rem;
  object-fit: contain;
}
@keyframes fangda {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.section01 .right .l::after {
  content: "";
  position: absolute;
  bottom: 10rem;
  left: 0%;
  width: 100%;
  height: 7.9375rem;
  background: url(../img/4.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
  animation: fangda 3s linear infinite;
}
.section01 .right .l .con {
  padding-left: 11.25rem;
  padding-top: 1.5rem;
}
.section01 .right .r {
  width: 8.75rem;
  position: relative;
}
.section01 .right .r .swiper-button-prev,
.section01 .right .r .swiper-button-next {
  position: absolute;
  background-image: none;
  margin-top: 0;
  height: auto;
  width: 100%;
  text-align: center;
}
.section01 .right .r .swiper-button-prev .iconfont,
.section01 .right .r .swiper-button-next .iconfont {
  color: #fff;
  font-size: 1.25rem;
}
.section01 .right .r .swiper-button-prev {
  top: -2.5rem;
  left: 0%;
}
.section01 .right .r .swiper-button-next {
  top: auto;
  bottom: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.section01 .right .r .swiper-container {
  height: 30rem;
}
.section01 .right .r .swiper-slide {
  width: 8.75rem;
  height: 8.75rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section01 .right .r .swiper-slide.swiper-slide-thumb-active {
  border: 0.25rem solid #A01428;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section01 .right .r .swiper-slide .over {
  height: 100%;
}
.section01 .right .r .swiper-slide img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.section02 {
  z-index: 88;
}
.section02 .number_ul li .num sup,
.section02 .number_ul li .num span {
  color: #fff;
}
.section02 .number_ul li .text i {
  display: block;
}
.section02::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 6rem;
  width: 100%;
  height: 100%;
  background: url(../img/yuan.png) no-repeat;
  background-size: contain;
  opacity: 0.2;
}
.section02 .container {
  padding-right: 10rem;
}
.section02 .more::before {
  background: #fff;
}
.section02 .more:hover {
  border: 1px solid #fff;
}
.section02 .more:hover div {
  color: #A01428;
}
.section02 .left {
  padding-right: 0;
}
.section02 .left .name {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.125rem;
  /* 121.429% */
  text-transform: capitalize;
  margin: 1.875rem 0 1.125rem;
}
.section02 .left .text {
  text-align: justify;
  margin: 0 0 2.5rem;
}
.section02 #earth canvas {
  width: 50rem !important;
  height: 50rem !important;
}
.section02 .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section02 .right .number_ul {
  width: 18.75rem;
  margin-left: 5rem;
}
.section02 .right .number_ul li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.section02 .right .number_ul li:nth-child(2),
.section02 .right .number_ul li:nth-child(3) {
  padding-left: 4.375rem;
}
.section {
  overflow: hidden;
}
.section03 .bgg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
.section03 .bgg > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.section03 .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.section03 .margin {
  margin-top: 3.125rem;
}
.section03 ul {
  margin: -2.5rem -3rem;
}
.section03 ul li {
  padding: 2.5rem 1rem;
}
.section03 ul li:hover .icon {
  background: #A01428;
  border-color: #A01428;
}
.section03 ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section03 ul li .icon {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #fff;
}
.section03 ul li .icon img {
  height: 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section03 ul li .name {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: capitalize;
  margin-top: 1.5rem;
}
.section04 .bot {
  margin-top: 3rem;
}
.section04 .right ul li:hover .over img,
.section04 .left:hover .over img {
  transform: scale(1.1);
}
.section04 .right ul li:hover .name,
.section04 .left:hover .name {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section04 .left {
  padding-right: 2.5rem;
}
.section04 .left .name {
  margin: 2.1875rem 0 0.9375rem;
}
.section04 .left .over img {
  height: 20.75rem;
  object-fit: cover;
}
.section04 .left > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 2rem;
}
.section04 .right {
  padding-left: 2.1875rem;
}
.section04 .right ul li:first-child a {
  padding-top: 0;
}
.section04 .right ul li a {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.section04 .right ul li a > div {
  display: flex;
  align-items: center;
}
.section04 .right ul li a > div .over {
  width: 17.5rem;
}
.section04 .right ul li a > div .over img {
  object-fit: cover;
  height: 12.5rem;
}
.section04 .right ul li a > div .content {
  width: calc(100% - 17.5rem);
  padding-left: 2.5rem;
}
.section04 .right ul li a > div .content .text {
  margin-top: 0.75rem;
}
.section04 .name {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section04 .text {
  color: #FFF;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.section04 .data {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.5rem;
}
footer {
  background: #A01428;
}
footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.5rem 0 2.625rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7);
}
footer .top .logo img {
  height: 5.6875rem;
}
footer .top ul {
  display: flex;
  justify-content: space-between;
}
footer .top ul li {
  display: flex;
}
footer .top ul li:not(:first-child) {
  margin-left: 6.5625rem;
}
footer .top ul li .icon {
  width: 1.75rem;
  height: 1.75rem;
}
footer .top ul li .icon img {
  width: 100%;
  height: 100%;
}
footer .top ul li .con {
  padding-left: 0.8125rem;
  color: #FFF;
  width: calc(100% - 1.75rem);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5625rem;
}
footer .bot {
  padding: 2.1875rem 0 4.625rem;
}
footer .bot ul {
  display: flex;
  justify-content: space-between;
}
footer .bot ul .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.875rem;
}
footer .bot ul .text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer .bot ul .text:hover {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.beian {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: #A01428;
  padding: 1.25rem 0;
}
.beian .l {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.beian .r {
  color: rgba(255, 255, 255, 0.6);
}
.beian .r a {
  color: rgba(255, 255, 255, 0.6);
}
.beian .r a:not(:first-child) {
  margin-left: 1.5625rem;
}
.beian .r a:hover {
  color: #fff;
}
.beian .r span:last-child {
  display: none;
}
.bgbg {
  background: linear-gradient(180deg, #FFFAEF 0%, rgba(255, 255, 255, 0) 100%);
}
.list_news .swiper-pagination {
  bottom: 4rem;
  top: auto;
}
.list_news .swiper-slide:hover .right .over img {
  transform: scale(1.1);
}
.list_news .swiper-slide:hover .name {
  color: #A01428;
}
.list_news .swiper-slide .data {
  display: flex;
  align-items: center;
  color: #8F8F8F;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_news .swiper-slide .data img {
  height: 1.4375rem;
  margin-right: 0.625rem;
}
.list_news .swiper-slide .name {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.75rem;
  margin: 1.25rem 0 1.125rem;
}
.list_news .swiper-slide .text {
  color: #6C6C6C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 2.8125rem;
}
.list_news .swiper-slide .right {
  padding-left: 1.625rem;
}
.list_news .swiper-slide .left {
  padding-right: 1.625rem;
}
.list_news .bot {
  padding-top: 3.75rem;
  margin-top: 3.75rem;
  border-top: 1px solid #C9C9C9;
}
.list_news .ul {
  margin: 0 -1.25rem;
}
.squera_news {
  padding: 0 1.25rem;
  margin-bottom: 2.8125rem;
}
.squera_news > a {
  overflow: hidden;
  border-radius: var(--bors);
  background: #FFF;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}
.squera_news > a .over img {
  height: 18.75rem;
  object-fit: cover;
}
.squera_news > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #A01428;
  opacity: 0;
  z-index: -1;
  border-radius: var(--bors);
}
.squera_news:hover a .over img {
  transform: scale(1.1);
}
.squera_news:hover a .text,
.squera_news:hover a .data,
.squera_news:hover a .name {
  color: #fff;
}
.squera_news:hover a .data {
  border-top: 1px solid #FFFFFF;
}
.squera_news:hover a .data img:nth-child(2) {
  display: none;
}
.squera_news:hover a .data img:nth-child(1) {
  display: inline-block;
}
.squera_news:hover a::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_news .content {
  padding: 2.8125rem 2.0625rem 2.1875rem;
}
.squera_news .name {
  color: #303030;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
}
.squera_news .text {
  color: #6C6C6C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.squera_news .data {
  color: #8F8F8F;
  font-size: 1rem;
  line-height: 1.875rem;
  padding-top: 1.375rem;
  margin-top: 1.375rem;
  border-top: 1px solid #C7C7C7;
}
.squera_news .data img {
  height: 1.375rem;
  margin-right: 0.75rem;
}
.squera_news .data img:nth-child(1) {
  display: none;
}
.about_news .margin {
  margin: 2.125rem -1.25rem 0;
}
.list_contact .hover {
  position: relative;
  margin-top: -8.125rem;
  left: 0;
  z-index: 900;
}
.list_contact .hover ul {
  background: linear-gradient(276deg, #F5AA00 2.28%, #A01428 98.72%), #113A8E;
  border-radius: var(--bors);
  padding: 4.625rem 0;
  display: flex;
  justify-content: space-between;
  background: #A01428;
  box-shadow: 0px 0px 15px 3px rgba(239, 160, 2, 0.3);
}
.list_contact .hover ul li {
  flex: 1 0 0;
  position: relative;
  text-align: center;
}
.list_contact .hover ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  right: 0;
  height: 6rem;
  background: rgba(255, 255, 255, 0.2);
}
.list_contact .hover ul li .name {
  color: #FFF;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_contact .hover ul li .text {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 0 1.25rem;
  text-align: center;
}
.list_contact .hover ul li .text > div {
  display: inline-block;
  text-align: left;
}
.list_contact .hover ul li .icon {
  width: 6.5rem;
  height: 6.5rem;
  border: 1px dashed #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.125rem;
}
.list_contact .hover ul li .icon img {
  width: 2.1875rem;
  height: 2.1875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact .hover ul li .ewm {
  height: 8.3125rem;
  width: 8.3125rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto 1.25rem;
}
.list_contact .hover ul li .ewm img {
  height: 100%;
  width: 100%;
}
.list_contact .hover ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact .img {
  position: relative;
}
.list_contact .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9;
}
.tj {
  text-align: justify;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.list_message input {
  line-height: 4.0625rem;
  padding: 0 1.5625rem;
  font-size: 1rem;
  border: 1px solid #D8D8D8;
  border-radius: 0.375rem;
  width: 100%;
  font-weight: 500;
  background: #FFF;
}
.list_message input::placeholder {
  font-weight: 400;
}
.list_message .name {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #252525;
  margin-bottom: 1rem;
  font-weight: 700;
}
.list_message .name span {
  color: #E01500;
}
.list_message textarea {
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  border: 1px solid #D8D8D8;
  border-radius: 0.375rem;
  width: 100%;
  height: 13.625rem;
  font-weight: 500;
  line-height: 1.875rem;
  background: #FFF;
}
.list_message button {
  border-radius: 5px;
  font-weight: 500;
}
.list_message button::before {
  border-radius: 5px;
}
.row20 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.row20 > div,
.row20 > li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.list_join_two .margin {
  margin: 1.25rem -1.25rem 0;
}
.list_join_two .bot {
  padding: 0 var(--container);
  overflow: hidden;
}
.list_join_two .top .r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.list_join_two .top .r .swiper_btn {
  border-color: #fff;
}
.list_join_two .top .r .swiper_btn .iconfont {
  color: #fff;
}
.list_join_two .top .r .swiper_btn:nth-child(1) {
  margin-right: 1.875rem;
}
.list_join_two .swiper_btn {
  position: static;
}
.list_join_two .swiper-slide {
  padding: 0 1.25rem 1.25rem;
  height: auto;
}
.list_join_two .swiper-slide > div {
  border-radius: var(--bors);
  background: #FFF;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  padding: 1.5rem 1.25rem 2.5rem;
  height: 100%;
}
.list_join_two .swiper-slide:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_two .swiper-slide .num {
  color: #6C6C6C;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_join_two .swiper-slide .icon {
  margin: 0.875rem 0 1.375rem;
}
.list_join_two .swiper-slide .icon img {
  height: 3rem;
  width: 3rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_two .swiper-slide .name {
  color: #303030;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.375rem;
}
.list_join_two .swiper-slide .text {
  color: #6C6C6C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_join_two .swiper_pag .swiper-pagination-bullet {
  border-color: #fff;
}
.list_join_two .swiper_pag .swiper-pagination-bullet-active {
  background: #fff;
}
.list_join .font18.text {
  font-size: 1.125rem;
}
.list_join_three .height {
  height: 41.8125rem;
  position: relative;
  margin-top: -13.5rem;
}
.list_join_three .swiper-slide {
  height: 27.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-top: calc(41.8125rem - 27.5rem + 4rem);
}
.list_join_three .swiper-slide .over {
  height: 100%;
}
.list_join_three .swiper-slide .over img {
  height: 100%;
  object-fit: cover;
}
.list_join_three .swiper-slide.swiper-slide-next {
  height: 41.8125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-top: 0;
}
.list_join_five .hover {
  padding-top: 13.6875rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.list_join_four_1 ul {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  line-height: 4.6875rem;
  border-radius: 0.625rem;
  background: #040404;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
}
.list_join_four_1 .con {
  padding: 2.9375rem 4.5rem 3.375rem 4.25rem;
  border-top: 1px solid #e9e9e9;
}
.list_join_four_1 .con strong {
  color: #000;
  font-weight: 600;
}
.list_join_four_1 .card-header > div,
.list_join_four_1 ul {
  padding: 0 4.5rem 0 4.25rem;
}
.list_join_four_1 .card-header > div div,
.list_join_four_1 ul div,
.list_join_four_1 .card-header > div li,
.list_join_four_1 ul li {
  width: 23.5%;
}
.list_join_four_1 .card-header > div div:nth-child(5),
.list_join_four_1 ul div:nth-child(5),
.list_join_four_1 .card-header > div li:nth-child(5),
.list_join_four_1 ul li:nth-child(5) {
  text-align: center;
  width: 6%;
}
.list_join_four_1 .card {
  border: none;
  background: transparent;
  border-radius: 0.625rem !important;
  border: 1px solid #e9e9e9;
}
.list_join_four_1 .card:nth-child(even) {
  background: #F7F7F7;
}
.list_join_four_1 .card-header {
  padding: 0;
  height: 4.6875rem;
  background: transparent;
  border: none;
  border-radius: 0.625rem !important;
}
.list_join_four_1 .card-header > div {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  color: #525252;
  font-size: 1rem;
}
.list_join_four_1 .card-header > div .iconfont {
  font-size: 1rem;
}
.list_join_four_1 .emaile {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 3.125rem;
}
.list_join_four_1 .emaile a {
  color: #000;
}
.list_join_four_1 .emaile span {
  color: #A01428;
}
@media (max-width: 990px) {
  .list_join_four_1 .card-header > div,
  .list_join_four_1 ul {
    padding: 0 2rem 0 2.25rem;
  }
  .list_join_four_1 .con {
    padding: 20px 2rem 40px 2.25rem;
  }
}
@media (max-width: 767px) {
  .list_join_four_1 .con {
    padding: 20px 1rem 30px 1.25rem;
  }
  .list_join_four_1 .card-header {
    height: 50px;
  }
  .list_join_four_1 .card-header > div,
  .list_join_four_1 ul {
    line-height: 50px;
    font-size: 16px;
    padding: 0 1rem 0 1.25rem;
  }
  .list_join_four_1 .card-header > div div,
  .list_join_four_1 ul div,
  .list_join_four_1 .card-header > div li,
  .list_join_four_1 ul li {
    display: none;
  }
  .list_join_four_1 .card-header > div div:nth-child(1),
  .list_join_four_1 ul div:nth-child(1),
  .list_join_four_1 .card-header > div li:nth-child(1),
  .list_join_four_1 ul li:nth-child(1) {
    width: 80%;
    display: block;
  }
  .list_join_four_1 .card-header > div div:nth-child(5),
  .list_join_four_1 ul div:nth-child(5),
  .list_join_four_1 .card-header > div li:nth-child(5),
  .list_join_four_1 ul li:nth-child(5) {
    display: block;
    width: 20%;
  }
  .list_join_four_1 .emaile {
    margin-top: 1.125rem;
    font-size: 16px;
  }
  .list_join_four_1 .emaile span {
    display: block;
  }
}
.list_investor .content {
  border-radius: var(--bors);
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.list_investor .content .left > div {
  padding: 2.5rem 3.125rem 2rem;
}
.list_investor .content .left > div .name {
  color: #6C6C6C;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.list_investor .content .left > div .stock_num {
  color: #A01428;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1;
  margin: 1rem 0 1.5625rem;
}
.list_investor .content .left > div .stock_num p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 0.625rem;
}
.list_investor .content .left > div .ul li {
  margin-bottom: 0.5rem;
}
.list_investor .content .left > div .ul li div {
  color: #6C6C6C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_investor .content .left > div .ul li p {
  color: #333;
  font-size: 1.25rem;
}
.list_investor .content .left > div .tips {
  padding-top: 1.25rem;
  margin-top: 2rem;
  font-size: 1rem;
  color: #6C6C6C;
  border-top: 1px solid #A7A7A7;
}
.list_investor_two .left img {
  height: 29.75rem;
  object-fit: cover;
}
.list_investor_two .right ul {
  margin-top: 1.25rem;
}
.list_investor_two .right ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.list_investor_two .right ul li:hover a {
  padding: 0 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_investor_two .right ul li:hover a div:nth-child(1),
.list_investor_two .right ul li:hover a div:nth-child(2) {
  color: #fff;
}
.list_investor_two .right ul li:hover a::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.list_investor_two .right ul li a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
  z-index: 9;
  height: 5.5rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.list_investor_two .right ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A01428;
  opacity: 0;
  z-index: -1;
}
.list_investor_two .right ul li a div:nth-child(1) {
  color: #6C6C6C;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  width: calc(100% - 7.5rem);
}
.list_investor_two .right ul li a div:nth-child(2) {
  width: 7.5rem;
  color: #6C6C6C;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_investor_two .right ul li a div:nth-child(2) img {
  height: 1.25rem;
}
.list_investor_three .ul {
  margin-top: 1.875rem;
}
.list_investor_three .ul li {
  margin-bottom: 1.875rem;
}
.list_investor_three .ul li > a {
  padding: 1.875rem 1.5rem 1.5rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 9;
}
.list_investor_three .ul li > a::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  background: #A01428;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  z-index: -1;
}
.list_investor_three .ul li > a .data {
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F7F7;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_investor_three .ul li > a .data div {
  color: #A01428;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_investor_three .ul li > a .data p {
  color: #6C6C6C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_investor_three .ul li > a .name {
  color: #575757;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 1.25rem;
  height: 6rem;
  text-align: justify;
}
.list_investor_three .ul li:hover a .name {
  color: #fff;
}
.list_investor_three .ul li:hover a .data {
  background: #871223;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_investor_three .ul li:hover a .data div,
.list_investor_three .ul li:hover a .data p {
  color: #fff;
}
.list_investor_three .ul li:hover a::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1);
}
.list_investor_four {
  background: url(../img/12.png) no-repeat;
  background-size: cover;
}
.list_investor_four ul {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.list_investor_four ul li {
  flex: 1;
}
.list_investor_four ul li .icon {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_investor_four ul li .icon img {
  width: 1.875rem;
  height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_investor_four ul li .name {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.875rem;
}
.list_investor_four ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .flex {
  align-items: flex-start;
}
.list_product .left {
  width: 18.75rem;
  padding-left: 3rem;
  position: sticky;
  top: 8rem;
}
.list_product .left ul {
  margin-top: 1.875rem;
}
.list_product .left ul li.active a::before {
  background: #F5AA00;
  border-color: #F5AA00;
}
.list_product .left ul li a {
  padding-left: 1.5625rem;
  position: relative;
  color: #6C6C6C;
  font-size: 1.125rem;
  padding-bottom: 2.5rem;
}
.list_product .left ul li a::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.5625rem;
  height: 0.5625rem;
  border: 1px solid #BEBEBE;
  border-radius: 50%;
}
.list_product .left ul li:not(:last-child) a::after {
  content: "";
  position: absolute;
  top: 1.75rem;
  left: 0.25rem;
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  height: 2.0625rem;
}
.list_product .right {
  position: relative;
  margin-top: -2.25rem;
  width: calc(100% - 18.75rem);
}
.list_product .right .ul li {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: var(--bors);
}
.list_product .right .ul li:hover .name_title {
  color: #A01428;
}
.list_product .right .ul li:hover .over img {
  transform: scale(1.1);
}
.list_product .right .ul li:not(:last-child) {
  margin-bottom: 3rem;
}
.list_product .right .ul li a {
  display: flex;
  align-items: center;
}
.list_product .right .ul li a .over {
  width: 40%;
  text-align: center;
  padding: 3rem 0;
}
.list_product .right .ul li a .over img {
  max-width: 50%;
}
.list_product .right .ul li a .content {
  padding-right: 8rem;
  width: 50%;
}
.list_product .right .ul li a .content .text_t {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list_product .right .list {
  padding-top: 2.25rem;
}
.list_product .name_title {
  color: #242424;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.list_product .text_t {
  font-size: 1.125rem;
  color: #6C6C6C;
  line-height: 1.875rem;
  width: 60%;
  margin-bottom: 2rem;
  margin-top: 0.625rem;
}
.list_product .list {
  margin-bottom: 6.25rem;
}
.squera_pro {
  margin-bottom: 2.5rem;
}
.squera_pro .over {
  height: 19.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.squera_pro .over img {
  height: 16.25rem;
  object-fit: contain;
}
.squera_pro a {
  border: 1px solid #C9C9C9;
}
.squera_pro .content {
  border-top: 1px solid #C9C9C9;
  padding: 2rem 2rem;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.squera_pro .content .name {
  margin-bottom: 0.375rem;
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.squera_pro .content .text {
  color: #6C6C6C;
  font-size: 1rem;
  line-height: 1.875rem;
}
.squera_pro .content::before {
  content: "";
  position: absolute;
  bottom: calc(-100% + 0.1875rem);
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(276deg, #F5AA00 2.28%, #A01428 98.72%), #113A8E;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.squera_pro:hover .content::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  bottom: 0;
}
.squera_pro:hover .content .name,
.squera_pro:hover .content .text {
  color: #fff;
}
.squera_pro:hover .over img {
  transform: scale(1.1);
}
.show_product {
  background: url(../img/pro.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 5.625rem;
}
.show_product .bread {
  background: transparent;
  border-bottom: none;
}
.show_product .bread a,
.show_product .bread span {
  color: #fff;
}
.show_product .bread img {
  filter: brightness(0) invert(1);
}
.show_product .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show_product .right .noimages {
  width: 100%;
}
.show_product .right .noimages > div {
  width: 53%;
  margin: 0 auto;
}
.show_product .right .swiper-button-next,
.show_product .right .swiper-button-prev {
  background-image: none;
  height: auto;
  margin-top: 0;
  width: 100%;
  text-align: center;
  right: auto;
  left: auto;
}
.show_product .right .swiper-button-next .iconfont,
.show_product .right .swiper-button-prev .iconfont {
  font-size: 1.25rem;
  color: #fff;
}
.show_product .right .swiper-button-prev {
  top: -3rem;
}
.show_product .right .swiper-button-next {
  bottom: -3rem;
  top: auto;
}
.show_product .right .r {
  width: 7.875rem;
}
.show_product .right .r .swiper-container {
  height: 25.25rem;
}
.show_product .right .r .swiper-slide {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 7.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product .right .r .swiper-slide .over {
  padding: 1rem;
  height: 100%;
}
.show_product .right .r .swiper-slide .over img {
  height: 100%;
  object-fit: contain;
}
.show_product .right .r .swiper-slide.swiper-slide-thumb-active {
  border-color: #A01428;
}
.show_product .right .l {
  width: calc(100% - 7.875rem);
  text-align: center;
}
.show_product .right .l .swiper-slide .over {
  padding: 1.5rem;
}
.show_product .right .l .swiper-slide img {
  height: 36.6875rem;
  object-fit: contain;
}
.show_product .left {
  padding-right: 0;
}
@media (max-width: 990px) {
  .show_product .left {
    padding-right: 15px;
  }
}
.show_product .left .tags {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  position: relative;
  padding-bottom: 0.625rem;
}
.show_product .left .tags::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1px;
  background: #fff;
}
.show_product .left .name {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  margin: 1.5625rem 0;
}
.show_product .left .text {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 2.1875rem;
}
.show_product .left .more.wauto {
  padding: 0 1.375rem;
  width: auto;
  background: #F5AA00;
  border-color: #F5AA00;
  margin-bottom: 1.125rem;
}
.show_product .left .more.wauto::before {
  background: #fff;
}
.show_product .left .more.wauto:hover div {
  color: #F5AA00;
}
.show_product .left .more.wauto div {
  color: #fff;
}
.show_product .left .more.wauto img {
  height: 1.375rem;
  margin-right: 0.625rem;
}
.show_product .left .flex2 {
  justify-content: flex-start;
}
.show_product .left .flex2 .more:nth-child(1) {
  margin-right: 1rem;
}
.qiehuan {
  line-height: 5rem;
  background: #A01428;
  position: sticky;
  top: var(--header_h);
  z-index: 99;
}
.qiehuan ul {
  display: flex;
  justify-content: space-between;
}
.qiehuan ul li {
  flex: 1 0 0;
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}
.qiehuan ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 1.375rem;
  background: rgba(255, 255, 255, 0.3);
}
.qiehuan ul li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 1.375rem;
  background: rgba(255, 255, 255, 0.3);
}
.qiehuan ul li a {
  color: #fff;
}
.qiehuan ul li img {
  height: 1.5625rem;
  margin-right: 0.625rem;
}
.show_pro_two .margin {
  width: 60%;
  margin: 0.625rem auto 1.5625rem;
}
.show_pro_two .swiper_pag {
  margin-top: 2.875rem;
}
.show_pro_two .swiper-container {
  margin: -1rem;
}
.show_pro_two .swiper-container .swiper-slide {
  padding: 1rem;
  height: auto;
}
.show_pro_two .swiper-container .swiper-slide:hover > div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_two .swiper-container .swiper-slide:hover > div .name_en,
.show_pro_two .swiper-container .swiper-slide:hover > div .num {
  color: #f5aa00;
}
.show_pro_two .swiper-container .swiper-slide > div {
  border-radius: var(--bors);
  background: #FFF;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  height: 100%;
}
.show_pro_two .swiper-container .swiper-slide > div .t {
  padding: 2.5rem 2.5rem;
  height: calc(100% - 3rem);
  position: relative;
}
.show_pro_two .swiper-container .swiper-slide > div .icon {
  width: 5.3125rem;
  height: 5.3125rem;
  border: 1px solid rgba(245, 170, 0, 0.02);
  border: 1px solid rgba(245, 170, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.show_pro_two .swiper-container .swiper-slide > div .icon img {
  height: 1.875rem;
  width: 1.875rem;
}
.show_pro_two .swiper-container .swiper-slide > div .text {
  color: #6C6C6C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 1rem 0 1.5625rem;
  text-align: justify;
}
.show_pro_two .swiper-container .swiper-slide > div .num {
  color: rgba(0, 0, 0, 0.2);
  font-size: 2.125rem;
  text-align: right;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 2.5rem;
}
.show_pro_two .swiper-container .swiper-slide > div .name_en {
  border-top: 1px solid rgba(245, 170, 0, 0.2);
  padding: 0.875rem 2.5rem 1.125rem;
  color: rgba(0, 0, 0, 0.2);
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5775rem;
  text-transform: uppercase;
}
.show_pro_three {
  padding-top: 5rem;
}
.show_pro_three tr:nth-child(1) {
  background: #A01428;
}
.show_pro_three tr:nth-child(1) td {
  color: #fff;
}
.show_pro_three tr td {
  padding: 1rem;
  color: #000000;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  border: 1px solid rgba(201, 201, 201, 0.65);
  vertical-align: middle;
  width: 25%;
}
.show_pro_three tr:nth-child(even) {
  background: #FFFDFA;
}
.list_service {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.list_service .left {
  padding-top: 4rem;
}
.list_service .left .icon {
  margin-top: 2rem;
}
.list_service .left .icon img {
  opacity: 0.8;
  height: 3rem;
}
.list_service .left .name {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 1rem 0;
  color: #4b4b4b;
}
.list_service .hover_pag {
  display: flex;
  justify-content: space-between;
}
.list_service .hover_pag .swiper_btn {
  margin-top: 0;
  position: static;
}
.list_service .hover_pag .swiper_btn.swiper-button-prev {
  margin-right: 1.25rem;
}
.list_service .hover_pag .l {
  width: 60%;
  display: flex;
  align-items: center;
}
.list_service .hover_pag .r {
  width: 40%;
  text-align: right;
  display: flex;
  align-items: center;
}
.list_service .hover_pag .r .swiper-pagination {
  color: #6C6C6C;
  position: static;
  text-align: right;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.list_service .hover_pag .r .swiper-pagination .aa {
  color: #000;
}
.list_service .font20 {
  color: #6C6C6C;
  font-size: 1.25rem;
  margin-top: 0.75rem;
  line-height: 1.875rem;
}
.list_service .swiper-slide .text {
  height: 8.125rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #6C6C6C;
}
.list_service .right > .pr {
  transform: scale(0.8);
}
.list_service .right .circle {
  width: 45.9375rem;
  height: 45.9375rem;
  border-radius: 50%;
  border: 3rem solid #FFE5AA;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_service .right .circle .smaill_c {
  width: 31.25rem;
  height: 31.25rem;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.list_service .right .circle .smaill_c svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_service .right .circle .smaill_c > img {
  position: absolute;
  top: 0;
  right: 0.25rem;
  width: 50%;
  height: 100%;
}
.list_service .right .circle .smaill_c .content {
  width: 20.3125rem;
  height: 20.3125rem;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0.3125rem 0.625rem 1rem 0.625rem rgba(239, 160, 2, 0.05);
  z-index: 8;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_service .right .circle .smaill_c .content .ul2 li {
  display: none;
  align-items: center;
  justify-content: center;
}
.list_service .right .circle .smaill_c .content .ul2 li.active {
  display: flex;
}
.list_service .right .circle .smaill_c .content .ul2 li .num {
  color: #6C6C6C;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.list_service .right .circle .smaill_c .content .ul2 li .name {
  color: #2C2C2C;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 1.375rem;
  position: relative;
  margin-top: 0.875rem;
}
.list_service .right .circle .smaill_c .content .ul2 li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 1px;
  background: #F5AA00;
}
.list_service .right .ul {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_service .right .ul li {
  position: relative;
}
.list_service .right .ul li .icon {
  width: 7.1875rem;
  height: 7.1875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service .right .ul li .icon img {
  height: 2.5rem;
  width: 2.5rem;
}
.list_service .right .ul li.active .icon {
  background: #F5AA00;
  box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_service .right .ul li.active .icon img {
  filter: brightness(0) invert(1);
}
.list_service .right .ul li.active .dian {
  border-color: #F5AA00;
}
.list_service .right .ul li.active .dian::before {
  background: #F5AA00;
}
.list_service .right .ul li .name {
  color: #6C6C6C;
  font-size: 1.25rem;
  line-height: 1.875rem;
  position: absolute;
  white-space: nowrap;
}
.list_service .right .ul li .dian {
  width: 1rem;
  height: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
  background: #fff;
}
.list_service .right .ul li .dian::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #e0e0e0;
}
.list_service .right .ul li:nth-child(1) {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.list_service .right .ul li:nth-child(1) .name {
  top: -2.625rem;
}
.list_service .right .ul li:nth-child(1) .dian {
  margin: 1.75rem auto 0;
}
.list_service .right .ul li:nth-child(2) {
  position: absolute;
  right: 13rem;
  top: 2rem;
}
.list_service .right .ul li:nth-child(2) .name {
  top: 50%;
  right: -7rem;
  transform: translateY(-50%);
}
.list_service .right .ul li:nth-child(2) .dian {
  position: absolute;
}
.list_service .right .ul li:nth-child(2) .dian {
  margin: 1.75rem auto 0;
  bottom: -1.125rem;
  right: 7.5rem;
}
.list_service .right .ul li:nth-child(3) {
  position: absolute;
  right: 5.5rem;
  top: 13rem;
}
.list_service .right .ul li:nth-child(3) .name {
  top: 50%;
  right: -8.5rem;
  transform: translateY(-50%);
}
.list_service .right .ul li:nth-child(3) .dian {
  position: absolute;
}
.list_service .right .ul li:nth-child(3) .dian {
  margin: 0 auto 0;
  top: 63%;
  transform: translateY(-50%);
  left: -2.75rem;
}
.list_service .right .ul li:nth-child(4) {
  position: absolute;
  right: 5.5rem;
  bottom: 13rem;
}
.list_service .right .ul li:nth-child(4) .name {
  top: 50%;
  right: -8.5rem;
  transform: translateY(-50%);
}
.list_service .right .ul li:nth-child(4) .dian {
  position: absolute;
}
.list_service .right .ul li:nth-child(4) .dian {
  margin: 0 auto 0;
  top: 38%;
  transform: translateY(-50%);
  left: -2.75rem;
}
.list_service .right .ul li:nth-child(5) {
  position: absolute;
  right: 13rem;
  bottom: 2rem;
}
.list_service .right .ul li:nth-child(5) .name {
  top: 50%;
  right: -9rem;
  transform: translateY(-50%);
}
.list_service .right .ul li:nth-child(5) .dian {
  position: absolute;
}
.list_service .right .ul li:nth-child(5) .dian {
  margin: 1.75rem auto 0;
  top: -3.125rem;
  right: 7.25rem;
}
.list_service .right .ul li:nth-child(6) {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.list_service .right .ul li:nth-child(6) .name {
  width: 100%;
  text-align: center;
  bottom: -2.625rem;
}
.list_service .right .ul li:nth-child(6) .dian {
  margin: 1.75rem auto 0;
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
.list_about .top {
  margin-bottom: 3.4375rem;
}
.list_about .top .name {
  color: #A01428;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.list_about .top .text {
  font-size: 1.125rem;
  color: #6C6C6C;
  line-height: 1.875rem;
  font-weight: 400;
  text-align: justify;
}
.list_about .number_ul {
  display: flex;
  justify-content: space-between;
}
.list_about .number_ul li {
  flex: 1 0 0;
  text-align: center;
  position: relative;
}
.list_about .number_ul li .text {
  margin: 0 0 1.25rem 0;
  font-size: 1.125rem;
}
.list_about .number_ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  right: 0;
  height: 1.875rem;
  background: rgba(0, 0, 0, 0.3);
}
.list_about .number_ul li span {
  font-size: 3.75rem;
}
.list_about .number_ul li sup {
  color: #434343;
  font-size: 2.75rem;
  top: 0rem;
}
.list_about .margin {
  margin-top: 4.375rem;
}
.list_about .margin .swiper-button-next {
  right: -5rem;
}
.list_about .margin .swiper-button-prev {
  left: -5rem;
}
.list_about_two {
  background: url(../img/15.png) no-repeat;
  background-size: cover;
}
.list_about_two .top .swiper-container {
  padding-top: 6.25rem;
}
.list_about_two .top .year {
  color: #FFF;
  text-align: center;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1;
}
.list_about_two .top .text {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  width: 70%;
  margin: 2.5rem auto 0;
  height: 5.625rem;
}
.list_about_two .swiper_btn {
  top: auto;
  bottom: 2rem;
  margin-top: 0;
}
.list_about_two .bot {
  position: relative;
  margin-top: 10rem;
}
.list_about_two .bot::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.list_about_two .bot .year {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-top: 1.25rem;
  margin-top: 1.5rem;
}
.list_about_two .bot .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #fff;
}
.list_about_two .bot .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
}
.list_about_two .bot .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 1;
}
.list_about_three .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.list_about_four .margin {
  margin-top: 1.875rem;
}
.list_about_four .margin .swiper-slide {
  height: 6.25rem;
}
.list_about_four .margin .swiper-slide .over {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: var(--bors);
}
.list_about_four .margin .swiper-slide div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.list_about_four .margin .swiper-slide div img {
  max-height: 60%;
  object-fit: contain;
}
.list_about_four .margin .swiper-slide:hover img {
  transform: scale(1.1);
}
.list_about_four .margin .swiper-slide:hover .over {
  border-color: #F5AA00;
}
.list_about_five .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.list_about_five .map {
  padding-top: 2rem;
}
.list_about_five .ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_about_five .ul li {
  position: absolute;
  cursor: pointer;
}
.list_about_five .ul li p {
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 2px 0.625rem 2px rgba(245, 170, 0, 0.15);
  width: 7.25rem;
  line-height: 2.3125rem;
  display: flex;
  align-items: center;
  color: #F5AA00;
  font-size: 1rem;
  justify-content: center;
}
.list_about_five .ul li p img {
  height: 0.875rem;
  margin-right: 0.25rem;
}
.list_about_five .ul li .dian {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background: rgba(245, 170, 0, 0.1);
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: dian 2s infinite;
}
@keyframes dian {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.list_about_five .ul li .dian div {
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  background: rgba(245, 170, 0, 0.15);
  position: relative;
}
.list_about_five .ul li .dian div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.375rem;
  height: 0.375rem;
  z-index: 3;
  background: #f5aa00;
  border-radius: 50%;
}
.list_about_five .ul li .dian div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  background: rgba(245, 170, 0, 0.3);
  z-index: 2;
}
.list_about_five .ul li:nth-child(1) {
  top: 24%;
  left: 28.2%;
}
.list_about_five .ul li:nth-child(1) .dian {
  margin: 0 auto;
  background: rgba(160, 20, 40, 0.1);
}
.list_about_five .ul li:nth-child(1) .dian div {
  background: rgba(160, 20, 40, 0.15);
}
.list_about_five .ul li:nth-child(1) .dian div::before {
  background: #a01428;
}
.list_about_five .ul li:nth-child(1) .dian div::after {
  background: rgba(160, 20, 40, 0.3);
}
.list_about_five .ul li:nth-child(1) img {
  height: 10rem;
  position: relative;
  top: 1rem;
  left: 0.5px;
}
.list_about_five .ul li:nth-child(2) {
  display: flex;
  align-items: center;
  top: 51%;
  left: 24%;
}
.list_about_five .ul li:nth-child(3) {
  display: flex;
  align-items: center;
  top: 55.25%;
  left: 32.25%;
}
.list_about_five .ul li:nth-child(3) p {
  order: 2;
}
.list_about_five .ul li:nth-child(3) .dian {
  order: 1;
}
.list_about_five .ul li:nth-child(4) {
  display: flex;
  align-items: center;
  top: 66.5%;
  left: 19.75%;
}
.list_about_five .ul li:nth-child(5) {
  display: flex;
  align-items: center;
  top: 63.75%;
  left: 27.25%;
}
.list_about_five .ul li:nth-child(5) p {
  order: 2;
}
.list_about_five .ul li:nth-child(5) .dian {
  order: 1;
}
.list_about_five .margin {
  margin: -0.9375rem;
}
.list_about_five .bottom {
  padding: 0 var(--container);
}
.list_about_five .bottom .swiper-slide {
  padding: 0.9375rem;
  height: auto;
}
.list_about_five .bottom .swiper-slide > div {
  padding: 2.375rem 3.4375rem 2.5rem 2.6875rem;
  position: relative;
  height: 100%;
  z-index: 9;
}
.list_about_five .bottom .swiper-slide > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 0px 0px 0.5rem 0.25rem rgba(0, 94, 54, 0.05);
  backdrop-filter: blur(5px);
  z-index: -1;
}
.list_about_five .bottom .swiper-slide .name {
  color: #434343;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
}
.list_about_five .bottom .swiper-slide ul li {
  display: flex;
  align-items: flex-start;
  color: #797979;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.list_about_five .bottom .swiper-slide ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.list_about_five .bottom .swiper-slide ul li .icon {
  width: 1.4375rem;
  height: 1.4375rem;
  top: 1px;
  position: relative;
}
.list_about_five .bottom .swiper-slide ul li .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.list_about_five .bottom .swiper-slide ul li p {
  width: calc(100% - 1.4375rem);
  padding-left: 0.9375rem;
}
.list_about_five .hover_pag {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_about_five .hover_pag .div {
  width: calc(100% - 12.75rem);
  position: relative;
}
.list_about_five .hover_pag .div .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #F5AA00;
}
.list_about_five .hover_pag .div .swiper-pagination {
  width: 100%;
  height: 2px;
  background: rgba(126, 126, 126, 0.3);
}
.list_about_five .hover_pag .div2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.list_about_five .hover_pag .div2 div {
  margin-top: 0;
  position: static;
  margin-left: 1.25rem;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  margin: 0;
  width: 0.625rem;
  height: 0.625rem;
}
.list_service_two .ul {
  margin-top: 2.5rem;
}
.list_service_two .ul > li .name {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.list_service_two .ul > li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.list_service_two .ul > li ul > li {
  color: #FFF;
  font-size: 1rem;
  display: flex;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.list_service_two .ul > li ul > li span {
  font-weight: 700;
}
.MicrosoftMap .Infobox .infobox-info {
  padding-top: 0 !important;
}
.MicrosoftMap .Infobox .infobox-title {
  white-space: nowrap;
}
.tdt-bottom,
.tdt-top {
  z-index: 900 !important;
}
