@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
:root {
  --thm-color: #2da1db;
  --thm-color2: #93bf66;
}
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: var(--thm-color);
}
.c {
  color: var(--thm-color);
}
.pd100 {
  padding: 20%;
}
.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: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li.active,
.pagination > li:hover {
  background: var(--thm-color);
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #fff;
}
.foot-fot {
  background: #2d3333;
}
/* 禁止缩放表单 */
input[type='submit'],
input[type='reset'],
input[type='button'],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: var(--thm-color);
}
.search_more:hover::before {
  background: var(--thm-color);
}
.search_more::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 13rem;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: auto;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.nyban i {
  margin: 0 0.5rem;
}
header .center > ul > li:last-child .er_ul_pro.qita {
  right: 0rem;
  left: auto;
}
/*header .center > ul > li:nth-last-child(2) .er_ul_pro.qita,
header .center > ul > li:nth-last-child(3) .er_ul_pro.qita {
  right: -10rem;
  left: auto;
}*/
header .center > ul > li:hover,
header .center > ul > li.active{
  background: #93BF66;
}
.top-tel {
  line-height: 25px;
  display: flex;
  align-items: center;
}
.top-tel img {
  border: 1px #000 solid;
  border-radius: 50%;
  padding: 6px;
  margin-right: 15px;
}
.top-tel .phone_num span {
  font-size: 16px;
  color: #333;
}
.top-tel .phone_num p {
  font-size: 26px;
  color: #2da1db;
}
.er_ul_pro {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: auto;
  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;
  padding: 0rem;
  text-align: center;
}
.er_ul_pro.qita {
/*  width: 45rem;
  left: -10rem;
  padding-left: 3rem;
  padding-right: 3rem;*/
}
.er_ul_pro.qita .l {
  width: 100%;
}
.er_ul_pro.qita .r {
  width: 50%;
}
.er_ul_pro.qita ul li {
  width: 100%;
}
.er_ul_pro.qita ul li:nth-child(2) a {
  border-top: none;
}
.er_ul_pro.qita .right .over {
  padding: 0;
}
.er_ul_pro.qita .right .over img {
  height: 15.5rem;
  object-fit: cover;
}
.er_ul_pro .right .over {
  background: #f5f5f5;
  border-radius: 0.625rem;
  padding: 2rem;
  display: none;
}
.er_ul_pro .right .over.active {
  display: block;
}
.er_ul_pro ul {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
}
.er_ul_pro ul li {
  width: 50%;
  padding: 0 1rem;
  line-height: 3rem;
}
.er_ul_pro ul li:hover a {
  color: var(--thm-color);
}
.er_ul_pro ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er_ul_pro ul li:nth-child(-n + 2) a {
  border-top: 1px solid #ddd;
}
.er_ul_pro ul li:first-child a {
  border-top: none;
}
.er_ul_pro ul li a {
  border-bottom: 1px solid #ddd;
  display: block;
  position: relative;
  font-size: 1rem;
}
.er_ul_pro ul li:last-child a{
  border-bottom: 0
}
.er_ul_pro ul li a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: var(--thm-color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er_ul_pro ul li:last-child a::before{
  display: none;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: var(--thm-color);
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .center > ul > li:hover .er_ul_pro {
  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: 22.5rem;
}
@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 .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: var(--thm-color);
}
.searchbox {
  border-color: var(--thm-color);
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px 'helvetica';
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: 'sourcehansans';
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: 'sourcehansans';
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em 'sourcehansans';
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: var(--thm-color);
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #ffffff;
  font: 600 3.125rem/1.2em 'montserrat';
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem 'sourcehansans';
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem 'sourcehansans';
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em 'sourcehansans';
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em 'sourcehansans';
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: var(--thm-color);
  font: 500 1rem/1.5em 'montserrat';
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em 'montserrat';
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em 'sourcehansans';
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1d1d1f;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #a7a7a8;
}
.phone .right a.c {
  color: #1d1d1f;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: 40px;
  width: auto;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1d1d1f;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: var(--thm-color);
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 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: var(--thm-color);
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1d1d1f;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: auto;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #a7a7a8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #ebebec;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #ebebec;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #ebebec;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #ebebec;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: var(--thm-color);
}
.rightfix li:hover .iconfont {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #dedddd;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: 6.25rem;
}
.show_header header {
  animation: none !important;
}
header:hover,
header.active,
.show_header header {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .logo img,
header.active .logo img,
.show_header header .logo img {
  filter: brightness(1) invert(0);
}
header:hover .center > ul > li > a,
header.active .center > ul > li > a,
.show_header header .center > ul > li > a,
header:hover .lanuage a,
header.active .lanuage a,
.show_header header .lanuage a,
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont,
.show_header header .ds1 .iconfont {
  color: #fff;
}
header:hover .lanuage:hover a,
header .center > ul > li:hover > a,
header.active .center > ul > li:hover > a,
.show_header header .center > ul > li:hover > a,
header .center > ul > li.active > a,
header.active .center > ul > li.active > a,
.show_header header .center > ul > li.active > a {
  color: #fff;
}
header:hover .center > ul > li > a::before,
header.active .center > ul > li > a::before,
.show_header header .center > ul > li > a::before {
  background: var(--thm-color);
}
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  --color: #fff;
}
header::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.2;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}

