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

body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}

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

.bg {
  background: #E51D3A;
}

.bgf4 {
  background: #f4f4f4;
}

.c {
  color: #E51D3A;
}

.phone_show_990,
.phone_show_767 {
  display: none;
}

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

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

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

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

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

.foot-fot {
  background: #E8EBED;
}

.foot-fot .m-bm-nav>li>a {
  color: #727272;
}

.foot-fot .m-bm-nav>li {
  border-color: rgba(196, 196, 196, 0.6);
}

.foot-fot .m-bm-nav>li:last-child {
  border: none;
}

.foot-fot .m-bm-nav .aniut i {
  color: #727272;
}

.foot-fot .m-bm-nav>li .sec {
  padding: 0 0 20px 30px;
}

.foot-fot .m-bm-nav>li .sec a {
  color: #727272;
}

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

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

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

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

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

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

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

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

.er-ul {
  position: absolute;
  width: 12rem;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: left;
  font-size: 0.875rem;
  padding: 0 0.6rem;
}


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

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

.logo_phone img {
  width: 7.5rem;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

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

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

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

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

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

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

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

body {
  --container: 14.8125rem;
}

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

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

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

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

.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 .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}

.serbtn {
  background: #E51D3A;
}

.searchbox {
  border-color: #E51D3A;
}

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

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

  .pc_show_990 {
    display: none;
  }

  .phone_show_990 {
    display: block;
  }
}

.m-hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
}

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

.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: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}

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

.ss-list li .xw-nycont span {
  color: #E51D3A;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

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

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

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

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

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

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

@media (max-width: 1600px) {

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

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

@media (max-width: 1440px) {

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

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

@media (max-width: 1366px) {

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

@media (max-width: 1280px) {

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

@media (max-width: 990px) {

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

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

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

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

.phone.white {
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.phone .center img {
  height: 40px;
}

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #ffffff;
  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: #E51D3A;
  color: #fff !important;
}

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

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

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

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

.sjj_nav ul li ul {
  display: none;
}

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

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

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

.sjj_nav .top .ta img {
  height: 40px;
}

.sjj_nav .top .fr img {
  height: 22px;
  filter: brightness(0);
}

.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 .list .left a {
  color: #6d6d6d !important;
  font-weight: 500;
  font-size: 14px;
}

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

.sjj_nav .bot>li>div .iconfont {
  color: #626262;
}

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

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

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

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

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

.sjj_nav .bot>li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}

.sjj_nav .bot>li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}

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

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

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

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

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

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

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

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

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

.rightfix li.fixright_li_last {
  display: none;
}

.rightfix li.fixright_li_last .icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
  background: #E51D3A;
}

.rightfix li.douyin .right_div {
  min-width: 7.5rem !important;
  padding: 5px;
}

.rightfix li .right_div {
  line-height: 3.375rem;
  min-height: 3.375rem;
}

.rightfix li:hover {
  background: #E51D3A;
}

.rightfix li .icon {
  padding-top: 2px;
}

.rightfix li .icon p {
  line-height: 1rem;
  color: #fff;
  margin-top: 0.3125rem;
  font-size: 0.75rem;
}

.rightfix li .icon img {
  height: 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;
  margin-bottom: 4px;
}

.rightfix li .icon p {
  margin-top: 0;
}

.rightfix li .iconfont {
  font-size: 1.125rem;
  font-weight: 500;
}

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

header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

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

header .container {
  padding: 0 5rem;
}

header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .lanuage {
  padding: 0 1.125rem;
  position: relative;
  margin-right: 1.25rem;
  margin-left: 1.5625rem;
  position: relative;
}

header .lanuage>a img {
  height: 1.375rem;
  margin-right: 0.25rem;
}

header .lanuage:hover ul {
  display: block;
}

header .lanuage:hover .iconfont {
  transform: rotate(180deg);
  transition: all .5s;
}

header .lanuage .iconfont {
  transition: all .5s;
}

header .lanuage ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;

}

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

header .lanuage ul li img {
  height: 10px;
  width: 15px;
  object-fit: contain;
  margin-right: 0.5rem;
}

header .lanuage ul li a {
  display: flex;
  align-items: center;
}

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

header .lanuage::before {
  left: 0;
}

header .lanuage::after {
  right: 0;
}

header .lanuage::before,
header .lanuage::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  background: #A5A5A5;
  opacity: 0.375;
}

header .lanuage .iconfont {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  display: block;
  margin-right: 0.375rem;
}

header .lanuage a {
  display: flex;
  align-items: center;
  color: #545454;
  font-size: 1rem;
}

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

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

header .logo img {
  height: 4.25rem;
}

header .ds .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #545454;
}

header .center>ul>li {
  float: left;
  padding: 0 1.5rem;
}

header .center>ul>li>a {
  font-size: 1.125rem;
  color: #212121;
  position: relative;
  padding: 0 0.5rem;
}

header .center>ul>li>a .iconfont {
  font-size: 0.875rem;
  display: inline-block;
  margin-left: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-weight: 600;
}

header .center>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #E51D3A;
  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,
header .center>ul>li.active>a {
  color: #E51D3A;
}

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

header .center>ul>li:hover>a .iconfont,
header .center>ul>li.active>a .iconfont {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

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

.banner .hover .p1 {
  font-weight: bold;
  font-size: 3.125rem;
  line-height: 4rem;
  color: #FFFFFF;
  text-align: left;
}

.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}

