@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

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

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

.bg {
  background: #FFC62D;
}

.c {
  color: #FFC62D;
}

.phone_show_990,
.phone_show_767 {
  display: none;
}

.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  justify-content: center;
}

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

.pagination>li:hover {
  background: #FFC62D;
  color: #fff;
  text-align: center;
}

.pagination>li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}

.pagination>li.active {
  background: #FFC62D;
  color: #fff;
}

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

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

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gap15 {
  gap: 0.9375rem;
}

.gap20 {
  gap: 1.25rem;
}

.gap30 {
  gap: 1.875rem;
}

.gap40 {
  gap: 2.5rem;
}

.gap50 {
  gap: 3.125rem;
}

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

.foot-fot .foota2 {
  font-size: 1rem;
  color: #fff;
}

.foot-fot .foota2 a {
  font-size: 1rem;
  color: #fff;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}

.search_more:hover {
  color: #FFC62D;
}

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

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

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

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

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

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

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

.er-ul {
  position: absolute;
  width: 18rem;
  left: 50%;
  box-shadow: 0 0 0.125rem 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 0.5rem 0.5rem;
}

.er-ul li {
  line-height: 2;
  text-align: center;
  font-size: 1.125rem;
}

.er-ul li:hover a {
  color: #FFC62D !important;
}

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

.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul li:last-child {
  padding-bottom: 0.625rem;
}

.sec_box {
  position: absolute;
  left: 0;
  width: 100%;
  background: #F8F8F8;
  opacity: 0;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
}

.sec_box .flex {
  align-items: flex-start;
}

.sec_box .left {
  width: 35%;
  padding-right: 0.9375rem;
  padding-top: 3rem;
  padding-bottom: 6.0625rem;
  padding-left: calc(var(--container) + 10rem);
}

.sec_box .left .ul .li {
  position: relative;
  padding-left: 2.6875rem;
  padding-right: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sec_box .left .ul .li::before {
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  background-color: #FFC62D;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sec_box .left .ul .li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 3.375rem;
}

.sec_box .left .ul .li a span {
  color: #747474;
  font-family: Montserrat;
  font-size: 1.25rem;
  line-height: 4.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sec_box .left .ul .li a i {
  font-size: 1rem;
  color: #8F8F8F;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sec_box .left .ul .li:hover,
.sec_box .left .ul .li.active {
  background: #FFF;
}

.sec_box .left .ul .li:hover a span,
.sec_box .left .ul .li.active a span,
.sec_box .left .ul .li:hover a i,
.sec_box .left .ul .li.active a i {
  color: #FFC62D;
}

.sec_box .right {
  background-color: #fff;
  flex: 1;
  padding-left: 1.6875rem;
  padding-bottom: 3.75rem;
  padding-right: 15.625rem;
}

.sec_box .right .pro_con_box {
  display: none;
  padding-top: 2.125rem;
}

.sec_box .right .pro_con_box.active {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}

.sec_box .right .pro_con_box .over {
  background: #F5F6F8;
}

.sec_box .right .pro_con_box .text {
  padding-top: 1.0625rem;
}

.sec_box .right .pro_con_box .text h3 {
  color: #232323;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 500;
}

header .center>ul>li:hover .sec_box {
  transform: scaleY(1);
  opacity: 1;
}

header .center>ul>li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}

header .nav_ul>li:hover .er-ul {
  transform: none;
  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: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ds {
  cursor: pointer;
}

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

.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
}

.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 1.875rem;
  color: #fff !important;
  border: none !important;
  font-size: 0.875rem;
}

.serbtn {
  background: #FFC62D;
}

.searchbox {
  border-color: #FFC62D;
}

@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: 990px) {
  .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 .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-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

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

.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5008px;
  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.5008px 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 .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.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;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

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

.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;
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  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>li .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav>li .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;
}

.xw_ny_banner {
  background: #3c3835;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em;
}

@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 {
    font-size: 1.8rem;
  }
}

.ssy-sskaa {
  margin-bottom: 2rem;
}

.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

.ssy-sskaa .searchsa form input {
  width: 70%;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 4rem;
  background: transparent;
  color: #999;
}

.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }

  .pc_show_767 {
    display: none;
  }

  .phone_show_767 {
    display: block;
  }
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.sssjga {
  color: #333;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.5em;
  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%;
}

.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 h2 a {
  display: block;
  color: #656363;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35em;
  overflow: hidden;
  margin-bottom: 0.2em;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}

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

.ss-list li .xw-nycont span {
  color: #FFC62D;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5em;
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}

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

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

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

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

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

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

@media (max-width: 1600px) {

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

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

@media (max-width: 1440px) {

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

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

@media (max-width: 1366px) {

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

@media (max-width: 1280px) {

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

@media (max-width: 990px) {

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

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

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

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

.phone.white {
  background: #fff;
}

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

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

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

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

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

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

.phone .left {
  width: 10%;
  text-align: right;
}

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

.phone .right {
  width: 10%;
  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: 80%;
  margin: 0 auto;
}

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

.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0;
}

.sjj_nav>ul>li:first-child>a {
  width: 60%;
}

.sjj_nav>ul>li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sjj_nav>ul>li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav>ul>li:first-child .language a.active {
  background: #FFC62D;
  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: #FFC62D;
}

.sjj_nav ul li ul li>ul {
  margin-left: 10px;
}

.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}

.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}

.sjj_nav .top .fr img {
  height: 22px;
}

.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}

.sjj_nav .bot>li:first-child {
  margin-bottom: 34px;
}

.sjj_nav .bot>li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  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: 16px;
  padding: 0;
  border: none;
}