header .more {
  border: 1px solid #fff;
  color: #fff;
  line-height: 2.5rem;
}
header .logo img {
  height: 3.5625rem;
}
header .logo img:nth-child(2) {
  height: 3.375rem;
  margin-left: 1.25rem;
}
header .ds1 {
  margin: 0 0 0 2.5rem;
}
header .ds1 .iconfont {
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
  color: var(--color);
}
header .lanuage {
  margin-left: 1.25rem;
  color: var(--color);
}
header .lanuage a {
  font-size: 1rem;
  color: var(--color);
}
header .lanuage a.c {
  font-weight: 600;
}
header .center {
  width: 100%;
}
header .center > ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-content: center;
}
header .center > ul > li {
  float: left;
  line-height: 4.375rem;
}
header .center > ul > li > a,
header .lanuage > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
  padding: 0 0.5rem;
  text-align: center;
}
header .center > ul > li > a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 20px;
  background: #fff !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:last-child > a::before {
  display: none;
}
.header-bar {
  background: #2da1db;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .sign_img img {
  height: 1.25rem;
  filter: brightness(0) invert(1);
}
.nyban .p1 {
  font-weight: bold;
  font-size: 4.125rem;
  line-height: 3.75rem;
  color: #fff;
  margin: 0.625rem 0;
}
.nyban .en_name {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  color: transparent;
  font-family: 'Barlow Condensed';
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 1;
  font-style: normal;
  margin-bottom: 1rem;
  text-transform: uppercase;
  display: none;
}
.page-bread{
  background: transparent;
  padding: 40px 0 15px;
}
.page-bread form input{
  border: 1px #ccc solid;
}
.page-bread form input[type='submit']{
  border: 1px var(--thm-color) solid;
}
.bread {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #666;
  

}
.bread img {
  height: 1rem;
  margin-right: 0.625rem;
  filter: brightness(0) invert(1);
}
.bread span:last-child {
  display: none;
}
.bread span {
  margin: 0 0.375rem;
}
.bread a {
  color: #666;
  margin: 0 8px;
}
.bread a:hover {
  color: var(--thm-color);
}
.p100 {
  padding: 6.25rem 0;
}
.p100.pt0 {
  padding-top: 0;
}
.p100.pb0 {
  padding-bottom: 0;
}
.p150 {
  padding: 8rem 0;
}
.section-title {
  position: relative;
}
.title {
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: 0;
  right: 0;
  text-align: center;
  line-height: 2.75rem;
  color: #222222;
  font-size: 2.125rem;
}
.subtitle {
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
  text-transform: uppercase;
  color: var(--thm-color);
  margin-bottom: 1rem;
  opacity: 0.1;
}
.subtitle.cf {
  color: #fff;
}
.subtitle.cf div::before {
  filter: brightness(0) invert(1);
}
.subtitle div {
  display: inline-block;
  position: relative;
}
.subtitle div::before {
  content: '';
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.1875rem;
  background: var(--thm-color);
  background: url(../images/sign.svg) no-repeat;
}
#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
.z9 {
  z-index: 9;
  position: relative;
}
.font18 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #5b5b5b;
}
.text {
  font-size: 1.1rem;
  line-height: 1.875rem;
  color: #666;
}
.banner {
  /* 定义从 100% 移动到 0 的动画 */
  /* 当应用此类时，元素会从顶部进入 */
  /* 当应用此类时，元素会从底部进入 */
}
.banner .hover2 {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 9;
}
.banner .hover2 p {
  font-size: 1rem;
  color: #ffffff;
  writing-mode: vertical-rl;
  margin-top: 0.9375rem;
  cursor: pointer;
}
.banner .swiper_pag1 {
  position: static;
}
.banner .swiper_pag1 .swiper-pagination-bullet {
  width: 0.3125rem;
  height: 0.3125rem;
  opacity: 1;
  border-radius: 50%;
  display: block;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: 0 auto 0.375rem;
}
.banner .swiper_pag1 .swiper-pagination-bullet-active {
  height: 2rem;
  border-radius: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  font-size: 3.5rem;
  color: #ffffff;
  text-align: left;
  font-weight: 600;
}
.banner .hover .p2 {
  font-size: 2.2rem;
  color: #ffffff;
  text-align: left;
  font-weight: 600;
  margin-top: 1rem;
  width: 60%;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-button-next {
  right: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  background: none;
  margin-top: 0;
  transform: translateY(-50%);
}
.banner .swiper-button-next img,
.banner .swiper-button-prev img {
  height: 2.25rem;
}
.banner .swiper-button-prev {
  left: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner:hover .swiper-button-next {
  right: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner:hover .swiper-button-prev {
  left: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .pa {
  position: absolute;
}
.banner .swiper-slide .image {
  height: 100vh;
  object-fit: cover;
}
.banner .lunbo-boxs {
  width: 31.93725rem;
  height: 31.97788rem;
  z-index: 2;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-boxs .box1 {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background: rgba(243, 249, 255, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-boxs .box1 .box2 {
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-boxs .box1 .box2 .box2-img {
  left: -0.3125rem;
  top: -0.225rem;
  bottom: -0.225rem;
  width: 50%;
}
.banner .lunbo-boxs .box1 .box2 .box2-img img {
  height: 100%;
  width: 100%;
}
.banner .lunbo-boxs .box1 .box2 .pp1 {
  color: #0081c4;
  text-align: center;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 80% */
  width: 8.25rem;
  text-transform: uppercase;
  position: relative;
  left: 2rem;
}
.banner .lunbo-boxs .box1 .box2 .pp1 sup {
  font-weight: 400;
  font-size: 1.875rem;
  position: absolute;
  right: -2rem;
  top: 49%;
}
.banner .lunbo-boxs .box1 .box2 .divs {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 250% */
  padding-left: 4rem;
  margin-top: 1rem;
}
.banner .lunbo-boxs .box1 .box2 .divs .xues {
  width: 3.27006rem;
  height: 3.27006rem;
  background: #d4eaff;
  border-radius: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-boxs .img4,
.banner .lunbo-boxs .img2 {
  display: none;
}
.banner .lunbo-boxs.active #wave {
  background: linear-gradient(
    180deg,
    #ff8d8d 0%,
    rgba(255, 141, 141, 0.64) 35.94%,
    rgba(255, 141, 141, 0) 100%
  );
}
.banner .lunbo-boxs.active .img1,
.banner .lunbo-boxs.active .img3 {
  display: none;
}
.banner .lunbo-boxs.active .img4,
.banner .lunbo-boxs.active .img2 {
  display: inline-block;
}
.banner .lunbo-boxs.active .box1 .box2 .divs .xues {
  background: #ffd4d4;
  padding: 0.875rem;
}
.banner .lunbo-boxs.active .box1 .box2 .pp1 {
  color: #d80000;
}
.banner .lunbo-boxs > img {
  animation: xzreverse 30s linear infinite;
  -webkit-animation: xzreverse 30s linear infinite;
}
.banner .bai-more a {
  border-radius: 0rem 1.875rem;
  border: 1px solid #fff;
  background: #fff;
  color: #5b8499;
}
.banner .lunbo-wenzi {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.banner .lunbo-wenzi .le {
  width: 45%;
  height: 31.97788rem;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner .lunbo-wenzi .le .div1 {
  color: #fff;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  /* 126.667% */
  text-transform: uppercase;
}
.banner .lunbo-wenzi .le .div1 img {
  width: 3.75rem;
}
.banner .lunbo-wenzi .le .div2 {
  color: #fff;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 150% */
}
.banner .lunbo-wenzi .re {
  width: 40%;
}
.banner .lunbo-wenzi .le .div1 img {
  animation: xzreverse 10s linear infinite;
  -webkit-animation: xzreverse 10s linear infinite;
}
.banner .lunbo-wenzi .re .lunbo-boxs .box1 .box2 .divs .xues img {
  animation: xzreverse 6s linear infinite;
  -webkit-animation: xzreverse 6s linear infinite;
}
@keyframes scrool1 {
  0% {
    top: 100%;
  }
  50% {
    top: 50%;
  }
  100% {
    top: -0.5%;
  }
}
.banner #wave {
  position: absolute;
  bottom: -0.5rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 100%;
  transition: all 9500ms linear;
  background: linear-gradient(
    180deg,
    #9ccfff 0%,
    rgba(176, 217, 255, 0.64) 35.94%,
    rgba(212, 234, 255, 0) 100%
  );
}
@keyframes slideInFromTop {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}
@keyframes slideInFromBottom {
  from {
    top: 0%;
  }
  to {
    top: 98%;
  }
}
.banner #wave {
  position: absolute;
  bottom: -0.5rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    #9ccfff 0%,
    rgba(176, 217, 255, 0.64) 35.94%,
    rgba(212, 234, 255, 0) 100%
  );
}
.banner .lunbo-boxs.aa .up {
  animation: slideInFromTop 9500ms linear forwards;
}
.banner .down {
  animation: slideInFromBottom 9500ms linear forwards;
}
.banner #wave.active {
  background: linear-gradient(
    to bottom,
    rgba(255, 141, 141, 0.64) 50%,
    rgba(176, 217, 255, 0.64) 50%
  );
}
.banner .lunbo-boxs .box1 .box2 .pp1.active {
  color: #d80000;
}
.more {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: var(--thm-color);
}
.more.gray {
  color: #7c7c7c;
}
.more.gray img {
  filter: brightness(0);
  opacity: 0.5;
}
.more:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
.more div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.more img {
  margin-left: 0.625rem;
  height: 0.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover {
  color: #1c5ba5;
}
.more:hover img {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: var(--thm-color);
  padding: 2rem 0 1rem;
}
footer .top {
  float: right;
  width: 100%;
}
footer .top ul {
  width: 100%;
}
footer .top ul li {
  flex: none;
}
footer .top .name {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0.625rem;
}
footer .top .text {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 01);
  transition: all 0.5s ease;
}
footer .top .text:not(:last-child) {
  margin-bottom: 0.5rem;
}
footer .top .text:hover {
  color: #fff;
}
footer .rqcode {
  float: left;
  width: 150px;
}
footer .rqcode .name {
  padding-bottom: 0.375rem;
  position: relative;
  margin-bottom: 0.375rem;
}
footer .rqcode .name::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.875rem;
  height: 1px;
  background: #fff;
}
footer .rqcode .text,
footer .rqcode .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #ffffff;
}
footer .rqcode .ewm {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #ffffff;
  text-align: center;
}
footer .rqcode .ewm img {
  width: 100px;
  border: 4px solid #fff;
}
footer .rqcode .ewm p {
  margin-top: 0.625rem;
}
footer .rqcode ul:nth-child(1) {
  width: 54%;
}
footer .rqcode ul:nth-child(1) li {
  flex: 1 0 0;
  padding-right: 3rem;
}
footer .rqcode ul:nth-child(2) {
  width: 46%;
}
.beian {
  background: var(--thm-color);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.beian .text {
  font-size: 0.856rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0;
}
.beian .text a {
  color: #fff;
}
.beian .text .fenxiang {
  display: flex;
  align-items: center;
}
.beian .text .fenxiang img {
  width: 32px;
}
.beian .text ul {
  display: flex;
  align-items: center;
}
.beian .text ul li {
  width: auto;
  height: auto;
  margin-right: 0;
  border: none;
}
.beian .text ul li a {
  padding-left: 1rem;
  color: #fff !important;
}
.beian .text ul li a:hover {
  background: transparent !important;
}
.fixright_li_last {
  display: none;
}
.alignc {
  align-items: center;
}
.more_a {
  font-size: 1rem;
  text-transform: uppercase;
  color: #686868;
  display: flex;
  align-items: center;
}
.more_a .icon {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: var(--thm-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.25rem;
  border: 1px solid var(--thm-color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a .iconfont {
  font-size: 1.125rem;
  display: block;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover {
  color: var(--thm-color);
}
.more_a:hover div {
  background: transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover div .iconfont {
  color: var(--thm-color);
}
.more_a.cf {
  color: #fff;
}
.more_a.cf div {
  border-color: #fff;
  background: transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a.cf div .iconfont {
  color: #fff;
}
.more_a.cf:hover div {
  background: var(--thm-color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .top .r a,
.index_four .top .r a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: var(--thm-color);
}
.index_one .top .r a .iconfont,
.index_four .top .r a .iconfont {
  color: var(--thm-color);
  font-size: 1.125rem;
}
.index_one {
  background: #fff;
}
/*.index_one .p100 {
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
  background-position: center center;
}*/
.index_one .margin .swiper-button-next {
  right: 0;
  top: 40%;
}
.index_one .margin .swiper-button-prev {
  left: 0;
  top: 40%;
}
.index_one .swiper-slide .img {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .swiper-slide:hover .name {
  color: var(--thm-color);
}
.index_one .swiper-slide .name {
  font-size: 1.5rem;
  line-height: 2.8125rem;
  color: #000000;
  text-align: center;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.index_one .swiper-slide .name::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3.4375rem;
  height: 4px;
  background: var(--thm-color);
}
.index_one .swiper-slide .content {
  text-align: center;
  margin-top: 1.5625rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .swiper-slide.swiper-slide-active .img {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .swiper-slide.swiper-slide-active .content {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.number_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_ul li {
  text-align: center;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
  text-align: left;
}
.number_ul li .num span {
  color: #191919;
  font-size: 2.5rem;
  font-weight: bolder;
}
.number_ul li .num sub {
  color: #191919;
  font-size: 1.5rem;
  bottom: auto;
  bottom: 0.875rem;
  margin-left: 0.25rem;
  position: absolute;
  font-weight: bolder;
}
.number_ul li .num sub sub {
  top: 0.1875rem;
  left: 1.375rem;
}
.number_ul li .num i {
  color: var(--thm-color);
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}
.number_ul li .text {
  color: #5b5b5b;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-align: center;
  text-transform: uppercase;
}
.index_two {
  z-index: 9;
}
.index_two .number_ul li .num {
  text-align: center;
}
.index_two .number_ul li {
  flex: 1 0 0;
  text-align: center;
}
.index_two .number_ul li > div {
  display: inline-block;
}
.index_two .font18 {
  margin: 1.375rem 0 1.875rem;
  text-align: justify;
}
.index_two .more {
  margin-top: 2.5rem;
}
.index_two .row {
  margin: 0 -1.5625rem;
}
.index_two .row > div {
  padding: 0 1.5625rem;
}
.index_two .row > div.left {
  margin-top: 1rem;
}
.index_two .row .right .padding {
  padding-top: 4.0625rem;
  position: relative;
  padding-right: 4.375rem;
  z-index: 98;
}
.index_two .row .right .padding::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 19.0625rem;
  height: 19.0625rem;
  background: var(--thm-color);
  z-index: -1;
}
.index_two .n {
  bottom: 2.5rem;
  right: 0;
  width: 100%;
  margin-top: 2rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.index_two .n li {
  padding: 2.5rem 1.875rem;
}
.index_two .n li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.index_two .n .icon {
  margin-bottom: 0.625rem;
}
.index_two .n .icon img {
  height: 3.125rem;
}
.index_two .more {
  display: block;
  margin-top: 1.875rem;
}
.index_two > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 11.25rem;
  height: 100%;
}
.index_three {
  background: #fff;
  height: calc(100vh - 6.25rem);
  display: flex;
  align-items: center;
}
.index_three .container {
  position: relative;
  max-width: 100%;
  height: 100%;
  padding: 0;
}
.index_three .container ul {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.index_three .content {
  margin-top: 1.25rem;
}
.index_three .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.index_three .bgg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.index_three .bgg div p {
  width: 35%;
  top: 40%;
  color: #fff;
  position: absolute;
  right: 14.8rem;
  font-size: 1.2rem;
  line-height: 200%;
  border-radius: 1rem;
  padding: 2.8rem 3.2rem;
  background: linear-gradient(270deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
}
.index_three .bgg div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_three ul {
  margin: 0;
}
.index_three ul li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.index_three ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: -moz-linear-gradient(
    0.3% 50% 0deg,
    #1c5ba5 0%,
    rgba(28, 91, 165, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    #1c5ba5 0%,
    rgba(28, 91, 165, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    0.3% 50%,
    89.61% 50%,
    color-stop(0, #1c5ba5),
    color-stop(1, rgba(28, 91, 165, 0))
  );
  background: -o-linear-gradient(0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
  background: -ms-linear-gradient(0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C5BA5', endColorstr='#1C5BA5' ,GradientType=0)";
  background: linear-gradient(to top, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
  opacity: 0.6;
  /* border-radius: 0.625rem; */
  -moz-border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  filter: alpha(opacity=60) progid: DXImageTransform.Microsoft.Alpha(opacity=60)
    progid:
    DXImageTransform.Microsoft.gradient(
      startColorstr= '#1C5BA5',
      endColorstr= '#1C5BA5',
      GradientType=1
    );
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.index_three ul li:hover,
.index_three ul li.active {
  border-radius: 0;
}
.index_three ul li:hover::before,
.index_three 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;
}
.index_three ul li:hover .icon img,
.index_three ul li.active .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
}
.index_three ul li .icon img {
  height: 2.5rem;
}
.index_three ul li .name {
  width: 100%;
  font-size: 1.8rem;
  line-height: 4rem;
  color: #ffffff;
  text-align: center;
}
.index_four {
  background: #fff;
}
.index_four .left .swiper-slide img {
  height: 19.6875rem;
  object-fit: cover;
}
.index_four .right .swiper-slide img {
  height: 14.6875rem;
  object-fit: cover;
}
.index_four .p100 {
  background: url(https://innogain.com.cn/template/yzyidian_cn/images/6.png)
    no-repeat;
  background-size: cover;
}
.index_four .padding_right {
  padding-right: var(--container);
  overflow: hidden;
}
.index_four .hover {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: var(--container);
  margin-top: 1.125rem;
}
.index_four .swiper-button-next,
.index_four .swiper-button-prev {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  position: static;
  background: var(--thm-color);
  margin-top: 0;
  margin-left: 1.5625rem;
}
.index_four .swiper-button-next .iconfont,
.index_four .swiper-button-prev .iconfont {
  color: #fff;
  font-size: 1rem;
}
.index_four .swiper-scrollbar {
  width: calc(100% - 3.75rem * 2 - 1.5625rem * 2);
  height: 1px;
  background: rgba(0, 79, 139, 0.2);
  opacity: 1 !important;
}
.index_four .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  background: var(--thm-color);
  top: -1px;
}
.swiper_btn {
  width: 3.4375rem;
  height: 3.4375rem;
  border: 1px solid var(--thm-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: none;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  display: block;
  color: var(--thm-color);
  font-weight: 600;
}
.swiper_btn:hover {
  background: var(--thm-color);
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.margin .swiper-button-next {
  right: -6.25rem;
}
.margin .swiper-button-prev {
  left: -6.25rem;
}
.index_news {
  background: #fff;
  padding: 0 0 6rem;
}
.index_news .data {
  font-size: 1rem;
  line-height: 1rem;
  color: #7f7f7f;
  font-weight: 500;
}
.index_news .data .iconfont {
  font-size: 1rem;
}
.index_news .more {
  color: #7c7c7c;
}
.index_news .more img {
  filter: brightness(0);
  opacity: 0.5;
}
.index_news .name {
  line-height: 1.875rem;
  color: #2d2d2d;
  margin: 0.5rem 0;
}
.index_news .font16 {
  color: #0f0f0f;
}
.index_news .line3 {
  line-height: 1.5rem;
}
.index_news .bg {
  background: var(--thm-color);
}
.index_news .bg .data,
.index_news .bg .name,
.index_news .bg .font14 {
  color: #fff;
}
.index_news a.bl .data,
.index_news a.bl .name,
.index_news a.bl .font14 {
  padding: 0 1rem;
}
.index_news a.bl {
  padding-bottom: 1rem;
}
.index_news .bot {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}
.index_news .bot .left,
.index_news .bot .right {
  padding: 0 1.5625rem;
}
.index_news .bot .left .data {
  margin-top: 1.875rem;
}
/* .index_news .bot .left .over,
.index_news .bot .left .over img {
  border-radius: 0.625rem;
} */
.index_news .bot .left .over img {
  height: 18.75rem;
  object-fit: cover;
}
.index_news .more:hover {
  color: var(--thm-color);
}
.index_news .more:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
.index_news .bot .left a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}
.index_news .bot .left a:hover {
  background: #2da1db;
}
.index_news .bot .left:hover .name,
.index_news .bot .left:hover .line3 {
  color: #fff;
}
.index_news .bot .left:hover .over img {
  transform: scale(1.1);
}
.index_news .bot .left .name {
  margin: 0.5rem 0;
}
.index_news .bot .left .more_a {
  margin-top: 1.25rem;
}
.index_news .bot .right ul li {
  border-bottom: 1px solid #d5d5d5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_news .bot .right ul li:hover,
.index_news .bot .right ul li.active {
  background: var(--thm-color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_news .bot .right ul li:hover .data,
.index_news .bot .right ul li:hover .name,
.index_news .bot .right ul li:hover .txt,
.index_news .bot .right ul li:hover .more,
.index_news .bot .right ul li:hover a .l div,
.index_news .bot .right ul li.active .data,
.index_news .bot .right ul li.active .name,
.index_news .bot .right ul li.active .txt,
.index_news .bot .right ul li.active .more,
.index_news .bot .right ul li.active a .l div {
  color: #fff;
}
.index_news .bot .right ul li:hover a,
.index_news .bot .right ul li.active a {
  background: rgba(124, 124, 124, 0.005);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_news .bot .right ul li a {
  padding: 1.875rem 2.5rem 1.875rem 0;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_news .bot .right ul li a .l {
  width: 8.125rem;
  padding-left: 1rem;
}
.index_news .bot .right ul li a .l div {
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
  color: var(--thm-color);
  padding-left: 0.625rem;
}
.index_news .bot .right ul li a .r {
  width: calc(100% - 8.125rem);
}
.index_news .bot .right ul li a .r .font18 {
  margin: 0.6875rem 0 1.125rem;
}
.swiper_pag .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: var(--thm-color);
}
.index_five {
  position: relative;
  z-index: 100;
}
.index_five .margin {
  margin-top: 2.1875rem;
}
.index_five .swiper-slide {
  border: 1px solid #d9d9d9;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
}
.index_five .swiper-slide .over {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_five .swiper-slide .over img {
  max-height: 100%;
  padding: 1rem;
}
.index_five .swiper-slide:hover {
  border-color: var(--thm-color);
}
.index_five .swiper-slide:hover img {
  transform: scale(1.1);
}
.guide_page {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--vh);
  background: #fff;
  overflow: hidden;
}
.guide_page img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  max-width: none !important;
}
.guide_page .y_2,
.guide_page .y_3 {
  left: -55%;
}
.guide_page .y_4 {
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html,
body {
  width: 100%;
}

body.hidden {
  overflow: hidden;
}
.bor20 {
  border-radius: 0.625rem;
}
.icon_vid {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.icon_vid .iconfont {
  font-size: 1.5rem;
  display: block;
  color: var(--thm-color);
}
.icon_vid::before {
  content: '';
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  width: calc(100% + 0.875rem);
  height: calc(100% + 0.875rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -1;
}
@keyframes cen {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.icon_vid::after {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -3;
}
.tj {
  text-align: justify;
}
.row30 {
  margin: 0 -1.875rem;
}
.row30 > div {
  padding: 0 1.875rem;
}
.row20 {
  margin: 0 -1.25rem;
}
.row20 > div {
  padding: 0 1.25rem;
}
.row24 {
  margin: 0 -1.5rem;
}
.row24 > div {
  padding: 0 1.5rem;
}
.list_join .left {
  margin-top: 1.875rem;
}
.bgf5 {
  background: rgba(124, 124, 124, 0.05);
}
.more_more {
  border: 1px solid var(--thm-color);
  line-height: 3.4375rem;
  font-size: 1rem;
  color: var(--thm-color);
  padding: 0 2.25rem;
  display: inline-block;
  position: relative;
  border-radius: 6.25rem;
  z-index: 5;
  color: #fff;
  background: var(--thm-color);
}
.more_more::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transform: scale(0.6);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
  z-index: -1;
  opacity: 0;
  border-radius: 6.25rem;
}
.more_more:hover {
  color: var(--thm-color);
}
.more_more:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1);
}
.more_more > div {
  display: flex;
  align-items: center;
}
.more_more .iconfont {
  font-weight: 600;
  font-size: 1rem;
  margin-left: 1rem;
}
.more_more.bgf {
  background: transparent;
  border-color: #fff;
  color: #fff;
  text-align: center;
}
.more_more.bgf::before {
  background: var(--thm-color);
}
.more_more.bgf:not(:last-child) {
  margin-right: 1rem;
}
.more_more.bgf img {
  height: 0.875rem;
  margin-left: 0.625rem;
}
.genduoye {
  margin-top: 2rem;
  display: flex;
}
.genduoye li {
  width: 50%;
  color: #fff;
}
.genduoye li:first-child {
  text-align: left;
}
.genduoye li:last-child {
  text-align: right;
}
.genduoye li a {
  color: #fff;
}

.list_join .bot {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
  margin-top: 3.75rem;
}
.list_join .bot li {
  width: 20%;
  padding: 0 0.75rem;
}
.list_join .bot li > div {
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1.65rem 0.9375rem 1.25rem;
}
.list_join .bot li > div .icon img {
  height: 4.375rem;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .bot li > div .text {
  color: #7c7c7c;
  margin-top: 0.75rem;
}
.list_join .bot li:hover > div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.join_ul > li:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.join_ul > li:hover .top .left > div:nth-child(1) p {
  color: var(--thm-color);
}
.join_ul > li.active .top {
  border-color: var(--thm-color);
}
.join_ul > li.active .bot {
  display: block;
}
.join_ul > li.active .top .left > div:nth-child(1) p {
  color: var(--thm-color);
}
.join_ul > li.active .top .right {
  color: var(--thm-color);
  border-left-color: var(--thm-color);
}
.join_ul > li .top {
  display: flex;
  border: 1px solid #d5d5d5;
  cursor: pointer;
}
.join_ul > li .top .left {
  width: calc(100% - 12rem);
  padding: 1.875rem;
}
.join_ul > li .top .left > div:nth-child(1) {
  display: flex;
  align-items: center;
  margin-bottom: 1.125rem;
}
.join_ul > li .top .left > div:nth-child(1) p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #282828;
  min-width: 20%;
}
.join_ul > li .top .left > div:nth-child(1) div {
  font-size: 1rem;
  color: #7c7c7c;
  margin-left: 4.375rem;
}
.join_ul > li .top .left .list {
  display: flex;
  flex-wrap: wrap;
  color: #7c7c7c;
}
.join_ul > li .top .left .list > div {
  width: 26%;
}
.join_ul > li .top .right {
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #7c7c7c;
  border-left: 1px solid #d5d5d5;
}
.join_ul > li .bot {
  display: none;
  padding: 2.375rem 1.875rem;
  border: 1px solid var(--thm-color);
  border-top: none;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7c7c7c;
}
.join_ul > li .bot strong {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #282828;
  display: block;
  margin-bottom: 0.25rem;
}
.join_ul > li .bot .more .iconfont {
  font-weight: 600;
}
.join_ul > li {
  background: #fff;
}
.foot-fot {
  background: var(--thm-color);
}
.list_news .ul li {
  position: relative;
  padding: 2.75rem 0;
  border-bottom: 1px solid #e8e8e8;
}
.list_news .ul li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--thm-color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover .left img {
  transform: scale(1.1);
}
.list_news .ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover .name {
  color: var(--thm-color);
}
.list_news .ul li:first-child {
  padding-top: 0;
}
.list_news .ul li .over,
.list_news .ul li .over img {
  border-radius: 0.625rem;
}
.list_news .ul li .left {
  padding-right: 0;
}
.list_news .ul li .left img {
  height: 20rem;
  object-fit: cover;
}
.list_news .ul li .right {
  padding-left: 2.8125rem;
}
.list_news .ul li .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7c7c7c;
  margin-bottom: 0.375rem;
}
.list_news .ul li .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #282828;
}
.list_news .ul li .text {
  margin: 0.75rem 0 1.5625rem;
}
.show_detail {
  padding-top: 6.25rem;
}
.show_detail .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin-bottom: 0.8125rem;
}
.show_detail .text {
  color: #313131;
  text-align: justify;
}
.show_detail .text p {
  margin-bottom: 1rem;
  font-weight: normal;
}
.show_detail .left .desc {
  background: rgba(124, 124, 124, 0.05);
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7c7c7c;
  margin-bottom: 2.1875rem;
}
.show_detail .left .data {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #848484;
  padding: 0.75rem 0 1.5625rem;
  margin-bottom: 2.1875rem;
  border-bottom: 1px solid #e8e8e8;
}
.show_detail .left .data > p {
  margin-right: 2.5rem;
}
.show_detail .left .data > div {
  display: flex;
  align-items: center;
}
.show_detail .left .data > div .iconfont {
  font-size: 1.25rem;
  display: block;
}
.show_detail .left .data > div ul {
  display: flex;
  align-items: center;
}
.show_detail .left .data > div ul li {
  margin-right: 0.625rem;
}
.show_detail .left .data > div ul li .iconfont {
  font-size: 1.125rem;
}
.show_detail .left .data > div ul li a {
  border: none;
  color: #9b9b9b;
  font-size: 1.125rem;
  margin: 0;
  width: auto;
  height: auto;
  line-height: inherit;
}
.show_detail .left .data > div ul li a:hover {
  background: transparent;
}
.show_detail .left .data > div ul li:hover a {
  color: var(--thm-color);
}
.show_detail .left .more {
  background: var(--thm-color);
  color: #fff;
}
.show_detail .left .more::before {
  background: #fff;
}
.show_detail .left .more:hover {
  color: var(--thm-color);
}
.show_detail .left > div {
  background: #ffffff;
  /* padding: 0 0 5rem; */
  /* border-radius: 0.625rem; */
}
.show_detail .left .shangxia_p {
  margin: 5rem 0 2.5rem;
}
.show_detail .left .shangxia {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 1.25rem 0;
  color: #686868;
}
.show_detail .left .shangxia a {
  width: 80%;
}
.show_detail .left .shangxia .left2 .flex2 {
  justify-content: flex-start;
  align-items: center;
}
.show_detail .left .shangxia .right2 .flex2 {
  justify-content: flex-end;
  align-items: center;
}
.show_detail .left .shangxia .right2 .flex2 p {
  order: 2;
}
.show_detail .left .shangxia p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}
.show_detail .left .shangxia a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}
.show_detail .left .shangxia a:hover {
  color: var(--thm-color);
}
.show_detail .right {
  padding-left: 0;
}
.show_detail .right .top {
  background: #ffffff;
  padding: 1.875rem 1.875rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.show_detail .right .top .name2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.show_detail .right .top .ul .list {
  padding: 0.875rem 0;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
}
.show_detail .right .top .ul .list:first-child {
  padding-top: 0;
}
.show_detail .right .top .ul .list:not(:last-child):before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
}
.show_detail .right .top .ul .list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--thm-color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_detail .right .top .ul .list:hover::after {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.show_detail .right .top .ul .list:hover a {
  color: var(--thm-color);
}
.show_detail .right .top .ul .list a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #898989;
}
.show_detail .right .top ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.show_detail .right .top ul li:hover p {
  color: var(--thm-color) !important;
}
.show_detail .right .top ul li a {
  display: flex;
  align-items: center;
}
.show_detail .right .top ul li .over {
  width: 8rem;
  border: 1px solid #d1d1d1;
}
.show_detail .right .top ul li .right2 {
  width: calc(100% - 8rem);
  padding-left: 1.25rem;
}
.show_detail .right .top ul li .right2 p {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  color: #686868;
}
.show_detail .right .bot {
  background: var(--thm-color);
  margin-top: 2rem;
  padding: 2.0625rem 1.875rem;
}
.show_detail .right .bot .text {
  padding: 0;
}
@media (max-width: 990px) {
  .show_detail {
    padding-bottom: 80px;
  }
  .show_detail .right {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .p150 {
    padding: 4rem 0;
  }
  .index_three .bgg div p {
    display: none;
  }
  .show_detail {
    padding: 30px 0;
  }
  .show_detail .right {
    display: none;
  }
  .show_detail .left {
    padding-right: 15px;
  }
  .show_detail .left > div {
    padding-bottom: 30px;
  }
  .show_detail .left .shangxia {
    margin-top: 30px;
  }
  .show_detail .left .shangxia .tr {
    text-align: left;
  }
  .show_detail .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
  }
  .show_detail .left .shangxia_p {
    margin-top: 0;
  }
  .show_detail .left .shangxia .right2 .flex2 p {
    order: 0;
  }
  .show_detail .left .shangxia .right2 .flex2 p .phone_show_767 {
    display: inline;
  }
  .show_detail .left .shangxia .tr .flex2 {
    justify-content: flex-start;
  }
  .show_detail .left .data {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .show_detail .left .desc {
    margin-bottom: 20px;
  }
}
.list_contact ul {
  margin-top: 2.1875rem;
  margin-bottom: 3.4375rem;
}
.list_contact ul li:hover > div {
  box-shadow: 0 0.5rem 0.875rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li:hover > div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div {
  border: 1px solid #d5d5d5;
  border-radius: 0.625rem;
  padding: 1.875rem 3.125rem;
  height: 100%;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div .icon img {
  height: 5rem;
  width: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #282828;
  margin: 0.875rem 0 0.5rem;
}
.list_contact ul li > div .text {
  color: #7c7c7c;
}
.MicrosoftMap .Infobox .infobox-info {
  padding-top: 0 !important;
}
.list_hzsq input::placeholder,
.list_hzsq select::placeholder .list_hzsq textarea::placeholder {
  color: rgba(170, 170, 170, 0.6);
}
.list_hzsq input,
.list_hzsq select {
  background: #f5f5f5;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  border-radius: 0.625rem;
  padding: 0 1rem;
  font-size: 1rem;
  color: #898989;
  display: block;
  font-weight: 500;
  border: 0;
}
.list_hzsq input.bor,
.list_hzsq select.bor {
  border: 1px solid #e2e2e2;
}
.list_hzsq input.bor:focus,
.list_hzsq select.bor:focus {
  border: 1px solid #109cd9;
  background: #f5f5f5;
}
.list_hzsq textarea {
  background: #f5f5f5;
  width: 100%;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  color: #898989;
  height: 7.5rem;
  border-radius: 0.625rem;
  font-weight: 500;
}
.list_hzsq textarea.bor {
  border: 1px solid #e2e2e2;
}
.list_hzsq textarea.bor:focus {
  border: 1px solid #109cd9;
  background: #f8fbfc;
}
.list_hzsq .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #3a3a3a;
  margin-bottom: 0.625rem;
  font-weight: 500;
}
.list_hzsq .name span {
  color: #d90000;
}
.list_hzsq .more {
  border-radius: 0.25rem;
  background: var(--thm-color);
  color: #fff;
  padding: 0 3.4375rem;
}
.list_hzsq .more .iconfont {
  font-weight: 600;
}
.list_hzsq .more::before {
  background: #fff;
  border-radius: 0.25rem;
}
.list_hzsq .more:hover {
  color: var(--thm-color);
}
.list_hzsq .more_more {
  width: 9.375rem;
  padding: 0;
  border-radius: 0.625rem;
}
.list_hzsq .more_more::before {
  border-radius: 0.625rem;
}
.list_hzsq .more_more:nth-child(1) {
  margin-right: 0.875rem;
}
.list_hzsq .more_more:nth-child(2) {
  margin-left: 0.875rem;
  background: #e2e2e2;
  color: #5b5b5b;
  border-color: #e2e2e2;
}
.list_hzsq .bot .name_t {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #3a3a3a;
}
.list_yxwl .img {
  padding: 1.5625rem 6.25rem 0;
}
.list_yxwl ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_yxwl ul li {
  position: absolute;
}
.list_yxwl ul li.dian1 {
  top: 31.75%;
  right: 26.5%;
}
.list_yxwl ul li.dian2 {
  top: 17%;
  right: 22%;
}
.list_yxwl ul li.dian3 {
  top: 24%;
  right: 23.5%;
}
.list_yxwl ul li.dian4 {
  top: 43.75%;
  right: 41.5%;
}
.list_yxwl ul li.dian5 {
  bottom: 10.75%;
  left: 58%;
}
.list_yxwl ul li.dian6 {
  top: 59.75%;
  left: 71.5%;
}
.list_yxwl ul li.dian7 {
  top: 32.75%;
  left: 61.5%;
}
.list_yxwl ul li.dian8 {
  top: 58.75%;
  left: 64%;
}
.list_yxwl ul li.dian9 {
  top: 54.75%;
  left: 68.5%;
}
.list_yxwl ul li.dian10 {
  top: 38.75%;
  right: 32.5%;
}
.list_yxwl ul li.dian11 {
  top: 51.75%;
  right: 45.5%;
}
.list_yxwl ul li div {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: rgba(28, 91, 167, 0.3);
  margin: 0 auto;
  animation: fangda 2s infinite;
  position: relative;
}
.list_yxwl ul li div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.875rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--thm-color);
  opacity: 0.8;
}
@keyframes fangda {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.list_yxwl ul li p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
}
.list_solution .swiper_pag {
  position: relative;
}
.list_solution .swiper-container {
  margin-top: 1.875rem;
}
.list_solution .swiper-container .swiper-slide .over,
.list_solution .swiper-container .swiper-slide .over img {
  border-radius: 1.25rem;
}
.list_solution .swiper-container .swiper-slide .over img {
  width: 100%;
}
.squer_pro {
  padding: 0.5rem 1.25rem 0;
}
.squer_pro .name {
  font-size: 1.4rem;
  line-height: 1.875rem;
  color: #494949;
  margin: 1.25rem 0 0.5rem;
  text-align: center;
}
.squer_pro .over {
  position: relative;
}
.squer_pro .over::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*border-radius: 0.625rem;*/
  border: 1px solid #f6f6f6;
}
.squer_pro .over img {
  object-fit: contain;
  object-position: center;
}
.squer_pro .over,
.squer_pro .over img {
  /*border-radius: 0.625rem;*/
}
.squer_pro .text {
  color: #7c7c7c;
  margin-bottom: 1.25rem;
}
.squer_pro .over {
  background: #f6f6f6;
  padding: 0.5rem;
}
.squer_pro:hover .over img {
  transform: scale(1.03);
}
.squer_pro:hover .over {
  background: transparent;
}
.squer_pro:hover .name {
  color: var(--thm-color);
}
.squer_pro:hover .over {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squer_pro .over {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.abouttxt p {
  line-height: 190%;
  margin-bottom: 1.5rem;
}
.abouttxt h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.about_pro_swiper {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-top: 2.5rem;
}
.about_pro_swiper .swiper_btn {
  margin-top: -6rem;
}
.list_case .ul > li {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 3.75rem;
}
.list_case .ul > li:hover {
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case .ul > li:hover .right .name {
  color: var(--thm-color);
}
.list_case .ul > li:hover .left .over img {
  transform: scale(1.1);
}
.list_case .ul > li:nth-child(even) .left {
  order: 2;
}
.list_case .ul > li:nth-child(even) .right {
  order: 1;
}
.list_case .ul > li.active .left::before,
.list_case .ul > li.active .left::after {
  left: 100%;
}
.list_case .ul > li .left {
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
.list_case .ul > li .left::before {
  background-color: #f1f3f6;
  transition: 0.5s ease-in-out 0s;
  z-index: 2;
}
.list_case .ul > li .left::after {
  z-index: 1;
  background-color: #eff0f0;
  transition: 0.5s ease-in-out 0.1s;
  opacity: 0.8;
}
/*.list_case .ul > li .left::before,
.list_case .ul > li .left::after {
  content: '';
  display: block;
  width: 101%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}*/
.list_case .ul > li .right {
  padding-left: 3.125rem;
}
.list_case .swiper-button-next {
  right: 2.5rem;
}
.list_case .swiper-button-prev {
  left: 2.5rem;
}
.list_case .swiper_btn {
  border-color: #fff;
}
.list_case .swiper_btn .iconfont {
  color: #fff;
}
.list_case .right {
  padding-right: 3.75rem;
  display: flex;
  align-items: center;
}
.list_case .right .name {
  font-size: 1.625rem;
  line-height: 2.8125rem;
  color: #000000;
}
.list_case .right ul {
  margin-top: 0.5rem;
}
.list_case .right ul li div {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #1c5ba5;
  position: relative;
  padding-left: 1.5rem;
}
.list_case .right ul li div::before {
  content: '';
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: url(../images/sign.svg) no-repeat;
  background-size: contain;
}
.list_case .right ul li p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5b5b5b;
}
.list_case .right ul li p strong {
}
.list_case_txt {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4rem;
  font-size: 1.3rem;
}

.app_wb {
  width: 100%;
}
.app_pic {
  width: 44%;
  float: left;
}
.app_pic img {
  max-width: 100%;
}

.list_about .text {
  text-align: justify;
}
.list_about .left .flex {
  justify-content: flex-start;
  margin-top: 5.625rem;
}
.list_about .left .flex > div {
  position: static;
  margin-top: 0;
}
.list_about .left .flex .swiper_pag {
  width: auto;
  text-align: center;
  font-size: 1.125rem;
  color: #7c7c7c;
  min-width: 6rem;
}
.list_about .left .number_ul {
  margin-top: 2.1875rem;
  border-top: 1px solid #d9d9d9;
  display: block;
}
.list_about .left .number_ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.list_about .left .number_ul li .text {
  margin-top: 0.625rem;
  text-align: left;
}
.list_about .right {
}
.list_about .right .swiper-container {
  margin-top: 2.5rem;
}
.list_about .right .font18 {
  /*max-height: 540px;
  overflow-y: scroll;*/
}
.list_about_two {
  background: url(../images/12.png) no-repeat;
  /* padding: 7.1875rem 0; */
  background-size: cover;
  background-attachment: fixed;
  min-height: 70vh;
}
.list_about_two .container {
  min-height: 70vh;
}
.list_about_two .container .swiper-container,
.list_about_two .container .swiper-container .swiper-wrapper,
.list_about_two .container .swiper-container .swiper-wrapper .swiper-slide {
  min-height: 70vh;
}
.culture_box {
  display: flex;
  flex-direction: column;
  padding-top: 25vh;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 70vh;
}
.list_about_two ul {
  margin-top: 4.375rem;
}
.list_about_two ul li > div {
  padding-bottom: 2.5rem;
  height: 100%;
}
.list_about_two ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li .icon img {
  height: 4.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li .name {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #ffffff;
  margin: 1.25rem 0 1rem;
}
.list_about_two ul li .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #ffffff;
  padding: 0 0.5rem;
}
.list_about_three .hover {
  position: absolute;
  top: 6.25rem;
  left: 0;
  width: 100%;
}
.list_about_three .hover .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin: 1.25rem 0 1.875rem;
}
.list_about_three .hover .text {
  color: #2e59a6;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 5rem;
  line-height: 2.5rem;
}
.list_history {
  background: url(https://innogain.com.cn/template/yzyidian_cn/images/18.png)
    no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 10rem;
}
.list_history .swiper_top {
  margin: 4rem 8.125rem 5.6rem;
}
.list_history .swiper_top .swiper-slide .left {
  color: var(--thm-color);
  text-align: right;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2rem;
  text-transform: uppercase;
}
.list_history .swiper_top .swiper-slide .right {
  color: #7b7b7b;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  text-align: justify;
}
.list_history .swiper-button-next {
  right: -3.125rem;
}
.list_history .swiper-button-prev {
  left: -3.125rem;
}
.list_history .btn_bor {
  bottom: 4.5rem;
  margin-top: 0;
  z-index: 989;
  top: auto;
}
.list_history .btn_bor .iconfont {
  font-size: 1rem;
}
.list_history .swiper_bot {
  padding-top: 0;
}
.list_history .swiper_bot::before {
  content: '';
  position: absolute;
  top: 2.1rem;
  left: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed var(--thm-color);
}
.list_history .swiper_bot .swiper-slide {
  padding-top: 3.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 8.125rem;
}
.list_history .swiper_bot .swiper-slide.swiper-slide-thumb-active {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_history .swiper_bot .swiper-slide.swiper-slide-thumb-active .year {
  color: var(--thm-color);
}
.list_history .swiper_bot .swiper-slide {
  cursor: pointer;
}
.list_history .swiper_bot .swiper-slide .year {
  color: #010101;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.0325rem;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.list_history .swiper_bot .swiper-slide .year::before {
  content: '';
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 0.1875rem solid var(--thm-color);
  background: #fff;
  border-radius: 50%;
}
.list_history .swiper_btn {
  top: auto;
  margin-top: 0;
  bottom: 4.25rem;
  background: var(--thm-color);
}
.list_history .swiper_btn .iconfont {
  color: #fff;
}
.list_history .swiper-slide .font18 {
  font-size: 1.375rem;
  line-height: 2.25rem;
}
.list_honor .ul li {
  margin-bottom: 1.875rem;
}
.list_honor .ul li a {
  padding: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.list_hzhb li {
  width: calc(100% / 4 - 2%);
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 1%;
  text-align: center;
  float: left;
  border: 1px solid #ddd;
}
.list_hzhb li:nth-child(4) {
  margin-right: 0;
}
.list_hzhb li img {
  max-width: 100%;
}
.list_tech form input,
.list_product form input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dadcde;
  border-radius: 5rem;
  line-height: 3.75rem;
  padding: 0 1.875rem;
}
.list_tech form button,
.list_product form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 5rem;
  background: transparent;
  border: none;
  text-align: center;
  line-height: 3.75rem;
}
.list_tech form button .iconfont,
.list_product form button .iconfont {
  font-size: 1.25rem;
  color: var(--thm-color);
}
.list_tech .left > div {
  height: 100%;
  padding: 0 3rem;
}
.list_tech .left > div ul {
  margin-top: 1.875rem;
  padding: 0 1.5rem;
}
.list_tech .left > div ul li a {
  font-size: 1.125rem;
  line-height: 3.125rem;
  color: #606060;
  font-weight: normal;
}
.list_tech .left > div ul li a .iconfont {
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  display: inline-block;
}
.list_tech .left > div ul li:hover a,
.list_tech .left > div ul li.active a {
  color: var(--thm-color);
}
.list_tech .left > div ul li:hover a .iconfont,
.list_tech .left > div ul li.active a .iconfont {
  transform: translateX(1.875rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.list_tech .right {
  padding-left: 3.125rem;
}
.list_tech .right .ul li:hover .name {
  color: var(--thm-color);
}
.list_tech .right .ul li:hover .over img {
  transform: scale(1.1);
}
.list_tech .name {
  font-size: 1.25rem;
  margin-top: 0.9375rem;
  line-height: 1.875rem;
  color: #000000;
}
.list_tech .ul li {
  margin-bottom: 2.5rem;
}
.list_tech .pr a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_product .top {
  padding: 3.375rem 0 2.5rem;
}
.list_product .top .name {
  font-size: 1.875rem;
  line-height: 3.125rem;
  color: #1c5ba5;
}
.list_product .top .shaixuan {
  margin-top: 1.875rem;
}
.list_product .top .shaixuan li:first-child {
  display: none;
}
.list_product .top .shaixuan li.active a div:nth-child(1) {
  background-color: var(--thm-color);
  border-color: var(--thm-color);
}
.list_product .top .shaixuan li.active a div:nth-child(1)::before {
  opacity: 1;
}
.list_product .top .shaixuan li a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 2.8125rem;
  color: #7c7c7c;
}
.list_product .top .shaixuan li a div:nth-child(1) {
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #7c7c7c;
  border-radius: 0.1875rem;
  position: relative;
}
.list_product .top .shaixuan li a div:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url(https://innogain.com.cn/template/yzyidian_cn/images/dg.svg)
    no-repeat;
  background-size: 90% 90%;
  background-position: center center;
  opacity: 0;
}
.list_product .top .shaixuan li a div:nth-child(3) {
  width: calc(100% - 2.8125rem - 0.75rem - 3rem);
}
.list_product .top .shaixuan li a img {
  height: 2.1875rem;
  width: 2.1875rem;
  margin: 0 1.5rem;
}
.channle_pro .name {
  margin-top: 2.5rem;
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #212121;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.channle_pro ul {
  border-top: 0.1875rem solid var(--thm-color);
}
.channle_pro ul li {
  padding: 1.125rem 3rem;
  border-bottom: 1px solid #cecece;
}
.channel_pro_two .name {
  font-size: 1.625rem;
  color: #212121;
  line-height: 2.5rem;
  margin: 1.875rem 0 2.1875rem;
}
.channel_pro_two .name span {
  color: #1c5ba5;
  font-size: 1.875rem;
}
.channel_pro_two .swiper-slide {
  text-align: center;
  padding: 1.5rem 2.1875rem 0.75rem;
  border-right: 1px solid #d9d9d9;
  height: auto;
}
.channel_pro_two .swiper-slide:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_pro_two .swiper-slide img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_pro_two .swiper-slide:first-child {
  border-left: 1px solid #d9d9d9;
}
.channel_pro_two .text {
  text-align: justify;
  text-align-last: center;
}
.channel_pro_two .icon {
  margin-bottom: 1.125rem;
  text-align: center;
}
.channel_pro_two .icon img {
  height: 3.75rem;
}
.channel_pro_three ul {
  margin-top: 2.75rem;
}
.channel_pro_three ul .text {
  margin-top: 1rem;
}
.channel_pro_five ul {
  margin-top: 1.875rem;
}
.channel_pro_five ul li {
  margin-bottom: 3.125rem;
}
.channel_pro_five ul li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #494949;
  margin: 1.125rem 0 0.3125rem;
}
.channel_pro_five ul li .over,
.channel_pro_five ul li .over img {
  border-radius: 1.25rem;
}
.channel_pro_five ul li:hover .over img {
  transform: scale(1.1);
}
.show_product {
  background: url(../images/24.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.show_product .bot .left {
  padding-top: 0;
}
.show_product > img.primary-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
.show_product .swiper-button-white {
  background-size: 1.25rem 1.25rem;
}
.show_product .swiper-button-prev {
  left: 1.25rem;
}
.show_product .swiper-button-next {
  right: 1.25rem;
}
.show_product .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
  width: 100%;
  line-height: 4.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .top.active {
  background: #ffffff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
}
.show_product .top.active .left ul li {
  color: #8e8e8e;
}
.show_product .top.active .left ul li a {
  color: #8e8e8e;
}
.show_product .top.active .bread {
  color: #8e8e8e;
  border-bottom: none;
}
.show_product .top.active .bread a {
  color: #8e8e8e;
}
.show_product .top .left ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.show_product .top .left ul li {
  font-size: 1rem;
  padding: 0 2.5rem;
  color: #ffffff;
  cursor: pointer;
}
.show_product .top .left ul li a {
  color: #fff;
}
.show_product .top .left ul li .div {
  position: relative;
}
.show_product .top .left ul li .div::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: var(--thm-color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .top .left ul li:hover a,
.show_product .top .left ul li.active a {
  color: var(--thm-color);
}
.show_product .top .left ul li:hover .div::before,
.show_product .top .left ul li.active .div::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .top .bread {
  color: #fff;
}
.show_product .top .bread a {
  color: #fff;
}
.show_product .bot {
  padding: 11rem 0;
}
.show_product .bot .left {
  padding-right: 5rem;
}
.show_product .bot .right {
  padding-left: 5rem;
}
.show_product .bot .right .margin {
  background: rgba(251, 252, 253, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.281);
  border-radius: 0.625rem;
  padding: 2rem 1rem;
}
.show_product .bot .xinghao {
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #ffffff;
}
.show_product .bot .flex2 {
  justify-content: flex-start;
}
.show_product .bot .font18 {
  color: #ffffff;
  margin: 1.5625rem 0 2.8125rem;
}
.show_product .bot .more {
  width: 11.25rem;
  padding: 0;
  border: 2px solid var(--thm-color);
  text-align: center;
  color: #fff;
}
.show_product .bot .more:nth-child(1) {
  margin-right: 1.375rem;
}
.show_pro_three .top .r {
  display: flex;
  justify-content: flex-end;
}
.show_pro_three .top .r ul {
  display: flex;
  align-items: center;
}
.show_pro_three .top .r ul li div {
  width: 8.5rem;
  background: rgba(124, 124, 124, 0.05);
  color: #666666;
  line-height: 3.4375rem;
  text-align: center;
  border-radius: 5rem;
  font-size: 1.25rem;
  cursor: pointer;
}
.show_pro_three .top .r ul li.active div,
.show_pro_three .top .r ul li:hover div {
  background: var(--thm-color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.show_pro_three .top .r ul li:not(:last-child) {
  margin-right: 0.875rem;
}
.show_pro_four .swiper-container {
  margin-top: 1.875rem;
}
.show_pro_four .name {
  font-size: 1.625rem;
  margin-top: 1rem;
  line-height: 2.5rem;
  color: #494949;
}
.show_pro_three .sum {
  margin-top: 1.875rem;
}
.show_pro_three .sum > div {
  display: none;
}
.show_pro_three .sum > div.active {
  display: block;
}
.show_pro_three .text strong {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #111111;
}
.show_pro_three .name {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #000000;
  margin-bottom: 1.125rem;
}
.show_pro_three table td {
  line-height: 1.875rem;
  padding: 0.9375rem 2rem;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
  font-size: 1rem;
  color: #5e5e5e;
  text-align: center;
}
.show_pro_three table td:nth-child(1) {
  text-align: left;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.list_cpsc > div {
  display: flex;
  padding: 1.125rem 1.75rem;
  border-radius: 0.625rem;
  align-items: center;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.144);
}
.list_cpsc > div p {
  width: calc(100% - 10rem);
  padding-left: 2rem;
  font-size: 1.125rem;
}
.list_cpsc > div a {
  display: flex !important;
  position: static !important;
  width: 8.75rem !important;
  align-items: center;
}
.list_cpsc > div a svg {
  height: 1.25rem;
}
.list_cpsc > div a:hover {
  color: var(--thm-color);
}
.list_cpsc > div a:hover svg path {
  fill: var(--thm-color);
}
.guide_page_by {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
  color: transparent;
  font-family: 'Barlow Condensed';
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 1;
  font-style: italic;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 20%;
  z-index: 999;
}
.zd_erha .dtasxz {
  position: relative;
  width: 3.375rem;
}
.zd_erha .dtasxz a.cpdb {
  display: block;
  background: var(--color-zt);
  color: #fff;
  padding: 1.5rem 1em;
  border-radius: 3rem;
  text-align: center;
  line-height: 1.25em;
  font-weight: 700;
}
.zd_erha .dtasxz .szt {
  position: absolute;
  right: 0;
  top: -0.5rem;
  background: #fff;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  box-shadow: 0 0 0.5rem rgba(0, 20, 60, 0.2);
}
.zd_erha .dtasxz .szt b {
  display: block;
  color: #0056fe;
  font-size: 0.875rem;
  font-weight: 700;
}
.zd_erha .aat_list {
  background: #93BF66;
  border: 1px solid #93BF66;
  width: 3.375rem;
  border-radius: 3rem;
  padding: 0.75rem 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .zd_erha .aat_list {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 70%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: rgba(63, 63, 63, 0.1);
}
.zd_erha .aat_list li > a {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
}
.zd_erha .aat_list li > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -18%;
  width: 18%;
  height: 100%;
}
.zd_erha .aat_list li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zd_erha .aat_list li > a i img {
  height: 1.5rem;
  filter:invert(100%) sepia(79%) saturate(1524%) hue-rotate( 199deg) brightness(99.8155%) contrast(327%);
}
.zd_erha .aat_list li > a p {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.25em;
  text-align: center;
  padding: 0.25em 0;
}
.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  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: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha .aat_list li .erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.productr table {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
  word-break: break-all;
  border-spacing: 0px;
  border-collapse: separate;
}

.productr td {
  padding: 5px !important;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.item-img {
  width: 100%;
  text-align: right;
  z-index: 0;
  overflow-x: hidden;
}

.item-img div.zhuti {
  text-align: right;
  position: relative;
  display: inline-block;
  margin-right: 235px;
  padding-top: 90px;
  z-index: 10;
}

.item-img div.zhuti img.zhuti1 {
  width: auto;
  mix-blend-mode: screen;
  position: relative;
  z-index: 1;
  max-width: 74%;
}

.item-img div.zhuti img.zhuti2 {
  width: auto;
  position: absolute;
  top: 0;
  left: -120px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transform-origin: 50% 90%;
  transform: scaleX(1);
  display: none;
}

.item-img div.dizuo {
  position: absolute;
  top: 130px;
  left: 80px;
  transform: rotatex(50deg) rotatex(18deg) rotateZ(0deg);
  transform-style: preserve-3d;
}

.item-img div.dizuo img.dizuo1 {
  width: auto;
  position: relative;
  -webkit-animation: blobby-wiggle 30s linear infinite;
  animation: blobby-wiggle 30s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes blobby-wiggle {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes blobby-wiggle {
  0%,
  25%,
  50%,
  75%,
  100% {
    transform: none;
  }

  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes blobby-wiggle2 {
  0% {
    transform: rotate(-0deg);
  }

  25% {
    transform: rotate(-90deg);
  }

  50% {
    transform: rotate(-180deg);
  }

  75% {
    transform: rotate(-270deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes blobby-wiggle2 {
  0%,
  25%,
  50%,
  75%,
  100% {
    transform: none;
  }

  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-90deg);
  }

  50% {
    transform: rotate(-180deg);
  }

  75% {
    transform: rotate(-270deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.item-img div.dizuo img.dizuo2 {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: blobby-wiggle 25s linear infinite;
  animation: blobby-wiggle 25s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
}

.item-img div.dizuo img.dizuo3 {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: blobby-wiggle 15s linear infinite;
  animation: blobby-wiggle 15s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
}

.item-img div.dizuo img.dizuo4 {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: blobby-wiggle 20s linear infinite;
  animation: blobby-wiggle 20s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
}

.item-img div.dizuo img.dizuo5 {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: blobby-wiggle2 20s linear infinite;
  animation: blobby-wiggle2 20s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
  animation-delay: 0s;
}

@media only screen and (max-width: 1600px) {
  .item-img {
    width: 75%;
  }
  .item-img div.zhuti {
    margin-right: 0;
    padding-top: 100px;
    padding-left: 180px;
    text-align: left;
  }
  .item-img div.dizuo {
    right: 100px;
    top: 80px;
  }
}

@media only screen and (max-width: 1200px) {
  .item-img div.dizuo {
    max-width: 50%;
    right: 0;
  }

  .item-img div.zhuti {
    max-width: 50%;
    margin-right: 50px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 992px) {
   {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    display: block !important;
  }

  /* .text {
                        display: none;
                    } */

  .item-img {
    display: none;
  }

  .item-img img {
    width: auto;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .item-img {
    display: none;
  }

  .text .link .btn {
    width: 120px;
    height: 30px;
    font-size: 14px;
    padding: 0;
  }
}
.app-box-img img {
  height: 420px;
  object-fit: cover;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .app-box-img img {
    height: 260px;
  }
}
.pagelist {
  text-align: center;
  margin-top: 20px;
}
.pagelist a {
  display: inline-block;
}
.rows {
  border: 1px solid #fafafa;
  padding: 10px 15px;
  border-radius: 7px;
}
.pagelist {
  display: block;
  width: 100%;
  margin-top: 40px;
  text-align: center; /*display: block;*/
  margin-bottom: 4%;
  overflow: hidden;
}
.pagelist .first {
  border: 1px solid #eee;
  padding: 10px 35px;
  font-size: 14px;
  display: inline;
  border-radius: 7px;
  margin-right: 0;
}
.pagelist .active {
  background: var(--thm-color);
  border: 1px solid var(--thm-color);
  padding: 10px 15px;
  border-radius: 7px;
  color: #fff;
}
.pagelist li {
  border: 1px solid #eee;
  padding: 10px 15px;
  font-size: 14px;
  margin-left: 11px;
  display: inline-block;
  border-radius: 7px;
}
.pagelist .end {
  border: 1px solid #eee;
  padding: 10px 35px;
  font-size: 14px;
  background: none;
  color: #333;
  display: inline;
  border-radius: 7px;
  margin-left: 10px;
}
.pagelist .next,
.pagelist .prev {
  border: 1px solid #eee;
  padding: 7px 16px;
  font-size: 14px;
  display: inline-block;
  border-radius: 7px;
  margin-left: 11px;
}
.pagelist .page-num-current {
  background: #eee;
}

@media only screen and (min-width: 200px) and (max-width: 750px) {
  .pagelist {
    margin-top: 50px;
  }
  .pagelist .current {
    padding: 4px 5px;
  }
  .pagelist .page-num {
    padding: 4px 10px;
    margin-left: 5px;
  }
  .pagelist .first {
    padding: 4px 10px;
    margin-right: 0;
  }
  .pagelist .next,
  .pagelist .prev {
    padding: 2px 10px;
    margin-left: 0;
  }
  .rows {
    padding: 4px 5px;
  }
  .pagelist .end {
    padding: 4px 15px;
    margin-left: 0px;
  }
  .pagelist .page-num-current {
    background: #eee;
  }
}
.nav-x {
  background: #f5f5f5;
  width: 100%;
  position: relative;
}
.nav-x .menu-toggle h3 {
  display: none;
}
.nav-x ul {
  font-size: 0;
  -webkit-text-size-adjust: none;
  text-align: center;
}
.nav-x li {
  display: inline-block;
}
.nav-x li i {
  margin: 0px auto 5px auto;
  font-size: 24px;
  display: block;
}
.nav-x li a {
  font-size: 16px;
  padding: 0;
  height: 70px;
  line-height: 70px;
  color: #6e6e6e;
  text-align: center;
  display: block;
  padding: 0 20px;
}
.nav-x li a:hover {
  color: var(--thm-color);
}
.nav-x li a.active {
  background: var(--thm-color);
  color: #fff;
}
.list-news {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.list-news .time {
  margin-right: -20px;
  padding: 15px 0 10px 0;
  border-right: 1px solid #eee;
}
.list-news .time .text-large {
  font-size: 52px;
  line-height: 54px;
}
.list-news .news {
  margin-left: 2rem;
  margin-right: 1.875rem;
}
.list-news .news h3 a {
  display: block;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.list-news .button {
  width: 70px;
  line-height: 56px;
  font-size: 24px;
  border: 1px solid #ebebeb;
}
.list-news .button i {
  font-size: 22px;
}
.list-news:hover .button {
  background: var(--thm-color);
  color: #fff;
  border: 1px solid var(--thm-color);
}
.list-news:hover h3 a {
  color: var(--thm-color);
}
.contact-bg {
  background: url(../images/mbg.jpg) top/cover no-repeat;
  padding: 5rem 0;
}
.index-one__box {
  position: relative;
}
.index-one__box .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.index-one__box .text .name {
  color: #fff;
}
.index-one__box .text a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  height: 100%;
}
.index-one__box:hover .text {
  background: rgba(0, 0, 0, 0);
}
.index-one__box:hover .text .name,
.index-one__box:hover .text .txt {
  color: var(--thm-color);
}
.index_silogn {
  background: url(../images/sbg.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 9.375rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.index_silogn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
}
.index_silogn .container {
  position: relative;
  z-index: 100;
}
.index_silogn h2 {
  font-size: 4rem;
  color: var(--thm-color);
  margin-bottom: 20px;
  font-weight: 800;
}
.index_silogn p {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px;
  font-style: italic;
}
.culture_box {
  color: #fff;
  text-align: center;
}
.culture_box .icon {
  width: 5rem;
  height: 5rem;
  background: var(--thm-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.culture_box .icon img {
  height: 2.5rem;
}
.culture_box .name {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.culture_box .text {
  color: #fff;
  font-size: 1rem;
}
.dev_history {
  margin-top: 20px;
  text-align: center;
  border-top: 1px #f1f1f1 solid;
  padding-top: 20px;
  position: relative;
}
.dev_history::before {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 auto;
}
.dev_history h2 {
  margin-bottom: 1.25rem;
}
.dev_history h4 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.swiperHistory .swiper-slide-active .dev_history::before {
  background: var(--thm-color);
}
.swiperHistory .swiper-slide-active .dev_history h2 {
  color: var(--thm-color);
}
.swiperHistory .swiper-slide-active .dev_history p {
  font-size: 1rem;
}
.nav-container.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
  z-index: 100;
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
    opacity: 0.8;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.scroll-indicator {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  width: 0%;
  z-index: 1001;
  transition: width 0.1s;
}
#about,
#culture,
#history,
#honor {
  scroll-margin-top: 120px;
}
.job-list {
  background: #f5f5f5;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.job-list dt {
  font-weight: normal;
}
.job-list dd p {
  line-height: 2rem;
  font-size: 1rem;
  color: #666;
}
.job-list:hover {
  color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.job-list:hover dt {
  color: var(--thm-color);
}
.job-lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  background: #f5f5f5;
  padding: 1.6rem;
  margin-bottom: 1.25rem;
}
/* 弹出层*/
.dialog-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #121212;
  z-index: 10;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
.dialog {
  border: 1px solid #ebebeb;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background-color: #fff;
  display: none;
}
.dialog .dialog-head,
.dialog .dialog-foot {
  padding: 10px 20px;
}
.dialog .dialog-head {
  border-bottom: solid 1px #ebebeb;
  background-color: #f5f5f5;
  border-radius: 4px 4px 0 0;
}
.dialog .dialog-head strong {
  font-size: 16px;
}
.dialog .dialog-head .close {
  float: right;
  line-height: 24px;
}
.dialog .dialog-body {
  padding: 15px 20px;
}
.dialog .dialog-foot {
  text-align: right;
  border-top: solid 1px #ebebeb;
}
.dialog.open {
  display: block;
}
.dialog {
  border-radius: 0.625rem;
  border: 0 solid #ebebeb;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.dialog .dialog-head {
  font-size: 18px;
  border-bottom: 0;
  background: #fff;
  color: #383838;
}
.dialog .dialog-head .close {
  float: right;
  line-height: 24px;
}
.dialog .dialog-body {
  padding: 10px 40px 40px 40px;
}
.dialog-body h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--thm-color);
  margin-bottom: 10px;
}
.dialog-body .form-group {
  padding-bottom: 20px;
}
.dialog-body .input {
  height: 48px;
  line-height: 24px;
  padding: 0 12px;
  border: 1px solid #ebebeb;
  width: 100%;
  display: block;
  border-radius: 10px;
  -webkit-appearance: none;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
  background: transparent;
}
.dialog-body .textarea {
  padding: 10px 12px;
  line-height: 24px;
  width: 100%;
  background: transparent;
  border: 1px solid #ebebeb;
}
.dialog-body .label {
  padding-bottom: 10px;
  display: block;
  line-height: 24px;
}
.dialog-body .label label {
  font-weight: 400;
}
.dialog-body select {
  padding: 0 30px 0 8px;
  color: #adadad;
  border-radius: 0px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: solid 1px #ebebeb;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select-down.png) no-repeat right 50%;
}
.dialog-body .form-tips .dialog-body .input-help ul {
  border: solid 0px #ebebeb;
  background: #fff;
  padding: 5px 10px;
  box-shadow: 0 0 0 #fff;
  border-radius: 0 0 4px 4px;
  width: 150px;
  min-width: 150px;
  width: auto;
  _width: 150px;
  color: #ee3333;
  font-size: 12px;
}
.dialog-body .input::-webkit-input-placeholder,
.dialog-body .textarea::-webkit-input-placeholder {
  color: #6e6e6e;
}
.dialog-body .input:-moz-placeholder,
.dialog-body .textarea:-moz-placeholder {
  color: #6e6e6e;
}
.dialog-body .input::-moz-placeholder,
.dialog-body .textarea::-moz-placeholder {
  color: #6e6e6e;
}
.dialog-body .input:-ms-input-placeholder,
.dialog-body .textarea:-ms-input-placeholder {
  color: #6e6e6e;
}
.dialog-body .input-group .addon {
  background-color: #fff;
  border: 0px solid #ebebeb;
  border-radius: 0px;
  line-height: 1;
  padding: 0;
  text-align: center;
}
.dialog-body .input-group .addon img {
  max-height: 50px;
}
/* 弹出层 end*/
.index_pronav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px #ccc solid;
  margin-bottom: 2.5rem;
  padding: 0 3.75rem;
}
@media(max-width: 992px){
  .index_pronav{
    grid-template-columns: repeat(3, 1fr);
  }
}
.index_pronav a {
  display: inline-block;
  font-size: 1.125rem;
  color: #121212;
  padding: 0.625rem 0;
}
.index_pronav a.active,
.index_pronav a:hover {
  color: #3d7ebb;
  border-bottom: 2px solid #3d7ebb;
}
.index-ones-item {
  border: 1px solid var(--thm-color);
  border-radius: 0.625rem;
  padding: 3.75rem 0;
}
.index-ones-item .txt {
  max-width: 18.75rem;
  margin: 0 auto;
  line-height: 1.875rem;
}
.index-ones-item:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.144);
}
.index-ones-item:hover .name,
.index-ones-item:hover .txt {
  color: var(--thm-color);
}
.index-four-single div {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.index-four-single b {
  margin-top: -0.5rem;
  margin-right: 0.625rem;
}
.index-four-single b::after {
  content: '';
  display: block;
  width: 100%;
  margin-top: -0.625rem;

  border-bottom: 6px solid var(--thm-color);
}
.index-four-single p {
  line-height: 2.5rem;
}
.index_four_box {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 2.06rem 0 2.06rem 2.1875rem;
}
.index_four_box img {
  margin-right: 0.9375rem;
}
.index_four_box:hover,
.index_four_box.active {
  background: linear-gradient(to right, #55bdf1, #2da1db);
}
.index_four_box:hover .name,
.index_four_box.active .name {
  color: #fff;
}
.index_four_box:hover img,
.index_four_box.active img {
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 992px) {
  .index_pronav {
    padding: 0 1.5rem;
    gap: 1.5rem;
  }
  .index_four_box {
    width: 33.3333%;
    float: left;
    display: block;
    text-align: center;
  }
  .squer_pro {
    padding: 0 0.8rem;
  }
  .list_case .ul > li:nth-child(even) .left {
    order: 2;
  }
  .list_case .ul > li:nth-child(even) .right {
    order: 3;
  }
  .p100 {
    padding: 40px 0 !important;
  }
  .subtitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.swiper_pag{
  z-index: 100;
    bottom: 50px;
    text-align: center;
    left: 0;
    right: 0;
}
.swiper_pag .swiper-pagination-bullet{
  width: 30px;
  height: 10px;
  border-radius: 4px;
  background: #fff;
}
.index_probox_item .row .col-6 a.bl:hover .name{
  color: #3d7ebb;
}
footer .top .name:hover{
  background-image: linear-gradient(45deg, #93BF66, #fff);
  -webkit-background-clip: text;
  color: transparent; 
  display: inline-block;
}

.portfolio-left-title {
  top: 0;
  left: 0;
  z-index: 2;
}
.portfolio-left-title h4 {
  background: var(--thm-color);
  font-size: 30px;
  color: #eef4ff;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 28px 0;
  text-align: center;
}
.portfolio-left-title h4 span {
  display: block;
    font-size: 18px;
    font-weight: normal;
}
.portfolio-left-title ul{
  border-left: 1px #e7e7e7 solid;
  border-right: 1px #e7e7e7 solid;
}
.portfolio-left-title ul li {
  display: block;
  width: 100%;
  border-bottom: 1px #e7e7e7 solid;
}
.portfolio-left-title ul li a {
  display: block;
  padding: 25px 30px;
  font-size: 18px;
  color: #121212;
  text-align: center;
}
.portfolio-left-title ul li a:hover,
.portfolio-left-title ul li a.active {
  background: var(--thm-color);
  color: #fff;
}
.portfolio-left-title .portfolio-btn {
  display: block;
  width: 100%;
  background: #007bd3;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}




