@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: 4.375rem;
  --container: 16.25rem;
  --phone_img: 30px;
  --bors: 1.25rem;
  --bgf8: #F5F5F5;
  --bgf81: #EFEFEF;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
  overflow-x: visible;
}
.bgf8 {
  background: var(--bgf8);
}
.bgf81 {
  background: var(--bgf81);
}
.p_top {
  position: absolute;
  top: -4.375rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #FABE00;
}
.c {
  color: #FABE00;
}
.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: 3rem 0 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  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 span {
  color: #fff;
}
.pagination > li span,
.pagination > li a {
  display: block;
}
.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: #FABE00;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #4C4948;
}
.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图片缩放失真*/
}
.index_two .fouraddtwo img,
.show_znzm .img,
.show_znzm .img img {
  width: 100%;
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #FABE00;
}
.search_more:hover::before {
  background: #FABE00;
}
.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_sec .flex .right .over {
  display: none;
}
.er_ul_sec .flex .right .over.active {
  display: block;
}
.er_ul_sec_pro,
.er_ul_sec {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  background: #F5F5F5;
}
.er_ul_sec_pro .flex,
.er_ul_sec .flex {
  align-items: stretch;
}
.er_ul_sec_pro .flex .left,
.er_ul_sec .flex .left {
  width: 50%;
  background: #fff;
  padding: 3.75rem 6.25rem;
}
.er_ul_sec_pro .flex .left ul,
.er_ul_sec .flex .left ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.125rem;
}
.er_ul_sec_pro .flex .left ul.ul,
.er_ul_sec .flex .left ul.ul {
  justify-content: center;
}
.er_ul_sec_pro .flex .left ul.ul li,
.er_ul_sec .flex .left ul.ul li {
  width: 50.125%;
}
.er_ul_sec_pro .flex .left ul li,
.er_ul_sec .flex .left ul li {
  width: 50%;
  padding: 0 3.125rem;
}
.er_ul_sec_pro .flex .left ul li a,
.er_ul_sec .flex .left ul li a {
  color: #4C4948;
  text-align: center;
  font-size: 1.125rem;
  line-height: 4rem;
  position: relative;
  display: block;
}
.er_ul_sec_pro .flex .left ul li a::before,
.er_ul_sec .flex .left ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.er_ul_sec_pro .flex .left ul li a::after,
.er_ul_sec .flex .left ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #FABE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er_ul_sec_pro .flex .left ul li.active a,
.er_ul_sec .flex .left ul li.active a,
.er_ul_sec_pro .flex .left ul li:hover a,
.er_ul_sec .flex .left ul li:hover a {
  color: #FABE00;
}
.er_ul_sec_pro .flex .left ul li.active a::after,
.er_ul_sec .flex .left ul li.active a::after,
.er_ul_sec_pro .flex .left ul li:hover a::after,
.er_ul_sec .flex .left ul li:hover a::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er_ul_sec_pro .flex .right,
.er_ul_sec .flex .right {
  width: 50%;
  padding: 3.75rem 0;
}
.er_ul_sec_pro .flex .right .over,
.er_ul_sec .flex .right .over {
  width: 26.5625rem;
  border-radius: 1.875rem;
  margin: 0 auto;
}
.er_ul_sec_pro .flex .right .over img,
.er_ul_sec .flex .right .over img {
  width: 100%;
  height: 15.8125rem;
  border-radius: 1.875rem;
  object-fit: cover;
}
.er_ul_sec_pro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--container) + 13.4375rem);
  height: 100%;
  background: #fff;
}
.er_ul_sec_pro .flex .left {
  width: 13.4375rem;
  padding-right: 1.6875rem;
  padding-left: 0;
}
.er_ul_sec_pro .flex .left ul.ul {
  margin: 0;
}
.er_ul_sec_pro .flex .left ul.ul li {
  padding: 0;
  width: 100%;
}
.er_ul_sec_pro .flex .right {
  display: block;
  padding-left: 4rem;
  width: calc(100% - 13.4375rem);
  justify-content: flex-start;
}
.er_ul_sec_pro .flex .right > div {
  width: 100%;
  display: none;
}
.er_ul_sec_pro .flex .right > div.active {
  display: block;
}
.er_ul_sec_pro .flex .right > div ul li {
  margin-bottom: 1.875rem;
}
.er_ul_sec_pro .flex .right > div ul li:hover .over img {
  transform: scale(1.1);
}
.er_ul_sec_pro .flex .right > div ul li:hover .name {
  color: #FABE00;
}
.er_ul_sec_pro .flex .right > div .over {
  width: auto;
  background: #cfcfcf;
}
.er_ul_sec_pro .flex .right > div .over img {
  height: auto;
}
.er_ul_sec_pro .flex .right > div .name {
  color: #4C4948;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1rem;
  text-align: center;
}
.ma-div {
  position: absolute;
  left: 50%;
  width: 13.8125rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0.5rem 0.625rem rgba(0, 0, 0, 0.1);
  padding: 1.875rem 0 0.9375rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #424242;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
}
.ma-div p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ma-div p .iconfont {
  margin-right: 0.3125rem;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #FABE00;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .ma-div {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .center > ul > li:hover .er_ul_sec_pro,
header .center > ul > li:hover .er_ul_sec,
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: 19.8125rem;
}
@media (max-width: 2560px) {
  body {
    --container: 15rem;
  }
}
@media (max-width: 1920px) {
  body {
    --container: 17rem;
  }
}
@media (max-width: 1600px) {
  body {
    --container: 12rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}
.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: #FABE00;
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: #FABE00;
  color: #fff;
  background: #FABE00;
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: #FABE00;
}
.searchbox {
  border-color: #FABE00;
}
@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: calc(100% - 100px);
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: right;
  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: #FABE00;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 1.125rem;
  line-height: 1.35rem;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #FABE00;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 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;
  z-index: 9999;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: var(--phone_img);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: 0;
  height: 100vh;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}