.sjj_nav .bot>li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}

.sjj_nav .bot>li>ul {
  padding-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rightfix li {
  cursor: pointer;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
  position: relative;
  border: none !important;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #FFC62D;
}

.rightfix li:hover .iconfont {
  background: #e4e4e4;
  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;
}

.rightfix li::before {
  display: none;
}

.fixright_li_last {
  display: none;
}

.right_div.img {
  min-width: 7.5rem !important;
}

.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

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

header:hover,
header.active,
header.active2 {
  background: #fff;
}

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

header:hover .center ul li>a::before,
header.active .center ul li>a::before,
header.active2 .center ul li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #FFC62D;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

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

header:hover .lanuage a,
header.active .lanuage a,
header.active2 .lanuage a {
  color: #000;
}

header:hover .ds1 .iconfont,
header.active .ds1 .iconfont,
header.active2 .ds1 .iconfont {
  color: #000;
}

header:hover .ds1:hover,
header.active .ds1:hover,
header.active2 .ds1:hover {
  cursor: pointer;
}

header:hover .logo img.i1,
header.active .logo img.i1,
header.active2 .logo img.i1 {
  display: none;
}

header:hover .logo img.i2,
header.active .logo img.i2,
header.active2 .logo img.i2 {
  display: inline-block;
}

header:hover .ri svg line,
header.active .ri svg line,
header.active2 .ri svg line {
  stroke: #000;
}

header.active {
  animation: sticky 0.65s;
}

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

header .logo img {
  height: 3.125rem;
}

header .logo img.i2 {
  display: none;
}

header .ds1 {
  margin-left: 1.875rem;
}

header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: #fff;
}

header .lanuage {
  margin-left: 5rem;
  display: block;
}

header .lanuage a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}

header .lanuage a .iconfont {
  font-size: 0.75rem;
  padding-left: 0.4375rem;
}

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

header .ri {
  margin-left: 1.875rem;
}

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

header .center>ul>li>a {
  font-size: 1.375rem;
  color: #fff;
  position: relative;
}

header .center>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .center>ul>li:hover>a {
  color: #FFC62D;
}

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

header .center>ul>li.active>a {
  color: #FFC62D;
}

header .center>ul>li.active>a::before {
  width: 100%;
  background-color: #FFC62D;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

footer {
  background: #3C3835;
  padding-top: 6.1875rem;
}

footer .left {
  color: #fff;
  width: 25%;
}
footer .left .logo{
  width: 13.75rem;
}
footer .left .logo img{
  width: 100%;
}

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

footer .left .fenxiang .fenxiang_box li {
  float: left;
  margin-right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  text-align: center;
}

footer .left .fenxiang .fenxiang_box li:hover:nth-child(1) {
  background-color: #ff0000;
}

footer .left .fenxiang .fenxiang_box li:hover:nth-child(2) {
  background-color: #44609b;
}

footer .left .fenxiang .fenxiang_box li:hover:nth-child(3) {
  background-color: #086ea4;
}

footer .left .fenxiang .fenxiang_box li:hover:nth-child(4) {
  background-color: #f70202;
}

footer .left .fenxiang .fenxiang_box li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 1.875rem;
  color: #fff !important;
  border: none !important;
  font-size: 1rem;
}

footer .left .fenxiang .fenxiang_box li a i {
  font-size: 1rem;
}

footer .right {
  width: 75%;
}

footer .right .footnav {
  display: flex;
  justify-content: space-between;
}

footer .right .footnav .footnav_li:nth-last-child(1) {
  width: 35%;
}

footer .right .footnav .tt {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.8125rem;
}

footer .right .footnav .tt::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer .right .footnav .subfootnav {
  margin-top: 1.25rem;
}

footer .right .footnav .subfootnav .subfootli>a {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 350;
  line-height: 2.1875rem;
}

footer .right .footnav .subfootnav .subfootli>a:hover {
  font-weight: 600;
}

footer .right .footnav .foot-contact {
  font-size: 1rem;
  margin-top: 1.375rem;
}

footer .right .footnav .foot-contact ul>li {
  display: flex;
  align-items: start;
}

footer .right .footnav .foot-contact .icon {
  margin-right: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
footer .right .footnav .foot-contact .icon svg{
  width: 1.375rem !important;
  height: 1.375rem !important;
}

footer .right .footnav .foot-contact p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.1875rem;
  /* 218.75% */
  flex: 1;
}

footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: #3C3835;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: 2.1875rem 0;
}

footer .copyright a {
  color: #fff;
}

footer .copyright p {
  color: #fff;
}

footer .copyright .left span {
  display: inline-block;
  width: 1.25rem;
}

@-webkit-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@-moz-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@-o-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.banner .hover .p1 {
  color: #FFF;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.banner .hover2 {
  position: absolute;
  right: 10%;
  bottom: 3.125rem;
}

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

.banner .swiper-pagination {
  display: flex;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.banner .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}

.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
}

