@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
   scroll-behavior: smooth;
scroll-padding-top: 8.625rem;
}
#translate {
  display: none !important;
}
body {
  --header_h: 6.875rem;
  --container: 14.8125rem;
  --phone_img: 30px;
  --bors: 1.25rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-weight: 500;
  padding-top: var(--header_h);
}
.bgf8 {
  background: var(--bgf8);
}
.p_top {
  position: absolute;
  top: -5.625rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #3498DB;
}
.c {
  color: #3498DB;
}
.box_s {
  box-shadow: 0px 0px 1rem 0.1875rem rgba(0, 0, 0, 0.05);
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: #3498DB;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #3498DB;
}
.foot-fot.white {
  background: #F7F7F7;
}
.foot-fot.white .m-bm-nav > li {
  border-bottom: 1px solid #ededed;
}
.foot-fot.white .m-bm-nav > li > a,
.foot-fot.white .m-bm-nav .aniut i {
  color: rgba(0, 0, 0, 0.8);
}
.foot-fot.white .m-bm-nav > li .sec {
  padding-left: 40px;
}
.foot-fot.white .m-bm-nav > li .sec a {
  color: rgba(0, 0, 0, 0.7);
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #3498DB;
}
.search_more:hover::before {
  background: #3498DB;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
video {
  display: block;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 13.5rem;
  left: 1rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: left;
  font-size: 0.875rem;
  padding: 0 1rem;
}
.er-ul > li:hover a {
  color: #3498DB;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}
.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: #3498DB;
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: #3498DB;
  color: #fff;
  background: #3498DB;
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 1px solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: #3498DB;
}
.searchbox {
  border-color: #3498DB;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #3498DB;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 1.125rem;
  line-height: 1.35rem;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #3498DB;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #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: var(--phone_img);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #3498DB;
  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: #3498DB;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: var(--phone_img);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 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: #3498DB;
}
.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
.zd_erha {
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  right: 1rem;
  bottom: 5%;
  z-index: 999;
  width: 2.75rem;
  background: #3498DB;
  box-shadow: 0.125rem 0.1875rem 0.375rem rgba(150, 148, 148, 0.25);
  border-radius: 5rem;
}
.zd_erha .ad_sts {
  text-align: center;
}
.zd_erha .ad_sts i img {
  height: 1.5rem !important;
}
.zd_erha .ad_sts .name {
  font-size: 0.625rem;
  line-height: 0.75rem;
  color: #fff;
  margin-top: 0.3125rem;
  white-space: nowrap;
  display: none;
}
.zd_erha .ad_sts.aa .name {
  margin-left: -0.375rem;
}
.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.zd_erha .aat_list li:nth-last-child(2) {
  border-bottom: none;
}
.zd_erha .aat_list li:nth-last-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.zd_erha .aat_list li > a {
  display: block;
  width: 2.25rem;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem 0.3125rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zd_erha .aat_list li > a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 0.75rem 1rem;
  width: auto;
  right: -webkit-calc(115%);
  right: -moz-calc(115%);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 0.875rem;
  background: #fff;
  border-radius: 0.5rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 8rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.hidden {
  display: none;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: var(--header_h);
}
.show_header.bgf {
  background: #fff;
}
.show_header header {
  animation: none !important;
}
.show_header header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DEDEDE;
}
header.active,
header:hover,
header.white {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color: #585858;
}
header.active .top,
header:hover .top,
header.white .top {
  background: #3498DB;
}
header.active .bot,
header:hover .bot,
header.white .bot {
  background: #fff;
}
header.active .logo img,
header:hover .logo img,
header.white .logo img,
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
header.active .lanuage img,
header:hover .lanuage img,
header.white .lanuage img {
  filter: brightness(1) invert(0);
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color: #585858;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .top {
  line-height: 1.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .top .ul {
  display: flex;
  justify-content: flex-end;
}
header .top .ul > li {
  cursor: pointer;
  font-size: 0.875rem;
  color: #fff;
  position: relative;
}
header .top .ul > li:not(:first-child) {
  margin-left: 1.75rem;
}
header .top .ul > li a {
  color: #fff;
}
header .top .ul > li img {
  height: 1.25rem;
}
header .top .ul > li img:nth-child(1) {
  margin-right: 0.375rem;
}
header .top .ul > li:hover ul {
  transform: scaleY(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .top .ul > li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #3498DB;
  text-align: center;
  z-index: 9;
  padding: 0.625rem 0;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .top .ul > li ul li a {
  color: #fff;
}
header .bot {
  line-height: 5rem;
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .container {
  padding: 0 6.25rem;
}
header .logo img {
  height: 3.5rem;
}
header .ds1 {
  margin-left: 5rem;
}
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.5625rem;
  cursor: pointer;
}
header .center > ul > li:nth-child(3) .er-ul {
  width: 18.5rem;
}
header .center > ul > li {
  float: left;
  padding: 0 1rem;
  margin: 0 1rem;
}
header .center > ul > li:last-child {
  padding-right: 0;
  margin-right: 0;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  font-weight: 600;
  position: relative;
  padding: 0 0.625rem;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #3498DB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a,
header .center > ul > li.active > a {
  color: #3498DB;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 2.5rem;
  line-height: 3.4375rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.banner .hover .p2 .dian {
  display: flex;
  align-items: center;
}
.banner .hover .p2 .dian img {
  width: 1.5rem;
}
.banner .hover .p2 .dian div {
  width: calc(100% - 1.5rem);
  padding-left: 0.8125rem;
}
.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-prev,
.banner .swiper-button-next {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 990px) {
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }
}
.banner .swiper_pag {
  bottom: 2.5rem;
}
.banner .swiper_pag .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 0.625rem;
}
.banner .swiper_pag .swiper-pagination-bullet-active {
  background: #fff;
}
.bread {
  font-size: 1rem;
  color: #525252;
  padding: 2.5rem 0;
  font-weight: 400;
  line-height: 1.875rem;
}
.bread .flex {
  justify-content: center;
  align-items: center;
}
.bread a {
  color: #525252;
}
.bread a:hover {
  color: #3498DB;
}
.bread span {
  color: #BCBCBC;
}
.bread img {
  height: 1.5rem;
  margin-right: 0.75rem;
}
.bread span {
  margin: 0 1rem;
}
.bread span:last-child {
  display: none;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4rem;
  text-align: center;
}
@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }
  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }
  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.bread {
  font-size: 1rem;
  color: #262626;
}
.bread a {
  color: #262626;
}
.bread img {
  height: 1.5rem;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFF;
  box-shadow: 0 0 10px 5px rgba(87, 191, 225, 0.1);
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
  padding: 2.625rem 0;
}
.number_ul li .icon img {
  height: 2.5rem;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
  margin: 0.3125rem 0;
}
.number_ul li .num span {
  color: var(--num_cor);
  font-size: 3.75rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  bottom: 0;
  font-weight: 600;
}
.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}
.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 1.5rem;
  margin-left: 0.25rem;
  top: -1.5625rem;
  font-weight: 600;
}
.number_ul li .text {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.number_ul li > div {
  display: inline-block;
}
.text {
  color: #9A9696;
  font-size: 1rem;
  line-height: 1.875rem;
}
.swiper_pag .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border: 1px solid #3498DB;
  margin: 0 0.3125rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #3498DB;
}
.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #3498DB;
  background: #3498DB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover {
  background: #3498DB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #fff;
}
.more {
  border: 1px solid var(--more_c);
  display: inline-block;
  --more_c: #707070;
  position: relative;
  z-index: 9;
}
.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: #3498DB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}
.more > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}
.more > div .iconfont {
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.more.bg {
  border-color: #3498DB;
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: #3498DB;
}
.more.borf {
  border-color: #fff;
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: #3498DB;
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: #3498DB;
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.more {
  width: 12.8125rem;
  border-radius: 3.125rem;
  border: 1px solid #CFCFCF;
  color: #818181;
  text-align: center;
  font-size: 1rem;
  padding: 0.25rem;
}
.more .flex {
  justify-content: flex-start;
}
.more .flex > div {
  line-height: 2.9375rem;
}
.more .flex > div:nth-child(1) {
  width: calc(100% - 3.5625rem);
  text-align: center;
}
.more .img {
  width: 3.5625rem;
  line-height: 2.9375rem;
  height: 2.9375rem;
  border-radius: 1.875rem;
  position: absolute;
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
  background: #3498DB;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more .img img {
  filter: brightness(0) invert(1);
  width: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover {
  border-color: #3498DB;
}
.more:hover .img {
  width: calc(100% - 0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover div {
  color: #fff;
}
.title {
  color: #393939;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3rem;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.leftimg_righttext > li:nth-child(even) .left {
  order: 2;
}
.leftimg_righttext > li:nth-child(even) .right {
  order: 1;
}
.fixright_li_last {
  display: none;
  cursor: pointer;
}
.fixright_li_last > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #3498DB;
  border-radius: 50%;
}
.ptb {
  padding: 6.25rem 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}
.cfff .bread img {
  filter: brightness(0) invert(1);
}
.cfff .bread a,
.cfff .bread span {
  color: #fff;
}
.show_news {
  padding-bottom: 4.375rem;
}
.show_news .title {
  padding: 3rem 0 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 1.875rem;
}
.show_news .data {
  display: flex;
  justify-content: center;
  color: #FFF;
  font-size: 1rem;
  line-height: 2.1875rem;
  margin: 0 -2.1875rem;
}
.show_news .data > div {
  padding: 0 2.1875rem;
  display: flex;
  align-items: center;
}
.show_news .data .fenxiang ul li {
  line-height: 1.75rem;
  width: 1.875rem;
  height: 1.875rem;
}
.show_news .data .fenxiang ul li a {
  border-color: #fff;
  color: #fff;
  line-height: 1.75rem;
}
.show_news_two.ptb {
  padding-top: 3.4375rem;
}
.show_news_two.ptb .text {
  color: #5D5D5D;
  font-size: 1rem;
  line-height: 2.1875rem;
}
.show_news_two.ptb .text ul{
    list-style-type: disc;
}
.show_news_two.ptb .text ul li{
    list-style: inside;
}
.show_news_two.ptb .shangxia {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
}
.show_news_two.ptb .shangxia .l {
  width: calc(100% - 15rem);
}
.show_news_two.ptb .shangxia .l span {
  font-weight: 600;
}
.show_news_two.ptb .shangxia .r {
  width: 15rem;
  text-align: right;
}
.show_news_two.ptb .shangxia .l a {
  color: rgba(0, 0, 0, 0.8);
}
.show_news_two.ptb .shangxia .l a:hover {
  color: #3498DB;
}
.show_news_two.ptb .more img {
  width: 1rem;
  right: 1.25rem;
}
.sjj_nav.white {
  background: #fff;
}
.sjj_nav.white .top {
  background: #fff;
}
.sjj_nav.white .bot > li > div > a {
  color: #353535;
}
.sjj_nav.white .bot > li .list .left a {
  color: #818181;
  font-size: 14px;
  font-weight: 500;
}
.sjj_nav.white .top .fr img {
  filter: brightness(1) invert(1);
  opacity: 0.8;
}
.index_one .swiper-container {
  margin-top: 2.5rem;
}
.index_one .swiper-slide {
  padding: 1rem;
  height: auto;
}
.index_one .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.index_one .swiper-slide:hover .content .name {
  color: #3498DB;
}
.index_one .swiper-slide > div {
  background: #FFF;
  box-shadow: 0 0 10px 5px rgba(87, 191, 225, 0.1);
  height: 100%;
}
.index_one .swiper-slide .content {
  padding: 1.875rem 1.1rem;
}
.index_one .swiper-slide .content .name {
  color: #5D5D5D;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 600;
  margin-bottom: 0.6875rem;
}
.index_one .swiper-slide .content .dian {
  position: relative;
  padding-left: 1rem;
  color: #9A9696;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.index_one .swiper-slide .content .dian:not(:last-child) {
  margin-bottom: 0.375rem;
}
.index_one .swiper-slide .content .dian::before {
  content: "";
  position: absolute;
  top: 0.675rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #9A9696;
}
.index_one .margin {
  margin: -1rem;
}
.prev_next .swiper-button-next {
  right: -6rem;
}
.prev_next .swiper-button-prev {
  left: -6rem;
}
.index_two ul {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.index_two ul li {
  width: 33.3%;
  position: relative;
  z-index: 9;
  text-align: center;
  padding: 2.8125rem 3.25rem 3.75rem;
}
.index_two ul li:nth-child(1),
.index_two ul li:nth-child(2),
.index_two ul li:nth-child(3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.index_two ul li:not(:nth-child(3n+1)) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.index_two ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.205);
  backdrop-filter: blur(0.625rem);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two ul li: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);
}
.index_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;
}
.index_two ul li .icon {
  height: 1.875rem;
  width: 1.875rem;
  margin: 0 auto;
}
.index_two ul li .icon img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two ul li .name {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 1.5rem 0 0.1875rem;
}
.index_two ul li .text {
  color: #FFF;
}
.squer_pro > div {
  background: #fff;
}
.squer_pro > div .over {
  text-align: center;
  padding: 1.5rem 0;
}
.squer_pro > div .over img {
  height: 13.75rem;
  object-fit: contain;
}
.squer_pro > div .content {
  border-top: 1px solid #DEDEDE;
  padding: 1.5rem 1.5rem 2rem;
}
.squer_pro .name {
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.squer_pro:hover .over img {
  transform: scale(1.1);
}
.squer_pro:hover .name {
  color: #3498DB;
}
.index_three .noempty img {
  filter: brightness(0) invert(1);
}
.index_three .ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: none;
  border-bottom: none;
  /*border-top: none;*/
  position: relative;
  margin: 1.5rem 0 2.5rem;
}
/* .index_three .ul::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
} */
.index_three .ul li {
  width: calc(100% / 4);
  text-align: center;
  line-height: 3.625rem;
  height: 3.625rem;
  font-size: 1rem;
  position: relative;
  z-index: 9;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  
    border-bottom:  1px solid rgba(255, 255, 255, 0.3);
}
.index_three .ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  z-index: -1;
}
.index_three .ul li.active::before,
.index_three .ul li:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .ul li.active a,
.index_three .ul li:hover a {
  color: #484848;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .ul li a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
/*.index_three .ul li:not(:nth-child(5n+1)) {*/
/*  border-left: 1px solid rgba(255, 255, 255, 0.3);*/
/*}*/
.index_three .swiper-slide {
  height: auto;
}
.index_three .swiper-slide > div {
  height: 100%;
}
.index_three .swiper_btn {
  background: #57BFE1;
}
.index_three .sum > div {
  overflow: hidden;
}
.index_three .sum > div.active {
  height: auto;
}
.index_four .ul li {
  margin-top: 2.8125rem;
}
.index_four .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;
}
.index_four .ul li:hover > div .name {
  color: #3498DB;
}
.index_four .ul li > div {
  height: 100%;
  position: relative;
  padding: 0 1.875rem 2.8125rem;
  z-index: 9;
}
.index_four .ul li > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 3.125rem);
  border: 1px solid #57BFE1;
  background: #FFF;
  box-shadow: 0 0 10px 5px rgba(87, 191, 225, 0.1);
  z-index: -1;
}
.index_four .ul li > div .icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: #3498DB;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_four .ul li > div .icon img {
  width: 2.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  filter: brightness(0) invert(1);
}
.index_four .ul li > div .name {
  margin: 1.25rem 0 0.375rem;
  color: #3B3B3B;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
}
.index_four .ul li > div .text {
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-align: center;
}
.index_five {
  background: #EDF4FA;
  padding-top: 6rem;
}
.index_five .right .over img {
  height: 48.125rem;
  object-fit: cover;
}
.index_five .right a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_five .right a img {
  width: 5.625rem;
  height: 5.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .right:hover a img {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .left {
  padding-bottom: 1rem;
}
.index_five .left .text {
  margin: 1.25rem 0 4rem;
}
.index_five .left .flx {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.index_five .left .flx > img {
  margin-right: 3.4375rem;
  height: 4rem;
}
.index_five .hover {
  position: relative;
 bottom: -3rem;
  z-index: 9;
  width: 100%;
}
.index_six .name {
  color: #3B3B3B;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1875rem;
}
.index_six .data {
  color: #5D5D5D;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.1875rem;
}
.index_six .left .name {
  margin: 2rem 0 0.5rem;
}
.index_six .left .over img {
  height: 30.9375rem;
  object-fit: cover;
}
.index_six .left:hover .over img {
  transform: scale(1.1);
}
.index_six .left:hover .name {
  color: #3498DB;
}
.index_six .right ul li:hover .l img {
  transform: scale(1.1);
}
.index_six .right ul li:hover .r .name {
  color: #3498DB;
}
.index_six .right ul li:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.index_six .right ul li a {
  display: flex;
  align-items: center;
}
.index_six .right ul li a .l {
  width: 11.4375rem;
  height: 8.125rem;
}
.index_six .right ul li a .l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_six .right ul li a .r {
  width: calc(100% - 11.4375rem);
  padding-left: 2.8125rem;
}
.bgf8 {
  background: #EDF4FA;
}
.index_seven .ul li {
  margin-top: 2.1875rem;
}
.index_seven .ul li:hover .a::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_seven .ul li:hover .a .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_seven .ul li:hover .a .con {
  color: #3498DB;
}
.index_seven .ul li .a {
  display: flex;
  align-items: center;
  padding: 3.375rem 2.375rem;
  background: #fff;
  position: relative;
  z-index: 4;
}
.index_seven .ul li .a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #57BFE1;
  background: #FFF;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 0 10px 5px rgba(87, 191, 225, 0.1);
  z-index: -1;
}
.index_seven .ul li .a .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #3498DB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_seven .ul li .a .icon img {
  height: 1.5rem;
}
.index_seven .ul li .a .con {
  width: calc(100% - 4rem);
  padding-left: 1.5625rem;
  color: #3B3B3B;
  font-size: 1.5rem;
  line-height: 2.1875rem;
}
footer {
  background: #3498DB;
  padding: 5.625rem 0 3.75rem;
}
footer .ul {
  display: flex;
  justify-content: space-between;
}
footer .ul li:nth-child(3) {
  max-width: 25%;
}
footer .ul li:last-child {
  max-width: 18%;
}
footer .ul li .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
footer .ul li .text {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .ul li a.text:hover {
  text-decoration: underline;
}
footer .ul li .list {
  display: flex;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .ul li .list:not(:last-child) {
  margin-bottom: 1rem;
}
footer .ul li .list .icon img {
  height: 1.5rem;
}
footer .ul li .list .con {
  width: calc(100% - 1.5rem);
  padding-left: 0.9375rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
}
footer .ul li .fenxiang ul {
  margin-top: 0;
}
footer .ul li .fenxiang ul li {
  border-color: #fff;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75rem;
}
footer .ul li .fenxiang ul li a {
  border-color: #fff;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
footer .ul li ul {
  display: flex;
  margin-top: 1.125rem;
}
footer .ul li ul img {
  width: 5.375rem;
  height: 5.375rem;
}
footer .ul li ul li:not(:last-child) {
  margin-right: 1.125rem;
}
.beian {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.375rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  background: #3498DB;
}
.beian .r a {
  color: #fff;
  display: inline-block;
}
.beian .r a:not(:first-child) {
  margin-left: 1.5rem;
}
.list_contact .ul {
  margin-top: 2.5rem;
}
.list_contact .ul li > div {
  border: 1px solid #E3E3E3;
  padding: 4rem 3rem 2.5rem;
  text-align: center;
  height: 100%;
}
.list_contact .ul li > div .icon {
  margin-bottom: 2rem;
}
.list_contact .ul li > div .icon img {
  height: 2.8125rem;
  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 {
  color: #383838;
  font-size: 1.375rem;
  line-height: 2.1875rem;
}
.list_contact .ul li > div .text {
  color: #5D5D5D;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.list_contact .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_contact .ditu {
  margin-top: 2.8125rem;
}
.list_contact_two .left {
  padding-right: 0;
}
.list_contact_two .left .over,
.list_contact_two .left .over img {
  height: 100%;
  object-fit: cover;
}
.list_contact_two .right {
  padding-left: 4.6875rem;
}
.list_contact_two input {
  width: 100%;
  line-height: 3.75rem;
  padding: 0 2rem;
  color: #5D5D5D;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid rgba(169, 169, 169, 0.5);
  background: transparent;
}
.list_contact_two .mb30 {
  margin-bottom: 1.375rem;
}
.list_contact_two textarea {
  width: 100%;
  height: 11.5rem;
  border-radius: 5px;
  line-height: 1.875rem;
  padding: 0.5rem 2rem;
  border: 1px solid rgba(169, 169, 169, 0.5);
  display: block;
  background: transparent;
}
.list_contact_two .text {
  color: #5D5D5D;
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin: 1.25rem 0;
}
.list_contact_two button {
  width: 10.375rem;
  line-height: 3.75rem;
  background: #3498DB;
  padding: 0;
  color: #fff;
  border: 1px solid #3498DB;
  border-radius: 0.3125rem;
}
.channel_Industries .margin.text {
  color: #5D5D5D;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  margin-bottom: 2.5rem;
}
.channel_Industries .ul li {
  background: #EDF4FA;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_Industries .ul li:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.075);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_Industries .ul li:hover .over img {
  transform: scale(1.1);
}
.channel_Industries .ul li:hover .right .name {
  color: #3498DB;
}
.channel_Industries .ul li:not(:last-child) {
  margin-bottom: 3.4375rem;
}
.channel_Industries .ul li .left {
  padding-right: 3rem;
}
.channel_Industries .ul li .right {
  display: flex;
  align-items: center;
}
.channel_Industries .ul li .right > div {
  padding-right: 2.5rem;
}
.channel_Industries .ul li .right .name {
  color: #2F2F2F;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.channel_Industries .ul li .right .text {
  color: #5D5D5D;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0.75rem 0 3.125rem;
}
.list_Industries .text {
  color: #5D5D5D;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.list_Industries .col-md-6 img {
  height: 100%;
  object-fit: cover;
}
.list_Industries .img {
  margin: 2rem 0 2.8125rem;
}
.list_Industries .img img {
  max-height: 42.1875rem;
  object-fit: cover;
}
.list_message .content {
  border-top: 0.1875rem solid #3498DB;
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.list_message .content .left {
  width: 31.25rem;
}
.list_message .content .left img {
  height: 34.8125rem;
  object-fit: cover;
  width: 100%;
}
.list_message .content .right {
  width: calc(100% - 31.25rem);
  padding: 0 2.1875rem;
}
.list_message .content .right input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid rgba(169, 169, 169, 0.5);
  line-height: 3.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #7B7B7B;
}
.list_message .content .right form img {
  height: 3.75rem;
  object-fit: cover;
}
.list_message .content .right textarea {
  width: 100%;
  display: block;
  height: 11.5625rem;
  border-radius: 3px;
  border: 1px solid rgba(169, 169, 169, 0.5);
  line-height: 1.75rem;
  padding: 1rem 1.25rem;
}
.list_message .content .right button {
  width: 10.375rem;
  line-height: 3.625rem;
  padding: 0;
  border-radius: 5px;
}
.list_message .content .right button::before {
  background: #fff;
  border-radius: 5px;
}
.list_message .content .right button:hover::before {
  transform: scale(1);
}
.list_message .content .right button:hover div {
  color: #3498DB;
}
.list_aftersales_two .list_message .content {
  border-top: none;
}
.list_aftersales_two .list_message .content .right {
  width: 100%;
  padding: 0;
}
.list_product {
  display: flex;
}
.list_product .left {
  background: linear-gradient(180deg, #EDF4FA 0%, #FFF 100%);
  width: 21.875rem;
  padding: 5.8125rem 0 6.25rem 0;
  position: sticky;
  top: 2rem;
  height: 100%;
}
.list_product .left li {
  padding-left: 5rem;
  height: 3.75rem;
  position: relative;
}
.list_product .left li:hover a {
  color: #3498DB;
}
.list_product .left li.active::before {
  background: linear-gradient(90deg, rgba(52, 152, 219, 0) 0%, #3498DB 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .left li.active a {
  color: #fff;
}
.list_product .left li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 1.875rem;
  padding-left: 1.375rem;
  color: #454545;
  font-size: 1rem;
}
.list_product .left li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 64, 152, 0.15);
}
.list_product .right {
  width: calc(100% - 21.875rem);
  padding-left: 4rem;
  padding-right: var(--container);
}
.list_product .right .ul {
  margin: 0 -1.25rem;
}
.list_product .right .ul li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.list_product .right .ul li:hover > div::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .right .ul li:hover > div .over img {
  transform: scale(1.1);
}
.list_product .right .ul li:hover > div .name {
  color: #3498DB;
}
.list_product .right .ul li > .div {
  z-index: 9;
  border: 1px solid #E3E3E3;
  background: #FFF;
  position: relative;
  padding: 1.875rem 1.875rem 2.8125rem;
}
.list_product .right .ul li > .div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.25rem solid #3498DB;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .right .ul li > .div .over img {
  padding: 1.25rem;
  height: 16.25rem;
  object-fit: contain;
}
.list_product .right .ul li > .div .name {
  color: #5D5D5D;
  font-size: 1rem;
  line-height: 1.875rem;
  height: 5.625rem;
  margin: 0.625rem 0 1.375rem;
}
.more_2 {
  cursor: pointer;
}
.more_2.bor {
  border: 1px solid #9F9F9F;
  border-radius: 3.125rem;
  display: inline-block;
}
.more_2.bor div {
  color: #707070;
  background: transparent;
}
.more_2.bor div::before {
  background: #3498DB;
}
.more_2.bor:hover {
  border-color: #3498DB;
}
.more_2.bor:hover div {
  color: #fff;
}
.more_2 > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  color: #fff;
  padding: 0 1rem;
  line-height: 3.125rem;
  border-radius: 3.125rem;
  background: #3498DB;
  position: relative;
  z-index: 9;
}
.more_2 > div::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0.5);
  background: #fff;
  border-radius: 3.125rem;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_2 > div img {
  width: 1.375rem;
  margin-left: 0.375rem;
}
.more_2 > div .iconfont {
  font-size: 1.5rem;
  display: block;
  margin-right: 0.6875rem;
}
.more {
  cursor: pointer;
}
.more_2:hover > div {
  color: #3498DB;
}
.more_2:hover > div::before {
  opacity: 1;
  transform: scale(1);
}
.more_2:hover > div img {
  filter: brightness(0) invert(1);
}
.show_product .left .content {
  box-shadow: 0 0 30px rgba(52, 152, 219, 0.1);
}
.show_product .left .content .over_h,
.show_product .left .content .swiper-slide {
  height: 30.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product .left .content .over_h img,
.show_product .left .content .swiper-slide img {
  height: 25.75rem;
  object-fit: contain;
}
.show_product .left .swiper-button-next {
  right: 2rem;
}
.show_product .left .swiper-button-prev {
  left: 2rem;
}
.show_product .left .swiper-button-next,
.show_product .left .swiper-button-prev {
  background: transparent;
}
.show_product .left .swiper-button-next .iconfont,
.show_product .left .swiper-button-prev .iconfont {
  font-size: 1.5rem;
  display: block;
  color: #6E6E6E;
}
.show_product .row {
  margin: 0 -1.875rem;
}
.show_product .row > div {
  padding: 0 1.875rem;
}
.show_product .more div img {
  height: 1.5rem;
  width: 1.5rem;
  right: 1rem;
}
.show_product .name {
  margin-bottom: 1.875rem;
}
.show_product .name .dian {
  padding-left: 1.5rem;
  color: #5D5D5D;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  position: relative;
}
.show_product .name .dian::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #5D5D5D;
}
.show_product .title {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 0.625rem;
}
.list_Industries_two .swiper-container {
  margin-top: 2.5rem;
}
.list_Industries_two .prev_next {
  position: relative;
}
.show_pro_qiehuan {
  position: sticky;
  top: var(--header_h);
  z-index: 88;
}
.show_pro_qiehuan ul {
  display: flex;
}
.show_pro_qiehuan ul li {
  line-height: 5.875rem;
  cursor: pointer;
  color: #FFF;
  font-size: 1.875rem;
  position: relative;
}
.show_pro_qiehuan ul li a {
  color: #fff;
}
.show_pro_qiehuan ul li:not(:last-child) {
  margin-right: 11.25rem;
}
.show_pro_qiehuan ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
}
.show_pro_qiehuan ul li.active::before {
  width: 100%;
}
.show_pro_qiehuan 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;
}
.show_product_one {
  padding: 4.125rem 0 0;
}
.show_product_one .font30 {
  color: #2F2F2F;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.show_product_one .font24 {
  color: #141414;
  font-size: 1.5rem;
  line-height: 2.1875rem;
}
.show_product_one .text {
  color: #5D5D5D;
  font-size: 1rem;
  line-height: 2.1875rem;
}
.show_product_one table {
  margin: 0;
}
.show_product_one table tr td {
  border: 1px solid #D4E1FD;
  color: #4C4C4C;
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 1rem 1rem 1rem 4.625rem !important;
}
.show_product_one table tr td:nth-child(1) {
  background: #EDF4FA;
}
.show_product_two.index ul {
  padding-right: 0;
}
.show_product_two.index ul li {
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.show_product_two.index ul li .top .l {
  background: #3498DB;
  border-color: #3498DB;
}
.show_product_two.index ul li .top .l .iconfont {
  color: #fff;
}
.show_product_two.index ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.show_product_two ul {
  max-height: 33.5rem;
  padding-right: 2.25rem;
  overflow-y: scroll;
  margin-top: 2.1875rem;
}
.show_product_two ul li {
  background: #EDF4FA;
  padding: 1rem 3.125rem;
  cursor: pointer;
}
.show_product_two ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.show_product_two ul li .top {
  display: flex;
  align-items: center;
}
.show_product_two ul li .text {
  width: calc(100% - 2.5rem);
  margin: 0 0 0 auto;
  padding-left: 2.5rem;
}
.show_product_two ul li .l {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #A4A4A4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_product_two ul li .l .iconfont {
  font-size: 1.125rem;
  color: #A4A4A4;
}
.show_product_two ul li .r {
  width: calc(100% - 2.5rem);
  padding-left: 2.5rem;
}
.show_product_two ul li .r .name {
  color: #474747;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.show_product_two ul li .text {
  color: #818181;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.625rem;
  display: none;
}
.show_product_two ul li.active .text {
  display: block;
}
.show_product_two ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #C8C8C8;
  width: 4px;
  height: 164px;
  position: absolute;
}
.show_product_two ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.show_product_two ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #3498DB;
}
.suqera_news:hover a::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_news:hover a .over img {
  transform: scale(1.1);
}
.suqera_news:hover a .name {
  color: #3498DB;
}
.suqera_news .data {
  color: #5D5D5D;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 1.5625rem 0 1rem;
}
.suqera_news .name {
  color: #2F2F2F;
  font-size: 1.625rem;
  line-height: 2.5rem;
}
.suqera_news a {
  padding-bottom: 2.5rem;
  position: relative;
  height: 100%;
}
.suqera_news a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}
.suqera_news a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 1px;
  background: #3498DB;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.list_service .ul li:not(:last-child) {
  margin-bottom: 3.4375rem;
}
.list_service .ul li:nth-child(even) .right {
  order: 1;
}
.list_service .ul li:nth-child(even) .left {
  order: 2;
}
.list_service .ul li .row {
  margin: 0 -2rem;
}
.list_service .ul li .row > div {
  padding: 0 2rem;
}
.list_service .ul li .name {
  color: #2F2F2F;
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.list_service .ul li .dian {
  position: relative;
  padding-left: 1rem;
  color: #5D5D5D;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.list_service .ul li .dian:not(:last-child) {
  margin-bottom: 0.375rem;
}
.list_service .ul li .dian::before {
  content: "";
  position: absolute;
  top: 0.675rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #5D5D5D;
}
.list_service .ul li .text {
  margin: 0.75rem 0 3.125rem;
}
.list_news .content {
  background: #EDF4FA;
}
.list_news .content:hover .over img {
  transform: scale(1.1);
}
.list_news .content:hover .name {
  color: #3498DB;
}
.list_news .content .left > div {
  padding: 0 4.375rem;
}
.list_news .data {
  color: #5D5D5D;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.list_news .name {
  color: #2F2F2F;
  font-size: 1.625rem;
  line-height: 2.5rem;
  margin: 1rem 0;
}
.list_news .text {
  color: #5D5D5D;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  margin-bottom: 4rem;
}
.list_about {
  background-attachment: fixed !important;
  height: 100vh;
  display: flex;
  align-items: center;
}
.list_about .container {
  padding-bottom: 5rem;
}
.list_about .text {
  margin: 1.25rem 0 2.5rem;
  color: #fff;
  text-align: center;
}
.list_about .number_ul {
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.list_about .number_ul li {
  padding: 0;
  position: relative;
}
.list_about .number_ul li .icon img {
  filter: brightness(0) invert(1);
}
.list_about .number_ul li .num span,
.list_about .number_ul li .num sub,
.list_about .number_ul li .num sup {
  color: #fff;
}
.list_about .number_ul li .text {
  color: #fff;
}
.list_about .number_ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.6875rem;
  background: #fff;
  right: 0;
}
.list_about .number_ul li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.6875rem;
  left: 0;
  background: #fff;
}
.list_about_two .content {
  padding-top: 3.4375rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 3rem;
  position: relative;
}
.list_about_two .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(60% + 0.625rem);
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.list_about_two .margin {
  margin: 0 -3.125rem 0;
}
.list_about_two .swiper-slide {
  padding: 0 3.125rem;
  width: 40%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .swiper-slide .name {
  color: #2F2F2F;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.1875rem;
  margin-top: 1.5rem;
}
.list_about_two .swiper-slide .over img {
  width: 100%;
}
.list_about_two .swiper-slide.swiper-slide-active {
  width: 60%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .swiper-slide.swiper-slide-active .over img {
  height: 34rem;
  object-fit: cover;
}
.list_about_two .swiper-slide.swiper-slide-active .name {
  font-size: 1.875rem;
  margin-top: 2.5rem;
}
.list_about_two .hover_pag {
  display: flex;
  align-items: center;
  width: calc(40% - 3.125rem * 2);
  position: absolute;
  bottom: 7rem;
  right: 3.125rem;
}
.list_about_two .hover_pag .swiper-pagination {
  width: calc(100% - 3.125rem * 2 - 1.25rem * 2);
  height: 2px;
}
.list_about_two .hover_pag .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3498DB;
}
.list_about_two .hover_pag .swiper_btn {
  margin-left: 1.25rem;
}
.list_about_two .hover_pag > div {
  position: static;
  margin-top: 0;
}
.list_about_three .prev_next {
  margin: 3.125rem 0;
  height: 36.875rem;
}
.list_about_three .swiper_btn {
  top: 40%;
}
.list_about_three .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 20rem;
  padding: 1rem 0;
}
.list_about_three .swiper-slide .name {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three .swiper-slide.swiper-slide-active .name {
  margin-top: 2.5rem;
  height: 4.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(87, 191, 225, 0.3);
  box-shadow: 0 0 10px 5px rgba(87, 191, 225, 0.1);
  color: #5D5D5D;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three .swiper-slide img {
  display: block;
  width: 100%;
}
.list_about_three .swiper-container-3d .swiper-slide-shadow-left,
.list_about_three .swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}
.textarea .placeholder-text {
  top: 1rem;
  transform: translateY(0);
}
.placeholder-text {
  position: absolute;
  color: rgba(93, 93, 93, 0.747);
  pointer-events: none;
  transition: 0.2s;
  font-size: 1rem;
  padding: 0 2rem;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
}
.custom-input:focus + .placeholder-text,
.custom-input:not(:placeholder-shown) + .placeholder-text {
  opacity: 0;
}
.asterisk {
  color: red;
}
.list_message .content .right .placeholder-text {
  padding: 0 1.25rem;
}
.list_message .content .right textarea {
  color: #7B7B7B;
}
.show_news_two .left1{
    width: 70%;
    background: #fff;
    padding: 2rem;
    
}.show_news_two .reight{
    width: 28%;    background: #fff; padding: 1rem;
    margin-left: 2%;

    
}.show_news_two .reight .container{
    padding: 0;
    
}.show_news_two .reight .list_message .content .left{
    display: none;
}.show_news_two .reight  .list_message .content .right{
    width: 100%;
    padding: 0;
}