.banner .swiper-button-next {
  right: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner .swiper-button-prev {
  left: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner:hover .swiper-button-next {
  right: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.banner:hover .swiper-button-prev {
  left: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_product .swiper-button-prev{
  left: 11rem; 
  right: auto;
}
@media (max-width: 768px) {
  .show_product .swiper-button-prev{
    left: 10px;
    right: auto;
  }

}
body {
  padding-top: 6.25rem;
}

.bread {
  background: #F1F3F5;
  line-height: 3.4375rem;
  font-size: 1rem;
  color: #262626;
}

.bread img {
  height: 0.875rem;
  position: relative;
  top: -1px;
}

.bread span {
  margin: 0 0.875rem;
}

.bread a:nth-child(2),
.bread span:last-child {
  display: none;
}

.bread a:nth-last-child(2) {
  color: #E51D3A;
}

.bread a:hover {
  color: #E51D3A;
}

.bread .flex2 {
  align-items: center;
  justify-content: flex-start;
}

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

.nyban .hover .p2 {
  font-size: 1.25rem;
  margin-top: 0.5rem;
  color: #FFFFFF;
}

.title {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: #333;
}

.subtitle {
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  position: relative;
  padding-left: 1.5rem;
  color: #E51D3A;
}

.subtitle.cf::before {
  background: #fff;
}

.subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: #E51D3A;
}

.list_news .data {
  padding-top: 1.5rem;
}

.list_news li {
  margin-bottom: 2.125rem;
}

.list_news li a {
  margin: 0 -1.5rem;
}

.list_news li a>div {
  padding: 0 1.5rem;
}

.squera_news {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
  padding: 1.25rem;
  background: #F0F0F0;
}

.squera_news:hover {
  box-shadow: 0 0 0.875rem 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;
}

.squera_news:hover .name {
  color: #E51D3A;
}

.squera_news:hover .more_a {
  color: #E51D3A;
}

.squera_news:hover .over img {
  transform: scale(1.1);
}

.squera_news .data {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #939393;
}

.squera_news .more_a {
  margin-top: 1rem;
}

.squera_news .name {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #2D2D2D;
  margin: 0 0 0.5rem 0;
}

.squera_news .name.line2 {
  height: 4.375rem;
}

.squera_news .text {
  color: #565656;
}

.squera_news .text.line2 {
  height: 3.75rem;
}

.p120 {
  padding: 7.5rem 0;
}

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

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

.more_a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #444;
  display: flex;
  align-items: center;
}

.more_a .iconfont {
  font-size: 1.125rem;
  display: block;
  margin-left: 0.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_a:hover {
  color: #E51D3A;
}

.more_a:hover .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.footer_fix {
  padding: 6.875rem 0 10.625rem;
  background: #E51D3A;
  z-index: 9;
}

.footer_fix>img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
  z-index: -1;
}

.footer_fix .text {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #FFFFFF;
  margin: 1.5625rem 0 3.75rem;
}

.more {
  border: 1px solid #E51D3A;
  line-height: 3.4375rem;
  font-size: 1rem;
  color: #E41620;
  padding: 0 1.5625rem;
  display: inline-block;
  position: relative;
  z-index: 5;
}

.more::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transform: scale(0.6);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #E51D3A;
  z-index: -1;
  opacity: 0;
}

.more:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

.more:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1);
}

.more>div {
  display: flex;
  align-items: center;
}

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

.more.borf:hover {
  color: #E51D3A;
}

.more.borf:hover::before {
  background: #fff;
}

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

footer {
  background: #E8EBED;
  padding-bottom: 2.5rem;
}

footer .top {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 2.1875rem 2.1875rem;
  border-bottom: 1px solid #C4C4C4;
}

footer .top a {
  color: #E51D3A;
}

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

footer .bot {
  padding-top: 3rem;
}

footer .bot .name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #3F3F3F;
  margin-bottom: 0.5rem;
}

footer .bot .center {
  padding-left: 4.75rem;
}

footer .bot .center .tel {
  font-weight: bold;
  font-size: 2rem;
  color: #E51D3A;
}

footer .bot .center .address {
  font-size: 1rem;
  line-height: 30px;
  color: #727272;
}

footer .bot form input {
  line-height: 3.4375rem;
  width: 100%;
  background: transparent;
  color: #000;
  border-bottom: 1px solid #C4C4C4;
  font-weight: 500;
}

footer .bot form input::placeholder {
  color: #727272;
}

footer .bot form textarea {
  width: 100%;
  height: 5.5rem;
  line-height: 1.875rem;
  color: #000;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  font-size: 1rem;
  background: transparent;
  font-weight: 500;
}

footer .bot form textarea::placeholder {
  color: #727272;
}

footer .bot form button {
  border: none;
  width: 10rem;
  font-size: 1.25rem;
  background: #E51D3A;
  color: #fff;
}

footer .bot form button::before {
  background: #fff;
}

footer .bot form button:hover {
  color: #E51D3A;
}

footer .right p {
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 0.625rem 0 0;
  color: #727272;
}

footer .right>div {
  display: inline-block;
  text-align: center;
}

footer .ewm {
  padding: 0.25rem;
  border: 1px solid rgba(114, 114, 114, 0.3);
  display: inline-block;
}

footer .ewm img {
  height: 8.125rem;
}

