@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;
}

img {
  pointer-events: none;
  /* 禁止鼠标事件 */
  -webkit-touch-callout: none;
  /* 禁止长按菜单 */
  -webkit-user-select: none;
  /* 禁止选中 */
  user-select: none;
}

body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  --phone_img: 30px;
  --bors: 1.25rem;
  --box_s: 0 0 0.75rem rgba(0, 0, 0, 0.15);
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
}

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

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

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

.bg {
  background: #DC2221;
}

.c {
  color: #DC2221;
}

.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;
}

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

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

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

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

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

/* 禁止缩放表单 */
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: #DC2221;
}

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

.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 {
  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: #EFEFEF;
  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: 100%;
  padding: 3.125rem 0 6.25rem;
}

.er-ul.pro .flex2 {
  justify-content: flex-start;
}

.er-ul.pro .left {
  width: 35%;
  border-right: 1px solid #CECECE;
}

.er-ul.pro .left a {
  line-height: 3.125rem;
  color: #858585;
  font-size: 1rem;
  padding: 0 2rem;
  font-weight: 400;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.er-ul.pro .left a:hover,
.er-ul.pro .left a.active {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #DC2221;
}

.er-ul.pro .center {
  width: 40%;
  padding-left: 5rem;
}

.er-ul.pro .center>div {
  display: none;
}

.er-ul.pro .center>div.active {
  display: block;
}

.er-ul.pro .center .text {
  color: #858585;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.er-ul.pro .center .text:hover {
  color: #DC2221;
}

.er-ul.pro .right {
  width: 25%;
}

.er-ul.pro .right>div {
  display: none;
}

.er-ul.pro .right>div>div {
  display: none;
}

.er-ul.pro .right>div>div.active {
  display: block;
}

.er-ul.pro .right>div.active {
  display: block;
}

.er-ul.pro .right .over {
  height: 22.25rem;
  width: 18.3125rem;
  background: #f5f5f5;
  margin: 0 0 0 auto;
  border-radius: 0.9375rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.er-ul.pro .right .over img {
  max-height: 100%;
}

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

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

.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) translateX(-50%);
  opacity: 1;
}

.logo_phone img {
  width: 7.5rem;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

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

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

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

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

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

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

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

body {
  --container: 14.8125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ds {
  cursor: pointer;
}

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

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

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

.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: #DC2221;
  color: #fff;
  background: #DC2221;
}

.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: #DC2221;
}

.searchbox {
  border-color: #DC2221;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow-x: 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: #DC2221;
}

.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: #DC2221;
  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: #DC2221;
  color: #fff !important;
}

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

.sjj_nav .bot>li.sjj_nav_i_se .iconfont {
  transform: rotateX(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.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: #DC2221;
}

.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);
  filter: brightness(0) invert(1);
}

.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: inline-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: #DC2221;
}

.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;
}

.bgf8 {
  background: #F4F4F4;
}

.show_header .bread {
  position: static;
  padding: 2rem 0;
  color: #949494;
}

.show_header .bread a {
  color: #949494;
}

.show_header .bread a:hover {
  color: #DC2221;
}

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

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

header.active .menu img:nth-child(2),
header:hover .menu img:nth-child(2),
header.white .menu img:nth-child(2),
.show_header header .menu img:nth-child(2) {
  display: inline-block;
}

header.active .menu img:nth-child(1),
header:hover .menu img:nth-child(1),
header.white .menu img:nth-child(1),
.show_header header .menu img:nth-child(1) {
  display: none;
}

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:hover>a,
header.active .center>ul>li.active>a,
header:hover .center>ul>li.active>a,
header.white .center>ul>li.active>a,
.show_header header .center>ul>li.active>a {
  color: #DC2221;
}

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:hover>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,
.show_header header .center>ul>li.active>a::before {
  background: #DC2221;
}

header {
  position: fixed;
  line-height: 6.25rem;
  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.active2 {
  background: #fff;
  --cf: #000;
  animation: none !important;
  box-shadow: none !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header.active2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.05;
}

header.active2 .menu img {
  filter: brightness(0) !important;
  opacity: 0.8 !important;
}

header.active2 .center {
  opacity: 0;
}

header.active2 .tel {
  opacity: 0;
}

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 .tel {
  color: var(--color);
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  margin-left: 2rem;
}

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

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

header .lanuage {
  /* display: none; */
}

header .lanuage img {
  filter: brightness(0) invert(1);
  cursor: pointer;
}

header .menu {
  margin-left: 2.5rem;
}

header .menu img {
  height: 1.5625rem;
}

header .menu img:nth-child(2) {
  display: none;
}

header .lanuage {
  margin: 0 0 0 2.5rem;
  position: relative;
}

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

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

header .lanuage ul li {
  line-height: 1.875rem;
}

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

.phone .right ul {
  position: absolute;
  top: 95%;
  left: 0%;
  width: 5rem;
  text-align: center;
  padding: .625rem;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  background: #EFEFEF;
}

.phone .right:hover ul {
  transform: scaleY(1) translateX(0%);
  opacity: 1;
}

.phone .right ul li {
  line-height: 30px;
}

header .lanuage a {
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  color: var(--color);
}

header .lanuage a.c {
  color: #DC2221;
}

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;

}

/* .banner .hover .p1 {
  color: #FFF;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.375rem;
} */
.banner .swiper-pagination {
  bottom: 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  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: 1.875rem;
  background: #DC2221;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
}

.banner video,
.banner img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}

.banner .hover2 {
  position: absolute;
  bottom: 4.375rem;
  left: 0;
  width: 100%;
  z-index: 8;
}

.banner .hover2 .container {
  padding: 0 6.25rem;
}

.banner .hover2 p {
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-style: italic;
  margin-top: 1.5625rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.banner .hover2 p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .hover2 p:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .hover2 .flex {
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2.625rem;
}

.banner .hover2 .flex>div {
  position: static;
  margin-top: 0;
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.875rem;
  background-image: none;
}

.banner .hover2 .flex>div:hover {
  background: #DC2221;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .hover2 .flex>div .iconfont {
  font-size: 1rem;
  color: #fff;
}

.nyban .bread {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
  color: #fff;
}

.nyban .bread a {
  color: #fff;
}

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

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

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

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

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

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

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

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

.bread {
  font-size: 1rem;
  color: #262626;
}

.bread.bor {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bread a {
  color: #262626;
}

.bread img {
  height: 1.5rem;
}

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

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

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

.number_ul li .icon img {
  height: 3.125rem;
}

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

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

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

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

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

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

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

.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.75rem;
}

.swiper_pag.color .swiper-pagination-bullet {
  background: var(--swiper_pag_c);
}

.swiper_pag.color .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper_pag .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  background: #fff;
}

.swiper_pag .swiper-pagination-bullet-active {
  background: #DC2221;
  width: 1.875rem;
  border-radius: 3.125rem;
}

.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: #DC2221;
  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: 12.25rem;
  line-height: 3.375rem;
  border-radius: 3.125rem;
  border: 1px solid var(--more_c);
  display: inline-block;
  --more_c: rgba(0, 0, 0, 0.5);
  position: relative;
  font-style: italic;
  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: #DC2221;
  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: #DC2221;
}

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

.more:hover div span {
  background: #DC2221;
}

.more:hover div span::before {
  opacity: 0.3;
  animation: fangda infinite 2s;
}

.more:hover::before {
  transform: scale(1);
}

.more>div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}

.more>div span {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  margin-left: 1rem;
  position: relative;
}

