@charset "utf-8";
:root {
  --header_h: 6.25rem;
  --container: 16.25rem;
  --color: #e3791b;
  --phone_img: 30px;
  --bors: 1.25rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #e3791b;
}
@media (max-width: 767px) {
  :root {
    --bors: 10px;
  }
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: var(--color) !important;
  background-color: var(--color) !important;
}
@font-face {
  font-family: "Noto Serif SC";
  src: url(../font/NotoSerifSC-Regular.ttf);
}
@font-face {
  font-family: "alimama";
  src: url(../font/AlimamaShuHeiTi-Bold.otf);
}
@font-face {
  font-family: "alimama_r300";
  src: url(../font/AlimamaShuHeiTi-Bold.otf);
  font-weight: 300;
}
@font-face {
  font-family: "Playfair Display";
  src: url(../font/PlayfairDisplay-Regular.ttf);
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  font-family: "Microsoft YaHei";
  outline: none;
  font-weight: 500;
}
.bgf8 {
  background: var(--bgf8);
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #e3791b;
}
.c {
  color: var(--color);
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 0.3125rem;
  width: 3.1rem;
  height: 3.1rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li > a {
  width: 100%;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: #e67817;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #2D3333;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: var(--color);
}
.search_more:hover::before {
  background: var(--color);
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
video {
  display: block;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul-pro {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 3.4375rem 8.75rem 5rem;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
}
.er-ul-pro .left {
  width: 25rem;
}
.er-ul-pro .left .over {
  display: none;
}
.er-ul-pro .left .over.active {
  display: block;
}
.er-ul-pro .left .over img {
  height: 14.0625rem;
  object-fit: cover;
}
.er-ul-pro .right {
  width: calc(100% - 25rem);
  padding-left: 5rem;
}
.er-ul-pro .right ul {
  margin: 0 -2.5rem;
}
.er-ul-pro .right ul li {
  line-height: 5.3125rem;
  padding: 0 2.5rem;
}
.er-ul-pro .right ul li a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
  position: relative;
}
.er-ul-pro .right ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.er-ul-pro .right ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul-pro .right ul li:hover a {
  font-weight: 600;
  color: var(--color);
}
.er-ul-pro .right ul li:hover a::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 89;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.8rem;
  text-align: center;
  font-size: 1.1rem;
}
.er-ul > li:hover a {
  color: var(--color);
}
.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-pro {
  transform: scaleY(1);
  opacity: 1;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  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: 16.25rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 2.2rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}
.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: var(--color);
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: var(--color);
  color: #fff;
  background: var(--color);
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: var(--color);
}
.searchbox {
  border-color: var(--color);
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: var(--color);
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 1.125rem;
  line-height: 1.35rem;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: var(--color);
  font-size: 1rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 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:#008000;
}
.phone.white .left img {
  
}
@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:#e67817;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-size: 13px;
  color:#ffffff;
}
.phone .right a.c {
  color:#ffffff;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: 46px;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: var(--color);
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 36px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: var(--color);
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 46px;
  /*
  filter: brightness(0) invert(0.8);
  */
}
.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:23px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 2.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: 36px;
  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: 10px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  /*
  width: 3.75rem;
  */
  text-align: right;
  display: block;
  font-size: 1.5rem;
  color: #85c226;
  transition: all 0.4s;
}
.sjj_nav_i_se div .icon-xiangyou{
  transform: rotate(90deg);
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: var(--color);
}
.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: var(--header_h);
}
.show_header header {
  animation: none !important;
}
.show_header header,
header.active,
header:hover,
header.white {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color_h: #42342E;
}
.show_header header::before,
header.active::before,
header:hover::before,
header.white::before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #252525;
}
.show_header header .logo img,
header.active .logo img,
header:hover .logo img,
header.white .logo img,
.show_header header .ds1 img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
.show_header header .lanuage img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img {
  /*
  filter: brightness(1) invert(0);
  */
}
.show_header header .center > ul > li:hover > a,
header.active .center > ul > li:hover > a,
header:hover .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
.show_header header .center > ul > li.active > a,
header.active .center > ul > li.active > a,
header:hover .center > ul > li.active > a,
header.white .center > ul > li.active > a {
  /*
  color: var(--color);
  */
}
.show_header header .center > ul > li:hover > a::before,
header.active .center > ul > li:hover > a::before,
header:hover .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > a::before,
.show_header header .center > ul > li.active > a::before,
header.active .center > ul > li.active > a::before,
header:hover .center > ul > li.active > a::before,
header.white .center > ul > li.active > a::before {
  background: var(--color);
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color_h: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(0.625rem);
  z-index: -1;
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header > .container {
  padding: 0 6.25rem;
}
header .logo img {
  height: 5rem;
  /*
  filter: brightness(0) invert(1);
  */
}
header .ds1,
header .lanuage {
  cursor: pointer;
}
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.5625rem;
  cursor: pointer;
  margin-right: 0.3125rem;
}
header .ds1 {
  display: flex;
  align-items: center;
  color: #ffffff;
}
header .lanuage {
  margin: 0 2.1875rem 0 1.25rem;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
header .lanuage a.c {
  color: var(--color);
}
header .center > ul > li {
  float: left;
  padding: 0 1.875rem;
}
header .center > ul > li > a {
  font-size: 1.2rem;
  color: #ffffff;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  top: 5.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.1875rem;
  height: 0;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: 99;
}
header .center > ul > li:hover > a {
  font-weight: 700;
}
header .center > ul > li.active > a {
  font-weight: 700;
}
header .center > ul.en_menu > li > a {
  font-size: 1.1rem;
}
.en_menu .er-ul > li{
  font-size: 1rem;
}
.en_menu .er-ul{
  width: 120%;
}
/*
header .center > ul > li.active > a::before {
  height: 1.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
*/
.banner .hover2 {
  position: absolute;
  bottom: 1.875rem;
  left: 0;
  width: 100%;
  z-index: 9;
}
.banner .hover2 .swiper-pagination {
  width: auto;
  display: flex;
  position: static;
}
.banner .hover2 .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: 3.125rem;
  height: 3.125rem;
  color: #FFF;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: relative;
}
.banner .hover2 .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover2 .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 1px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: 2.25rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover2 .swiper-pagination .swiper-pagination-bullet-active {
  margin-right: 3.25rem;
}
.banner .hover2 .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 3.5rem;
}
.banner .hover2 .swiper-pagination .swiper-pagination-bullet-active::before,
.banner .hover2 .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .scrool {
  position: absolute;
  bottom: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  cursor: pointer;
  color: #fff;
}
.banner .scrool div {
  width: 0.125rem;
  height: 1.875rem;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-family: "Playfair Display";
}
.banner .scrool div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.1875rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 3.125rem;
  animation: shangxia 2s infinite;
}
@keyframes shangxia {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(1.875rem);
  }
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
}
.banner .hover .p2 {
  color: #FFF;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 1.625rem;
  line-height: 1.625rem;
  margin-top: 1.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner video,
.banner img {
  min-height: 100vh;
  object-fit: cover;
  width: 100vw;
}
.bread {
  font-size: 1rem;
  color: #262626;
}
.bread a {
  color: #262626;
}
.bread img {
  height: 1.5rem;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 5.625rem;
}
.number_ul li:nth-child(1),
.number_ul li:nth-child(2) {
  margin-bottom: 2.5rem;
}
.number_ul li:nth-child(odd) {
  top: 5.625rem;
}
.number_ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.number_ul li > div {
  width: 100%;
  padding: 2.5rem 2.625rem;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 4px 1.25rem 0px rgba(138, 90, 53, 0.1);
}
.number_ul li .icon img {
  width: 4rem;
  height: 4rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.number_ul li .text {
  color: rgba(66, 52, 46, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  /* 155.556% */
  letter-spacing: 0.9px;
  margin-bottom: 2.8rem;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  color: #008000;
  font-family: "alimama";
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.number_ul li .num sup {
  color: #866944;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.9px;
  top: -1rem;
  margin-left: 0.3125rem;
}
.number_ul li .num sup sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}
.number_ul li > div {
  display: inline-block;
}
.text {
  color: #42342E;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.8px;
}
.index_two{
	background: url(../images/one-bg.png) no-repeat;
	background-position: center;
    background-size: 100%;
}
.font18 {
  color: #666666;
  font-size: 1.125rem;
  line-height: 2.2rem;
  /* 155.556% */
  letter-spacing: 0.9px;
}
.swiper_pag.color .swiper-pagination-bullet {
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.swiper_pag.color .swiper-pagination-bullet-active {
  background: var(--color);
  border-color: var(--color);
}
.swiper_pag .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid var(--swiper_pag_c);
  background: #fff;
  margin: 0 0.375rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: var(--color);
  border-radius: 3.125rem;
}
.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover {
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}
.more {
  width: 10rem;
  line-height: 3.375rem;
  border-radius: 3.125rem;
  border: 1px solid #e3791b;
  display: inline-block;
  --more_c: rgba(66, 52, 46, 0.5);
  position: relative;
  z-index: 9;
}
.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: #e3791b;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}
.more:hover,
.more.active {
  border-color: var(--color);
}
.more:hover div,
.more.active div {
  color: #fff;
}
.more:hover div .iconfont,
.more.active div .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover::before,
.more.active::before {
  transform: scale(1);
}
.more > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #42342E;
  font-size: 1.1rem;
  font-weight: 300;
}
.more > div .iconfont {
  font-weight: 600;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.more.bg {
  border-color: #e67817;
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: #e67817;
}
.more.borf {
  border-color: rgba(255, 255, 255, 0.5);
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: var(--color);
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: var(--color);
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.title {
  color: #00923f;
  font-size:2.8rem;
  font-weight: 700;
  line-height: 3.4375rem;
  font-family: "Source Han Sans CN";
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.subtitle {
  color: #42342E;
  font-size: 1.2rem;
  line-height: 1.75rem;
  letter-spacing: 0.9px;
  margin-top: 1rem;
}
.subtitle.fontw500 {
  font-weight: 500;
}
.leftimg_righttext > li:nth-child(even) .left {
  order: 2;
}
.leftimg_righttext > li:nth-child(even) .right {
  order: 1;
}
.fixright_li_last {
  display: none;
  cursor: pointer;
}
.fixright_li_last > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(188, 161, 139, 0.2);
  background: #FFF;
  box-shadow: 0px 4px 2.5rem 0px rgba(188, 161, 139, 0.25);
  border-radius: 50%;
}
.fixright_li_last:hover > div {
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.fixright_li_last:hover > div img {
  filter: brightness(0) invert(1);
}
.ptb {
  padding: 7.5rem 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 50px 0;
  }
}
.show_news .name {
  font-weight: 700;
  font-size: 2.875rem;
  line-height: 2.75rem;
  color: #42342E;
}
.show_news .text {
  color: rgba(66, 52, 46, 0.8);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.show_news a.text:hover {
  color: var(--color);
}
.show_news .margin.text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  padding: 3.75rem 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}
.show_news .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4.375rem 0 1.5625rem;
  color: rgba(66, 52, 46, 0.8);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.show_news .data .fenxiang {
  margin-left: 1.875rem;
}
.show_news .data .fenxiang .social-share li a {
  border: 1px solid rgba(66, 52, 46, 0.1);
  color: rgba(66, 52, 46, 0.25);
}
.show_news .data .fenxiang .social-share li a:hover {
  color: #fff;
}
.show_news .data strong {
  color: #42342E;
  font-weight: 700;
}
.show_news .shangxia {
  color: rgba(66, 52, 46, 0.8);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 3.125rem;
}
.show_news .shangxia a {
  color: rgba(66, 52, 46, 0.8);
}
.show_news .shangxia a:hover span {
  color: var(--color);
}
.show_news .shangxia span {
  font-weight: 700;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
  .show_news .left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .show_news .data {
    padding: 20px 0 10px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 5px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .show_news .shangxia .l {
    width: 100%;
    margin-bottom: 20px;
  }
  .show_news .shangxia .r {
    width: 100%;
    text-align: center;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.sjj_nav.white {
  background: #fff;
}
.sjj_nav.white .top {
  background:#008000;
}
.sjj_nav.white .bot > li > div > a {
  color: #353535;
}
.sjj_nav.white .bot > li .list .left a {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}
.sjj_nav.white .top .fr img {
  /*
  filter: brightness(1) invert(1);
  opacity: 0.8;
  */
}
.index_one .bot {
  height: 47.5rem;
  overflow: hidden;
  margin-top: 3.125rem;
}
.index_one .bot .bgg {
  height: 100%;
}
.index_one .bot .bgg div {
  height: 100%;
}
.index_one .bot .bgg .bgg_bgdiv{
  background: rgb(0 0 0 / 20%);
  height: 100%;
  width: 100%;
}
.index_one .bot .bgg div {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.index_one .bot .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_one .bot .text {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.right_icon{
    width: 18px;
    margin-left: 5px;
}
.index_one .bot .ul li .icon img {
  height: 4.125rem;
  width: 4.125rem;
}
.index_one .bot .ul li .name {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0.75rem 0 0.625rem;
}
.index_one .bot .ul li .more {
  margin-top: 1.75rem;
}
.index_one .bot .hover {
  position: absolute;
  top: calc(50% - 4.5rem);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.index_one .bot .hover ul li {
  display: none;
  width: 50%;
  margin: 0 auto;
}
.index_one .bot .hover ul li.active {
  display: block;
}
.tj {
  text-align: justify;
}
.index_two .right {
  padding-left: 5rem;
}
.index_two .left .font18 {
  margin: 2rem 0 4rem;
}
.index_two .left .font18 p:not(:last-child) {
  margin-bottom: 1rem;
}
/*
.index_three .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
*/
.index_three .title{
	text-align: center;
}
.index_three_cont{
	margin-top: 4rem;
}
.index_three_cont .left{
	width: 32%;
    padding-right:5px;
    float: left;
}		
.index_three_cont .right{
	width: 68%;
	padding-left: 5px;
	float: right;
}
.index_three_cont .left a.img01{
	padding-top: 170.8%;
}
.index_three_cont .left a,.index_three_cont .right a{
	display: block;
    position: relative;
    overflow: hidden;
}
.index_three_cont .left a .imgspan,.index_three_cont .right a .imgspan{
	top: 0;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.7s;
}
.index_three_cont .right a.img02{
	padding-top: 40.8%;
}
.index_three_cont .right .lists-con{
	margin: 0px -5px;
    margin-top: 12px;
}
.index_three_cont .right .lists-con .lists{
	width: 50%;
    float: left;
    padding: 0px 5px;
}
.index_three_cont .right .lists-con .lists a.img02{
	padding-top: 76.1%;
}
.index_three_cont .left .textHidden,.index_three_cont .right .textHidden{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 38px;
    padding: 0px 55px;
    color: #fff;
    font-size:1.4rem;
   
}
.index_three_cont .left a .imgspan:before,.index_three_cont .right a .imgspan:before{
	content: '';
	display: block;
	width: 100%;
	height: 60%;
	background: linear-gradient(0deg, rgb(51 49 49) 0%, transparent 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.index_three_cont .left a:hover .imgspan,.index_three_cont .right a:hover .imgspan{
	transform: scale(1.15);
}
.index_three_cont .left a:hover .imgspan:before,.index_three_cont .right a:hover .imgspan:before{
	background: linear-gradient(0deg, rgb(0 128 0) 0%, transparent 100%);
	height: 100%;
}



.index_three .hover .name {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 5.625rem;
  /* 100% */
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 0.625rem;
}
.index_three .hover .icon_vid {
  width: 4.75rem;
  height: 4.75rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0%, 0%);
  z-index: 5;
}
.index_three .hover .icon_vid .iconfont {
  font-size: 1.875rem;
  display: block;
  color: var(--color);
}
@keyframes cen {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.index_three .hover .icon_vid::after {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: -0.75rem;
  width: calc(100% + 1.5rem);
  height: calc(100% + 1.5rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -3;
}
.box_s {
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(138, 90, 53, 0.1);
}
.rot {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: rotateY(180deg);
}
.index_four {
  position: relative;
  z-index: 8;
  background: #f8f5f5;
}
.index_four.list_yggh::before {
  display: none;
}
.index_four.list_yggh .swiper-container {
  margin: 2.8125rem 0 5rem;
}
.index_four.list_yggh .swiper-pagination-bullet {
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.index_four.list_yggh .swiper-pagination-bullet-active {
  background: var(--color);
  border-color: var(--color);
}
.index_four::before {
  content: "";
  position: absolute;
  height: 55%;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/3.png) no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
.index_four .margin {
  margin: -1.25rem;
}
.index_four .swiper-container {
  margin: 4rem 0 0;
}
.index_four .swiper-slide {
  padding: 1rem;
  height: auto;
}
.index_four .swiper-slide:hover .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: rotateY(180deg);
}
.index_four .swiper-slide > a {
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(138, 90, 53, 0.1);
  height: 100%;
  overflow: hidden;
  display: block;
}
.index_four .swiper-slide > a .icon img {
  width: 3.5rem;
  height: 3.5rem;
}
.index_four .swiper-slide > a .name {
  color: red;
  font-size: 1.16rem;
  line-height: 1.75rem;
  /* 140% */
  letter-spacing: 1px;
  margin:1rem 0 0.6rem 0;
}
.index_four .swiper-slide > a .text {
  color: #42342E;
  font-size: 1.45rem;
  line-height: 2.25rem;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.index_four_txt{
	padding: 1rem 2rem 2rem 2rem;
}
.index_four_img{
	position: relative;
}
.index_four_img:before{
	content: '';
    display: block;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgb(51 49 49) 0%, transparent 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.index_four_img span{
	position: absolute;
	left: 30px;
	bottom: 15px;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 700;
  font-family: 'alimama';
}

.index_five {
  background: url(../img/4.png) no-repeat;
  background-size: cover;
}
.index_five .row {
  align-items: flex-end;
}
.index_five .right {
  padding-left: 3rem;
}
.index_five .left {
  padding-right: 2.5rem;
  padding-bottom: 1.25rem;
}
.index_five .left .subtitle {
  margin-top: 1.5rem;
}
.index_five .left .hover {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
}
.index_five .left .hover .swiper-pagination,
.index_five .left .hover .swiper_btn {
  position: static;
}
.index_five .left .hover .swiper_btn {
  margin-left: 1.25rem;
}
.index_five .left .hover > div:nth-child(2) {
  display: flex;
  align-items: center;
}
.index_five .left .hover .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  margin: 0 0.3125rem;
}
.index_five .left .hover .swiper-pagination-bullet-active {
  width: 2.125rem;
  border-radius: 3.125rem;
  opacity: 1;
}
.index_five .swiper-slide > div {
  position: relative;
  padding: 5rem 3rem 4.6875rem 3.875rem;
  z-index: 9;
}
.index_five .swiper-slide > div .subtitle {
  margin-top: 0;
}
.index_five .swiper-slide > div .margin {
  margin: 1.5625rem 0 2.1875rem;
}
.index_five .swiper-slide > div .img img {
  height: 3.1875rem;
}
.index_five .swiper-slide > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--bors);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.625rem);
  z-index: -1;
}
.index_five .swiper-slide > div .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index_five .swiper-slide > div .flex .touxiang {
  width: 4.625rem;
  height: 4.625rem;
  border-radius: 50%;
  overflow: hidden;
}
.index_five .swiper-slide > div .flex .con {
  width: calc(100% - 4.625rem);
  padding-left: 1.125rem;
}
.index_five .swiper-slide > div .flex .con p {
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.6px;
}
.index_six .bot .row {
  margin: 0 -2.5rem;
}
.index_six .bot .row > div {
  padding: 0 2.5rem;
}
.index_six .left ul {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.index_six .left ul .squera_news:hover a .over img {
  transform: scale(1.1);
}
.index_six .left ul .squera_news:hover a .name {
  color: var(--color);
}
.index_six .left ul .squera_news:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .left ul .squera_news a {
  display: flex;
  align-items: center;
  padding: 1.875rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.index_six .left ul .squera_news a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .left ul .squera_news .data {
  width: 6.25rem;
}
.index_six .left ul .squera_news .data div {
  color: #BCA18B;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
  letter-spacing: 2.4px;
}
.index_six .left ul .squera_news .data p {
  color: #42342E;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
}
.index_six .left ul .squera_news .over {
  width: 12.5rem;
}
.index_six .left ul .squera_news .over img {
  height: 7.1875rem;
  width: 100%;
  object-fit: cover;
}
.index_six .left ul .squera_news .r {
  width: calc(100% - 18.75rem);
  padding-left: 1.125rem;
}
.index_six .name {
  color: #42342E;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.index_six .right .over img {
  height: 23.875rem;
  object-fit: cover;
}
.index_six .right:hover .over img {
  transform: scale(1.1);
}
.index_six .right:hover .name {
  color: var(--color);
}
.index_six .right:hover .data::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .right .name {
  margin-top: 1.25rem;
}
.index_six .right .data {
  margin-top: 1.125rem;
  color: #42342E;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
  position: relative;
  z-index: 90;
}
.index_six .right .data span {
  background: #fff;
  padding-right: 1.875rem;
  position: relative;
  z-index: 99;
}
.index_six .right .data::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.index_six .right .data::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0%;
  height: 1px;
  background: var(--color);
  z-index: 10;
}
.index_six .more::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_six .more:not(:last-child) {
  margin-right: 1.25rem;
}
.index_six .bot > div {
  display: none;
}
.index_six .bot > div.active {
  display: block;
}
footer {
  background:#2D2D2D;
  padding: 5.625rem 0 4rem;
}
footer .left .logo img {
  height: 5.5rem;
  /*
  filter: brightness(0) invert(1);
  */
}
footer .left .ul1 {
  color: #FFF;
  display: flex;
  margin: 1.75rem -1.125rem 1.5rem;
}
footer .left .ul1 li {
  padding: 0 1.125rem;
  position: relative;
}
footer .left .ul1 li a {
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #fff;
}
footer .left .ul1 li:hover a {
  opacity: 0.8;
}
footer .left .ul1 li:not(:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.25rem;
  background: #fff;
}
footer .left .ul2 {
  margin: 0 -0.625rem;
  display: flex;
}
footer .left .ul2 li {
  padding: 0 0.625rem;
  text-align: center;
}
footer .left .ul2 li .img img {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 0.625rem;
}
footer .left .ul2 li .name {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.75rem;
}
footer .right {
  text-align: right;
}
footer .right .tel div,
.list_contact .left .tel div {
  color: #FFF;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 2.1px;
}
footer .right .tel p,
.list_contact .left .tel p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.625rem;
}
footer .right span,
.list_contact .left span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  line-height: 1.5rem;
  padding-right: 0.625rem;
  margin-right: 0.625rem;
  position: relative;
}
footer .right span::before,
.list_contact .left span::before {
  content: "";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 1.125rem;
  background: rgba(255, 255, 255, 0.4);
}
footer .right .address,
.list_contact .left .address {
  color: #FFF;
  font-size: 1.1rem;
  line-height: 1.75rem;
  margin-bottom: 0.55rem;
}
footer .right .email,
.list_contact .left .email {
  margin: 0.875rem 0 1.5625rem;
}
.beian {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1.375rem 0;
  background:#008000;
}
.beian .right a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.beian .left a{
  color: #ebe3dc;
}
.beian .right a:hover {
  color: #ffffff;
}
.beian .right span:last-child {
  display: none;
}
.nyban .hover2,
.index_one .hover2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.nyban .hover2 ul,
.index_one .hover2 ul {
  display: flex;
  justify-content:center;
  border-bottom: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.index_one .hover2 ul li {
  padding:1.25rem 0;
  position: relative;
  cursor: pointer;
  z-index: 4;
  text-align: center;
  /*
  background: rgb(0 0 0 / 30%);
  */
}
.index_one .hover2 ul li{
  flex: 1 0 0;
}
.nyban .hover2 ul li .text,
.index_one .hover2 ul li .text {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.5rem;
  
}
.nyban .hover2 ul li::before,
.index_one .hover2 ul li::before {
  content: "";
  position: absolute;
  bottom: -11rem;
  left: -1px;
  width: calc(100% + 2px);
  height: 10rem;
  border-radius: 1.25rem 1.25rem 0px 0px;
  background: linear-gradient(180deg, #71b10d 39.37%, rgba(188, 161, 139, 0.5) 100%);
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nyban .hover2 ul li:hover .icon img,
.index_one .hover2 ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyban .hover2 ul li.active::before,
.index_one .hover2 ul li.active::before {
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyban .hover2 ul li.active{
  background: #72a71e;
}
.nyban .hover2 ul li.active .icon img,
.index_one .hover2 ul li.active .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyban .hover2 ul li:not(:last-child),
.index_one .hover2 ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.index_one .hover2 ul li .icon img {
  width: 3.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 3.25rem;
}
.nyban .hover2 ul li .text,
.index_one .hover2 ul li .text {
  font-weight: 700;
}
.nyban {
  overflow: hidden;
}
.nyban .img img {
  /*
  height: 100vh;
  object-fit: cover;
  */
}
.nyban .hover2 ul{
  border: 0px;
}
.nyban .hover2 ul li{
  
  position: relative;
  cursor: pointer;
  z-index: 4;
  text-align: center;
  background: rgb(0 0 0 / 30%);
}
.nyban .hover2 ul li a{
  padding: 1.25rem 4.6rem;
}
.nyban .hover2 ul li .icon img{
  width: 2.7rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 2.7rem;
}



.prony_top{
  display: flex;
}
.pr_ptb{
  padding: 6rem 0;
}
.prony_title{
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  padding-right: 30px;
  position: relative;
  margin-right:20px;
  width:10%;
  height: 35px;
  margin-top: 5px;
}
.prony_title:after{
  content: '';
  height: 25px;
  width: 2.5px;
  background:#00923f;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12.5px;
}
.prony_menu{
  width: 90%;
}
.prony_menu ul{
  display: flex;
  flex-wrap: wrap;
}
.prony_menu ul li{
  margin:0 10px;
  margin-bottom: 10px;
}
.prony_menu ul li a{
  font-size: 16px;
  padding:10px 17px;
  display: block;
  color: #000000;
}
.prony_menu ul li.active a{
  background:#e67817;
  color: #ffffff;
  border-radius: 6px;
}
.nyban .img:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 50%);
}
.nyban .hover {
  position: absolute;
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .title {
  font-size: 3rem;
}
.nyban .hover .subtitle {
  font-size: 1.625rem;
  text-transform: uppercase;
}
.nyban .hover2 {
  
  overflow: hidden;
}
.nyban .hover2 .ul1 {
  position: relative;
}
/*
.nyban .hover2 .ul1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
*/
.list_product .right ul,
.list_gyactive .right ul {
  display: flex;
  justify-content: flex-end;
}
.list_product .right ul li:not(:last-child),
.list_gyactive .right ul li:not(:last-child) {
  margin-right: 1.25rem;
}
.list_product .right .more,
.list_gyactive .right .more {
  line-height: 3.375rem;
}
.list_product .right .more::before,
.list_gyactive .right .more::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.list_product .right .more {
  width: 6.5625rem;
}

/*人才招聘*/
.zpin_title{
  font-size: 2.5rem;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.zhaopin_ul{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.zhaopin_title{
  display: flex;
  justify-content: space-between;
  border:1px solid #f3f3f3;
  padding: 22px 50px;
  border-radius: 10px;
  cursor: pointer;
  transition: all .6s;
  line-height: 1;
}
.zhaopin_title:hover{
  background-color:#72a71e;
}
.zhaopin_title h5{
  font-size: 16px;
}
.zhaopin_title:hover h5{
  color: #ffffff;
}
.zhaopin_cont{
  background:#f9f9f9;
  padding: 3rem 4rem; 
  display: none;
}
.zhaopin_li{
  margin-bottom: 10px;
}
.zhaopin_title span{
  font-size: 18px;
}
.zhaopin_title:hover span{
  color: #ffffff;
}
.zhaopin_title_active{
  background-color:#72a71e;
}
.zhaopin_title_active h5,.zhaopin_title_active span{
  color: #ffffff;
}
.zhaopin_cont .zhaopin_cont_title{
  font-size: 18px;
  margin-bottom: 20px;
}
.zhaopin_cont p{
  font-size: 1.1rem;
  margin-bottom:10px;
  line-height: 1.8;
}
/*人才招聘*/
/*关于我们*/
.about_title{
  margin-bottom: 1rem;
}
.about_video .icon-shipin{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 46px;
  color: #ffffff;
  cursor: pointer;
}
.video_bg{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 70%);
  display: none;
  z-index: 1000;
}
.video_tanc{
  display: none;
  position: fixed;
  width: 70%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 10000;
  padding: 0 !important;
}
.videoModal{
  width: 100%;
}
.index-video-close-btn{
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}
.index-video-close-btn .icon-guanbi{
  font-size: 22px;
  color: #ffffff;
}
.about_qywh{
  background-color: #f8f8f8;
}
.qiyewenhua{
  margin-top:4rem;
}
.qiyewenhua ul{
  display: flex;
  justify-content: space-between;
}
.qiyewenhua_li{
  background-color: #ffffff;
  width: 22%;
  padding:4rem 3rem;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 4px 1.25rem 0px rgba(138, 90, 53, 0.1);
}
.qiyewenhua_li img{
  width: 60px;
}
.qiyewenhua_li h4{
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.qiyewenhua_li p{
  font-size: 1.2rem;
  line-height: 1.8;
}
.zhengshu_a{
  box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  display: block;
  padding: 1rem;
}
.zhengshu_a_img{
  overflow: hidden;
  background-color: #fff;
  height: 343px;
  line-height: 343px;
  text-align: center;
  position: relative;
}
.zhengshuli{
  width: 25%;
  margin-bottom: 2rem;
}
.zhengshu_a_img img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.changfang{
  width:33%;
  margin-bottom: 3rem;
}
.changfang p{
  font-size: 1.2rem;
  margin-top: 1.2rem;
  text-align: center;
}
.changfang_img{
  overflow: hidden;
  display: block;
}
.changfang_img img{
  transition: all .6s;
}
.changfang:hover .changfang_img img{
  transform: scale(1.1);
}
/*关于我们*/
/*研发项目*/
.xiangmu1{
  padding: 6.5rem 0; 
}
.xiangmu2{
  padding: 6.5rem 0; 
  background: #F3F4F8;
}
.xiangmu1 .title,.xiangmu2 .title{
  font-size: 2.5rem;
  color: #323232;
}
.xiangmu1 .font20 a,.xiangmu2 .font20 a{
  color: #555555;
}
.xiangmu1 .font20 a p,.xiangmu2 .font20 a p{
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
/*研发项目*/
.xiangqing{
  width: 82%;
  margin:5rem auto;
  background: #ffffff;
  box-shadow: 0px 4px 1.25rem 0px rgba(138, 90, 53, 0.1);
}
.container_xqy{
  padding: 4rem 6rem;
}
.container_xqy .ny_title{
  text-align: center;
  font-size: 2.2rem;
  font-weight:700;
}
.container_xqy_tit{
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.ny_title_sj{
  text-align: center;
  margin-top:20px;
  color: #999999;
}
.ny_title_sj span{
  margin: 0 2rem;
}
.ny_title_sj span .iconfont{
  margin-right:1rem;
}
.ny_title_sj span .icon-shijian{
  font-size: 16px;
}
.ny_title_sj span .icon-liulancishu{
  font-size: 15px;
}
.container_xqy_cont img{
  max-width: 100%;
}
.container_xqy_cont p{
  font-size: 1.2rem;
  line-height: 1.8;
}
.gongyi_list_div{
    
}
.gongyi_title{
  margin-top: 1rem;
  text-align: center;
}
.gongyi_title a{
  font-size: 1.3rem;
}

.video_li .gongyi_suolt_r{
    border-radius: 0.8rem;
    overflow: hidden;
}
.wendangxz{
  background:#F3F4F8;
  padding: 5rem 0;
}
.wendangxz_tit{
  text-align: center;
  font-size: 2.5rem;
}
.wendangxz_cont{
  width: 80%;
  margin:0 auto;
  margin-top: 3rem;
}
.wendangxz_cont_li{
  border:1px solid #ecdcdc;
  padding: 15px 30px 12px;
  border-radius: 10px;
  margin: 1rem 0;
  background: #ffffff;
}
.wendangxz_cont_li p{
  font-size: 1.25rem;
}
.wendangxz_cont_li p .icon-shipinshipin{
  font-size: 26px;
  margin-right:1rem;
  color: red;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
.wendangxz_cont_li p a{
  float: right;
  padding: 7px 25px;
  background: #e3791b;
  color: #ffffff !important;
  font-size: 1.05rem;
  border-radius: 20px;
  cursor: pointer;
}


/*客户下单*/
.kehuxd_tit{
  text-align: center;
}
.kehuxd_tit h4{
  font-size: 2.5rem;
}
.kehuxd_tit p{
  font-size: 1.2rem;
  color: #666666;
  margin-top:1.7rem;
}
.kehuxd_cont{
  max-width: 1000px;
  margin: 0 auto;
  margin-top:4rem;
}
.xdly_li1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.xdly_li1_li{
  width: 32%;
  padding: 13px 20px;
  border: 1px solid #dddddd;
  font-size: 14px;
  border-radius: 4px;
  display: flex;
}
.xdly_li1_li input{
  width: 100%;
}

.xdly_li1_li span{
  width: auto;
  white-space: nowrap;
  margin-right: 10px;
  color: #999999;
}
.xdly_li1_li span i{
  vertical-align: top;
  margin-top: -3px;
  display: inline-block;
  margin-left: 5px;
  color: red;
}

.xdly_li2_li{
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #dddddd;
  font-size: 14px;
  border-radius: 4px;
  display: flex;
}
.xdly_li2_li input{
  width: 100%;
}

.xdly_li2_li span{
  width: auto;
  white-space: nowrap;
  margin-right: 10px;
}
.xdly_li2_li span i{
  vertical-align: top;
  margin-top: -3px;
  display: inline-block;
  margin-left: 5px;
  color: red;
}
.xdly_li2_li textarea{
  width: 100%;
  border: 0;
  min-height:80px;
}
.xdly_li2_li span{
  width: auto;
  white-space: nowrap;
  margin-right: 10px;
  color: #999999;
}
.xdly_li3{
  text-align: center;
  margin-top: 2.5rem;
}
.xdly_li3 input{
  padding: 10px 45px;
  background: #e3791b;
  color: #ffffff;
  margin:0 10px;
  font-size: 1.2rem;
  border-radius: 20px;
}
.xdly_li3 .chongzhi{
  background: #debcbc;
}

.nyban .hover .sousuojgtit{
    font-size: 2.5rem;
    font-weight: normal;
}
.sousuojgtit .text-yellow{
    color: #e67817;
    margin: 0 0.5rem;
}
.sousuojglb{
    margin-top: 0;
}

.row20 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.row20 > div,
.row20 > li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.row40 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.row40 > div,
.row40 > li {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.suqera_pro > a {
  border-radius: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_pro > a .img {
  text-align: center;
  border-radius: 0.8rem 0.8rem 0 0;
}
.suqera_pro .name {
  color: #000000;
  font-size: 1.3rem;
  line-height: 2.5rem;
  text-align: center;
}
.suqera_pro .content {
  padding: 1.2rem 2.2rem 1.2rem;
  position: relative;
}
.suqera_pro .content::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 5rem);
  left: 2.5rem;
  height: 1px;
  background: rgba(66, 52, 46, 0.2);
}
.suqera_pro:hover .over img {
  transform: scale(1.1);
}
.suqera_pro:hover .name {
  color: var(--color);
}
.suqera_pro:hover > a {
  
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(138, 90, 53, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_pro:hover > a .content::before {
  background: var(--color);
}
.show_product .subtitle {
  color: #42342E;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 4rem;
}
.show_product .margin {
  margin: 0 -2.125rem;
  justify-content: space-between;
}
.show_product .margin > div {
  padding: 0 2.125rem;
}
.show_product .right .name {
  font-size: 2.3rem;
  line-height: 2.5rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
.show_product .right p {
  position: relative;
  /*
  padding-left: 1.375rem;
  */
}
.show_product .right p:not(:last-child) {
  margin-bottom: 0.625rem;
}
/*
.show_product .right p::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--color);
}
*/
.show_product .margin > div.right{
    /*
    background: rgb(224 196 170 / 10%);
    */
    background: url(../images/pro_msbk1.png) no-repeat;
    background-size: 100% 100%;
    padding: 3rem 3.5rem;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.show_product .right .text {
  font-size: 1.1rem;
  line-height: 1.825rem;
  margin-top: 2rem;
  color: #666666;
}
.show_product .right .list {
  padding: 1.5625rem 0;
  border-bottom: 1px solid rgba(66, 52, 46, 0.2);
}
.show_product .right .list:first-child {
  padding-top: 1rem;
}
.show_product .right .list.wxcc .text {
  font-family: "Noto Serif SC";
}
.show_product .right .list .color {
  justify-content: flex-start;
}
.show_product .right .list .color > div {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}
.show_product .right .list .color > div:not(:last-child) {
  margin-right: 1.25rem;
}
.show_product .right .tel {
  display: flex;
  padding-top: 3.75rem;
}
.show_product .right .tel .icon {
  width: 2.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product .right .tel .icon img {
  height: 1.75rem;
  width: 1.75rem;
}
.show_product{
  margin-top:3rem;
}
.proxq_position{
  margin-bottom: 3rem;
  font-size: 1.1rem;
  color: #999999;
}
.icon .icon-dianhua{
  color: #85c226;
  font-size: 39px;
}
.prevnext{
    margin: 4rem 0;
}
.prevnext_cont{
    border: 1px solid #dacece;
    padding: 1.25rem 1.5rem;
    border-radius: 10px;
    margin-right: -2.125rem;
}
.prevnext_cont p{
    display: inline-block;
}
.prevnext_cont p,.prevnext_cont p a{
    font-size: 1.1rem;
    color: #333333;
}
.prevnext_cont_next{
    float: right;
}
.show_product .right .tel .con {
  width: calc(100% - 3.5rem);
  padding-left: 1.25rem;
  margin-top: 2px;
}
.show_product .right .tel .con p {
  color: #82be25;
  font-size: 1.07rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
}
.show_product .right .tel .con p::before {
  display: none;
}
.show_product .right .tel .con div {
  color: #333333;
  font-size: 2.39rem;
  font-weight: 700;
  font-family: "alimama";
  /* 66.667% */
}
.show_product .right .tel .con div a {
  color: #42342E;
}
.show_product .left .aaa,
.show_product .left .bbb {
  height: 0;
  overflow: hidden;
}
.show_product .left .aaa.active,
.show_product .left .bbb.active {
  height: auto;
}
.show_product .left .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.show_product .left .swiper_top {
  background: #FFF;
}
.show_product .left .swiper_top .swiper-slide .fdj {
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 0.625rem;
  background: #e67817;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro_cpys{
  margin-top: 3rem;
}
.pro_cpys ul{
  display: flex;
  justify-content: space-between;
}
.pro_cpys ul li{
  margin-right:4rem;
  text-align: center;
}
.pro_cpys ul li:last-child{
  margin-right: 0;
}
.cpys_icon{
  width: 55px;
  height: 55px;
  background: #85c226;
  border-radius: 50%;
  padding: 10px;
  margin: 0 auto;
}
.pro_cpys ul li p{
  font-size: 15px;
  margin-top: 10px;
}
.show_product .left .swiper_top .swiper-slide .fdj:hover {
  opacity: 0.8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .left .swiper_top .swiper-slide .fdj .iconfont {
  font-size: 1.4rem;
  color: #fff;
}
.show_product .left .swiper_top .swiper-slide .over {
  text-align: center;
  width: 100%;
}
.show_product .left .swiper_top .swiper-slide img {
  min-width: 70%;
}
.show_product .left .bot .swiper-container {
  margin: 2.5rem 3.25rem 0;
}
.show_product .left .bot .swiper-button-next,
.show_product .left .bot .swiper-button-prev {
  height: auto;
  background-image: none;
  top: 50%;
  transform: translateY(-50%);
  margin-top:1.2rem;
}
.show_product .left .bot .swiper-button-next .iconfont,
.show_product .left .bot .swiper-button-prev .iconfont {
  font-size: 1.9rem;
  color: #42342e;
}
.show_product .left .bot .swiper-button-prev {
  left: 0;
}
.show_product .left .bot .swiper-button-next {
  right: 0;
}
.show_product .left .swiper_bot .swiper-slide {
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.show_product .left .swiper_bot .swiper-slide .over {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product .left .swiper_bot .swiper-slide .over img {
  max-height: 80%;
}
.show_product .left .swiper_bot .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--color);
  border-radius: 0;
}
.swiper_bot_s0 .mySwiper{
    margin-top: 15px;
}
.swiper_top_s0 .mySwiper2 .swiper-button-next,.swiper_top_s0 .mySwiper2 .swiper-button-prev{
    background: #e67817;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.swiper_top_s0 .mySwiper2 .swiper-button-next .swiper-navigation-icon,.swiper_top_s0 .mySwiper2 .swiper-button-prev .swiper-navigation-icon{
    color: #ffffff;
    width: 12px;
}
.proxq_cptd{
  margin-top: 4.6rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #dcdcdc;
}
.provideoicon{
    position: relative;
}
.provideoicon .icon-shipin{
    position: absolute;
    color: #fff;
    font-size: 2.3rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.proxq_cptd_tit{
  font-size: 2.1rem;
  font-weight: 700;
  color: #000000;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dcdcdc;
}
.proxq_cptd_cont{
  margin-top: 2.6rem;
}
.proxq_cptd_cont p{
  font-size: 1.146rem;
}

.show_product_two {
  margin: 4.6rem 0; 
}
.show_product_two .title {
  margin-bottom: 2.8125rem;
  font-size: 2.1rem;
  color: #000000;
}
.show_product_two .margin {
  margin: -1.25rem;
}
.show_product_two .margin .swiper-slide {
  padding: 1.25rem;
}
.show_product_two .swiper-slide a {
  overflow: hidden;
}
.show_product_two .swiper-slide .content {
  background: #FFFCFA;
}
.show_product_two .swiper-slide .content::before {
  width: 100%;
  left: 0;
}
.list_bread .font20 p:not(:last-child) {
  margin-bottom: 1rem;
}
.flex_left_right li {
  margin-top: 6.25rem;
}
.flex_left_right li .name4 {
  color: #BCA18B;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.flex_left_right li .name5 {
  color: #42342E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 0.75rem;
}
.flex_left_right li .right img {
  height: 28.75rem;
  object-fit: cover;
}
.flex_left_right li .name {
  color: rgba(66, 52, 46, 0.8);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 0.625rem 0 1.25rem;
}
.flex_left_right li .bot {
  margin-top: 2.1875rem;
}
.flex_left_right li .bot .name2 {
  color: #BCA18B;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
}
.flex_left_right li .bot .dian {
  padding-left: 1.5625rem;
  position: relative;
}
.flex_left_right li .bot .dian::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--color);
}
.flex_left_right li .bot .dian span {
  font-weight: 700;
}
.flex_left_right li:nth-child(even) .left {
  order: 2;
}
.flex_left_right li:nth-child(even) .right {
  order: 1;
}
.flex_left_right li .right > div {
  overflow: hidden !important;
  flex-grow: 1 !important;
  width: 100% !important;
  position: relative;
}
.flex_left_right li .right > div::before,
.flex_left_right li .right > div::after {
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.flex_left_right li .right > div::before {
  background-color: #f1f3f6;
  transition: 0.5s ease-in-out 0s;
  z-index: 2;
}
.flex_left_right li .right > div::after {
  z-index: 1;
  background-color: #eff0f0;
  transition: 0.5s ease-in-out 0.1s;
  opacity: 0.8;
}
.flex_left_right li .right.active > div::before,
.flex_left_right li .right.active > div::after {
  left: 100%;
}
.list_honor .hover {
  position: absolute;
  top: 7.5rem;
  left: 0;
  width: 100%;
}
.font20 {
  color: rgba(66, 52, 46, 0.8);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.5rem;
}
/*案例展示*/
.case_menu{
  width:100%;
  border-bottom: 1px solid #dcdcdc;
}
.case_menu ul{
    display: flex;
    flex-wrap: wrap;
}
.case_menu ul li{
  margin-right:4.6rem;
}
.case_menu ul li a {
    font-size: 16px;
    display: block;
    color: #666666;
    padding: 26px 0;
    position: relative;
}
.case_menu ul li.active a{
  font-weight:700; 
  color: #e67817;
}
.case_menu ul li.active a:after{
  content: '';
  width: 100%;
  height: 3px;
  background: #e67817;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.case_menu ul li:first-child{
    padding-right: 2.3rem;
    /*
    border-right: 2px solid #13cc63;
    */
    margin-right: 4rem;
    display: flex;
    position: relative;
}
.case_menu ul li:first-child:after{
    content: '';
    width: 2px;
    height: 22px;
    background: #13cc63;
    display: block;
    position: absolute;
    right: 0;
    top: 27px;
}
.anli_li{
  margin-bottom: 3.5rem;
}
.anli_liimg{
  width: 100%;
  /*
  height: 460px;
  */
  background-position: center;
  transition: all .6s;
}
.anli_li a:hover .anli_liimg{
  transform: scale(1.1);
}
.anli_liimg_a{
  overflow: hidden;
  display: block;
  border-radius: 0.8rem;
}
.anli_li_tit{
  margin-top: 20px;
  display: block;
}
.anli_li_tit .name{
  font-size: 16px;
}
.anli_li_tit .icon-xiangmu{
  font-size: 22px;
  color: #e67817;
  margin-top: -3px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
/*案例展示*/
/*视频中心*/
.video_li_ck a{
  display: block;
  cursor: pointer;
}
.video_li_ck{
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
}
.video_li_ck .icon-shipin{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 44px;
  color: #ffffff;
  cursor: pointer;
}
.sp_modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定定位 */
    z-index: 1; /* 位于顶层 */
    left: 0;
    top: 0;
    width: 100%; /* 宽度 */
    height: 100%; /* 高度 */
    overflow: auto; /* 如果需要滚动条 */
    background-color: rgb(0,0,0); /* 背景颜色 */
    background-color: rgba(0,0,0,0.8); /* 背景颜色，带有透明度 */
    z-index: 1000;
}

.sp_modal_content {
    width: 60%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#videoPlayer{
  width: 100%;
}
.sp_modal_content .close{
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  z-index: 100000;
  cursor: pointer;
}
.sp_modal_content .close .icon-guanbi{
  font-size: 20px;
}
.sp_modal_content .close:hover{
  opacity: 1 !important;
}
.video_li p{
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
/*视频中心*/
/*新闻中心*/
.row20 .news_li{
    padding: 2.3rem;
    padding-top: 2.6rem;
    transition: all .6s;
    margin-bottom: 2rem;
}
.new_img{
  overflow: hidden;
  margin-top: 2.39rem;
}
.new_img span{
  display: block;
  width: 100%;
  height: 18rem;
  transition: all .6s;
}
.news_li_a .time{
  font-size: 15px;
  margin-bottom: 10px;
  color: #999999;
}
.news_li_a .name{
  font-size: 23px;
  height: 69px;
}
.row20 .news_li:hover{
  background-color: #8dda15;
}
.row20 .news_li:hover .content .time{
  color: #ffffff;
}
.row20 .news_li:hover .content .name{
  color: #ffffff;
}
.news_li_more{
  margin-top: 2rem;
  font-size: 16px;
  color: #999999;
}
.news_li_more i{
  width: 30px;
  background-color: #85c226;
  display: inline-block;
  height: 1px;
  transition: all .6s;
  margin-left: 15px;
  vertical-align: middle;
}
.row20 .news_li:hover .news_li_more{
  color: #ffffff;
}
.row20 .news_li:hover .news_li_more i{
  width: 40%;
  background-color: #ffffff;
}
.row20 .news_li:hover .new_img span{
  transform: scale(1.1);
}
/*新闻中心*/

.list_honor_two ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.875rem;
}
.list_honor_two ul li {
  width: calc(100% / 6);
  padding: 0.875rem;
}
.list_honor_two ul li .over {
  height: 7.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_honor_two ul li .over img {
  max-height: 80%;
  object-fit: contain;
}
.list_honor_two ul li:hover .over {
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(138, 90, 53, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_honor_two ul li:hover .over img {
  transform: scale(1.1);
}
.list_create li:first-child {
  margin-top: 0;
}
.list_create_two .ul li {
  margin-bottom: 4.375rem;
}
.list_create_two .ul li .over {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_create_two .ul li:hover .over {
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(138, 90, 53, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_create_two .ul li:hover .over img {
  transform: scale(1.1);
}
.list_create_two .ul li:hover .name {
  color: var(--color);
}
.list_create_two .ul li .text {
  color: rgba(66, 52, 46, 0.8);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.9px;
}
.list_create_two .ul li:last-child,
.list_create_two .ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.list_create_two .ul li .name {
  color: rgba(66, 52, 46, 0.8);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5rem;
  margin-top: 1.875rem;
}
.list_gyactive .right .more {
  width: 8.75rem;
}
.list_gyactive .ul li {
  margin-top: 4.375rem;
}
.list_gyactive .ul li:hover .over img {
  transform: scale(1.1);
}
.list_gyactive .ul li:hover .name {
  color: var(--color);
}
.list_gyactive .ul .left > div {
  overflow: hidden !important;
  flex-grow: 1 !important;
  width: 100% !important;
  position: relative;
}
.list_gyactive .ul .left > div::before,
.list_gyactive .ul .left > div::after {
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.list_gyactive .ul .left > div::before {
  background-color: #f1f3f6;
  transition: 0.5s ease-in-out 0s;
  z-index: 2;
}
.list_gyactive .ul .left > div::after {
  z-index: 1;
  background-color: #eff0f0;
  transition: 0.5s ease-in-out 0.1s;
  opacity: 0.8;
}
.list_gyactive .ul .left.active > div::before,
.list_gyactive .ul .left.active > div::after {
  left: 100%;
}
.list_gyactive .ul .name {
  color: #42342E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.list_gyactive .ul .font18 {
  font-weight: 500;
  line-height: 2.5rem;
  margin: 1rem 0 1.875rem;
}
.list_gyactive .ul .font18 strong {
  display: block;
  font-weight: 700;
}
.list_yggh_two {
  background: #fff;
}
.list_yggh_two .margin {
  margin-top: 2.8125rem;
}
.list_yggh_two .ul {
  margin: -2.5rem;
}
.list_yggh_two .ul li {
  padding: 2.5rem;
}
.list_yggh_two .ul li:hover .over img {
  transform: scale(1.1);
}
.list_yggh_two .name {
  color: #42342E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 1.875rem 0 1.125rem;
}
.list_yggh_two .font18 {
  font-weight: 500;
}
.list_news .top .content {
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 1.375rem;
  margin-top: 3.75rem;
}
.list_news .top .data {
  color: #42342E;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0.9px;
  margin-top: 1.25rem;
}
.list_news .top .text {
  margin-bottom: 0;
}
.list_news .top .more {
  margin-top: 2rem;
}
.list_news .bot {
  background: #fff;
}
.list_news .name {
  color: #42342E;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.list_news .text {
  color: rgba(66, 52, 46, 0.8);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.875rem;
  margin: 0.5rem 0 1.875rem;
}
.list_news .ul .squera_news:hover a .over img {
  transform: scale(1.1);
}
.list_news .ul .squera_news:hover a .name {
  color: var(--color);
}
.list_news .ul .squera_news:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul .squera_news a {
  display: flex;
  align-items: center;
  padding: 3.125rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.list_news .ul .squera_news a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul .squera_news .data {
  width: 11.6875rem;
}
.list_news .ul .squera_news .data div {
  color: #BCA18B;
  font-size: 5rem;
  font-weight: 700;
  line-height: 6rem;
  letter-spacing: 0.25rem;
}
.list_news .ul .squera_news .data p {
  color: #42342E;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 1.2px;
  margin-top: 0.625rem;
}
.list_news .ul .squera_news .over {
  width: 28.75rem;
}
.list_news .ul .squera_news .over img {
  height: 18.75rem;
  width: 100%;
  object-fit: cover;
}
.list_news .ul .squera_news .r {
  width: calc(100% - 28.75rem - 11.6875rem);
  padding-left: 3.125rem;
}
.list_contact .row .left .tel {
  margin: 3.75rem 0 1.25rem;
}
.list_contact .row .left .tel div {
  color:#85c226;
}
.list_contact .left .title{
  color: #000000;
}
.list_contact .row .left .tel div a {
  color: #42342E;
}
.list_contact .row .left .tel p {
  color: rgb(230 120 23);
  font-weight: 300;
}
.list_contact .row .left .address {
  color: #42342E;
  margin-bottom:1rem;
  font-size: 1.2rem;
}
.list_contact .row .left .address .iconfont{
  font-size: 18px;
  margin-right: 11px;
}
.list_contact .row .left .address a {
  color: #42342E;
}
.list_contact .row .left .address span {
  color: rgb(0 0 0);
  padding-right: 1rem;
  margin-right: 1rem;
  font-size: 1.2rem;
}
.list_contact .row .left .address span::before {
  background: rgba(66, 52, 46, 0.5);
}
.list_contact .row .left .ul2 {
  display: flex;
  margin-top: 3.125rem;
}
.list_contact .row .left .ul2 li img {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 0.625rem;
  background: #FFF;
}
.list_contact .row .left .ul2 li:not(:last-child) {
  margin-right: 1.25rem;
}
.list_contact .row .left .ul2 li .name {
  color: rgba(66, 52, 46, 0.8);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.625rem;
}
/*高德地图*/
.my-map {width:100%; height:460px;border: 1px solid #dcdcdc;} 
.my-map .icon { background: url(https://a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } 
.my-map .icon-cir { height: 31px; width: 28px; } 
.my-map .icon-cir-red { background-position: -11px -5px; } 
.my-map .icon-cir { height: 31px; width: 28px; } 
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }
/*高德地图*/
.list_message {
  background:url(../images/liuyan_bg.png);
}
.liuyan{
    max-width: 1000px;
    margin: 0 auto;
}
.liuyan .title{
  text-align: center;
  color: #000000;
}
.hang1{
  display: flex;
  justify-content: space-between;
}
.hang1 .ii{
  width:49%;
  display: flex;
}
.list_message .left img {
  height: 37.5rem;
  object-fit: cover;
}
.ii {
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  margin-bottom: 2rem;
  line-height: 3.8rem;
}
.ii > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-left: 1.5625rem;
  color: #42342E;
  font-size: 14px;
  z-index: 99;
}
.ii input {
  width: 100%;
  padding-left: 6.6875rem;
  border-radius: 0.625rem;
  color: #42342E;
  font-size: 14px;
  font-weight: 700;
}
.ii.textarea {
  margin-bottom: 2.5rem;
}
.ii.textarea div {
  top: 0.3125rem;
  line-height: 2.5rem;
  transform: translateY(0);
}
.ii textarea {
  border: none;
  display: block;
  width: 100%;
  padding-left: 4.6875rem;
  line-height: 1.875rem;
  border-radius: 0.625rem;
  height: 15rem;
  padding-top: 0.625rem;
  color: #42342E;
  font-size: 14px;
  font-weight: 700;
}
.ii .city-picker-span {
  width: 100% !important;
  padding-left: 4.6875rem;
  border-radius: 0.625rem;
  color: #42342E;
  font-size: 14px;
  font-weight: 700;
  height: auto !important;
  line-height: 3.625rem !important;
}
.ii .city-picker-span.focus,
.ii .city-picker-span.open {
  border-bottom: none;
}
.list_zsjm .row {
  margin-top: 4rem;
}
.list_zsjm .left ul li {
  display: flex;
  align-items: center;
}
.list_zsjm .left ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.liuyan_tijiao{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.list_zsjm .left ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_zsjm .left ul li .icon {
  width: 6.875rem;
  height: 6.875rem;
  border: 1px dashed var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.list_zsjm .left ul li .icon img {
  width: 3.5rem;
  height: 3.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_zsjm .left ul li .con {
  padding-left: 2.125rem;
  width: calc(100% - 6.875rem);
}
.list_zsjm .left ul li .name {
  color: #4B2A16;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 1px;
}
.list_zsjm .left ul li .text {
  color: #42342E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  letter-spacing: 0.8px;
}
.list_zsjm_two {
  background: url(../img/13.png) no-repeat;
  background-size: cover;
}
.list_zsjm_two .pr {
  margin-top: 3.75rem;
  z-index: 9;
}
.list_zsjm_two .pr::before {
  content: "";
  position: absolute;
  top: 6.25rem;
  width: calc(100% - 8.5rem);
  height: 1px;
  background: #fff;
  left: 5rem;
  z-index: -1;
}
.list_zsjm_two .pr::after {
  content: "";
  position: absolute;
  top: 26.5rem;
  width: calc(100% - 8.5rem);
  height: 1px;
  background: #fff;
  left: 5rem;
  z-index: -1;
}
.list_zsjm_two .pr ul {
  position: relative;
}
.list_zsjm_two .pr ul::before {
  content: "";
  position: absolute;
  top: 6.25rem;
  right: 3.4375rem;
  width: 1px;
  height: 20.3125rem;
  background: #fff;
}
.list_zsjm_two ul {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0;
}
.list_zsjm_two ul li {
  width: 15rem;
  margin-right: 9.25rem;
  padding: 2.5rem 0;
  text-align: center;
}
.list_zsjm_two ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_zsjm_two ul li:nth-child(4) {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  width: 16.5625rem;
  margin-right: 0;
  align-items: center;
}
.list_zsjm_two ul li:nth-child(4) .con {
  width: calc(100% - 6.875rem);
  padding-right: 1.25rem;
  order: 1;
}
.list_zsjm_two ul li:nth-child(4) .con div {
  text-align-last: right;
}
.list_zsjm_two ul li:nth-child(4) .con .text {
  height: calc(1.625rem * 5);
}
.list_zsjm_two ul li:nth-child(4) .icon {
  order: 2;
}
.list_zsjm_two ul li .icon {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_zsjm_two ul li .icon img {
  height: 3rem;
  width: 3rem;
}
.list_zsjm_two ul li .name {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.75rem;
  letter-spacing: 1px;
  margin: 1.25rem 0 0.5rem;
}
.list_zsjm_two ul li .text {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  height: 4.875rem;
  text-align: justify;
  text-align-last: center;
}
.list_jmzc_three .swiper-container {
  margin-top: 3.25rem;
}
.list_jmzc_three .swiper-slide {
  height: auto;
}
.list_jmzc_three .swiper-slide:hover > div .name::before {
  width: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_jmzc_three .swiper-slide > div {
  height: 100%;
  padding: 5.875rem 1.25rem 9rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  background: #FFF;
  border-radius: var(--bors);
  position: relative;
}
.list_jmzc_three .swiper-slide > div a {
  position: absolute;
  bottom: 2rem;
  color: rgba(75, 42, 22, 0.6);
  text-decoration: underline;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.75rem;
  width: 100%;
  text-align: center;
  left: 0;
}
.list_jmzc_three .swiper-slide > div a:hover {
  color: var(--color);
}
.list_jmzc_three .swiper-slide > div .name {
  color: #4B2A16;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 2.5rem;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.625rem;
}
.list_jmzc_three .swiper-slide > div .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.625rem;
  height: 0.1875rem;
  background: #BCA18B;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_jmzc_three .swiper-slide > div .name1 {
  color: #4B2A16;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_jmzc_three .swiper-slide .num {
  font-size: 18.75rem;
  text-align: right;
  font-weight: 600;
  -webkit-text-stroke: 1px rgba(188, 161, 139, 0.03);
  color: transparent;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.list_jmzs_four {
  background: url(../img/14.png) no-repeat;
  background-size: cover;
}
.list_jmzs_four .tel {
  margin-top: 4.5625rem;
}
.list_jmzs_four .tel p {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.list_jmzs_four .tel div {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.4px;
}
.list_jmzs_four .right > div {
  border-radius: var(--bors);
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.86);
  padding: 5rem 5rem;
}
.list_jmzs_four .left {
  padding-right: 4rem;
  padding-top: 5rem;
}
.list_jmzs_four .right {
  padding-left: 4rem;
}
.list_jmzs_four .ii > div img {
  height: 1.5rem;
}
.list_jmzs_four .ii input::placeholder {
  color: rgba(75, 42, 22, 0.8);
  opacity: 0.3;
}
.list_jmzs_four .right button {
  width: 100%;
}
.list_jmzs_four .right button > div {
  font-size: 1.125rem;
}
.list_jmzs_four .right .borg {
  border-color: var(--color);
}
.list_jmzs_four .right .borg div {
  color: var(--color);
}
.list_jmzs_four .right .borg:hover div {
  color: #fff;
}
.list_danye .wenben {
  padding: 3rem 0 0;
}
.list_danye .wenben p {
  text-align: justify;
}
.list_danye .name {
  font-size: 2rem;
  line-height: 1.875rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  text-align: center !important;
}
.list_danye .name2 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