footer .share {
  margin: 1.5625rem 0 0;
}

footer .share ul {
  display: flex;
}

footer .share ul li {
  width: 2.9375rem;
  height: 2.9375rem;
  border: 1px solid #727272;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

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

footer .share ul li:hover {
  background: #E51D3A;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #E51D3A;
}

footer .share ul li:hover .iconfont {
  color: #fff;
}

footer .share ul li .iconfont {
  font-size: 1.25rem;
  color: #727272;
  display: block;
}

.beian {
  background: #E8EBED;
  font-size: 1rem;
  border-top: 1px solid #C4C4C4;
  padding: 1.25rem 0;
  text-align: center;
  line-height: 1.875rem;
  color: #727272;
}

.beian a {
  color: #727272;
}

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

.list_contact .left ul {
  margin-top: 1.875rem;
}

.list_contact .left ul li {
  display: flex;
  align-items: center;
}

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

.list_contact .left ul li .icon {
  width: 3.4375rem;
}

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

.list_contact .left ul li p {
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  width: calc(100% - 3.4375rem);
}

.list_contact .left ul li p.tel {
  font-weight: bold;
  font-size: 2rem;
  color: #E51D3A;
}

.list_message form {
  margin-top: 1.5625rem;
}

.list_message form input {
  padding: 0 1.25rem;
  border: 1px solid #C9C9C9;
  font-size: 1rem;
  line-height: 3.75rem;
  color: #5B5B5B;
  width: 100%;
}

.list_message form textarea {
  width: 100%;
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 0.625rem 1.25rem;
  color: #5B5B5B;
  display: block;
  height: 12.5rem;
  border: 1px solid #C9C9C9;
}

.list_message form button {
  border: none;
  background: #E51D3A;
  width: 11.25rem;
  color: #fff;
}

.list_message form button::before {
  background: #fff;
}

.list_message form button:hover {
  color: #E51D3A;
}

.list_product .left {
  padding-right: 4.375rem;
  height: 100%;
  position: sticky;
  top: 8.25rem;
}

.list_product .left .name {
  font-size: 1.25rem;
  line-height: 2.375rem;
  color: #2D2D2D;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.list_product .left .name p {
  display: inline-block;
  width: 7.0625rem;
  line-height: 2.375rem;
  border: 1px solid #E51D3A;
  text-align: center;
  font-size: 1rem;
  color: #E51D3A;
}

.list_product .left .ul {
  border-top: 2px solid #383838;
}

.list_product .left .ul>li.active>a .iconfont {
  transform: rotateX(180deg);
}

.list_product .left .ul>li.active ul {
  display: block;
}

.list_product .left .ul>li:hover>a,
.list_product .left .ul>li.active>a {
  color: #E51D3A;
}

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

.list_product .left .ul>li>a {
  font-size: 1.25rem;
  color: #2D2D2D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.75rem;
  border-bottom: 2px solid #383838;
  position: relative;
}

.list_product .left .ul>li>a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #E51D3A;
}

.list_product .left .ul>li>a div {
  width: 80%;
}

.list_product .left .ul>li>a i {
  width: 20%;
  display: inline-block;
  text-align: right;
}

.list_product .left .ul>li ul {
  display: none;
  border-bottom: 2px solid #383838;
  padding: 1.25rem 0;
}

.list_product .left .ul>li ul li a {
  font-size: 1.125rem;
  line-height: 2.1875rem;
  color: #2D2D2D;
}

.list_product .left .ul>li ul li:hover a {
  color: #E51D3A;
}

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

.list_product .right form {
  width: 20.625rem;
  margin: 0 0 2.1875rem auto;
}

.list_product .right form input {
  width: 100%;
  line-height: 3.125rem;
  border-bottom: 2px solid #383838;
  font-size: 0.875rem;
  color: #000;
}

.list_product .right form input::placeholder {
  color: #777777;
}

.list_product .right form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  background: transparent;
}

.list_product .right form button .iconfont {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
}

.list_product .right .ul {
  border-top: 1px solid rgba(56, 56, 56, 0.15);
}

.list_product .right .ul li a {
  padding: 3.4375rem 2.5rem;
  border-bottom: 1px solid rgba(56, 56, 56, 0.15);
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .right .ul li:hover>a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product .right .ul li:hover>a .over img {
  transform: scale(1.1);
}

.list_product .right .ul li:hover>a .name_pro {
  color: #E51D3A;
}

.name_pro {
  font-size: 2rem;
  line-height: 2.1875rem;
  color: #2D2D2D;
  margin: 1rem 0 0.875rem;
}

.text_pro {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #828282;
  margin-bottom: 1rem;
}

.xinghao {
  font-size: 1ren;
  line-height: 2.375rem;
  width: 7.0625rem;
  text-align: center;
  border: 1px solid #E51D3A;
  color: #E51D3A;
}

.show_product {
  padding: 5rem 0 0;
}

.show_product .container>.row {
  margin: 0 -3.125rem;
}

.show_product .container>.row>div {
  padding: 0 3.125rem;
}

.show_product .return_pro {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
  margin-bottom: 1rem;
}

.show_product .return_pro .iconfont {
  margin-right: 0.5rem;
  font-size: 1rem;
}

.show_product .left .icon {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D1D1D1;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.082);
  margin: 0 0 0 auto;
  cursor: pointer;
}

.show_product .left .icon:hover {
  background: #E51D3A;
}