.show_news_two .reight .list_message .content{
        box-shadow: 0 0 0px 0px rgba(87, 191, 225, 0.10)!important;
}
.show_news_two .reight  .list_message .content .right input{
      line-height: 2.75rem;
}
.show_news_two .reight  .list_message .content .right .col-md-4{
   -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: .5rem;
}.show_news_two .reight .list_message .content .right textarea{
        height: 5.5625rem;
}
.show_news_two .reight  .list_message{
    padding: 2rem 1rem;
    border: 1px solid  #C8C8C8;
   
    
}.show_news_two.ptb{
    background: #f7f7f7;

}
.show_news_two.ptb>.container{
          
    display: flex;
    


}
.show_news_two table td{
    padding: .5rem!important;
    
}.show_news_two .reight .list_message .content .right .col-md-4.col-8{
      -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
}.show_news_two .reight .list_message .content .right .col-md-3{
          -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        padding: 0;
}.show_news_two .reight .list_message .content .right .col-md-3 img{
    height: 2.5rem!important;
}
.show_news_two .last_news {
    
}

.show_news_two .last_news .suqera_news .over{
    width: 40%;
}
.show_news_two .last_news .suqera_news .re{
    width: 55%;
}
.show_news_two .last_news .suqera_news .re .data{
    margin:0 0 .2rem;
    padding-top: 1rem;
}.show_news_two .last_news .suqera_news .re .name{
    font-size: 1.125rem;
    line-height: 1.5;
}
.show_news_two .last_news .suqera_news a::before {
    bottom: auto;
    top: 0;
}
.suqera_news a::after{
         bottom: auto;
    top: 0;
    
}

