@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.875rem;
  --container: 14.8125rem;
  --phone_img: 30px;
  --bors: 1.25rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
}
.bgf8 {
  background: var(--bgf8);
}
.p_top {
  position: absolute;
  top: -6.875rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #F50;
}
.c {
  color: #F50;
}
.box_s {
  box-shadow: 0px 0px 1rem 0.1875rem rgba(0, 0, 0, 0.05);
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: #F50;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #2D3333;
}
.foot-fot.white {
  background: #F7F7F7;
}
.foot-fot.white .m-bm-nav > li {
  border-bottom: 1px solid #ededed;
}
.foot-fot.white .m-bm-nav > li > a,
.foot-fot.white .m-bm-nav .aniut i {
  color: rgba(0, 0, 0, 0.8);
}
.foot-fot.white .m-bm-nav > li .sec {
  padding-left: 40px;
}
.foot-fot.white .m-bm-nav > li .sec a {
  color: rgba(0, 0, 0, 0.7);
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #F50;
}
.search_more:hover::before {
  background: #F50;
}
.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;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  padding: 2.5rem 0 3.4375rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul-pro .container {
  padding: 0 10%;
}
.er-ul-pro ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.8125rem;
}
.er-ul-pro ul > li {
  padding: 0 0.8125rem;
  flex: 1;
}
.er-ul-pro ul > li .name {
  color: #5B5B5B;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 1rem;
}
.er-ul-pro ul > li .text {
  color: #989898;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.er-ul-pro ul > li .text:hover {
  color: #F50;
}
.er-ul {
  position: absolute;
  width: 17rem;
  left: 0.625rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0)  ;
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: left;
  font-size: 0.875rem;
}
.er-ul > li a {
  display: block;
  padding-left: 1rem;
}
.er-ul > li:hover a {
  color: #F50;
}
.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)  ;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .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: #F50;
}
.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: #F50;
  color: #fff;
  background: #F50;
}
.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: #F50;
}
.searchbox {
  border-color: #F50;
}
@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: #F50;
}
.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 h3 {
  font-size: 1.125rem;
  color: #F50;
  margin-bottom: 0.625rem;
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 1.375rem;
  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: #F50;
  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: #404040;
}
.phone.white .left img {
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: var(--phone_img);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  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: #F50;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #F50;
}
.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: var(--phone_img);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
  margin-bottom: 10px;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 95%;
  float: right;
  font-size: 14px;
  color: #bbbbbb;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #8f8f8f;
  margin-bottom: 18px;
  padding-left: 12px;
  position: relative;
}
.sjj_nav .bot > li .list .right a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #8f8f8f;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #F50;
}
.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
.zd_erha {
  position: fixed;
  right: 1rem;
  bottom: 5%;
  z-index: 999;
  width: 2.75rem;
  background: #F50;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 5rem;
}
.zd_erha .ad_sts {
  text-align: center;
}
.zd_erha .ad_sts i img {
  height: 1.5rem !important;
}
.zd_erha .ad_sts .name {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #fff;
  margin-top: 0.3125rem;
  white-space: nowrap;
  display: none;
}
.zd_erha .ad_sts.aa .name {
  margin-left: -0.375rem;
}
.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.zd_erha .aat_list li:nth-last-child(2) {
  border-bottom: none;
}
.zd_erha .aat_list li:nth-last-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.zd_erha .aat_list li > a {
  display: block;
  width: 2.25rem;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem 0.3125rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zd_erha .aat_list li > a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.75rem 1rem;
  width: auto;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 0.875rem;
  background: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 8rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.hidden {
  display: none;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: var(--header_h);
  background: url(../img/4.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.show_header.bgf {
  background: #fff;
}
.show_header header {
  animation: none !important;
}
header.active,
header:hover,
header.white {
  background: #404040;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color: #fff;
}
header.active .logo img,
header:hover .logo img,
header.white .logo img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img {
  filter: brightness(1) invert(0);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .top {
  line-height: 1.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .top .ul {
  display: flex;
  justify-content: flex-end;
}
header .top .ul > li {
  font-size: 0.875rem;
  color: #fff;
  position: relative;
}
header .top .ul > li:not(:first-child) {
  margin-left: 3.4375rem;
}
header .top .ul > li a {
  color: #fff;
}
header .top .ul > li img {
  height: 1.25rem;
}
header .top .ul > li img:nth-child(1) {
  margin-right: 0.375rem;
}
header .top .ul > li:hover ul {
  transform: scaleY(1)  translateX(-50%);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .top .ul > li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 10rem;
    background: #404040;
    text-align: center;
    z-index: 9;
    padding: 0.625rem 0;
    transform: scaleY(0) translateX(-50%);
    transform-origin: top center;
    opacity: 0;
    border-radius: 0 0 8px 8px;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
header .bot {
  line-height: 5rem;
}
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: 3.5rem;
}
header .ds1 {
  margin-left: 2rem;
}
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.5625rem;
  cursor: pointer;
}
header .lanuage {
  margin: 0 2.1875rem 0 1.25rem;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--color);
}
header .lanuage a.c {
  color: #F50;
}
header .center > ul > li {
  float: left;
  padding: 0 1rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
  padding: 0 0.625rem;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0.625rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.625rem;
  height: 0.625rem;
  opacity: 0;
  background: url(../img/caidan.svg) no-repeat;
  background-size: contain;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swipertext67.swiper-slide .hover .p2,
.banner .swiper-slide.swipertext30 .hover .p2,
.banner .swiper-slide.swipertext68 .hover .p2,
.banner .swipertext67.swiper-slide .hover .p1,
.banner .swiper-slide.swipertext30 .hover .p1,
.banner .swiper-slide.swipertext68 .hover .p1 {
  color: #fff;
}
.banner .swipertext67.swiper-slide .hover .p1 i,
.banner .swiper-slide.swipertext30 .hover .p1 i,
.banner .swiper-slide.swipertext68 .hover .p1 i,
.banner .swipertext67.swiper-slide .hover .p2,
.banner .swiper-slide.swipertext30 .hover .p2,
.banner .swiper-slide.swipertext68 .hover .p2 {
  text-shadow: 0 0 0.625rem #000;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .p1 {
  color: #3B3B3B;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 4.6875rem;
}
.banner .p1 span {
  margin-left: 3.375rem;
  background: linear-gradient(90deg, #99cc33 0%, #f0ffc2 55%, #ff5500 98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .p2 {
  color: #3D3D3D;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 1.5625rem 0 2.5rem;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 990px) {
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
}
.banner .swiper-button-prev {
  left: -4rem;
}
.banner .swiper-button-next {
  right: -4rem;
}
.banner:hover .swiper-button-prev {
  left: 5rem;
}
.banner:hover .swiper-button-next {
  right: 5rem;
}
.banner video,
.banner img {
  /* height: 100vh; */
  object-fit: cover;
  width: 100vw;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
}
.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4rem;
}
@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }
  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }
  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.bread {
  font-size: 1rem;
  color: #525252;
  border-bottom: 1px solid rgba(153, 204, 51, 0.3);
  line-height: 4.625rem;
}
.bread .flex {
  justify-content: center;
  align-items: center;
}
.bread a {
  color: #525252;
}
.bread a:hover {
  color: #F50;
}
.bread a:nth-last-child(2) {
  color: #F50;
}
.bread img {
  height: 1.5rem;
  margin-right: 0.75rem;
}
.bread span {
  margin: 0 1rem;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  color: var(--num_cor);
  font-size: 3.75rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  bottom: 0;
  font-weight: 600;
}
.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}
.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}
.number_ul li .text {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
}
.number_ul li > div {
  display: inline-block;
}
.text {
  color: #5D5D5D;
  font-size: 1rem;
  line-height: 1.875rem;
}
.swiper_pag .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border: 1px solid #F50;
  margin: 0 0.3125rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #F50;
}
.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: linear-gradient(270deg, #FFB957 0%, #F50 100%);
  box-shadow: 0 4px 4px 0 rgba(255, 121, 31, 0.15);
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #fff;
}
.more {
  width: 10.3125rem;
   height: 3.375rem;
 
  border: 1px solid #FF5500;
  border-radius: 0.1875rem;
  display: inline-block;
  --more_c: rgba(0, 0, 0, 0.5);
  position: relative;
  cursor: pointer;
  z-index: 9;
    display: flex;
   align-items: center;
   justify-content: center;
}
.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: linear-gradient(270deg, #FFB957 0%, #F50 100%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 0.1875rem;
  z-index: -1;
}
.more:hover {
  border-color: #F50;
}
.more:hover div {
  color: #fff;
}
.more:hover div .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover::before {
  transform: scale(1);
}
.more > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F50;
  font-size: 1rem;
}
.more.bg {
  background: transparent;
  position: relative;
  z-index: 9;
  border-color: #F50;
}
.more.bg::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(270deg, #FFB957 0%, #F50 100%);
  z-index: -1;
  border-radius: 0.1875rem;
}
.more.bg::before {
  background-color: #fff;
  z-index: 1;
}
.more.bg div {
  color: #fff;
  position: relative;
  z-index: 99;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: #F50;
}
.more.borf {
  border-color: #fff;
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: #F50;
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: #F50;
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.more_a div {
  display: flex;
  align-items: center;
  color: #F50;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.more_a div .iconfont {
  display: block;
  font-weight: 600;
  margin-left: 0.375rem;
  font-size: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover div .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.title {
  color: #393939;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.125rem;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.leftimg_righttext > li:nth-child(even) .left {
  order: 2;
}
.leftimg_righttext > li:nth-child(even) .right {
  order: 1;
}
.fixright_li_last {
  display: none;
  cursor: pointer;
}
.fixright_li_last > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #F50;
  border-radius: 50%;
}
.ptb {
  padding: 6.25rem 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}
.sjj_nav.white {
  background: #fff;
}
.sjj_nav.white .top {
  background: #fff;
}
.sjj_nav.white .bot > li > div > a {
  color: #353535;
}
.sjj_nav.white .bot > li .list .left a {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}
.sjj_nav.white .top .fr img {
  filter: brightness(1) invert(1);
  opacity: 0.8;
}
.index_one {
  background: linear-gradient(180deg, rgba(153, 204, 51, 0.1) 0%, rgba(153, 204, 51, 0) 100%);
}
.index_one ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_one ul li {
  position: relative;
  width: 25%;
}
.index_one 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;
}
.index_one ul li:hover .name {
  color: #F50;
}
.index_one ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 3.25rem;
  background: #D0D0D0;
} 
.index_one ul li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 3.25rem;
  background: #D0D0D0;
}
.index_one ul li a {
  display: flex;
  padding: 1rem;
}
.index_one ul li a .icon {
  width: 3.75rem;
}
.index_one ul li a .icon img {
  width: 100%;
  height: 3.75rem;
}
.index_one ul li a .con {
  width: calc(100% - 3.75rem);
  padding-left: 1.25rem;
}
.index_one ul li a .name {
  color: #212121;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 0.25rem;
}
.index_one ul li a .text {
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  height: 3rem;
}
.index_two .content {
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 0 15px 5px rgba(255, 85, 0, 0.05);
  display: flex;
  margin-top: 2.1875rem;
}
.index_two .content .left {
  width: 22.5rem;
  padding: 2.75rem 0;
  border-right: 1px solid #E9E9E9;
}
.index_two .content .left ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_two .content .left ul li {
  flex: 1;
}
.index_two .content .left ul li:hover a {
  color: #F50;
}
.index_two .content .left ul li.active a {
  color: #fff;
}
.index_two .content .left ul li.active a::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content .left ul li a {
  position: relative;
  z-index: 9;
  height: 100%;
  display: flex;
  align-items: center;
  color: #191919;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 0 1.0625rem 0 1.25rem;
}
.index_two .content .left ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #FFB957 0%, #F50 100%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  z-index: -1;
}
.index_two .content .left ul li a div {
  width: 90%;
}
.index_two .content .left ul li a .icon {
  width: 1.375rem;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: right;
  height: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  opacity: 0;
}
.index_two .content .left ul li.active a .icon  {
  opacity: 1;
}
.index_two .content .right {
  width: calc(100% - 22.5rem);
  padding: 2rem 2rem 2rem 4rem;
}
.index_two .content .right .name {
  color: #212121;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.index_two .content .right .text {
  margin: 0.625rem 0 2.8125rem;
}
.index_two .content .right .flex2 {
  justify-content: flex-start;
}
.index_two .content .right .flex2 .more:not(:last-child) {
  margin-right: 1.25rem;
}
.index_three .margin {
  margin-top: 3.75rem;
}
.margin .swiper-button-next {
  right: -7rem;
}
.margin .swiper-button-prev {
  left: -7rem;
}
.squera_pro {
  border: 1px solid rgba(255, 85, 0, 0.15);
}
.squera_pro:hover a .over img {
  transform: scale(1.1);
}
.squera_pro a {
  background: #fff;
  padding: 2rem 1.75rem;
  position: relative;
  z-index: 99;
  z-index: 9;
}
.squera_pro a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #FFB957 0%, #F50 100%);
  z-index: -2;
  opacity: 0;
}
.squera_pro a::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  background: #fff;
  z-index: -1;
  opacity: 0;
}
.squera_pro .img img {
  /*height: 11rem;*/
  object-fit: contain;
  /*padding: 1rem;*/
}
.squera_pro .name {
  color: #212121;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;  
  height: 3rem;
}
.squera_pro  {
    height: auto;
}
.squera_pro >a {
    height: 100%;
}
.squera_pro .tags {
  border-radius: 0.1875rem;
  background: rgba(255, 85, 0, 0.05);
  line-height: 2.375rem;
  padding: 0 1.125rem;
  color: #F50;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  margin-top: 0.5rem;
}
.squera_pro .img {
  margin-top: 1.25rem;
}
.squera_pro:hover a::before,
.squera_pro:hover a::after {
  opacity: 1;
}
.index_four {
  background: linear-gradient(180deg, rgba(153, 204, 51, 0.1) 0%, rgba(153, 204, 51, 0) 100%);
}
.index_four .left .margin {
   margin: 1rem 0 3.125rem;
    max-height: 20rem;
            overflow-y: scroll;
}