.show_product .left .icon:hover .iconfont {
  color: #fff;
}

.show_product .left .icon .iconfont {
  color: #E51D3A;
  display: block;
  font-size: 1.25rem;
}

.show_product .left .mySwiper {
  height: 19.6875rem;
  width: 8.125rem;
  padding: 2px;
}

.show_product .left .mySwiper .swiper-slide {
  border: 1px solid #D1D1D1;
  padding: 1.25rem;
  text-align: center;
}

.show_product .left .mySwiper .swiper-slide img {
  max-height: 100%;
}

.show_product .left .mySwiper .swiper-slide-thumb-active {
  border-color: #E51D3A;
}

.show_product .left .r {
  padding-left: 1.875rem;
  width: calc(100% - 8.125rem);
}

.show_product .left .r .swiper-slide {
  padding: 3rem;
  text-align: center;
}

.show_product .more {
  margin-top: 2.5rem;
  color: #fff;
}

.show_product .more .iconfont {
  font-size: 1.375rem;
  margin: 0 0.625rem 0 0;
}

.show_product .more::before {
  background: #FFFFFF;
}

.show_product .more:hover {
  color: #E51D3A;
}

.content_box>div:not(:last-child) {
  margin-bottom: 3.75rem;
}

.content_box .name_title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.1875rem;
  color: #2D2D2D;
  margin-bottom: 0.625rem;
}

.content_box .name2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #212121;
  margin-top: 1.875rem;
}

.content_box .font18 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #828282;
}

.show_pro_two .ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1.875rem;
  margin: 0 -0.625rem;
}

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

.show_pro_two .ul li:hover 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 .ul li .icon img {
  height: 4.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_two .ul li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #E51D3A;
  margin: 0.5rem 0;
}

.show_pro_two .ul2 {
  display: flex;
  flex-wrap: wrap;
  margin: 1.25rem -0.625rem 0;
}

.show_pro_two .ul2 li {
  margin-bottom: 1.125rem;
  width: 20%;
  padding: 0 0.625rem;
}

.show_pro_two .ul2 li.w33 {
  width: 33.3%;
}

.show_pro_two .ul2 li .text {
  height: 11rem;
  padding: 2.9375rem 1.5625rem 1rem;
  border: 1px solid rgba(229, 29, 59, 0.15);
  color: #878787;
  position: relative;
  text-align: center;
  margin-top: -2.375rem;
}

.show_pro_two .ul2 li .icon {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  background: #E51D3A;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
}

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

.show_pro_four .l p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #878787;
}

.show_pro_four .l p:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.show_pro_four .l p span {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  top: -0.1875rem;
  background: #E51D3A;
  display: inline-block;
  margin-right: 0.625rem;
}

.about_pro .margin {
  margin-top: 2.1875rem;
}

.about_pro .swiper-slide {
  border: 1px solid #D1D1D1;
}

.about_pro .swiper-slide:hover {
  border-color: #E51D3A;
}

.about_pro .swiper-slide:hover .name {
  color: #E51D3A;
}

.about_pro .name {
  height: 4.5625rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1.875rem;
  font-size: 1.25rem;
  background: #F5F5F5;
  color: #1E1E1E;
  text-align: left;
}

.about_pro .top {
  padding: 1.875rem;
}

.swiper_pag .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 4px;
}

.swiper_pag .swiper-pagination-bullet-active {
  background: #E51D3A;
}

.qiehuan {
  position: sticky;
  background: #fff;
  top: 6.3125rem;
  z-index: 99;
  padding-top: 1px;
  margin-top: 5rem;
  border-bottom: 2px solid #E51D3A;
  margin-bottom: 2.1875rem;
}

.qiehuan ul {
  display: flex;
}

.qiehuan ul li {
  flex: 1 0 0;
  cursor: pointer;
  height: 5rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  line-height: 5rem;
  position: relative;
  border: 2px solid transparent;
  border-bottom: none;
}

.qiehuan ul li a {
  color: #2B2B2B;
  display: block;
}

.qiehuan ul li.active {
  border-color: #E51D3A;
}

.qiehuan ul li.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  z-index: 8;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.swiper_btn {
  width: 2.9375rem;
  height: 2.9375rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

.swiper_btn .iconfont {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.3);
}

.swiper_btn:hover {
  background: #E51D3A;
}

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

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

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

.list_application .ul>li {
  padding: 2.5rem 0;
  border-bottom: 1px solid #C9C9C9;
}

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

.list_application .ul>li .title {
  margin-bottom: 1.5625rem;
}

.list_application .ul>li .left {
  padding-right: 2.8125rem;
}

.list_application .ul>li .left .over,
.list_application .ul>li .left .over img {
  height: 100%;
  object-fit: cover;
}

.list_application .ul>li .right {
  padding-left: 0;
}

.list_application .ul>li .right .bot {
  margin: 0 -0.5rem;
  display: flex;
}

.list_application .ul>li .right .bot li {
  width: 16.6%;
  padding: 0 0.5rem;
  text-align: center;
}

.list_application .ul>li .right .bot li .over {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  height: 3.5625rem;
}

.list_application .ul>li .right .bot li .over img {
  padding: 0.625rem;
  max-height: 100%;
}

.list_application .ul>li .right .top {
  margin-bottom: 2.125rem;
}

