@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;
}
@font-face {
  font-family: 'Inter';
  src: url(../font/Inter-Medium-8.otf);
}
@font-face {
  font-family: 'Inter-light';
  src: url(../font/Inter-Light-7.otf);
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
  font-family: 'Inter-light' !important;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #DA251C;
}
.c {
  color: #DA251C;
}
.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.active,
.pagination > li:hover {
  background: #DA251C;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #1A1A1A;
}
/* 禁止缩放表单 */
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: #DA251C;
}
.search_more:hover::before {
  background: #DA251C;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.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: 100%;
  left: 0%;
  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);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  padding: 2rem 0 4.0625rem;
}
.er-ul-pro.er_ul_solution::before {
  display: none;
}
.er-ul-pro.er_ul_solution li {
  line-height: 2.5rem;
}
.er-ul-pro.er_ul_solution li:hover a {
  color: #DA251C;
}
.er-ul-pro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.er-ul-pro .container {
  padding: 0 var(--container);
}
.er-ul-pro .row_list {
  margin: -3.4375rem -2.5rem;
}
.er-ul-pro .list {
  padding: 3.4375rem 2.5rem;
}
.er-ul-pro .list:nth-child(1) .r .text {
  width: 50%;
  float: left;
}
.er-ul-pro .list .l {
  width: 35%;
}
.er-ul-pro .list .l .over {
  border-radius: 1.25rem;
}
.er-ul-pro .list .l img {
  border-radius: 1.25rem;
  height: 12.375rem;
  object-fit: cover;
}
.er-ul-pro .list .r {
  width: 65%;
  padding-left: 1.75rem;
}
.er-ul-pro .list .r .name {
  color: #323232;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.er-ul-pro .list .r .name:hover {
  color: #DA251C;
}
.er-ul-pro .list .r .text {
  color: #A5A5A5;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.er-ul-pro .list .r .text:hover {
  color: #DA251C;
}
.er-ul {
  position: absolute;
  width: 12rem;
  left: 0%;
  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);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