.index_four .left .margin::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background-color: transparent;
    width: 4px;
    height: 164px;
    position: absolute;
}

.index_four .left .margin::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.index_four .left .margin::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    display: block;
    width: 10px;
    height: 35px;
    background: #F50;
}

.index_four .left ul {
  width: calc(100% + 25rem);
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 0 15px 5px rgba(153, 204, 51, 0.1);
  position: relative;
  z-index: 9;
  margin-top: 5rem;
}
.index_four .left ul li {
  padding: 2.5rem 0;
  position: relative;
}
.index_four .left ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 3.125rem;
  background: #D9D9D9;
  left: 0;
}
.index_four .left ul li .text {
  color: #5D5D5D;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  text-transform: capitalize;
}
.index_four .left ul li .num sub,
.index_four .left ul li .num sup {
  font-size: 1.25rem;
  color: #F50;
}
.index_four .left ul li .num span {
  font-size: 2.5rem;
  color: #F50;
}
.index_five .squera_news a img {
  height: 17.3125rem;
  object-fit: cover;
}
.index_five .swiper-container {
  padding: 1.875rem var(--container) 0;
  /*-webkit-mask: -webkit-linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);*/
  /*mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);*/
}
.index_five .swiper-slide {
  transform: scale(0.9);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .swiper-slide.swiper-slide-active {
  padding: 0 1rem;
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .flex {
  margin-top: 2.8125rem;
  justify-content: center;
}
.index_five .flex .swiper_btn {
  margin: 0 0.75rem;
  position: static;
}
.squera_news:hover a .over img {
  transform: scale(1.1);
}
.squera_news:hover a .name {
  color: #F50;
}
.squera_news a {
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 0 15px 5px rgba(255, 85, 0, 0.05);
  padding: 0.5rem;
}
.squera_news a .content {
  padding: 1.125rem 1.5rem 2.8125rem;
}
.squera_news a .name {
  color: #2F2F2F;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.1875rem;
  font-weight: 600;
}
.squera_news a .text {
  color: #393939;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 0.25rem 0 1.25rem;
}
.squera_news a .data {
  justify-content: space-between;
}
.squera_news a .data p {
  color: #4d4d4d;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.index_six .container>div {
    width: 50%;
}
.index_six {
  background: url(../img/8.png) no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 4.375rem 0;
}
.index_six .tel {
  display: flex;
  align-items: center;
  color: #5D5D5D;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 1.125rem 0 0.625rem;
}
.index_six .tel .icon {
  background: linear-gradient(270deg, #FFB957 0%, #F50 100%), #D9D9D9;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
}
.index_seven  .more {
    margin: 0 auto;
}
.index_six .tel .icon .iconfont {
  color: #fff;
  display: block;
  font-size: 1.25rem;
}
.index_six .text {
  color: #5D5D5D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.index_six .flex2 {
  justify-content: flex-start;
}
.index_six .flex2 .more:not(:last-child) {
  margin-right: 1.25rem;
}
.index_seven {
  background: linear-gradient(180deg, rgba(153, 204, 51, 0.1) 0%, rgba(153, 204, 51, 0) 100%);
}
.index_seven .left a {
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 0 15px 5px rgba(255, 85, 0, 0.05);
}
.index_seven .name {
  color: #2F2F2F;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.1875rem;
}
.index_seven .text {
  color: #454545;
}
.index_seven .data {
  color: #454545;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 0.625rem 0 1rem;
  display: flex;
  align-items: center;
}
.index_seven .data .iconfont {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.index_seven .more_a {
  margin-top: 1.5625rem;
}
.index_seven .left:hover .over img {
  transform: scale(1.1);
}
.index_seven .left:hover .name {
  color: #F50;
}
.index_seven .left .content {
  background: #fff;
  padding: 2.375rem 2.25rem 3.25rem;
}
.index_seven .mt40.row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.index_seven .mt40.row > div {
  padding: 0 1.25rem;
}
.index_seven .right ul {
  margin: 0 -1.125rem;
}
.index_seven .right ul li {
  padding: 0 1.125rem;
}
.index_seven .right ul li:nth-child(1),
.index_seven .right ul li:nth-child(2) {
  margin-bottom: 2.4rem;
}
.index_seven .right ul li a {
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 0 15px 5px rgba(255, 85, 0, 0.05);
}
.index_seven .right ul li:hover .over img {
  transform: scale(1.1);
}
.index_seven .right ul li:hover .name {
  color: #F50;
}
.index_seven .right ul li .content {
  background: #fff;
  padding: 1.5625rem 1.875rem 1.25rem;
}
footer {
  background: #404040;
  border-top: 0.375rem solid #F50;
  padding: 5.4375rem 0 2.8125rem;
}
footer .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
footer .left {
  width: 26%;
}
footer .left ul li {
  display: flex;
  align-items: flex-start;
}
footer .left ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}
footer .left ul li .icon {
  width: 2rem;
  text-align: center;
  line-height: 1.5rem;
}
footer .left ul li .icon .iconfont {
  font-size: 1.125rem;
  color: #fff;
}
footer .left ul li .con {
  width: calc(100% - 2rem);
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
footer .text {
  color: #FFF;
  font-size: 1rem;
  line-height: 1.5rem;
}
footer .center {
  width: calc(11.375rem * 2);
  padding-left: 2rem;
}
footer .center ul {
  display: flex;
  justify-content: center;
  margin: 0 -1rem;
}
footer .center ul li {
  padding: 0 1rem;
  width: 11.375rem;
}
footer .center ul li img {
  width: 100%;
}
footer .center ul li .text {
  margin-top: 1rem;
}
footer .center ul li .text a {
    color: #fff;
}
footer .center ul li .text a:hover {
    color: #f50;
}
footer .right {
  width: calc(100% - 11.375rem * 2 - 26%);
  padding-left: 2.875rem;
}
footer .right ul {
  display: flex;
  justify-content: space-between;
}
footer .right ul li .text {
  line-height: 1.375rem;
  font-weight: 400;
}
footer .right ul li a.text {
    margin-bottom: 0.75rem;
}
footer .right ul li .text:hover {
  color: #F50;
}
footer .flex {
  align-items: flex-start;
}
.beian {
  background: #404040;
  padding: 1.375rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
  line-height: 1.875rem;
}
.beian .right ul {
  display: flex;
}
.beian .right li {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1;
}
.beian .right li:hover a {
  background: #F50;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.beian .right li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 50%;
}
.beian .right li:not(:last-child) {
  margin-right: 0.9375rem;
}
.beian .right li:last-child {
  margin-right: 0;
}
.beian .right li a {
  line-height: 1.75rem;
  font-size: 0.875rem;
}
.asjx1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.asjx1 i {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0%;
  z-index: -1;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
  -moz-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
  -o-animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
  animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
}
.asjx1 i img {
  width: 100%;
  -webkit-filter: blur(6.25rem);
  filter: blur(6.25rem);
  opacity: 0.65;
}
@media (max-width: 768px) {
  .asjx1 i img {
    opacity: 0.75;
  }
}
.asjx1 i:nth-child(1) {
  width: 25%;
  bottom: 0;
  left: -10%;
  height: auto;
  -webkit-animation: gradientMove 5s infinite alternate;
  -moz-animation: gradientMove 5s infinite alternate;
  -o-animation: gradientMove 5s infinite alternate;
  animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .asjx1 i:nth-child(1) {
    width: 50%;
  }
}
.asjx1 i:nth-child(2) {
  width: 30%;
  left: 45%;
  -webkit-animation: gradientMove1 5s infinite alternate;
  -moz-animation: gradientMove1 5s infinite alternate;
  -o-animation: gradientMove1 5s infinite alternate;
  animation: gradientMove1 5s infinite alternate;
}
@media (max-width: 768px) {
  .asjx1 i:nth-child(2) {
    width: 65%;
  }
}
.asjx1 i:nth-child(3) {
  width: 50%;
  left: 15%;
  -webkit-animation: gradientMove 5s infinite alternate;
  -moz-animation: gradientMove 5s infinite alternate;
  -o-animation: gradientMove 5s infinite alternate;
  animation: gradientMove 5s infinite alternate;
}
@media (max-width: 768px) {
  .asjx1 i:nth-child(3) {
    width: 80%;
  }
}
@-webkit-keyframes gradientMove {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15%);
    transform: translate(15%);
  }
  50% {
    -webkit-transform: translate(30%, 20%);
    transform: translate(30%, 20%);
  }
  75% {
    -webkit-transform: translate(15%);
    transform: translate(15%);
  }
}
@-moz-keyframes gradientMove {
  0% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -moz-transform: translate(15%);
    transform: translate(15%);
  }
  50% {
    -moz-transform: translate(30%, 20%);
    transform: translate(30%, 20%);
  }
  75% {
    -moz-transform: translate(15%);
    transform: translate(15%);
  }
}
@-o-keyframes gradientMove {
  0% {
    -o-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -o-transform: translate(15%);
    transform: translate(15%);
  }
  50% {
    -o-transform: translate(30%, 20%);
    transform: translate(30%, 20%);
  }
  75% {
    -o-transform: translate(15%);
    transform: translate(15%);
  }
}
@keyframes gradientMove {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15%);
    -moz-transform: translate(15%);
    -o-transform: translate(15%);
    transform: translate(15%);
  }
  50% {
    -webkit-transform: translate(30%, 20%);
    -moz-transform: translate(30%, 20%);
    -o-transform: translate(30%, 20%);
    transform: translate(30%, 20%);
  }
  75% {
    -webkit-transform: translate(15%);
    -moz-transform: translate(15%);
    -o-transform: translate(15%);
    transform: translate(15%);
  }
}
@-webkit-keyframes gradientMove1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
  50% {
    -webkit-transform: translate(20%, -20%);
    transform: translate(20%, -20%);
  }
  75% {
    -webkit-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
}
@-moz-keyframes gradientMove1 {
  0% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -moz-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
  50% {
    -moz-transform: translate(20%, -20%);
    transform: translate(20%, -20%);
  }
  75% {
    -moz-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
}
@-o-keyframes gradientMove1 {
  0% {
    -o-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -o-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
  50% {
    -o-transform: translate(20%, -20%);
    transform: translate(20%, -20%);
  }
  75% {
    -o-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
}
@keyframes gradientMove1 {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10%, -10%);
    -moz-transform: translate(10%, -10%);
    -o-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
  50% {
    -webkit-transform: translate(20%, -20%);
    -moz-transform: translate(20%, -20%);
    -o-transform: translate(20%, -20%);
    transform: translate(20%, -20%);
  }
  75% {
    -webkit-transform: translate(10%, -10%);
    -moz-transform: translate(10%, -10%);
    -o-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
  }
}
.list_news_two .name,
.list_news .name {
  color: #2F2F2F;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.1875rem;
}
.list_news_two .text,
.list_news .text {
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400; 
  line-height: 1.875rem;
  margin: 1rem 0 1.875rem;
}
.list_news_two .data,
.list_news .data {
  display: flex;
  align-items: center;
  color: #A2A2A2;
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.875rem;
}
.list_news_two .data .iconfont,
.list_news .data .iconfont {
  margin-right: 0.625rem;
  font-size: 1.125rem;
}
.bgf {
  background: #fff;
}
.list_news_two .ul li {
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 0 15px 5px rgba(255, 85, 0, 0.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 0.5rem;
  margin-bottom: 3.125rem;
}
.list_news_two .ul li .right {
  padding-right: 5rem;
}
.list_news_two .ul li:hover {
  box-shadow: 0 0 15px 5px rgba(255, 85, 0, 0.08);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news_two .ul li:hover .over img {
  transform: scale(1.1);
}
.list_news_two .ul li:hover .right .name {
  color: #F50;
}
.list_news .swiper-button-disabled {
  pointer-events: all !important;
}
.list_news .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.list_news .swiper-slide:hover .name {
  color: #F50;
}
.list_news .flex {
  position: absolute;
  bottom: 5rem;
  left: 0;
}
.list_news .flex .swiper_btn {
  position: static;
  margin-top: 0;
}
.list_news .flex .swiper_btn:first-child {
  margin-right: 1.5rem;
}
.list_news .left {
  padding-top: 2.125rem;
}
.show_news {
  padding: 4.375rem 0;
}
.show_news .name {
  color: #2F2F2F;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.125rem;
}
.show_news .data {
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.875rem;
}
.show_news .data i {
  margin: 0 0.875rem;
}
.show_news_two {
  padding-top: 3.125rem;
}
.show_news_two .left img {
  width: 100%;
}
.show_news_two .text {
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem; 
}
.show_news_two .shangxia {
  padding-top: 2.8125rem;
  margin-top: 2.8125rem;
  border-top: 1px solid #E8E8E8;
  color: #787878;
  font-size: 1rem;
  line-height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.show_news_two .shangxia a {
  color: #787878;
}
.show_news_two .shangxia a:hover {
  color: #F50;
}
.show_news_two .shangxia .l {
  width: calc(100% - 12.5rem);
}
.show_news_two .shangxia .r {
  text-align: right;
  width: 12.5rem;
}
.show_news_two .right {
  padding-left: 3.75rem;
}
.show_news_two .right .name {
  color: #474747;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
.show_news_two .right .top,
.show_news_two .right .bot {
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 0 15px 5px rgba(255, 85, 0, 0.05);
  padding: 1.875rem 1.75rem;
}
.show_news_two .right .top {
  margin-bottom: 2.1875rem;
}
.show_news_two .right .top ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.show_news_two .right .top ul li:hover p {
  color: #F50;
}
.show_news_two .right .top ul li div {
  color: #BABABA;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_news_two .right .top ul li p {
  color: #282828;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_news_two .right .bot ul li div {
  border: 1px solid #F3F3F3;
}
.show_news_two .right .bot ul li p {
  color: #212121;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.75rem;
}
.show_news_two .right .bot ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.show_news_two .right .bot ul li .over img {
  height: 10rem;
  padding: 1rem;
  object-fit: contain;
}
.show_news_two .right .bot ul li:hover p {
  color: #F50;
}
.show_news_two .right .bot ul li:hover .over {
  border-color: #F50;
}
.list_contact .left {
  padding-right: 3.125rem;
}
.list_contact .text {
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 0.75rem 0 1rem;
}
.list_contact .t li {
  display: flex;
  align-items: center;
}
.list_contact .t li:not(:last-child) {
  margin-bottom: 1rem;
}
.list_contact .t li .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(270deg, #FFB957 0%, #F50 100%);
  box-shadow: 0 4px 4px rgba(255, 121, 31, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact .t li .icon img {
  width: 1.5rem;
  height: 1.5rem;
}
.list_contact .t li .con {
  width: calc(100% - 3rem);
  padding-left: 1.25rem;
  color: #2F2F2F;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.list_contact .ewm {
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
}
.list_contact .ewm li {
  display: flex;
  align-items: center;
  color: #7B7B7B;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_contact .ewm li:not(:last-child) {
  margin-right: 0.625rem;
}
.list_contact .ewm li p {
  width: calc(100% - 7.75rem);
  padding-left: 0.75rem;
}
.list_contact .ewm li .img img {
  width: 7.75rem;
}
.list_message .content {
  border-top: 0.1875rem solid #F50;
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.list_message .content .left {
  width: 31.25rem;
}
.list_message .content .left img {
  height: 40.125rem;
  object-fit: cover;
  width: 100%;
}
.list_message .content .right {
  width: calc(100% - 31.25rem);
  padding: 0 2.1875rem;
}
.list_message .content .right input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid rgba(169, 169, 169, 0.5);
  line-height: 3.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #7B7B7B;
}
.list_message .content .right form img {
  height: 3.75rem;
  object-fit: cover;
}
.list_message .content .right textarea {
  width: 100%;
  display: block;
  height: 11.5625rem;
  border-radius: 3px;
  border: 1px solid rgba(169, 169, 169, 0.5);
  line-height: 1.75rem;
  padding: 1rem 1.25rem;
}
.list_service .content {
  width: 46.5rem;
  margin: 0 auto;
  margin-top: 5.5rem;
}
.list_service .content .img2 {
  width: 100%;
  display: block;
}
.list_service .content .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_service .content .img3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26.8125rem;
  height: 26.8125rem;
  border-radius: 50%;
  object-fit: cover;
}
.list_service .content .img1 {
  width: 39rem;
  height: 39rem;
  animation: yuan 20s infinite linear;
  margin: 0 auto;
}
@keyframes yuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.list_service ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.list_service ul li {
  position: absolute;
}
.list_service ul li a {
  display: flex;
  align-items: center;
}
.list_service ul li:hover .con div {
  color: #F50;
}
.list_service 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_service ul li:nth-child(1) .icon,
.list_service ul li:nth-child(2) .icon,
.list_service ul li:nth-child(3) .icon {
  order: 2;
}
.list_service ul li:nth-child(1) .con,
.list_service ul li:nth-child(2) .con,
.list_service ul li:nth-child(3) .con {
  order: 1;
  text-align: right;
  padding-right: 2.1875rem;
  padding-left: 0;
}
.list_service ul li:nth-child(1) {
  top: 0;
  left: -18%;
}
.list_service ul li:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  left: -38%;
}
.list_service ul li:nth-child(3) {
  bottom: 0;
  left: -18%;
}
.list_service ul li:nth-child(4) {
  top: 0;
  right: -23%;
}
.list_service ul li:nth-child(5) {
  top: 50%;
  transform: translateY(-50%);
  right: -38%;
}
.list_service ul li:nth-child(6) {
  bottom: 0;
  right: -18%;
}
.list_service ul li .icon {
  box-shadow: 0 0 10px rgba(10, 140, 56, 0.15);
  width: 7.0625rem;
  height: 7.0625rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.list_service ul li .icon img {
  width: 3.75rem;
  height: 3.75rem;
}
.list_service ul li .con {
  width: calc(100% - 7.0625rem);
  padding-left: 2.1875rem;
  width: 14.1875rem;
}
.list_service ul li .con div {
  color: #363636;
  font-size: 1.25rem;
  line-height: 1.875rem;
  white-space: nowrap;
}
.list_service ul li .con p {
  color: #5D5D5D;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_qa .ul {
  margin-top: 2.5rem;
}
.list_qa .ul li:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.list_qa .ul li.active .bot {
  height: auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_qa .ul li.active .top div {
  color: #fff;
}
.list_qa .ul li.active .top p .iconfont {
  color: #fff;
  transform: rotate(180deg);
}
.list_qa .ul li.active .top::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_qa .ul li .top {
  display: flex;
  align-items: center;
  position: relative;
  height: 6.25rem;
  padding: 0 3.125rem 0 2.1875rem;
  background: #fff;
  z-index: 9;
  box-shadow: 0 0 0.9375rem 5px rgba(255, 85, 0, 0.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_qa .ul li .top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  background: linear-gradient(270deg, #FFB957 0%, #F50 100%);
  z-index: -1;
}
.list_qa .ul li .top div {
  width: 80%;
  color: #282828;
  font-size: 1.5rem;
  line-height: 2.1875rem;
}
.list_qa .ul li .top p {
  width: 20%;
  text-align: right;
}
.list_qa .ul li .top p .iconfont {
  display: inline-block;
  font-size: 1.25rem;
  color: #5E5E5E;
}
.list_qa .ul li .bot {
  color: #5D5D5D;
  font-size: 1rem;
  line-height: 1.875rem;
  height: 0;
  overflow: hidden;
}
.list_qa .ul li .bot .text {
  padding: 2.25rem 2.1875rem;
  text-align: justify;
}
.list_cpsc .ul li {
  background: url(../img/17.png) no-repeat;
  background-size: cover;
  padding: 0 1.25rem;
}
.list_cpsc .ul li:hover .a .name {
  color: #F50;
}
.list_cpsc .ul li .a {
  padding: 5.5rem 1.75rem 1rem;
}
.list_cpsc .ul li .a .img {
  position: absolute;
  bottom: 1.25rem;
  right: 0.5rem;
}
.list_cpsc .ul li .a .img img {
  height: 5.9375rem;
}
.list_cpsc .ul li .a .name {
  color: #2F2F2F;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_cpsc .ul li .a .flex {
  justify-content: flex-start;
  margin-top: 1.5rem;
  padding-bottom: 2rem;
  color: #A2A2A2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_cpsc .ul li .a .flex .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 0.875rem;
  z-index: 9;
}
.list_cpsc .ul li .a .flex .icon:hover::before {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_cpsc .ul li .a .flex .icon:hover img {
  filter: brightness(0) invert(1);
}
.list_cpsc .ul li .a .flex .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #FFB957 0%, #F50 100%);
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
  transform: scale(0);
}
.list_cpsc .ul li .a .flex .icon img {
  width: 1.5rem;
  height: 1.5rem;
}
.list_software .ul {
  margin-top: 2.8125rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.list_software .ul li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.list_software .ul li:hover .a .name {
  color: #F50;
}
.list_software .ul li .a {
  padding: 2.8125rem 2.8125rem 1.5625rem;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 0 15px 5px rgba(255, 85, 0, 0.05);
}
.list_software .ul li .a .name {
  position: relative;
  padding-left: 1rem;
  color: #2F2F2F;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_software .ul li .a .name::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  width: 0.1875rem;
  height: 1.25rem;
  background: #F50;
}
.list_software .ul li .a .center {
  display: flex;
  align-items: center;
  margin: 1rem 0 1.5rem;
}
.list_software .ul li .a .center div {
  width: calc(100% - 3rem);
  padding-right: 2rem;
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_software .ul li .a .last {
  display: flex;
  color: #A2A2A2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list_software .ul li .a .last img {
  height: 1.5rem;
  margin-right: 0.625rem;
}
.list_software .ul li .a .last > div {
  display: flex;
  align-items: center;
}
.list_software .ul li .a .last > div:not(:last-child) {
  margin-right: 3.125rem;
}
.list_software .ul li .icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 0.875rem;
  z-index: 9;
}
.list_software .ul li .icon:hover::before {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_software .ul li .icon:hover img {
  filter: brightness(0) invert(1);
}
.list_software .ul li .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #FFB957 0%, #F50 100%);
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
  transform: scale(0);
}
.list_software .ul li .icon img {
  width: 1.5rem;
  height: 1.5rem;
}
.list_video .ul {
  margin: 2.8125rem -1.25rem 0;
}
.list_video .ul li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.list_video .ul li:hover .hover img {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_video .ul li:hover .over img {
  transform: scale(1.1);
}
.list_video .ul li:hover .name {
  color: #F50;
}
.list_video .ul li > div {
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 0 15px 5px rgba(255, 85, 0, 0.05);
}
.list_video .ul li .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_video .ul li .hover img {
  height: 3.4375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_video .ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_video .ul li .name {
  color: #2F2F2F;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
.list_about > img {
  height: 39.0625rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.list_about .text {
  margin: 1.25rem 0 3.75rem; 
  font-weight: 400;
}
.list_about .text p.MsoNormal:nth-child(4), 
.list_about .text p.MsoNormal:nth-child(3) {
  width: 78%;
}
.list_about .number_ul {
  flex-wrap: wrap;
  width: 48%;
}
.list_about .number_ul li {
  flex: none;
  text-align: left;
}
.list_about .number_ul li:nth-child(1),
.list_about .number_ul li:nth-child(2) {
  margin-bottom: 2.125rem;
}
.list_about .number_ul .text {
  color: #5D5D5D;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin: 0.375rem 0 0;
}
.ta .more{
    margin: 0 auto;
}
.list_about .number_ul span,
.list_about .number_ul sub,
.list_about .number_ul sup {
  font-size: 4rem !important;
  color: #F50 !important;
}
.list_about_two .ul {
  margin: 2.5rem -1.25rem 0;
}
.list_about_two .ul li {
  padding: 0 1.25rem;
}
.list_about_two .ul li:hover > div {
  box-shadow: 0 0 15px 5px rgba(153, 204, 51, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .ul li:hover > div .name {
  color: #F50;
}
.list_about_two .ul li:hover > div .tx {
  border: 1px solid #99cc33;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .ul li:hover > div .tx img {
  transform: scale(1.1);
}
.list_about_two .ul li > div {
  background: #fff;
  border: 1px solid #E9E9E9;
  box-shadow: 0 0 15px 5px rgba(153, 204, 51, 0.05);
  padding: 2.4375rem 2rem 2.8125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .ul li > div .tx {
  border: 1px solid rgba(153, 204, 51, 0.3);
  padding: 0.75rem;
  border-radius: 50%;
  overflow: hidden;
  width: 12.8125rem;
  height: 12.8125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: 0 auto;
}
.list_about_two .ul li > div .tx .over {
  border-radius: 50%;
}
.list_about_two .ul li > div .tx img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_about_two .ul li > div .name {
  color: #2F2F2F;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 1.5625rem;
}
.list_about_two .ul li > div .text {
  color: #5D5D5D;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 0.9375rem;
}
.list_abuot_three {
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.list_abuot_three .container {
  z-index: 9;
  position: relative;
}
.list_abuot_three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/27.png) no-repeat;
  z-index: 2;
}
.list_abuot_three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(153, 204, 51, 0.1) 0%, rgba(153, 204, 51, 0) 100%);
  z-index: 1;
}
.list_abuot_three .pr_before {
  margin-top: 3.4375rem;
}
.list_abuot_three .pr_before::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(153, 204, 51, 0.3);
}
.list_abuot_three .swiper_btn {
  top: 50%;
  transform: translateY(-50%);
}
.list_abuot_three .swiper-button-next {
  right: -3.2rem;
  margin-top: 0;
}
.list_abuot_three .swiper-button-prev {
  left: -3.2rem;
  margin-top: 0;
}
.list_abuot_three .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.list_abuot_three .swiper-slide > div {
  height: 15.625rem;
}
.list_abuot_three .swiper-slide:nth-child(odd) .top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.list_abuot_three .swiper-slide:nth-child(even) .text {
  order: 1;
  display: flex;
  align-items: flex-end;
}
.list_abuot_three .swiper-slide:nth-child(even) .text div {
  padding: 0 0 1.5rem 0;
}
.list_abuot_three .swiper-slide:nth-child(even) .top {
  order: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.list_abuot_three .swiper-slide:nth-child(even) .top > div {
  display: flex;
  flex-wrap: wrap;
}
.list_abuot_three .swiper-slide:nth-child(even) .top > div .year {
  order: 2;
  margin: 1.375rem auto 0;
}
.list_abuot_three .swiper-slide:nth-child(even) .top > div .xian {
  order: 1;
  width: 100%;
}
.list_abuot_three .swiper-slide:nth-child(even) .top > div .xian::before {
  top: 0;
  bottom: 0;
}
.list_abuot_three .swiper-slide:nth-child(even) .top > div .xian div {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.list_abuot_three .swiper-slide .top {
  margin: 0 auto;
}
.list_abuot_three .swiper-slide .top .year {
  width: 6.125rem;
  height: 6.125rem;
  box-shadow: 0 0 15px rgba(255, 85, 0, 0.05);
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F50;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  border-radius: 50%;
  margin: 0 auto 1.375rem;
  background: #fff;
}
.list_abuot_three .swiper-slide .top .xian {
  width: 1.25rem;
  height: 7.9375rem;
  position: relative;
  margin: 0 auto;
}
.list_abuot_three .swiper-slide .top .xian::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(153, 204, 51, 0.3);
  width: 1px;
  height: calc(100% - 1rem);
}
.list_abuot_three .swiper-slide .top .xian div {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: rgba(255, 85, 0, 0.6);
  position: relative;
  margin: 0 auto;
}
.list_abuot_three .swiper-slide .top .xian div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F50;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
}
.list_abuot_three .swiper-slide .text {
  text-align: center;
  font-weight: 400;
  line-height: 1.5rem;
}
.list_abuot_three .swiper-slide .text div {
  padding-top: 1.5rem;
}
.list_about_four .hover {
  position: absolute;
  top: 12.5rem;
  left: 0;
  width: 100%;
}
.list_about_four .hover .text {
     margin: 1.25rem 0 1.875rem;
    color: #2F2F2F;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    width: 50%;
}
.list_about_five {
  background: #fff;
}
.list_about_five .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
}
.list_about_five .text {
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 1.25rem 0 2rem;
}
.list_about_five .name {
  color: #A2A2A2;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.875rem;
}
.list_about_five .swiper-slide-active .name {
  color: #5D5D5D;
  font-size: 1.5rem;
}
.list_about_five .swiper_btn {
  position: static;
  margin-top: 0;
}
.list_about_five .swiper_btn:not(:last-child) {
  margin-right: 1.5625rem;
}
.list_about_five .flex2 {
  justify-content: flex-start;
}
.list_about_five .flex2 .swiper_btn {
  position: static;
  margin-top: 0;
}
.list_about_five .swiper-container {
  padding-left: calc(var(--container) / 1.5);
  height: 35rem;
}
.list_about_five .swiper-container .swiper-wrapper {
  align-items: flex-end;
}
.list_about_five .swiper-slide {
  width: 20.625rem;
  display: flex;
  align-items: flex-end;
}
.list_about_five .swiper-slide .over img {
  width: 100%;
  height: 14.6875rem;
  object-fit: cover;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_five .swiper-slide.swiper-slide-active {
  width: 43.6875rem;
}
.list_about_five .swiper-slide.swiper-slide-active .over img {
  width: 100%;
  height: 30.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_six {
  background: linear-gradient(180deg, rgba(153, 204, 51, 0.1) 0%, rgba(153, 204, 51, 0) 100%);
  position: relative;
}
.list_about_six .left {
  padding-left: 15px;
  padding-right: 15px;
}
.list_about_six .left .title {
  white-space: nowrap;
}
.list_about_six::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.list_about_six .flex2 {
  justify-content: flex-start;
}
.list_about_six .flex2 .more:not(:last-child) {
  margin-right: 1.25rem;
}
.list_about_six .text {
  margin: 2rem 0 3.125rem;
}
.list_about_six .right {
  padding-left: 5rem;
}
.channel_product .ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 ;
  border-top: 1px solid rgba(153, 204, 51, 0.3);
  margin-top: 2.625rem;
  margin-bottom: 3.4375rem;
}
.channel_product .ul li {
  flex: 1 0 0;
  color: #5D5D5D;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  height: 4rem;
  text-transform: capitalize;
  padding-top: 1rem;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.channel_product .ul li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #F50;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_product .ul li:hover {
  color: #F50;
}
.channel_product .ul li.active {
  color: #F50;
}
.channel_product .ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_product .flex2 {
  justify-content: flex-start;
}
.channel_product .flex2 .more:not(:last-child) {
  margin-right: 1.25rem;
}
.channel_product .name {
  font-size: 1.875rem;
  line-height: 2.1875rem;
  color: #2F2F2F;
}
.channel_product .text {
  margin: 1rem 0 2.8125rem;
}
.channel_product .left {
  padding-top: 3.75rem;
}
.channel_product .left > div {
  display: none;
}
.channel_product .left > div.active {
  display: block;
}
.channel_product .right .swiper-container {
  padding-right: 4.75rem;
}
.channel_product .right .swiper-slide {
  left: -4rem;
  z-index: 9 !important;
}
.channel_product .right .swiper-slide .over {
  transform: scale(0.8);
  border: 1px solid #E9E9E9;
  transform-origin: left;
  opacity: 0.5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_product .right .swiper-slide .over img {
  opacity: 0;
}
.channel_product .right .swiper-slide.swiper-slide-active {
  z-index: 11 !important;
  left: 0;
}
.channel_product .right .swiper-slide.swiper-slide-active .over {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_product .right .swiper-slide.swiper-slide-active .over img {
  opacity: 1;
}
.channel_product .right .swiper-slide.swiper-slide-prev {
  left: -2rem;
  z-index: 10 !important;
}
.channel_product .right .swiper-slide.swiper-slide-prev .over {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(0.9);
  opacity: 0.8;
}
.channel_product .right .over {
  padding: 0;
  background: #fff;
}
.channel_product_two {
  background: #fff;
  position: relative; 
}
.list_aftersales .text.ta {
  color: #5D5D5D;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 1.5rem;
}
.list_aftersales .ul {
  margin-top: 3.75rem;
}
.list_aftersales .ul li .icon {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  margin: 0 auto;
  background: linear-gradient(270deg, #FFB957 0%, #F50 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_aftersales .ul li .icon img {
  width: 2.875rem;
  height: 2.875rem;
}
.list_aftersales .ul li .name {
  color: #2F2F2F;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.6875rem;
  margin: 1.875rem 0 1rem;
}
.list_aftersales .ul li .text {
  color: #5D5D5D;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_aftersales_two .content {
  border-top: none;
}
.list_aftersales_two .content .right {
  width: 100%;
  padding: 0;
}
.list_baoxiu .img {
  margin-bottom: 3rem;
}
.list_baoxiu .font20 {
  color: #2B2B2B;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0.875rem 0 1.875rem;
  font-weight: 400;
}
.list_baoxiu .text {
  text-align: justify;
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_baoxiu .text > div:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.list_baoxiu .text p {
  color: #2B2B2B;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.list_baoxiu .tips {
  margin-top: 2.5rem;
  color: #5D5D5D;
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_product .ul {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(153, 204, 51, 0.3);
  margin-top: 2.625rem;
  margin-bottom: 3.4375rem;
}
.list_product .ul li {
  flex: 1 0 0;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  padding-top: 1rem;
  position: relative;
  cursor: pointer;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_product .ul li a {
  color: #5D5D5D;
}
.list_product .ul li::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #F50;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul li:hover a {
  color: #F50;
}
.list_product .ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul li.active a {
  color: #F50;
}
.list_product .flex2 {
  justify-content: flex-start;
}
.list_product .flex2 .more:not(:last-child) {
  margin-right: 1.25rem;
}
.list_product .ul2 {
  margin: 0 -1.25rem;
}
.list_product .ul2 li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.list_product .ul2 li .text {
  font-weight: 400;
}
.list_product .ul2 li:hover > div {
  box-shadow: 0 0 15px 5px rgba(255, 85, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul2 li:hover > div img {
  transform: scale(1.1);
}
.list_product .ul2 li:hover > div .content .name2,
.list_product .ul2 li:hover > div .content .name {
  color: #F50;
}
.list_product .ul2 li > div {
  background: #fff;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 0 15px 5px rgba(255, 85, 0, 0.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul2 li > div .over {
  padding: 2rem;
  border-bottom: 1px solid #E9E9E9;
}
.list_product .ul2 li > div .over img {
  height: 18rem;
  object-fit: contain;
}
.list_product .ul2 li > div .content {
  padding: 1.5625rem 2.1875rem 2.625rem;
}
.list_product .ul2 li > div .content .name {
  color: #232323;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding-bottom: 0.5rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
}
.list_product .ul2 li > div .content .name2 {
  color: #232323;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding-top: 0.5rem;
  position: relative;
  margin-top: 0.625rem;
}
.list_product .ul2 li > div .content .name2::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 1.625rem;
  height: 0.1875rem;
  background: #F50;
}
.list_product .ul2 li > div .content .text {
  margin: 1.25rem 0;
}
.list_fwcx .font20 {
  color: #2B2B2B;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin: 0.875rem 0 1.875rem;
}
.list_fwcx ul li {
  background: #FFF;
  box-shadow: 0 0 15px 15px rgba(255, 198, 45, 0.05);
}
.list_fwcx ul li:not(:last-child) {
  margin-bottom: 3rem;
}
.list_fwcx ul li .name {
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
  background: linear-gradient(270deg, #FFB957 0%, #F50 100%);
}
.list_fwcx ul li.list1 .img {
  margin: 0 6.875rem;
}
.list_fwcx ul li.list2 .w100 {
  width: 15rem;
  height: 26.25rem;
  object-fit: contain;
}
.list_fwcx ul li.list2 .img {
  margin: 0 1.875rem;
  padding-bottom: 5rem;
}
.list_fwcx ul li.list2 .text {
  text-align: center;
}
.list_fwcx ul li.list2 .text .icon {
  margin: 1.25rem 0 1rem;
}
.list_fwcx ul li.list2 .text .icon img {
  width: 1.5rem;
}
.list_fwcx ul li.list3 .img {
  margin: 0 5.625rem 0 3.75rem;
}
.list_fwcx ul li.list3 .r2 img {
  height: 17.75rem;
}
.list_fwcx ul li.list3 .name2 {
  color: #2B2B2B;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_fwcx ul li.list3 .icon {
  text-align: center;
  margin: 2.5rem auto;
}
.list_fwcx ul li.list3 .icon img {
  width: 6.8125rem;
  height: 6.8125rem;
}
.list_fwcx ul li.list3 .text {
  color: #5D5D5D;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_fwcx ul li .content {
  display: flex;
  justify-content: center;
  padding: 3.125rem;
  align-items: center;
}
.list_fwcx ul li .content .img img {
  height: 2.9375rem;
}
.list_fwcx ul li .content .text {
  color: #5D5D5D;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.list_fwcx ul li .content .ewm img {
  width: 15rem;
  height: 15rem;
}
.show_product .name.c {
  font-size: 1.25rem;
}
.show_product .fangdajing {
  position: absolute;
  bottom: 1.25rem;
  right: 2rem;
}
.show_product .fangdajing .iconfont {
  font-size: 1.5rem;
}
.show_product .fangdajing:focus {
  outline: none;
}
.show_product .text {
  padding: 1.25rem 0 1rem;
}
.show_product .text p {
  padding-left: 1rem;
  position: relative;
}
.show_product .text p::before {
  content: "";
  position: absolute;
  top: 0.825rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #5D5D5D;
}
.show_product .ul {
  border-top: 1px solid rgba(153, 204, 51, 0.3);
  margin-bottom: 0.625rem;
  padding-top: 1.5625rem;
  margin-left: -5px;
  margin-right: -5px;
}
.show_product .ul li {
  padding: 0 5px;
}
.show_product .ul li:hover a .con {
  color: #F50;
}
.show_product .ul li:hover a .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .ul a {
  display: flex;
  align-items: center;
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.show_product .ul a .icon {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 0.625rem 3px rgba(10, 140, 56, 0.15);
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product .ul a .icon img {
  height: 2.5rem;
}
.show_product .ul a .con {
  width: calc(100% - 3.75rem);
  padding-left: 0.75rem;
}
.show_product .ul li {
  margin-bottom: 1.25rem;
}
.show_product .contact {
  display: flex;
  align-items: center;
}
.show_product .contact > div {
  display: flex;
  align-items: center;
  color: #5D5D5D;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_product .contact > div:hover a {
  color: #F50;
}
.show_product .contact > div:not(:last-child) {
  margin-right: 2rem;
}
.show_product .contact > div img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.625rem;
}
.show_product .contact > div a {
  color: #5D5D5D;
}
.show_product .right .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product .right .l {
  width: calc(100% - 10.375rem);
}
.show_product .right .r {
  width: 9.125rem;
}
.show_product .swiper_top {
  height: 31.25rem;
  border: 1px solid #E9E9E9;
  box-shadow: 0 0 15px 5px rgba(255, 85, 0, 0.05);
  text-align: center;
}
.show_product .swiper_btn {
  background: transparent;
  width: auto;
  height: auto;
  box-shadow: none;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.show_product .swiper_btn:hover .iconfont {
  color: #F50;
}
.show_product .swiper_btn .iconfont {
  font-size: 1.5rem;
  color: #6E6E6E;
}
.show_product .swiper-button-prev {
  left: 1rem;
}
.show_product .swiper-button-next {
  right: 1rem;
}
.show_product .swiper_bot {
  height: 31.25rem;
}
.show_product .swiper_bot .swiper-slide {
  border: 1px solid #E9E9E9;
}
.show_product .swiper_bot .swiper-slide.swiper-slide-thumb-active {
  border-color: #F50;
}
.show_product .swiper_bot .swiper-slide .over {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product .swiper_bot .swiper-slide .over img {
  max-height: 80%;
  object-fit: contain;
}
.show_product_two .div1 .flex2 {
  justify-content: center;
}
.show_product_two .div1 .flex2 .swiper_btn {
  position: static;
  margin-top: 0;
  margin: 0 1rem;
}
.show_product_two .swiper_qiehuan_swiper .swiper-slide {
  height: auto;
  margin-bottom: 1.875rem;
}
.show_product_two .swiper_qiehuan_swiper .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.show_product_two .swiper_qiehuan_swiper .swiper-slide .fangdajing {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.show_product_two .swiper_qiehuan_swiper .swiper-slide .fangdajing .iconfont {
  font-size: 1.5rem;
}
.show_product_two .swiper_qiehuan_swiper .swiper-slide .over {
  border: 1px solid #ddd;
  text-align: center;
  padding: 1rem;
}
.show_product_two .swiper_qiehuan_swiper .swiper-slide .pr,
.show_product_two .swiper_qiehuan_swiper .swiper-slide .over {
  height: 100%;
}
.show_product_two .swiper_qiehuan_swiper .swiper-slide .over {
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product_two .swiper_qiehuan_swiper .swiper-slide img {
  max-height: 31.5rem;
  object-fit: contain;
}
.show_product_two .list3 ul li .over {
  text-align: center;
  border: 1px solid #ddd;
}
.show_product_two .list3 ul li .over img {
  height: 15rem;
  padding: 1rem;
}
.show_product_two .list3 ul li .name {
  font-size: 1.25rem;
  margin-top: 1rem;
  text-align: center;
  font-weight: 400;
}
.show_product_two .list3 ul li:hover .over {
  border-color: #F50;
}
.show_product_two .list3 ul li:hover .over img {
  transform: scale(1.1);
}
.show_product_two .list3 ul li:hover .name {
  color: #F50;
}
.show_product_two table tr td {
  font-size: 1.125rem;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid #D4E1FD;
  padding: 0.75rem !important;
  text-align: center;
}
.show_product_two table.leftcolor tr td:nth-child(1) {
  background: #F50;
  color: #fff;
}
.show_product_two .qiehuan {
  margin-bottom: 3.125rem;
  position: sticky;
  top: var(--header_h);
  display: flex;
  justify-content: space-between;
  background: #fff;
  z-index: 88;
}
.show_product_two .qiehuan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(153, 204, 51, 0.1) 0%, rgba(153, 204, 51, 0) 100%);
}
.show_product_two .qiehuan li {
  flex: 1;
  height: 5.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.5rem;
  position: relative;
  cursor: pointer;
}
.show_product_two .qiehuan li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 3.25rem;
  background: #D0D0D0;
}
.show_product_two .qiehuan li:hover,
.show_product_two .qiehuan li.active {
  color: #F50;
}
.show_product_two .right {
  height: 100%;
}
.show_product_two .right > div {
  border: 1px solid rgba(169, 169, 169, 0.5);
  padding: 1.8125rem 2rem;
  background: #FFF;
}
.show_product_two .right .name {
  color: #F50;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2rem;
}
.show_product_two .right ul {
  margin-top: 0.5rem;
}
.show_product_two .right ul li .name2 {
  color: #393939;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 0.875rem;
}
.show_product_two .right ul li .over img {
  height: 10.25rem;
  object-fit: contain;
}
.show_product_two .right ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.show_product_two .right ul li:hover .over img {
  transform: scale(1.1);
}
.show_product_two .right ul li:hover .name2 {
  color: #F50;
}
.show_product_two .left > div {
  display: none;
}
.show_product_two .left > div.active {
  display: block;
}
.show_product_two .left .swiper-container {
  margin-bottom: 1rem;
}
.show_product_two .left .name2 {
  color: #232323;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-top: 2.5rem;
}
.show_product_two .left .swiper-slide .icon {
  width: 7.1875rem;
  height: 7.1875rem;
  border-radius: 0.3125rem;
  margin: 0 auto;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product_two .left .swiper-slide .icon img {
  width: 6.25rem;
}
.show_product_two .left .swiper-slide .name {
  color: #393939;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0.625rem;
  line-height: 1.875rem;
}
.show_product_two .left .list2 {
  margin-top: 3.4375rem;
}
.show_product_two .left .list2 .ul {
  margin-top: 1.875rem;
}
.show_product_two .left .list2 .ul li .over {
  border: 1px solid #E0E0E0;
  background: #FFF;
}
.show_product_two .left .list2 .ul li .name3 {
  color: #393939;
  margin-top: 1.125rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.list_honor .over {
  border: 1px solid #E9E9E9;
  padding: 1rem;
}
.list_honor .name {
  font-size: 1.125rem;
  margin-top: 1rem;
}