.list_application .ul>li .right .top li {
  line-height: 3.4375rem;
  display: flex;
  border-bottom: 1px solid #fff;
  color: #000000;
  font-size: 1.375rem;
  margin-bottom: 1px solid #fff;
}

.list_application .ul>li .right .top li:nth-child(even) {
  background: rgba(229, 29, 59, 0.05);
}

.list_application .ul>li .right .top li:nth-child(3) {
  background: rgba(229, 29, 59, 0.1);
}

.list_application .ul>li .right .top li:first-child {
  font-weight: bold;
  color: #FFFFFF;
  background: #E51D3A;
}

.list_application .ul>li .right .top li div {
  border-right: 1px solid #fff;
  width: 17.5rem;
}

.list_application .ul>li .right .top li a {
  display: flex;
}

.list_application .ul>li .right .top li a .iconfont {
  width: 3rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.list_application .ul>li .right .top li a span {
  display: block;
  max-width: calc(100% - 3rem);
}

.list_application .ul>li .right .top li div,
.list_application .ul>li .right .top li p {
  padding-left: 2rem;
}

.list_application .ul>li .right .top li p {
  width: calc(100% - 17.5rem);
}

.list_application .ul>li .right .top li a {
  color: #000;
}

.list_application .ul>li .right .top li a:hover {
  color: #E51D3A;
}

.list_source .ul li {
    margin-bottom: 1.875rem;
  }
  
  .list_source .ul li:hover>div {
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    border-color: #E51D3A;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  }
  
  .list_source .ul li>div {
    padding: 0;
    background: #606060;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    border: 1px solid #ddd;
    position: relative;
    z-index: 4;
  }
  
  .list_source .ul li>div .pa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.6);
    padding: 2rem;
    transform: scale(0.6);
    opacity: 0;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  
  .list_source .ul li:hover>div .pa {
    transform: scale(1);
    opacity: 1;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  
  .list_source .ul li>div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
    z-index: -1;
  }
  
  .list_source .ul li>div .name {
    font-size: 1.375rem;
    height: 4.375rem;
    line-height: 1.75rem;
    color: #FFFFFF;
  }
  
  .list_source .ul li>div p {
    font-size: 1.125rem;
    line-height: 2.1875rem;
    color: #FFFFFF;
    margin-top: 1.5625rem;
    height: 2.1875rem;
  }
  
  .list_source .ul li>div .more_a {
    margin-top: 2rem;
    font-size: 1rem;
    color: #fff;
  }
  
  .list_source .ul li>div .more_a div {
    width: 1.125rem;
    height: 1.125rem;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 0.5rem;
    text-align: center;
  }
  
  .list_source .ul li>div .more_a div .iconfont {
    font-size: 0.5rem;
    margin-left: 0;
    color: #fff;
  }
  
  .list_source .ul li>div .more_a:hover {
    color: #E51D3A;
  }
  
  .list_source .ul li>div .more_a:hover .iconfont {
    transform: translateX(0);
  }
  
  .list_source .ul li>div .more_a:hover div {
    background: #E51D3A;
  }
  
  .list_source .ul li>div .more_a:hover div .iconfont {
    color: #fff;
  }

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

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

.list_qa .ul li .top {
  display: flex;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e4e4e4;
  color: #000000;
}

.list_qa .ul li .top p {
  width: calc(100% - 1.125rem);
  font-size: 1.125rem;
  padding-right: 3rem;
}

.list_qa .ul li .top .iconfont {
  display: block;
  width: 1.125rem;
  text-align: right;
  font-size: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_qa .ul li .bot {
  display: none;
  padding: 2.5rem;
  background: #f5f5f5;
  font-size: 1rem;
  color: #666666;
}

.shuzi_pa {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.shuzi_pa ul {
  display: flex;
  justify-content: space-between;
  background: rgba(229, 29, 59, 0.7);
  padding: 2.4rem 0;
}

.shuzi_pa ul li {
  width: 33.3%;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}

.shuzi_pa ul li div {
  display: inline-block;
}

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

.shuzi_pa ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 2.6875rem;
  background: #fff;
  opacity: 0.3;
}

.shuzi_pa ul li span {
  font-weight: bold;
  font-size: 2.75rem;
  color: #FFFFFF;
}

.list_about .text {
  color: #494949;
  text-align: justify;
}

.list_about .over,
.list_about .over img {
  height: 100%;
  object-fit: cover;
}

.icon_video {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

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

  50% {
    transform: scale(1.1);
  }

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

.icon_video::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -3;
}

.icon_video::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  width: calc(100% + 0.875rem);
  height: calc(100% + 0.875rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -1;
}

.icon_video .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #e60012;
}

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

.list_about_two .left ul li {
  font-size: 1.25rem;
  height: 4.55rem;
  color: #FFFFFF;
  line-height: 1;
}

.list_about_two .left ul li.active {
  color: #E51D3A;
}

.list_about_two .left .pr {
  padding-left: 2.1875rem;
  padding-bottom: 5rem;
}

.list_about_two .left .pr::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.822);
}

.list_about_two .left .pr img {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1rem;
}

.list_about_two .right {
  padding-top: 6.25rem;
}

.list_about_two .right .swiper-container {
  height: 9.375rem;
}

.list_about_two .right .year {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: #FFFFFF;
}

.list_about_two .right .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  width: 50%;
  margin: 0.625rem 0 0;
  height: 5.625rem;
}