.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: #FABE00;
  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: #FABE00;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta {
  text-align: left;
}
.sjj_nav .top .ta img {
  height: var(--phone_img);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: 100px;
}
.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: calc(100% - 100px);
  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: #FABE00;
}
.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;
}
.zd_erha {
  position: fixed;
  right: 1rem;
  bottom: 5%;
  z-index: 999;
  width: 2.75rem;
  background: #FABE00;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 5rem;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #E9E9E9;
  background: #FFF;
}
.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.75rem;
  line-height: 0.75rem;
  color: #5E5E5E;
  margin-top: 0.3125rem;
  white-space: nowrap;
}
.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
}
.zd_erha .aat_list li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.4rem;
  width: calc(100% - 0.8rem);
  height: 1px;
  background: rgba(63, 63, 63, 0.1);
}
.zd_erha .aat_list li > a {
  display: block;
  width: 2.25rem;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem 0.3125rem 0.875rem;
  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%;
}
.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 {
  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;
  --color: #4C4948;
}
.show_header header .logo img:nth-child(1),
header.active .logo img:nth-child(1),
header:hover .logo img:nth-child(1),
header.white .logo img:nth-child(1) {
  display: none;
}
.show_header header .logo img:nth-child(2),
header.active .logo img:nth-child(2),
header:hover .logo img:nth-child(2),
header.white .logo img:nth-child(2) {
  display: inline-block;
}
.show_header header .tel img,
header.active .tel img,
header:hover .tel img,
header.white .tel 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: #FABE00;
}
.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 {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header {
  position: fixed;
  line-height: var(--header_h);
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1200;
  --color: #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);
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header > .container {
  padding: 0 6.25rem;
}
header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .tel {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  color: var(--color);
  font-size: 1.25rem;
}
header .tel img {
  height: 1.25rem;
  margin-right: 0.3125rem;
}
header .logo img:nth-child(1) {
  display: inline-block;
}
header .logo img:nth-child(2) {
  display: none;
}
header .logo img {
  height: 2.3125rem;
}
header .tel img,
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.25rem;
  cursor: pointer;
}
header .lanuage {
  margin: 0 2.1875rem 0 1.25rem;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--color);
}
header .lanuage a.c {
  color: #FABE00;
}
header .left,
header .right {
  width: 20%;
}
header .center {
  margin: 0 auto;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .center > ul > li {
  float: left;
  padding: 0 1.875rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  top: 1.375rem;
  right: -0.5rem;
  background: url(/assets/addons/cms/frontend/img/icon.svg) no-repeat;
  background-size: contain;
  width: 0.5rem;
  height: 0.5rem;
  opacity: 0;
  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: #FABE00;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5rem;
  margin: 0.75rem 0 1.875rem;
}
.banner video,
.banner img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}
.banner .swiper-slide {
  opacity: 0 !important;
  pointer-events: none;
  transition-property: opacity;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-pagination {
  bottom: 2.75rem;
}
.banner .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  opacity: 1;
  position: relative;
}
.banner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -0.125rem;
  right: -0.1875rem;
  width: 0.625rem;
  height: 0.625rem;
  background: url(/assets/addons/cms/frontend/img/icon.svg) no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #ffffff;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.4375rem;
}
.hover2_designer {
  position: absolute;
  bottom: 7rem;
  right: var(--container);
  font-size: 1.9rem;
  line-height: 40.4 0.625rem;
  color: #FFFFFF;
  margin-top: 0.625rem;
}
.hover2_designer img {
  height: 3.125rem;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
}
.nyban .hover .p2 a {
  width: auto;
  padding: 0 2rem;
}
.nyban .hover .p2 a div {
  color: #fff;
}
.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4rem;
}
.nyban .hover .p1 p {
  font-size: 1.5625rem;
  color: #FFFFFF;
  text-shadow: 0rem 0rem 0.625rem rgba(52, 52, 51, 0.9);
  font-weight: 400;
}
@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 {
  color: rgba(55, 55, 55, 0.84);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-top: 1.375rem;
}
.bread .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bread a {
  color: rgba(55, 55, 55, 0.84);
}
.bread a:hover {
  color: #FABE00;
}
.bread img {
  width: 0.875rem;
  height: 0.875rem;
}
.bread span {
  margin: 0 0.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: #757575;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.swiper_pag .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  opacity: 1;
  position: relative;
}
.swiper_pag .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -0.125rem;
  right: -0.1875rem;
  width: 0.625rem;
  height: 0.625rem;
  background: url(/assets/addons/cms/frontend/img/icon.svg) no-repeat;
  background-size: contain;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #ffffff;
}
.swiper_pag .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn {
  width: 2.625rem;
  height: 2.625rem;
  border: 1px solid rgba(76, 73, 72, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover {
  background: #FABE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #FABE00;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}
.more {
  width: 9.25rem;
  line-height: 2.9375rem;
  border-radius: 3.125rem;
  border: 2px solid #E1E1E1;
  border-radius: 0 1.25rem 0 1.25rem;
  display: inline-block;
  position: relative;
  z-index: 9;
}
.more.wauto {
  width: auto;
  padding: 0 2rem;
}
.more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: #FABE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 0 1.125rem 0 1.125rem;
  z-index: -1;
}
.more:hover {
  border-color: #FABE00;
  background: #FABE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.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: #757575;
  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: #FABE00;
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: #FABE00;
}
.more.borf {
  border-color: #E1E1E1;
  color: #E1E1E1;
}
.more.borf:hover {
  border-color: #FABE00;
  color: #fff;
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: #FABE00;
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.title {
  color: #4C4948;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3rem;
}
.title div {
  display: inline-block;
  position: relative;
}
.title div::before {
  content: "";
  position: absolute;
  top: -0.6875rem;
  right: -1rem;
  background: url(/assets/addons/cms/frontend/img/title_icon.svg) no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.subtitle {
  color: #4C4948;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.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: #FABE00;
  border-radius: 50%;
}
.ptb {
  padding: 7.5rem 0;
}
.ptb.pt_bread {
  padding-top: 3.4375rem;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 30px 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: #FABE00;
}
.show_news .margin.text {
  border-top: 1px solid #9BBFDE;
  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;
  margin: 1.25rem 0;
}
.show_news .data .fenxiang {
  margin-left: 1.875rem;
}
.show_news .left {
  padding-right: 5rem;
}
.show_news .rightt ul li .over {
  display: none;
}
.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: #FABE00;
  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: #FABE00;
}
.show_news .rightt ul li .name1 {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.show_news .rightt ul li .text {
  margin: 0 0 0.4375rem;
}
.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: 1.875rem;
  border-top: 1px solid #9BBFDE;
  padding-top: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show_news .shangxia .l {
  width: calc(100% - 11rem);
}
.show_news .shangxia .r {
  width: 11rem;
}
.show_news .shangxia .l a {
  color: rgba(0, 0, 0, 0.8);
}
.show_news .shangxia .l a:hover {
  color: #FABE00;
}
@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;
}
.since-section {
  position: relative;
  width: 100%;
}
.since-section .text-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.since-section .text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  position: relative;
  /*motion*/
}
.since-section .text .fs-7xl {
  display: block;
  font-size: 1.25rem;
  text-align: right;
  line-height: 5rem;
  color: #000;
}
.since-section .text > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.since-section .text > span em {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  transform: translateY(12.5rem);
  opacity: 0;
  color: #4C4948;
}
.since-section .text > div {
  opacity: 0;
  transform: scale(1.2) translateY(100px);
}
.since-section .text > div strong {
  font-weight: 500;
  color: #4C4948;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 5.3125rem;
}
.since-section .text > div p {
  text-align: center;
  color: #4C4948;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 5rem;
}
.since-section .text > span {
  transition: 0s 0.5s linear;
}
.since-section .text > span em {
  transition: 0s 0.5s transform linear, 0s 0.5s opacity linear, 0s 0.5s font-size linear;
}
.since-section .text > div {
  transition: 0s 0.5s linear;
}
.since-section.on .text span {
  top: 0;
  transition: 0.4s 0.8s linear;
  display: block;
}
.since-section.on .text em {
  transform: translateY(0);
  opacity: 1;
  font-size: 2rem;
  color: #4C4948;
  line-height: 5rem;
  transition: 0.3s 0.5s transform linear, 0.3s 0.5s opacity linear, 0.4s 0.8s font-size linear;
}
.since-section.on .text > div {
  transform: scale(1) translateY(0);
  opacity: 1;
  transition: 0.4s 0.8s linear;
}
.index_one {
  background: #FAFAFA;
}
.index_one .top .over img {
  aspect-ratio: 16 / 7;
  object-fit: cover;
}
.index_one .ul {
  margin: 0 -1.6875rem;
}
.index_one .ul li {
  padding: 0 1.6875rem;
}
.index_one .ul li:nth-child(odd) {
  margin-top: 2.5rem;
}
.index_one .ul li:nth-child(even) {
  position: relative;
  top: -3rem;
}
.index_one .ul li .over img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.index_one .ul li.index_squera_pro .hover {
  width: calc(100% - 6.875rem);
}
.index_squera_pro .more {
  display: flex;
  justify-content: center;
  height: 2.9375rem;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_squera_pro .more::before {
  background: transparent;
}
.index_squera_pro .more:hover {
  width: calc(9.25rem * 2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: transparent;
}
.index_squera_pro .more:hover > div:nth-child(2) {
  display: block;
}
.index_squera_pro .more > div {
  flex: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_squera_pro .more > div a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_squera_pro .more > div:hover {
  background: #FABE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_squera_pro .more > div:hover a {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_squera_pro .more > div:nth-child(2) {
  display: none;
  text-align: center;
  position: relative;
}
.index_squera_pro .more > div:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 90%;
  background: #ddd;
}
.index_squera_pro:hover .over {
  box-shadow: 0 0 1rem rgba(250, 192, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_squera_pro:hover .over img {
  transform: scale(1.1);
}
.index_squera_pro .over,
.index_squera_pro .over img {
  border-radius: 2.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_squera_pro .hover {
  position: relative;
  margin-top: -6.875rem;
  left: 3.4375rem;
  padding: 2.125rem 2.625rem;
  background: #fff;
  border-radius: 0 3.125rem;
  width: calc(50% - 6.875rem - 1.6875rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_squera_pro .hover:hover {
  box-shadow: 0px 0px 1rem 0.1875rem 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;
}
.index_squera_pro .hover .name {
  color: #4C4948;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.index_squera_pro .hover .text {
  margin: 0.75rem 0 1.25rem;
}
@keyframes run03 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.index_two .fouraddtwo {
  border-radius: var(--bors);
  overflow: hidden;
}
.index_two .fouraddtwo .sum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: var(--bors);
  display: none;
  overflow: hidden;
}
.index_two .fouraddtwo .sum.active {
  display: block;
}
.index_two .fouraddtwo .sum.active .mengban_dsj {
  animation: xiaoshi 2s linear forwards;
}
@keyframes xiaoshi {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.index_two .fouraddtwo .sum > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.index_two .fouraddtwo .sum > div.active {
  display: block;
}
.index_two .fouraddtwo .hover4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.index_two .fouraddtwo .hover4.active {
  z-index: -1;
}
.index_two .fouraddtwo .hover4 li {
  position: absolute;
  cursor: pointer;
}
.index_two .fouraddtwo .hover4 .li1 {
  top: 24%;
  left: 3%;
}
.index_two .fouraddtwo .hover4 .li2 {
  top: 36%;
  left: 33%;
}
.index_two .fouraddtwo .hover4 .li3 {
  top: 63%;
  left: 22.5%;
}
.index_two .fouraddtwo .hover4 .li4 {
  top: 34%;
  left: 73%;
}
.index_two .fouraddtwo .hover4 .li5 {
  top: 6%;
  left: 56%;
}
.index_two .fouraddtwo .hover4 .li6 {
  top: 65%;
  left: 38%;
}
.index_two .fouraddtwo .hover4 .name {
  color: #FABE00;
  display: inline-block;
  padding: 0 0.625rem;
  line-height: 1.875rem;
  border-radius: 0.3125rem;
  color: #333;
  background: #fff;
  position: relative;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
.index_two .fouraddtwo .hover4 .name::before {
  content: "";
  position: absolute;
  top: -0.875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #fff;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
.index_two .fouraddtwo .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.index_two .fouraddtwo .list > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: var(--bors);
  overflow: hidden;
}
.index_two .fouraddtwo .list > div p {
  position: absolute;
  bottom: 2.25rem;
  right: 3.25rem;
  display: inline-block;
  padding: 0 1.5rem;
  line-height: 2rem;
  color: #444444;
  font-size: 1rem;
  height: 2rem;
  border-radius: 1.4375rem;
  -moz-border-radius: 1.4375rem;
  -webkit-border-radius: 1.4375rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  background: rgba(255, 255, 255, 0.8);
  -o-transition: 400ms ease-in-out;
  cursor: pointer;
  z-index: 9;
}
.index_two .fouraddtwo .list > div p:hover {
  background: #FABE00;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .fouraddtwo .list > div img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.index_two .fouraddtwo .list > div.active {
  display: block;
}
.index_two .fouraddtwo .yuan {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: run03 4s infinite linear;
  margin: 0 auto;
}
.index_two .fouraddtwo .yuan span {
  width: 0.8125rem;
  height: 0.8125rem;
  background: rgba(250, 190, 1, 0.6);
  display: inline-block;
  border-radius: 50%;
}
.index_two.index .bot ul {
  background: #F5F5F5;
}
.index_two .swiper-slide ul {
  display: flex;
  align-items: center;
}
.index_two .swiper-slide .ms {
  font-size: 1.25rem;
  color: #000;
}
.index_two .swiper-slide .ms_top {
  position: relative;
}
.index_two .swiper-slide .ms_top::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 6.25rem;
  background: #000;
}
.index_two .swiper-slide .ms_bot {
  position: relative;
}
.index_two .swiper-slide .ms_bot::before {
  content: "";
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 6.25rem;
  background: #000;
}
.index_two .swiper-slide .hover_text {
  position: absolute;
  bottom: 4rem;
  left: 0;
  padding: 0 4rem;
}
.index_two .swiper-slide .hover_text div {
  color: #4C4948;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3rem;
}
.index_two .swiper-slide .hover_text p {
  color: #4C4948;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 0.625rem;
}
.index_two_ny_swiper,
.index_two_swiper {
  padding: 0 25rem;
  margin-top: 3.125rem;
}
.index_two_ny_swiper .swiper-slide,
.index_two_swiper .swiper-slide {
  transform: scale(0.8);
  transform-origin: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two_ny_swiper .swiper-slide.swiper-slide-active,
.index_two_swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two_ny_swiper .swiper-slide .over,
.index_two_swiper .swiper-slide .over,
.index_two_ny_swiper .swiper-slide .over img,
.index_two_swiper .swiper-slide .over img {
  border-radius: 1.875rem;
}
.index_two_bot {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}
.index_two_bot ul {
  display: flex;
  justify-content: center;
  border-radius: 0 1.875rem;
  background: #fff;
  padding: 0.375rem 0.6875rem;
}
.index_two_bot ul li {
  width: 11.5rem;
  line-height: 3.0625rem;
  border-radius: 0 1.875rem 0 1.875rem;
  color: #757575;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  transition: all 0.8s;
  -webkit-transform: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  cursor: pointer;
}
.index_two_bot ul li:hover,
.index_two_bot ul li.active {
  background: #FABE00;
  transition: all 0.8s;
  -webkit-transform: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  color: #fff;
}
.index_three {
  background: #FAFAFA;
}
.index_three .xian {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.index_three .xian svg {
  width: 100%;
  height: 14.375rem;
}
.index_three .xian svg .ePUMYmON_0 {
  stroke-dasharray: 1936 1938;
  stroke-dashoffset: 1937;
}
.index_three .container {
  position: relative;
  z-index: 9;
}
.index_three .subtitle {
  color: #757575;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin: 1.125rem 0 1.5625rem;
}
.index_three .over,
.index_three .over img {
  border-radius: 3.75rem;
}
.index_three .ul1 {
  margin-top: 2.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 3.75rem;
}
.index_three .ul1 li {
  height: 35rem;
  overflow: hidden;
  transition: all 0.75s;
  -webkit-transform: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  position: relative;
  z-index: 9;
  border-radius: 3.75rem;
}
.index_three .ul1 li.active_index1 {
  -webkit-transform: scale(1.1, 1.1) !important;
  -ms-transform: scale(1.1, 1.1) !important;
  transform: scale(1.1, 1.1) !important;
}
.index_three .ul1 li.active_index {
  z-index: 10;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.index_three .ul1 li:nth-child(2) {
  position: absolute;
  top: 37rem;
  left: 0;
  width: 100%;
  transition: all 0.75s;
  -webkit-transform: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
}
.index_three .ul1 li .over1 {
  border-radius: 3.75rem;
  box-shadow: 0px 0px 1.5rem 0px rgba(0, 0, 0, 0.05);
}
.index_three .ul1 li .over1 img {
  border-radius: 3.75rem;
}
.index_three .ul2 {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  padding: 0 4.375rem;
  justify-content: space-between;
}
.index_three .ul2 li {
  padding: 0 3.75rem;
  flex: 1;
  text-align: center;
}
.index_three .ul2 li.active a {
  color: #fff;
}
.index_three .ul2 li.active a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .ul2 li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding-top: 1rem;
  position: relative;
  display: block;
}
.index_three .ul2 li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: rgba(255, 255, 255, 0.1);
}
.index_three .ul2 li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 8;
}
.index_four .swiper-container {
  margin-top: 2.5rem;
}
.index_four .margin {
  margin: 0 -1.25rem;
}
.index_four .squera_news {
  padding: 0 1.25rem;
}
.index_four .squera_news .over,
.index_four .squera_news .over img {
  border-radius: 1.875rem;
}
.index_four .squera_news .over img {
  aspect-ratio: 450 / 300;
  object-fit: cover;
}
.index_four .squera_news .name {
  color: #4C4948;
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}
.index_four .squera_news .data {
  color: #757575;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 1.875rem 0 0.5rem;
}
.index_four .squera_news:hover .over img {
  transform: scale(1.1);
}
.index_four .squera_news:hover .name {
  color: #FABE00;
}
.index_four .hover_pag {
  margin-top: 2.5rem;
}
.index_four .swiper_pag .swiper-pagination-bullet {
  margin: 3rem 0.3125rem 0;
  border: 1px solid rgba(151, 151, 151, 0.7);
}
.index_four .swiper_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #FABE00;
}
.hover_pag {
  display: flex;
  align-items: center;
}
.hover_pag > div {
  position: static;
  margin-top: 0;
}
.hover_pag > div.swiper_btn {
  width: 2.625rem;
  height: 2.625rem;
  border: 1px solid rgba(76, 73, 72, 0.4);
  margin-left: 0.875rem;
}
.hover_pag > div.swiper_btn:hover {
  border-color: #FABE00;
}
.hover_pag .swiper-pagination {
  width: calc(100% - .875rem * 2 - 2.625rem * 2);
  height: 0.25rem;
  background: transparent;
}
.hover_pag .swiper-pagination::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(76, 73, 72, 0.4);
}
.hover_pag .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #FABE00;
}
footer {
  background: #4C4948;
  padding: 5.625rem 0 0;
  position: relative;
  z-index: 1000;
}
footer::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11.6875rem;
  height: 11.6875rem;
  background: url(/assets/addons/cms/frontend/img/footericon.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
footer .top {
  padding: 0 0 13.125rem;
}
footer .flex {
  align-items: flex-start;
}
footer .flex .logo {
  width: 19.9375rem;
}
footer .flex .logo img {
  height: 4.375rem;
}
footer .flex .ul {
  width: calc(100% - 19.9375rem);
  display: flex;
  justify-content: space-between;
}
footer .flex .ul > li .name {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 1.125rem;
}
footer .flex .ul > li ul li {
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
  border-radius: 50%;
  background: #F5F5F5;
}
footer .flex .ul > li ul li:hover .a {
  background: #FABE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff !important;
}
footer .flex .ul > li ul li .a {
  font-size: 1.25rem;
  font-weight: 400;
  color: #4C4948 !important;
  border: none !important;
  line-height: 2.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
footer .flex .ul > li ul li .icon-a-ziyuan1 {
  font-weight: 600;
}
footer .flex .ul > li .text {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.125rem;
}
footer .flex .ul > li .text:hover {
  color: #FABE00;
}
footer .flex .ul > li .emile_tel {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
footer .flex .ul .fenxiang {
  margin-top: 1.5rem;
}
.beian {
  display: flex;
  justify-content: space-between;
  padding: 1.875rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.125rem;
  flex-wrap: wrap;
}
.beian .left a {
  color: #FFF;
}
.beian .right a {
  color: #FFF;
}
.beian .right a:hover {
  color: #FABE00;
}
.beian .right span:last-child {
  display: none;
}
.beian .right span {
  width: 3px;
  position: relative;
  margin: 0 0.5rem;
}
.beian .right span::before {
  content: "";
  position: absolute;
  height: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.list_contact .ul {
  display: flex;
  justify-content: space-between;
  margin-top: 3.125rem;
}
.list_contact .ul .li1 {
  font-size: 1.65rem;
  color: #000000;
}
.list_contact .ul .li1 .con {
  display: flex;
  align-items: center;
}
.list_contact .ul .li1 img {
  width: 2.5rem;
  margin-right: 0.5rem;
}
.list_contact .ul .li1 .conp2 {
  font-size: 1.55rem;
}
.list_contact .ul .li2 {
  border-left: 0.0625rem solid #CACACC;
  border-right: 0.0625rem solid #CACACC;
}
.list_contact .ul .li2 ul li:hover p {
  color: #FABE00;
}
.list_contact .ul > li {
  padding: 2.5rem 3rem;
}
.list_contact .ul > li ul {
  display: flex;
  align-items: center;
}
.list_contact .ul > li ul li {
  padding: 0 2rem;
  text-align: center;
}
.list_contact .ul > li ul li .over1:hover .skimg2 {
  transform: scale(1.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact .ul > li ul li p {
  margin-top: 0.9375rem;
  color: #555;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  white-space: nowrap;
}
.list_contact .skimg2 {
  width: 3.5rem;
  height: 3.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact .li3 ul li {
  position: relative;
}
.list_contact .li3 ul li:nth-child(1):hover p {
  color: #0082EF;
}
.list_contact .li3 ul li:nth-child(2):hover p {
  color: #1CBA24;
}
.list_contact .li3 ul li:nth-child(3):hover p {
  color: #000;
}
.list_contact .li3 ul li:hover .img {
  display: block;
}
.list_contact .li3 .img {
  position: absolute;
  display: none;
  width: 7.5rem;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border: 0.0625rem solid #EBEBED;
  background: #FFF;
  border-radius: 0.625rem;
  padding: 0.3125rem;
}
.list_contact .li3 .img img {
  width: 6.625rem;
  height: 6.625rem;
}
.list_contact .li3 .img::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -1.125rem;
  border-top: 0.5625rem solid #fff;
  border-right: 0.5625rem solid transparent;
  border-bottom: 0.5625rem solid transparent;
  border-left: 0.5625rem solid transparent;
  z-index: 2;
}
.list_contact .li3 .img::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -1.25rem;
  border-top: 0.625rem solid #EBEBED;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  z-index: 1;
}
.list_map {
  padding-top: 4.375rem;
}
.list_map .hover {
  background: rgba(255, 255, 255, 0.74);
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: #424242;
  padding: 0.9375rem 1.5625rem;
  right: 1.25rem;
  bottom: 1.875rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  border-left: 0.25rem solid #00AB84;
  position: absolute;
  z-index: 1000;
}
.zixun-div .zixun-ul {
  margin-top: 3.75rem;
}
.zixun-div .zixun-ul li {
  width: 49%;
  float: left;
  margin-bottom: 0.625rem;
}
.zixun-div .zixun-ul li:nth-child(even) {
  float: right;
}
.zixun-div .zixun-ul li .p1 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
}
.zixun-div .zixun-ul li input {
  width: 100%;
  height: 3.4375rem;
  color: #333;
  font-size: 1rem;
  padding-left: 0.9375rem;
  margin: 0.625rem 0;
  border-radius: 5rem;
  border: 0.0625rem solid #D1D1D1;
}
.zixun-div .zixun-ul li:nth-child(3) {
  height: 3.4375rem;
}
.zixun-div .zixun-ul li select {
  background: transparent;
  width: 100%;
  height: 3.4375rem;
  color: #333;
  font-size: 1rem;
  padding-left: 0.9375rem;
  margin: 0.625rem 0;
  border-radius: 5rem;
  border: 0.0625rem solid #D1D1D1;
}
.zixun-div .zixun-ul li select option:nth-child(1) {
  display: none;
}
.zixun-div .zixun-ul li select:focus {
  outline: none;
}
.zixun-div .zixun-ul li textarea {
  width: 100%;
  height: 15.625rem;
  color: #333;
  font-size: 1rem;
  padding: 0.9375rem;
  margin: 0.625rem 0;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #D1D1D1;
  resize: none;
}
.zixun-div .zixun-ul li:nth-child(5) {
  width: 100%;
}
.zixun-div .zixun-ul li:nth-child(6) {
  width: 100%;
  margin-top: 1.25rem;
  border-bottom: 0.0625rem solid transparent;
}
.zixun-div .zixun-ul li button {
  background: transparent;
}
.zixun-div .zixun-ul li button:hover {
  background: #FABE00;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_shopping ul {
  display: flex;
  justify-content: center;
}
.list_shopping ul > li {
  width: 20%;
  text-align: center;
}
.list_shopping ul > li:hover p {
  color: #FABE00;
}
.list_shopping ul > li .skimg2 {
  width: 3.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_shopping ul > li .over1:hover .skimg2 {
  transform: scale(1.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_shopping ul > li p {
  margin-top: 0.9375rem;
  color: #555;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}
.list_jxs .margin {
  margin-top: 3.4375rem;
}
.list_jxs .ul {
  margin: -1.25rem;
}
.list_jxs .ul li {
  padding: 1.25rem;
}
.list_jxs .ul li:hover > div {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
}
.list_jxs .ul li:hover > div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_jxs .ul li > div {
  padding: 0 1.5625rem;
  height: 11.25rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid 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_jxs .ul li .icon {
  width: 4.375rem;
}
.list_jxs .ul li .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.list_jxs .ul li .con {
  width: calc(100% - 4.375rem);
  padding-left: 2.25rem;
}
.list_jxs .ul li .con div {
  color: #4C4948;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.list_jxs .ul li .con p {
  color: #4C4948;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_jxs_two .ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.5rem;
}
.list_jxs_two .ul .list {
  display: flex;
  align-items: center;
}
.list_jxs_two .ul .list:not(:last-child) {
  margin-bottom: 1rem;
}
.list_jxs_two .ul .list .icon {
  width: 2.125rem;
  height: 2.125rem;
  border: 1px solid #4C4948;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_jxs_two .ul .list .icon img {
  width: 1.0625rem;
  height: 1.0625rem;
}
.list_jxs_two .ul .list .con {
  width: calc(100% - 2.125rem);
  padding-left: 0.625rem;
}
.list_jxs_two .ul .li1 {
  width: 32%;
}
.list_jxs_two .ul .li2 {
  width: 36%;
  padding-left: 4.5rem;
}
.list_jxs_two .ul .li1,
.list_jxs_two .ul .li2 {
  border-right: 1px solid rgba(76, 73, 72, 0.2);
}
.list_jxs_two .ul .li3 {
  display: flex;
  width: 32%;
  justify-content: center;
}
.list_jxs_two .ul .li3 .ewm {
  padding: 0 1.25rem;
}
.list_jxs_two .ul .li3 .ewm img {
  border: 1px solid #D9D9D9;
  width: 8rem;
}
.list_jxs_two .ul .li3 .ewm p {
  color: #4C4948;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.375rem;
}
.list_designer .over,
.list_designer .over img {
  border-radius: 1.25rem;
  width: 100%;
  object-fit: cover;
}
.list_designer .text {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #9B9B9B;
  text-align: justify;
}
.list_designer .ul li:not(:last-child) {
  margin-bottom: 3.125rem;
}
.list_designer .ul li:nth-child(even) .right {
  order: 1;
}
.list_designer .ul li:nth-child(even) .left {
  order: 2;
}
.list_video .ul {
  display: block;
  column-count: 3;
  column-gap: 2.5rem;
  margin-left: 0;
  margin-right: 0;
}
.list_video .ul li {
  max-width: none;
  break-inside: avoid;
  margin-bottom: 1.875rem;
  padding: 0;
  margin-bottom: 2.5rem;
}
.list_video .ul li a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.list_video .ul li a .iconfont {
  font-size: 2rem;
  color: #fff;
}
.list_video .ul li .name {
  color: #373737;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.875rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(55, 55, 55, 0.2);
}
.list_video_two .ul {
  display: flex;
  justify-content: center;
  margin: 2.5rem -1.1875rem 0;
}
.list_video_two .ul li {
  padding: 0 1.125rem;
}
.list_video_two .ul li .img {
  border: 1px solid #D9D9D9;
}
.list_video_two .ul li .img img {
  width: 8rem;
  height: 8rem;
}
.list_video_two .ul li .name {
  color: #4C4948;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
  margin-top: 0.625rem;
}
.huakuai {
  /* 滑轨 */
  /* 暗藏默认的滑块幼圆点 */
  /* 黄色标签 */
}
.huakuai .slider-wrap {
  width: 30rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: #5B5B5B;
}
.huakuai .slider-box {
  position: relative;
  width: 70%;
}
.huakuai input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #eee;
  border-radius: 10px;
  outline: none;
}
.huakuai input[type="range"]::-webkit-slider-runnable-track {
  height: 10px;
  background: #eee;
  border-radius: 10px;
}
.huakuai input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.huakuai .thumb-num {
  position: absolute;
  top: 0.5rem;
  /* padding: 5px 12px; */
  width: 3.75rem;
  line-height: 1.75rem;
  background: #f6c100;
  color: #333;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 2rem;
  white-space: nowrap;
  transform: translateX(-50%);
  pointer-events: none;
  cursor: pointer;
}
.product-bot .tsgn {
  margin: 0.875rem 0 0.875rem;
}
.product-bot .tsgn span {
  display: inline-block;
  padding: 0 0.75rem;
  line-height: 1.625rem;
  color: rgba(76, 73, 72, 0.7);
  font-size: 1rem;
  position: relative;
}
.product-bot .tsgn span::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 3.125rem;
}
.product-bot .tsgn span:not(:last-child) {
  margin-right: 0.625rem;
}
.product-bot .gonglv {
  color: rgba(76, 73, 72, 0.7);
  font-size: 1rem;
  line-height: 2rem;
}
.product-bot .gonglv i:last-child {
  display: none;
}
.search_inpu form {
  display: flex;
  align-items: center;
  width: 100%;
}
.search_inpu form .pr .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.75rem;
  padding-right: 0.6875rem;
  color: #757575;
  font-size: 1.125rem;
}
.search_inpu form .pr input {
  width: 27vw;
  border-radius: 0 1.25rem;
  border: 2px solid #E1E1E1;
  padding-left: 3.75rem;
  line-height: 2.9375rem;
}
.search_inpu form button {
  line-height: 2.9375rem;
  margin-left: 1rem;
}
.search_inpu form button:hover div {
  color: #FABE00 !important;
}
.search_inpu form button div {
  color: #4C4948 !important;
}
.list_xsz ul {
  margin-top: 6.25rem;
}
.list_xsz .name {
  color: #4C4948;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-top: 3.125rem;
}
.table1 {
  margin-top: 2.1875rem;
}
.table1 tr:nth-child(1) {
  background: #FABE00;
}
.table1 tr:nth-child(1) td {
  font-size: 1.25rem;
}
.table1 tr td {
  text-align: center;
  color: #4C4948;
  font-size: 1.125rem;
  border: 1px solid #D9D9D9;
  vertical-align: middle;
}
.list_xsz_czbk .icon {
  margin: 0 auto;
  text-align: center;
}
.list_xsz_czbk .icon img {
  width: 5.1875rem;
}
.list_xsz_czbk .name {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #373737;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.list_xsz_czbk ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.list_xsz_czbk ul li {
  flex: 1;
}
.list_xsz_three .icon {
  width: 6.25rem;
  height: 6.25rem;
  border-top: 1px solid #ddd;
  border-radius: 50%;
}
.list_xsz_three .over,
.list_xsz_three .over img {
  border-radius: var(--bors);
  width: 100%;
}
.list_xsz_three ul {
  margin: 0 -1.25rem 0;
}
.list_xsz_three ul li {
  margin-top: 2.5rem;
  padding: 0 1.25rem;
}
.list_xsz_three .name {
  border-bottom: 1px solid rgba(55, 55, 55, 0.2);
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #373737;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.list_xsz_four .grid {
  display: block;
  column-count: 4;
  column-gap: 2.5rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 4rem;
}
.list_xsz_four .grid > div {
  max-width: none;
  break-inside: avoid;
  margin-bottom: 1.875rem;
  padding: 0;
}
.show_cjn .pr {
  overflow: hidden;
  border-radius: 1.25rem;
  margin-top: 3.125rem;
}
.show_cjn .pr .sum > div {
  display: none;
}
.show_cjn .pr .sum > div.active {
  display: block;
}
.show_cjn .pr ul {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9;
}
.show_cjn .pr ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4C4948;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  color: #fff;
}
.show_cjn .pr ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.show_cjn_two .img {
  border-radius: var(--bors);
  overflow: hidden;
}
.show_cjn_two .ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.show_cjn_two .ul li {
  width: auto;
  display: inline-block;
  position: absolute;
}
.show_cjn_two .ul li img {
  width: 15.625rem;
}
.show_cjn_two .ul li:nth-child(1) {
  position: absolute;
  top: 34%;
  left: 11rem;
}
.show_cjn_two .ul li:nth-child(2) {
  top: 16%;
  left: 43%;
}
.show_cjn_two .ul li:nth-child(3) {
  top: 39%;
  right: 11%;
}
.show_cjn_two .ul li .name {
  color: #4C4948;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.show_cjn_two .ul li .text {
  color: #4C4948;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}
.show_cjn_two .ul2 li {
  margin-top: 4rem;
  text-align: center;
}
.show_cjn_two .ul2 li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_cjn_two .ul2 li .icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  border: 1px solid #4C4948;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  margin: 0 auto;
}
.show_cjn_two .ul2 li .icon img {
  width: 2.9375rem;
  height: 2.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_cjn_two .ul2 li .name {
  color: #4C4948;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 1rem;
}
.list_jxs.show_cjn_three .ul li {
  padding: 0 1.25rem;
}
.list_jxs.show_cjn_three .ul li > div {
  align-items: flex-start;
  height: 100%;
  padding: 4.375rem 1.5625rem;
}
.list_jxs.show_cjn_three .ul li > div p {
  text-align: justify;
  margin-top: 0.5rem;
}
.show_znzm .img,
.show_znzm .img img {
  border-radius: var(--bors);
}
.show_znzm .img {
  margin-top: 3.125rem;
}
.noUi-target {
  border-radius: 3.125rem;
  border: none !important;
  box-shadow: none !important;
}
.noUi-connects {
  background: #EFEFEF;
  border-radius: 3.125rem !important;
}
/* 自界说 tooltips 形状 */
.slider-container {
  width: 45%;
  padding: 0 1rem 0 1.5rem;
}
.pro-div.flex .huakuai {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5B5B5B;
  font-size: 1rem;
}
.noUi-tooltip {
  background: #FABE00 !important;
  color: #4C4948 !important;
  border-radius: 2rem !important;
  padding: 0 !important;
  font-weight: bold !important;
  font-size: 0.75rem !important;
  box-shadow: none !important;
  border: none !important;
  bottom: 0 !important;
  height: 1.75rem;
  line-height: 1.75rem;
  width: 2.75rem;
}
/* 手柄形状 */
.noUi-handle {
  border: 0 !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3) !important;
  cursor: pointer !important;
  transition: transform 0.2s ease !important;
  background: transparent !important;
  box-shadow: none !important;
}
.noUi-connect {
  background: rgba(250, 192, 0, 0.5) !important;
}
.noUi-handle:after,
.noUi-handle:before {
  display: none;
}
.show_ygd {
  position: relative;
  z-index: 9;
  background: #CBC0B6;
}
.show_ygd .container {
  position: relative;
  z-index: 9;
}
.show_ygd .content {
  border-radius: 2.5rem;
  background: rgba(255, 255, 255, 0.4);
  padding: 2.5rem 0;
  margin-top: 3.3125rem;
}
.show_ygd .content ul {
  display: flex;
  flex-wrap: wrap;
}
.show_ygd .content ul li {
  width: 33.3%;
  text-align: center;
  margin: 1.25rem 0;
}
.show_ygd .content ul li:not(:nth-child(3n+1)) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.show_ygd .content ul li .icon img {
  height: 8.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_ygd .content 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;
}
.show_ygd .content .name {
  color: #4C4948;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.625rem;
}
.show_cjn_seven .swiper-slide {
  text-align: center;
}
.show_cjn_seven .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(55, 55, 55, 0.2);
}
.show_cjn_seven .swiper-slide .name {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #373737;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.show_cjn_seven .swiper-container {
  margin-top: 2.8125rem;
}
.show_cjn_seven .swiper-pagination {
  margin-top: 2.8125rem;
}
.show_cjn_seven .swiper-pagination-bullet {
  margin: 0 0.5rem;
  border-color: rgba(76, 73, 72, 0.7);
}
.show_cjn_seven .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #373737;
}
.show_jiaoyu .top {
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
}
.show_jiaoyu .top li {
  flex: 1 0 0;
  width: 33.3%;
  text-align: center;
  cursor: pointer;
}
.show_jiaoyu .top li:hover .iconfont,
.show_jiaoyu .top li.active .iconfont {
  color: #FABE00;
}
.show_jiaoyu .top li:hover p,
.show_jiaoyu .top li.active p {
  color: #FABE00;
}
.show_jiaoyu .top li .iconfont {
  display: block;
  font-size: 3.6rem;
  margin-bottom: 0.7rem;
}
.show_jiaoyu .top li p {
  color: #373737;
  font-weight: bold;
  font-size: 1.2rem;
}
.show_jiaoyu .sum {
  background: #fff;
  padding-top: 3rem;
}
.show_jiaoyu .sum .index_two .swiper {
  margin-top: 0;
}
.show_jiaoyu .sum > div {
  height: 0;
  overflow: hidden;
}
.show_jiaoyu .sum > div.active {
  height: auto;
}
.show_jiaoyu .sum .div2 .name {
  font-size: 1.25rem;
  color: #000000;
  margin-top: 0.9375rem;
  opacity: 0;
  text-align: center;
}
.show_jiaoyu .sum .div2 .swiper-slide.swiper-slide-active .name {
  opacity: 1;
}
.show_jiaoyu .sum .div3 ul {
  padding: 0 5rem;
  display: flex;
  justify-content: center;
  margin: 1rem -0.3125rem 0;
}
.show_jiaoyu .sum .div3 ul li {
  padding: 0 0.3125rem;
  flex: 1;
}
.show_jiaoyu .sum .div3 ul li a {
  border-radius: 0 1.25rem 0 1.25rem;
  text-align: center;
  background: #fff;
  border: 0.0625rem solid #eee;
  padding: 1.875rem 1.25rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.03);
  color: #555555;
}
.show_jiaoyu .sum .div3 ul li a .icon img {
  width: 3.125rem;
}
.show_jiaoyu .sum .div3 ul li a .name {
  margin-top: 0.625rem;
  font-size: 1rem;
}
.show_jiaoyu .sum .div3 .img {
  background: #e0e0e0;
  /* padding-top: 3rem; */
  background: -moz-linear-gradient(100.65% 248.74% 205deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(205deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, 100.65% 248.74%, 16.27% 248.74%, color-stop(0, rgba(255, 255, 255, 0.2)), color-stop(1, rgba(0, 0, 0, 0.9)));
  background: -o-linear-gradient(205deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -ms-linear-gradient(205deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#000000' ,GradientType=0)";
  background: linear-gradient(205deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#FFFFFF', GradientType=1);
  display: flex;
  align-items: center;
  height: 45.25rem;
  overflow: hidden;
}
.show_jiaoyu .sum .div3 .img img {
  width: 100%;
}
.show_jiaoyu_two {
  background: #fff;
}
.show_jiaoyu_two .title {
  margin-bottom: 3.75rem;
}
.show_jiaoyu_two table tr:nth-child(odd) {
  background: #e6e6e6;
}
.show_jiaoyu_two table td {
  font-weight: 400;
  border: 0.0625rem solid #EEE;
  text-align: center;
  padding: 0.75rem !important;
  color: #000000;
  font-size: 1rem;
  line-height: 1.4rem;
}
.show_jiaoyu_two table td strong {
  font-weight: bolder;
}
.jiankang {
  padding: 12rem 0;
}
.xinbj {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.xinbj .fenlei {
  margin-top: 0.5rem;
}
.xinbj .fenlei img {
  height: 1.125rem;
  margin-right: 1rem;
}
.xinbj:hover .overh img {
  transform: scale(1.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.xinbj .overh a {
  display: block;
}
.xinbj .overh a img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.index_quality .top {
  padding-top: 3rem;
}
.index_quality .quality-img {
  padding-top: 2rem;
}
.index_quality .subtitle {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #757575;
}
.ul_317_1230 {
  font-size: 1.5rem;
  color: #fff;
  display: flex;
}
.ul_317_1230.black li {
  color: #515050;
}
.ul_317_1230.black li::before {
  background: #515050;
}
.ul_317_1230 li {
  width: 20%;
  margin: 0.3125rem 0;
  padding-left: 1rem;
  position: relative;
}
.ul_317_1230 li::before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #fff;
}
.index_cxsj,
.index_xnlx {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
}
.index_cxsj .ul,
.index_xnlx .ul {
  display: flex;
  justify-content: center;
  z-index: 8;
  position: relative;
  margin: 0 -1rem 0;
}
.index_cxsj .ul li,
.index_xnlx .ul li {
  border-radius: 8rem;
  border: 1px solid #b4b4b4;
  margin: 0 1rem;
  padding: 0 1rem;
  line-height: 3rem;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_cxsj .ul li::before,
.index_xnlx .ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #fff;
  opacity: 0.3;
}
.index_cxsj .ul li:hover,
.index_xnlx .ul li:hover,
.index_cxsj .ul li.active,
.index_xnlx .ul li.active {
  background: #FABE00;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #FABE00;
}
.index_cxsj .ul li:hover::before,
.index_xnlx .ul li:hover::before,
.index_cxsj .ul li.active::before,
.index_xnlx .ul li.active::before {
  background: #FABE00;
  display: none;
}
.cxsj {
  z-index: 9;
}
.cxsj .index_cxsj {
  z-index: 10;
}
.cxsj .ul2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--bors);
  overflow: hidden;
}
.cxsj .ul2 li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.cxsj .ul2 li div {
  height: 100%;
}
.cxsj .ul2 li div img {
  height: 100%;
  object-fit: cover;
  -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;
}
.cxsj .ul2 li.active {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.cxsj .ul2 li.active div img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cxsj .ul2 li .text {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 5rem;
  text-align: center;
  height: auto;
  z-index: 9;
  justify-content: center;
}
.cxsj .ul2 li .text div {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.625rem;
  color: #fff;
  width: auto;
  max-width: 80%;
  margin: 0 auto;
  display: inline-block;
  height: auto;
}
.index_xnlx .pr {
  padding-top: 4rem;
  width: 85%;
  margin: 0 auto;
}
.index_xnlx .ul2 li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.index_xnlx .ul2 li.active {
  display: block;
}
.index_xnlx .ul2 li.active div {
  animation: fadeInUp1 1s;
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.index_xnlx .ul2 li div {
  padding-top: 4rem;
  position: absolute;
  text-align: center;
  display: inline-block;
  font-size: 0.875rem;
  color: #757575;
}
.index_xnlx .ul2 li div::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 4rem;
  background: #757575;
  left: 50%;
  transform: translateX(-50%);
}
.index_xnlx .ul2 li .div1 {
  top: 17rem;
  left: 5rem;
}
.index_xnlx .ul2 li .div2 {
  top: 15rem;
  left: 18rem;
  width: 12rem;
}
.index_xnlx .ul2 li .div3 {
  top: 16rem;
  left: 24rem;
  padding-top: 8rem;
}
.index_xnlx .ul2 li .div3::before {
  height: 8rem;
}
.index_xnlx .ul2 li .div4 {
  top: 16rem;
  left: 32.75rem;
  width: 8.25rem;
}
.index_xnlx .ul2 li .div7 {
  top: 16rem;
  right: 15rem;
}
.index_xnlx .ul2 li .div8 {
  top: 14rem;
  right: 9rem;
}
.wupinshan_img1 {
  width: 69.0625rem !important;
}
.gaixian-img-ul {
  height: 100%;
}
.gaixian-img-ul li.active {
  display: block;
}
.gaixian-zi-ul1 {
  display: block !important;
}
.product-bot .product-a .products-d .pro-d a {
  display: block;
}
.news-div .overh img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.h_ditu {
  height: 34.8125rem;
  object-fit: cover;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.list_case_shaixuan {
  margin-top: 2.75rem;
}
.list_case_shaixuan ul {
  display: flex;
  justify-content: center;
  margin: 0 -0.625rem;
}
.list_case_shaixuan ul li {
  margin: 0 0.625rem;
}
.swiper_two_prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 22.5rem;
  height: 100%;
  background-image: none;
  margin-top: 0;
  transform: scale(0.8);
  transform-origin: center left;
}
.swiper_two_next {
  position: absolute;
  top: 0;
  right: 0;
  width: 22.5rem;
  height: 100%;
  background-image: none;
  margin-top: 0;
  transform: scale(0.8);
  transform-origin: center right;
}
.jiantouxia .ba-slider1 .handle:after {
  top: 70%;
}
.index_two.aa .swiper_pag .swiper-pagination-bullet {
  margin: 3rem 0.3125rem 0;
  border: 1px solid rgba(151, 151, 151, 0.7);
}
.index_two.aa .swiper_pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #FABE00;
}
.gaokekaoxing .hover {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 5rem;
  text-align: center;
  height: auto;
  z-index: 9;
}
.gaokekaoxing .hover > div {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.625rem;
  color: #fff;
  width: auto;
  max-width: 80%;
  margin: 0 auto;
  display: inline-block;
  height: auto;
}
.introduction-con .introduction-zi.aaaaaa .swiper_pag .swiper-pagination-bullet {
  border-color: #b1b1b1;
  margin: 0 4px;
}
<!--耗时1779733029.6733秒-->