@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.875rem;
  --container: 14.8125rem;
  --phone_img: 40px;
  --bors: 1.25rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  outline: none;
  font-display: swap;
}
.bgf8 {
  background: var(--bgf8);
}
.p_top {
  position: absolute;
  top: -6.875rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #0856DC;
}
.c {
  color: #0856DC;
}
.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 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: #0856DC;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #404040;
}
.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: #0856DC;
}
.search_more:hover::before {
  background: #0856DC;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
video {
  display: block;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er_ul_pro {
  position: absolute;
  width: 30rem;
  left: 50%;
  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;
}
.er_ul_pro.width_auto {
  width: 35rem;
}
.er_ul_pro.width_auto .content .left ul {
  display: flex;
  flex-wrap: wrap;
}
.er_ul_pro.width_auto .content .left ul li {
  width: 50%;
}
.er_ul_pro.width_auto .content .left ul li:nth-child(odd) {
  padding-right: 1rem;
}
.er_ul_pro .content {
  display: flex;
  padding: 2rem;
}
.er_ul_pro .content .left {
  width: calc(100% - 13rem);
  padding-right: 1rem;
}
.er_ul_pro .content .left ul li:hover a {
  color: #0856DC;
}
.er_ul_pro .content .left ul li a {
  display: flex;
  align-items: center;
  line-height: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.055);
}
.er_ul_pro .content .right {
  width: 13rem;
  padding-left: 1rem;
}
.er_ul_pro .content .right .over img,
.er_ul_pro .content .right .over {
  object-fit: cover;
  min-height: 9.375rem;
}
.er-ul {
  position: absolute;
  width: 18rem;
  left: 0%;
  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;
  padding: 1rem 0;
}
.er-ul > li {
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  text-align: left;
  font-size: 0.875rem;
  padding-left: 2rem;
  position: relative;
}
.er-ul > li::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 1rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #727272;
}
.er-ul > li:hover a {
  color: #0856DC;
}
.er-ul > li:nth-child(1) {
  padding-top: 0;
}
.er-ul > li:last-child {
  padding-bottom: 0;
}
header .center > ul > li:hover .er_ul_pro,
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: #0856DC;
}
.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: #0856DC;
  color: #fff;
  background: #0856DC;
}
.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: #0856DC;
}
.searchbox {
  border-color: #0856DC;
}
@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: #0856DC;
}
.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: #0856DC;
  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;
  box-shadow: 0 0 3rem rgba(47, 47, 47, 0.08);
}
.phone .right {
  width: 30%;
}
.phone .right ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 10rem;
  background: #fff;
}
.phone .right ul li {
  line-height: 1.875rem;
}
.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 .iconfont {
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
}
.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: #0856DC;
  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: #0856DC;
}
.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;
}
.close_nav .iconfont {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
}
.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: #0856DC;
}
.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
.zd_erha {
  position: fixed;
  right: 1rem;
  bottom: 5%;
  z-index: 999;
  width: 2.75rem;
  background: #0856DC;
  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 header {
  animation: none !important;
  box-shadow: 0 0 3rem rgba(47, 47, 47, 0.08);
}
header.active,
header:hover,
header.white {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color: #525252;
}
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.active .center > ul > li:hover > a,
header:hover .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
header.active .center > ul > li.active > a,
header:hover .center > ul > li.active > a,
header.white .center > ul > li.active > a {
  color: #0856DC;
}
header.active .center > ul > li:hover > a::before,
header:hover .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > a::before,
header.active .center > ul > li.active > a::before,
header:hover .center > ul > li.active > a::before,
header.white .center > ul > li.active > a::before {
  background: #0856DC;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .top {
  line-height: 1.875rem;
  background: #0856DC;
}
header .top .ul {
  display: flex;
  justify-content: flex-end;
}
header .top .ul > li {
  color: #fff;
  position: relative;
}
header .top .ul > li:not(:first-child) {
  margin-left: 3.4375rem;
}
header .top .ul > li img {
  height: 1.25rem;
}
header .top .ul > li .iconfont {
  font-size: 1.125rem;
  margin-right: 0.375rem;
}
header .top .ul > li img:nth-child(1) {
  margin-right: 0.375rem;
}
header .top .ul > li .iconfont:last-child {
  font-size: 0.875rem;
  margin-left: 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: #0856DC;
  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 .bot .ds1 .iconfont {
  font-size: 1.375rem;
  display: block;
}
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.75rem;
}
header .ds1 {
  margin-left: 5rem;
}
header .ds1 img,
header .lanuage img {
  filter: brightness(0) invert(1);
  height: 1.5625rem;
  cursor: pointer;
}
header .lanuage {
  margin: 0 2.1875rem 0 1.25rem;
}
header .lanuage a {
  font-size: 1rem;
  letter-spacing: 2px;
  color: var(--color);
  color: #fff;
}
header .lanuage a.c {
  color: #0856DC;
}
header .lanuage ul li a {
  color: #fff;
}
header .center > ul > li {
  float: left;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
  padding: 0 0.625rem;
  font-weight: 500;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner {
  padding-top: var(--header_h);
}
.banner .swiper_pag {
  bottom: 1.875rem;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  color: #3B3B3B;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.375rem;
  width: 55%;
  text-transform: capitalize;
}
.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;
  }
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p2 {
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
}
.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4rem;
}
@media (max-width: 1280px) {
  .nyban .hover .p1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 990px) {
  .nyban .hover .p1 {
    font-size: 32px;
    line-height: 40px;
  }
  .nyban .hover .p2 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .nyban .hover .p1 {
    font-size: 24px;
    line-height: 30px;
  }
  .nyban .hover .p2 {
    font-size: 14px;
    line-height: 26px;
  }
}
.bread {
  font-size: 1rem;
  color: #525252;
  padding-top: 1.875rem;
}
.bread .flex {
  justify-content: center;
  align-items: center;
}
.bread a {
  color: #525252;
}
.bread a:hover {
  color: #0856DC;
}
.bread img {
  height: 1.5rem;
  margin-right: 0.75rem;
}
.bread span {
  margin: 0 1rem;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
  position: relative;
}
.number_ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 2.375rem;
  background: rgba(0, 0, 0, 0.15);
}
.number_ul li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 2.375rem;
  background: rgba(0, 0, 0, 0.15);
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  font-size: 2.875rem;
  font-weight: 600;
  color: #0856DC;
}
.number_ul li .num sub {
  color: #0856DC;
  font-size: 2.75rem;
  bottom: 0;
  font-weight: 600;
}
.number_ul li .num sub sub {
  margin-left: -0.5rem;
  bottom: -0.125rem;
}
.number_ul li .num sup {
  color: #0856DC;
  font-size: 1.5rem;
  top: -1rem;
  font-weight: 600;
}
.number_ul li .text {
  color: #5D5D5D;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  margin: 0.25rem 0 0;
  line-height: 1.875rem;
  text-transform: capitalize;
}
.number_ul li > div {
  display: inline-block;
}
.text {
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.swiper_pag .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border: 1px solid #0856DC;
  margin: 0 0.3125rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #0856DC;
}
.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn.bor {
  border-color: #0856DC;
  background: #fff;
}
.swiper_btn.bor .iconfont {
  color: #0856DC;
}
.swiper_btn:hover {
  background: #0856DC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  color: #D9D9D9;
}
.more {
  border: 1px solid var(--more_c);
  display: inline-block;
  --more_c: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 9;
}
.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: #0856DC;
  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 {
  color: #fff;
  display: block;
  font-size: 0.75rem;
}
.more.bg {
  border-color: #0856DC;
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: #0856DC;
}
.more.borf {
  border-color: #fff;
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: #0856DC;
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: #0856DC;
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.more {
  cursor: pointer;
  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: #0856DC;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more .img .iconfont {
  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 .img .iconfont.font20 {
  width: 0.95rem;
  font-size: 1.25rem;
}
.more:hover {
  border-color: #0856DC;
}
.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: #3B3B3B;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 3.375rem;
  text-transform: capitalize;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.subtitle {
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: capitalize;
  margin-top: 0.75rem;
}
.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: #0856DC;
  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;
  }
}
.show_news .title {
  padding-bottom: 3.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 1.875rem;
}
.show_news .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.8125rem;
}
.show_news .data .flex {
  justify-content: flex-start;
  color: #838383;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.show_news .data .flex .fenxiang {
  position: absolute;
  right: 6.25rem;
  width: 10rem;
  opacity: 0;
}
.show_news .data .flex:hover .fenxiang {
  opacity: 1;
}
.show_news .data .flex .icon {
  width: 2.6875rem;
  height: 2.6875rem;
  border: 1px solid #838383;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  border-radius: 50%;
}
.show_news .data .flex .icon .iconfont {
  font-size: 1.25rem;
  display: block;
}
.show_news .data .flex .icon img {
  height: 1.5rem;
}
.show_news .data .flex.c {
  color: #0856DC;
}
.show_news .data .flex.c .icon {
  border-color: #0856DC;
}
.show_news .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 .shangxia .l {
  width: calc(100% - 15rem);
}
.show_news .shangxia .r {
  width: 15rem;
  text-align: right;
}
.show_news .shangxia .l a {
  color: rgba(0, 0, 0, 0.8);
}
.show_news .shangxia .l a:hover {
  color: #0856DC;
}
.show_news .more .iconfont {
  font-size: 1.375rem;
  width: 1rem;
}
#translate {
  display: none;
}
.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;
}
footer {
  background: #404040;
  padding: 4.375rem 0 2.5rem;
}
footer .ul {
  display: flex;
  justify-content: space-between;
}
footer .ul li:nth-child(2) {
  max-width: 30%;
}
footer .ul li:last-child {
  width: 22.5rem;
}
footer .ul li:first-child {
  width: 10.75rem;
}
footer .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
footer .text {
  padding-left: 1.25rem;
  position: relative;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 300;
}
footer .text:not(:last-child) {
  margin-bottom: 0.375rem;
}
footer .text:hover {
  text-decoration: underline;
}
footer .text::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #fff;
}
footer .list {
  display: flex;
  align-items: flex-start;
}
footer .list:first-child .icon {
  margin-top: 0.125rem;
}
footer .list .icon {
  width: 1.5rem;
}
footer .list .icon .iconfont {
  font-size: 1.25rem;
  color: #fff;
  display: block;
}
footer .list .icon img {
  width: 100%;
}
footer .list:not(:last-child) {
  margin-bottom: 1.5rem;
}
footer .list .con {
  width: calc(100% - 1.5rem);
  padding-left: 0.625rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.875rem;
}
.beian {
  padding: 1.5625rem 0 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.625rem;
  background: #404040;
}
.beian .right ul {
  display: flex;
}
.beian .fenxiang li {
  width: 1.875rem;
  height: 1.875em;
  line-height: 1.75rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.beian .fenxiang li:hover {
  background: #0856DC;
}
.beian .fenxiang li:hover .iconfont {
  color: #fff;
}
.beian .fenxiang li:not(:last-child) {
  margin-right: 1rem;
}
.beian .fenxiang li:hover a {
  color: #fff;
}
.beian .fenxiang li a {
  line-height: 1.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  height: auto;
  text-align: center;
  display: block;
}
.index_one {
  position: relative;
  padding-top: 3rem;
}
.index_one::before {
  content: "";
  position: absolute;
  bottom: 8.75rem;
  left: 0;
  width: 100%;
  height: 19.6875rem;
  background: url(../img/2.webp) no-repeat;
  background-size: cover;
}
.index_one .top {
  display: flex;
  justify-content: space-between;
  /*padding: 0 6.875rem;*/
  position: relative;
  margin-top: 2.625rem;
  margin-bottom: 3.75rem;
}
.index_one .top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(51, 0, 237, 0.1);
}
.index_one .top li {
  /*flex: 1;*/
  position: relative;
  color: #5D5D5D;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: capitalize;
  padding-bottom: 0.6875rem;
  cursor: pointer;
}
.index_one .top li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #0856DC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .top li:hover,
.index_one .top li.active {
  color: #0856DC;
}
.index_one .top li:hover::before,
.index_one .top 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_one .swiper-slide {
  padding: 1.25rem 0;
}
.index_one .swiper-slide .right {
  padding-right: 2rem;
}
.index_one .swiper-slide .content {
  background: #FFF;
  box-shadow: 0px 0px 20px 10px rgba(33, 170, 201, 0.05);
  padding: 3rem 3.25rem 4rem;
}
.index_one .swiper-slide .content .name {
  color: #212121;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.index_one .swiper-slide .content .text {
  margin: 0.75rem 0 2.5rem;
}
.index_one .swiper-slide .content .flex {
  justify-content: flex-start;
}
.index_one .swiper-slide .content .flex .more:not(:last-child) {
  margin-right: 1.75rem;
}
.index_one .bot .left {
  padding-right: 0;
}
.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: #0856DC;
}
.more_2.bor:hover {
  border-color: #0856DC;
}
.more_2.bor:hover div {
  color: #fff;
}
.more_2 > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
  padding: 0 1.6875rem;
  line-height: 3.4375rem;
  border-radius: 3.125rem;
  background: #0856DC;
  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.75rem;
  margin-right: 0.6875rem;
  filter: brightness(0) invert(1);
}
.more_2 > div .iconfont {
  font-size: 1.5rem;
  display: block;
  margin-right: 0.6875rem;
}
.more_2:hover > div {
  color: #0856DC;
}
.more_2:hover > div::before {
  opacity: 1;
  transform: scale(1);
}
.more_2:hover > div img {
  filter: brightness(1) invert(0);
}
.index_two {
  background: url(../img/bg1.webp) no-repeat;
  background-size: cover;
}
.index_two .swiper-container {
  margin-top: 2.5rem;
}
.index_two .swiper-slide {
  height: auto;
}
.index_two .swiper-slide:hover .name {
  color: #0856DC;
}
.index_two .swiper-slide:hover .name::before {
  width: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.index_two .swiper-slide a {
  text-align: center;
  border-radius: 0.625rem;
  background: linear-gradient(180deg, #CCE0FF 0%, #FFF 92.66%), #FFF;
  box-shadow: 0px 15px 20px 10px rgba(33, 170, 201, 0.05);
  padding: 1.25rem 1.25rem;
  height: 100%;
}
.index_two .swiper-slide a .over img {
  object-fit: contain;
}
.index_two .swiper-slide .name {
  color: #212121;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.8125rem;
  position: relative;
  margin-top: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper-slide .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.3125rem;
  height: 2px;
  background: #0856DC;
}
.index_two .swiper-slide .text {
  color: #212121;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 2.8125rem;
}
.index_two .swiper-button-next {
  right: -7rem;
}
.index_two .swiper-button-prev {
  left: -7rem;
}
.index_three {
  background: #F4F7FE;
}
.index_three .swiper-slide .over,
.index_three ul li .over,
.index_three .swiper-slide .over img,
.index_three ul li .over img {
  border-radius: 1.25rem;
}
.index_three .swiper-slide:hover .over img,
.index_three ul li:hover .over img {
  transform: scale(1.1);
}
.index_three .swiper-slide:hover .name,
.index_three ul li:hover .name {
  color: #0856DC;
}
.index_three .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin: 1.875rem 0 1rem;
}
.index_three .data {
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
  text-transform: capitalize;
}
.index_three .swiper-slide .over img {
  aspect-ratio: 720 / 416;
  object-fit: cover;
}
.index_three ul li .over img {
  aspect-ratio: 720 / 416;
  object-fit: cover;
}
.index_three .hover_pag {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.index_three .hover_pag .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0856DC;
}
.index_three .hover_pag .swiper-pagination {
  width: calc(100% - 3.125rem * 2 - 1.5625rem * 2);
  height: 1px;
  background: rgba(51, 0, 237, 0.1);
}
.index_three .hover_pag .swiper_btn {
  border: 1px solid rgba(8, 86, 220, 0.5);
  background: #fff;
  position: static;
  margin-top: 0;
  margin-left: 1.5625rem;
}
.index_three .hover_pag .swiper_btn .iconfont {
  color: #0856DC;
  font-weight: 600;
}
.index_four {
  border-top: 1px solid rgba(51, 0, 237, 0.1);
  border-bottom: 1px solid rgba(51, 0, 237, 0.1);
}
.index_four ul {
  display: flex;
  justify-content: space-between;
}
.index_four ul li {
  position: relative;
  flex: 1;
}
.index_four ul li a {
  padding: 4.8125rem 0 4rem;
  text-align: center;
}
.index_four 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_four ul li:hover .name {
  color: #0856DC;
}
.index_four ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(51, 0, 237, 0.1);
}
.index_four ul li .icon img {
  height: 6rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four ul li .name {
  color: #2F2F2F;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.75rem;
}
.index_five .swiper-slide {
  opacity: 0 !important;
  z-index: 8;
  background: #fff;
  width: 58%;
}
.index_five .swiper-slide .over {
  border: 1px solid #ddd;
  position: relative;
}
.index_five .swiper-slide .over::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0856DC;
  opacity: 0.05;
}
.index_five .swiper-slide.swiper-slide-active {
  z-index: 10;
}
.index_five .swiper-slide .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.index_five .swiper-slide .hover img {
  height: 4.5rem;
  width: 4.5rem;
}
.index_five .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.index_five .swiper-slide .name {
  margin-top: 2rem;
  color: #2F2F2F;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: capitalize;
  opacity: 0;
}
.index_five .swiper-slide.swiper-slide-next,
.index_five .swiper-slide.swiper-slide-prev {
  opacity: 0.6 !important;
}
.index_five .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.index_five .swiper-slide.swiper-slide-active .name {
  opacity: 1;
}
.index_five .swiper-slide.swiper-slide-active .hover {
  opacity: 1;
}
.index_five .swiper-button-next {
  right: -7rem;
}
.index_five .swiper-button-prev {
  left: -7rem;
}
.index_six {
  background: url(../img/bg2.webp) no-repeat;
  background-size: cover;
}
.index_six.nobg_apply .title {
  color: #3B3B3B !important;
}
.index_six.nobg_apply .bot {
  margin-top: 3.4375rem !important;
}
.index_six.nobg_apply .bot .right .content {
  border: 1px solid rgba(169, 169, 169, 0.5);
}
.index_six.nobg_apply .bot .left form {
  margin-top: 0 !important;
}
.index_six.nobg_apply .bot .right .content .tel {
  border-color: #0856DC;
  color: #0856DC;
}
.index_six.nobg_apply .bot .right .content .name {
  color: #777777 !important;
}
.index_six.nobg {
  background: transparent;
  border-radius: 0.9375rem;
  background: #FFF;
  box-shadow: 0px 0px 20px 10px rgba(33, 170, 201, 0.05);
}
.index_six.nobg .bot {
  padding: 2.1875rem 2.5rem;
  margin-top: 0;
}
.index_six.nobg .bot .left button {
  background: #0856DC;
  color: #fff;
}
.index_six.nobg .bot .left input,
.index_six.nobg .bot .left textarea {
  color: #252525;
}
.index_six.nobg .bot .left input::placeholder,
.index_six.nobg .bot .left textarea::placeholder {
  color: #7B7B7B;
}
.index_six.nobg .bot .left textarea,
.index_six.nobg .bot .left input {
  border: 1px solid rgba(208, 208, 208, 0.5);
}
.index_six.nobg1 {
  background: transparent;
  border-radius: 0.9375rem;
  background: #FFF;
  box-shadow: 0px 0px 20px 10px rgba(33, 170, 201, 0.05);
}
.index_six.nobg1 .bot {
  margin-top: 0;
}
.index_six.nobg1 .bot .left form {
  margin-top: 3.4375rem;
}
.index_six.nobg1 .bot .left button {
  background: #0856DC;
  color: #fff;
}
.index_six.nobg1 .bot .left input,
.index_six.nobg1 .bot .left textarea {
  color: #252525;
}
.index_six.nobg1 .bot .left input::placeholder,
.index_six.nobg1 .bot .left textarea::placeholder {
  color: #7B7B7B;
}
.index_six.nobg1 .bot .left textarea,
.index_six.nobg1 .bot .left input {
  border: 1px solid rgba(169, 169, 169, 0.5);
}
.index_six .bot {
  margin-top: 2.5rem;
}
.index_six .bot .left input {
  width: 100%;
  border-radius: 0.3125rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  line-height: 3.75rem;
  padding: 0 1.875rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
.index_six .bot .left input::placeholder {
  color: #fff;
}
.index_six .bot .left textarea {
  width: 100%;
  border-radius: 0.3125rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  line-height: 1.875rem;
  padding: 1rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  display: block;
  height: 11.5625rem;
}
.index_six .bot .left textarea::placeholder {
  color: #fff;
}
.index_six .bot .left .row {
  margin: 0 -0.625rem;
}
.index_six .bot .left .row > div {
  padding: 0 0.625rem;
}
.index_six .bot .left .mb23 {
  margin-bottom: 1.4375rem;
}
.index_six .bot .left button {
  border: none;
  border-radius: 0.3125rem;
  line-height: 3.75rem;
  border: 1px solid #fff;
  text-align: center;
  width: 10.375rem;
  background: #FFF;
  color: #0856DC;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .bot .left button:hover {
  background: #0856DC;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .bot .right .content {
  border-radius: 0.3125rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.index_six .bot .right .content img {
  width: 9.625rem;
}
.index_six .bot .right .content .name {
  margin: 1rem 0 1.25rem;
}
.index_six .bot .right .content ul {
  display: flex;
  margin: 0 -1rem;
  justify-content: center;
}
.index_six .bot .right .content ul li {
  padding: 0 1rem;
}
.index_six .bot .right .content .tel {
  padding: 0.75rem 2.375rem;
  width: auto;
  display: inline-block;
  line-height: 1.5rem;
  border-radius: 0.3125rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.index_six .bot .right .content .tel:not(:last-child) {
  margin-bottom: 1rem;
}
.squera_news > .a {
  border-radius: 0.9375rem;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_news:hover .more_2 {
  border-color: #0856DC;
}
.squera_news:hover .more_2 div {
  color: #fff;
}
.squera_news:hover .more_2 div::before {
  opacity: 1;
  transform: scale(1);
}
.squera_news:hover .more_2 div img {
  filter: brightness(1) invert(0);
}
.squera_news:hover .over img {
  transform: scale(1.1);
}
.squera_news:hover .content .name {
  color: #0856DC;
}
.squera_news:hover .a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.137);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_news .over img {
  aspect-ratio: 455/336;
  object-fit: cover;
}
.squera_news .content {
  background: #F4F7FE;
  padding: 1.875rem 1.875rem 3.5625rem;
}
.squera_news .content .name {
  color: #2F2F2F;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.squera_news .content .data {
  display: flex;
  align-items: center;
  color: #5a5a5a;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
  margin: 0.625rem 0 1.25rem;
}
.squera_news .content .data .iconfont {
  font-size: 1.25rem;
  margin-right: 0.625rem;
  color: #8B8B8B;
}
.list_news .ul {
  margin: 2.9375rem -1.25rem 0;
}
.list_news .ul li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.list_contact .container {
  position: relative;
  z-index: 9;
}
.list_contact .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background: #0856DC;
  height: 100%;
  z-index: -1;
}
.list_contact .container .left1 {
  padding-top: 7rem;
  padding-right: 1.25rem;
}
.list_contact .container .left1 .share {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
.list_contact .container .left1 .share .fenxiang {
  margin-left: 1.5rem;
}
.list_contact .container .left1 .share .fenxiang ul {
  display: flex;
}
.list_contact .container .left1 .share .fenxiang ul li {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
}
.list_contact .container .left1 .share .fenxiang ul li:not(:last-child) {
  margin-right: 1rem;
}
.list_contact .container .left1 .share .fenxiang ul li:hover a {
  background: #fff;
}
.list_contact .container .left1 .share .fenxiang ul li:hover .iconfont {
  color: #0856DC;
}
.list_contact .container .left1 .share .fenxiang ul li .iconfont {
  font-size: 1rem;
}
.list_contact .container .left1 .share .fenxiang ul li a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 1.875rem;
  color: #fff;
  font-weight: 300 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.list_contact .container .left1 .share .fenxiang ul li a img {
  width: 1.125rem;
  height: 1.125rem;
}
.list_contact .container .left1 .share .fenxiang ul li a::before {
  display: none;
}
.list_contact .container .left1 > ul {
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.list_contact .container .left1 > ul li {
  display: flex;
  align-items: center;
}
.list_contact .container .left1 > ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.list_contact .container .left1 > ul li .ewm img {
  width: 18rem;
}
.list_contact .container .left1 > ul li .icon {
  width: 3.4375rem;
  height: 3.4375rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.list_contact .container .left1 > ul li .icon img {
  height: 1.5rem;
}
.list_contact .container .left1 > ul li .con {
  color: #FFF;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.875rem;
  padding-left: 1.25rem;
  width: calc(100% - 3.4375rem);
}
.list_contact .right .index_six {
  margin: 5.5rem 0;
}
.list_contact .right .index_six form {
  margin-top: 1.25rem;
}
.channel_service .subtitle {
  margin: 1rem auto 3.125rem;
  text-align: center;
}
.channel_service .ul li {
  margin-bottom: 1.875rem;
}
.channel_service .ul li:hover a {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.137);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_service .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;
}
.channel_service .ul li:hover a .name {
  color: #0856DC;
}
.channel_service .ul li a {
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: var(--bors);
  background: #F4F7FE;
  padding: 2.75rem 2.5rem 4rem;
}
.channel_service .ul li a .icon img {
  height: 6rem;
}
.channel_service .ul li a .name {
  color: #2F2F2F;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
  /* 145.833% */
  text-transform: capitalize;
  margin: 0.5625rem 0;
}
.list_video .ul {
  margin: 3.4375rem -1.25rem 0;
}
.list_video .ul li {
  padding: 0 1.25rem;
  margin-bottom: 3.5rem;
}
.list_video .ul li .over {
  border: 1px solid #ddd;
  position: relative;
}
.list_video .ul li .over::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0856DC;
  opacity: 0.05;
}
.list_video .ul li .over,
.list_video .ul li .over img {
  border-radius: var(--bors);
}
.list_video .ul li .name {
  margin-top: 1.5rem;
  color: #2F2F2F;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1875rem;
  text-align: center;
}
.list_video .ul li .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_video .ul li .hover img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 3.4375rem;
}
.list_video .ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.list_video .ul li:hover .hover img {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_video .ul li:hover .name {
  color: #0856DC;
}
.list_software .ul {
  margin-top: 3.4375rem;
}
.list_software .ul li {
  margin-bottom: 1.875rem;
}
.list_software .ul li:hover a {
  background: #0856DC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_software .ul li:hover a .name {
  color: #fff;
}
.list_software .ul li:hover a .name::before {
  background: #fff;
}
.list_software .ul li:hover a p {
  border-color: rgba(255, 255, 255, 0.2);
}
.list_software .ul li:hover a p img {
  filter: brightness(0) invert(1);
}
.list_software .ul li a {
  border-radius: var(--bors);
  background: #F4F7FE;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 1.375rem 3.8125rem 0.875rem 2.6875rem;
}
.list_software .ul li a .name {
  color: #2F2F2F;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
  padding-left: 2.1875rem;
  position: relative;
  width: calc(100% - 10rem);
}
.list_software .ul li a .name::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background: #0856DC;
}
.list_software .ul li a p {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid rgba(8, 86, 220, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_software .ul li a p img {
  width: 1.5rem;
  height: 1.5rem;
}
.list_catalog .ul {
  margin: 3.4375rem -1.25rem 0;
}
.list_catalog .ul li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.list_catalog .ul li:hover .right .name {
  color: #0856DC;
}
.list_catalog .ul li:hover .a {
  box-shadow: 0 0 1rem 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_catalog .ul li:hover p {
  background: #0856DC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_catalog .ul li:hover p img {
  filter: brightness(0) invert(1);
}
.list_catalog .ul li .a {
  border-radius: var(--bors);
  padding: 2rem;
  background: #F4F7FE;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_catalog .ul li .left {
  width: 12.1875rem;
  height: 14.875rem;
}
.list_catalog .ul li .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_catalog .ul li .right {
  width: calc(100% - 12.1875rem);
  padding-left: 2.75rem;
}
.list_catalog .ul li .right .name {
  color: #2F2F2F;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.list_catalog .ul li .right .text {
  margin: 0.625rem 0 1.25rem;
}
.list_catalog .ul li p {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid rgba(8, 86, 220, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_catalog .ul li p img {
  width: 1.5rem;
  height: 1.5rem;
}
.list_about .text {
  margin: 2.125rem 0 3.4375rem;
}
.list_about .text .fr {
  padding: 0 0 0.5rem 1rem;
}
.list_about_two {
  z-index: 9;
}
.list_about_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28.5rem;
  background: url(../img/9.webp) no-repeat;
  background-size: cover;
  z-index: -1;
}
.list_about_two .name1 {
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.375rem;
}
.list_about_two .swiper_btn {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #fff;
  border: 1px solid #0856DC;
  margin-top: -1.75rem;
}
.list_about_two .swiper_btn .iconfont {
  font-size: 1.375rem;
  color: #0856DC;
}
.list_about_two .swiper-button-prev {
  left: 34.5rem;
}
.list_about_two .swiper-button-next {
  right: 34.5rem;
}
.list_about_two .swiper {
  padding: 0 33.125rem;
}
.list_about_two .swiper .swiper-slide-active {
  padding: 3.75rem 6.25rem 0;
}
.list_about_two .swiper .swiper-slide-active:hover .over img {
  transform: scale(1.1);
}
.list_about_two .swiper .swiper-slide-active:hover .hover {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two .swiper .swiper-slide .hover {
  border-radius: var(--bors);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 112, 184, 0.8);
  opacity: 0;
  transform: scale(0.6);
  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;
  padding: 0 5.625rem;
  text-align: center;
}
.list_about_two .swiper .swiper-slide .hover .name {
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.list_about_two .swiper .swiper-slide .hover .more::before {
  background: #fff;
}
.list_about_two .swiper .swiper-slide .hover .more:hover {
  border-color: #fff;
}
.list_about_two .swiper .swiper-slide .hover .more:hover span {
  color: #0856DC;
}
.list_about_two .swiper .swiper-slide .hover .more:hover .iconfont {
  color: #0856DC;
}
.list_about_two .swiper .swiper-slide .hover .text {
  margin: 1rem 0 1.875rem;
}
.list_about_two .swiper .swiper-slide img {
  width: 100%;
}
.list_about_two .swiper-slide-prev {
  -webkit-clip-path: polygon(0% 0%, 100% 11%, 100% 87%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 11%, 100% 87%, 0% 100%);
}
.list_about_two .swiper-slide-next {
  -webkit-clip-path: polygon(0 11%, 100% 0%, 108% 100%, 0 87%);
  clip-path: polygon(0 11%, 100% 0%, 108% 100%, 0 87%);
}
.list_about_two .more {
  margin-top: 3rem;
}
.list_about_two .more img {
  width: 1.5rem;
  right: 1rem;
}
.list_about_three {
  background: url(../img/11.webp) no-repeat;
  background-size: cover;
  padding: 10.625rem 0;
}
.list_about_three .text {
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
  width: 80%;
  margin: 1.875rem auto 0;
}
.list_about_three .swiper_pag {
  margin-top: 3.75rem;
}
.list_about_three .swiper-pagination-bullet {
  border: 1px solid #fff;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3125rem;
}
.list_about_three .swiper-pagination-bullet-active {
  background: #fff;
}
.bggl {
  background: linear-gradient(180deg, #CCE0FF 0%, #FFF 92.66%), #FFF;
}
.margin .swiper-button-next {
  right: -7rem;
}
.margin .swiper-button-prev {
  left: -7rem;
}
.list_about_four .swiper-container {
  margin-top: 2.5rem;
}
.list_about_four .swiper-slide {
  height: auto;
}
.list_about_four .swiper-slide .text {
  height: 7.5rem;
  overflow-y: scroll;
}
.list_about_four .swiper-slide .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 4px;
  height: 164px;
  position: absolute;
}
.list_about_four .swiper-slide .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.list_about_four .swiper-slide .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: rgba(8, 86, 220, 0.26);
}
.list_about_four .swiper-slide > div {
  height: 100%;
  padding: 2.5rem;
  border-radius: var(--bors);
  background: #fff;
}
.list_about_four .swiper-slide > div .name {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_about_four .swiper-slide > div .name div {
  color: #1C1C1C;
}
.list_about_four .swiper-slide > div .name p {
  color: #5D5D5D;
}
.list_about_four .swiper-slide > div .img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.chennel_product .subtitle {
  width: 80%;
  margin: 1.25rem auto 3rem;
}
.chennel_product .ul {
  margin: 0 -2rem;
}
.chennel_product .ul li {
  margin: 0 0 3.75rem 0;
  padding: 0 2rem;
}
.chennel_product .ul li .over {
  border: 1px solid #e7e7e7;
  padding: 3rem;
}
.chennel_product .ul li:hover .name {
  color: #0856DC;
}
.chennel_product .ul li:hover .name::before {
  width: 4rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.chennel_product .ul li:hover .over img {
  transform: scale(1.1);
}
.chennel_product .ul li .name {
  color: #2F2F2F;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1875rem;
  padding-bottom: 1.25rem;
  position: relative;
  margin-top: 2.8125rem;
}
.chennel_product .ul li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.25rem;
  height: 0.1875rem;
  background: #0856DC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.chennel_product .ul li .text {
  margin: 1rem 0 1.875rem;
}
.chennel_product .ul li .flex {
  justify-content: flex-start;
}
.chennel_product .ul li .flex .more_message {
  margin-left: 1.875rem;
}
.chennel_product .ul li .flex .more_message img {
  width: 1.5rem;
  right: 1rem;
}
.list_product .top {
  display: flex;
  justify-content: center;
  margin: 1.5625rem 0 3.4375rem;
  flex-wrap: wrap;
}
.list_product .top li {
  padding: 0 0.8125rem;
  margin-bottom: 0.625rem;
}
.list_product .top li.active a,
.list_product .top li:hover a {
  color: #0856DC;
}
.list_product .top li.active a::before,
.list_product .top li:hover a::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.list_product .top li a {
  padding: 0 0.375rem 0.65rem;
  position: relative;
  color: #525252;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_product .top li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.1875rem;
  background: #0856DC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product .ul {
  margin: 0 -1.25rem;
}
.list_product .ul li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.squera_pro {
  height: auto;
}
.squera_pro:hover > div {
  box-shadow: 0 0 1rem 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;
}
.squera_pro:hover > div .over img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover > div .name {
  color: #0856DC;
}
.squera_pro:hover > div .name::before {
  width: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro > div {
  background: #F4F7FE;
  border-radius: var(--bors);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
}
.squera_pro > div .over {
  border: 1px solid #DEE7FA;
}
.squera_pro .over,
.squera_pro .over img {
  border-radius: 0.9375rem 0.9375rem 0 0;
}
.squera_pro .content {
  padding: 1.5625rem 2.5rem 2.1875rem;
}
.squera_pro .channel_name {
  color: #2F2F2F;
  font-size: 1rem;
  line-height: 2.1875rem;
  text-transform: capitalize;
}
.squera_pro .name {
  color: #2F2F2F;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  position: relative;
  padding-bottom: 0.625rem;
  display: block;
  text-transform: capitalize;
}
.squera_pro .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.25rem;
  height: 0.1875rem;
  background: #0856DC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro .text {
  margin: 0.875rem 0 1.375rem;
}
.squera_pro .more_2 > div {
  padding: 0 1.25rem;
}
.squera_pro .more_2.view img {
  width: 1rem;
  filter: brightness(1) invert(0);
  margin-left: 0.625rem;
}
.squera_pro .more_2.view:hover img {
  filter: brightness(0) invert(1);
}
.squera_pro .more_2.more_message img {
  width: 1.5rem;
  filter: brightness(1) invert(0);
  margin-left: 0.625rem;
}
.squera_pro .more_2.more_message:hover img {
  filter: brightness(0) invert(1);
}
.show_product .fangdajing {
  position: absolute;
  bottom: 1.25rem;
  right: 2rem;
}
.show_product .fangdajing .iconfont {
  font-size: 1.5rem;
}
.show_product .fangdajing:focus {
  outline: none;
}
.show_product .row {
  margin: 0 -2rem;
}
.show_product .row > div {
  padding: 0 2rem;
}
.show_product .swiper_top {
  border-radius: var(--bors);
  border: 1px solid #D4E1FD;
}
.show_product .swiper-slide img {
  aspect-ratio: 611/447;
  object-fit: contain;
}
.show_product .swiper-button-next {
  right: 2rem;
}
.show_product .swiper-button-prev {
  left: 2rem;
}
.show_product .swiper-button-next,
.show_product .swiper-button-prev {
  background-image: none;
}
.show_product .swiper-button-next .iconfont,
.show_product .swiper-button-prev .iconfont {
  font-size: 1.5rem;
  color: #6E6E6E;
  font-weight: 300;
}
.show_product .swiper_bot .swiper-slide {
  border: 1px solid #D4E1FD;
  border-radius: 0.625rem;
}
.show_product .swiper_bot .swiper-slide img {
  padding: 1rem;
}
.show_product .swiper_bot .swiper-slide.swiper-slide-thumb-active {
  border-color: #0856DC;
}
.show_product .name {
  color: #3B3B3B;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 3.4375rem;
  text-transform: capitalize;
}
.show_product .name1 {
  color: #3B3B3B;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.4375rem;
  padding-bottom: 0.625rem;
  position: relative;
  text-transform: capitalize;
}
.show_product .name1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.25rem;
  height: 0.1875rem;
  background: #0856DC;
}
.show_product ul li {
  display: flex;
  align-items: center;
  color: #5D5D5D;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.8125rem;
}
.show_product ul li .icon {
  width: 1.5rem;
}
.show_product ul li .con {
  width: calc(100% - 1.5rem);
  padding-left: 0.625rem;
}
.show_product ul li .con a {
  color: #5D5D5D;
}
.show_product ul li .con a:hover {
  color: #0856DC;
}
.show_product .text {
  margin: 1.25rem 0;
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_product .text p {
  padding-left: 1.375rem;
  position: relative;
}
.show_product .text p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #5D5D5D;
}
.show_product .more {
  margin-top: 1.25rem;
}
.show_product .more  {
    width: 17.8125rem;
}
.show_product .more .img img {
  width: 1.5rem;
  right: 1rem;
}
.show_product .bot {
  margin: 3.125rem -15px 0;
}
.show_product .bot > div {
  padding: 0 0.9375rem;
  height: auto;
}
.show_product .bot > div:hover a {
  box-shadow: 0 0 1rem 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;
}
.show_product .bot > div:hover a .name {
  color: #0856DC;
}
.show_product .bot > div:hover a .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .bot > div a {
  text-align: center;
  background: #F4F7FE;
  padding: 2.25rem 0.625rem 2rem;
  border-radius: 5px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
}
.show_product .bot > div a .icon img {
  width: 4.375rem;
  height: 4.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .bot > div a .name {
  color: #2F2F2F;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
  margin-top: 0.1875rem;
  text-align: center;
  text-transform: capitalize;
}
.qiehuan {
  line-height: 5.875rem;
  background: #0856DC;
  position: sticky;
  top: var(--header_h);
  z-index: 99;
}
.qiehuan ul {
  display: flex;
  align-items: center;
}
.qiehuan ul li {
  padding: 0 1.5rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.qiehuan ul li:not(:last-child) {
  margin-right: 4rem;
}
.qiehuan ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.qiehuan ul li.active::before,
.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;
}
.font30 {
  color: #3B3B3B;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
  text-transform: capitalize;
  margin-bottom: 2.8125rem;
}
.show_product_one .swiper_qiehuan_swiper .swiper-slide {
  margin-bottom: 1.875rem;
}
.show_product_one .swiper_qiehuan_swiper .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.show_product_one .swiper_qiehuan_swiper .swiper-slide .fangdajing {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
.show_product_one .swiper_qiehuan_swiper .swiper-slide .fangdajing .iconfont {
  font-size: 1.5rem;
}
.show_product_one .swiper_qiehuan_swiper .swiper-slide .over {
  border: 1px solid #ddd;
  text-align: center;
  padding: 1rem;
}
.show_product_one .swiper_qiehuan_swiper .swiper-slide img {
  height: 36rem;
  object-fit: contain;
}
.show_product_one .list1 .swiper-slide {
  text-align: center;
  height: auto;
  border: 0.5px solid rgba(51, 0, 237, 0.1);
}
.show_product_one .list1 .swiper-slide > div {
  height: 100%;
  padding: 4rem 1rem 3rem;
}
.show_product_one .list1 .swiper-slide .icon img {
  width: 6.25rem;
}
.show_product_one .list1 .swiper-slide .name {
  color: #2F2F2F;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 2.1875rem;
}
.show_product_one .list:not(:last-child) {
  margin-bottom: 4rem;
}
.show_product_one .swiper_pag {
  margin-top: 1.25rem;
}
.show_product_one .list2 .left ul li {
  height: 5.3125rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(51, 0, 237, 0.1);
  padding: 0 1.875rem;
  color: #5D5D5D;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_product_one .list2 .left ul li:first-child {
  border-top: 1px solid rgba(51, 0, 237, 0.1);
}
.show_product_one .list2 .right > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #D4E1FD;
}
.show_product_one .list3 .swiper-slide .img {
  border: 1px solid #D4E1FD;
  border-radius: 0.625rem 0.625rem 0 0;
}
.show_product_one .list3 .swiper-slide .name {
  height: 3.75rem;
  background: #0856DC;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0.625rem 0.625rem;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.about_pro {
  background: linear-gradient(180deg, #CCE0FF 0%, #FFF 92.66%), #FFF;
}
.about_pro .title {
  margin-bottom: 2.8125rem;
}
.about_pro .swiper-slide {
  padding: 1.25rem;
}
.about_pro .swiper-slide > div {
  background: #F4F7FE;
}
.about_pro .margin {
  margin: -1.25rem;
}
.list_application .height100 {
  height: 100vh;
  overflow: hidden;
  z-index: 9;
  display: flex;
}
.list_application .height100 .bgg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.list_application .height100 .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 !important;
  background-position: center center;
}
.list_application .height100 .bgg > div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.list_application .height100 .left {
  width: 29.625rem;
}
.list_application .height100 .left ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.list_application .height100 .left ul li {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 6.25rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
}
.list_application .height100 .left ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.list_application .height100 .left ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0856DC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
  opacity: 0;
}
.list_application .height100 .left ul li:hover::before,
.list_application .height100 .left ul li.active::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_application .height100 .right {
  width: calc(100% - 29.625rem);
  padding-left: 6.75rem;
  padding-bottom: 8.125rem;
  display: flex;
  align-items: flex-end;
}
.list_application .height100 .right .swiper-container {
  width: 40%;
  margin: 0 0 0 0;
}
.list_application .height100 .right .more div {
  color: #fff;
}
.list_application .height100 .right .name {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.8125rem;
  text-transform: capitalize;
}
.list_application .height100 .right .text {
  color: #FFF;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.875rem;
  margin: 1.25rem 0 1.5rem;
}
.show_application .img1 {
  border-radius: 0.3125rem;
  border: 1px solid #D4E1FD;
  padding: 4.6875rem 6.875rem;
}
.show_application .title {
  margin-top: 3.4375rem;
  position: relative;
  padding-bottom: 1.375rem;
}
.show_application .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2.25rem;
  height: 0.1875rem;
  background: #0856DC;
}
.show_application .text {
  margin: 1.25rem 0 2.8125rem;
}
.show_application_two {
  background: #F4F7FE;
}
.show_application_two .ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -1rem;
}
.show_application_two .ul li {
  flex: 1;
  padding: 0 1rem;
}
.show_application_two .ul li .icon {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #0856DC;
  text-align: center;
  color: #FFF;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.1875rem;
  text-transform: capitalize;
  padding-top: 1.25rem;
  margin: 0 auto;
}
.show_application_two .ul li .content {
  padding: 3.4375rem 2.5rem;
  border-radius: 0.9375rem;
  background: #FFF;
  box-shadow: 0 0 1.25rem 10px rgba(33, 170, 201, 0.05);
  position: relative;
  margin-top: -5.875rem;
  height: calc(100% - 3.5rem);
}
.show_application_two .ul li .content .name {
  color: #2F2F2F;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.1875rem;
  text-transform: capitalize;
  margin-bottom: 0.875rem;
}
.show_application_two .ul li .content .text {
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: capitalize;
}
.list_aftersales .content {
  width: 62.75rem;
  margin: 1.5625rem auto 0;
  border-radius: 0.9375rem;
  border: 1px solid #CCE0FF;
  overflow: hidden;
}
.list_aftersales .content .top {
  height: 3.75rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.list_aftersales .content .top p {
  height: 100%;
  width: 40%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  background: #CCE0FF;
}
.list_aftersales .content .top > div {
  background: #0856DC;
  height: 100%;
  position: absolute;
  right: 0;
  width: 64%;
  -webkit-clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0 100%);
  padding-left: 2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.list_aftersales .content .top > div .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.125rem;
}
.list_aftersales .content .top > div .text {
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 0.1875rem;
}
.list_aftersales .content .bot {
  padding: 1.25rem 1.5rem;
}
.list_aftersales .content .bot .userfile {
  position: relative;
}
.list_aftersales .content .bot .userfile div {
  width: 12.75rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: 300;
  background: #0856DC;
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}
.list_aftersales .content .bot .userfile p {
  height: 1.5rem;
  background: #CCE0FF;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 79%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}
.list_aftersales .content .bot form {
  border: 1px solid #CCE0FF;
  padding: 1rem 1.5625rem;
}
.list_aftersales .content .bot form .row {
  justify-content: space-between;
}
.list_aftersales .content .bot form .inpt {
  position: relative;
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.list_aftersales .content .bot form .inpt.w35 div {
  width: 2.75rem;
}
.list_aftersales .content .bot form .inpt.w35 input {
  padding-left: 2.75rem;
}
.list_aftersales .content .bot form .inpt.w80 div {
  width: 5.5rem;
}
.list_aftersales .content .bot form .inpt.w80 input {
  padding-left: 5.5rem;
}
.list_aftersales .content .bot form .inpt.w160 div {
  width: 10.5rem;
}
.list_aftersales .content .bot form .inpt.w160 input {
  padding-left: 10.5rem;
}
.list_aftersales .content .bot form .inpt.w135 div {
  width: 8.4375rem;
}
.list_aftersales .content .bot form .inpt.w135 input {
  padding-left: 8.4375rem;
}
.list_aftersales .content .bot form .inpt div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background: #fff;
  width: 6.5625rem;
  white-space: nowrap;
}
.list_aftersales .content .bot form .inpt input {
  border-bottom: 1px solid #000;
  padding-left: 6.5625rem;
  width: 100%;
}
.list_aftersales .name1 {
  margin: 2rem 0 0.5rem;
  color: #2F2F2F;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  text-transform: capitalize;
}
.list_aftersales .text {
  color: #5D5D5D;
  font-weight: 400;
}
.list_aftersales .text span {
  color: #BF0000;
}
.list_aftersales .more .img img {
  width: 1.5rem;
  filter: brightness(0) invert(1);
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.list_aftersales_two {
  background: linear-gradient(180deg, #CCE0FF 0%, #FFF 92.66%), #FFF;
}
.list_aftersales_two .bor20 {
  border-radius: 0.9375rem;
}
.list_aftersales_two .text {
  color: #5D5D5D;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.list_aftersales_two .text .name {
  margin-bottom: 1.375rem;
  color: #2F2F2F;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.list_aftersales_two .text .flex {
  align-items: flex-start;
}
.list_aftersales_two .text .flex span {
  display: inline-block;
  width: 1.25rem;
}
.list_aftersales_two .text .flex p {
  width: calc(100% - 1.25rem);
}
.list_map .img .vh100 {
  width: 100vw;
  height: 31.25rem !important;
}
.content_box1 > div {
  display: none;
}
.content_box1 > div.active {
  display: block;
}
.content_box1 table tr td {
  font-size: 1rem;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid #D4E1FD;
  padding: 0.5rem !important;
  text-align: center;
}
.content_box1 table tr td:nth-child(1) {
  background: #0856DC;
  color: #fff;
}

.chennel_product.ptb {
    padding-top: 3rem;
}.chennel_product .ul li .over img {
    height: 20rem;
    object-fit: contain;
}.chennel_product .ul li .over { 
    padding: 1rem;
}.chennel_product .ul li .name { 
    margin-top: 1.8125rem;
}.chennel_product .ul li .text {
    margin: 1rem 0 1.5rem;
}

.index_five .swiper-slide {
  width: 50%;
}

.index_five .swiper-slide .over {
  border-radius: var(--bors);
}

.index_five {
  padding: 3rem 0;
}

.list_contact.ptb,
.list_aftersales.ptb,
.list_software.ptb,
.list_video.ptb,
.list_catalog.ptb,
.channel_service.ptb,
.show_news.ptb,
.list_news.ptb,
.show_application.ptb,
.list_application.ptb,
.list_about.ptb,
.list_product.ptb {
    padding-top: 3rem;
}
@media (max-width:767px) {
  .index_five {
    padding: 30px 0;
  }
.list_contact.ptb,
.list_aftersales.ptb,
.list_software.ptb,
.list_video.ptb,
.list_catalog.ptb,
.channel_service.ptb,
.show_news.ptb,
.list_news.ptb,
.show_application.ptb,
.list_application.ptb,
.list_about.ptb,
.list_product.ptb {
    padding-top: 30px;
}
}