.list_about_two .right .gundong {
  margin-top: 3.375rem;
}

.list_about_two .right .gundong img {
  height: 4.5625rem;
}

.list_about_three .swiper-slide {
  border: 2px solid rgba(229, 29, 59, 0.15);
  padding: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_three .swiper-slide:hover {
  border-color: #E51D3A;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_three .swiper-slide:hover .hover {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.list_about_three .swiper-slide a:focus-visible {
  outline: none;
}

.list_about_three .swiper-slide .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 29, 59, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.5);
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_three .swiper-slide .hover .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-top: 1rem;
}

.list_about_three .swiper-slide .hover .icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  margin: 0 auto;
}

.list_about_three .swiper-slide .hover .icon .iconfont {
  font-size: 1.25rem;
  color: #E51D3A;
}

.sousuo_index {
  background: rgba(229, 29, 59, 0.7);
  padding: 2.1875rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  text-align: center;
}

.sousuo_index .name {
  font-size: 1.625rem;
  line-height: 2.8125rem;
  color: #FFFFFF;
  margin-bottom: 1.125rem;
}

.sousuo_index form .conxx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sousuo_index form input {
  width: 40.375rem;
  line-height: 3.5rem;
  font-size: 1rem;
  padding: 0 1.5625rem;
  font-weight: 500;
  color: #000;
}

.sousuo_index form input::placeholder {
  color: #878787;
}

.sousuo_index form button {
  width: 8.25rem;
  line-height: 3.5rem;
  background: #E51D3A;
  text-align: center;
  font-size: 1.25rem;
  color: #FFFFFF;
  border: none;
  font-weight: 600;
}

.index_one {
  background: #F1F3F5;
  padding: 5.3125rem 0 6.875rem;
}

.index_one .swiper-slide .icon {
  width: 14.375rem;
  height: 14.375rem;
  border: 0.625rem solid #CAD1D7;
  border-radius: 50%;
  background: #fff;
  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;
  margin: 0 auto;
}

.index_one .swiper-slide .icon img {
  padding: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one .swiper-slide .name {
  font-size: 1.375rem;
  line-height: 2rem;
  margin-top: 1.875rem;
  text-align: center;
  color: #E51D3A;
}

.index_one .swiper-slide:hover .icon {
  border-color: #E51D3A;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.p100 {
  padding: 6.25rem 0;
}

.index_two .swiper-container {
  margin-top: 2.5rem;
}

.squera_video {
  padding: 0.875rem 0.875rem 2.25rem;
  border: 1px solid rgba(51, 51, 51, 0.2);
  height: auto;
}

.squera_video:hover {
  border-color: #E51D3A;
}

.squera_video:hover .name {
  color: #E51D3A;
}

.squera_video:hover img {
  transform: scale(1.1);
}

.squera_video .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  margin-top: 1.5625rem;
}

.index_three {
  background: #E8EBED;
  padding-bottom: 0;
  overflow: hidden;
}

.index_three .margin {
  margin: 1rem -1.25rem 0;
}

.index_three .swiper-slide {
  padding: 1rem 1.25rem;
  height: auto;
}

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

.index_three .swiper-slide>a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  background: #fff;
  height: 100%;
}

.index_three .swiper-slide:hover>a {
  border-color: #E51D3A;
}

.index_three .swiper-slide .t {
  padding: 1.5625rem 1.5625rem 1.875rem;
}

.index_three .swiper-slide .over {
  text-align: center;
}

.index_three .swiper-slide .over img {
  height: 14.1875rem;
  object-fit: contain;
}

.index_three .swiper-slide .name {
  margin: 1.125rem 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #1E1E1E;
  text-align: center;
}

.index_three .swiper-slide .text {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #5E5E5E;
  text-align: center;
}

.index_three .swiper-slide .more_a {
  display: block;
}

.index_three .swiper-slide .more_a>div {
  padding: 0 3.5625rem 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #E51D3A;
}

.index_three .swiper-slide .more_a>div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(100% - 3.5625rem * 2 - 5rem);
  height: 2px;
  background: #E51D3A;
}

.index_three .swiper-slide ul {
  padding: 1.25rem 2.1875rem 2.5rem;
}

.index_three .swiper-slide ul li {
  padding-left: 1rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #878787;
}

.index_three .swiper-slide ul li::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #878787;
}

.index_three .bot {
  margin-top: 3.75rem;
  position: relative;
  margin-bottom: -16rem;
}

.index_three .bot .img2 {
  width: 59.6875rem;
  margin: 0 auto;
  position: relative;
}

.index_three .bot .img2 img {
  width: 100%;
}

.index_three .bot .img2 .hover {
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 24.1875rem;
  height: 24.1875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1rem rgba(229, 29, 59, 0.13);
  z-index: 9;
  background: #fff;
  padding: 0 3.75rem;
  text-align: center;
}

.index_three .bot .img2 .hover .name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #1E1E1E;
}

.index_three .bot .img2 .hover .more {
  width: 11.5625rem;
  margin-top: 2rem;
  color: #fff;
}

.index_three .bot .img2 .hover .more::before {
  background: #fff;
}

.index_three .bot .img2 .hover .more:hover {
  color: #E51D3A;
}

.index_three .hover_bottom {
  background: #A5AFB5;
  padding: 2.0625rem 0;
  z-index: 8;
  position: relative;
}

.index_three .hover_bottom li {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #FFFFFF;
}

