@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.25rem;
  --container: 15rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #018BD6;
}
.c {
  color: #018BD6;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  justify-content: center;
}
.pagination > li {
  margin: 0 0.3125rem;
  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:hover {
  background: #018BD6;
  color: #fff;
}
.pagination > li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}
.pagination > li.active {
  background: #018BD6;
  color: #fff;
}
.pagination > li.active a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap15 {
  gap: 0.9375rem;
}
.gap20 {
  gap: 1.25rem;
}
.gap30 {
  gap: 1.875rem;
}
.gap40 {
  gap: 2.5rem;
}
.gap50 {
  gap: 3.125rem;
}
.foot-fot {
  background: #2D3333;
  display: none;
}
.foot-fot .foota2 {
  font-size: 0.875rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 0.875rem;
  color: #fff;
}
/* 禁止缩放表单 */
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: #018BD6;
}
.search_more:hover::before {
  background: #018BD6;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 8.125rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  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 0.5rem 0.5rem;
}
.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul li:hover a {
  color: #018BD6 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .nav_ul > li:hover .er-ul {
  transform: none;
  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: 15rem;
}
@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;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #018BD6;
}
.searchbox {
  border-color: #018BD6;
}
@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: 990px) {
  .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 .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-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.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;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.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;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  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 > li .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav > li .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: #9B9B9B;
  font-size: 1rem;
  font-weight: 400;
  padding: 1em 0;
}
.ajhhsd a {
  color: #9B9B9B;
  font-size: 1rem;
  font-weight: 400;
}
.ajhhsd a:hover {
  color: #018BD6;
}
.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;
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em;
}
@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 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 4rem;
  background: transparent;
  color: #999;
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.5em;
  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%;
}
.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 h2 a {
  display: block;
  color: #656363;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35em;
  overflow: hidden;
  margin-bottom: 0.2em;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #018BD6;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left {
  width: 10%;
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  width: 10%;
  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: 80%;
  margin: 0 auto;
}
.phone .center img {
  height: 35px;
}
.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: #018BD6;
  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: #018BD6;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 35px;
  filter: brightness(0) invert(0.8);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  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: 16px;
  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: 95%;
  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 {
  cursor: pointer;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #AFAFAF;
}
.rightfix li:hover .iconfont {
  background: #018BD6;
  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;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
}
header:hover,
header.active {
  background: #fff;
}
header:hover .center ul li a,
header.active .center ul li a {
  color: #000;
}
header:hover .lanuage a,
header.active .lanuage a {
  color: #000;
}
header:hover .lanuage.active a,
header.active .lanuage.active a {
  color: #000;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont {
  color: #000;
}
header:hover .ds1:hover,
header.active .ds1:hover {
  cursor: pointer;
}
header:hover .logo,
header.active .logo {
  filter: unset;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 3.6875rem;
}
header .ds1 {
  margin-left: 2.1875rem;
}
header .ds1 .iconfont {
  font-size: 1.375rem;
  display: block;
  font-weight: 500;
  color: #5A5A5A;
}
header .lanuage {
  margin-left: 1.25rem;
  display: block;
}
header .lanuage a {
  font-size: 1rem;
  color: rgba(90, 90, 90, 0.5);
  font-weight: 400;
  display: flex;
  align-items: center;
}
header .lanuage a .iconfont {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
  color: rgba(90, 90, 90, 0.5);
}
header .lanuage a.c {
  color: #018BD6;
}
header .lanuage.active a {
  color: #5A5A5A;
  position: relative;
}
header .lanuage.active a::before {
  content: '';
  display: block;
  width: 1.0625rem;
  height: 2px;
  background-color: #018BD6;
  position: absolute;
  bottom: 2.0625rem;
  left: 0;
}
header .center > ul > li {
  float: left;
  padding: 0 2.5rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #5A5A5A;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 2.8125rem;
  border-radius: 3.75rem;
  background: #018BD6;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a,
header .center > ul > li.active > a {
  color: #fff;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: calc(100% + 80px);
}
footer {
  background: #2D3440;
}
footer .foot_box {
  padding-top: 3.9375rem;
  padding-bottom: 3.8125rem;
}
footer .foot_box .left {
  color: #fff;
  width: 25%;
}
footer .foot_box .left .foot_contact {
  font-size: 1rem;
}
footer .foot_box .left .foot_contact .tit {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
}
footer .foot_box .left .foot_contact .tel {
  margin-top: 1.25rem;
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.8125rem;
}
footer .foot_box .left .foot_contact .email {
  margin-top: 1.875rem;
  color: #AFAFAF;
  font-size: 1rem;
  font-weight: 700;
}
footer .foot_box .left .foot_contact .foot_flex {
  margin-top: 1.25rem;
  display: flex;
}
footer .foot_box .left .foot_contact .foot_flex .ewm {
  width: 5.375rem;
}
footer .foot_box .left .foot_contact .foot_flex .ewm:nth-child(1) {
  margin-right: 1.375rem;
}
footer .foot_box .left .fenxiang_icon {
  margin-top: 1.4375rem;
  display: flex;
}
footer .foot_box .left .fenxiang_icon .social-share-icon {
  border-color: #fff;
  color: #fff;
}
footer .foot_box .right {
  width: 75%;
}
footer .foot_box .right .footnav {
  display: flex;
  justify-content: space-between;
}
footer .foot_box .right .footnav .tt {
  color: #FFF;
  font-size: 1.125rem;
}
footer .foot_box .right .footnav .subfootnav {
  margin-top: 1.25rem;
}
footer .foot_box .right .footnav .subfootnav .subfootli > a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .foot_box .right .footnav .subfootnav .subfootli > a:hover {
  font-weight: 600;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
  padding: 1.25rem 0 2.5rem;
}
footer .copyright a {
  color: rgba(255, 255, 255, 0.6);
}
footer .copyright p {
  color: rgba(255, 255, 255, 0.6);
}
footer .copyright .left span:nth-last-child(1) {
  display: none;
}
@-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);
  }
}
.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner .hover .p1 {
  color: #FFF;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 4.6875rem;
}
.banner .hover .p2 {
  color: #FFF;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 4.6875rem;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 2.75rem;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-pagination-bullet {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.625rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
.swiper-pagination {
  display: flex;
  justify-content: center;
}
.swiper-button-next,
.swiper-button-prev {
  width: 4.0625rem;
  height: 4.0625rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b3c5da;
  line-height: 4.0625rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #b3c5da;
  font-size: 0.875rem;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
  background: unset;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #018BD6;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  position: relative;
}
.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  margin-top: 3.125rem;
}
.neibanner .neibanner_txt h3 {
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  font-size: 3.125rem;
  font-weight: 700;
}
.neibanner .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}
.news_box .swipernews {
  overflow: hidden;
  padding-bottom: 5rem;
}
.news_box .swipernews .news_new_box {
  background-color: #fff;
  overflow: hidden;
  display: flex;
}
.news_box .swipernews .news_new_box .left {
  width: 47%;
}
.news_box .swipernews .news_new_box .left .img {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .swipernews .news_new_box .right {
  width: 53%;
}
.news_box .swipernews .news_new_box .right .newstxt {
  padding: 3.875rem 2.125rem 3.625rem 3.75rem;
}
.news_box .swipernews .news_new_box .right .newstxt h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
}
.news_box .swipernews .news_new_box .right .newstxt .p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.75rem;
}
.news_box .swipernews .news_new_box .right .newstxt .p1 {
  color: #018BD6;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.875rem;
}
.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.yyhy_content .yyhy_con .yyhy_item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.yyhy_content .yyhy_con .yyhy_item .over {
  height: 18.75rem;
}
.yyhy_content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.875rem 1.875rem;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: #018BD6;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.875rem;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #018BD6;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #018BD6;
}
.news_show_box .left {
  padding-right: 5.3125rem;
}
.news_show_box .left .title {
  margin-bottom: 1.5625rem;
}
.news_show_box .left .title h3 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
}
.news_show_box .left .title .time {
  display: flex;
  align-items: center;
}
.news_show_box .left .title .time .fenxiang {
  margin-left: 6.25rem;
}
.news_show_box .left .title > p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.news_show_box .left .title > p span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.news_show_box .left .title .social-share {
  display: flex;
}
.news_show_box .left .title .social-share li {
  width: 2.375rem;
  height: 2.375rem;
  text-align: center;
  line-height: 2.3125rem;
  margin-right: 0.625rem;
}
.news_show_box .left .title .social-share li a {
  width: 2.375rem;
  height: 2.375rem;
  display: block;
  border: unset;
  color: #D1D1D1;
  font-size: 1.0625rem;
  border-radius: 50%;
  border: 1px solid #D1D1D1;
  margin: unset;
  line-height: 2.1875rem;
}
.news_show_box .left .title .social-share li a i {
  font-size: 1.0625rem;
  color: #D1D1D1;
  line-height: 2.375rem;
}
.news_show_box .left .content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 2.125rem 0 4.375rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.75rem;
}
.news_show_box .left .content table tr td {
  padding: 0.5rem;
}
.news_show_box .left .content img {
  width: 100%;
}
.news_show_box .left .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.news_show_box .left .shangxia p,
.news_show_box .left .shangxia a {
  color: #000;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
}
.news_show_box .right .title h3 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 1.4px;
}
.news_show_box .right ul li {
  padding: 1.875rem 0 1.4375rem;
  border-bottom: 1px solid #DBDBDB;
}
.news_show_box .right ul li .img {
  display: none;
}
.news_show_box .right ul li h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.news_show_box .right ul li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.5625rem;
}
.news_show_box .right ul li .p1 {
  color: rgba(0, 0, 0, 0.5);
}
.news_show_box .right ul li:nth-child(1) .img {
  display: block;
}
.news_show_box .right ul li:nth-child(1) h3 {
  margin-top: 1.5625rem;
}
.news_show_box .right ul li:hover {
  cursor: pointer;
}
.news_show_box .right ul li:hover h3,
.news_show_box .right ul li:hover p {
  color: #018BD6;
}
.news_show_box .right ul li:hover .img .over img {
  transform: scale(1.1);
}
.search-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none;
}
.search-box {
  display: none;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.search-box input[type="text"] {
  padding: 1.5625rem;
  border: unset;
  border-radius: 1.25rem;
  width: 100%;
  outline: none;
}
.search-box button {
  background: unset;
  color: #999;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.4375rem;
}
.search-box button i {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.all_title h3 {
  color: #018BD6;
  font-size: 2.8125rem;
  font-weight: 700;
  margin-top: 0.9375rem;
}
.all_title p {
  color: #6C6C6C;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.all_titlew h3 {
  color: #fff;
  font-size: 2.8125rem;
  font-weight: 700;
  margin-top: 0.9375rem;
}
.all_titlew p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.index_one .left {
  background-color: #018BD6;
  padding-top: 7.3125rem;
  padding-left: var(--container);
  padding-right: 9.6875rem;
  padding-bottom: 10.625rem;
}
.index_one .left .all_title h3,
.index_one .left .all_title p {
  color: #fff;
}
.index_one .left .desc {
  margin-top: 2.5rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_one .left .about_num {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem;
}
.index_one .left .about_num .about_numitem h3 span {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
}
.index_one .left .about_num .about_numitem h3 sub {
  color: #FFF;
  font-size: 2.1875rem;
  font-weight: 700;
}
.index_one .left .about_num .about_numitem p {
  margin-top: 10px;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_one .right {
  padding: 0;
}
.index_one .right .over {
  width: 100%;
  height: 100%;
}
.index_one .right .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.all_more {
  display: inline-block;
  padding: 1.0625rem 1.9375rem 1.125rem 2rem;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 3.125rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.all_more i {
  margin-left: 0.625rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
}
.all_more::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.6);
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.all_more:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
.all_more:hover::after {
  transform-origin: center left;
  transform: scaleX(1);
}
.all_more:hover i {
  color: #fff;
}
.all_moreb {
  display: inline-block;
  padding: 1.0625rem 1.9375rem 1.125rem 2rem;
  color: #018BD6;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 3.125rem;
  border: 0.125rem solid #018BD6;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  font-style: italic;
}
.all_moreb i {
  margin-left: 0.625rem;
  color: #018BD6;
  font-size: 1.125rem;
  font-weight: 400;
}
.all_moreb::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #018BD6;
  transform: scaleX(0);
  transform-origin: center right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.all_moreb:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
.all_moreb:hover::after {
  transform-origin: center left;
  transform: scaleX(1);
}
.all_moreb:hover i {
  color: #fff;
}
.index_two {
  background-size: cover;
  background-position: center;
  padding-top: 8.5625rem;
  padding-bottom: 7.3125rem;
}
.index_two .top .pro_nav {
  display: flex;
  align-items: center;
}
.index_two .top .pro_nav .pro_navli {
  width: 9.125rem;
  height: 3.9375rem;
  line-height: 3.9375rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(235, 238, 240, 0) 0%, #ECEFF1 100%);
  margin-left: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .top .pro_nav .pro_navli a {
  color: #6C6C6C;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.index_two .top .pro_nav .pro_navli.active,
.index_two .top .pro_nav .pro_navli:hover {
  background: linear-gradient(180deg, rgba(1, 139, 214, 0) 0%, rgba(1, 139, 214, 0.3) 100%);
}
.index_two .top .pro_nav .pro_navli.active a,
.index_two .top .pro_nav .pro_navli:hover a {
  color: #018BD6;
}
.index_two .content {
  display: none;
}
.index_two .content.active {
  display: block;
}
.index_two .content .swiper_index_pro {
  position: relative;
  margin: -1.25rem;
  padding-bottom: 3.75rem;
  overflow: hidden;
}
.index_two .content .swiper_index_pro .swiper-slide {
  padding: 1.25rem;
}
.index_two .content .swiper_index_pro .swiper-slide .index_probox {
  background: #FFF;
  border: 1px solid #fff;
  padding: 3.1875rem 2.8125rem;
  min-height: 32.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .content .swiper_index_pro .swiper-slide .index_probox h3 {
  color: #474747;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_two .content .swiper_index_pro .swiper-slide .index_probox .over {
  margin-top: 3.75rem;
}
.index_two .content .swiper_index_pro .swiper-slide .index_probox:hover {
  border: 1px solid #018BD6;
  background: #FFF;
  box-shadow: 0px 0px 20px 5px rgba(48, 87, 145, 0.1);
}
.index_two .content .swiper_index_pro .swiper-scrollbar {
  height: 1px;
  background: rgba(1, 139, 214, 0.3);
}
.index_two .content .swiper_index_pro .swiper-scrollbar-drag {
  height: 3px;
  background-color: #018BD6;
}
.index_three {
  padding-top: 7.5rem;
}
.index_three .content {
  margin-top: 3.75rem;
}
.index_three .content .swiper_index_cxyf {
  position: relative;
  padding-bottom: 7.5rem;
}
.index_three .content .swiper_index_cxyf .index_cxyf {
  display: flex;
  justify-content: space-between;
}
.index_three .content .swiper_index_cxyf .index_cxyf .over {
  width: calc(100% - (21.9375rem*2));
}
.index_three .content .swiper_index_cxyf .index_cxyf .con {
  flex: 1;
  background: #018BD6;
  padding-left: 5.125rem;
  padding-right: 5.25rem;
  display: table;
}
.index_three .content .swiper_index_cxyf .index_cxyf .con .center {
  vertical-align: middle;
  display: none;
}
.index_three .content .swiper_index_cxyf .index_cxyf .con .center .title {
  color: #FFF;
  font-size: 2.1875rem;
  font-weight: 400;
}
.index_three .content .swiper_index_cxyf .index_cxyf .con .center .desc {
  margin-top: 1.6875rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_three .content .swiper_index_cxyf .swiper-slide-active .index_cxyf .con .center {
  display: table-cell;
}
.index_three .content .swiper_index_cxyf .swiper-button-prev {
  background: #0595D9;
  width: 21.9375rem;
  height: 7.5rem;
  line-height: 7.5rem;
  border-radius: unset;
  border: unset;
}
.index_three .content .swiper_index_cxyf .swiper-button-prev i {
  font-size: 1.875rem;
  color: #fff;
}
.index_three .content .swiper_index_cxyf .swiper-button-next {
  width: 21.9375rem;
  height: 7.5rem;
  line-height: 7.5rem;
  border-radius: unset;
  background-color: #018BD6;
  border: unset;
}
.index_three .content .swiper_index_cxyf .swiper-button-next i {
  font-size: 1.875rem;
  color: #fff;
}
.index_three .content .swiper_index_cxyf .swiper-button-prev,
.index_three .content .swiper_index_cxyf .swiper-container-rtl .swiper-button-next {
  top: unset;
  bottom: 0;
  left: unset;
  right: 21.9375rem;
}
.index_three .content .swiper_index_cxyf .swiper-button-next,
.index_three .content .swiper_index_cxyf .swiper-container-rtl .swiper-button-prev {
  top: unset;
  bottom: 0;
  left: unset;
  right: 0;
}
.index_three .content .swiper_index_cxyf .swiper-pagination-bullet {
  width: unset;
  height: unset;
  border: unset;
  border-radius: unset;
  display: none;
}
.index_three .content .swiper_index_cxyf .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: unset;
  display: block;
  color: #6C6C6C;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.index_three .content .swiper_index_cxyf .swiper-pagination-bullet.swiper-pagination-bullet-active .on {
  color: #2D2D2D;
}
.index_three .content .swiper_index_cxyf .swiper-pagination {
  width: 50%;
  bottom: 2.5rem;
}
.index_four {
  background: #F3F3F3;
  padding-top: 7.1875rem;
  padding-bottom: 8.75rem;
}
.index_four .desc {
  margin-top: 0.9375rem;
}
.index_four .desc p {
  color: #474747;
  text-align: center;
  font-size: 1.125rem;
  line-height: 3.125rem;
}
.index_four .desc h3 {
  color: #474747;
  font-size: 1.875rem;
  line-height: 3.125rem;
  text-align: center;
}
.serviceArea .serviceBox {
  position: relative;
  margin-top: 3.75rem;
}
@media (max-width: 1600px) {
  .serviceArea .serviceBox {
    margin: 0 1%;
  }
}
@media (max-width: 1180px) {
  .serviceArea .serviceBox {
    margin: 0;
  }
}
@media (max-width: 840px) {
  .serviceArea .serviceBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.serviceArea .serviceDeco {
  z-index: 2;
  position: absolute;
  top: -4.5%;
  right: 8.5%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1180px) {
  .serviceArea .serviceDeco img {
    max-width: 90px;
  }
}
.serviceArea .decoBox {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.serviceArea .decoBox img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.serviceArea .decoBox .decoList {
  position: absolute;
  width: 100%;
  max-width: 37.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1400px) {
  .serviceArea .decoBox .decoList {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media (max-width: 1180px) {
  .serviceArea .decoBox .decoList {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@media (max-width: 840px) {
  .serviceArea .decoBox .decoList {
    max-width: none;
    width: 730px;
  }
}
@media (max-width: 540px) {
  .serviceArea .decoBox .decoList {
    -webkit-transform: scale(0.58);
    transform: scale(0.58);
  }
}
@media (max-width: 400px) {
  .serviceArea .decoBox .decoList {
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
  }
}
.serviceArea .decoBox .deco {
  position: relative;
}
.serviceArea .decoBox .deco .machineBox {
  position: absolute;
}
.serviceArea .decoBox .deco .machineBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.serviceArea .decoBox .deco.left .machineBox {
  width: 274px;
  height: 215px;
  top: 0;
  left: 23%;
}
.serviceArea .decoBox .deco.left .machine-1 {
  margin-top: 30px;
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
  -webkit-animation: left_arm 6s linear infinite;
  animation: left_arm 6s linear infinite;
}
.serviceArea .decoBox .deco.left .machine-2 {
  position: absolute;
  top: 0;
  left: 68px;
}
.serviceArea .decoBox .deco.right {
  padding-right: 45px;
}
.serviceArea .decoBox .deco.right .machineBox {
  width: 356px;
  height: 268px;
  top: -12%;
  right: 6%;
}
.serviceArea .decoBox .deco.right .armBox {
  z-index: 1;
  position: absolute;
  width: 270px;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-animation: right_arm 9s infinite linear;
  animation: right_arm 9s infinite linear;
}
.serviceArea .decoBox .deco.right .machine-1 {
  max-width: 123px;
  margin-top: 85px;
  -webkit-transform-origin: right 20%;
  transform-origin: right 20%;
  -webkit-animation: paw infinite 9s 4s linear;
  animation: paw infinite 9s 4s linear;
}
.serviceArea .decoBox .deco.right .machine-2 {
  max-width: 217px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 55px;
}
.serviceArea .decoBox .deco.right .machine-3 {
  max-width: 145px;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1400px) {
  .serviceArea .decoBox .infinity img {
    max-width: 900px;
  }
}
.serviceArea .decoBox .infinity img {
  margin: 0 auto;
  display: block;
}
.serviceArea .decoBox .decoCase {
  position: absolute;
  left: 50%;
  top: 68%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1180px) {
  .serviceArea .decoBox .decoCase {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.serviceArea .decoBox .decoCase .box {
  -webkit-animation: float 3s infinite linear;
  animation: float 3s infinite linear;
}
.serviceArea .decoBox .decoCase .shadow {
  -webkit-animation: shadow 3s infinite linear;
  animation: shadow 3s infinite linear;
}
@media (min-width: 841px) {
  .serviceArea .serviceList {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .serviceArea .serviceList .serviceItem {
    z-index: 2;
    position: absolute;
  }
}
@media (min-width: 841px) and (min-width: 1201px) {
  .serviceArea .serviceList .serviceItem:hover .textEditor {
    opacity: 1;
    margin-left: 0;
  }
}
@media (min-width: 841px) {
  .serviceArea .serviceList .serviceItem1 .textEditor,
  .serviceArea .serviceList .serviceItem2 .textEditor,
  .serviceArea .serviceList .serviceItem3 .textEditor,
  .serviceArea .serviceList .serviceItem4 .textEditor {
    margin-left: -10px;
    left: -223%;
  }
  .serviceArea .serviceList .serviceItem1 .textEditor:before,
  .serviceArea .serviceList .serviceItem2 .textEditor:before,
  .serviceArea .serviceList .serviceItem3 .textEditor:before,
  .serviceArea .serviceList .serviceItem4 .textEditor:before {
    right: -15px;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #018bd6;
  }
}
@media (min-width: 841px) and (max-width: 1600px) {
  .serviceArea .serviceList .serviceItem1 .textEditor,
  .serviceArea .serviceList .serviceItem2 .textEditor,
  .serviceArea .serviceList .serviceItem3 .textEditor,
  .serviceArea .serviceList .serviceItem4 .textEditor {
    left: -180%;
  }
}
@media (min-width: 841px) {
  .serviceArea .serviceList .serviceItem5 .textEditor,
  .serviceArea .serviceList .serviceItem6 .textEditor,
  .serviceArea .serviceList .serviceItem7 .textEditor,
  .serviceArea .serviceList .serviceItem8 .textEditor {
    margin-left: 10px;
    left: 123%;
  }
  .serviceArea .serviceList .serviceItem5 .textEditor:before,
  .serviceArea .serviceList .serviceItem6 .textEditor:before,
  .serviceArea .serviceList .serviceItem7 .textEditor:before,
  .serviceArea .serviceList .serviceItem8 .textEditor:before {
    left: -15px;
    border-width: 10px 20px 10px 0;
    border-color: transparent #018bd6 transparent transparent;
  }
  .serviceArea .serviceList .serviceItem1 {
    z-index: 3;
    top: -12%;
    left: 23.5%;
  }
  .serviceArea .serviceList .serviceItem2 {
    top: 13%;
    left: 12%;
  }
}
@media (min-width: 841px) and (max-width: 1180px) {
  .serviceArea .serviceList .serviceItem2 {
    top: -1%;
    left: 10.5%;
  }
}
@media (min-width: 841px) {
  .serviceArea .serviceList .serviceItem3 {
    top: 65%;
    left: 12%;
  }
}
@media (min-width: 841px) and (max-width: 1180px) {
  .serviceArea .serviceList .serviceItem3 {
    top: 77.5%;
    left: 10.5%;
  }
}
@media (min-width: 841px) {
  .serviceArea .serviceList .serviceItem4 {
    top: 87%;
    left: 23.5%;
  }
  .serviceArea .serviceList .serviceItem5 {
    z-index: 3;
    top: -12%;
    left: 69%;
  }
  .serviceArea .serviceList .serviceItem6 {
    top: 14%;
    left: 81%;
  }
}
@media (min-width: 841px) and (max-width: 1180px) {
  .serviceArea .serviceList .serviceItem6 {
    top: -1%;
    left: 82%;
  }
}
@media (min-width: 841px) {
  .serviceArea .serviceList .serviceItem7 {
    top: 71.5%;
    left: 79%;
  }
}
@media (min-width: 841px) and (max-width: 1180px) {
  .serviceArea .serviceList .serviceItem7 {
    top: 77.5%;
    left: 82%;
  }
}
@media (min-width: 841px) {
  .serviceArea .serviceList .serviceItem8 {
    top: 87%;
    left: 69%;
  }
}
@media (max-width: 840px) {
  .serviceArea .serviceList {
    display: none;
  }
}
.serviceArea .serviceList .item {
  width: 106px;
  height: 106px;
  margin: 0 auto;
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 5px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(3, 48, 70, 0.08);
  box-shadow: 0px 0px 25px 0px rgba(3, 48, 70, 0.08);
}
@media (max-width: 1400px) {
  .serviceArea .serviceList .item {
    width: 90px;
    height: 90px;
  }
}
.serviceArea .serviceList .Img {
  width: 40px;
}
.serviceArea .serviceList .Img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1400px) {
  .serviceArea .serviceList .Img {
    width: 35px;
  }
}
.serviceArea .serviceList .title {
  text-align: center;
  color: #008bd5;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0px;
}
@media (max-width: 1400px) {
  .serviceArea .serviceList .title {
    font-size: 13px;
  }
}
.serviceArea .serviceList .textEditor {
  opacity: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 212px;
  padding: 25px;
  z-index: 2;
  background-color: #018bd6;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.384px;
  pointer-events: none;
}
.serviceArea .serviceList .textEditor:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
}
@media (max-width: 1600px) {
  .serviceArea .serviceList .textEditor {
    padding: 16px;
    width: 160px;
  }
}
@media (max-width: 1200px) {
  .serviceArea .serviceList .textEditor {
    display: none;
  }
}
@media (min-width: 841px) {
  .serviceArea .mobileList {
    display: none;
  }
}
.serviceArea .mobileList.slick-slider {
  margin-bottom: 0;
}
.serviceArea .mobileList .mobileItem {
  padding-bottom: 10px;
}
.serviceArea .mobileList .itemBox {
  border: 1px solid #018bd6;
  border-radius: 50%;
  padding: 0 20px;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  row-gap: 18px;
}
.serviceArea .mobileList .itemBox .title {
  font-weight: 500;
  color: #162e38;
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.56px;
}
.serviceArea .mobileList .itemBox .text {
  font-weight: 400;
  max-width: 144px;
  color: #6c828d;
  font-size: 14px;
  line-height: 1.85714286;
  letter-spacing: 0.49px;
}
@media (max-width: 540px) {
  .serviceArea .mobileList .itemBox {
    width: 150px;
    height: 150px;
  }
  .serviceArea .mobileList .itemBox .title {
    font-size: 14px;
  }
  .serviceArea .mobileList .itemBox .text {
    font-size: 12px;
  }
}
.serviceArea .mobileList .itemList {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}
@media (max-width: 470px) {
  .serviceArea .mobileList .itemList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
@media (max-width: 470px) {
  .serviceArea .mobileList .subItem {
    width: 38%;
  }
}
@media (max-width: 400px) {
  .serviceArea .mobileList .subItem {
    width: 44%;
  }
}
.serviceArea .mobileList .subItem .item {
  width: 106px;
  height: 106px;
  margin: 0 auto;
  padding: 0 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 5px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(3, 48, 70, 0.08);
  box-shadow: 0px 0px 25px 0px rgba(3, 48, 70, 0.08);
}
@media (max-width: 1400px) {
  .serviceArea .mobileList .subItem .item {
    width: 90px;
    height: 90px;
  }
}
.serviceArea .mobileList .subItem .Img {
  width: 40px;
}
.serviceArea .mobileList .subItem .Img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1400px) {
  .serviceArea .mobileList .subItem .Img {
    width: 35px;
  }
}
.serviceArea .mobileList .subItem .title {
  text-align: center;
  color: #008bd5;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0px;
}
@media (max-width: 1400px) {
  .serviceArea .mobileList .subItem .title {
    font-size: 13px;
  }
}
.swiper_mobileList {
  position: relative;
  padding-bottom: 40px;
}
@keyframes left_arm {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  85% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes right_arm {
  0% {
    -webkit-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    -webkit-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
  }
  15% {
    -webkit-transform: rotate(8deg) translateY(5px);
    transform: rotate(8deg) translateY(5px);
  }
  25% {
    -webkit-transform: rotate(8deg) translateY(5px);
    transform: rotate(8deg) translateY(5px);
  }
  30% {
    -webkit-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
  }
  70% {
    -webkit-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
  }
  75% {
    -webkit-transform: rotate(-8deg) translateY(-4px);
    transform: rotate(-8deg) translateY(-4px);
  }
  85% {
    -webkit-transform: rotate(-8deg) translateY(-4px);
    transform: rotate(-8deg) translateY(-4px);
  }
  90% {
    -webkit-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.channel {
  border-bottom: 1px solid #CBCBCB;
}
.channel .left .channel_box .channel_item {
  padding: 1.625rem 2.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel .left .channel_box .channel_item a {
  color: #545454;
  font-size: 1rem;
  line-height: 1.875rem;
}
.channel .left .channel_box .channel_item.active,
.channel .left .channel_box .channel_item:hover {
  background-color: #018BD6;
}
.channel .left .channel_box .channel_item.active a,
.channel .left .channel_box .channel_item:hover a {
  color: #fff;
}
.list_about_one {
  padding-top: 5rem;
  padding-bottom: 8.125rem;
}
.list_about_one .left .desc .tit {
  margin-top: 1.25rem;
  color: #242424;
  font-size: 1.5rem;
}
.list_about_one .left .desc p {
  margin-top: 0.625rem;
  color: #656565;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_about_one .left .desc ul > li {
  color: #242424;
  font-size: 1.25rem;
  margin-bottom: 2.1875rem;
  padding-left: 3.0625rem;
  position: relative;
}
.list_about_one .left .desc ul > li::before {
  content: '';
  display: block;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  background-image: url(../img/dui.png);
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.1875rem;
}
.list_about_two {
  background-size: cover;
  background-position: center;
  padding-top: 9.5rem;
  padding-bottom: 12.9375rem;
}
.list_about_two .content {
  margin-top: 8.75rem;
  color: #FFF;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_about_three {
  background-size: cover;
  padding-top: 8.75rem;
  padding-bottom: 10rem;
}
.list_about_three .content {
  overflow: hidden;
}
.list_about_three .content .swiper_btn {
  padding: 6.25rem 0;
}
.list_about_three .content .swiper_btn .swiper-slide {
  width: 12.1875rem !important;
}
.list_about_three .content .swiper_btn .swiper-slide .yuan {
  margin: 0 auto;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  background-color: #fff;
}
.list_about_three .content .swiper_btn .swiper-slide .yuan .text {
  color: #252525;
  text-align: center;
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_about_three .content .swiper_btn .swiper-slide-active {
  width: 18.75rem !important;
}
.list_about_three .content .swiper_btn .swiper-slide-active .yuan {
  background-color: unset;
  position: relative;
}
.list_about_three .content .swiper_btn .swiper-slide-active .yuan::before {
  content: '';
  display: block;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  background-color: #018BD6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_about_three .content .swiper_btn .swiper-slide-active .yuan::after {
  content: '';
  display: block;
  width: 15.6875rem;
  height: 15.6875rem;
  border-radius: 50%;
  border: 1px solid rgba(1, 139, 214, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_about_three .content .swiper_btn .swiper-slide-active .yuan .text {
  color: #FFF;
  text-align: center;
  font-size: 2.8125rem;
  font-style: italic;
  font-weight: 700;
}
.list_about_three .content .swiper_history {
  margin-top: 3.125rem;
  position: relative;
  overflow: hidden;
}
.list_about_three .content .swiper_history .history_box {
  color: #656565;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.list_about_three .content .swiper-button-next,
.list_about_three .content .swiper-button-prev {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  border: 1px solid #018BD64D;
  margin-top: 0;
}
.list_about_three .content .swiper-button-next i,
.list_about_three .content .swiper-button-prev i {
  font-weight: 400;
  font-size: 1.25rem;
  color: #018BD64D;
  line-height: 4.0625rem;
}
.list_about_three .content .swiper-button-prev,
.list_about_three .content .swiper-container-rtl .swiper-button-next {
  left: 25%;
  right: auto;
  top: 75%;
}
.list_about_three .content .swiper-button-next,
.list_about_three .content .swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 25%;
  top: 75%;
}
.list_about_three .content .history_ul .history_li {
  margin-top: 15px;
}
.list_about_three .content .history_ul .history_li h3 {
  font-size: 20px;
  font-weight: 600;
  color: #018BD6;
}
.list_about_three .content .history_ul .history_li p {
  font-size: 14px;
}
.list_about_four {
  padding-top: 8.125rem;
  padding-bottom: 7.0625rem;
}
.list_about_four .content {
  margin-top: 3.125rem;
}
.list_about_six .m_show {
  display: none;
}
.list_about_six .content {
  padding-top: 9.125rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.list_about_six .desc h3 {
  margin-top: 3.125rem;
  color: #018BD6;
  font-size: 1.625rem;
  line-height: 2.8125rem;
}
.list_about_six .desc p {
  margin-top: 3.4375rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.375rem;
  line-height: 2.5rem;
}
.list_about_seven {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.list_about_seven .content {
  margin-top: 2.5rem;
}
.list_about_seven .content .swiper_coop {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.125rem;
  margin: -0.9375rem;
}
.list_about_seven .content .swiper_coop .swiper-slide {
  padding: 0.9375rem;
}
.list_about_seven .content .swiper_coop .swiper-slide .over {
  border-radius: 0.625rem;
  border: 1px solid #A9E1FF;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(34, 75, 151, 0.1);
  height: 6.875rem;
  text-align: center;
  padding: 0.9375rem;
}
.list_about_seven .content .swiper_coop .swiper-slide .over img {
  width: auto;
  height: 100%;
}
.list_eight {
  background: #F3F3F3;
  padding-top: 7.375rem;
  padding-bottom: 7.5rem;
}
.list_eight .row {
  align-items: center;
}
.list_eight .right {
  padding-left: 1.875rem;
}
.list_eight .right .desc {
  color: #656565;
  font-size: 1rem;
  line-height: 1.875rem;
}
.lab {
  padding-top: 7.875rem;
  padding-bottom: 7.0625rem;
}
.lab .desc {
  margin-top: 1.875rem;
  color: #656565;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.lab .content {
  position: relative;
}
.lab .content .swiper_lab {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.5rem;
  margin: 0 -1.25rem;
}
.lab .content .swiper_lab .swiper-slide {
  padding: 0 1.25rem;
}
.lab .content .swiper_lab .swiper-slide .lab_box .img {
  border: 1px solid #DFDFDF;
  background: #FFF;
  padding: 1.25rem;
  height: 20.625rem;
}
.lab .content .swiper_lab .swiper-slide .lab_box .img .over {
  width: 100%;
  height: 100%;
  text-align: center;
}
.lab .content .swiper_lab .swiper-slide .lab_box .img .over img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lab .content .swiper_lab .swiper-slide .lab_box .text {
  padding-top: 1.875rem;
  color: #656565;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.lab .content .swiper-button-next,
.lab .content .swiper-button-prev {
  margin-top: -4.0625rem;
}
.patent {
  background: #F3F3F3;
  padding-top: 7.5rem;
  padding-bottom: 8.25rem;
}
.patent .m_show {
  display: none;
}
.patent .row {
  align-items: center;
}
.patent .left {
  position: relative;
}
.patent .left .swiper_patent {
  width: 50%;
  position: absolute;
  bottom: 5.625rem;
  left: var(--container);
  overflow: hidden;
}
.patent .left .swiper-button-prev,
.patent .left .swiper-container-rtl .swiper-button-next {
  left: unset;
  right: 3%;
  top: unset;
  bottom: 0;
}
.patent .left .swiper-button-next,
.patent .left .swiper-container-rtl .swiper-button-prev {
  top: unset;
  bottom: 0;
  right: -5%;
}
.patent .right {
  padding-left: 5.875rem;
}
.patent .right .swiper_tabul {
  position: relative;
  overflow: hidden;
  height: 35vw;
}
.patent .right .swiper_tabul .tabli {
  color: #7B7B7B;
  font-size: 1.25rem;
  font-weight: 400;
}
.patent .right .swiper_tabul .tabli i {
  display: inline-block;
  width: 2.8125rem;
  height: 0.125rem;
  background-color: #7B7B7B;
  vertical-align: middle;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.patent .right .swiper_tabul .swiper-slide-thumb-active .tabli {
  color: #154F96;
  font-size: 1.375rem;
}
.patent .right .swiper_tabul .swiper-slide-thumb-active .tabli i {
  width: 5.625rem;
  background-color: #154F96;
}
.patent .right .tabul {
  margin-top: 5.625rem;
}
.patent .right .tabul li {
  color: #7B7B7B;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 4.0625rem;
}
.patent .right .tabul li i {
  display: inline-block;
  width: 2.8125rem;
  height: 0.125rem;
  background-color: #7B7B7B;
  vertical-align: middle;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.patent .right .tabul li.active {
  color: #154F96;
  font-size: 1.375rem;
  line-height: 4.0625rem;
}
.patent .right .tabul li.active i {
  width: 5.625rem;
  background-color: #154F96;
}
.list_contact {
  padding-top: 5.125rem;
  padding-bottom: 7.5rem;
}
.list_contact .left .company_info .name {
  color: #242424;
  font-size: 1.5rem;
}
.list_contact .left .company_info .tel {
  margin-top: 1.375rem;
  color: #018BD6;
  font-size: 2.1875rem;
  font-style: italic;
  font-weight: 600;
  line-height: 2.8125rem;
}
.list_contact .left .company_info ul {
  margin-top: 1.375rem;
}
.list_contact .left .company_info ul > li {
  color: #595959;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.list_contact .left .company_info .flex {
  justify-content: start;
}
.list_contact .left .company_info .flex p {
  color: #595959;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.list_contact .left .company_info .fenxiang_icon {
  display: flex;
  margin-top: 0;
}
.list_contact .left .company_info .fenxiang_icon .social-share-icon {
  width: 2.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-color: rgba(115, 115, 115, 0.6);
  color: rgba(115, 115, 115, 0.6);
}
.list_contact .left .company_info .fenxiang_icon .social-share-icon:hover {
  color: #fff;
}
.list_message {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: #F3F3F3;
}
.list_message .content {
  margin-top: 1.25rem;
}
.list_message .content .msg_a1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem;
}
.list_message .content .msg_a1 .inpt p {
  color: #252525;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_message .content .msg_a1 .inpt p span {
  color: #D20000;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_message .content .msg_a1 .inpt input {
  margin-top: 0.625rem;
  width: 100%;
  height: 4.0625rem;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding-left: 1.625rem;
}
.list_message .content .msg_a3 {
  margin-top: 1.875rem;
}
.list_message .content .msg_a3 .inpt p {
  color: #252525;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_message .content .msg_a3 .inpt p span {
  color: #D20000;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_message .content .msg_a3 .inpt textarea {
  margin-top: 0.5625rem;
  width: 100%;
  border-radius: 0.3125rem;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding-top: 1.5rem;
  padding-left: 1.625rem;
}
.list_message .content .div_aghgha {
  text-align: right;
}
.list_message .content .div_aghgha button {
  width: 11.5rem;
  height: 4.0625rem;
  border-radius: 0.3125rem;
  background: #018BD6;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
}
.list_join {
  padding-top: 7.875rem;
  padding-bottom: 6.9375rem;
}
.list_join .left {
  padding-right: 3.75rem;
}
.list_join .left .desc {
  margin-top: 3.125rem;
  color: #656565;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_join .right .over {
  border-radius: 0.625rem;
}
.list_join_box {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: #F3F3F3;
}
.list_join_box .content {
  margin-top: 2.5rem;
}
.list_join_box .content ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list_join_box .content ul li .flex {
  padding: 1.625rem 0 1.5rem;
}
.list_join_box .content ul li .item {
  width: 20%;
  color: #727272;
  font-size: 1rem;
  padding-left: 3.75rem;
}
.list_join_box .content ul li .item span {
  margin-right: 3.125rem;
}
.list_join_box .content ul li .item i {
  display: inline-block;
}
.list_join_box .content ul li:nth-child(1) .item {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
}
.list_join_box .content ul li:nth-last-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list_join_box .content ul li .join_con {
  height: 0;
  overflow: hidden;
  background: rgba(1, 139, 214, 0.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_box .content ul li .join_con .j_con {
  padding: 3.125rem 3.5rem 3.75rem;
}
.list_join_box .content ul li .join_con h4 {
  color: #018BD6;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}
.list_join_box .content ul li .join_con p {
  color: #747474;
  font-size: 1rem;
  line-height: 2rem;
}
.list_join_box .content ul li .join_con h2 {
  margin-top: 1.25rem;
  color: #000;
  font-size: 1.25rem;
}
.list_join_box .content ul li .join_con h2 a {
  color: #018BD6;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.list_join_box .content ul li.active {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_box .content ul li.active .flex {
  background-color: #018BD6;
}
.list_join_box .content ul li.active .flex .item {
  color: #fff;
}
.list_join_box .content ul li.active .flex .item i {
  transform: rotate(180deg);
}
.list_join_box .content ul li.active .join_con {
  height: auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product {
  padding-top: 7.875rem;
  padding-bottom: 7.125rem;
}
.list_product:nth-child(even) {
  background: #F3F3F3;
}
.list_product .list_product_box .desc {
  margin-top: 1.25rem;
  color: #656565;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_product .list_product_box .content {
  margin-top: 4.375rem;
  position: relative;
}
.list_product .list_product_box .content .swiper_product {
  width: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.list_product .list_product_box .content .swiper_product .pro_li {
  padding: 0.625rem;
}
.list_product .list_product_box .content .swiper_product .pro_li .over {
  border: 1px solid #DFDFDF;
  background: #FFF;
  padding: 4.375rem 8.75rem;
}
.list_product .list_product_box .content .swiper_product .pro_li .text {
  text-align: center;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding: 1.875rem 0;
}
.list_product .list_product_box .content .mySwiper {
  position: relative;
  margin: 1.25rem -1.375rem 0;
  overflow: hidden;
  border-bottom: 1px solid #DEDEDE;
}
.list_product .list_product_box .content .mySwiper .swiper-slide {
  padding: 0 1.375rem;
}
.list_product .list_product_box .content .mySwiper .swiper-slide .over {
  border: 1px solid #DFDFDF;
  padding: 1.25rem 3.75rem;
  height: 13.625rem;
  background: #FFF;
}
.list_product .list_product_box .content .mySwiper .swiper-slide .text {
  color: #656565;
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: center;
  padding: 2.0625rem 0 2.125rem;
}
.list_product .list_product_box .content .mySwiper .swiper-slide.swiper-slide-thumb-active .over {
  border: 1px solid #018BD6;
}
.list_product .list_product_box .content .mySwiper .swiper-slide.swiper-slide-thumb-active .text {
  color: #018BD6;
}
.show_product {
  background-color: #F3F3F3;
  padding-top: 6.25rem;
}
.show_product .content {
  overflow: hidden;
  position: relative;
}
.show_product .content .swiper_showpro {
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.show_product .content .swiper_showpro .swiper-slide {
  padding: 0 1.875rem;
  opacity: 0.5;
}
.show_product .content .swiper_showpro .swiper-slide .over {
  border: 1px solid #DFDFDF;
  background: #FFF;
  padding: 5rem 11.25rem;
}
.show_product .content .swiper_showpro .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.show_product .content .text h3 {
  margin-top: 5rem;
  color: #242424;
  font-size: 2.1875rem;
  line-height: 1;
}
.show_product .content .text p {
  margin-top: 1.6875rem;
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_product .content .tab_ul {
  margin-top: 4.125rem;
}
.show_product .content .tab_ul .tab_li {
  flex: 1;
  color: #7C7C7C;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 1.5625rem 0 1.875rem;
  position: relative;
  z-index: 9;
}
.show_product .content .tab_ul .tab_li::before {
  content: '';
  display: block;
  width: 100%;
  height: 0%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .content .tab_ul .tab_li.active,
.show_product .content .tab_ul .tab_li:hover {
  color: #018BD6;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.show_product .content .tab_ul .tab_li.active::before,
.show_product .content .tab_ul .tab_li:hover::before {
  height: 100%;
}
.show_product_content {
  padding-top: 3.4375rem;
  padding-bottom: 5.625rem;
}
.show_product_content .content {
  display: none;
}
.show_product_content .content > .title {
  display: none;
}
.show_product_content .content.active {
  display: block;
}
.show_product_content .content h3 {
  color: #1D1D1D;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.show_product_content .content p {
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_product_content .content img {
  margin-top: 3.125rem;
}
.show_product_content .content .documentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 6.7%;
  -moz-column-gap: 6.7%;
  column-gap: 6.7%;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.578px;
  padding: 14.5px 20px;
  border-bottom: 1px solid #dcdcdc;
}
.show_product_content .content .documentItem .title {
  width: 40%;
}
.show_product_content .content .documentItem .type,
.show_product_content .content .documentItem .size,
.show_product_content .content .documentItem .link {
  width: 10%;
}
.show_product_content .content .documentItem .link {
  text-align: center;
}
.show_product_content .content .documentItem .link a {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #162e38;
  text-align: center;
}
.show_product_content .content .documentItem .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-top: 1px solid #162e38;
  border-right: 1px solid #162e38;
}
.show_product_content .content .documentItem:first-child {
  font-family: "Poppins", sans-serif, sans-serif;
  color: #162e38;
  font-weight: 500;
  border-color: #162e38;
  border-top: 1px solid;
}
.show_product_content .content .documentItem:not(:first-child) {
  color: #6c828d;
}
.show_product_detail {
  background: #F3F3F3;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.show_product_detail .content .relate_pro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
}
.show_product_detail .content .relate_pro .relate_item .over {
  border: 1px solid #DFDFDF;
  background: #FFF;
  padding: 3.125rem 6.625rem;
  height: 18.75rem;
}
.show_product_detail .content .relate_pro .relate_item .text {
  padding: 1.875rem 0 1.25rem;
  border-bottom: 1px solid #CECECE;
  position: relative;
}
.show_product_detail .content .relate_pro .relate_item .text::before {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: #018BD6;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_detail .content .relate_pro .relate_item .text h3 {
  color: #535353;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_product_detail .content .relate_pro .relate_item:hover .text h3 {
  color: #018BD6;
}
.show_product_detail .content .relate_pro .relate_item:hover .text::before {
  width: 100%;
}
.list_social_one {
  padding-top: 7.875rem;
  padding-bottom: 7.625rem;
}
.list_social_one .subtitle {
  margin-top: 1.5625rem;
}
.list_social_one .subtitle h3 {
  color: #000;
  font-size: 1.75rem;
  line-height: 1.875rem;
}
.list_social_one .subtitle p {
  color: #939393;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 0.25rem;
}
.list_social_one .row .left {
  height: 100%;
}
.list_social_one .row .left ul {
  height: 100%;
}
.list_social_one .row .left ul li {
  border-bottom: 1px solid #E0E0E0;
  padding: 1.0625rem 0 1.125rem;
  display: table;
  width: 100%;
}
.list_social_one .row .left ul li .con {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_social_one .row .left ul li .img {
  width: 5.625rem;
  display: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_social_one .row .left ul li .desc {
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_social_one .row .left ul li .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_social_one .row .left ul li .title span {
  color: #474747;
  font-size: 1.25rem;
}
.list_social_one .row .left ul li .title i {
  font-size: 1rem;
  color: #5E5E5E;
  font-weight: 700;
}
.list_social_one .row .left ul li.active .img,
.list_social_one .row .left ul li:hover .img {
  display: block;
  margin-bottom: 1.25rem;
}
.list_social_one .row .left ul li.active .title span,
.list_social_one .row .left ul li:hover .title span {
  color: #018BD6;
  font-size: 1.5rem;
}
.list_social_one .row .left ul li.active .title i,
.list_social_one .row .left ul li:hover .title i {
  display: none;
}
.list_social_one .row .left ul li.active .desc,
.list_social_one .row .left ul li:hover .desc {
  height: auto;
  padding-bottom: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_social_one .row .left ul li.active .desc p,
.list_social_one .row .left ul li:hover .desc p {
  color: #656565;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_social_one .row .right {
  height: 100%;
  padding-right: 0;
}
.list_social_one .row .right .content .over {
  display: none;
}
.list_social_one .row .right .content .over.active {
  display: block;
}
.list_social_one .lanmu_two {
  padding-top: 6.5625rem;
  padding-bottom: 7.5rem;
}
.list_social_one .lanmu_two .title {
  color: #000;
  font-size: 1.75rem;
  line-height: 1.875rem;
}
.list_social_one .lanmu_two .row .right ul li {
  position: relative;
  color: #656565;
  font-size: 1rem;
  line-height: 1.875rem;
  padding-left: 0.625rem;
}
.list_social_one .lanmu_two .row .right ul li:not(:last-child) {
  padding-bottom: 1.875rem;
}
.list_social_one .lanmu_two .row .right ul li strong {
  color: #2D2D2D;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_social_one .lanmu_two .row .right ul li::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #2D2D2D;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
.list_social_one .lanmu_two .tableer {
  overflow-x: auto;
}
.list_social_one .lanmu_two .tableer table {
  width: 100%;
}
.list_social_one .lanmu_two .tableer table tr td {
  color: #6C6C6C;
  font-size: 1rem;
}
.list_social_one .lanmu_two .tableer table tr:nth-child(even) {
  background: #EDF7FB;
}
.list_social_one .lanmu_two .tableer table tr:nth-child(odd) {
  background: #FFF;
}
.list_social_one .lanmu_two .tableer table tr:nth-child(1) {
  background: #018BD6;
}
.list_social_one .lanmu_two .tableer table tr:nth-child(1) td {
  color: #FFF;
  font-size: 1.125rem;
}
.list_social_one .lanmu_three .title {
  color: #000;
  font-size: 1.75rem;
  line-height: 1.875rem;
}
.list_social_one .lanmu_three h3 {
  margin-top: 1.5625rem;
  color: #252525;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.list_social_one .lanmu_three p {
  color: #656565;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_social_one .lanmu_three .flex {
  align-items: flex-start;
}
.list_social_one .lanmu_three .left {
  width: 25%;
}
.list_social_one .lanmu_three .middle {
  width: 22%;
}
.list_social_one .lanmu_three .right .yuan {
  display: table;
  padding: 0.9375rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #EAEAEA;
}
.list_social_one .lanmu_three .right .yuan .con {
  width: 14.0625rem;
  height: 14.0625rem;
  border-radius: 50%;
  background-color: #018BD6;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.list_social_one .lanmu_three .right .yuan .con h3 {
  color: #FFF;
  font-size: 2.5rem;
  line-height: 2.1875rem;
}
.list_social_one .lanmu_three .right .yuan .con p {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  margin-top: 1.25rem;
}
.list_social_one .lanmu_three .right .yuan:nth-child(1) {
  margin-right: 3.75rem;
}
.list_social_two {
  background: #F3F3F3;
  padding-top: 7.5rem;
  padding-bottom: 9.375rem;
}
.list_social_two .content {
  position: relative;
}
.list_social_two .content .swiper_protection {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
}
.list_social_two .content .swiper_protection .swiper-slide {
  padding: 0 1.25rem;
}
.list_social_two .content .swiper_protection .swiper-slide .text {
  padding: 2rem 0;
  color: #656565;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.list_social_two .content .swiper-button-next,
.list_social_two .content .swiper-button-prev {
  margin-top: -3.75rem;
}
.list_social_three {
  padding-top: 7.5rem;
  padding-bottom: 8.125rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.list_social_three .content .swiper_care {
  position: relative;
  overflow: hidden;
}
.list_social_three .content .swiper_care .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 45.625rem;
}
.list_social_three .content .swiper_care .swiper-slide .text {
  padding-top: 2.5rem;
  color: #656565;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  display: none;
}
.list_social_three .content .swiper_care .swiper-slide.swiper-slide-active .text {
  display: block;
}
.list_social_three .content .swiper-button-prev,
.list_social_three .content .swiper-container-rtl .swiper-button-next {
  left: 22%;
}
.list_social_three .content .swiper-button-next,
.list_social_three .content .swiper-container-rtl .swiper-button-prev {
  right: 22%;
}
.list_pro {
  overflow: unset;
}
.list_pro .fle {
  display: flex;
  position: relative;
}
.list_pro .fle .left {
  width: 20%;
  padding: 5rem 1.875rem 5rem;
  height: auto;
  position: sticky;
  top: 6.25rem;
  height: 100%;
}
.list_pro .fle .left .oneprotab .oneprotabli {
  font-size: 1.125rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #868686;
  position: relative;
}
.list_pro .fle .left .oneprotab .oneprotabli::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
}
.list_pro .fle .left .oneprotab .oneprotabli::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background: #018BD6;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .fle .left .oneprotab .oneprotabli:hover a,
.list_pro .fle .left .oneprotab .oneprotabli.active a {
  color: #018BD6;
}
.list_pro .fle .left .oneprotab .oneprotabli:hover::before,
.list_pro .fle .left .oneprotab .oneprotabli.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .fle .left .oneprotab .oneprotabli:hover::after,
.list_pro .fle .left .oneprotab .oneprotabli.active::after {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.list_pro .fle .left .oneprotab .oneprotabli a {
  padding: 0 1.25rem 0 2.1875rem;
  position: relative;
}
.list_pro .fle .left .twoprotwo {
  display: none;
}
.list_pro .fle .left .twoprotwo .twoprotabli {
  padding: 0.625rem 0 0.625rem 1.875rem;
}
.list_pro .fle .left .twoprotwo .twoprotabli:hover a {
  color: #018BD6;
}
.list_pro .fle .left .twoprotwo.active {
  display: block;
}
.list_pro .fle .left .name {
  font-size: 1.625rem;
  line-height: 3.4375rem;
  color: #000000;
  margin-bottom: 0.5rem;
}
.list_pro .fle .right {
  width: calc(100% - 28.8125rem);
  padding: 5rem 0 6.25rem;
}
.list_pro .fle .right .title {
  font-size: 2.125rem;
  line-height: 3.125rem;
  color: #3d3e3e;
  font-weight: 600;
}
.list_pro .fle .right .relate_pro {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
}
.list_pro .fle .right .relate_pro .relate_item .over {
  border: 1px solid #DFDFDF;
  background: #FFF;
  padding: 1.875rem;
  height: 18.75rem;
  text-align: center;
}
.list_pro .fle .right .relate_pro .relate_item .over img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.list_pro .fle .right .relate_pro .relate_item .text {
  padding: 1.875rem 0 1.25rem;
  border-bottom: 1px solid #CECECE;
  position: relative;
}
.list_pro .fle .right .relate_pro .relate_item .text::before {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: #018BD6;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .fle .right .relate_pro .relate_item .text h3 {
  color: #535353;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_pro .fle .right .relate_pro .relate_item:hover .text h3 {
  color: #018BD6;
}
.list_pro .fle .right .relate_pro .relate_item:hover .text::before {
  width: 100%;
}