.more>div span::before {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #DC2221;
  opacity: 0;
}

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

  50% {
    transform: scale(1);
  }

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

.more.bg {
  border-color: #DC2221;
}

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

.more.bg::before {
  background: #fff;
}

.more.bg:hover div {
  color: #DC2221;
}

.more.borf {
  border-color: #fff;
}

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

.more.borf:hover {
  border-color: #DC2221;
}

.more.bgf {
  background: #fff;
  border-color: #fff;
}

.more.bgf div {
  color: #DC2221;
}

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

@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}

.title {
  color: #242424;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3rem;
}

.subtitle {
  color: rgba(220, 34, 33, 0.5);
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 2rem;
}

.subtitle.cff {
  color: rgba(255, 255, 255, 0.5);
}

.subtitle.cff div::before {
  background: #fff;
}

.subtitle div {
  display: inline-block;
  padding: 0 0 0.75rem;
  position: relative;
}

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

.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: #DC2221;
  border-radius: 50%;
}

.ptb {
  padding: 6.25rem 0;
}

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

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

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

.show_news {
  padding: 0 0 8.125rem;
}

.show_news .desc {
  border-radius: 5px;
  border: 1px solid rgba(220, 34, 33, 0.3);
  background: rgba(220, 34, 33, 0.05);
  padding: 1.875rem 2rem;
  font-size: 1rem;
  color: #7C7C7C;
  line-height: 1.875rem;
  margin-bottom: 2.125rem;
}

.show_news .desc span {
  color: #000;
}

.show_news .content {
  background: #FFF;
  padding: 4.375rem 2.8125rem;
}

.show_news .content .name {
  color: #1D1D1D;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 600;
}

.show_news .fenxiang {
  margin-left: 3.125rem;
}

.show_news .fenxiang .social-share li {
  width: auto;
  height: auto;
}

.show_news .fenxiang .social-share li a {
  border: none;
  line-height: normal;
  color: #9b9b9b;
}

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

.show_news .text {
  padding: 2.5rem 0 4.375rem;
  border-bottom: 1px solid #E9E9E9;
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.show_news .content {
  position: relative;
  z-index: 9;
}

.show_news .data {
  color: #B7B7B7;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 2rem;
  border-bottom: 1px solid #E9E9E9;
}

.show_news .data .iconfont {
  font-size: 1.125rem;
  margin-right: 0.625rem;
}

.show_news .shangxia .content {
  border-top: 1px solid #DBDBDB;
  padding-top: 2.1875rem;
  display: flex;
  align-items: center;
}

.show_news .shangxia .content .c {
  width: 16rem;
  text-align: center;
}

.show_news .shangxia .content .c .more {
  margin: 0 auto;
}

.show_news .shangxia .content .r {
  justify-content: flex-end;
}

.show_news .shangxia .content .l,
.show_news .shangxia .content .r {
  width: calc(50% - 8rem);
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #7B7B7B;
}

.show_news .shangxia .content .l span,
.show_news .shangxia .content .r span {
  color: #000;
  white-space: nowrap;
}

.show_news .shangxia .content .l a,
.show_news .shangxia .content .r a {
  color: #7B7B7B;
}

.show_news .shangxia .content .l a:hover,
.show_news .shangxia .content .r a:hover {
  color: #DC2221;
}

.show_news .shangxia .more .iconfont {
  font-size: 0.875rem;
}

.show_news .shangxia .more {
  width: 11rem;
  line-height: 3.4375rem;
  border-radius: 0.25rem;
  border: 1px solid #DC2221;
  text-align: center;
  border-radius: 3.125rem;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .shangxia .more .iconfont {
  font-size: 1.125rem;
  margin-left: 1rem;
}

.show_news .shangxia .more:hover {
  background: #DC2221;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #DC2221;
}

.show_news .more.aa::before {
  background: #fff;
}

.subcontent11 {
  background-color: transparent !important;
  box-shadow: none !important;
}

.subcontent11 .layui-layer-title {
  background-color: transparent !important;
  opacity: 0;
}

.subcontent11 .layui-layer-setwin {
  top: 0;
}

.subcontent11 .layui-layer-close {
  background: url(../img/close.svg) no-repeat !important;
  filter: brightness(0) invert(1);
  background-size: 1.375rem 1.375rem !important;
}

.subcontent11 .name {
  color: #fff;
}

.index_one {
  background: url(../img/2.png) no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.index_one .text {
  color: #818181;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 1.25rem 0 2.5rem;
  white-space: nowrap;
}

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

.index_one .right {
  padding-top: 13.75rem;
}

.index_one .right .name {
  margin-top: 1rem;
  font-size: 1rem;
  color: #818181;
}

.index_one .right video,
.index_one .right .pr>img {
  border-radius: 37.5rem;
  height: 16.125rem;
  object-fit: cover;
  cursor: pointer;
}

.index_one .right .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index_two .swiper-slide {
  opacity: 0 !important;
}

.index_two .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.index_two video {
  border-radius: 20rem;
  max-height: calc(100vh - 10rem);
  height: calc(100vh - 10rem);
  position: relative;
  object-fit: cover;
  width: 60%;
  margin: 0 auto;
  object-position: bottom;
}

video {
  display: block;
}

.index_three {
  background: #fff;
  position: relative;
  z-index: 98;
}

.index_three .container {
  padding: 0 6.25rem;
}

.index_three .margin {
  margin: 1.8125rem -1.5625rem 0;
}

.index_three .swiper-slide {
  padding: 1rem 1.5625rem 0;
}

.index_three .swiper-slide:hover .top {
  box-shadow: var(--box_s);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .swiper-slide:hover .top .icon {
  background: #DC2221;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.index_three .swiper-slide:hover .name {
  color: #DC2221;
}

.index_three .swiper-slide:hover .name::before {
  width: 100%;
}

.index_three .swiper-slide:hover .flex div {
  background: #DC2221;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #DC2221;
}

.index_three .swiper-slide:hover .flex a .iconfont {
  color: #DC2221;
}

.index_three .swiper-slide .top {
  height: 41rem;
  border-radius: 0.9375rem;
  background: rgba(246, 246, 246, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .swiper-slide .top .img img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  max-height: 30rem;
}

.index_three .swiper-slide .top .icon {
  position: absolute;
  top: 1.5rem;
  right: 1.6875rem;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background: #3c3c3b;
  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;
}

.index_three .swiper-slide .top .icon img {
  height: 0.75rem;
  width: 0.75rem;
}

.index_three .swiper-slide .name {
  color: #414141;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 1.75rem 0 1.375rem;
  margin-bottom: 1.25rem;
  position: relative;
}

.index_three .swiper-slide .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #aaa;
  z-index: 1;
}

.index_three .swiper-slide .name::before {
  content: "";
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #DC2221;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .swiper-slide .flex div {
  padding: 0 0.75rem;
  border-radius: 2px;
  border: 1px solid #DEDEDE;
  color: #818181;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .swiper-slide .flex a .iconfont {
  color: #474747;
  display: block;
  font-size: 1.25rem;
}

.index_three .more {
  margin-top: 4rem;
}

/* 鼠标跟随 --> */
#c-followDot {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: transparent;
  z-index: 999;
  pointer-events: none;
}

@media (max-width: 990px) {
  #c-followDot {
    display: none;
  }
}

#c-followDot .c-hover {
  color: #FFF;
  font-family: "Noto Serif SC";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  text-align: center;
  -webkit-transform: scale(0, 0) translate(-50%, -50%);
  -moz-transform: scale(0, 0) translate(-50%, -50%);
  -ms-transform: scale(0, 0) translate(-50%, -50%);
  -o-transform: scale(0, 0) translate(-50%, -50%);
  transform: scale(0, 0) translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#c-followDot.c-active .c-hover {
  -webkit-transform: scale(1, 1) translate(-50%, -50%);
  -moz-transform: scale(1, 1) translate(-50%, -50%);
  -ms-transform: scale(1, 1) translate(-50%, -50%);
  -o-transform: scale(1, 1) translate(-50%, -50%);
  transform: scale(1, 1) translate(-50%, -50%);
}

#c-followDot.c-active.on .c-hover {
  display: none;
}

