@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: rgba(178, 132, 74, 0.9);
}
.c {
  color: rgba(178, 132, 74, 0.9);
}
.iconfont {
  font-size: 1rem;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
@font-face {
  font-family: 'honglei';
  /* 你将要在CSS中使用这个名字来引用这个字体 */
  src: url('../fonts/honglei.otf');
  font-weight: 400;
  font-style: normal;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li.active,
.pagination > li:hover {
  background: rgba(178, 132, 74, 0.9);
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #2D3333;
  display: none;
}
/* 禁止缩放表单 */
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: rgba(178, 132, 74, 0.9);
}
.search_more:hover::before {
  background: rgba(178, 132, 74, 0.9);
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 12.5rem;
  left: -25%;
  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);
  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: rgba(178, 132, 74, 0.9);
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: rgba(178, 132, 74, 0.9);
}
.searchbox {
  border-color: rgba(178, 132, 74, 0.9);
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  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.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 10px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.beian {
  color: rgba(0, 0, 0, 0.8);
}
.beian a {
  color: rgba(0, 0, 0, 0.8);
}
.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: rgba(178, 132, 74, 0.9);
}
.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%;
  text-align: left;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: rgba(178, 132, 74, 0.9);
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.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: 50px;
  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: rgba(178, 132, 74, 0.9);
  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: rgba(178, 132, 74, 0.9);
}
.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: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: 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: rgba(178, 132, 74, 0.9);
}
.rightfix li:hover .iconfont {
  background: #ec8402;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
header:hover .lanuage a,
header.active .lanuage a {
  color: #000;
}
header:hover .lanuage a i,
header.active .lanuage a i {
  color: #000;
}
header:hover .ds1 i,
header.active .ds1 i {
  color: #000;
}
header:hover .center ul li a,
header.active .center ul li a {
  color: #000;
}
header:hover .logo img,
header.active .logo img {
  -webkit-filter: blur(0);
  filter: blur(0);
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .container {
  padding: 0 3.8125rem 0 3.75rem;
}
header .logo img {
  height: 4.1875rem;
}
header .ds1 {
  margin-left: 3.5625rem;
}
header .ds1 .iconfont {
  font-size: 1.5rem;
  display: block;
  font-weight: 600;
  color: #000;
}
header .ds1:hover {
  cursor: pointer;
}
header .lanuage {
  margin-left: 1.5rem;
}
header .lanuage .iconfont {
  font-size: 1.5rem;
  display: block;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #000;
  display: flex;
}
header .lanuage a.c {
  color: rgba(178, 132, 74, 0.9);
}
header .center > ul > li {
  float: left;
  padding: 0 1.875rem;
}
header .center > ul > li > a {
  font-size: 1rem;
  color: #000;
  position: relative;
  font-weight: 400;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: rgba(178, 132, 74, 0.9);
  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 {
  font-weight: 700;
  color: rgba(178, 132, 74, 0.9);
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background-image: url('/assets/addons/cms/frontend/img/footbg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
footer .logo {
  width: auto;
  height: 9.375rem;
}
footer .logo img {
  width: auto;
  height: 100%;
}
footer .footerul {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footerul {
  width: 60%;
  margin: 2.3125rem auto 2.0625rem;
}
footer .cominfo {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .beian {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .beian a {
  color: rgba(0, 0, 0, 0.8);
}
.neibanner {
  position: relative;
}
.neibanner .neibanner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.neibanner .neibanner-txt p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  font-variant: small-caps;
}
.neibanner .neibanner-txt h3 {
  color: #FFF;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.neibanner .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}
.neibanner .mbxdh a {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.neibanner .mbxdh span {
  color: #FFF;
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.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 {
  color: #fff;
  width: 3.125rem;
  position: absolute;
  right: 18.4375rem;
  bottom: 1.875rem;
  left: auto;
}
.banner .swiper-button-prev {
  width: 0.4375rem;
  height: 0.875rem;
  flex-shrink: 0;
  top: unset;
  bottom: 2.1875rem;
  right: 23.75rem;
  left: auto;
  background-size: 100% 100%;
}
.banner .swiper-button-next {
  width: 0.4375rem;
  height: 0.875rem;
  background-size: 100% 100%;
  flex-shrink: 0;
  top: unset;
  bottom: 2.1875rem;
  right: 16.25rem;
}
.banner .scroll {
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  cursor: pointer;
}
.banner .scroll img {
  height: 3.75rem;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.all_title {
  color: #000;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.all_subtitle {
  color: rgba(178, 132, 74, 0.9);
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 107.692% */
  text-transform: uppercase;
}
.seemore {
  width: 5.1875rem;
  height: 5.1875rem;
  text-align: center;
  position: relative;
}
.seemore img {
  animation: rotate 2s linear infinite;
  animation-play-state: running;
  /* 默认运行动画 */
  animation-fill-mode: forwards;
}
.seemore a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  max-width: 2.1875rem;
  /* 限制容器宽度 */
  overflow-wrap: break-word;
  /* 允许在单词内换行 */
  white-space: normal;
  /* 允许换行 */
  line-height: 1;
  padding-top: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.seemore a i {
  color: rgba(178, 132, 74, 0.9);
  font-size: 1.25rem;
  line-height: 1;
}
.seemore a:hover {
  color: rgba(178, 132, 74, 0.9);
}
.seemorebg {
  background-color: rgba(178, 132, 74, 0.9);
  border-radius: 50%;
}
.seemorebg a {
  color: #fff;
}
.seemorebg a i {
  color: #fff;
}
.seemorebg a:hover {
  color: #fff;
}
.seemorebg:hover {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .left {
  width: 50%;
  background-image: url('/assets/addons/cms/frontend/img/indexaboutbg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 4.8125rem;
}
.index_one .left .container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index_one .left .container .desc {
  color: rgba(0, 0, 0, 0.9);
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  height: 21rem;
  overflow-y: scroll;
  padding-right: .6rem;
  /* 175% */
}

.index_one .left .container .desc::-webkit-scrollbar {
  width:6px;
  height:6px;
  background-color: #F5F5F5;
  }
  .index_one .left .container .desc::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
  }
  .index_one .left .container .desc::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(178, 132, 74, 0.9);
  }
.index_one .left .container ul .num {
  width: 30%;
}
.index_one .left .container ul .num .counter {
  color: rgba(178, 132, 74, 0.9);
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  /* 46.667% */
}
.index_one .left .container ul .num span:nth-child(2) {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
.index_one .left .container ul .num p {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
}
.index_one .left .container ul .num:nth-child(1) {
  position: relative;
  width: 40%;
}
.index_one .left .container ul .num:nth-child(1)::before {
  content: '';
  display: inline-block;
  background-image: url(../img/fangzi.svg);
  background-size: contain;
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 10%;
  top: -1.25rem;
}
.index_one .right {
  width: 50%;
  height: 100vh;
}
.index_one .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_one .rightimg {
  height: 100%;
}
.index_two {
  background-image: url(/assets/addons/cms/frontend/img/ulbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index_two ul li {
  text-align: center;
}
.index_two ul li .icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  overflow: hidden;
}
.index_two ul li .icon img {
  height: 100%;
  transition: transform 0.6s ease;
}
.index_two ul li .icon img.acimg {
  display: none;
}
.index_two ul li .txt {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 125% */
}
.index_two ul li:hover {
  cursor: pointer;
}
.index_two ul li:hover .icon {
  position: relative;
}
.index_two ul li:hover .icon img {
  transform: rotateY(180deg);
}
.index_two ul li:hover .txt {
  color: rgba(178, 132, 74, 0.9);
}
.index_two ul li.active .icon img.acimg {
  display: block;
  transition: transform 0.6s ease;
}
.index_two ul li.active .icon img.cimg {
  display: none;
}
.index_two ul li.active .txt {
  color: rgba(178, 132, 74, 0.9);
}
.index_two ul li.active:hover {
  cursor: pointer;
}
.index_two ul li.active:hover .icon {
  position: relative;
}
.index_two ul li.active:hover .icon img {
  transform: rotateY(180deg);
}
.index_two ul li.active:hover .txt {
  color: rgba(178, 132, 74, 0.9);
}
.index_three .swiper {
  display: none;
}
.index_three .swiper.active {
  display: block;
}
.index_three .swiper .swiper-slide {
  width: 75%;
}
.index_three .swiper .swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  background-image: url('/assets/addons/cms/frontend/img/ly.svg');
  background-size: 100% 100%;
  left: 6.875rem;
}
.index_three .swiper .swiper-button-next {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  background-image: url('/assets/addons/cms/frontend/img/ry.svg');
  background-size: 100% 100%;
  right: 6.875rem;
}
.index_three .swiper .swiper-slide-prev,
.index_three .swiper .swiper-slide-next {
  background-color: #D9D9D9;
  opacity: 0.1;
}
.index_three .swiper .txt {
  width: 90%;
  position: absolute;
  bottom: 3.125rem;
  left: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.index_three .swiper .txt .left {
  width: 50%;
}
.index_three .swiper .txt .left h3 {
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  /* 100% */
}
.index_three .swiper .txt .left h3 i {
  font-size: 1.875rem;
  margin-left: 0.625rem;
}
.index_three .swiper .txt .left p {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 1.0625rem;
  /* 125% */
}
.index_three .swiper .txt .seemore a {
  color: #fff;
}
.index_three .swiper .txt .seemore a i {
  color: #fff;
}
.index_three .swiper .img {
  height: 40.625rem;
  position: relative;
}
.index_three .swiper .img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.index_three .swiper .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.index_four {
  background-image: url(/assets/addons/cms/frontend/img/newsbg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.index_four .tab {
  width: 15%;
}
.index_four .tab li {
  width: 8.8125rem;
  height: 2.8125rem;
  line-height: 3rem;
  text-align: center;
  flex-shrink: 0;
  background-image: url(/assets/addons/cms/frontend/img/unselect.png);
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "honglei";
  font-size: 1.25rem;
}
.index_four .tab li:hover {
  cursor: pointer;
}
.index_four .tab .active {
  color: rgba(178, 132, 74, 0.9);
}
.index_four .swiper-box .left {
  width: 40%;
  padding-right: 2.5rem;
}
.index_four .swiper-box .left .SwipernewTop {
  overflow: hidden;
}
.index_four .swiper-box .left .img img {
  height: 31.25rem;
  object-fit: cover;
}
.index_four .swiper-box .left .img.boxshaow {
  position: relative;
}
.index_four .swiper-box .left .img.boxshaow::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.index_four .swiper-box .left .txt {
  position: absolute;
  top: 3.125rem;
  left: 2.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  /* 175% */
  font-variant: small-caps;
}
.index_four .swiper-box .left .seemorebg {
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
}
.index_four .swiper-box .right {
  width: 60%;
  overflow: hidden;
}
.index_four .swiper-box .right .swiper-ul .swiper-li {
  margin: 0 0 0 -1.25rem;
}
.index_four .swiper-box .right .swiper-ul .swiper-li .swiper-slide {
  padding: 0 1.25rem;
}
.index_four .swiper-box .right .swiper-ul .swiper-li .swiper-slide .news-box {
  height: 31.25rem;
  background-color: #fff;
  padding: 3.4375rem 2.5rem;
}
.index_four .swiper-box .right .swiper-ul .swiper-li .swiper-slide .news-box .txt {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  font-variant: small-caps;
}
.index_four .swiper-box .right .swiper-ul .swiper-li .swiper-slide .news-box .img {
  height: 15.625rem;
}
.index_four .swiper-box .right .swiper-ul .swiper-li .swiper-slide .news-box .img .over {
  height: 100%;
}
.index_four .swiper-box .right .swiper-ul .swiper-li .swiper-slide .news-box .img .over img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.index_four .swiper-box .right .swiper-ul .swiper-li .swiper-slide .news-box .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_four .swiper-box .right .swiper-ul .swiper-li .swiper-slide .news-box .more i {
  color: rgba(178, 132, 74, 0.9);
  font-size: 1.625rem;
}
.index_four .swiper-box .right .swiper-ul .swiper-li .swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  background-image: url('/assets/addons/cms/frontend/img/ly.svg');
  background-size: 100% 100%;
  left: auto;
  right: 6.25rem;
  bottom: 3.4375rem;
  top: auto;
}
.index_four .swiper-box .right .swiper-ul .swiper-li .swiper-button-next {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  background-image: url('/assets/addons/cms/frontend/img/ry.svg');
  background-size: 100% 100%;
  right: 1.25rem;
  bottom: 3.4375rem;
  top: auto;
}
.index_four .swiper-box .right .swiper-ul .active {
  display: block;
}
.index_four .swiper-box .right .swiper-ul .swiper-container-horizontal > .swiper-scrollbar {
  bottom: 5.125rem !important;
  right: 11.25rem;
  left: auto;
  width: 1490px;
  height: 2px;
}
.index_four .swiper-box .right .swiper-ul .swiper-scrollbar-drag {
  background-color: rgba(178, 132, 74, 0.9);
}
.index_four .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.index_four .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: unset;
  border: 1px solid #000000;
  opacity: 0.5;
  margin: 0.3125rem;
}
.index_four .swiper-pagination-bullets {
  text-align: center;
}
.index_four .swiper-pagination-bullet-active {
  background: rgba(178, 132, 74, 0.9);
  border: unset;
  opacity: 1;
}
.index_four_two {
  margin-top: -3.125rem;
}
.index_five {
  background-image: url('/assets/addons/cms/frontend/img/dangqunbg.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.index_five .left {
  width: 20%;
  margin-top: 7.5rem;
}
.index_five .right {
  width: 80%;
  padding: 0 0 0 12.5rem;
  overflow: hidden;
}
.index_five .right .swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  background-image: url('/assets/addons/cms/frontend/img/ly.svg');
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
  top: auto;
}
.index_five .right .swiper-button-next {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  background-image: url('/assets/addons/cms/frontend/img/ry.svg');
  background-size: 100% 100%;
  left: 5.625rem;
  right: auto;
  bottom: 0;
  top: auto;
}
.index_five .right .swiper-slide {
  padding-top: 80px;
}
.index_five .right .swiper-slide-next {
  padding-top: unset;
}
.index_five .right .swiper {
  overflow: hidden;
}
.index_five .right .swiper .img {
  padding: 0 17px;
}
.index_five .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4.375rem;
}
.index_five .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: unset;
  border: 1px solid #000000;
  opacity: 0.5;
  margin: 0.3125rem;
}
.index_five .swiper-pagination-bullets {
  text-align: center;
}
.index_five .swiper-pagination-bullet-active {
  background: rgba(178, 132, 74, 0.9);
  border: unset;
  opacity: 1;
}
.about_two {
  background-repeat: no-repeat;
  background-size: cover;
}
.about_two ul {
  margin: 0 -15px;
}
.about_two ul li {
  box-sizing: border-box;
  padding: unset;
  flex: 1;
}
.about_two ul li .box {
  text-align: center;
  width: 100%;
  height: 100vh;
  padding: 24rem 7.1875rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_two ul li .box .icon {
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  flex-shrink: 0;
  border-radius: 50%;
  margin: 0 auto;
  background-color: rgba(178, 132, 74, 0.9);
}
.about_two ul li .box .icon .hblock {
  display: none;
}
.about_two ul li .box .icon .dblock {
  display: inline-block;
}
.about_two ul li .box .txt h3 {
  color: #FFF;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about_two ul li .box .txt p {
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 160% */
}
.about_two ul li .box:hover {
  background-color: rgba(178, 132, 74, 0.9);
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_two ul li .box:hover .icon {
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_two ul li .box:hover .icon .hblock {
  display: inline-block;
}
.about_two ul li .box:hover .icon .dblock {
  display: none;
}
.about_three {
  background-image: url(/assets/addons/cms/frontend/img/jituanbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.about_three .img {
  margin-top: -6.25rem;
}
.about_four {
  background-image: url(/assets/addons/cms/frontend/img/rongyubg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 11.25rem;
}
.about_four .swiper {
  overflow: hidden;
  margin: 3.75rem -1.25rem 0;
}
.about_four .swiper .honoritem {
  margin: 0 1.25rem;
}
.about_four .swiper .honoritem .box {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #F7F7F7;
}
.about_four .swiper .honoritem .box .over {
  width: 45%;
  height: 100%;
}
.about_four .swiper .honoritem .box .over img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_four .swiper .honoritem .box .txt {
  width: 55%;
  padding: 4.1875rem 3.125rem 2.0625rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.about_four .swiper .honoritem .box .txt p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
.about_four .swiper .honoritem .box .txt h3 {
  color: #FFB338;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 1.5625rem;
}
.about_four .swiper .honoritem .box h3 {
  color: #B2844A;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}
.about_four .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4.375rem;
}
.about_four .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: unset;
  border: 1px solid #000000;
  opacity: 0.5;
  margin: 0.3125rem;
}
.about_four .swiper-pagination-bullets {
  text-align: center;
}
.about_four .swiper-pagination-bullet-active {
  background: rgba(178, 132, 74, 0.9);
  border: unset;
  opacity: 1;
}
.contact_box {
  background-image: url(/assets/addons/cms/frontend/img/bgimg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_box .map_box .left {
  width: 25%;
  height: 30.625rem;
  background-color: rgba(178, 132, 74, 0.9);
  padding: 7.0625rem 3.25rem;
}
.contact_box .map_box .left h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 1.375rem;
  /* 123.077% */
}
.contact_box .map_box .left p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact_box .map_box .left .erweima {
  width: 6.875rem;
  margin-top: 6.25rem;
}
.contact_box .map_box .right {
  width: 75%;
  height: 30.625rem;
  overflow: hidden;
}
.join_box {
  background-image: url(/assets/addons/cms/frontend/img/bgimg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F7F7F7;
}
.join_box .row .join_li {
  margin: 1.25rem 0;
  padding: 0 1.25rem;
}
.join_box .row .join_li .join_item {
  padding: 3.3125rem 3.0625rem;
  background-color: #fff;
  position: relative;
}
.join_box .row .join_li .join_item h3 {
  color: #000;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  position: relative;
  z-index: 9;
  /* 123.077% */
}
.join_box .row .join_li .join_item h3::after {
  content: '';
  width: 3rem;
  height: 0.1875rem;
  display: inline-block;
  background-color: rgba(178, 132, 74, 0.9);
  position: absolute;
  bottom: -0.625rem;
  left: 0;
}
.join_box .row .join_li .join_item ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.875rem;
}
.join_box .row .join_li .join_item ul li {
  width: 50%;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  z-index: 9;
  /* 200% */
}
.join_box .row .join_li .join_item ul li span {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 200% */
}
.join_box .row .join_li .join_item::before {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/addons/cms/frontend/img/joinbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(0.5);
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.join_box .row .join_li .join_item:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
}
.join_box .row .join_li .join_item:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.join_box .row .join_li .join_item:hover h3 {
  color: #fff;
}
.join_box .row .join_li .join_item:hover ul li {
  color: rgba(255, 255, 255, 0.5);
}
.join_box .row .join_li .join_item:hover ul li span {
  color: #fff;
}
.hidden {
  display: none;
}
.join_pop.layui-layer {
  width: 50% !important;
  border: 1px solid #E3E3E3;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .join_pop.layui-layer {
    width: 85% !important;
  }
}
.join_pop.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 2rem;
  top: 1rem;
  background: none;
  width: auto;
  height: auto;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .join_pop.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}
.join_pop.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  transform: rotate(180deg);
}
.join_pop.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e624";
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-weight: 400;
}
.join_pop_con {
  margin: 0 auto;
}
.join_pop_con .join_body {
  padding: 2.375rem 3.75rem 5.625rem;
}
.join_pop_con .join_body .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.join_pop_con .join_body .title h3 {
  color: rgba(178, 132, 74, 0.9);
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2.4375rem;
}
.join_pop_con .join_body .content {
  padding-top: 2.375rem;
}
.join_pop_con .join_body .content h4 {
  color: rgba(178, 132, 74, 0.9);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.join_pop_con .join_body .content ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.375rem;
}
.join_pop_con .join_body .content ul li {
  width: 50%;
}
.join_pop_con .join_body .content ul li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: uppercase;
}
.join_pop_con .join_body .content ul li p span {
  font-weight: 400;
}
.join_pop_con .join_body .content .desc {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: uppercase;
}
.join_pop_con .footcon {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.1875rem 0 3.25rem;
}
.join_pop_con .footcon a {
  color: rgba(178, 132, 74, 0.9);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.join_pop_con .footcon a span {
  font-size: 1.5rem;
}
.news_boxs {
  background-image: url(/assets/addons/cms/frontend/img/newsnbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F7F7F7;
}
.news_boxs .newstab {
  display: flex;
}
.news_boxs .newstab li {
  width: 8.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin: 0.625rem;
  text-align: center;
  flex-shrink: 0;
  background-image: url(/assets/addons/cms/frontend/img/unselect.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news_boxs .newstab li a {
  color: #B2844A;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
  font-family: 'honglei';
}
.news_boxs .newstab li.active,
.news_boxs .newstab li:hover {
  background-image: url(/assets/addons/cms/frontend/img/selected.png);
}
.news_boxs .newstab li.active a,
.news_boxs .newstab li:hover a {
  color: #fff;
}
.news_boxs .news_list {
  margin: 1.25rem -1.25rem 0;
}
.news_boxs .news_list .news {
  padding: 1.25rem;
}
.news_boxs .news_list .news .news_item {
  max-height: 31.25rem;
  background-color: #fff;
  padding: 3.4375rem 2.5rem;
  height: 100%;
}
.news_boxs .news_list .news .news_item .txt {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1rem;
  line-height: 1.75rem;
  /* 175% */
  font-variant: small-caps;
  min-height: 6rem;
}
.news_boxs .news_list .news .news_item .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_boxs .news_list .news .news_item .more i {
  color: rgba(178, 132, 74, 0.9);
  font-size: 1.625rem;
}
.news_boxs .news_list .news .news_item:hover .txt {
  color: rgba(178, 132, 74, 0.9);
}
.news_boxs .news_list .news .news_item:hover .img .over {
  transition: all 0.6s;
}
.news_boxs .news_list .news .news_item:hover .img .over img {
  transform: scale(1.1);
}
.news_boxs .news_list .news .news_item:hover .more p {
  color: rgba(178, 132, 74, 0.9);
}
.news_show {
  background-image: url(/assets/addons/cms/frontend/img/newsnbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F7F7F7;
}
.news_show .news_flex {
  display: flex;
  justify-content: space-between;
}
.news_show .news_flex .left {
  width: 70%;
  padding-right: 6.25rem;
}
.news_show .news_flex .left .title h3 {
  color: #000;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
}
.news_show .news_flex .left .title p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-style: normal;
  line-height: 2rem;
  margin-top: 1.25rem;
  /* 177.778% */
}
.news_show .news_flex .left .content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.875rem 0 1.875rem 0;
  margin-top: 1.875rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.news_show .news_flex .left .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.news_show .news_flex .left .content .tit {
  width: 8.8125rem;
  height: 2.5625rem;
  background-image: url(/assets/addons/cms/frontend/img/selected.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 2.5rem 0 1rem;
}
.news_show .news_flex .left .content .tit h4 {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 2.5625rem;
}
.news_show .news_flex .left .content .tit p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.news_show .news_flex .left .shangxia_p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.news_show .news_flex .right {
  width: 30%;
}
.news_show .news_flex .right .title h3 {
  color: #000;
  text-align: justify;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  /* 100% */
  letter-spacing: 0.0875rem;
}
.news_show .news_flex .right ul li {
  border-bottom: 1px solid #DBDBDB;
  padding: 1.875rem 0 1.25rem;
}
.news_show .news_flex .right ul li h3 {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.news_show .news_flex .right ul li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.news_show .news_flex .right ul li .img {
  display: none;
}
.news_show .news_flex .right ul li:nth-child(1) .img {
  display: block;
}
.join_show {
  background-image: url(/assets/addons/cms/frontend/img/newsnbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #F7F7F7;
}
.join_show .join_flex {
  display: flex;
  justify-content: space-between;
}
.join_show .join_flex .left {
  width: 100%;
}
.join_show .join_flex .title h3 {
  color: #000;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
}
.join_show .join_flex .title p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-style: normal;
  line-height: 2rem;
  margin-top: 1.25rem;
  /* 177.778% */
}
.join_show .join_flex .content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.875rem 0 1.875rem 0;
  margin-top: 1.875rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.join_show .join_flex .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.join_show .join_flex .content .tit {
  width: 8.8125rem;
  height: 2.5625rem;
  background-image: url(/assets/addons/cms/frontend/img/selected.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 2.5rem 0 1rem;
}
.join_show .join_flex .content .tit h4 {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 2.5625rem;
}
.join_show .join_flex .content .tit p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.join_show .join_flex .shangxia_p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.product_box .product_li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3.125rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product_box .product_li .left {
  width: 26%;
}
.product_box .product_li .left .over {
  width: 100%;
  height: 100%;
}
.product_box .product_li .left .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_box .product_li .right {
  width: 71%;
  height: 100%;
}
.product_box .product_li .right .txt h3 {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.product_box .product_li .right .txt p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.product_box .product_li .right .txt .time {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.product_box .product_li .right .txt .tit {
  width: 8.8125rem;
  height: 2.5625rem;
  background-image: url(/assets/addons/cms/frontend/img/selected.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 1.625rem 0 1rem;
  text-align: center;
}
.product_box .product_li .right .txt .tit h4 {
  color: #FFF;
  font-family: "Noto Sans SC";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5625rem;
}
.product_box .product_li .right .flex_t {
  display: flex;
  justify-content: space-between;
}
.product_box .product_li .right .seemore {
  float: right;
  display: flex;
}
.product_box .product_li .right .seemore:hover a {
  color: rgba(178, 132, 74, 0.9);
}
.product_box .product_li:hover {
  cursor: pointer;
}
.product_box .product_li:hover .left .img img {
  transform: scale(1.1);
}
.product_box .product_li:hover .txt h3 {
  color: rgba(178, 132, 74, 0.9);
}
.dangqun_box .left {
  width: 15% !important;
  margin-top: unset;
}
.dangqun_box .left .title {
  position: absolute;
  top: 2rem;
}
.dangqun_box .left .title .all_title {
  color: #000;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.dangqun_box .left .title .time {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 2rem;
  margin-top: 0.625rem;
}
.dangqun_box .right {
  width: 85% !important;
}
.dangqun_box:nth-child(odd) {
  background-color: #FFFAF4;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.list_channle .newstab {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
}
.list_channle .newstab li {
  text-align: center;
  flex-shrink: 0;
  background-image: url(/assets/addons/cms/frontend/img/unselect.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 14.375rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_channle .newstab li a {
  color: #B2844A;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "honglei";
}
.list_channle .newstab li.active,
.list_channle .newstab li:hover {
  background-image: url(/assets/addons/cms/frontend/img/selected.png);
}
.list_channle .newstab li.active a,
.list_channle .newstab li:hover a {
  color: #fff;
}
.list_gucheng .description p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 6.25rem;
  left: 0;
  overflow-y: auto;
  border-top: 1px solid #ccc;
}
.sskbj .searchbox1 {
  width: 100%;
  padding: 40px calc(100% * 0.104);
  height: 130px;
  background-color: #fff;
  text-align: right;
  display: none;
  position: relative;
}
.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.sskbj .search-close-btn {
  position: absolute;
  right: 27%;
  top: 0.625rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #ccc;
  font-size: 1.25rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: rgba(178, 132, 74, 0.9);
}
.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  animation: sticky 1s;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
