@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;
}
:root {
  --header_h: 5.625rem;
  --container: 14.8125rem;
  --phone_img: 20px;
  --bors: 1.25rem;
  --bgf8: #FBFAF6;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  --color: #B81B30;
}
body {
  font-family: -apple-system, BlinkMacSystem, 'Inter', 'Noto Sans SC', 'sourcehansans', sans-serif !important;
}
.bg {
  background: var(--color);
}
.c {
  color: var(--color);
}
.bgf8 {
  background: var(--bgf8);
}
body {
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: calc(-1 * var(--header_h));
}
@media (max-width: 990px) {
  .p_top {
    top: -50px;
  }
}
.box_s {
  box-shadow: 0px 0px 1rem 0.1875rem rgba(0, 0, 0, 0.05);
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: var(--color);
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #2D3333;
}
.foot-fot.white {
  background: #F7F7F7;
}
.foot-fot.white .m-bm-nav > li {
  border-bottom: 1px solid #ededed;
}
.foot-fot.white .m-bm-nav > li > a,
.foot-fot.white .m-bm-nav .aniut i {
  color: rgba(0, 0, 0, 0.8);
}
.foot-fot.white .m-bm-nav > li .sec {
  padding-left: 40px;
}
.foot-fot.white .m-bm-nav > li .sec a {
  color: rgba(0, 0, 0, 0.7);
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: var(--color);
}
.search_more:hover::before {
  background: var(--color);
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
video {
  display: block;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul-pro {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 100%;
  left: 0;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0;
  padding: 3.75rem 0;
}
.er-ul-pro .left {
  padding-right: 0;
}
.er-ul-pro .left .sum > div {
  display: none;
}
.er-ul-pro .left .sum > div.active {
  display: block;
}
.er-ul-pro .left .over img {
  height: 23.75rem;
  object-fit: cover;
}
.er-ul-pro .right {
  padding-left: 3.75rem;
  padding-top: 0.625rem;
}
.er-ul-pro .right ul li {
  line-height: 5rem;
}
.er-ul-pro .right ul li:not(:last-child) {
  margin-bottom: 3.125rem;
}
.er-ul-pro .right ul li a {
  font-size: 1rem;
  color: #231815;
  line-height: 1.5;
  font-weight: 400;
}
.er-ul-pro .right ul li:hover a {
  color: var(--color);
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
.er-ul > li:hover > a {
  color: var(--color);
}
header .center > ul > li:hover .er-ul-pro,
header .center > ul > li:hover .er-ul {
  transform: scaleY(1);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 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 {
  --fenxiangwidth: 2.5rem;
}
.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: var(--color);
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: var(--fenxiangwidth);
  height: var(--fenxiangwidth);
  line-height: calc(var(--fenxiangwidth) - 2px);
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: var(--color);
  color: #fff;
  background: var(--color);
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: calc(var(--fenxiangwidth) - 2px);
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: var(--color);
}
.searchbox {
  border-color: var(--color);
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: var(--color);
}
.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;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
@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 {
  margin-top: 1.25rem;
}
.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: var(--color);
  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: 50px 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: 50px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: var(--color);
}
.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: left;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: right;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a { 
  font-size: 12px;
  color: #2b2b2b;
  position: relative;
}
.phone .right a:not(:last-child)::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
    width: 1px;
    height: 1rem;
    background: #2b2b2b;
}
.phone .right a:not(:last-child) {
    padding-right: 1rem;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.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: var(--color);
  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: var(--color);
}
.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;
  border-bottom: 1px solid #ddd;
}
.sjj_nav .top .close_nav {
  position: absolute;
  right: 16px;
}
.sjj_nav .top .ta {
  text-align: center;
}
.sjj_nav .top .ta img {
  height: var(--phone_img);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 0 0 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li {
  padding: 0 40px;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 0;
}
.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: 1px solid #ddd;
  margin-bottom: 0;
  padding: 20px 40px;
}
.sjj_nav .bot > li.yuyan {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sjj_nav .bot > li.yuyan > div {
  width: auto;
  padding: 0 30px;
}
.sjj_nav .bot > li > div {
  padding-bottom: 0;
}
.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: 95%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #818181;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 0;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: var(--color);
}
.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;
}
.form-group {
  position: relative;
  height: 3.25rem;
  border-radius: 3.125rem;
  border: 1px solid #D9D9D9;
  margin-bottom: 0;
  overflow: hidden;
}
.form-group.mb15 {
  margin-bottom: 1rem;
}
.form-group label {
  color: #797979;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.form-group label span {
  color: #C6A362;
}
.form-group select {
  background-image: url('../img/jt.svg') !important;
  background-size: 1.25rem 1.25rem !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-position-x: 95% !important;
}
.form-group input:disabled {
  background: #F2F2F2;
  height: 100%;
}
.form-group input,
.form-group select {
  line-height: 1.5rem;
  border: none;
  font-weight: 500;
  color: #797979;
}
.form-group input,
.form-group select {
  width: 100%;
  padding: 1.375rem 1.5rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  background: transparent;
  outline: none;
}
.form-group.textarea {
  height: 13.875rem;
  border-radius: 1.25rem;
}
.form-group.textarea label {
  top: 1rem;
  transform: translateY(0);
}
.form-group textarea {
  padding: 1.375rem 1.5rem 0;
  font-size: 0.875rem;
  font-weight: 500;
  background: transparent;
  outline: none;
  width: 100%;
  border: none;
  display: block;
  height: 13.875rem;
  color: #797979;
  line-height: 1.5rem;
}
.form-group label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1.5rem;
  color: #797979;
  font-size: 0.875rem;
  transition: all 0.25s ease;
  pointer-events: none;
}
.form-group.is-focus label,
.form-group.has-value label {
  top: 0.25rem;
  transform: none;
  font-size: 0.75rem;
  color: #404040;
}
.form_btn {
  font-size: 1.125rem;
  color: #fff;
  border: none;
  background: var(--color);
  width: 100%;
  line-height: 3.25rem;
  text-align: center;
  border-radius: 3.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.form_btn:hover {
  opacity: 0.8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.danxuan_radio {
  display: flex;
  align-items: center;
}
.danxuan_radio .div {
  color: #797979;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.danxuan_radio .div span {
  color: #C6A362;
}
.danxuan_radio ul {
  display: flex;
  padding-left: 0.875rem;
}
.danxuan_radio ul li {
  /* 隐藏原生 radio */
  /* 自定义圆 */
  /* 选中状态 */
  /* hover（可选） */
}
.danxuan_radio ul li:not(:last-child) {
  margin-right: 0.625rem;
}
.danxuan_radio ul li label {
  color: #404040;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.danxuan_radio ul li .radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  color: #333;
}
.danxuan_radio ul li .radio span {
  position: relative;
  padding-left: 1.5rem;
}
.danxuan_radio ul li .radio input {
  display: none;
}
.danxuan_radio ul li .radio span::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 0.5rem;
  vertical-align: middle;
  transition: all 0.2s ease;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.danxuan_radio ul li .radio input:checked + span::before {
  border-color: var(--color);
  background-color: var(--color);
}
.danxuan_radio ul li .radio input:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.25rem;
  background: #fff;
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
}
.danxuan_radio ul li .radio:hover span::before {
  border-color: var(--color);
}
.zd_erha {
  position: fixed;
  right: 1rem;
  bottom: 5%;
  z-index: 999;
  width: 2.75rem;
  background: var(--color);
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 5rem;
}
.zd_erha .ad_sts {
  text-align: center;
}
.zd_erha .ad_sts i img {
  height: 1.5rem !important;
}
.zd_erha .ad_sts .name {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #fff;
  margin-top: 0.3125rem;
  white-space: nowrap;
  display: none;
}
.zd_erha .ad_sts.aa .name {
  margin-left: -0.375rem;
}
.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.zd_erha .aat_list li:nth-last-child(2) {
  border-bottom: none;
}
.zd_erha .aat_list li:nth-last-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.zd_erha .aat_list li > a {
  display: block;
  width: 2.25rem;
  position: relative;
  margin: 0 auto;
  padding: 0.75rem 0.3125rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zd_erha .aat_list li > a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.75rem 1rem;
  width: auto;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 0.875rem;
  background: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 8rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.hidden {
  display: none;
}
@-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 {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.04);
  animation: none !important;
}
.show_header header,
header.active,
header:hover,
header.white {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color1: #000000;
}
.show_header header .logo img,
header.active .logo img,
header:hover .logo img,
header.white .logo img,
.show_header header .ds1 img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
.show_header header .lanuage img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img {
  filter: brightness(1) invert(0);
}
.show_header header .center > ul > li:hover > a,
header.active .center > ul > li:hover > a,
header:hover .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
.show_header header .center > ul > li.active > a,
header.active .center > ul > li.active > a,
header:hover .center > ul > li.active > a,
header.white .center > ul > li.active > a {
  color: var(--color);
}
.show_header header .center > ul > li:hover > a::before,
header.active .center > ul > li:hover > a::before,
header:hover .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > a::before,
.show_header header .center > ul > li.active > a::before,
header.active .center > ul > li.active > a::before,
header:hover .center > ul > li.active > a::before,
header.white .center > ul > li.active > a::before {
  background: var(--color);
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color1: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
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 .logo img {
  height: 2.6875rem;
  filter: brightness(0) invert(1);
}
header .ds1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
}
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.5625rem;
  cursor: pointer;
}
header .lanuage {
  margin: 0 1.875rem 0 1.25rem;
  position: relative;
}
header .lanuage > div {
  display: flex;
  align-items: center;
  color: var(--color1);
}
header .lanuage > div img {
  margin-right: 0.4375rem;
}
header .lanuage:hover ul {
  transform: scaleY(1);
  opacity: 1;
}
header .lanuage1 {
  position: absolute;
  left: 2.5rem;
  font-size: 0.875rem;
  color: var(--color1);
}
header .lanuage1 a {
  color: var(--color1);
}
header .lanuage1  a.c {
  color: var(--color1);
  font-size: 1.125rem;
}
header .lanuage ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 5rem;
  text-align: center;
  padding: 0.75rem 0;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
}
header .lanuage ul li {
  line-height: 1.5rem;
}
header .lanuage ul li a {
  color: #3c3c3c;
}
header .lanuage ul li:hover a {
  color: var(--color);
}
header .logo {
  width: 20%;
  text-align: center;
}
header .center {
  width: 40%;
}
header .center.fr {
  display: flex;
  justify-content: flex-end;
}
header .center > ul > li {
  float: left;
  padding: 0 3.4375rem;
}
header .center > ul > li > a {
  font-size: 1rem;
  color: var(--color1);
  position: relative;
  font-weight: 400;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  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;
}
header .center > ul > li:first-child {
  padding-left: 0;
}
header .center > ul > li:last-child {
  padding-right: 0;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.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 video,
.banner img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.nyban.mt .hover {
  top: 40%;
}
.nyban.black .hover .p1 {
  color: #231815;
}
.nyban.black .hover .p2 {
  color: #231815;
}
.nyban .img img {
  height: 100vh;
  object-fit: cover;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p2 {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #fff;
  width: 33.5rem;
  text-align: justify;
  font-weight: 400;
  margin-top: 0.625rem;
}
.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 4rem;
}
@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 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 .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: #222222;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.swiper_pag .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  background: rgba(35, 24, 21, 0.2);
  margin: 1.875rem 0.375rem 0;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: var(--color);
}
.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: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}
.more {
  width: 10rem;
  line-height: 3.375rem;
  border-radius: 3.125rem;
  border: 1px solid var(--more_c);
  display: inline-block;
  --more_c: #C9BDAF;
  position: relative;
  z-index: 9;
}
.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: var(--color);
  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: var(--color);
}
.more:hover div {
  color: #fff;
}
.more:hover div .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover::before {
  transform: scale(1);
}
.more > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}
.more > div .iconfont {
  font-weight: 600;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.more.bg {
  border-color: var(--color);
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: var(--color);
}
.more.borf {
  border-color: #fff;
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: var(--color);
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: var(--color);
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.title {
  color: #231815;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.375;
}
.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: var(--color);
  border-radius: 50%;
}
.ptb {
  padding: 6.875rem 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 50px 0;
  }
}
.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.show_news a.text:hover {
  color: var(--color);
}
.show_news .margin.text {
  border-top: 1px solid rgba(35, 24, 21, 0.1);
  margin-bottom: 2rem;
  padding: 1.875rem 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #999999;
  justify-content: space-between;
  margin: 1.25rem 0;
}
.show_news .data .fenxiang {
  margin-left: 1.875rem;
}
.show_news .data ul {
  display: flex;
  align-items: center;
}
.show_news .data ul li > a {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(35, 24, 21, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_news .data ul li > a img {
  width: 1rem;
  height: 1rem;
}
.show_news .data ul li {
  position: relative;
}
.show_news .data ul li:nth-child(2) > a img {
  width: 1.3125rem;
  height: 1.3125rem;
}
.show_news .data ul li .img {
  position: absolute;
  top: 2.2rem;
  width: 6.25rem;
  height: 6.25rem;
  border: 1px solid rgba(35, 24, 21, 0.1);
  padding: 0.125rem;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  left: -1.5rem;
}
.show_news .data ul li:hover .img {
  transform: scaleY(1);
  opacity: 1;
}
.show_news .data ul li:not(:last-child) {
  margin-right: 0.5rem;
}
.show_news .left {
  padding-right: 5rem;
}
.show_news .rightt {
  height: 100%;
  position: sticky;
  top: var(--header_h);
}
.show_news .rightt > div {
  background: #FBFAF6;
  padding: 2.5rem 2rem;
}
.show_news .rightt ul li a {
  padding: 1.375rem 0;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}
.show_news .rightt ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .rightt ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .rightt ul li:hover .over,
.show_news .rightt ul li.active .over {
  display: block;
}
.show_news .rightt ul li:hover .over img,
.show_news .rightt ul li.active .over img {
  transform: scale(1.1);
}
.show_news .rightt ul li:hover .name,
.show_news .rightt ul li.active .name {
  color: var(--color);
}
.show_news .rightt ul li .name1 {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.show_news .rightt ul li .text {
  margin: 0 0 0.4375rem;
  font-size: 1rem;
  line-height: 1.375;
  margin-top: 0.5rem;
}
.show_news .rightt ul li .over {
  margin-bottom: 1.25rem;
}
.show_news .rightt ul li .data {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
}
.show_news .shangxia {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5rem;
  font-size: 1.125rem;
  padding-top: 2.625rem;
  border-top: 1px solid rgba(35, 24, 21, 0.1);
}
.show_news .shangxia .tr .a {
  justify-content: flex-end;
}
.show_news .shangxia .a {
  display: flex;
  align-items: center;
}
.show_news .shangxia .a:hover div {
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .shangxia .a:hover div .iconfont {
  color: #fff;
}
.show_news .shangxia .a div {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_news .shangxia .a .iconfont {
  color: #000;
}
.show_news .shangxia a {
  color: rgba(0, 0, 0, 0.8);
}
.show_news .shangxia a:hover {
  color: var(--color);
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
  .show_news .left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 5px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .show_news .shangxia .l {
    width: 100%;
    margin-bottom: 20px;
  }
  .show_news .shangxia .r {
    width: 100%;
    text-align: center;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.sjj_nav.white {
  background: #fff;
}
.sjj_nav.white .top {
  background: #fff;
}
.sjj_nav.white .bot > li > div > a {
  color: #353535;
}
.sjj_nav.white .bot > li .list .left a {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}
.sjj_nav.white .top .fr img {
  filter: brightness(1) invert(1);
  opacity: 0.8;
}
.margin835 {
  margin: 0.5rem 0 2.1875rem;
}
.index_one {
  background: #FBFAF6;
}
.index_one .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 2.1875rem;
}
.index_one .left {
  padding-right: 5.625rem;
}
.index_one .swiper_pag {
  position: absolute;
  bottom: -3.2rem;
  left: calc(15px - 0.375rem);
}
.index_two .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.index_two .more::before {
  background: #fff;
}
.index_two .more:hover {
  border-color: #fff;
}
.index_two .more:hover div {
  color: var(--color);
}
.index_three .row {
  margin: 0 -3.25rem;
}
.index_three .row > div {
  padding: 0 3.25rem;
}
.index_three .row .right {
  padding-top: 6.25rem;
}
.index_three .row .right .img {
  margin-top: 4rem;
}
.index_four {
  padding: 11.25rem 0 8.125rem;
}
.index_four .padding {
  padding: 0 3.125rem;
  position: relative;
  margin-top: -2.8125rem;
}
.index_four .padding .swiper-slide {
  padding-top: 9.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .padding .swiper-slide.swiper-slide-next {
  padding-top: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .left {
  padding-right: 8.4375rem;
}
.index_five .right .pr {
  padding-right: 2.5rem;
  z-index: 5;
}
.index_five .right .pr::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 100%;
  background: #EAE1E1;
  z-index: -1;
}
.index_six {
  padding: 11.0625rem 0 7.5rem;
}
.index_six .right {
  padding-right: 0;
}
.index_six .left {
  padding-left: 5rem;
}
.ten .swiper {
  padding: 0 10rem;
}
.ten .swiper img {
  height: 500px;
  object-fit: cover;
}
.ten .index_two_bot {
  margin-top: 3.125rem;
}
.ten .index_two_bot ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 60%;
}
.ten .index_two_bot ul li {
  width: 33.3%;
  font-size: 1.5rem;
}
.index_seven .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.index_seven .more::before {
  background: #fff;
}
.index_seven .more:hover {
  border-color: #fff;
}
.index_seven .more:hover div {
  color: var(--color);
}
footer {
  background: #FBFAF6;
  padding: 5.625rem 0 7.5rem;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
footer .container .name {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
footer .container .left ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
footer .container .left ul li {
  position: relative;
  width: 10.3125rem;
}
footer .container .left ul li:not(:last-child) {
  margin-bottom: 0.9375rem;
}
footer .container .left ul li .flex img {
  width: 2rem;
  height: 2rem;
  margin-right: 0.625rem;
}
footer .container .left ul li .flex {
  justify-content: flex-start;
  cursor: pointer;
  color: #231815;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
footer .container .left ul li:hover .img {
  transform: scaleY(1);
  opacity: 1;
}
footer .container .left ul li:last-child .img {
  width: calc(8.75rem * 2 + 0.25rem * 2);
}
footer .container .left ul li .img {
  position: absolute;
  top: 100%;
  left: 0;
  width: 8.75rem;
  height: 8.75rem;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  z-index: 9;
  background: #fff;
  border: 1px solid #f5f5f5;
  padding: 0.25rem;
  margin-top: 0.375rem;
  display: flex;
  max-width: calc(8.75rem * 2 + 0.25rem * 2);
}
footer .container .left ul li .img img {
  height: 100%;
  width: 100%;
}
footer .container .center ul li a {
  color: #231815;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.75rem;
}
footer .container .center ul li a:hover {
  color: var(--color);
}
footer .container .right ul li {
  display: flex;
  align-items: center;
}
footer .container .right ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
footer .container .right ul li .icon {
  width: 1.625rem;
  height: 1.625rem;
}
footer .container .right ul li .icon img {
  width: 100%;
  height: 100%;
}
footer .container .right ul li .con {
  color: #231815;
  font-size: 1rem;
  line-height: 1.875rem;
  width: calc(100% - 1.625rem);
  padding-left: 0.75rem;
}
.beian {
  padding: 1.25rem 0;
  border-top: 1px solid #E0E0E0;
  background: #FBFAF6;
  color: rgba(114, 113, 113, 0.5);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
}
.beian .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.beian a {
  color: rgba(114, 113, 113, 0.5);
}
.beian a:hover {
  color: var(--color);
}
.beian .right span {
  margin: 0 0.3125rem;
}
.beian .right span:last-child {
  display: none;
}
.phone_show_video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xia.phone_show_video_icon {
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
  transform: translate(0);
}
.shengyin {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.shengyin img {
  filter: brightness(0) invert(1);
  cursor: pointer;
  width: 2rem !important;
  height: 2rem !important;
}
.list_about .title {
  text-align: center;
}
.list_about .title span {
  display: inline-block;
  margin-left: 1.5625rem;
}
.list_about .text {
  width: 69%;
  margin: 1.75rem auto 3.125rem;
  text-align: center;
  text-align: justify;
  text-align-last: center;
}
.list_about .swiper-container {
  padding-right: 41.25rem;
  padding-top: 3.125rem;
}
.list_about .swiper-container .swiper-slide {
  transform: scale(0.8);
  transition: all 1s;
  -webkit-transform: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transform-origin: bottom left;
}
.list_about .swiper-container .swiper-slide.swiper-slide-active {
  transform: scale(1);
  transition: all 1s;
  -webkit-transform: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  margin-top: -3.125rem;
}
.list_about .swiper-pagination {
  text-align: left;
  margin-top: -3.25rem;
  margin-left: -0.375rem;
}
.list_about_two .text {
  margin-top: 0.625rem;
}
.list_about_two .ul li {
  position: relative;
}
.list_about_two .ul li:hover .over img {
  transform: scale(1.1);
}
.list_about_two .ul li .hover {
  position: absolute;
  bottom: 1.75rem;
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  left: 0;
  width: 100%;
  text-align: center;
}
.list_about_three .margin.text {
  width: 60%;
  margin: 0.625rem auto 0;
}
.list_about_three .he100vh {
  height: 50rem;
  overflow: hidden;
}
.list_about_three .he100vh .hover {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.list_about_three .he100vh .hover .text {
  width: 50%;
  margin: 0.625rem auto 0;
}
.list_about_three .he100vh .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_about_three .he100vh .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;
}
.list_about_three .he100vh .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.list_about_three .he100vh .sum > div {
  display: none;
}
.list_about_three .he100vh .sum > div.active {
  display: block;
}
.list_about_three .he100vh .ul {
  position: absolute;
  bottom: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.list_about_three .he100vh .ul li {
  padding: 0.625rem 1.125rem 0;
  position: relative;
  margin: 0 0.9375rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.list_about_three .he100vh .ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.65;
}
.list_about_three .he100vh .ul li.active,
.list_about_three .he100vh .ul li:hover {
  color: #fff;
}
.list_about_three .he100vh .ul li.active::before,
.list_about_three .he100vh .ul li:hover::before {
  opacity: 1;
}
.list_fyccr ul {
  margin-top: 4.375rem;
}
.list_fyccr .subtitle {
  color: #231815;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 0.5rem;
}
.dian {
  position: relative;
  padding-left: 1rem;
  color: rgba(35, 24, 21, 0.8);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.dian::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: rgba(35, 24, 21, 0.8);
}
.dian:not(:last-child) {
  margin-bottom: 1.25rem;
}
.list_fyccr_two .text {
  width: 73%;
  margin: 0.625rem auto 4.875rem;
  text-align-last: center;
  text-align: justify;
}
.list_fyccr_three .subtitle {
  margin: 0.625rem auto 2.5rem;
}
.list_fyccr_three .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 5.3125rem;
}
.list_fyccr_three .sum {
  padding-top: 3.75rem;
}
.list_fyccr_three .sum > div {
  display: none;
}
.list_fyccr_three .sum > div.active {
  display: block;
}
.list_fyccr_three .sum p {
  color: #B81B30;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_fyccr_three .sum .title {
  color: #231815;
  margin: 0.3125rem 0 0.625rem;
}
.list_fyccr_three .sum .text {
  color: #231815;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.875rem;
}
.list_fyccr_three ul {
  border-left: 1px solid rgba(35, 24, 21, 0.2);
}
.list_fyccr_three ul li {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: normal;
  position: relative;
  padding: 0.375rem 0 0.375rem 1.25rem;
  cursor: pointer;
}
.list_fyccr_three ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.list_fyccr_three ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.125rem;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: var(--color);
}
.list_fyccr_three ul li.active,
.list_fyccr_three ul li:hover {
  font-weight: 500;
  color: var(--color);
}
.list_fyccr_three ul li.active::before,
.list_fyccr_three ul li:hover::before {
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_history .left {
  padding-right: 11.25rem;
}
.list_history .left .name {
  color: #231815;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
  opacity: 0.4;
  margin: 11.25rem 0 1.75rem;
}
.list_history .left ul {
  display: flex;
  flex-wrap: wrap;
}
.list_history .left ul li {
  color: rgba(35, 24, 21, 0.8);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.125rem;
  cursor: pointer;
  margin-bottom: 2.1875rem;
}
.list_history .left ul li:not(:last-child) {
  margin-right: 2.625rem;
}
.list_history .left ul li.active,
.list_history .left ul li:hover {
  color: var(--color);
}
.list_history .right .swiper-container {
  height: calc(10.625rem * 4);
  padding-left: 1rem;
  padding-bottom: calc(10.625rem * 3);
}
.list_history .right .swiper-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.9375rem;
  width: 1px;
  height: 100%;
  background: rgba(35, 24, 21, 0.2);
}
.list_history .right .swiper-slide {
  padding-left: 4.6875rem;
  height: 10.625rem;
  padding-top: 2rem;
}
.list_history .right .swiper-slide::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.1875rem solid var(--color);
  border-radius: 50%;
  left: -0.9375rem;
  background: #fff;
}
.list_history .right .name {
  color: #B81B30;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.25;
}
.list_history .right .text {
  color: rgba(35, 24, 21, 0.8);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
}
.list_history .swiper-pagination {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(35, 24, 21, 0.3);
}
.list_history .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  width: 0.1875rem;
  background: var(--color);
  left: -1px;
}
.list_history_two {
  background: url(../img/history.png) no-repeat;
  background-size: cover;
}
.list_history_two .swiper_top {
  margin: 8.125rem 0;
}
.list_history_two .swiper_top .swiper-slide .left {
  color: #fff;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
}
.list_history_two .swiper_top .swiper-slide .right .name {
  color: rgba(0, 0, 0, 0.8);
  margin: 1.875rem 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
}
.list_history_two .swiper_top .swiper-slide .right .name1 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.3;
}
.list_history_two .swiper_top .swiper-slide .right .text {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_history_two .swiper_top .swiper-slide .right .text p {
  padding-left: 1.875rem;
  position: relative;
}
.list_history_two .swiper_top .swiper-slide .right .text p:not(:last-child) {
  margin-bottom: 3.125rem;
}
.list_history_two .swiper_top .swiper-slide .right .text p::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #ffffff;
}
.list_history_two .swiper_top .swiper-slide .right strong {
  font-weight: 600;
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
}
.list_history_two .swiper_bot {
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.list_history_two .swiper_bot::before {
  content: "";
  position: absolute;
  top: 1rem;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
}
.list_history_two .swiper_bot .swiper-slide {
  padding-top: 2.8125rem;
  text-align: center;
  position: relative;
}
.list_history_two .swiper_bot .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
}
.list_history_two .swiper_bot .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
.list_history_two .swiper_bot .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.list_history_two .swiper_btn:hover {
  background: var(--color);
}
.list_history_two .swiper-button-next {
  right: -7rem;
  background: rgba(255, 255, 255, 0.3);
  border: none;
}
.list_history_two .swiper-button-next .iconfont {
  color: #fff;
}
.list_history_two .swiper-button-prev {
  left: -7rem;
  background: rgba(255, 255, 255, 0.3);
  border: none;
}
.list_history_two .swiper-button-prev .iconfont {
  color: #fff;
}
.list_honor .ul {
  margin: -1.25rem;
}
.list_honor .ul li {
  padding: 1.25rem;
}
.list_honor .ul li:hover > div .pr a {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_honor .ul li > div {
  background: #fff;
  padding: 4.875rem 3rem 2.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
}
.list_honor .ul li > div .over {
  height: 15.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_honor .ul li > div .over img {
  max-height: 100%;
  object-fit: contain;
}
.list_honor .ul li > div .pr a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: rgba(0, 0, 0, 0.6);
}
.list_honor .ul li > div .pr a div {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.list_honor .ul li > div .name {
  margin-top: 5rem;
  color: #231815;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_honor .ul li:hover > div {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_honor .ul li:hover > div .over img {
  transform: scale(1.1);
}
.channel_product .list {
  padding: 6.25rem 0 4.125rem;
}
.channel_product .list:last-child .name {
  color: #231815 !important;
}
.channel_product .list:last-child .text {
  color: #231815 !important;
}
.channel_product .list .top {
  margin-bottom: 2.5rem;
}
.channel_product .list .top .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 3.75rem;
}
.channel_product .list .top .hover .name {
  color: #FFF;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.35;
}
.channel_product .list .top .hover .text {
  margin: 0.625rem 0 3.75rem;
}
.channel_product .list .swiper-pagination-bullet {
  margin-top: 2.5rem;
}
.channel_product .list .swiper-slide {
  height: auto;
}
.channel_product .list .swiper-slide > div {
  height: 100%;
}
.channel_product .list .swiper-slide .name {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1.25rem;
}
.channel_product .list .swiper-slide.swiper_slide {
  padding: 1.5rem 2rem;
}
.channel_product .list .swiper-slide.swiper_slide:hover .name1 {
  color: var(--color);
}
.channel_product .list .swiper-slide.swiper_slide:hover .over img {
  transform: scale(1.1);
}
.channel_product .list .swiper-slide .name1 {
  margin-top: 1.125rem;
  color: #231815;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
}
.channel_product .list .swiper-slide .text {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
.channel_product_two .name {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1.25rem;
}
.channel_product_two .ul li > a {
  padding: 1.5rem 2rem;
}
.channel_product_two .ul li > a:hover .name1 {
  color: var(--color);
}
.channel_product_two .ul li > a:hover .over img {
  transform: scale(1.1);
}
.channel_product_two .name1 {
  margin-top: 1.125rem;
  color: #231815;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
}
.channel_product_two .text {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
#translate {
  display: none;
}
.list_product2 .ul,
.list_product .ul {
  margin: -1.25rem;
}
.list_product2 .ul li,
.list_product .ul li {
  padding: 1.25rem;
}
.list_product2 .ul li:hover .over,
.list_product .ul li:hover .over {
  box-shadow: 0 0 0.625rem 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_product2 .ul li:hover .over img,
.list_product .ul li:hover .over img {
  transform: scale(1.1);
}
.list_product2 .ul li .over,
.list_product .ul li .over {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product2 .ul li a,
.list_product .ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_product2 .ul li .name,
.list_product .ul li .name {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1.25rem;
}
.list_product2 .top .left {
  padding-right: 0;
  padding-bottom: 3.75rem;
}
.list_product2 .top .right {
  padding-left: 5.625rem;
}
.list_product2 .ul {
  margin-top: 3.75rem;
}
.list_dianpu .list {
  padding: 6.25rem 0 4rem;
}
.list_dianpu .list:nth-child(odd) {
  padding-left: var(--container);
}
.list_dianpu .list:nth-child(even) {
  padding-right: var(--container);
}
.list_dianpu .list:nth-child(even) .right {
  order: 1;
}
.list_dianpu .list:nth-child(even) .left {
  order: 2;
}
.list_dianpu .list .swiper-pagination-bullet {
  margin-top: 1.875rem;
}
.list_dianpu .list .left {
  padding-bottom: 3.125rem;
}
.list_dianpu .list .address {
  display: flex;
  align-items: center;
  color: rgba(35, 24, 21, 0.8);
  font-size: 1.25rem;
  font-weight: 350;
  line-height: 1.75rem;
  margin: 2.5rem 0 1.125rem;
}
.list_dianpu .list .address .con {
  width: calc(100% - 2rem);
  padding-left: 0.875rem;
}
.list_dianpu .list .address img {
  width: 2rem;
  height: 2rem;
}
.list_dianpu .list .more_a {
  color: #C9BDAF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  align-items: center;
  padding-left: calc(2rem + 0.875rem);
}
.list_dianpu .list .more_a .iconfont {
  font-size: 1.125rem;
  color: #C9BDAF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_dianpu .list .more_a:hover {
  color: var(--color);
}
.list_dianpu .list .more_a:hover .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: var(--color);
}
.list_xianshang .ul {
  margin: 0 -1.25rem;
}
.list_xianshang .ul li {
  padding: 0 1.25rem;
}
.list_xianshang .ul li:hover > div {
  box-shadow: 0 0 0.625rem 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_xianshang .ul li > div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: var(--bgf8);
  padding: 4.5rem 1.25rem 5.625rem;
  height: 100%;
}
.list_xianshang .ul li > div .name {
  color: #231815;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  margin: 2.5rem 0 3.75rem;
}
.list_xianshang .ul li > div .img {
  text-align: center;
}
.list_xianshang .ul li > div .img img {
  height: 10rem;
}
.list_xianshang .ul li > div .text {
  color: #231815;
  font-size: 1.75rem;
  font-weight: 350;
  line-height: 1.25;
}
.list_xianshang .ul li > div .text a {
  display: block;
}
.list_xianshang .ul li > div .text a:not(:last-child) {
  margin-bottom: 1.25rem;
}
.list_xianshang .ul li > div .text a:hover {
  color: var(--color);
}
.list_gift .right {
  padding-left: 4rem;
}
.list_gift .right .name {
  color: #B81B30;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25;
}
.list_gift .right .name1 {
  margin: 1.25rem 0 0.625rem;
  color: #231815;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}
.list_gift .right .text .dian {
  font-size: 1.125rem;
}
.list_gift .right .text .dian:not(:last-child) {
  margin-bottom: 0;
}
.list_gift_two .ul {
  margin-top: 2.8125rem;
}
.list_gift_two .ul li:hover .over img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_gift_two .ul li .over img {
  width: 100%;
}
.list_gift_two .ul li .name {
  color: #231815;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 1.25rem 0 0.3125rem;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: var(--color) !important;
  background-color: var(--color) !important;
}
.list_gift_three {
  background: url(../img/11.png) no-repeat;
  background-size: cover;
}
.list_gift_three ul {
  margin-top: 3.4375rem;
  display: flex;
  justify-content: space-between;
}
.list_gift_three ul li {
  width: 12.25rem;
  height: 12.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
}
.list_gift_three ul li .img {
  text-align: center;
}
.list_gift_three ul li .img img {
  width: 4.125rem;
  height: 4.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_gift_three ul li .text {
  margin-top: 1rem;
}
.list_gift_three ul li:hover .img img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_gift_three ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6rem;
  width: 5.25rem;
  height: 0.5rem;
  background: url(../img/jiantou.svg) no-repeat;
  background-size: contain;
}
.list_gift_four ul {
  margin-top: 4rem;
}
.list_gift_four ul li:not(:last-child) {
  margin-bottom: 6.875rem;
}
.list_gift_four ul li:nth-child(odd) {
  padding-right: var(--container);
}
.list_gift_four ul li:nth-child(odd) .right {
  padding-left: 6.25rem;
}
.list_gift_four ul li:nth-child(even) {
  padding-left: var(--container);
}
.list_gift_four ul li:nth-child(even) .right {
  order: 1;
  padding-right: 6.25rem;
}
.list_gift_four ul li:nth-child(even) .left {
  order: 2;
}
.list_gift_four ul li .title {
  margin-bottom: 1.375rem;
}
.list_gift_four ul li .text {
  color: #231815;
  font-size: 1rem;
  line-height: 1.75rem;
}
.list_gift_four ul li .text .dian {
  font-size: 1.125rem;
}
.list_gift_four ul li .text .dian:not(:last-child) {
  margin-bottom: 0;
}
.list_gift_four ul li .list .name {
  color: #B81B30;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}
.list_gift_four ul li .list:not(:last-child) {
  margin-bottom: 1.5rem;
}
.list_gift_four ul li .over img {
  width: 100%;
}
.list_gift_five > img {
  width: 100%;
}
.list_gift_five .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.ul_contact {
  margin-top: 2.5rem;
}
.ul_contact li {
  display: flex;
  align-items: center;
}
.ul_contact li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.ul_contact li .icon {
  width: 4.375rem;
  height: 4.375rem;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ul_contact li .icon img {
  filter: brightness(0) invert(1);
  width: 1.625rem;
  height: 1.625rem;
}
.ul_contact li .con {
  width: calc(100% - 4.375rem);
  padding-left: 1rem;
}
.ul_contact li .con p {
  color: #231815;
  font-size: 1.25rem;
  font-weight: 350;
  line-height: 1.25;
}
.ul_contact li .con div {
  color: #231815;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.list_gift_six .img {
  margin-top: 4rem;
  position: relative;
  z-index: 9;
}
.list_gift_six .img img {
  width: 100%;
}
.list_gift_six .img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 60%;
  border-radius: 51.125rem;
  background: rgba(184, 27, 48, 0.2);
  opacity: 0.2;
  filter: blur(15.625rem);
  z-index: -1;
}
.list_gift_six .ul {
  height: 33.1875rem;
  margin-top: 4rem;
}
.list_gift_six .ul li {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(184, 27, 48, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11rem;
  height: 11rem;
  color: #231815;
  text-align: center;
  font-size: 2rem;
}
.list_gift_six .ul li.li1 {
  top: 34%;
  left: 5.625rem;
}
.list_gift_six .ul li.li2 {
  top: 60%;
  left: 3.875rem;
}
.list_gift_six .ul li.li3 {
  top: 6.5rem;
  left: 16%;
}
.list_gift_six .ul li.li4 {
  top: 54%;
  left: 20%;
}
.list_gift_six .ul li.li5 {
  top: 0;
  left: 30%;
}
.list_gift_six .ul li.li8 {
  top: 0;
  left: 46%;
}
.list_gift_six .ul li.li9 {
  top: 39%;
  left: 49%;
}
.list_gift_seven {
  padding: 2.75rem 0;
}
.list_gift_seven .text {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.5rem;
}
.list_gift_eight {
  background: url(../img/13.png) no-repeat;
  background-size: cover;
}
.list_gift_eight .right > div {
  padding: 4.625rem 3.75rem;
  position: relative;
  z-index: 9;
}
.list_gift_eight .right > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(0.625rem);
  z-index: -1;
}
.list_gift_eight .right > div form .r {
  border-radius: 0.625rem;
  line-height: 3.25rem;
  background: #FFF;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.list_gift_eight .right > div form .r img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1.125rem;
  margin-right: 1.125rem;
  display: block;
}
.list_gift_eight .right > div form .r input {
  width: calc(100% - 3.75rem);
  color: rgba(35, 24, 21, 0.8);
  font-size: 1rem;
  line-height: 3.25rem;
}
.list_gift_eight .right > div form .r input::placeholder {
  opacity: 0.3;
}
.list_gift_eight .right > div form .more {
  border-radius: 0.625rem;
}
.list_gift_eight .right > div form .more::before {
  border-radius: 0.625rem;
}
.list_gift_eight .right > div form .tips {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-top: 1.25rem;
}
.list_contact {
  position: relative;
  z-index: 9;
}
.list_contact .left {
  padding-right: 5rem;
}
.list_contact .left .name {
  color: #231815;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.list_contact .left .ul {
  border-top: 1px dashed rgba(35, 24, 21, 0.2);
  margin-top: 1.875rem;
}
.list_contact .left .ul > li {
  display: flex;
  align-items: center;
  padding: 0.875rem 0;
  border-bottom: 1px dashed rgba(35, 24, 21, 0.2);
}
.list_contact .left .ul > li .icon {
  width: 2rem;
  height: 2rem;
}
.list_contact .left .ul > li .icon img {
  width: 100%;
  height: 100%;
}
.list_contact .left .ul > li .con {
  width: calc(100% - 2rem);
  padding-left: 1.375rem;
}
.list_contact .left .ul > li .con p {
  color: rgba(35, 24, 21, 0.4);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.list_contact .left .ul > li .con div {
  color: #231815;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
.list_contact .left .ul > li ul {
  display: flex;
  align-items: center;
}
.list_contact .left .ul > li ul li > a {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(35, 24, 21, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact .left .ul > li ul li > a img {
  width: 1rem;
  height: 1rem;
}
.list_contact .left .ul > li ul li {
  position: relative;
}
.list_contact .left .ul > li ul li.douyin .img {
  width: calc((6.25rem - 0.125rem) * 2);
}
.list_contact .left .ul > li ul li:nth-child(2) > a img {
  width: 1.3125rem;
  height: 1.3125rem;
}
.list_contact .left .ul > li ul li .img {
  position: absolute;
  top: 2.2rem;
  width: 6.25rem;
  height: 6.25rem;
  border: 1px solid rgba(35, 24, 21, 0.1);
  padding: 0.125rem;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  left: -1.5rem;
  display: flex;
}
.list_contact .left .ul > li ul li:hover .img {
  transform: scaleY(1);
  opacity: 1;
}
.list_contact .left .ul > li ul li:not(:last-child) {
  margin-right: 0.5rem;
}
.list_contact #map {
  height: 31.25rem;
}
.index_five .row.margin {
  margin: 3.125rem -2.5rem 0;
}
.index_five .row.margin > div {
  padding: 0 2.5rem;
}
.index_five .msg-a4 {
  color: #787777;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 1.5rem;
}
.index_five .msg-a4 .yszc-cont input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.index_five .msg-a4 label span:last-child {
  display: none;
}
.index_five .msg-a4 .yszc-cont input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/radio.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
}
.index_five .msg-a4 .yszc-cont input[type=checkbox]:checked::before {
  background: url(../img/radio_active.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
}
.index_five .msg-a4 .msg-a4 .yszc-cont label {
  color: rgba(34, 34, 34, 0.7);
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
  font-weight: 400;
}
.index_five .yszc-cont label {
  margin-bottom: 0;
}
.index_five .yszc-cont label a {
  color: #0084FF;
}
.index_five .msg-a4 a {
  color: #4F4748;
}
.index_five .form-group {
  border-radius: 0.625rem;
}
.index_five .form-group.textarea {
  height: 5.625rem;
}
.index_five .form-group label span {
  color: rgba(0, 0, 0, 0.3);
}
.list_news .swiper-container {
  margin-top: 3.125rem;
}
.list_news .swiper-pagination-bullet {
  margin-top: 3rem;
}
.list_news .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.list_news .swiper-slide:hover .name {
  color: var(--color);
}
.list_news .swiper-slide .row {
  margin: 0 -2rem;
}
.list_news .swiper-slide .row > div {
  padding: 0 2rem;
}
.list_news .swiper-slide .name {
  color: #231815;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_news .swiper-slide .text {
  color: rgba(35, 24, 21, 0.8);
  margin: 1.5rem 0;
  text-align: justify;
}
.list_news .swiper-slide .data {
  color: rgba(35, 24, 21, 0.5);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_news .swiper-slide .more {
  margin-top: 3.125rem;
}
.list_news_two .ul {
  margin: 0 -1.25rem;
}
.list_news_two .ul li {
  padding: 0 1.25rem;
}
.list_news_two .ul li:hover .over img {
  transform: scale(1.1);
}
.list_news_two .ul li:hover .name {
  color: var(--color);
}
.list_news_two .name {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin: 1.5rem 0 0.625rem;
}
.list_news_two .data {
  color: rgba(35, 24, 21, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0.625rem;
}
.list_news_two .text {
  font-size: 1rem;
  color: rgba(35, 24, 21, 0.8);
  line-height: 1.5;
}
.list_guoli .left {
  padding-right: 6.25rem;
}
.list_guoli .right {
  padding-top: 7.5rem;
}
.font28 {
  color: rgba(35, 24, 21, 0.8);
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.list_guoli_two ul {
  display: flex;
  justify-content: space-between;
  margin: 3.125rem -0.5rem 0;
}
.list_guoli_two ul > li {
  padding: 0 0.5rem;
}
.list_guoli_two ul > li .over,
.list_guoli_two ul > li .over img {
  height: 100%;
  object-fit: cover;
}
.list_guoli_two ul > li:nth-child(1) {
  width: 28.5%;
}
.list_guoli_two ul > li:nth-child(2) {
  width: 32.3%;
}
.list_guoli_two ul > li:nth-child(3) {
  width: 19%;
}
.list_guoli_two ul > li:nth-child(4) {
  width: 20.2%;
}
.list_guoli_two ul > li img {
  width: 100%;
}
.list_guoli_three .left {
  padding-top: 4rem;
}
.list_guoli_three .left .img {
  margin-top: 8.75rem;
}
.list_guoli_three .right {
  padding-left: 6.25rem;
}
.list_guoli_three img {
  width: 100%;
}
.list_guoli_four .over img {
  width: 100%;
}
.list_guoli_four .row {
  margin: 0 -3.5625rem;
}
.list_guoli_four .row > div {
  padding: 0 3.5625rem;
}
.list_guoli_five ul {
  display: flex;
  justify-content: space-between;
  margin: 3.125rem -0.5rem 0;
}
.list_guoli_five ul > li {
  padding: 0 0.5rem;
}
.list_guoli_five ul > li .over,
.list_guoli_five ul > li .over img {
  height: 100%;
  object-fit: cover;
}
.list_guoli_five ul > li:nth-child(1) {
  width: 30.25%;
}
.list_guoli_five ul > li:nth-child(2) {
  width: 40.3%;
}
.list_guoli_five ul > li:nth-child(4),
.list_guoli_five ul > li:nth-child(3) {
  width: 14.1%;
}
.list_guoli_five ul > li img {
  width: 100%;
}
.list_guoli_six .swiper-slide .img img {
  width: 100%;
}
.list_guoli_six .swiper-slide .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.list_guoli_six .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
}
.list_guoli_six .swiper-pagination-bullet-active {
  background: #fff;
}
.list_guoli_six .swiper-pagination {
  position: absolute;
  bottom: 2.5rem;
  left: var(--container);
  width: auto;
}
.list_shibo .ul li {
  padding: 6.25rem 0 3.4375rem;
}
.list_shibo .ul li:nth-child(even) .right {
  order: 1;
}
.list_shibo .ul li:nth-child(even) .left {
  order: 2;
  padding-left: 7.1875rem;
}
.list_shibo .ul li:nth-child(odd) .left {
  padding-right: 7.1875rem;
}
.list_shibo .ul li .left {
  padding-bottom: 4rem;
}
.list_shibo .ul li .right .over img {
  width: 100%;
}
.list_shibo .ul li .logo {
  height: 7.375rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.list_shibo .ul li .logo img {
  max-height: 100%;
}
.list_yishu .left {
  padding-right: 3.125rem;
}
.list_yishu .left .text {
  text-align: justify;
  margin-top: 1rem;
}
.list_yishu .over img {
  width: 100%;
}
.list_yishu_two .text {
  width: 65%;
  margin: 0.625rem auto 2.8125rem;
}
.list_yishu_two .img img {
  width: 100%;
}
.list_yishu_three .right {
  padding-left: 3.125rem;
  padding-top: 4.375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list_yishu_three .right .text {
  margin: 1rem 0 5.625rem;
}
.list_yishu_three .right .img {
  width: 50%;
}
.filter-container {
  width: 43.75rem;
  margin: 0 auto;
}
.filter-container .search-row {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.filter-container .search-row button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.875rem;
  border: none;
  background: transparent;
}
.filter-container .search-row button .iconfont {
  font-size: 1.5rem;
  color: #231815;
}
.filter-container .search-row select,
.filter-container .search-row input {
  width: 100%;
  padding: 0 1.25rem;
  border: 1px solid #ddd;
  line-height: 3.5rem;
  height: 3.5rem;
  background-color: transparent !important;
  color: #977753;
}
.filter-container .search-row select::placeholder,
.filter-container .search-row input::placeholder {
  color: #977753;
}
.filter-container .select-row select {
  width: 100%;
  padding: 0 1.25rem;
  border: 1px solid #ddd;
  line-height: 3.5rem;
  height: 3.5rem;
  background-image: url('../img/jt.svg');
  /* 调整背景图片的位置 */
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right;
  /* 将背景图片放在右侧 */
  /* 添加一些内边距以避免文本覆盖箭头 */
  /* 根据你的箭头图片大小调整 */
  /* 可能需要一些外观调整 */
  -webkit-appearance: none;
  /* 移除默认样式（仅限webkit内核浏览器） */
  -moz-appearance: none;
  /* 移除默认样式（仅限Firefox） */
  appearance: none;
  background-position-x: 96%;
  /* 移除默认样式（推荐使用） */
  color: #977753;
  background-color: transparent;
}
.select-row {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.select-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.shop-card {
  margin-top: 6.25rem;
}
.shop-card h3 {
  color: #231815;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.375;
}
.shop-card p {
  color: #231815;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2rem;
  margin: 1.875rem 0 1.25rem;
  font-weight: 400;
}
.shop-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C9BDAF;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2rem;
}
.shop-card a .iconfont {
  font-size: 1rem;
  margin-left: 0.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.shop-card a:hover {
  color: var(--color);
}
.shop-card a:hover .iconfont {
  color: var(--color);
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_gift_nine {
  position: relative;
}
.list_gift_nine::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 40%;
  border-radius: 86.5rem;
  opacity: 0.1;
  background: #B81B30;
  filter: blur(6.25rem);
}
.list_gift_nine .bot {
  -webkit-mask: -webkit-linear-gradient(90deg, transparent, #000 21%, #000 71%, transparent);
  mask: linear-gradient(90deg, transparent, #000 21%, #000 71%, transparent);
  margin: 0 calc(var(--container) / 2);
  margin-top: 3rem;
}
.list_gift_nine .padding {
  padding: 0 calc(var(--container) / 2);
}
.list_gift_nine ul li {
  width: 14.875rem;
  padding: 1rem 0.875rem;
}
.list_gift_nine ul li .over {
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.05);
  height: 6.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_gift_nine ul li .over img {
  max-height: 80%;
  max-width: 80%;
  object-fit: contain;
}
.list_gift_nine .tempWrap {
  width: 100% !important;
}
@media (max-width: 1280px) {
  .list_gift_nine ul li .over {
    height: 5.75rem;
  }
}
@media (max-width: 990px) {
  .list_gift_nine ul {
    white-space: nowrap;
  }
  .list_gift_nine ul li {
    width: 180px !important;
  }
  .list_gift_nine .bot {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .list_gift_nine ul li {
    width: 140px !important;
    padding: 8px;
  }
  .list_gift_nine ul li .over {
    height: 5rem;
    box-shadow: 0 0 8px 0 rgba(14, 86, 156, 0.1);
  }
  .list_gift_nine .bot {
    -webkit-mask: -webkit-linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    mask: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    margin: 0 calc(var(--container) / 2);
    margin-top: 10px;
  }
}
.phone.noLanuage .center {
  width: auto;
  text-align: left;
  order: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