.index_four {
  position: relative;
  z-index: 98;
  background: #fff;
}

.index_four .container {
  padding: 0 6.25rem;
}

.index_four ul {
  display: flex;
  flex-wrap: wrap;
  margin: 3.125rem 0 4rem;
}

.index_four ul li {
  flex: 1 0 0;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.index_four ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 2rem;
  background: #D9D9D9;
}

.index_four ul li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 2rem;
  background: #D9D9D9;
}

.index_four ul li>a {
  display: inline-block;
}

.index_four ul li>a .icon img {
  height: 3.125rem;
  width: 3.125rem;
  opacity: 0.7;
  filter: brightness(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four ul li>a .name {
  color: #818181;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four ul li:hover .icon img,
.index_four ul li.active .icon img {
  filter: brightness(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four ul li:hover .name,
.index_four ul li.active .name {
  color: #DC2221;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .bot {
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
}

.index_four .bot .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

.index_four .bot .name {
  color: #FFF;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.index_four .bot .text {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  width: 50%;
  margin: 2.5rem auto 4.375rem;
}

.index_four .bot .swiper-slide {
  padding: 14.375rem 0 16rem;
  opacity: 0 !important;
}

.index_four .bot .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.index_five {
  position: relative;
  z-index: 98;
  background: #fff;
  z-index: 8;
}

.index_five::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 3.5rem);
  background: url(../img/8.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.index_five .number_ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1.5625rem 0;
}

.index_five .number_ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.index_five .number_ul li .icon {
  margin-bottom: 1.25rem;
}

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

.index_five .number_ul .counter,
.index_five .number_ul .text,
.index_five .number_ul sub,
.index_five .number_ul sup {
  color: #fff !important;
}

.index_five .bot {
  margin-top: 9.375rem;
}

.index_five .bot .t {
  position: sticky;
  top: 10rem;
}

.index_five .bot ul {
  margin-top: 3.75rem;
}

.index_five .bot ul li {
  margin-bottom: 1.25rem;
  position: sticky;
  top: 20rem;
  height: 100%;
}

.index_five .bot ul li .boxs {
  padding: 1.875rem 2.1875rem 3.75rem;
  border-radius: 0.9375rem;
  background: #F6F6F6;
  box-shadow: 0px -0.5rem 0.75rem 0px rgba(0, 0, 0, 0.1);
}

.index_five .bot ul li:nth-child(2) {
  top: 24rem;
}

.index_five .bot ul li:nth-child(3) {
  top: 28rem;
}

.index_five .bot ul li .left_num {
  color: #2D2D2D;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1.5625rem;
}

.index_five .bot ul li .img {
  height: 8.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_five .bot ul li .img img {
  max-height: 100%;
  max-width: 100%;
}

.row50 {
  margin: 0 -1.5625rem;
}

.row50>div {
  padding: 0 1.5625rem;
}

.bor15 {
  border-radius: 0.9375rem;
}

.index_six {
  position: relative;
  z-index: 98;
  background: #fff;
}

.index_six .row,
.index_six .more {
  margin-top: 4rem;
}

.index_six .left .over img {
  height: 30.6875rem;
  object-fit: cover;
}

.index_six ul li a {
  display: flex;
  align-items: center;
  padding: 1.875rem 0;
  position: relative;
}

.index_six ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CECECE;
}

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

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

.index_six ul li:hover a .name,
.index_six ul li.active a .name {
  color: #DC2221;
}

.index_six ul li .l {
  width: 7.5rem;
  padding-right: 1.75rem;
}

.index_six ul li .l div {
  color: #474747;
  text-align: right;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.index_six ul li .l p {
  color: #474747;
  text-align: right;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-top: 1.25rem;
}

.index_six ul li .r {
  width: calc(100% - 7.5rem);
  padding-left: 2rem;
  position: relative;
}

.index_six ul li .r::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 3.8125rem;
  background: #CECECE;
}

.index_six ul li .r .name {
  color: #474747;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.index_six ul li .r .text {
  color: #818181;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.875rem;
  line-height: 1.875rem;
}

footer {
  background: #1A1A1A;
  position: relative;
  z-index: 98;
}

footer .top {
  padding: 4.875rem 0 3.75rem;
}

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

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

footer .top .text:hover {
  color: #fff;
}

footer .top .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0.9375rem;
}

footer .bot {
  padding: 2.1875rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .bot ul {
  display: flex;
}

footer .bot ul li:not(:last-child) {
  margin-right: 3.125rem;
}

footer .bot ul li div {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1rem;
}

footer .bot ul li div>div {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}

footer .bot ul li div img {
  width: 1.5rem;
  margin-right: 1.25rem;
  filter: brightness(0) invert(1);
}

footer .bot ul li p {
  color: #858585;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}

footer .bot ul li p a {
  color: #858585;
}

footer .bot ul li p a:hover {
  color: #fff;
}

footer .bot ul li p.tel {
  font-weight: 600;
}

footer .bot ul li p.tel span {
  display: inline-block;
  width: 100%;
}

.beian {
  padding: 1.125rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.beian .left a {
  color: rgba(255, 255, 255, 0.6);
}

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

.beian .right a {
  color: rgba(255, 255, 255, 0.4);
}

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

.beian .right span:last-child {
  display: none;
}

.list_news .ul li {
  padding: 3.125rem 0;
  position: relative;
}

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

.list_news .ul li .over,
.list_news .ul li .over img {
  border-radius: 0.625rem;
}

.list_news .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D8D8D8;
}

.list_news .ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #DC2221;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news .ul li a {
  border-radius: 0.625rem;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news .ul li a .left {
  padding-right: 3.75rem;
}

.list_news .ul li a .right {
  padding: 0 3.125rem 0 0;
}

.list_news .ul li:hover a {
  background: #FFF;
  box-shadow: var(--box_s);
  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 .left img {
  transform: scale(1.1);
}

.list_news .ul li:hover a .right .name {
  color: #DC2221;
}

.list_news .ul li:hover::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news .ul li .name {
  color: #474747;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.125rem;
}

.list_news .ul li .text {
  color: #818181;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 1.5625rem 0 4.375rem;
}

.list_news .ul li .data {
  display: flex;
  align-items: center;
  color: #B7B7B7;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.875rem;
}

.list_news .ul li .data .iconfont {
  font-size: 1.125rem;
  margin-right: 0.8125rem;
  font-weight: 500;
}

@media (max-width: 990px) {
  .list_news .ul li a .right {
    padding: 15px 30px 30px;
  }

  .list_news .ul li a .right .text {
    margin: 5px 0 15px;
  }
}

@media (max-width: 767px) {
  .list_news .ul li .name {
    font-size: 18px;
  }

  .list_news .ul li .text {
    font-size: 14px;
    line-height: 26px;
  }

  .list_news .ul li .data {
    font-size: 14px;
  }

  .list_news .ul li .data .iconfont {
    font-size: 16px;
  }

  .list_news .ul li a .right {
    padding: 15px 15px 0;
  }

  .list_news .ul li:hover a {
    box-shadow: none;
  }

  .list_news .ul li {
    padding: 20px 0;
  }
}

.menu_pc {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  height: calc(100vh - 5rem);
  background: #fff;
  z-index: 998;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.menu_pc.active {
  opacity: 1;
  top: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.menu_pc ul {
  display: flex;
  padding-bottom: 4rem;
  justify-content: space-between;
}

.menu_pc ul .name {
  color: #555;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 0.9375rem;
}

.menu_pc ul .name:hover {
  font-weight: 500;
}

.menu_pc ul .text {
  color: #555;
  font-size: 1rem;
  line-height: 1.75rem;
}

.menu_pc ul .text:hover {
  color: #000;
}

.nyerji {
  line-height: 5rem;
  position: relative;
}

.nyerji::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.nyerji ul {
  display: flex;
}

.nyerji ul li:hover a {
  color: #DC2221;
}

.nyerji ul li.active {
  background: #DC2221;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nyerji ul li.active a {
  color: #fff;
}

.nyerji ul li a {
  padding: 0 2.1875rem;
  color: #858585;
  font-size: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.bor15 {
  border-radius: 0.9375rem;
}

.list_industry.industry .over img {
  height: 21.25rem;
  object-fit: cover;
}

.list_industry.industry .ul li:hover img {
  transform: scale(1.1);
}

.list_industry.industry .ul li:hover .name {
  color: #DC2221;
}

.list_industry.pro .ul li:hover .height {
  box-shadow: var(--box_s);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_industry.pro .ul li:hover .height img {
  transform: scale(1.1);
}

.list_industry.pro .ul li:hover .name {
  color: #DC2221;
}

.list_industry.pro .ul li .height {
  border-radius: var(--bors);
  background: rgba(246, 246, 246, 0.96);
}

.list_industry.pro .ul li .height .over {
  padding: 3rem 0;
}

.list_industry.pro .ul li .height img {
  height: 25rem;
  object-fit: contain;
}

.list_industry .text {
  text-align: center;
  margin: 2rem 0 2.5rem;
}

.list_industry .text.mt5 {
  margin-top: 0.3125rem;
  margin-bottom: 0;
}

.list_industry .name {
  padding-top: 1.5rem;
  font-size: 1.125em;
  color: #525252;
  line-height: 1.875rem;
}

.list_industry .text {
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
}

.list_industry .ul li {
  margin-bottom: 3.125rem;
}

.list_industry .ul2 {
  display: flex;
  flex-wrap: wrap;
  margin: 1.875rem -0.75rem 0;
}

.list_industry .ul2 li {
  padding: 0 0.75rem;
  width: 20%;
  margin-bottom: 1.25rem;
}

.list_industry .ul2 li>div {
  border-radius: 0.3125rem;
  border: 1px solid #D6D6D6;
  background: #FFF;
  height: 7.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_industry .ul2 li>div img {
  max-height: 7.3125rem;
}

.list_industry .ul2 li:hover>div {
  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_pro {
  display: flex;
}

.list_pro .left {
  width: 25rem;
  background: #EFEFEF;
}

.list_pro .left ul {
  position: sticky;
  top: 6.25rem;
}

.list_pro .left ul li {
  line-height: 4.375rem;
  position: relative;
  border-bottom: 1px solid #C5C5C5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro .left ul li:hover a,
.list_pro .left ul li:hover a .iconfont {
  color: #DC2221;
}

.list_pro .left ul li.active {
  background: #DC2221;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro .left ul li.active a {
  color: #fff;
}

.list_pro .left ul li.active a .iconfont {
  color: #fff;
}

.list_pro .left ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #414141;
  font-size: 1.125rem;
  padding: 0 2.5rem 0 4.5rem;
}

.list_pro .left ul li a div {
  width: calc(100% - 1.875rem);
}

.list_pro .left ul li a .iconfont {
  width: 1.875rem;
  text-align: right;
  color: #939393;
  font-size: 0.875rem;
}

.list_pro .right {
  width: calc(100% - 25rem);
  padding-left: 4.0625rem;
  padding-right: var(--container);
}

.list_pro .right .ul li {
  margin-bottom: 3.75rem;
}

.list_pro .right .ul li:hover .over {
  border: 1px solid #DC2221;
  background: #FFF;
  box-shadow: 0px 0px 10px 5px 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_pro .right .ul li:hover .over img {
  transform: scale(1.1);
}

.list_pro .right .ul li:hover .name {
  color: #DC2221;
}

.list_pro .right .ul li:hover .name::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pro .right .ul li .over {
  border-radius: 0.9375rem;
  border: 1px solid #DBDBDB;
  padding: 3.75rem 1.25rem;
  height: 27.25rem;
  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_pro .right .ul li .over img {
  max-height: 100%;
  min-width: 30%;
}

.list_pro .right .ul li .name {
  color: #414141;
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: 5rem;
  display: flex;
  align-items: center;
  position: relative;
}

.list_pro .right .ul li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #AAA;
}

.list_pro .right .ul li .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #DC2221;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_product {
  padding: 3.125rem 0 5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.show_product .right {
  display: flex;
  padding: 0 15px;
  align-items: center;
}

.show_product .right .swiper_pro_left {
  width: calc(100% - 11rem);
  margin-right: 2rem;
}

.show_product .right .swiper_pro_left .swiper-slide {
  height: 33.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_product .right .swiper_pro_left .swiper-slide img {
  max-height: 80%;
}

.show_product .right .swiper_pro_right {
  width: 9rem;
  height: 30rem;
}

.show_product .right .swiper_pro_right .swiper-slide {
  width: 100% !important;
  background: #fff;
  border-radius: var(--bors);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #ddd;
}

.show_product .right .swiper_pro_right .swiper-slide img {
  max-height: 6.25rem;
}

.show_product .right .swiper_pro_right .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #DC2221;
}

.show_product .right .swiper-button-next,
.show_product .right .swiper-button-prev {
  margin: 0 auto 0 0;
  width: 9rem;
  background-size: 1.25rem 1.25rem;
  margin-top: 0;
  z-index: 5;
  background-image: none;
  height: 2.5rem;
  text-align: center;
  right: 0;
  left: auto;
  line-height: 2.5rem;
}

.show_product .right .swiper-button-next .iconfont,
.show_product .right .swiper-button-prev .iconfont {
  font-size: 1.25rem;
  color: #ddd;
}

.show_product .right .swiper-button-next:hover .iconfont,
.show_product .right .swiper-button-prev:hover .iconfont {
  color: #DC2221;
}

.show_product .right .swiper-button-next {
  top: auto;
  bottom: 0;
}

.show_product .right .swiper-button-prev {
  top: 0;
}

.show_product .right .padding {
  padding: 2.5rem 0;
}

.show_product .left .text {
  color: #818181;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  margin: 2.5rem 0 5rem;
  text-align: justify;
}

.show_product .left .flex {
  justify-content: flex-start;
}

.show_product .left .flex a {
  width: auto;
  padding: 0 2.5rem;
}

.show_product .left .flex a:not(:first-child) {
  margin-left: 2.125rem;
  padding: 0 1.25rem;
}

.show_product .left .flex a img {
  filter: brightness(0) invert(1);
  margin-right: 0.625rem;
}

.show_product .left .flex a:hover img {
  filter: brightness(1) invert(0);
}

.qiehuan_pro {
  line-height: 4.6875rem;
  background: #F4F4F4;
  position: sticky;
  top: 6.25rem;
  z-index: 999;
}

.qiehuan_pro ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qiehuan_pro ul li {
  flex: 1;
  color: #6A6A6A;
  font-size: 1.125rem;
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan_pro ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #DC2221;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.qiehuan_pro ul li:hover a {
  color: #DC2221;
}

.qiehuan_pro ul li.active {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.qiehuan_pro ul li.active a {
  color: #DC2221;
}

.font30 {
  padding-left: 1rem;
  position: relative;
  color: #242424;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.font30 div {
  color: #818181;
  font-size: 1rem;
  margin-left: 1.25rem;
  font-weight: 500;
}

.font30 div span {
  color: #1D1D1D;
  font-size: 1.25rem;
  font-weight: 500;
}

.font30::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.25rem;
  height: 1.75rem;
  background: #DC2221;
}

.show_pro_two .ul1 {
  margin-left: -1rem;
  margin-right: -1rem;
  align-items: flex-start;
}

.show_pro_two .ul1 li {
  text-align: center;
  padding: 0 1rem;
  flex: 1 0 0;
}

.show_pro_two .ul1 li .icon {
  box-shadow: 0px 0px 1.875rem rgba(0, 0, 0, 0.1);
  width: 7.75rem;
  height: 7.75rem;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_pro_two .ul1 li .icon img {
  height: 3.125rem;
}

.show_pro_two .ul1 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;
}

.show_pro_two .ul1 li .name {
  color: #313131;
  font-size: 1.25rem;
  line-height: 2.1875rem;
}

.show_pro_two .ul1 li .text {
  color: #818181;
  font-size: 1rem;
  line-height: 2.1875rem;
}

.show_pro_two .ul2 .over,
.show_pro_two .ul2 .over img {
  border-radius: 0.9375rem;
}

.show_pro_two .ul2 .over img {
  width: 100%;
}

.show_pro_two .ul2 li {
  margin-bottom: 1.875rem;
}

.show_pro_two .ul2 li:hover .over img {
  transform: scale(1.1);
}

.show_pro_two .ul3 li>div {
  border: 1px solid #D2D2D2;
  height: 100%;
}

.show_pro_two .ul3 li>div .name {
  border-top: 1px solid #d2d2d2;
  text-align: center;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.625rem;
  color: #575757;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.show_pro_two .ul3 li>div .flex {
  align-items: flex-start;
  height: calc(100% - 3.125rem);
}

.show_pro_two .ul3 li>div .flex>div {
  width: 50%;
  padding: 1.875rem 0 2.5rem;
  height: 100%;
}

.show_pro_two .ul3 li>div .flex>div:nth-child(1) {
  border-right: 1px solid #d2d2d2;
}

.show_pro_two .ul3 li>div .flex>div .img {
  height: 11.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_pro_two .ul3 li>div .flex>div .img img {
  max-height: 90%;
  object-fit: contain;
}

.show_pro_two .ul3 li>div .flex>div div:nth-child(2) {
  color: #DC2221;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.625rem;
}

.show_pro_two .ul3 li>div .flex>div div:nth-child(2) p {
  font-size: 0.875rem;
}

.show_pro_three .tips {
  margin-top: 2.1875rem;
  color: #DC2221;
  font-size: 1rem;
  line-height: 1.625rem;
  display: none;
}

.show_pro_three .table-responsive {
  max-height: calc(100vh - 6.25rem - 10rem);
  overflow: auto;
}

.show_pro_three table thead {
  position: sticky;
  top: 0;
  z-index: 888;
}

.show_pro_three table .tou:nth-child(1) td:nth-child(1),
.show_pro_three table tbody tr td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 599 !important;
}

.show_pro_three table .tou:nth-child(1) td:nth-child(2),
.show_pro_three table tbody tr td:nth-child(2) {
  position: sticky;
  z-index: 599 !important;
}

table {
  margin-bottom: 0 !important;
}

table td {
  padding: 0.875rem;
  vertical-align: middle !important;
  text-align: center;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.875rem;
  border: 1px solid #D9D9D9;
}

table tbody tr {
  color: #818181;
}

table tbody tr:nth-child(odd) {
  background: #F8F8F8;
}

table tbody tr:nth-child(even) {
  background: #EAEAEA;
}

table tbody tr td:nth-child(1) {
  color: #3C3C3C;
  text-decoration: underline;
  cursor: pointer;
  line-height: 1.25rem;
}

table thead td {
  background: #DC2221;
  color: #fff;
}

.show_pro_four .right {
  width: 60%;
  height: auto;
  position: relative;
  top: -1px;
  left: -1px;
}

.show_pro_four .right .over {
  display: none;
  height: 100%;
}

.show_pro_four .right .over img {
  height: 100%;
  object-fit: cover;
}

.show_pro_four .right .over.active {
  display: block;
}

.show_pro_four .left {
  width: 40%;
}

.show_pro_four .left ul {
  display: flex;
  flex-wrap: wrap;
}

.show_pro_four .left ul li {
  border: 1px solid #D9D9D9;
  margin: -1px 0 0 -1px;
  height: 11.875rem;
  width: 50%;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_four .left ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_pro_four .left ul li .icon {
  margin: 0 auto;
}

.show_pro_four .left ul li .icon img {
  height: 3.125rem;
}

.show_pro_four .left ul li .name {
  color: #818181;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 0.875rem;
}

.show_pro_four .left ul li:hover,
.show_pro_four .left ul li.active {
  background: #DC2221;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_four .left ul li:hover .name,
.show_pro_four .left ul li.active .name {
  color: #fff;
}

.show_pro_four .left ul li:hover .icon img,
.show_pro_four .left ul li.active .icon img {
  filter: brightness(0) invert(1);
}

.show_pro_four .flex {
  align-items: stretch;
}

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

.margin .iconfont {
  font-size: 1rem;
}

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

.show_pro_five .swiper_btn {
  top: 40%;
  border-color: #DC2221;
}

.show_pro_five .swiper_btn .iconfont {
  color: #DC2221;
}

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

.show_pro_five .swiper-slide .over img {
  width: 100%;
}

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

.show_pro_five .swiper-slide .over,
.show_pro_five .swiper-slide .over img {
  border-radius: 0.9375rem;
}

.show_pro_five .swiper-slide .text {
  color: #818181;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
  margin-top: 1.875rem;
}

.show_pro_five .swiper-slide .text strong {
  color: #313131;
  font-size: 1.125rem;
}

.hidden {
  display: none;
}

.fancybox__container {
  z-index: 999999999 !important;
}

.subcontent {
  width: 26.25rem !important;
}

.subcontent .title {
  color: #333;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: relative;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}

.subcontent .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 0.1875rem;
  background: #DC2221;
}

.subcontent .img {
  position: relative;
}

.subcontent .img img {
  height: 8.75rem;
  object-fit: contain;
}

.subcontent .img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subcontent .more {
  width: 100%;
  margin-top: 2.0625rem;
  color: #fff;
}

.subcontent .more:hover {
  color: #DC2221;
}

.subcontent .name {
  color: #3C3C3C;
  text-align: center;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 0.625rem;
}

.subcontent .inpu {

  margin-top: 0.9375rem;
}

.subcontent .inpu input {
  width: 100%;
  padding-left: 1rem;
  line-height: 3.125rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.subcontent .inpu div {

  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 1.875rem;
}

.subcontent .inpu button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #DC2221;
  font-size: 0.875rem;
  line-height: 1.875rem;
  padding: 0 0 0 0;
  width: 7rem;
  text-align: center;
  border: none;
  background: transparent;
}

.subcontent .inpu button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 1.75rem;
  background: rgba(0, 0, 0, 0.1);
}

.subcontent .content {
  padding: 3.125rem;
}

.list_download .top {
  display: flex;
  background: #DC2221;
  line-height: 4.375rem;
  justify-content: space-between;
  color: #FFF;
  font-size: 1.125rem;
}

.list_download .bot {
  display: flex;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #D9D9D9;
}

.list_download .bot li {
  height: 3.4375rem;
  display: flex;
  align-items: center;
  color: #535353;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.list_download .bot li:nth-child(2) {
  color: #7C7C7C;
}

.list_download .more {
  font-style: normal;
  font-weight: 500;
  line-height: 3.4375rem;
}

.list_download .more .iconfont {
  transform: rotate(180deg);
  font-size: 1rem;
  margin-left: 1rem;
}

.list_download .top,
.list_download .bot {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.list_download .top li:nth-child(1),
.list_download .bot li:nth-child(1) {
  width: 40%;
}

.list_download .top li:nth-child(2),
.list_download .bot li:nth-child(2) {
  width: 25%;
}

.list_download .top li:nth-child(3),
.list_download .bot li:nth-child(3) {
  width: 35%;
  justify-content: center;
  text-align: center;
}

.list_download .top li:nth-child(3) a,
.list_download .bot li:nth-child(3) a {
  width: 10rem;
}

.list_download .top li:nth-child(3) a:not(:first-child),
.list_download .bot li:nth-child(3) a:not(:first-child) {
  margin-left: 1.25rem;
}

.list_contact .top {
  margin-bottom: 2.5rem;
}

.list_contact .top .right {
  text-align: right;
}

.list_contact .top .right>div {
  display: inline-block;
}

.list_contact .top .right>div p {
  color: #3D3D3D;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: left;
}

.list_contact .top .right>div div {
  text-align: left;
  color: #DC2221;
  font-style: italic;
  font-weight: 700;
}

.list_contact .left {
  color: #818181;
  font-size: 1.125rem;
  line-height: 2.5rem;
  padding-right: 2.8125rem;
}

.list_contact .left a {
  color: #818181;
}

.list_contact .left .b {
  border-top: 1px solid #D3D3D3;
  padding-top: 0.5625rem;
  margin-top: 1rem;
}

.list_contact .left ul li {
  display: flex;
}

.list_contact .left ul li .icon img {
  height: 1.625rem;
  width: 1.625rem;
}

.list_contact .left ul li .con {
  width: calc(100% - 1.625rem);
  padding-left: 1.125rem;
}

.list_contact .left ul li .con a {
  color: #818181;
}

.list_contact_two {
  background: url(../img/c4.png) no-repeat;
  background-size: cover;
}

.list_contact_two .left {
  color: #242424;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 3.75rem;
  padding-bottom: 3rem;
}

.list_contact_two form textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 0.625rem 1.875rem;
  color: #474747;
  font-size: 1.125rem;
  height: 9.625rem;
  display: block;
}

.list_contact_two form textarea::placeholder {
  color: #818181;
}

.list_contact_two form input {
  line-height: 4.0625rem;
  padding: 0 1.875rem;
  color: #474747;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  background: #fff;
  font-size: 1.125rem;
}

.list_contact_two form input::placeholder {
  color: #818181;
}

.list_contact_two form button {
  color: #fff;
  font-style: normal;
}

.list_contact_two form button:hover {
  color: #DC2221;
}

.list_contact_three {
  display: none;
}

.list_contact_three .margin {
  margin-top: 2.5rem;
}

.list_contact_three .hover {
  position: absolute;
  bottom: 1.5625rem;
  left: 0;
  padding: 0 2.5rem;
}

.list_contact_three .hover .name {
  color: #FFF;
  font-size: 1.625rem;
  line-height: 2.5rem;
}

.list_contact_three .hover .text {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

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

.list_join_three .more_join {
  width: 10.3125rem;
  line-height: 3.4375rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3125rem;
  background: #DC2221;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
  margin: 0 0 0 auto;
  border: none;
}

.list_join_three .more_join .iconfont {
  margin-left: 1.125rem;
}

.list_join_three {
  margin-top: 3.125rem;
}

.list_join_three .margin {
  color: #818181;
  margin: 1.25rem 0 2.5rem;
}

.list_join_three .job_list2a li,
.list_join_three .job_as1>div {
  width: 12.5%;
}

.list_join_three .job_list2a li:nth-child(1),
.list_join_three .job_as1>div:nth-child(1) {
  width: 40%;
}

.job-cont2 .job_list2a,
.job-cont2 .job_list1 li .job_as1 {
  padding-right: 2rem;
}

.job-cont2 {
  position: relative;
}

@media (max-width: 768px) {
  .job-cont2 {
    padding: 2rem 0;
  }
}

.job-cont2 .dtad {
  position: absolute;
  right: 18%;
  top: -6.45rem;
  width: 8.9375rem;
}

@media (max-width: 768px) {
  .job-cont2 .dtad {
    right: 4%;
    top: -2rem;
    width: 5rem;
  }
}

.job-cont2 .dtad1 {
  position: absolute;
  left: 20%;
  bottom: -7rem;
  width: 6rem;
}

@media (max-width: 768px) {
  .job-cont2 .dtad1 {
    left: 4%;
    bottom: -3rem;
    width: 3rem;
  }
}

.job-cont2 .wehdxc {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .job-cont2 .wehdxc {
    margin-top: 0.4rem;
  }
}

.job-cont2 .wehdxc dl+dl {
  margin-left: 3em;
}

@media (max-width: 768px) {
  .job-cont2 .wehdxc dl+dl {
    margin-left: 1.5em;
  }
}

.job-cont2 .wehdxc dl dt {
  width: 1.375rem;
}

@media (max-width: 768px) {
  .job-cont2 .wehdxc dl dt {
    width: 1.15rem;
  }
}

.job-cont2 .wehdxc dl dt img {
  width: 100%;
}

.job-cont2 .wehdxc dl dd {
  color: #5b5b5b;
  font: 400 1rem/1.8em;
  margin-left: 1em;
}

@media (max-width: 768px) {
  .job-cont2 .wehdxc dl dd {
    margin-left: 0.5em;
  }
}

.job-cont2 .xw-ss-bj {
  padding: 2.2rem 2.5rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .job-cont2 .xw-ss-bj {
    margin-top: 1rem;
    padding: 0.85rem 1.5rem 1.5rem;
  }
}

.job-cont2 .job_list2a {
  background-color: #DC2221;
}

@media (max-width: 768px) {
  .job-cont2 .job_list2a {
    margin-top: 1.6rem;
  }
}

.job-cont2 .job_list2a li {
  color: #fff;
  flex: 1;
  text-align: center;
  padding: 1.375rem 0;
  font-size: 1.125rem;
}

.job-cont2 .job_list2a li:nth-child(1) {
  flex: 2;
  text-align: left;
  padding-left: 5rem;
}

@media (max-width: 768px) {
  .job-cont2 .job_list2a li:nth-child(1) {
    padding-left: 6%;
  }
}

.job-cont2 .job_list1 {
  text-align: center;
}

.job-cont2 .job_list1 strong {
  display: block;
}

.job-cont2 .job_list1 .text {
  color: #818181;
}

.job-cont2 .job_list1 li {
  width: 100%;
  text-align: left;
}

.job-cont2 .job_list1 li .job_as1 {
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}

.job-cont2 .job_list1 li .job_as1 .as1 {
  color: #818181;
  flex: 1;
  text-align: center;
  padding: 1.375rem 0;
  font-size: 1.125rem;
}

.job-cont2 .job_list1 li .job_as1 .as1 i {
  font-size: 1rem;
}

.job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
  flex: 2;
  text-align: left;
  padding-left: 5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
    padding-left: 6%;
  }
}

.job-cont2 .job_list1 li .wehha-job {
  padding: 2rem 3.75rem 3rem 5rem;
}

@media (max-width: 768px) {
  .job-cont2 .job_list1 li .wehha-job {
    padding: 1.5rem 6%;
  }
}

.job-cont2 .job_list1 li .wehha-job .wehgs-as {
  margin-bottom: 0.75rem;
}

.job-cont2 .job_list1 li .wehha-job .wehgs-as li {
  color: #5b5b5b;
  font-size: 0.875rem;
  line-height: 1.625rem;
  width: 48%;
}

.job-cont2 .job_list1 li .wehha-job .pead-cont strong {
  color: #DC2221;
  margin-bottom: 0.25rem;
}

.job-cont2 .job_list1 li .wehha-job a.more-b {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .job-cont2 .job_list1 li .wehha-job a.more-b {
    margin-top: 1rem;
  }
}

.job_list1 li .wehha-job {
  display: none;
}

.job_list1 li:nth-child(1) .wehha-job {
  display: block;
}

.job_list1 li .pead-cont ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.875rem;
}

.job_list1 li .pead-cont ul li {
  width: auto;
  margin-right: 3.125rem;
  color: #5a5a5a;
}

.job_list1 li .pead-cont ul li>div,
.job_list1 li .pead-cont ul li a {
  display: flex;
  align-items: center;
}

.job_list1 li .pead-cont ul li a:hover {
  color: #DC2221;
}

.job_list1 li .pead-cont ul li .iconfont {
  color: #DC2221;
  margin-right: 0.625rem;
  font-size: 1rem;
  display: block;
}

.job_list1 li .pead-cont ul li a {
  color: #5a5a5a;
  font-size: 0.875rem;
}

.job_list1 li.active {
  background: #F3F3F3;
}

@media (max-width: 767px) {
  .list_join .right {
    margin-top: 15px;
  }

  .list_join .text {
    font-size: 14px;
    line-height: 26px;
  }

  .list_join_two .swiper-container {
    margin-top: 15px;
  }

  .list_join_two .hover div {
    font-size: 16px;
    line-height: 24px;
  }

  .list_join_three .subtitle {
    width: 100%;
  }

  .job-cont2 .job_list1 li .wehha-job .wehgs-as li {
    width: 33.3%;
    font-size: 1rem;
  }

  .list_join .text {
    margin-top: 5px;
  }

  .list_join_three .margin {
    margin: 5px 0 15px;
  }
}

.list_about .right .over img {
  height: 25rem;
  object-fit: cover;
}

.list_about .right .over,
.list_about .right .over img {
  border-radius: 0.625rem;
}

.list_about .right .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}

.list_about .right .hover img {
  height: 4.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about .right a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.list_about .right:hover .hover img {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about .margin {
  margin-top: 2.1875rem;
  color: #868686;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: justify;
}

.list_about .number_ul {
  margin-top: 5.5rem;
}

.list_about .number_ul li {
  position: relative;
}

.list_about .number_ul li .text {
  color: #818181;
}

.list_about .number_ul li .icon {
  margin-bottom: 1.25rem;
}

.list_about .number_ul li .icon img {
  height: 3.125rem;
}

.list_about .number_ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 5.375rem;
  background: #DADADA;
  right: 0;
}

.list_about .number_ul li .num .counter,
.list_about .number_ul li .num sub,
.list_about .number_ul li .num sup {
  color: #DC2221;
}

.list_about_two ul {
  display: flex;
  margin-top: 2.8125rem;
}

.list_about_two ul li {
  width: 20%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
  position: relative;
}

.list_about_two ul li.active {
  width: 40%;
}

.list_about_two ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.list_about_two ul li .img img {
  height: 33.125rem;
  object-fit: cover;
}

.list_about_two ul li .hover2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two ul li .name {
  color: #FFF;
  font-size: 1.625rem;
  line-height: 1.875rem;
}

.list_about_two ul li .text {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.list_about_two ul li .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4.6875rem 4.35rem 0;
  z-index: 9;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two ul li:hover .img img {
  transform: scale(1.1);
}

.list_about_two ul li:hover,
.list_about_two ul li.active {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two ul li:hover .hover,
.list_about_two ul li.active .hover {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two ul li:hover .hover2,
.list_about_two ul li.active .hover2 {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_four {
  position: relative;
  z-index: 4;
}

.list_about_four .sum>div:nth-child(2) .hover_a {
  opacity: 1;
}

.list_about_four .left {
  padding-bottom: 10rem;
}

.list_about_four .left ul li {
  color: #818181;
  font-size: 1.125rem;
  line-height: 4.375rem;
  cursor: pointer;
}

.list_about_four .left ul li div {
  position: relative;
  display: inline-block;
}

.list_about_four .left ul li div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #DC2221;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_four .left ul li.active div,
.list_about_four .left ul li:hover div {
  color: #DC2221;
}

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

.list_about_four::before {
  background: url(../img/10.png) no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
}

.list_about_four .hover_a {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.list_about_four .hover_a .ul li {
  height: 3.4375rem;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: #818181;
  font-size: 1.125rem;
  cursor: pointer;
  padding: 0 0.625rem;
}

.list_about_four .hover_a .ul li:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.list_about_four .hover_a .ul li.active {
  background: #DC2221;
  color: #fff;
}

.list_about_four .r {
  width: 12.5rem;
  height: 20rem;
}

.list_about_four .r .swiper-slide {
  height: 3.4375rem;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: #818181;
  font-size: 1.125rem;
  cursor: pointer;
  padding: 0 0.625rem;
  text-align: center;
}

.list_about_four .r .swiper-slide:hover {
  color: #DC2221;
}

.list_about_four .r .swiper-slide.swiper-slide-thumb-active {
  background: #DC2221;
  color: #fff;
}

.list_about_four .le {
  overflow: hidden;
  width: calc(100% - 12.5rem);
}

.list_about_four .l {
  padding: 1rem 20rem;
}

.list_about_four .l .swiper-slide>div:nth-child(1) {
  padding: 1rem 1.875rem;
  border-radius: 5px;
  border: 1px solid #CDCDCD;
  text-align: center;
  height: 25.9375rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_about_four .l .swiper-slide img {
  object-fit: contain;
  max-height: 23.9375rem;
}

.list_about_four .flex2 {
  justify-content: center;
  margin-top: 5rem;
}

.list_about_four .swiper_btn {
  position: static;
  margin: 0 1rem;
  border-color: #DC2221;
}

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

.list_about_four .swiper_btn .iconfont {
  color: #DC2221;
}

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

.list_about_four .sum>div.active {
  height: auto;
}

.tdt-bottom,
.tdt-top {
  z-index: 900 !important;
}

.list_about_three {
  background: url(../img/11.png) no-repeat;
  background-size: cover;
  z-index: 6;
  position: relative;
}

.list_about_three::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
  z-index: -1;
}

.list_about_three video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.list_about_three .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.list_about_three .subtitle div {
  color: rgba(255, 255, 255, 0.5);
}

.list_about_three .subtitle div::before {
  background: #FFF;
}

.list_about_three .title {
  color: #fff;
}

.list_about_three::before {
  content: "";
  position: absolute;
  bottom: 9.125rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.list_about_three .bot {
  margin-top: 2.8125rem;
}

.list_about_three .bot .swiper-slide {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  cursor: pointer;
}

.list_about_three .bot .swiper-slide.swiper-slide-thumb-active div {
  color: #fff;
}

.list_about_three .bot .swiper-slide div {
  position: relative;
}

.list_about_three .bot .swiper-slide div::before {
  content: "";
  position: absolute;
  top: -1.55rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.list_about_three .bot .swiper-slide div::after {
  content: "";
  position: absolute;
  top: -1.35rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.list_about_three .bot .swiper-slide:nth-child(even) {
  padding-bottom: 4rem;
}

.list_about_three .bot .swiper-slide:nth-child(even) div {
  position: relative;
}

.list_about_three .bot .swiper-slide:nth-child(even) div::before {
  content: "";
  position: absolute;
  bottom: -1.55rem;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.list_about_three .bot .swiper-slide:nth-child(even) div::after {
  content: "";
  position: absolute;
  bottom: -1.375rem;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.list_about_three .bot .swiper-slide:nth-child(odd) {
  padding-top: 4rem;
}

.list_about_three .swiper_btn {
  background: #fff;
  margin-top: -1.5rem;
}

.list_about_three .swiper_btn .iconfont {
  color: #DC2221;
}

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

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

.list_about_three .about_top {
  margin: 1rem 0;
}

.list_about_three .about_top .swiper-slide {
  opacity: 0 !important;
}

.list_about_three .about_top .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.list_about_three .about_top .flex {
  justify-content: center;
  align-items: center;
}

.list_about_three .about_top .l {
  font-size: 8rem;
  line-height: 0.8;
  color: #fff;
  font-style: italic;
}

.list_about_three .about_top .r {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-left: 3.125rem;
  width: 24.5rem;
  max-height: 7.625rem;
}

.list_about_three .about_top .r p {
  position: relative;
  padding-left: 1rem;
}

.list_about_three .about_top .r p::before {
  content: "";
  position: absolute;
  top: 0.675rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  background: #D9D9D9;
}

.list_about_three .top>img {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 28.0625rem;
  height: 9.25rem;
}

.list_about_three .b>img {
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 28.0625rem;
  height: 9.25rem;
}

.list_about_three svg {
  overflow: visible;
  width: 35.9375rem;
  height: 14.125rem;
}

.layui-layer-close {
  background: url(../img/c.svg) no-repeat !important;
  right: 0.5rem !important;
  top: 0.75rem !important;
  background-size: 1.25rem !important;
}

.index_two_phone .right a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.index_two_phone .right .over,
.index_two_phone .right .over img {
  border-radius: 0.625rem;
}

.index_two_phone .right .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}

.index_two_phone .right .hover img {
  height: 3.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two_phone .right a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.index_two_phone .right:hover .hover img {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_shouhou .text {
  margin-top: 2.5rem;
}

.list_shouhou .tips {
  font-size: 1.375rem;
  color: #DC2221;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.pro2 .ul22 li:not(:last-child) {
  margin-bottom: 15px;
}

.content_box>div {
  display: none;
}

.content_box>div.active {
  display: block;
}

.show_pro_six ul li {
  margin-bottom: 1.875rem;
}

.show_pro_six ul li:hover>div {
  box-shadow: 0 0 1rem 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_pro_six ul li:hover>div .name {
  color: #DC2221;
}

.show_pro_six ul li:hover>div .downlaod {
  color: #DC2221;
}

.show_pro_six ul li>div {
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border-radius: 0.625rem;
}

.show_pro_six ul li>div .name {
  font-size: 1.125rem;
  max-width: 80%;
}

.show_pro_six ul li>div .downlaod {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
}

.show_pro_six ul li>div .downlaod img {
  height: 1.5rem;
  margin-right: 0.625rem;
}



.banner .hover {
  position: absolute;
  left: 0;
  width: 100%;
}

.banner_p2 {
  display: inline-block;
  background: #DC2221;
  padding: 0 3.125rem;
  font-size: 3.25rem;
  line-height: 6.125rem;
  letter-spacing: 0.125rem;
  color: #fefefe;
  border-radius: 3.125rem;
}

.banner_p1 {
  font-size: 4.125rem;
  line-height: 6.9375rem;
  letter-spacing: 0.1875rem;
  color: #201a17;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

.banner_p1 span:not(:last-child) {
  margin-right: 2.2rem;
}

.banner_slide66 .hover {
  top: 15.2%;
  text-align: center;
}

.banner_slide66 .p1 {
  font-size: 5rem;
  letter-spacing: 0.1875rem;
  color: #fefefe;
  margin-bottom: 0.5rem;
}

.banner_slide66 .p1 span:not(:last-child) {
  margin-right: 2.8rem;
}

.banner_slide39 .hover {
  top: 41%;
  transform: translateY(-50%);
  padding: 0 0 0 3rem;
}

.banner_slide39 .hover .banner_p1 {
  line-height: 5.5rem;
  margin-bottom: 2rem;
}

.banner_slide67 .hover {
  top: 23%;
}

.banner_slide68 .hover {
  top: 18%;
  padding-left: 2rem;
}

.banner_slide68 .hover .p1 {
  font-size: 4.75rem;
  line-height: 6.9375rem;
  letter-spacing: 0.1875rem;
  color: #ffffff;
  margin-bottom: .625rem;
  font-family: -apple-system, BlinkMacSystem, 'Noto Sans SC', 'sourcehansans', sans-serif !important;
}

.banner_slide68 .hover .p1 span:not(:last-child) {
  margin-right: 2rem;
}

.banner_slide68 .hover .p2 span:not(:last-child) {
  margin-right: 1rem;
  margin-right: 2.8rem;
  letter-spacing: 0.1875rem;
}

@media (max-width: 990px) {
  .banner .hover .p1 {
    font-size: 6.5vw;
    letter-spacing: 1px;
  }

  .banner_slide39 .hover {
    padding: 0;
  }

  .banner_slide39 .hover .banner_p1 {
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
  }

  .banner_p1 {
    font-size: 5.5vw;
    line-height: 2.9375rem;
  }

  .banner_slide39 .hover .banner_p1 br {
    display: none;
  }

  .banner_p1 span:not(:last-child) {
    margin-right: 1.2rem;
  }

  .banner_p2 {
    line-height: 2.5rem;
    font-size: 4.1vw;
    padding: 0 1.65rem;
  }

  .banner .hover .p1 span:not(:last-child) {
    margin-right: 1.8rem;
  }

  .banner .hover {
    top: 18.2%;
    text-align: center;
  }

  .banner .hover .container {
    padding: 0 10px !important;
  }

  .banner .banner_slide67 .hover {
    top: 13.2%;
  }

  .banner .banner_slide39 .hover {
    top: 22.2%;
  }

  .banner_slide68 .hover {
    top: 15%;
  }

  .banner_slide68 .hover .p1 {
    line-height: 2rem;
    margin-bottom: 20px;
  }

  .banner_slide68 .hover .p2 span:not(:last-child) {
    margin-right: 0.8rem;
  }

  .banner_slide68 .hover {
    padding-left: 0;
  }
}