.index_three .hover_bottom li .iconfont {
  font-size: 1.5rem;
  margin-right: 0.625rem;
}

.index_four {
  background: #E51D3A;
}

.index_four .margin {
  margin: 1rem -1.75rem 0;
}

.index_four .swiper-slide {
  padding: 1.75rem;
  z-index: 9;
}

.index_four .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.6);
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

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

.index_four .swiper-slide:hover p {
  color: #939393;
}

.index_four .swiper-slide:hover .name {
  color: #E51D3A;
}

.index_four .swiper-slide:hover .text {
  color: #565656;
}

.index_four .swiper-slide:hover .more_a {
  color: #E51D3A;
}

.index_four .swiper-slide p {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #FFFFFF;
  margin: 1.5625rem 0 0;
}

.index_four .swiper-slide .name {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #FFFFFF;
  margin-bottom: 0.625rem;
}

.index_four .swiper-slide .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  height: 3.75rem;
}

.index_four .swiper-slide .more_a {
  color: #FFFFFF;
  margin-top: 1.125rem;
}

.index_five .title {
  font-size: 1.875rem;
  line-height: 2.8125rem;
}

.index_five .ov {
  overflow: hidden;
  margin-top: 2rem;
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/shanggu0507/uploads/20240514/884c1261ba70139fcfd89f54b70557e1.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.index_five .ov::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}

.index_five ul {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  height: 35.4375rem;
}

.index_five ul li {
  text-align: center;
  width: 33.3%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.index_five ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five ul li .year {
  font-size: 1.25rem;
  color: #FFFFFF;
}

.index_five ul li .year span {
  font-size: 2.75rem;
}

.index_five ul li .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 5rem;
}

.index_five ul li .name {
  font-weight: bold;
  font-size: 1.25rem;
  color: #FFFFFF;
  margin: 1rem 0 0.25rem;
}

.index_five ul li .name span {
  font-size: 2.75rem;
}

.index_five ul li .text {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  color: #FFFFFF;
}

.index_five .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

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

.parent .margin {
  margin: 2rem -1rem 0;
}

.parent .swiper-slide {
  padding: 1rem 1rem;
  text-align: center;
}

.parent .swiper-slide>div {
  background: #fff;
  height: 8rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  justify-content: center;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}

.parent .swiper-slide:hover>div {
  border-color: #E51D3A;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.parent .swiper-slide:hover>div img {
  transform: scale(1.1);
}

.index_six {
  background: #E8EBED;
}

.index_six .margin {
  margin: 1.5625rem -1.4375rem 0;
}

.index_six .right {
  padding-left: 4rem;
}

.index_six .left {
  display: flex;
  align-items: center;
}

.index_six .more_a {
  color: #E51D3A;
}

.index_six .swiper-pagination {
  width: 100%;
}

.index_six .swiper-pagination-bullet {
  display: block;
  background: transparent;
  opacity: 1;
  font-size: 1rem;
  color: #636363;
  line-height: 2.625rem;
  height: 2.625rem;
  width: 100%;
  text-align: left;
  margin: 0.625rem 0;
  position: relative;
}

.index_six .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  left: 0;
  background: #E51D3A;
  height: 2px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}

.index_six .swiper-pagination-bullet span {
  background: #E8EBED;
}

.index_six .swiper-pagination-bullet-active {
  padding-left: 2.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_six .swiper-pagination-bullet-active::before {
  width: 1.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_six .swiper-pagination-bullet-active span {
  width: 2.375rem;
  height: 2.375rem;
  border: 1px solid #E51D3A;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E51D3A;
}

.index_six .swiper-slide {
  padding: 1.4375rem;
}

.index_six .swiper-slide:hover .name {
  color: #E51D3A;
}

.index_six .swiper-slide>a {
  background: #fff;
  padding: 1.875rem 1.875rem 2.8125rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.index_six .swiper-slide .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #636363;
}

.index_six .swiper-slide .name {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #2D2D2D;
}

.index_six .swiper-slide .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
  height: 3.75rem;
  margin: 0.5rem 0 1.5rem;
}

.alignc {
  align-items: center;
}

.ban .swiper-slide {
  transform: skew(10deg);
}

.ban .swiper {
  padding: 0 31%;
  height: calc(100vh - 6.25rem);
}

.ban .swiper .swiper-slide {
  overflow: hidden;
}

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

.ban .swiper .img {
  height: 100%;
  transform: skew(-10deg);
  position: absolute;
  width: 150%;
  left: -25%;
  overflow: hidden;
}

.ban .swiper .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.ban .swiper .hover {
  position: absolute;
  top: 40%;
  transform: skew(-10deg) translateY(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 2rem;
}

.show_detail {
  padding-top: 6.25rem;
}

.show_detail .right .top {
  border-left: 1px solid rgba(38, 38, 38, 0.3);
  padding-left: 2.0625rem;
}

.show_detail .right .top .name1 {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 3.375rem;
  color: #2D2D2D;
}

.show_detail .right .bot {
  background: #E51D3A url(../img/40.png) no-repeat;
  background-size: contain;
  padding: 1.4375rem 2rem;
  margin-top: 2.375rem;
  background-position: bottom right;
}

.show_detail .right .bot .name2 {
  font-weight: bold;
  font-size: 1.375rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
  justify-content: flex-start;
}

.show_detail .right .bot .name2 img {
  width: 2.1875rem;
  margin-right: 0.625rem;
}

.show_detail .right .bot div {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

.show_detail .right .bot p {
  font-size: 1.25rem;
  line-height: 3.125rem;
  color: #FFFFFF;
}

.show_detail .right ul li {
  font-size: 1.125rem;
  line-height: 3.125rem;
}

.show_detail .right ul li:hover a {
  color: #E51D3A;
}

.show_detail .right ul li a {
  padding-left: 1.6875rem;
  position: relative;
  color: #2D2D2D;
}

.show_detail .right ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  background: #E51D3A;
}

.show_detail .ul {
  display: none;
}

.show_detail .ul li {
  border: 1px solid #848484;
  color: #848484;
  font-size: 0.875rem;
  float: left;
  margin: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  margin-left: 0.625rem;
  text-align: center;
}

.show_detail .ul li .iconfont {
  display: block;
  font-size: 0.875rem !important;
  color: #848484;
}

.show_detail .ul li:hover {
  background: #E51D3A;
  border-color: #E51D3A;
}

.show_detail .ul li:hover .iconfont {
  color: #fff;
}

.show_detail .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin-bottom: 0.8125rem;
}

.show_detail .text {
  color: #898989;
  text-align: justify;
}

.show_detail .left .data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #848484;
  margin-bottom: 0.75rem;
}