@keyframes xiangxia {
  0% {
    transform: translate(-50%, -0.625rem);
  }

  50% {
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(-50%, 0.625rem);
  }
}

.swiper-pagination {
  display: flex;
}

.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b3b3b3;
  line-height: 3.375rem;
  text-align: center;
}

.swiper-button-next i,
.swiper-button-prev i {
  color: #000;
  font-size: 1rem;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: unset;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFC62D;
  border: unset;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.neibanner {
  position: relative;
}

.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.neibanner .neibanner_txt h3 {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 3.125rem;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

.neibanner .neibanner_txt p {
  color: #fff;
}

.neibanner .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}

.mbxdh {
  text-align: center;
  padding: 2.5rem 0;
}

.mbxdh i {
  margin-right: 0.875rem;
}

.mbxdh i svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.mbxdh a {
  color: #525252;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
}

.mbxdh a:hover {
  color: #FFC62D;
}

.mbxdh span {
  color: #BCBCBC;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0.625rem;
}

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

.list_news_box .swipernews {
  overflow: hidden;
  padding-bottom: 5rem;
}

.list_news_box .swipernews .swiper-pagination {
  justify-content: center;
}

.list_news_box .swipernews .news_new_box {
  background: #F5F6F8;
  overflow: hidden;
  display: flex;
}

.list_news_box .swipernews .news_new_box .left {
  width: 48%;
}

.list_news_box .swipernews .news_new_box .left .img {
  height: 100%;
}

.list_news_box .swipernews .news_new_box .left .img .over {
  height: 100%;
}

.list_news_box .swipernews .news_new_box .left .img .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_news_box .swipernews .news_new_box .right {
  width: 52%;
}

.list_news_box .swipernews .news_new_box .right .newstxt {
  padding: 4.625rem 5.375rem 4.625rem 4.875rem;
}

.list_news_box .swipernews .news_new_box .right .newstxt p.p1 {
  color: #767676;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
}

.list_news_box .swipernews .news_new_box .right .newstxt h3 {
  margin-top: 1.4375rem;
  color: #2F2F2F;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.list_news_box .swipernews .news_new_box .right .newstxt p.p {
  margin-top: 1.375rem;
  color: #A2A2A2;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.yyhy_content {
  padding-bottom: 7.5rem;
}

.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.75rem;
}

.yyhy_content .yyhy_con .yyhy_item {
  padding-top: 2.875rem;
  border-top: 1px solid #C5C5C5;
  position: relative;
}

.yyhy_content .yyhy_con .yyhy_item::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.1875rem;
  background-color: #FFC62D;
  position: absolute;
  top: -0.0625rem;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.yyhy_content .yyhy_con .yyhy_item .over {
  height: 18.75rem;
}

.yyhy_content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}

.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: #2F2F2F;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1875rem;
}

.yyhy_content .yyhy_con .yyhy_item .text p {
  margin-top: 1.125rem;
  color: #A2A2A2;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: #FFC62D;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.875rem;
}

.yyhy_content .yyhy_con .yyhy_item .more .le {
  color: #525252;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
}

.yyhy_content .yyhy_con .yyhy_item .more .time {
  color: #767676;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
}

.yyhy_content .yyhy_con .yyhy_item:hover::before {
  width: 100%;
}

.search-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none;
}

.search-box {
  display: none;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}

.search-box input[type="text"] {
  padding: 1.5625rem;
  border: unset;
  border-radius: 1.25rem;
  width: 100%;
  outline: none;
}

.search-box button {
  background: unset;
  color: #999;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.4375rem;
}

.search-box button i {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.all_title h3 {
  color: #1F1F1F;
  font-family: Montserrat;
  font-size: 3rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}

.all_title h3.white {
  color: #fff;
}

.index_one {
  padding-top: 7.5rem;
  padding-bottom: 14.5rem;
}

.index_one .content .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.875rem 2.5rem;
}

.index_one .content .grid_box .grid_item {
  background: #F5F6F8;
  padding: 1.5625rem 2.8125rem 3.4375rem;
}

.index_one .content .grid_box .grid_item:nth-child(2),
.index_one .content .grid_box .grid_item:nth-child(4) {
  transform: translateY(7rem);
}

.index_one .content .grid_box .grid_item .text {
  margin-top: 1.0625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_one .content .grid_box .grid_item .text .title {
  color: #232323;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2.1875rem;
  text-transform: capitalize;
}

.index_one .content .grid_box .grid_item .text .more {
  color: #525252;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
}

.index_one .content .grid_box .grid_item .text .more i {
  margin-left: 0.625rem;
  color: #525252;
  font-weight: 600;
}

.index_two {
  position: relative;
}

.index_two .text_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10rem;
}

.index_two .text_box .sub_title {
  color: #FFC62D;
  font-size: 5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}

.index_two .about_box {
  width: 55%;
  background-color: #FFC62D;
  position: absolute;
  right: 0;
  bottom: -10rem;
  padding-top: 6.75rem;
  padding-left: 7.125rem;
  padding-right: 10.125rem;
  padding-bottom: 6.6875rem;
  z-index: 9;
}

.index_two .about_box .subtit {
  margin-top: 1.4375rem;
  color: #1F1F1F;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.all_more {
  display: inline-block;
  width: 15.125rem;
  height: 4.0625rem;
  line-height: 4.0625rem;
  border-radius: 4.0625rem;
  border: 1px solid #1F1F1F;
  text-align: center;
  position: relative;
}