header .center > ul > li:nth-child(4) .er-ul {
  width: 18rem;
}
header .center > ul > li:nth-child(5) .er-ul {
  width: 15rem;
}
header .center > ul > li:nth-child(6) .er-ul {
  width: 20rem;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: left;
  font-size: 1rem;
}
.er-ul > li a {
  color: #323232;
  padding-left: 1.875rem;
  padding-right: 1rem;
}
.er-ul > li:hover a {
  color: #DA251C;
}
.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 {
  transform: scaleY(1);
  opacity: 1;
}
header .center > ul > li:hover .er-ul-pro {
  transform: scaleY(1);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 99;
}
.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 .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #DA251C;
}
.searchbox {
  border-color: #DA251C;
}
@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: 40px;
  width: 120px;
}
.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: #DA251C;
}
.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: 19.5rem 0 11.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: 500 1.25rem/1.35em "sourcehansans";
  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: #DA251C;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  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: 40px;
  width: 120px;
}
.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: #DA251C;
  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: #DA251C;
}
.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: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.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: #DA251C;
}
.rightfix li:hover .iconfont {
  background: #000;
  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);
  }
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .container {
  padding: 0 6.25rem;
}
header .logo {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}
header .logo img {
  height: 2.875rem;
  margin-right: 1rem;
}
header .bot {
  line-height: 6.25rem;
}
header .top {
  line-height: 3.125rem;
  background: #DA251C;
}
header .top ul {
  display: flex;
  align-items: center;
  margin: 0 -0.9rem;
}
header .top ul li {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0 0.9rem;
}
header .top ul li a {
  color: #fff;
}
header .top ul li div {
  width: 1.25rem;
}
header .top ul li div img {
  width: 100%;
}
header .top ul li p {
  width: calc(100% - 1.25rem);
  padding-left: 0.5rem;
}
header .top .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .top .right .lanuage {
  margin-left: 2.5rem;
}
header .top .right .lanuage img {
  height: 1.25rem;
}
header .top .right a {
  color: #FFF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}
header .center > ul > li {
  float: left;
  padding: 0 1.875rem;
}
header .center > ul > li > a {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Barlow Condensed' !important;
}
header .center > ul > li:hover > a,
header .center > ul > li.active > a {
  color: #DA251C;
}
header .center > ul > li:last-child {
  padding-right: 0;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 990px) {
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #DA251C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-button-prev {
  left: -2rem;
}
.banner .swiper-button-next {
  right: -2rem;
}
.banner:hover .swiper-button-prev {
  left: 5rem;
}
.banner:hover .swiper-button-next {
  right: 5rem;
}
.banner video,
.banner img {
  object-fit: cover;
  width: 100vw;
}
.banner_hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  background: #FDF4F3;
  z-index: 99;
}
.banner_hover .flex2 {
  align-items: center;
}
.banner_hover .flex2 form button {
  width: 3.125rem;
  height: 3.125rem;
  border: none;
  border-radius: 0.187rem;
  background: #DA251C;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(0);
}
.banner_hover .flex2 form button .iconfont {
  font-size: 1.125rem;
  color: #fff;
}
.banner_hover .flex2 form input {
  width: 25.5625rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 3rem 0 1.5rem;
  font-size: 1rem;
  background: #FFF;
  color: #000;
}
.banner_hover .flex2 form input::placeholder {
  color: #AEAEAE;
}
.banner_hover .flex2 .left {
  width: calc(100% - 25.5625rem);
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
}
.banner_hover .flex2 .left span {
  color: #000;
  font-weight: 600;
}
.banner_hover .flex2 .left a {
  color: #7C7C7C;
  padding: 0 1rem;
  position: relative;
  display: inline-block;
}
.banner_hover .flex2 .left a:hover {
  color: #DA251C;
}
.banner_hover .flex2 .left a:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 1rem;
  background: #7C7C7C;
}
.title {
  color: #1E1E1E;
  font-family: 'Barlow Condensed' !important;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.4rem;
}
.nyban .hover {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p1 {
  color: #FFF;
  text-align: center;
  font-size: 3.75rem;
  font-weight: bolder;
  line-height: 4.375rem;
  text-transform: uppercase;
  font-family: 'Barlow Condensed' !important;
}
.index_one {
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.75rem;
  padding: 7.3rem 0 8.3rem;
  font-family: "Inter";
}
.index_one span {
  border-bottom: 1px solid #DA251C;
  padding: 0.5rem 0 1rem;
  display: inline-block;
}
.index_two .top,
.index_four .top {
  display: flex;
  justify-content: center;
}
.index_two .top li,
.index_four .top li {
  color: #323232;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  padding: 0 1rem;
}
.index_two .top li:hover a,
.index_four .top li:hover a,
.index_two .top li.active a,
.index_four .top li.active a {
  color: #DA251C;
}
.index_two .top li:hover a::before,
.index_four .top li:hover a::before,
.index_two .top li.active a::before,
.index_four .top li.active a::before {
  background: #DA251C;
}
.index_two .top li a,
.index_four .top li a {
  padding-left: 1.375rem;
  position: relative;
  font-family: "Inter";
}
.index_two .top li a::before,
.index_four .top li a::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: #BABABA;
  border-radius: 50%;
}
.text {
  color: #323232;
  font-size: 1rem;
  line-height: 1.875rem;
}
.index_two .top {
  margin: 1.88rem 0 3rem;
}
.index_two .swiper-button-next {
  right: -5rem;
}
.index_two .swiper-button-prev {
  left: -5rem;
}
.index_two .sum > div {
  display: none;
}
.index_two .sum > div.active {
  display: block;
}
.index_two .sum {
  margin: 0 -1.25rem;
}
.index_two .swiper-slide {
  padding: 1rem 1.25rem;
  text-align: right;
}
.index_two .swiper-slide:hover a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper-slide a {
  height: 28rem;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #FDF4F3 0%, #FFF 100%);
  display: flex;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper-slide .left {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-end;
  padding-left: 3rem;
}
.index_two .swiper-slide .left img {
  max-height: 19.375rem;
}
.index_two .swiper-slide .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  padding: 7rem 3.9rem 1rem 0;
}
.index_two .swiper-slide .name {
  color: #000;
  text-align: right;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
  font-family: "Inter";
}
.index_two .swiper-slide .text {
  margin: 1rem 0 2.5rem;
  padding-left: 2rem;
}
.index_two .swiper-slide .more_a {
  justify-content: flex-end;
}
.more_a {
  display: flex;
  align-items: center;
  color: #373737;
  font-family: "Inter";
  font-size: 1.125rem;
  font-weight: 700;
}
.more_a div {
  width: 3.4375rem;
  height: 3.4375rem;
  border: 1px solid #DA251C;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1rem;
}
.more_a div img {
  width: 0.875rem;
}
.more_a:hover {
  color: #DA251C;
}
.more_a:hover div {
  background: #DA251C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover div img {
  filter: brightness(0) invert(1);
}
.more_a.cf div {
  border-color: #fff;
}
.more_a.cf div img {
  filter: brightness(0) invert(1);
}
.more_a.cf:hover {
  color: #DA251C !important;
}
.more_a.cf:hover div {
  border-color: #DA251C;
}
.swiper_btn {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid rgba(135, 135, 135, 0.7);
  border-radius: 50%;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper_btn .iconfont {
  color: rgba(135, 135, 135, 0.7);
  font-size: 1rem;
}
.swiper_btn.swiper-button-prev img {
  transform: rotateY(180deg);
  margin-right: 1rem;
  margin-left: 0;
}
.index_three {
  padding: 5rem 0 7.5rem;
}
.index_three .content {
  border-radius: 1.25rem;
  overflow: hidden;
  margin-top: 1.875rem;
}
.index_three .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.index_three .bgg div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.index_three .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_three .left {
  width: calc(100% - 23.125rem);
  padding: 0 0 4.375rem 4.8125rem;
  display: flex;
  align-items: flex-end;
}
.index_three .left > div {
  width: 40%;
  margin: 0;
}
.index_three .left > div .name {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.875rem;
  font-weight: 600;
  font-family: "Inter";
}
.index_three .left > div .text {
  margin: 0.625rem 0 2.1875rem;
}
.index_three .right {
  width: 23.125rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.index_three .right ul li {
  height: 6.5625rem;
  display: flex;
  align-items: center;
  padding-left: 3.125rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
}
.index_three .right ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.index_three .right ul li:hover,
.index_three .right ul li.active {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #DA251C;
}
.index_four {
  background: #FDF4F3 url(../img/3.png) no-repeat;
  background-size: cover;
  padding: 7.1875rem 0 8.75rem;
}
.index_four .t {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  align-items: center;
}
.index_four .swiper-slide .bottom {
  display: none;
}
.index_four .flex_start {
  align-items: flex-start;
}
.index_four .swiper-pagination {
  width: calc(100% - 3.75rem * 2 - 2rem);
  height: 2px;
}
.index_four .swiper_btn {
  margin-left: 1rem;
  position: static;
  margin-top: 0;
}
.index_four .flex_bottom {
  position: absolute;
  bottom: 1rem;
  right: var(--container);
  width: calc(100% - 34.6875rem - var(--container) - 3rem);
}
.index_four .bot > div {
  display: none;
}
.index_four .bot > div.active {
  display: block;
}
.index_four .bot > div .swiper_left {
  width: 34.6875rem;
  margin: 0;
}
.index_four .bot > div .swiper_left a {
  background: #DA251C;
}
.index_four .bot > div .swiper_left a .name {
  color: #fff;
  font-family: "Inter";
  font-size: 1.25rem;
}
.index_four .bot > div .swiper_left a .name::before {
  background: #fff;
}
.index_four .bot > div .swiper_left a .text {
  color: #fff;
}
.index_four .bot > div .r {
  margin: 0 -1.25rem;
  width: calc(100% - 34.6875rem);
}
.index_four .bot > div .swiepr_right {
  padding-right: calc(var(--container) + 27.5rem);
}
.index_four .bot > div .swiepr_right .swiper-slide {
  padding: 0 1.25rem;
}
.index_four .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #DA251C;
}
.index_four .margin {
  margin: 3.4375rem -1.25rem 0;
}
.index_four .swiper-slide {
  text-align: center;
}
.index_four .swiper-slide > a {
  border-radius: 0.3125rem;
  background: #FFF;
  box-shadow: 0px 0px 1.5625rem 0px rgba(0, 0, 0, 0.05);
  padding: 0.75rem 0.75rem 1.875rem;
}
.index_four .swiper-slide .text {
  color: #323232;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.index_four .swiper-slide .name {
  color: #949494;
  font-size: 1.125rem;
  line-height: 1.875rem;
  position: relative;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  padding-top: 1.5625rem;
  font-family: "Inter";
}
.index_four .swiper-slide .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.0625rem;
  height: 2px;
  background: #DA251C;
}
.index_four .swiper-pagination,
.index_four .swiper-button-next,
.index_four .swiper-button-prev {
  position: static;
}
.nyerji {
  border-bottom: 1px solid #E9E9E9;
}
.nyerji ul {
  display: flex;
  margin: 0 -1.875rem;
}
.nyerji ul li {
  padding: 0 1.125rem;
}
.nyerji ul li a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 1.4375rem 0;
  position: relative;
  font-family: "Inter";
}
.nyerji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #DA251C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li:hover a,
.nyerji ul li.active a {
  color: #DA251C;
}
.nyerji ul li:hover a::before,
.nyerji 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;
}
.bread {
  padding-top: 1rem;
  color: #454545;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.bread a {
  color: #454545;
}
.bread a:hover {
  color: #DA251C;
}
.bread span:last-child {
  display: none;
}
.alignc {
  align-items: center;
}
.p80100 {
  padding: 5rem 0 6.25rem;
}
.p80100.pt0 {
  padding-top: 0;
}
.p80100.pb0 {
  padding-bottom: 0;
}
.list_news .ul {
  margin: 0 -1.25rem;
}
.list_news .ul li {
  margin-bottom: 2.8125rem;
  padding: 0 1.25rem;
}
.list_news .ul li:hover a {
  box-shadow: 0px 0px 1.5625rem 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover a img {
  transform: scale(1.1);
}
.list_news .ul li:hover a .name {
  color: #DA251C;
}
.list_news .ul li a {
  border-radius: 0.3125rem;
  background: #FFF;
  box-shadow: 0px 0px 1.5625rem 0px rgba(0, 0, 0, 0.05);
  padding: 0.9375rem;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-family: "Inter";
}
.list_news .ul li .content {
  padding: 0.875rem 1.125rem;
}
.list_news .ul li .data {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_news .ul li .name {
  color: #1D1D1D;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0.25rem;
}
.list_news .ul li .text {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.bor20 {
  border-radius: 1.25rem;
}
.list_contact ul {
  z-index: 9;
  display: flex;
  background: linear-gradient(180deg, #FDF4F3 0%, #FFF 100%);
  box-shadow: 0px 10px 10px 0px rgba(218, 37, 28, 0.05);
  border-top: 0.375rem solid #DA251C;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.list_contact ul li {
  width: 33.3%;
  padding: 2.8125rem 2.3125rem 2.4375rem 2.6875rem;
}
.list_contact ul li:not(:first-child) {
  border-left: 1px solid rgba(218, 37, 28, 0.1);
}
.list_contact .ditu {
  padding-top: 8.125rem;
}
.list_contact .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #DA251C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact .icon img {
  height: 1.5rem;
}
.list_contact .name {
  color: #363636;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 1rem 0 0;
  font-family: "Inter";
}
.list_contact .text {
  color: #595959;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_message input {
  border-radius: 5px;
  border: 1px solid rgba(218, 37, 28, 0.15);
  height: 3.75rem;
  line-height: 3.75rem;
  color: #595959;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  padding: 0 1.375rem;
  display: block;
  width: 100%;
}
.list_message textarea {
  width: 100%;
  height: 10.625rem;
  line-height: 1.875rem;
  padding: 0.625rem 1.375rem;
  display: block;
  border-radius: 5px;
  border: 1px solid rgba(218, 37, 28, 0.15);
  color: #595959;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}
.list_message button {
  width: 10.25rem;
  border-radius: 0.3125rem;
  line-height: 3.75rem;
  text-align: center;
  color: #FFF;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  background: #DA251C;
  border: 1px solid #DA251C;
  display: block;
}
.list_message .left {
  width: calc(100% - 38.8125rem);
  padding-right: 5.625rem;
}
.list_message .right {
  width: 38.8125rem;
}
.squera_video {
  padding: 0 1.25rem;
}
.squera_video .name {
  color: #7C7C7C;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.25rem;
}
.squera_video .pr {
  padding: 1rem;
  border-radius: 0.3125rem;
  border: 1px solid #E7E7E7;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
}
.squera_video a:focus-visible {
  outline: none !important;
}
.squera_video:hover .over img {
  transform: scale(1.1);
}
.squera_video:hover .hover img {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_video:hover .name {
  color: #DA251C;
}
.squera_video .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.squera_video .hover img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.list_solution .row {
  margin: 0 -1.25rem;
}
.list_solution .row > div {
  padding: 0 1.25rem;
}
.list_solution .left img {
  height: 28.75rem;
  object-fit: cover;
}
.list_solution .text {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_solution .title {
  padding-top: 2rem;
}
.list_solution_two {
  background: url(../img/8.png) no-repeat;
  background-size: cover;
}
.list_solution_two .margin {
  margin: 2.5rem -1.25rem 0;
}
.list_case .name,
.about_case .name {
  color: #7C7C7C;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_case .ul li,
.about_case .ul li {
  margin-bottom: 1.875rem;
}
.list_case .ul li a,
.about_case .ul li a {
  border-radius: 0.3125rem;
  border: 1px solid #E7E7E7;
  background: #FFF;
  box-shadow: 0px 0px 1.5625rem 0px rgba(0, 0, 0, 0.05);
  padding: 0.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case .ul li:hover img,
.about_case .ul li:hover img {
  transform: scale(1.1);
}
.list_case .ul li:hover a,
.about_case .ul li:hover a {
  border-color: #DA251C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0px 0px 1.5625rem 0px rgba(0, 0, 0, 0.15);
}
.list_case .ul li:hover .name,
.about_case .ul li:hover .name,
.list_case .ul li:hover .flex,
.about_case .ul li:hover .flex,
.list_case .ul li:hover .flex p,
.about_case .ul li:hover .flex p {
  color: #DA251C;
}
.list_case .ul li > .bottom,
.about_case .ul li > .bottom {
  display: none;
}
.list_case .content,
.about_case .content {
  padding: 0 1.125rem;
}
.list_case .content .flex,
.about_case .content .flex {
  padding: 1rem 0;
  border-top: 1px solid #D6D6D6;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_case .content .flex p,
.about_case .content .flex p {
  color: #7C7C7C;
}
.list_case .content .flex div,
.about_case .content .flex div {
  width: 50%;
  text-align: right;
}
.list_case .content .flex div .iconfont,
.about_case .content .flex div .iconfont {
  font-size: 1.375rem;
  display: block;
}
.subcontent {
  border-radius: 1.25rem !important;
}
.subcontent > div {
  overflow: visible !important;
  border-radius: 1.25rem !important;
}
.subcontent .name {
  height: 5rem;
  display: flex;
  align-items: center;
  padding: 0 2.625rem;
  background: #DA251C;
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.875rem;
  border-radius: 1.25rem 1.25rem 0 0;
}
.subcontent .close {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #fff;
  position: absolute;
  top: -2rem;
  right: -3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
}
.subcontent .close .iconfont {
  font-size: 1.125rem;
  display: block;
  color: #fff;
  font-weight: 400;
}
.subcontent .close:hover {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.subcontent .close:hover .iconfont {
  color: #DA251C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.subcontent .text {
  color: #7C7C7C;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  overflow-x: hidden;
  margin-right: 2.5rem;
  height: calc(100% - 5rem - 1.875rem - 2.75rem);
  overflow-y: scroll;
  padding-right: 1.875rem;
  margin: 1.875rem 1.875rem 2.625rem 2.75rem;
}
.subcontent .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #c9c9c9;
  width: 4px;
  height: 164px;
  position: absolute;
}
.subcontent .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.subcontent .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #000;
}
.list_video .ul {
  margin: 0 -1.25rem;
}
.list_video .ul li {
  margin-bottom: 2.5rem;
}
.list_product .ul {
  margin: 0 -1.25rem;
}
.list_product .ul > li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.list_product .ul > li:hover .name {
  color: #DA251C;
}
.list_product .ul > li:hover .img {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul > li:hover .flex::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul > li:hover .flex div,
.list_product .ul > li:hover .flex p {
  color: #DA251C;
}
.list_product .ul > li .img {
  border-radius: 20px;
  background: linear-gradient(180deg, #FDF4F3 0%, #FFF 100%);
  height: 26.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_product .ul > li .img img {
  max-height: 80%;
  object-fit: contain;
}
.list_product .ul > li .name {
  color: #363636;
  font-size: 1.625rem;
  font-weight: 400;
  margin: 1.125rem 0 0.75rem;
  line-height: 1.875rem;
  font-family: "Inter";
}
.list_product .ul > li .text {
  color: #7C7C7C;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  height: 5.625rem;
}
.list_product .ul > li .flex {
  margin-top: 1.875rem;
  border-top: 1px solid #D6D6D6;
  padding-top: 1rem;
  position: relative;
}
.list_product .ul > li .flex::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #DA251C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul > li .flex div,
.list_product .ul > li .flex p {
  width: 50%;
}
.list_product .ul > li .flex .iconfont {
  font-size: 1.25rem;
  display: block;
}
.list_product .ul > li .flex p {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_product {
  background: url(../img/11.png) no-repeat;
  background-size: cover;
  padding: 9.375rem 0 5rem;
}
.show_product .pro_left {
  padding: 5.25rem 0 3.4375rem;
}
.show_product .pro_left .con {
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #FDF4F3 0%, #FFF 100%);
  box-shadow: 0px 0px 0.9375rem 0px rgba(218, 37, 28, 0.1);
  padding: 3.375rem 2.375rem;
}
.show_product .pro_left .con .substitle {
  color: #DA251C;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.show_product .pro_left .con .substitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.4375rem;
  height: 2px;
  background: #DA251C;
}
.show_product .pro_left .con .name {
  color: #363636;
  font-size: 1.625rem;
  font-weight: bolder;
  line-height: 1.875rem;
  margin: 0.625rem 0 0.875rem;
  font-family: "Inter";
}
.show_product .pro_left .con ul {
  margin-bottom: 3.125rem;
}
.show_product .pro_left .con ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_product .pro_left .con ul li p {
  color: #2E2E2E;
}
.show_product .pro_left .con ul li div {
  color: #7C7C7C;
}
.show_product .pro_left .con .return_list {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.show_product .pro_left .con .return_list:hover {
  color: #000;
}
.show_product .pro_left .con .return_list:hover img {
  filter: brightness(0);
}
.show_product .pro_left .con .return_list img {
  margin-right: 0.625rem;
}
.show_product .pro_left .con .next {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  border-top: 1px solid #CDCDCD;
  padding-top: 0.625rem;
  margin-top: 1.25rem;
}
.show_product .pro_left .con .next > div {
  display: flex;
  align-items: center;
}
.show_product .pro_left .con .next a {
  color: #7C7C7C;
}
.show_product .pro_left .con .next > div:hover a {
  color: #DA251C;
}
.show_product .right {
  display: flex;
  align-items: center;
}
.show_product .right .l {
  width: calc(100% - 7.875rem);
}
.show_product .right .r {
  width: 7.875rem;
}
.show_product .right .r .swiper-button-prev,
.show_product .right .r .swiper-button-next {
  background-image: none;
  margin-top: 0;
  height: auto;
  text-align: center;
}
.show_product .right .r .swiper-button-prev .iconfont,
.show_product .right .r .swiper-button-next .iconfont {
  font-size: 1.25rem;
  color: #DA251C;
}
.show_product .right .r .swiper-button-prev {
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.show_product .right .r .swiper-button-next {
  bottom: -2.75rem;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
}
.show_product .right .r .swiper_right {
  width: 100%;
  height: 25rem;
}
.show_product .right .r .swiper_right .swiper-slide {
  border: 1px solid rgba(218, 37, 28, 0.2);
  padding: 1rem;
}
.show_product .right .r .swiper_right .swiper-slide .img {
  display: block;
}
.show_product .right .r .swiper_right .swiper-slide .img,
.show_product .right .r .swiper_right .swiper-slide img {
  text-align: center;
  height: 100%;
  object-fit: contain;
}
.show_product .right .r .swiper_right .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid rgba(218, 37, 28, 0.6);
}
.show_product_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;
}
.show_product_two .name {
  color: #1E1E1E;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 1.375rem 0 0.25rem;
}
.show_product_two .text {
  line-height: 1.625rem;
  text-align: center;
  color: #7C7C7C;
}
.show_product_two .icon {
  text-align: center;
}
.show_product_two .icon img {
  height: 6.625rem;
}
.swiper_pag .swiper-pagination-bullet {
  width: 1.375rem;
  height: 2px;
  background: #B1B1B1;
  border-radius: 0;
  margin: 0 0.3125rem;
  opacity: 1;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #DA251C;
}
table {
  margin-bottom: 0;
  margin-top: 1.875rem;
}
table tr td {
  vertical-align: middle !important;
  padding: 1.25rem !important;
  color: #7C7C7C;
  text-align: center;
  font-size: 1rem;
  border: 1px solid rgba(62, 62, 62, 0.2);
}
table tr td:nth-child(1) {
  text-align: left;
  color: #252525;
}
.show_product_four .text {
  color: #7C7C7C;
  margin-top: 1.25rem;
  font-size: 1.125rem;
}
.about_case {
  background: linear-gradient(180deg, rgba(218, 37, 28, 0.01) -11.96%, rgba(218, 37, 28, 0.05) 100%);
}
.about_case .ul li {
  margin-bottom: 0;
}
.about_case .swiper-button-next,
.pro_four_swiper .swiper-button-next {
  right: -5rem;
}
.about_case .swiper-button-prev,
.pro_four_swiper .swiper-button-prev {
  left: -5rem;
}
@font-face {
  font-family: "Bodoni Bd BT";
  src: url("../font/bodoni\ bd\ bt\ bold.ttf");
}
.list_about ul,
.index_five ul {
  margin: 2.1875rem 0 0;
}
.list_about ul li,
.index_five ul li {
  padding: 1.375rem 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.list_about ul li:first-child,
.index_five ul li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.list_about ul li .text,
.index_five ul li .text {
  color: #7C7C7C;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.9375rem;
  text-align: center;
  margin-bottom: 0;
}
.list_about ul li .num,
.index_five ul li .num {
  color: #373737;
  text-align: center;
  font-family: "Bodoni Bd BT";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.25rem;
}
.list_about ul li .num sup,
.index_five ul li .num sup {
  top: 0;
  color: #373737;
  font-family: "Bodoni Bd BT";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
}
.list_about ul li .num sup sup,
.index_five ul li .num sup sup {
  font-size: 0.75rem;
  top: -0.125rem;
}
.list_about .text {
  color: #7C7C7C;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 1.25rem 0 1.875rem;
}
.list_about .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.list_about .hover img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 7.5rem;
}
.list_about a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.list_about .img:hover .over img {
  transform: scale(1.1);
}
.list_about .img:hover .hover img {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two {
  background: url(../img/15.png) no-repeat;
  background-size: cover;
}
.list_about_two .swiper-button-next {
  right: -5rem;
}
.list_about_two .swiper-button-prev {
  left: -5rem;
}
.list_about_two .swiper_bot {
  margin-top: 2.5rem;
  padding-top: 0.625rem;
}
.list_about_two .swiper_bot::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CDCDCD;
}
.list_about_two .swiper_bot .swiper-slide {
  padding-top: 1.125rem;
  position: relative;
  cursor: pointer;
}
.list_about_two .swiper_bot .swiper-slide.swiper-slide-thumb-active::before {
  background: #DA251C;
}
.list_about_two .swiper_bot .swiper-slide.swiper-slide-thumb-active .year {
  color: #DA251C;
}
.list_about_two .swiper_bot .swiper-slide::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #D9D9D9;
}
.list_about_two .swiper_bot .year {
  color: #4B4B4B;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_about_two .swiper_top {
  margin-top: 5rem;
}
.list_about_two .swiper_top .con {
  width: 50%;
  margin: 0 auto;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #FFF 0%, rgba(253, 244, 243, 0) 100%);
  box-shadow: 0px -10px 8px 0px rgba(218, 37, 28, 0.05);
  color: #7C7C7C;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: 12.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4rem 2rem;
  position: relative;
  margin-top: -0.25rem;
}
.list_about_two .swiper_top .year {
  font-family: "Inter";
  color: #DA251C;
  text-align: center;
  font-size: 9.375rem;
  font-style: italic;
  font-weight: 800;
  line-height: 8rem;
  text-transform: uppercase;
  font-weight: bolder;
}
.list_about_three .margin {
  margin: 2.1875rem -0.9375rem 0;
}
.list_about_three .swiper-slide {
  padding: 0 1rem;
}
.list_about_three .swiper-slide .img {
  padding: 1.375rem;
  border-radius: 0.3125rem;
  border: 1px solid #E7E7E7;
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
.list_about_three .swiper-slide .pr {
  overflow: hidden;
}
.list_about_three .swiper-slide:hover .hover {
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three .swiper-slide .hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three .swiper-slide .hover .iconfont {
  color: #fff;
  font-size: 3rem;
}
.list_about_three .swiper-slide .name {
  color: #7C7C7C;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 1.875rem;
}
.list_about_three .right {
  width: 28rem;
}
.list_about_three .left {
  padding-right: 5rem;
  width: calc(100% - 28rem);
}
.index_five {
  background: url(../img/19.png) no-repeat;
  background-size: cover;
  background-position: top;
}
.index_five .text {
  color: #7C7C7C;
  font-size: 1.125rem;
  margin-top: 1.125rem;
}
.index_five .right {
  padding: 9.0625rem 0 12.5rem;
}
.index_five .right ul li {
  padding: 0;
  border: none;
}
.index_five .right ul li .num,
.index_five .right ul li .text {
  text-align: left;
}
.index_five .right ul li .text {
  margin-top: 0.5rem;
}
.index_five .left .pr {
  height: 100%;
}
.index_five .left .pr a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.index_five .left .pr .hover {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_2 {
  display: flex;
  align-items: center;
  color: #DA251C;
  text-align: right;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 700;
}
.more_2 .iconfont {
  font-size: 1rem;
  display: block;
  font-weight: 700;
  margin-left: 0.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_2:hover {
  color: #DA251C;
}
.more_2:hover .iconfont {
  transform: translateX(0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six {
  padding: 7.5rem 0;
  background: linear-gradient(180deg, rgba(218, 37, 28, 0.01) -11.96%, rgba(218, 37, 28, 0.05) 100%);
}
.index_six .top {
  margin: 3rem 0 2.8125rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D1D1D1;
}
.index_six .top .right .more_2 {
  padding-bottom: 1rem;
}
.index_six .top .left ul {
  display: flex;
}
.index_six .top .left ul li {
  padding: 0 1.875rem;
}
.index_six .top .left ul li:first-child {
  padding-left: 0;
}
.index_six .top .left ul li a {
  position: relative;
  color: #323232;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-bottom: 1rem;
  font-family: "Inter";
}
.index_six .top .left ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #DA251C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .top .left ul li:hover a,
.index_six .top .left ul li.active a {
  color: #DA251C;
}
.index_six .top .left ul li:hover a::before,
.index_six .top .left 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;
}
.index_six .bot .l a {
  display: none;
  height: 100%;
}
.index_six .bot .l a img {
  height: 100%;
  object-fit: cover;
}
.index_six .bot .l a.active {
  display: block;
}
.index_six .bot .r ul li {
  border-bottom: 1px solid #D9D9D9;
  padding: 1.75rem 0;
}
.index_six .bot .r ul li a {
  display: flex;
  font-family: "Inter";
}
.index_six .bot .r ul li:hover .name {
  color: #DA251C;
}
.index_six .bot .r .data {
  border-right: 1px solid #D9D9D9;
  width: 7.125rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_six .bot .r .data div {
  color: #737373;
  font-family: "Bodoni Bd BT";
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 3rem;
}
.index_six .bot .r .data p {
  color: #737373;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_six .bot .r .con {
  width: calc(100% - 7.125rem);
  padding-left: 1.25rem;
}
.index_six .bot .r .con .name {
  color: #1D1D1D;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}
.index_six .bot .r .con .text {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_six .bot > div {
  display: none;
}
.index_six .bot > div.active {
  display: block;
}
.index_seven {
  padding: 6.875rem 0 2rem;
}
.index_seven .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
}
.index_seven .swiper-slide {
  padding: 1rem;
}
.index_seven .swiper-slide > div {
  border-radius: 5px;
  height: 6.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  background: #FFF;
  box-shadow: 0px 4px 1rem 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_seven .swiper-slide:hover > div {
  box-shadow: 0px 4px 1rem 0px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_seven .swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
}
.index_seven .bot {
  margin: -1rem;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.index_eight {
  padding-bottom: 7.5rem;
}
.index_eight .flex {
  align-items: flex-start;
}
.index_eight .left {
  width: 35%;
  padding-top: 6rem;
}
.index_eight .left .text {
  color: #7C7C7C;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 1.875rem 0 2.1875rem;
}
.index_eight .right {
  width: 60%;
}
.index_eight .right #earth {
  width: 47rem !important;
  height: 47rem !important;
  margin: 0 0 0 auto;
  position: relative;
}
.index_eight .right #earth canvas {
  width: 100% !important;
  height: 100% !important;
}
.index_eight .xian1 {
  position: absolute;
  top: 7.5rem;
  right: 0;
  width: 62%;
  height: 8.75rem;
  border-radius: 7.5rem 0px 0px 7.5rem;
  background: #FEF9F9;
  color: #2E2E2E;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  z-index: -1;
}
.index_eight .xian1 div {
  padding-left: 0.75rem;
}
.index_eight .xian1 img {
  width: 7.25rem;
  height: 7.25rem;
  border-radius: 50%;
  margin-right: 1.25rem;
}
.index_eight .xian2 {
  position: absolute;
  top: 20rem;
  right: 0;
  width: 56%;
  height: 8.75rem;
  border-radius: 7.5rem 0px 0px 7.5rem;
  background: #FEF9F9;
  z-index: -1;
}
.index_eight .xian3 {
  height: 12.1875rem;
  border-radius: 7.5rem 0px 0px 7.5rem;
  background: #FEF9F9;
  z-index: -1;
  width: 80%;
  position: absolute;
  bottom: 9rem;
  right: 0;
  display: flex;
  align-items: center;
}
.index_eight .xian3 ul {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.index_eight .xian3 ul li {
  margin-left: 5rem;
}
.index_eight .xian3 .text {
  color: #7C7C7C;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.index_eight .xian3 .num {
  font-weight: 600;
}
.index_eight .xian3 .num span {
  color: #DA251C;
  font-size: 3.125rem;
  line-height: 1;
}
.index_eight .xian3 .num sup {
  position: relative;
  bottom: 0;
  color: #DA251C;
  font-size: 1.5rem;
  position: static;
}
footer {
  position: relative;
  z-index: 9;
  background: #232323;
  padding: 5rem 0 2.5rem;
}
footer .top li,
footer .bot li {
  float: left;
}
footer .top li:nth-child(1),
footer .bot li:nth-child(1) {
  width: 13%;
}
footer .top li:nth-child(2),
footer .bot li:nth-child(2) {
  width: 16%;
}
footer .bot {
  margin-top: 2.8125rem;
}
footer .bot ul {
  display: flex;
  align-items: center;
}
footer .bot ul li:nth-child(3) {
  width: calc(100% - 13% - 16% - 6.875rem);
}
footer .bot ul li .img {
  width: 6.875rem;
  height: 6.875rem;
}
footer .bot ul li .img img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
footer .bot ul li .name {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.875rem;
  position: relative;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.375rem;
}
footer .bot ul li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.5rem;
  height: 1px;
  background: #fff;
}
footer .bot ul li p {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #fff;
}
footer .top li:nth-child(3) {
  width: 19.5%;
}
footer .top li:nth-child(4) {
  width: 14%;
}
footer .top li:nth-child(5) {
  width: 19%;
}
footer .top li:nth-child(6) {
  width: 10.5%;
}
footer .name {
  font-weight: bold;
  font-size: 1.125rem;
  font-family: "Inter";
  color: #fff;
  margin-bottom: 1rem;
}
footer .text {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: rgba(255, 255, 255, 0.95);
}
footer a.text:hover {
  color: #DA251C;
}
.beian {
  position: relative;
  z-index: 9;
  background: #1A1A1A;
}
.beian .content {
  padding: 1.25rem 0;
}
.beian .content .text,
.beian .content a {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #fff;
  margin-right: 4%;
  display: inline-block;
}
.beian .content a:hover {
  color: #DA251C;
}
.beian .fenxiang li {
  width: auto;
  height: auto;
  margin-right: 0;
  border: none;
  margin-left: 0.8125rem;
}
.beian .fenxiang li a {
  color: rgba(255, 255, 255, 0.8) !important;
}
.beian .fenxiang li:hover a {
  background: transparent;
  color: #DA251C !important;
}
.beian .fenxiang li a {
  line-height: 1.875rem;
  border: none;
}
.show_news .name {
  color: #1D1D1D;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.8125rem;
}
.show_news .data {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 2rem 0 2rem;
  border-bottom: 1px solid #E9E9E9;
}
.show_news .data ul li {
  margin: 0 0.375rem;
  width: auto;
  height: auto;
}
.show_news .data ul li a {
  font-size: 1rem;
}
.show_news .data ul li:hover a {
  background: transparent;
  color: #DA251C !important;
}
.show_news .desc {
  margin: 2.5rem 0;
  padding: 1.6875rem 2.75rem;
  border: 1px solid rgba(218, 37, 28, 0.2);
  background: rgba(218, 37, 28, 0.05);
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_news .desc span {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_news .text {
  color: #7C7C7C;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_news .shangxia {
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.5625rem;
  padding-top: 2.5rem;
  border-top: 1px solid #E9E9E9;
}
.show_news .shangxia .l,
.show_news .shangxia .r {
  display: flex;
  align-items: center;
  color: #000;
  width: calc(50% - 7rem);
}
.show_news .shangxia .l a,
.show_news .shangxia .r a {
  color: #7C7C7C;
}
.show_news .shangxia .l:hover a,
.show_news .shangxia .r:hover a {
  color: #DA251C;
}
.show_news .shangxia .r {
  justify-content: flex-end;
}
.show_news .shangxia .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.show_news .shangxia .more {
  color: #DA251C;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 3.75rem;
  width: 10rem;
  border: 1px solid #DA251C;
  background: transparent;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .shangxia .more .iconfont {
  margin-left: 0.875rem;
  display: block;
  font-size: 1.125rem;
}
.show_news .shangxia .more:hover {
  background: #DA251C;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .free {
  background: linear-gradient(0deg, #FFF 0%, #FEF5F4 100%);
  padding: 2.1875rem;
  margin-top: 6.25rem;
}
.show_news .free .contact1 {
  display: flex;
  flex-wrap: wrap;
}
.show_news .free .con {
  border-radius: 0.9375rem;
  background: #DA251C;
  padding: 1.25rem 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.show_news .free .con .name {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.show_news .free .con input {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 16.25rem;
  line-height: 3.75rem;
  padding: 0 1rem;
  color: #FFF;
  font-size: 1rem;
  background: transparent;
  font-weight: 400;
  color: #fff;
}
.show_news .free .con input::placeholder {
  color: #fff;
}
.show_news .free .con button {
  width: 7.875rem;
  line-height: 3.75rem;
  background: #fff;
  border-radius: 3px;
  color: #DA251C;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #DA251C;
}
.list_parent .ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5rem -1rem -1rem;
}
.list_parent .ul li {
  width: 16.6%;
  padding: 0 1rem;
}
.list_parent .ul li > div {
  border-radius: 5px;
  height: 6.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  background: #FFF;
  box-shadow: 0px 4px 1rem 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_parent .ul li:hover > div {
  box-shadow: 0px 4px 1rem 0px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_header {
  padding-top: 9.375rem;
}
/* cookies */
.cookic_fix {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 312px;
  padding: 0 0;
  margin-bottom: 24px;
  margin-left: 32px;
  border-radius: 20px;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
  z-index: 999;
  display: none;
}
.cookic_fix .tit {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.41;
  font-weight: 700;
  padding: 24px 24px 0;
}
.cookic_fix .tit i {
  font-size: 1rem;
  cursor: pointer;
}
.cookic_fix .text {
  margin-top: 8px;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  line-height: 1.33;
  color: black;
  text-transform: none;
  padding: 0 24px 24px;
}
.cookic_fix .buttona {
  width: 100%;
  border-top: 1px solid #ddd;
}
.cookic_fix .buttona .more {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins";
  text-align: center;
  cursor: pointer;
}
.cookic_fix .buttona .more:nth-child(1) {
  width: 27.5%;
}
.cookic_fix .buttona .more:nth-child(2) {
  width: 27.5%;
}
.cookic_fix .buttona .more:nth-child(3) {
  width: 45%;
}
.cookic_fix .buttona .more + .more {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.index_fqa .right form {
  background: linear-gradient(180deg, rgba(218, 37, 28, 0.01) -11.96%, rgba(218, 37, 28, 0.05) 100%);
  padding: 2.1875rem 1.875rem 2.5rem;
}
.index_fqa .right input {
  border-radius: 5px;
  border: 1px solid rgba(218, 37, 28, 0.15);
  height: 3.75rem;
  line-height: 3.75rem;
  color: #595959;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  padding: 0 1.375rem;
  display: block;
  width: 100%;
}
.index_fqa .right textarea {
  width: 100%;
  height: 10.625rem;
  line-height: 1.875rem;
  padding: 0.625rem 1.375rem;
  display: block;
  border-radius: 5px;
  border: 1px solid rgba(218, 37, 28, 0.15);
  color: #595959;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}
.index_fqa .right button {
  width: 10.25rem;
  border-radius: 0.3125rem;
  line-height: 3.75rem;
  text-align: center;
  color: #FFF;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  background: #DA251C;
  border: 1px solid #DA251C;
  display: block;
}
.index_fqa .left ul li > div {
  border-bottom: 1px solid #ddd;
  padding: 1.05rem 0;
  cursor: pointer;
}
.index_fqa .left ul li > div:hover .con {
  display: block;
}
.index_fqa .left ul li .name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5625rem;
  margin-bottom: 0.625rem;
  height: 3.125rem;
}
.index_fqa .left ul li .text {
  line-height: 1.375rem;
}
.index_fqa .left ul li .con {
  display: none;
}
.index_fqa .left ul li .name,
.index_fqa .left ul li .text {
  display: flex;
}
.index_fqa .left ul li .name > p,
.index_fqa .left ul li .text > p {
  width: 1.875rem;
  height: 1.875rem;
  background: #DA251C;
  text-align: center;
  border-radius: 0.3125rem;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.index_fqa .left ul li .name > div,
.index_fqa .left ul li .text > div {
  width: calc(100% - 1.875rem);
  padding-left: 0.9375rem;
}
.list_case .name {
  font-family: "Inter";
  font-size: 1.375rem;
  color: #575757;
}