.show_news_two .last_news.ptb {
    padding:3rem 0 1rem 0;
    
  
}


.show_news_two .reight .list_message.ptb{
      position: sticky;
    top: 8rem;
    background: #fff;
    z-index: 3;
    margin-top: 3rem;
}
.show_news_two .list_message .content{
    margin-top: 1rem;
}
.zuozhes{
    text-align: center;
   
}
.zuozhes .tou{
    border-radius: 100%;
    overflow: hidden;
    margin-top: 1rem;
    width: 7rem;
    height: 7rem;
    
    border: 2px solid #3498DB;
    margin: auto;
}.zuozhes .miaos{
    font-size: 1rem;
}

.zuozhes .ming{
    font-size: 1.25rem;
    margin: 1rem 0;
}

.show_news_two .left1 .text a{
    font-weight: bold;
    color: #3498DB;
    text-decoration: underline;
}
.list_about_zero .row:not(:last-child) {
  margin-bottom: 3rem;
}
.list_about_zero .row:nth-child(even) .right  {
  order: 1;
}.list_about_zero .row:nth-child(even) .left  {
  order: 2;
}
.index_customers  .ta img{
    width: 100%;
}

.table_ul li a{
    display: block;
      padding-bottom: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
  
  
  border-bottom:1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.table_ul li a:after{
        content: "";
    position: absolute;
    left: 0;
    top: 1.5rem;
    width: 0.4em;
    height: 0.4em;
    background: #333;
    border-radius: 50%;
}
/*.table_ul li:nth-child(1) a{*/
/*    padding-top: 0;*/

/*}*/