.all_more.white span {
  color: #fff;
}

.all_more.all_white {
  border-color: #fff;
}

.all_more.all_white span {
  color: #fff;
}

.all_more.all_white::before {
  background-color: #fff;
}

.all_more.all_white:hover span {
  color: #FFC62D;
}

.all_more.yellow {
  background-color: #FFC62D;
  border: 1px solid #FFC62D;
}

.all_more.yellow::before {
  background-color: #fff;
}

.all_more.yellow span {
  color: #fff;
}

.all_more.yellow i {
  color: #FFC62D;
}

.all_more.yellow:hover span {
  color: #FFC62D;
}

.all_more::before {
  content: '';
  display: block;
  width: 4.1875rem;
  height: 3.4375rem;
  border-radius: 1.875rem;
  background: #1F1F1F;
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_more span {
  color: #1F1F1F;
  font-size: 1rem;
  padding-right: 2.5rem;
}

.all_more i {
  font-size: 0.875rem;
  color: #FFC62D;
  font-weight: 600;
  position: absolute;
  right: 1.6875rem;
}

.all_more i svg {
  width: 1.375rem !important;
  height: 1.375rem !important;
}

.all_more:hover::before {
  width: calc(100% - 0.5rem);
}

.all_more:hover span {
  color: #fff;
  position: relative;
  z-index: 9;
}

.bgcolor {
  background: linear-gradient(180deg, rgba(255, 198, 45, 0.3) 0%, rgba(255, 198, 45, 0) 100%);
}

:focus-visible {
  outline: unset !important;
}

.index_three {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 3.5rem;
}

.index_three .content {
  position: relative;
}

.index_three .content .about_num {
  position: absolute;
  top: 0;
}

.index_three .content .about_num h3 {
  color: #1F1F1F;
  font-family: Montserrat;
  font-size: 4rem;
  font-weight: 600;
}

.index_three .content .about_num p {
  color: #A2A2A2;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1875rem;
}

.index_three .content .diqu {
  position: relative;
}

.index_three .content .diqu .canvas {
  width: 40vw;
  height: 40vw;
  margin: 0 auto;
  position: relative;
}

.index_three .content .diqu .city-label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}

.index_three .content .diqu .city-label.active {
  display: block;
}

.index_three .content .diqu .city-label .city-label-content {
  transform: translateY(-1.875rem);
}

.index_three .content .diqu .city-label .data-label {
  background: #fff;
  padding: 0.625rem;
  border-radius: 1.25rem;
}

.index_three .content .diqu .city-label:nth-child(2) .data-label {
  margin-left: 0;
  margin-right: 6.25rem;
}

.index_three .content .diqu .img360 {
  width: 10.1875rem;
  margin: 0 auto 0;
}

.index_three .content .text {
  width: auto;
  color: #2F2F2F;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
  position: absolute;
  right: 0;
  bottom: 0px;
}

.list_map h3 {
  font-size: 1.25rem !important;
}

.list_map p {
  font-size: 1rem !important;
}

.index_four {
  padding-bottom: 6.25rem;
}

.index_four .content .swiper_core {
  position: relative;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 15px 15px 15px rgba(255, 198, 45, 0.05);
}

.index_four .content .swiper_core .swiper-button-prev,
.index_four .content .swiper_core .swiper-container-rtl .swiper-button-next {
  left: 7%;
  top: unset;
  bottom: 8%;
}

.index_four .content .swiper_core .swiper-button-next,
.index_four .content .swiper_core .swiper-container-rtl .swiper-button-prev {
  right: unset;
  left: 13%;
  top: unset;
  bottom: 8%;
}

.index_four .content .swiper_core .swiper-button-next i,
.index_four .content .swiper_core .swiper-button-prev i {
  color: #525252;
}

.index_four .content .swiper_core .core_box .left {
  width: 50%;
}

.index_four .content .swiper_core .core_box .left .text_box {
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 5rem;
}

.index_four .content .swiper_core .core_box .left .text_box .num {
  color: #2F2F2F;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.1875rem;
  text-transform: capitalize;
}

.index_four .content .swiper_core .core_box .left .text_box .tit {
  margin-top: 3.25rem;
  color: #2F2F2F;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2.1875rem;
}

.index_four .content .swiper_core .core_box .left .text_box .dd {
  margin-top: 1.5rem;
  color: #A2A2A2;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.index_four .content .swiper_core .core_box .right {
  width: 50%;
}

.index_six {
  padding-bottom: 6.25rem;
  position: relative;
}

.index_six .content {
  position: relative;
}

.index_six .content .swiper-button-next,
.index_six .content .swiper-container-rtl .swiper-button-prev {
  top: -2.5rem;
  right: 0;
}

.index_six .content .swiper-button-prev,
.index_six .content .swiper-container-rtl .swiper-button-next {
  top: -2.5rem;
  left: unset;
  right: 7%;
}

.index_six .content .swiper_indexnews {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
  padding-top: 5.625rem;
}

.index_six .content .swiper_indexnews .swiper-scrollbar {
  bottom: unset !important;
  top: 2.8125rem !important;
  height: 1px;
  background: #C5C5C5;
}