.show_detail .left .data>p {
  margin-right: 2.5rem;
}

.show_detail .left .data>div {
  display: flex;
  align-items: center;
}

.show_detail .left .data>div .iconfont {
  font-size: 1.25rem;
  display: block;
}

.show_detail .left .data>div:hover ul {
  display: flex;
}

.show_detail .left>div {
  background: #FFFFFF;
  border-radius: 0.625rem;
}

.show_detail .more {
  width: 11.25rem;
}

.show_detail .more>div {
  justify-content: center;
  color: #fff;
}

.show_detail .more>div .iconfont {
  font-size: 1.25rem;
  display: block;
}

.show_detail .more>div:hover {
  color: #E51D3A;
}

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

.shangxia_p {
  margin: 5rem 0 2.5rem;
}

.shangxia {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.25rem 0;
  color: #686868;
}

.shangxia p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}

.shangxia a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}

.shangxia a:hover {
  color: #E51D3A;
}

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

  .show_detail .right {
    display: none;
  }

  .show_detail .left {
    padding-right: 15px;
  }

  .show_detail .left .shangxia {
    margin-top: 30px;
  }

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

  .show_detail .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
  }

  .show_detail .left .shangxia_p {
    margin-top: 0;
  }
}

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

@media (max-width: 767px) {
  .list_video .ul li {
    margin-bottom: 15px;
  }
}

.list_video .ul li .squera_video {
  height: 100%;
}

@media (max-width: 767px) {
  .list_video .ul li .squera_video {
    padding-bottom: 20px;
  }

  .list_video .ul li .squera_video .name {
    height: auto;
  }
}

#mapmap {
  height: 28.125rem;
}

@media (max-width: 767px) {
  #mapmap {
    height: 300px !important;
  }
}

.MicrosoftMap .Infobox .infobox-info {
  padding-top: 0 !important;
}

.list_about_five ul {
  margin-top: 2.5rem;
}

.list_about_five ul li:not(:last-child) {
  margin-bottom: 5rem;
}

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

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

.list_about_five ul li .name {
  font-size: 2rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.list_about_five ul li .list:not(:last-child) {
  margin-bottom: 1rem;
}

.list_about_five ul li .list p {
  font-size: 1.5rem;
  position: relative;
  padding-left: 1rem;
  color: #494949;
  margin-bottom: 0.5rem;
}

.list_about_five ul li .list p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background: #494949;
}

.list_about_five ul li .list .text {
  padding-left: 1rem;
}

.text_pro ul,
.text_pro ul li,
.show_detail .text ul li,
.show_detail .text ul,
.content_box .text li,
.content_box .text ul,
.show_pro_four .l ul,
.show_pro_four .l ul li {
  list-style: inherit;
}

.text_pro ol,
.text_pro ol li,
.show_detail .text ol li,
.show_detail .text ol,
.content_box .text ol li,
.content_box .text ol,
.show_pro_four .l ol,
.show_pro_four .l ol li {
  list-style: auto;
}


footer .share ul li a {
  border: none !important;
  margin: 0;
  color: #666 !important;
}

footer .share ul li:hover a {
  color: #fff !important;
}

footer .share ul li a:hover {
  background: transparent !important;
}

.show_detail .ul li a {
  margin: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  color: #666 !important;
  font-size: 1rem;
  display: block;
  line-height: 2rem;
}

.show_detail .ul li a:hover {
  background: transparent !important;
}

.show_detail .ul li:hover a {
  color: #fff !important;
}

.show_detail .more:hover {
  color: #E51D3A;
}

.tdt-bottom,
.tdt-top {
  z-index: 999 !important;
}
.list_about .right {
  width: 50%;
  position: relative;
}
.list_about .text a {
  list-style: inherit;
  color: red;
}
.inquiry_box input {
    width: 15.625rem;
    border: none;
    background: #fff;
    padding: 0 0.9375rem;
}
.contact2 .inquiry_box{
  display: flex;
    justify-content: space-between;
    line-height: 3.75rem;
    margin-left: .7rem;
    margin-bottom: 1rem;
}