.index_six .content .swiper_indexnews .swiper-scrollbar-drag {
  background-color: #FFC62D;
  height: 3px;
}

.index_six .content .swiper_indexnews .swiper-slide {
  padding: 0 1.25rem;
}

.index_six .content .swiper_indexnews .swiper-slide .news_box .over {
  height: 26rem;
}

.index_six .content .swiper_indexnews .swiper-slide .news_box .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_six .content .swiper_indexnews .swiper-slide .news_box .tit {
  color: #2F2F2F;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_six .content .swiper_indexnews .swiper-slide .news_box .desc {
  margin-top: 1.125rem;
  color: #A2A2A2;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.index_six .content .swiper_indexnews .swiper-slide .news_box:hover .tit,
.index_six .content .swiper_indexnews .swiper-slide .news_box:hover .more {
  color: #FFC62D;
}

.index_six .content .swiper_indexnews .swiper-slide .news_box .more {
  color: #525252;
  font-size: 1.125rem;
  font-weight: 400;
}

.index_six .content .swiper_indexnews .swiper-slide .news_box .more i {
  margin-left: 0.5625rem;
  font-weight: 600;
}

.index_six .content .swiper_indexnews .swiper-slide .news_box .time {
  color: #767676;
  font-size: 1.125rem;
  font-weight: 400;
}

.list_contact_one {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.list_contact_one::before {
  content: '';
  width: 55%;
  height: 100%;
  display: block;
  background-color: #FFC62D;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.list_contact_one .left {
  width: 36%;
}

.list_contact_one .left ul {
  padding-bottom: 2.9375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

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

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

.list_contact_one .left ul li .icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 1px solid #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_contact_one .left ul li .icon svg {
  width: 1.375rem !important;
  height: 1.375rem !important;
}

.list_contact_one .left ul li .text {
  flex: 1;
  color: #1F1F1F;
  font-family: Montserrat;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-left: 1.625rem;
}

.list_contact_one .right {
  flex: 1;
  padding-left: 1.875rem;
}

.list_contact_one .right .ri_con {
  background: #FFF;
  box-shadow: 0 0 0.9375rem 0.9375rem rgba(255, 198, 45, 0.05);
  padding: 2.8125rem 3.4375rem 4.6875rem;
}

.list_contact_one .right .ri_con .title {
  color: #1F1F1F;
  font-family: Montserrat;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 3.4375rem;
}

.list_contact_one .right .ri_con .subtit {
  color: #525252;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.1875rem;
}

.list_contact_one .right .ri_con .msg-a1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4375rem 1.125rem;
}

.list_contact_one .right .ri_con .msg-a1 .inpt {
  width: 100%;
  height: 3.75rem;
  border-radius: 0.3125rem;
  border: 1px solid rgba(208, 208, 208, 0.5);
  padding: 0 1.875rem;
  color: #A2A2A2;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
}

.list_contact_one .right .ri_con .msg-a1 .inpt input {
  width: 100%;
  height: 100%;
}

.list_contact_one .right .ri_con .msg-a1 .inpt input::placeholder {
  color: #A2A2A2;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
}

.list_contact_one .right .ri_con .msg-a1 .inpt select {
  width: 100%;
  height: 100%;
  border: none;
  color: #A2A2A2;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
}

.list_contact_one .right .ri_con .msg-a3 {
  margin-top: 1.4375rem;
}

.list_contact_one .right .ri_con .msg-a3 textarea {
  width: 100%;
  border-radius: 0.3125rem;
  border: 1px solid rgba(208, 208, 208, 0.5);
  padding: 1.4375rem 1.75rem;
}
.list_contact_one .right .ri_con .msg-a3 textarea::placeholder {
  color: #A2A2A2;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
}

.show_news_one {
  background: #3C3835;
  padding-top: 5.625rem;
  padding-bottom: 3rem;
}

.show_news_one .mbxdh a {
  color: #fff;
}

.show_news_one .content .title {
  padding: 0 3.5rem 30px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  font-family: Montserrat;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.show_news_one .content .sub_desc {
  margin-top: 2rem;
}

.show_news_one .content .sub_desc .le {
  display: flex;
  align-items: center;
}

.show_news_one .content .sub_desc .le .icon {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_news_one .content .sub_desc .le .text {
  padding-left: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}

.show_news_one .content .sub_desc .ri {
  display: flex;
  align-items: center;
  position: relative;
}

.show_news_one .content .sub_desc .ri .social-share {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news_one .content .sub_desc .ri .social-share .social-share-icon {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.25rem;
}

.show_news_one .content .sub_desc .ri:hover .social-share {
  bottom: -3rem;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.show_news_one .content .sub_desc .ri .icon {
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #FFC62D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_news_one .content .sub_desc .ri .text {
  color: #FFC62D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.show_news_content {
  padding-top: 5.25rem;
  padding-bottom: 5rem;
}

.show_news_content .content {
  color: #A2A2A2;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-bottom: 5.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.show_news_content .shangxia {
  padding-top: 3.5rem;
}

.show_news_content .shangxia .le p {
  color: #222;
  font-family: Montserrat;
  font-size: 1.125rem;
  line-height: 2.5rem;
}

.show_news_content .shangxia .le a {
  color: #5D5D5D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.show_news_last {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(180deg, rgba(255, 198, 45, 0.3) 0%, rgba(255, 198, 45, 0) 100%);
}

.show_news_last .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.75rem;
}

.show_news_last .yyhy_con .yyhy_item {
  padding-top: 2.875rem;
  border-top: 1px solid #C5C5C5;
  position: relative;
}

.show_news_last .yyhy_con .yyhy_item::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.1875rem;
  background-color: #FFC62D;
  position: absolute;
  top: -0.0625rem;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news_last .yyhy_con .yyhy_item .over {
  height: 18.75rem;
}

.show_news_last .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}

.show_news_last .yyhy_con .yyhy_item .text h3 {
  color: #2F2F2F;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.show_news_last .yyhy_con .yyhy_item .text p {
  margin-top: 1.125rem;
  color: #A2A2A2;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.show_news_last .yyhy_con .yyhy_item .text .time {
  color: #FFC62D;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.875rem;
}

.show_news_last .yyhy_con .yyhy_item .more .le {
  color: #525252;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
}

.show_news_last .yyhy_con .yyhy_item .more .time {
  color: #767676;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
}

.show_news_last .yyhy_con .yyhy_item:hover::before {
  width: 100%;
}

.list_about_one {
  padding-top: 4rem;
  padding-bottom: 3.625rem;
}

.list_about_one .sub_desc {
  margin-top: 1.5rem;
  color: #1F1F1F;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.list_about_one .sub_desc span {
  color: #FFC62D;
}

.list_about_one .row .text_box {
  color: #525252;
  font-family: Montserrat;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 400;
  padding-top: 5.3125rem;
}

.list_about_one .about_num {
  position: relative;
}

.list_about_one .about_num .num_box {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.list_about_one .about_num .num_box .icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
}

.list_about_one .about_num .num_box .text {
  margin-top: 0.625rem;
}

.list_about_one .about_num .num_box .text h3 {
  text-align: center;
}

.list_about_one .about_num .num_box .text h3 span {
  color: #FFC62D;
  text-align: center;
  font-family: Montserrat;
  font-size: 5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 109.1%;
  text-transform: capitalize;
}

.list_about_one .about_num .num_box .text h3 sub {
  color: #FFC62D;
  font-family: Montserrat;
  font-size: 3.125rem;
  font-style: italic;
  font-weight: 700;
  line-height: 109.1%;
  text-transform: capitalize;
}

.list_about_one .about_num .num_box .text p {
  margin-top: 1.1875rem;
  color: #525252;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.list_about_two {
  padding-top: 6.5rem;
  padding-bottom: 5rem;
  background: linear-gradient(180deg, rgba(255, 198, 45, 0.3) 0%, rgba(255, 198, 45, 0) 100%);
}

.list_about_two .swiper_imgbox {
  position: relative;
  overflow: hidden;
  padding-bottom: 6.25rem;
}

.list_about_two .swiper_imgbox .swiper-button-prev,
.list_about_two .swiper_imgbox .swiper-container-rtl .swiper-button-next {
  top: unset;
  margin-top: 0;
  left: unset;
  right: 10%;
  bottom: 0;
}

.list_about_two .swiper_imgbox .swiper-button-next,
.list_about_two .swiper_imgbox .swiper-container-rtl .swiper-button-prev {
  right: 0%;
  top: unset;
  margin-top: 0;
  bottom: 0;
}

.list_about_two .right {
  position: relative;
  padding-left: 5rem;
}

.list_about_two .swiper_history {
  height: 45vw;
  overflow: hidden;
  position: relative;
}

.list_about_two .swiper_history .swiper-slide {
  position: relative;
}

.list_about_two .swiper_history .swiper-slide::before {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 7.1875rem;
}

.list_about_two .swiper_history .swiper-slide .history_box {
  display: flex;
  justify-content: space-between;
}

.list_about_two .swiper_history .swiper-slide .history_box .num {
  width: 7.5rem;
  color: #525252;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 500;
  line-height: 2.1875rem;
  position: relative;
}

.list_about_two .swiper_history .swiper-slide .history_box .num::before {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 0%;
  background-color: #FFC62D;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_about_two .swiper_history .swiper-slide .history_box .text {
  flex: 1;
  padding-left: 4.25rem;
  height: 11.875rem;
  overflow-y: auto;
}

.list_about_two .swiper_history .swiper-slide .history_box .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #c9c9c9;
  width: 4px;
  height: 164px;
  position: absolute;
}

.list_about_two .swiper_history .swiper-slide .history_box .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.list_about_two .swiper_history .swiper-slide .history_box .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #000;
}

.list_about_two .swiper_history .swiper-slide .history_box .text h3 {
  color: #3B3B3B;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.1875rem;
}

.list_about_two .swiper_history .swiper-slide .history_box .text p {
  color: #525252;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.list_about_two .swiper_history .swiper-slide.active .history_box .num::before,
.list_about_two .swiper_history .swiper-slide.swiper-slide-active .history_box .num::before {
  height: 100%;
}

.list_about_three {
  padding-bottom: 1.25rem;
}

.list_about_three .swiper_plant {
  position: relative;
  overflow: hidden;
  margin: 0 -1.5rem;
  padding-bottom: 7.5rem;
}

.list_about_three .swiper_plant .swiper-slide {
  padding: 0 1.5rem;
}

.list_about_three .swiper_plant .swiper-button-prev,
.list_about_three .swiper_plant .swiper-container-rtl .swiper-button-next {
  left: 46%;
  top: unset;
  bottom: 0;
  margin-top: 0;
}

.list_about_three .swiper_plant .swiper-button-next,
.list_about_three .swiper_plant .swiper-container-rtl .swiper-button-prev {
  right: 46%;
  top: unset;
  bottom: 0;
  margin-top: 0;
}

.list_about_three .swiper_plant .swiper-button-next,
.list_about_three .swiper_plant .swiper-button-prev {
  border-color: #E0E0E0;
}

.list_about_three .swiper_plant .swiper-button-next i,
.list_about_three .swiper_plant .swiper-button-prev i {
  font-size: 1.125rem;
  color: #525252;
  font-weight: 600;
}

.list_about_four {
  padding-top: 5rem;
  padding-bottom: 4.375rem;
}

.list_about_four .swiper_coop {
  margin: 0 -0.8125rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 3.125rem;
}

.list_about_four .swiper_coop .swiper-pagination {
  justify-content: center;
}

.list_about_four .swiper_coop .swiper-slide {
  padding: 0 0.8125rem;
}

.list_about_four .swiper_coop .swiper-slide .over {
  border: 1px solid #CDCDCD;
  background: #FFF;
}

.highlight {
  background-color: yellow;
  /* 或其他高亮颜色 */
  transition: background-color 0.5s ease;
}

.pro_bread {
  margin-top: 5.625rem;
  background-color: #3c3835;
  padding: 0.75rem 0 0.8125rem;
  position: sticky;
  top: 5.625rem;
  z-index: 99;
}

.pro_bread .ajhhsd i {
  margin-right: 0.875rem;
}

.pro_bread .ajhhsd a {
  color: #fff;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
}

.pro_bread .ajhhsd a:hover {
  color: #FFC62D;
}

.pro_bread .ajhhsd span {
  color: #BCBCBC;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0.625rem;
}

.pro_bread .ajhhsd span:last-child {
  display: none;
}

.pro_bread .ri ul {
  display: flex;
  align-items: center;
}

.pro_bread .ri ul li a {
  color: #FFF;
  text-align: right;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 2.1875rem;
}

.pro_bread .ri ul li a.active {
  color: #FFC62D;
}

.pro_bread .ri .download {
  width: 10.125rem;
  height: 2.875rem;
  background-color: #FFC62D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid #FFC62D;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.pro_bread .ri .download .i {
  margin-left: 0.5rem;
}

.pro_bread .ri .download .i svg {
  width: 1.625rem !important;
  height: 1.625rem !important;
}

.pro_bread .ri .download:hover {
  background-color: unset;
  color: #FFC62D;
}

.pro_bread .ri .download:hover svg path {
  stroke: #FFC62D;
}

.bg_img {
  background-size: cover;
  background-repeat: no-repeat;
}

.list_product_one {
  padding-top: 4.0625rem;
  padding-bottom: 3.125rem;
}

.list_product_one .row {
  align-items: center;
}

.list_product_one .left .subtit {
  color: #1F1F1F;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 3.4375rem;
  text-transform: capitalize;
}

.list_product_one .left .title {
  margin-top: 1.875rem;
  color: #1F1F1F;
  text-align: center;
  font-family: Montserrat;
  font-size: 4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 3.4375rem;
  text-transform: capitalize;
}

.list_product_one .left ul {
  margin-top: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_product_one .left ul li {
  position: relative;
  padding: 0 1.25rem;
}

.list_product_one .left ul li a {
  color: #A2A2A2;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
  text-transform: capitalize;
  padding: 0 1.0625rem 0.75rem;
  position: relative;
}

.list_product_one .left ul li a::before {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: #FFC62D;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product_one .left ul li.active a,
.list_product_one .left ul li:hover a {
  color: #FFC62D;
}

.list_product_one .left ul li.active a::before,
.list_product_one .left ul li:hover a::before {
  width: 100%;
}

.list_product_one .swiper_proimg {
  position: relative;
  overflow: hidden;
}

.list_product_one  .swiper_promoreimg{
      position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
}
.list_product_one  .swiper_promoreimg .swiper-pagination{
    justify-content: center;
    bottom:0;
}

.list_product_two {
  padding-top: 3rem;
  padding-bottom: 13.125rem;
}

.list_product_two.pb90 {
  padding-bottom: 5.625rem;
}

.list_product_two .content {
  margin-top: 7rem;
}

.list_product_two .content .grid_box {
  display: flex;
  justify-content: space-between;
}

.list_product_two .content .grid_box .grid_item {
  flex: 1;
  padding: 0 1.25rem;
}

.list_product_two .content .grid_box .grid_item .icon {
  width: 2.875rem;
  height: 2.875rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_product_two .content .grid_box .grid_item:hover .icon {
  transform: rotateY(180deg);
}

.list_product_two .content .grid_box .grid_item .text {
  margin-top: 1.875rem;
  color: #A2A2A2;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.list_product_three {
  margin-top: -6.25rem;
}

.list_product_three .content {
  background-color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-right: var(--container);
  position: relative;
  margin-bottom: 6rem;
}

.list_product_three .content::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFC62D;
  position: absolute;
  bottom: -6.25rem;
  right: var(--container);
  z-index: -1;
}

.list_product_three .content .swiper_box .swiper_accessory {
  position: relative;
  overflow: hidden;
}

.list_product_three .content .swiper_box .swiper_accessory::after {
  content: '';
  display: block;
  width: 0.3125rem;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 9;
}

.list_product_three .content .swiper_box .swiper_accessory .swiper-slide {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.list_product_three .content .swiper_box .swiper_accessory .acce_box .over {
  padding: 1.25rem 4.375rem;
}

.list_product_three .content .swiper_box .swiper_accessory .acce_box .text h3 {
  color: #232323;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-bottom: 0.875rem;
}

.list_product_three .content .swiper_box .swiper_accessory .acce_box .text h3::before {
  content: '';
  display: block;
  width: 1.375rem;
  height: 0.1875rem;
  background-color: #FFC62D;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.list_product_three .content .swiper_box .swiper_accessory .acce_box .text p {
  color: #232323;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.8125rem;
  text-align: center;
}

.list_product_three .content .swiper_box .swiper-button-prev,
.list_product_three .content .swiper_box .swiper-container-rtl .swiper-button-next {
  left: 46%;
}

.list_product_three .content .swiper_box .swiper-button-next,
.list_product_three .content .swiper_box .swiper-button-prev {
  top: unset;
  margin-top: 0;
  bottom: -5rem;
  border-color: #fff;
  background-color: #fff;
}

.list_product_three .content .swiper_box .swiper-button-next i,
.list_product_three .content .swiper_box .swiper-button-prev i {
  color: #ffc62d;
  font-size: 1.25rem;
}

.list_product_three .content .swiper_box .swiper-button-next,
.list_product_three .content .swiper_box .swiper-container-rtl .swiper-button-prev {
  right: 46%;
}

.list_product_four .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
}

.list_product_four .content .container {
  display: table-cell;
  vertical-align: middle;
}

.list_product_four .content .all_title h3 {
  color: #fff;
}

.list_product_four .content .subtit {
  margin-top: 1.75rem;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.pro_bg_color {
  background: linear-gradient(180deg, rgba(255, 198, 45, 0.3) 0%, rgba(255, 198, 45, 0) 100%);
}

.list_product_five {
  padding-top: 8rem;
  padding-bottom: 1.5625rem;
}

.list_product_five .content .table_box {
  overflow-x: auto;
}

.list_product_five .content .table_box table {
  width: 100%;
}

.list_product_five .content .table_box table tr:nth-child(1) td {
  background-color: #FFC62D;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  border-color: #FFC62D;
}

.list_product_five .content .table_box table tr td {
  color: #484848;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  border-color: #000000;
}

.list_product_five .content .table_box table tr td:nth-child(1) {
  border-left: none;
}

.list_product_five .content .table_box table tr td:nth-last-child(1) {
  border-right: none;
}

.list_product_six {
  padding-top: 5rem;
  padding-bottom: 1.25rem;
}

.list_product_seven {
  padding-top: 5rem;
  padding-bottom: 4.5rem;
}

.list_product_seven .swiper_xgpro {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
}

.list_product_seven .swiper_xgpro .swiper-pagination {
  justify-content: center;
}

.list_product_seven .swiper_xgpro .swiper-slide {
  padding: 0 1.3125rem;
}

.list_product_seven .swiper_xgpro .swiper-slide .xgpro {
  background: #F5F6F8;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.list_product_seven .swiper_xgpro .swiper-slide .xgpro .text h3 {
  color: #232323;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  position: relative;
}

.list_product_seven .swiper_xgpro .swiper-slide .xgpro .text h3::before {
  content: '';
  display: block;
  width: 1.375rem;
  height: 0.1875rem;
  background-color: #FFC62D;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.list_product_seven .swiper_xgpro .swiper-slide .xgpro .text p {
  color: #232323;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.list_map #googleMap {
  height: 80vh;
}

/* Cookie */
.cookic_fix {
  position: fixed;
  right: 2.5%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.98);
  width: 19.5rem;
  padding: 0 0;
  margin-bottom: 1.5rem;
  /* margin-right: 32px; */
  border-radius: 1.25rem;
  box-shadow: 0 0.625rem 1.5rem 0 rgba(0, 0, 0, 0.22);
  z-index: 99999;
}

.cookic_fix .conent-avs a {
  color: #000;
}

.cookic_fix .conent-avs b {
  /* font-weight: 400; */
  text-decoration: underline;
}

.cookic_fix .tit {
  font-size: 1rem;
  line-height: 1.41;
  font-weight: 700;
  padding: 1.5rem 1.5rem 0;
}

.cookic_fix .text {
  margin-top: 0.5rem;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #555555;
  line-height: 1.5;
  color: black;
  text-transform: none;
  padding: 0 1.5rem 1.5rem;
}

.cookic_fix .buttona {
  width: 100%;
  border-top: 0.125rem solid #ddd;
  display: flex;
  justify-content: space-evenly;
}

.cookic_fix .agree {
  padding: 1rem 0;
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.cookic_fix .no_agree {
  padding: 1rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border-left: 0.125rem solid #ddd;
}

.cookic_fix .no_agree a {
  display: inline-block;
  width: 100%;
  margin-left: 1.5625rem;
}