@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: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #EDF3FC;
}
.c {
  color: #0070C0;
}
.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: #0070C0;
  color: #fff;
  text-align: center;
}
.pagination > li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}
.pagination > li.active {
  background: #0070C0;
  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: 1rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 1rem;
  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: #0070C0;
}
.search_more:hover::before {
  background: #EDF3FC;
}
.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: 39.5625rem;
  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;
  padding: 1.9375rem 2.25rem;
  min-height: 1.625rem;
}
.er-ul::before {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background-color: #D6D6D6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.er-ul .left {
  width: 50%;
  padding-right: 2.1875rem;
}
.er-ul .left .over {
  display: none;
  width: 100%;
  height: 11.25rem;
}
.er-ul .left .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.er-ul .left .over.active {
  display: block;
}
.er-ul .right {
  width: 50%;
  padding-left: 2.375rem;
}
.er-ul .right li a {
  color: #474747;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.er-ul .right li:hover a {
  color: #0070C0 !important;
}
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: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.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: #EDF3FC;
}
.searchbox {
  border-color: #0070C0;
}
@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: #777;
  font: 500 1rem/1.5em;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #0070C0;
}
.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: #0070C0;
  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;
  }
}
.list_bottom {
  padding-bottom: 13.75rem;
}
/* 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: 20%;
  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 {
  width: 160px;
}
.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: #0070C0;
  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: #0070C0;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.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: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  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: #0074CA;
}
.rightfix li:hover .iconfont {
  background: #ec8402;
  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%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}
header .container {
  padding: 0 7.5rem 0 6.25rem;
}
header:hover,
header.active {
  background: #fff;
}
header:hover .center > ul > li a,
header.active .center > ul > li a {
  color: #000;
}
header:hover .center > ul > li a::before,
header.active .center > ul > li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #0070C0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .center > ul > li.active > a,
header.active .center > ul > li.active > a {
  color: #0070C0;
}
header:hover .center > ul > li.active > a::before,
header.active .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .lanuage a,
header.active .lanuage a {
  color: #000;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont {
  color: #000;
}
header:hover .ds1:hover,
header.active .ds1:hover {
  cursor: pointer;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 2rem;
}
header .ds1 {
  color: #5A5A5A;
  text-align: right;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}
header .ds1 .iconfont {
  font-size: 1.5rem;
  font-weight: 500;
  color: #5A5A5A;
  vertical-align: middle;
  margin-right: 0.625rem;
}
header .lanuage {
  margin-left: 3.125rem;
  display: block;
}
header .lanuage a {
  font-size: 1rem;
  color: #5A5A5A;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-style: italic;
}
header .lanuage a .iconfont {
  font-size: 0.75rem;
  padding-left: 0.4375rem;
}
header .lanuage a.c {
  color: #0070C0;
}
header .center > ul > li {
  float: left;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #5A5A5A;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  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 {
  color: #0070C0;
}
header .center > ul > li:hover > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li.active > a {
  color: #0070C0;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #0070C0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: #fff;
}
footer > .container {
  padding-top: 4.375rem;
  padding-bottom: 5.5rem;
}
footer > .container .left {
  width: 20%;
}
footer > .container .left .foot-contact {
  font-size: 1rem;
  margin-top: 1.75rem;
}
footer > .container .left .foot-contact .tel {
  color: #0070C0;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.125rem;
}
footer > .container .left .foot-contact .email {
  margin-top: 0.625rem;
  color: #636363;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 2.125rem;
}
footer > .container .left .fenxiang {
  margin-top: 1.75rem;
}
footer > .container .left .fenxiang .share {
  display: flex;
  align-items: center;
  margin: -0.625rem;
}
footer > .container .left .fenxiang .share li {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0.625rem;
}
footer > .container .left .fenxiang .share li .icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 2px solid #565656;
  padding: 0.5625rem;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer > .container .left .fenxiang .share li .icon i {
  font-size: 1.625rem;
  color: #565656;
}
footer > .container .left .fenxiang .share li .top_pop {
  width: 15.5rem;
  background-color: #fff;
  position: absolute;
  top: -8.75rem;
  left: -6.25rem;
  box-shadow: 0 0.125rem 0.625rem #aaa;
  padding: 1.125rem 0.625rem;
  display: none;
}
footer > .container .left .fenxiang .share li .top_pop p {
  color: #595959;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer > .container .left .fenxiang .share li .top_pop::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -0.375rem;
  bottom: -0.8125rem;
  width: 0;
  height: 0;
  border-width: 0.5rem 0.375rem 0.375rem 0.375rem;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
footer > .container .left .fenxiang .share li .img_pop {
  background-color: #fff;
  position: absolute;
  top: -11.5625rem;
  left: -3.75rem;
  box-shadow: 0 0.125rem 0.625rem #aaa;
  padding: 0.625rem;
  display: none;
}
footer > .container .left .fenxiang .share li .img_pop .img {
  width: 9.375rem;
}
footer > .container .left .fenxiang .share li .img_pop::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -0.375rem;
  bottom: -0.8125rem;
  width: 0;
  height: 0;
  border-width: 0.5rem 0.375rem 0.375rem 0.375rem;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
footer > .container .left .fenxiang .share li:hover {
  cursor: pointer;
}
footer > .container .left .fenxiang .share li:hover:nth-child(1) .icon {
  background-color: #28c445;
  border-color: #28c445;
}
footer > .container .left .fenxiang .share li:hover:nth-child(1) .icon img {
  filter: brightness(0) invert(1);
}
footer > .container .left .fenxiang .share li:hover:nth-child(1) .icon i {
  color: #fff;
}
footer > .container .left .fenxiang .share li:hover:nth-child(2) .icon {
  background-color: #111111;
  border-color: #111111;
}
footer > .container .left .fenxiang .share li:hover:nth-child(2) .icon img {
  filter: brightness(0) invert(1);
}
footer > .container .left .fenxiang .share li:hover:nth-child(2) .icon i {
  color: #fff;
}
footer > .container .left .fenxiang .share li:hover .icon {
  background-color: #0070C0;
  border-color: #0070C0;
}
footer > .container .left .fenxiang .share li:hover .icon img {
  filter: brightness(0) invert(1);
}
footer > .container .left .fenxiang .share li:hover .icon i {
  color: #fff;
}
footer > .container .left .fenxiang .share li:hover .top_pop {
  display: block;
}
footer > .container .left .fenxiang .share li:hover .img_pop {
  display: block;
}
footer > .container .left .fenxiang .social-share li a {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 2px solid #565656 !important;
  font-size: 1.5rem;
}
footer > .container .right {
  width: 70%;
  padding-left: 3.625rem;
  padding-right: 3.25rem;
}
footer > .container .right .footnav {
  display: flex;
  justify-content: space-between;
}
footer > .container .right .footnav .tt {
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
}
footer > .container .right .footnav .subfootnav {
  margin-top: 1.25rem;
}
footer > .container .right .footnav .subfootnav .subfootli > a {
  color: rgba(137, 137, 137, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
}
footer > .container .right .footnav .subfootnav .subfootli > a:hover {
  font-weight: 600;
}
footer > .container .ewm {
  width: 10%;
}
footer .copyright {
  border-top: 1px solid rgba(74, 74, 74, 0.3);
  background-color: #fff;
  color: rgba(137, 137, 137, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 1.3125rem 0 2.5rem;
}
footer .copyright a {
  color: rgba(137, 137, 137, 0.7);
}
footer .copyright p {
  color: rgba(137, 137, 137, 0.7);
}
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 {
  position: relative;
}
.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner .hover .container {
  padding: 0 7.5rem 0 6.25rem;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.375rem;
}
.banner .hover .p2 {
  margin-top: 2.5rem;
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.banner .ho4 .p2 {
  width: 45%;
  margin-top: 2.5rem;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 2.8125rem;
  font-weight: 400;
}
.banner .hover2 {
  position: absolute;
  right: 10%;
  bottom: 4.375rem;
}
.banner .swiper-scrollbar {
  width: 75%;
  background-color: rgba(255, 255, 255, 0.5);
  height: 1px;
  left: 10rem;
  bottom: 0.625rem;
}
.banner .swiper-scrollbar-drag {
  background-color: #fff;
  height: 0.1875rem;
}
.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;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: unset;
  display: block;
  color: #0070C0;
}
.banner .swiper-pagination-bullet {
  border: unset;
  opacity: unset;
  background: unset;
  color: #FFF;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  position: relative;
  width: 1.875rem;
}
.banner .swiper-pagination-bullet:not(:nth-last-child(1))::before {
  content: '';
  display: block;
  width: 5px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0.75rem;
  left: 1.75rem;
}
.banner .scroll {
  width: 85%;
  position: absolute;
  left: 0;
  bottom: 3.125rem;
  z-index: 9;
  padding-left: 6.25rem;
  display: flex;
  align-items: center;
}
.banner .scroll .icon {
  width: 8rem;
  animation: xiangxia 2s infinite;
}
.banner .scroll .line_box {
  flex: 1;
  padding-left: 3.125rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .scroll .line_box .li {
  flex: 1;
  background-color: #fff;
  height: 0.1875rem;
  opacity: 0;
}
.banner .scroll .line_box .li.active {
  opacity: 1;
}
.banner .scroll .line_box::before {
  content: '';
  position: absolute;
  width: 95%;
  height: 1px;
  background-color: #fff;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
.swiper-pagination {
  display: flex;
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(13, 111, 184, 0.3);
  line-height: 3.375rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #000;
}
.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: #0070C0;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  position: relative;
}
.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.neibanner .neibanner_txt h3 {
  color: #FFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 4.6875rem;
}
.neibanner .mbxdh {
  position: absolute;
  bottom: 1.875rem;
}
.yyhy_content {
  padding-top: 8rem;
  padding-bottom: 8.125rem;
}
.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.375rem 3.0625rem;
}
.yyhy_content .yyhy_con .yyhy_item {
  border-top: 1px solid #D3D3D3;
  position: relative;
}
.yyhy_content .yyhy_con .yyhy_item::before {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: #0070C0;
  position: absolute;
  top: 0;
  left: 0;
  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 .over {
  height: 17.1875rem;
  border-radius: 0.625rem;
}
.yyhy_content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.0625rem 0;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: #000;
  font-size: 1.375rem;
  margin-top: 1.125rem;
  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: #595959;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 0.6875rem;
  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: #818181;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
}
.yyhy_content .yyhy_con .yyhy_item:hover::before {
  width: 100%;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #0070C0;
}
.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: #0070C0;
}
.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: #242424;
  text-align: center;
  font-size: 2.8125rem;
  font-weight: 700;
}
.all_title p {
  color: #292929;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.8125rem;
}
.sub_title h3 {
  color: #242424;
  font-size: 2.5rem;
  font-weight: 500;
}
.index_one {
  padding-top: 8rem;
  padding-bottom: 7.5rem;
  background: #FBFCFE;
}
.index_one .content {
  padding-left: 6.25rem;
}
.index_one .left {
  width: 45%;
  /* padding-right: 2.5rem; */
}
.index_one .left .all_title h3 {
  text-align: left;
  color: #242424;
  font-size: 2.8125rem;
  font-weight: 700;
}
.index_one .left h3 {
  margin-top: 1.6875rem;
  color: #242424;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.875rem;
}
.index_one .left p {
  color: #595959;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_one .left .ul {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_one .left .ul li .icon {
  width: 2.8125rem;
  height: 2.8125rem;
}
.index_one .left .ul li .text h3 {
  margin: 1rem 0 0;
}
.index_one .left .ul li .text h3 span {
  color: #434343;
  font-size: 3rem;
  font-style: italic;
  font-weight: 700;
}
.index_one .left .ul li .text h3 sub {
  color: #434343;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}
.index_one .right {
  width: 55%;
  padding-left: 3.125rem;
}
.all_more {
  display: inline-block;
  padding: 0.8125rem 1.5625rem 0.8125rem 1.6875rem;
  color: #0070C0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1.5px solid #0070C0;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.all_more i {
  margin-left: 3.125rem;
  color: #0070C0;
  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: #0070C0;
  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: #0070C0;
}
.all_more:hover::after {
  transform-origin: center left;
  transform: scaleX(1);
}
.all_more:hover i {
  color: #fff;
}
.index_two {
  background-size: cover;
  padding-bottom: 11.5rem;
}
.index_two .content {
  margin-top: 3.75rem;
}
.index_two .content .swiper_btn {
  position: relative;
  overflow: hidden;
  padding-top: 1.25rem;
}
.index_two .content .swiper_btn::after {
  content: "";
  position: absolute;
  width: 82%;
  left: 50%;
  top: 2.9rem;
  transform: translateX(-50%);
  height: 1px;
  background: #1F1F1F;
}
.index_two .content .swiper_btn .swiper_btn_li {
  text-align: center;
}
.index_two .content .swiper_btn .swiper_btn_li .yuan {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  background-image: url('../img/dian.svg');
  background-size: 2.1875rem;
  background-repeat: no-repeat;
  background-position: center;
  backdrop-filter: blur(2px);
  margin: 0.625rem auto 0;
  box-shadow: 0px 10px 20px 0px rgba(13, 111, 184, 0.35);
}
.index_two .content .swiper_btn .swiper_btn_li .text {
  margin-top: 1.375rem;
  color: #4B4B4B;
  text-align: center;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
}
.index_two .content .swiper_btn .swiper-slide-thumb-active .yuan {
  width: 3.4375rem;
  height: 3.4375rem;
  background-image: url('../img/activedian.svg');
  background-size: contain;
  margin: 0 auto;
}
.index_two .content .swiper_history {
  margin-top: 6.25rem;
  overflow: hidden;
}
.index_two .content .swiper_history .history_box {
  width: 75%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_two .content .swiper_history .history_box .left {
  width: 50%;
  padding-right: 1.875rem;
}
.index_two .content .swiper_history .history_box .left .over {
  border-radius: 0.625rem;
}
.index_two .content .swiper_history .history_box .left h3 {
  color: #0070C0;
  font-size: 7.5rem;
  font-style: italic;
  font-weight: 700;
  position: relative;
}
.index_two .content .swiper_history .history_box .left h3::before {
  content: '';
  display: block;
  width: 3.25rem;
  height: 0.1875rem;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index_two .content .swiper_history .history_box .right {
  width: 50%;
  padding-left: 1.875rem;
}
.index_two .content .swiper_history .history_box .right h3 {
  color: #0070C0;
  font-size: 7.5rem;
  font-style: italic;
  font-weight: 700;
  position: relative;
}
.index_two .content .swiper_history .history_box .right h3::before {
  content: '';
  display: block;
  width: 3.25rem;
  height: 0.1875rem;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index_two .content .swiper_history .history_box .right p {
  margin-top: 1.125rem;
  color: #595959;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.index_two .content .swiper-button-next,
.index_two .content .swiper-button-prev {
  border: unset;
}
.index_two .content .swiper-button-prev,
.index_two .content .swiper-container-rtl .swiper-button-next {
  background-image: unset;
  left: 0%;
  right: auto;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  z-index: 99;
  box-shadow: 0px 0px 10px rgba(13, 111, 184, 0.3);
}
.index_two .content .swiper-button-prev i,
.index_two .content .swiper-container-rtl .swiper-button-next i {
  font-weight: 400;
  font-size: 0.875rem;
  color: #000000;
  line-height: 3.5rem;
}
.index_two .content .swiper-button-next,
.index_two .content .swiper-container-rtl .swiper-button-prev {
  background-image: unset;
  left: auto;
  right: 0%;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  z-index: 99;
}
.index_two .content .swiper-button-next i,
.index_two .content .swiper-container-rtl .swiper-button-prev i {
  font-size: 0.875rem;
  color: #000000;
  line-height: 3.5rem;
  font-weight: 400;
}
.index_two .content .history_ul .history_li {
  margin-top: 15px;
}
.index_two .content .history_ul .history_li h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0070C0;
}
.index_two .content .history_ul .history_li p {
  font-size: 14px;
}
.index_three {
  position: relative;
}
.index_three .img_ul {
  width: 100%;
  height: 100%;
}
.index_three .img_ul .img_li {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.index_three .img_ul .img_li .img_box {
  width: 100%;
  height: 100%;
}
.index_three .img_ul .img_li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_three .img_ul .img_li.active {
  display: block;
}
.index_three .img_ul .img_li .text {
  width: 90%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
}
.index_three .img_ul .img_li ul li {
  position: relative;
  width: 3.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 3.75rem;
  background-color: rgba(0, 112, 192, 0.9);
  text-align: center;
  padding: 0 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .img_ul .img_li ul li i {
  font-size: 0.75rem;
  color: #fff;
  font-weight: 900;
}
.index_three .img_ul .img_li ul li span {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  display: none;
  padding-left: 2.5rem;
}
.index_three .img_ul .img_li ul li.active {
  width: auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .img_ul .img_li ul li.active span {
  display: inline;
}
.index_three .img_ul .img_li ul li {
  cursor: pointer;
  position: absolute;
  z-index: 9;
}
.index_three .content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index_three .content .all_title {
  width: 100%;
}
.index_three .content .all_title h3 {
  color: #fff;
}
.index_three .content .channel {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.6875rem;
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0;
  padding: 0 6.875rem;
}
.index_three .content .channel .channel_li {
  border-radius: 0.9375rem;
  background: #011928;
  box-shadow: 0px -10px 15px 0px rgba(13, 111, 184, 0.2);
  padding: 2.9375rem 0 2.6875rem;
}
.index_three .content .channel .channel_li .icon {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .content .channel .channel_li .txt {
  margin-top: 1.0625rem;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_three .content .channel .channel_li.active,
.index_three .content .channel .channel_li:hover {
  border-radius: 15px;
  background: #0070C0;
  box-shadow: 0px -10px 15px 0px rgba(45, 83, 182, 0.1);
}
.index_three .content .channel .channel_li.active .icon,
.index_three .content .channel .channel_li:hover .icon {
  transform: scale(1.4);
}
.index_four {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #fbfcfe;
}
.index_four .top {
  position: relative;
  display: flex;
}
.index_four .top .all_title h3 {
  text-align: left;
}
.index_four .top .right .swiper-button-next,
.index_four .top .right .swiper-button-prev {
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #757575;
}
.index_four .top .right .swiper-button-next i,
.index_four .top .right .swiper-button-prev i {
  font-size: 0.625rem;
  line-height: 2.375rem;
  color: #757575;
}
.index_four .top .right .swiper-button-next,
.index_four .top .right .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.index_four .top .right .swiper-button-prev,
.index_four .top .right .swiper-container-rtl .swiper-button-next {
  right: 8.125rem;
  left: unset;
}
.index_four .top .right .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: unset;
  display: block;
}
.index_four .top .right .swiper-pagination-bullet {
  border: unset;
  width: 3.75rem;
  color: #4B4B4B;
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
  display: none;
}
.index_four .top .right .swiper-pagination {
  right: 3.4375rem;
  top: 2.1875rem;
}
.index_four .content .swiper_index_news {
  position: relative;
  overflow: hidden;
  margin: 0 -1.5625rem;
}
.index_four .content .swiper_index_news .swiper-slide {
  padding: 0 1.5625rem;
}
.index_four .content .swiper_index_news .swiper-slide .index_news {
  position: relative;
  padding-top: 1.0625rem;
}
.index_four .content .swiper_index_news .swiper-slide .index_news::before {
  content: '';
  display: block;
  width: 0;
  height: 0.1875rem;
  background-color: #0070C0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .content .swiper_index_news .swiper-slide .index_news .text .time {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
}
.index_four .content .swiper_index_news .swiper-slide .index_news .text h3 {
  margin-top: 1.125rem;
  color: #000;
  font-size: 1.375rem;
  font-weight: 500;
}
.index_four .content .swiper_index_news .swiper-slide .index_news .text p {
  color: #595959;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.6875rem;
}
.index_four .content .swiper_index_news .swiper-slide .index_news .over {
  margin-top: 1.0625rem;
  border-radius: 0.625rem;
}
.index_four .content .swiper_index_news .swiper-slide .index_news:hover::before {
  width: 100%;
}
.index_six {
  position: relative;
}
.index_six .text {
  width: 100%;
  position: absolute;
  top: 5.625rem;
  left: 0;
  right: 0;
}
.index_six .text .title {
  color: #FFF;
  text-align: center;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 3.4375rem;
}
.index_six .text .all_more {
  color: #fff;
  border-color: #fff;
}
.index_six .text .all_more i {
  color: #fff;
}
.index_six .text .all_more:hover {
  color: #0070C0;
}
.index_six .text .all_more:hover i {
  color: #0070C0;
}
.index_six .text .all_more:hover::after {
  background-color: #fff;
}
.n_mbx {
  background-color: #fff;
  border-bottom: 1px solid #E9E9E9;
}
.n_mbx .n_src {
  display: flex;
}
.n_mbx .n_src li {
  padding: 2rem 1rem 1.125rem;
  position: relative;
}
.n_mbx .n_src li::before {
  content: '';
  display: block;
  width: 0;
  height: 0.1875rem;
  background-color: #0070C0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.n_mbx .n_src li a {
  color: #636363;
  font-size: 1.125rem;
}
.n_mbx .n_src li.active a,
.n_mbx .n_src li:hover a {
  color: #0070C0;
}
.n_mbx .n_src li.active::before,
.n_mbx .n_src li:hover::before {
  width: 100%;
}
.n_mbx .ajhhsd {
  padding: 2rem 0 1.125rem;
}
.index_about_one {
  background: #EDF3FC;
  padding-top: 8.0625rem;
  padding-bottom: 6.8125rem;
}
.index_about_one .left {
  width: 57%;
}
.index_about_one .left .video_bg {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.index_about_one .left .video_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  /* 初始隐藏视频 */
}
.index_about_one .left .video_bg .img {
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.index_about_one .left .video_bg .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.index_about_one .left .video_bg .txt .icon {
  cursor: pointer;
  width: 5.625rem;
  height: 5.625rem;
  margin: 3.25rem auto 0;
}
.index_about_one .left .video_bg.playing video {
  display: block;
}
.index_about_one .left .video_bg.playing .img,
.index_about_one .left .video_bg.playing .txt .icon {
  display: none;
  pointer-events: none;
}
.index_about_one .right {
  margin-bottom: 6.25rem;
  border-top: 8px solid #0070C0;
  width: 43%;
  background: #FFF;
  box-shadow: 0px 0px 0.9375rem 0.625rem rgba(22, 105, 200, 0.05);
  padding: 3.75rem 3.125rem 4.6875rem;
}
.index_about_one .right .title {
  position: relative;
  padding-bottom: 0.875rem;
}
.index_about_one .right .title::before {
  content: '';
  display: block;
  width: 2.9375rem;
  height: 0.1875rem;
  background-color: #0070C0;
  position: absolute;
  bottom: 0rem;
}
.index_about_one .right .title h3 {
  color: #262626;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.index_about_one .right .title p {
  margin-top: 0.25rem;
  color: #B5B5B5;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
}
.index_about_one .right .desc {
  margin-top: 1.6875rem;
  color: #595959;
  font-size: 1rem;
  line-height: 1.875rem;
}
.index_about_one .about_num .about_item {
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.index_about_one .about_num .about_item:nth-last-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.index_about_one .about_num .about_item h3 {
  color: #434343;
  text-align: center;
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 700;
}
.index_about_one .about_num .about_item p {
  margin-top: 0.9375rem;
  color: #595959;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
}
.index_about_three {
  padding-top: 12.5rem;
}
.index_about_four {
  padding-top: 7.5rem;
  padding-bottom: 6.375rem;
}
.index_about_four .nav_box {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_about_four .nav_box .nav_item {
  border-radius: 0.1875rem;
  border: 1px solid #D2D2D2;
  padding: 0.75rem 2.6875rem 0.5rem;
  color: #595959;
  text-align: center;
  font-size: 1rem;
  line-height: 1.875rem;
  display: block;
}
.index_about_four .nav_box .nav_item:not(:nth-last-child(1)) {
  margin-right: 1.5625rem;
}
.index_about_four .nav_box .nav_item:hover,
.index_about_four .nav_box .nav_item.active {
  background-color: #0070C0;
  border-color: #0070C0;
  color: #fff;
}
.index_about_four .content {
  display: none;
  position: relative;
}
.index_about_four .content.active {
  display: block;
}
.index_about_four .content .swiper-pagination {
  justify-content: center;
}
.index_about_four .content .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.1875rem;
  background: #7c7c7c;
  border-radius: unset;
}
.index_about_four .content .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0070C0;
}
.index_about_four .content .swiper-button-next,
.index_about_four .content .swiper-button-prev {
  margin-top: -3.125rem;
}
.index_about_four .content .swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 3.75rem;
  margin: 0 -1.5625rem;
}
.index_about_four .content .swiper .swiper-slide {
  padding: 0 1.5625rem;
}
.index_about_four .content .swiper .swiper-slide .honor_b .img {
  border-radius: 0.3125rem;
  border: 1px solid #E7E7E7;
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 1.1875rem 1.0625rem 1.25rem 1.0625rem;
}
.index_about_four .content .swiper .swiper-slide .honor_b .txt {
  margin-top: 1.625rem;
  color: #595959;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.1875rem;
}
.show_news_box {
  padding-top: 11.875rem;
  padding-bottom: 7.5rem;
  background: #EDF3FC;
}
.show_news_box .show_news_con {
  border-radius: 0.625rem;
  background: #FFF;
  padding: 4.375rem 2.8125rem 5.1875rem;
}
.show_news_box .show_news_con .title {
  color: #1D1D1D;
  text-align: center;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.5;
}
.show_news_box .show_news_con .desc {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #E9E9E9;
}
.show_news_box .show_news_con .desc .time {
  color: #B7B7B7;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  margin-right: 3.125rem;
}
.show_news_box .show_news_con .desc .time i {
  font-size: 1.5rem;
  color: #B1B1B1;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.show_news_box .show_news_con .desc .ri .social-share .social-share-icon {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  border: none;
  color: #9B9B9B;
}
.show_news_box .show_news_con .abstract {
  margin-top: 2.3125rem;
  border: 1px solid rgba(0, 60, 131, 0.1);
  background: rgba(0, 60, 131, 0.05);
  padding: 1.8125rem 2rem;
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_news_box .show_news_con .abstract strong {
  color: #000;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_news_box .show_news_con .content {
  padding-top: 2.0625rem;
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 2.1875rem;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #E9E9E9;
}
.show_news_box .show_news_con .content p {
  color: #7C7C7C;
  font-size: 1rem;
  line-height: 2.1875rem;
}
.show_news_box .show_news_con .content img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.show_news_box .show_news_con .shangxia {
  padding-top: 3.125rem;
}
.show_news_box .show_news_con .shangxia p {
  color: #000;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.05rem;
}
.show_news_box .show_news_con .shangxia p a {
  color: #6C6C6C;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.05rem;
}
.show_news_box .show_news_con .shangxia .btn {
  width: 11.8125rem;
  height: 4.6875rem;
  border-radius: 0.3125rem;
  background-color: #0070C0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_news_box .show_news_con .shangxia .btn a {
  color: #fff;
  font-size: 1.125rem;
}
.show_news_box .show_news_con .shangxia .btn i {
  color: #fff;
  margin-left: 0.8125rem;
}
.show_xgnews {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.show_xgnews .all_title h3 {
  text-align: left;
}
.show_xgnews .content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.375rem 3.0625rem;
}
.show_xgnews .content .yyhy_con .yyhy_item {
  border-top: 1px solid #D3D3D3;
  position: relative;
}
.show_xgnews .content .yyhy_con .yyhy_item::before {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: #0070C0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_xgnews .content .yyhy_con .yyhy_item .over {
  height: 17.1875rem;
  border-radius: 0.625rem;
}
.show_xgnews .content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}
.show_xgnews .content .yyhy_con .yyhy_item .text {
  padding: 1.0625rem 0;
}
.show_xgnews .content .yyhy_con .yyhy_item .text h3 {
  color: #000;
  font-size: 1.375rem;
  margin-top: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_xgnews .content .yyhy_con .yyhy_item .text p {
  color: #595959;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 0.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_xgnews .content .yyhy_con .yyhy_item .text .time {
  color: #818181;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.875rem;
}
.show_xgnews .content .yyhy_con .yyhy_item:hover::before {
  width: 100%;
}
.show_xgnews .content .yyhy_con .yyhy_item:hover .text h3 {
  color: #0070C0;
}
.index_about_two .m_show {
  display: none;
}
.index_about_two .pc_show {
  display: block;
}
.list_contact_one {
  padding-top: 8rem;
  padding-bottom: 7.625rem;
}
.list_contact_one .all_title h3 {
  text-align: left;
}
.list_contact_one .content .contact_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem;
}
.list_contact_one .content .contact_box .contact_item {
  border: 1px solid #D3D3D3;
}
.list_contact_one .content .contact_box .contact_item .con {
  padding: 2.5rem 2.0625rem 2.375rem;
}
.list_contact_one .content .contact_box .contact_item .con .tit {
  color: #262626;
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
}
.list_contact_one .content .contact_box .contact_item .con p {
  color: #595959;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.list_contact_one .content .contact_box .contact_item .con p i {
  font-size: 1.5rem;
  color: #A7A7A7;
  margin-right: 1.4375rem;
  vertical-align: middle;
  font-weight: 500;
}
.list_contact_one .content .contact_box .contact_item .con p i img {
  width: 1.5rem;
}
.list_contact_one .content .contact_box .contact_item .con p span {
  color: #373737;
  font-size: 1.25rem;
  line-height: 40px;
}
.list_contact_one .content .contact_box .contact_item .more a {
  color: #0D6FB8;
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.list_contact_one .content .contact_box .contact_item .more a i {
  font-size: 1.25rem;
  color: #0D6FB8;
  vertical-align: middle;
  margin-left: 1.0625rem;
}
.list_contact_two {
  background: #EDF3FC;
  padding: 7.5rem 0 7.5rem;
}
.list_contact_two .all_title h3 {
  text-align: left;
}
.list_contact_two .content .msg-a1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.8125rem;
}
.list_contact_two .content .msg-a1 .inpt p {
  color: #252525;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_contact_two .content .msg-a1 .inpt p span {
  color: #D20000;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-left: 0.3125rem;
}
.list_contact_two .content .msg-a1 .inpt input {
  margin-top: 0.875rem;
  width: 100%;
  height: 4.0625rem;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding-left: 1.8125rem;
}
.list_contact_two .content .msg-a2 {
  margin-top: 1.4375rem;
}
.list_contact_two .content .msg-a2 .inpt p {
  color: #252525;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_contact_two .content .msg-a2 .inpt p span {
  color: #D20000;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-left: 0.3125rem;
}
.list_contact_two .content .msg-a2 .inpt textarea {
  margin-top: 0.875rem;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding-left: 1.8125rem;
  padding-top: 1.125rem;
}
.list_contact_two .content .div_aghgha {
  text-align: center;
}
.list_contact_two .content .div_aghgha button {
  /* width: 11.875rem;
  height: 4.0625rem; */
  padding: 1.1875rem 1.6875rem;
  border-radius: 10px;
  background: #1470B8;
  border: none;
  color: #FFF;
  font-size: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_two .content .div_aghgha button i {
  margin-left: 2.8125rem;
  font-size: 1rem;
}
.list_contact_two .content .div_aghgha button:hover {
  background: none;
  border: 1px solid #0070C0;
  color: #0070C0;
}
.list_contact_two .content .div_aghgha button:hover i {
  color: #0070C0;
}
.list_product_box {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.list_product_box .pro_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 2.8125rem;
}
.list_product_box .pro_box .product_item {
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.list_product_box .pro_box .product_item::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.1875rem;
  background-color: #0070C0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_product_box .pro_box .product_item .txt {
  padding: 1.6875rem 0 2.25rem;
}
.list_product_box .pro_box .product_item .txt h3 {
  color: #434343;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.list_product_box .pro_box .product_item:hover .txt h3 {
  color: #0070C0;
}
.list_product_box .pro_box .product_item:hover::before {
  width: 100%;
}
.show_product_one {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.show_product_one .row {
  align-items: center;
}
.show_product_one .left .swiper_showpro {
  position: relative;
  overflow: hidden;
}
.show_product_one .left .swiper-button-prev,
.show_product_one .left .swiper-container-rtl .swiper-button-next {
  left: 1.8125rem;
}
.show_product_one .left .swiper-button-next,
.show_product_one .left .swiper-container-rtl .swiper-button-prev {
  right: 1.8125rem;
}
.show_product_one .left .swiper-button-next,
.show_product_one .left .swiper-button-prev {
  border: none;
  background-color: unset;
  width: auto;
}
.show_product_one .left .swiper-button-next i,
.show_product_one .left .swiper-button-prev i {
  color: #fff;
  font-size: 1.875rem;
}
.show_product_one .right {
  padding-left: 3.125rem;
}
.show_product_one .right .title {
  color: #313131;
  font-size: 2.8125rem;
  font-weight: 700;
}
.show_product_one .right .desc p {
  position: relative;
  color: #818181;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
  padding-left: 1.5625rem;
}
.show_product_one .right .desc p::before {
  content: '';
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #818181;
  position: absolute;
  left: 0;
  top: 0.9375rem;
}
.show_product_one .right .btngroup {
  display: flex;
}
.show_product_one .right .btngroup .btn {
  width: 11.875rem;
  height: 3.4375rem;
  border-radius: 0.3125rem;
  background: #0D6FB8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_one .right .btngroup .btn a {
  color: #FFF;
  font-size: 1rem;
}
.show_product_one .right .btngroup .btn a i {
  display: inline-block;
  width: 1.5rem;
  margin-right: 0.9375rem;
  filter: brightness(0) invert(1);
}
.show_product_one .right .btngroup .btn:hover {
  background: unset;
  border: 1px solid #0070C0;
}
.show_product_one .right .btngroup .btn:hover a {
  color: #0070C0;
}
.show_product_one .right .btngroup .btn:hover a i {
  filter: unset;
}
.show_product_one .right .btngroup .btn2 {
  width: 10.375rem;
  height: 3.4375rem;
  border-radius: 0.3125rem;
  border: 1px solid #0D6FB8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_one .right .btngroup .btn2 a {
  color: #0D6FB8;
  font-size: 1rem;
}
.show_product_one .right .btngroup .btn2 a i {
  font-size: 1rem;
  color: #0070C0;
  margin-right: 1.0625rem;
}
.show_product_one .right .btngroup .btn2:hover {
  background-color: #0070C0;
}
.show_product_one .right .btngroup .btn2:hover a {
  color: #fff;
}
.show_product_one .right .btngroup .btn2:hover a i {
  color: #fff;
}
.show_product_one .content .title {
  width: 13.125rem;
  height: 4.375rem;
  line-height: 4.375rem;
  background: #0D6FB8;
  text-align: center;
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
}
.show_product_one .content .con {
  border-top: 1px solid #D9D9D9;
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_product_one .content .con .tableer {
  margin-top: 4.0625rem;
  overflow-x: auto;
}
.show_product_one .content .con .tableer table {
  width: 100%;
}
.show_product_one .content .con .tableer table tr {
  background: #EAEAEA;
}
.show_product_one .content .con .tableer table tr:nth-child(1) {
  background-color: #0070C0;
}
.show_product_one .content .con .tableer table tr:nth-child(1) td {
  color: #FFF;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 700;
}
.show_product_one .content .con .tableer table tr td {
  color: #818181;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 700;
}
.show_product_one .content .con .tableer table tr:nth-child(even) {
  background: #F8F8F8;
}
.show_product_xgpro {
  background: #EDF3FC;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.show_product_xgpro .all_title h3 {
  text-align: left;
}
.show_product_xgpro .content .product_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.show_product_xgpro .content .product_box .product_item {
  position: relative;
}
.show_product_xgpro .content .product_box .product_item .txt {
  border-bottom: 1px solid #D9D9D9;
  padding: 1.625rem 0 2.25rem;
}
.show_product_xgpro .content .product_box .product_item .txt h3 {
  color: #434343;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.show_product_xgpro .content .product_box .product_item::before {
  content: '';
  display: block;
  width: 0%;
  height: 0.1875rem;
  background-color: #0070C0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product_xgpro .content .product_box .product_item:hover .txt h3 {
  color: #0070C0;
}
.show_product_xgpro .content .product_box .product_item:hover::before {
  width: 100%;
}
.index_join_one {
  background: #EDF3FC;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.index_join_one .row {
  align-items: center;
}
.index_join_one .left {
  padding-right: 2.5rem;
}
.index_join_one .left .all_title h3 {
  text-align: left;
}
.index_join_one .left .desc {
  color: #7B7B7B;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.8125rem;
}
.index_join_one .right .over {
  border-radius: 0.625rem;
}
.index_join_two {
  padding-top: 7.125rem;
  padding-bottom: 6.4375rem;
}
.index_join_two .desc h3 {
  color: #292929;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.8125rem;
}
.index_join_two .desc p {
  color: #7B7B7B;
  font-size: 1rem;
  line-height: 2.8125rem;
  text-align: center;
}
.index_join_two .content .fldy_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125rem;
}
.index_join_two .content .fldy_box .fldy_item .icon {
  width: 5.625rem;
  margin: 0 auto;
}
.index_join_two .content .fldy_box .fldy_item .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_join_two .content .fldy_box .fldy_item .txt {
  margin-top: 0.6875rem;
  color: #7B7B7B;
  text-align: center;
  font-size: 1rem;
  line-height: 2.8125rem;
}
.index_join_two .content .fldy_box .fldy_item:hover .icon img {
  transform: rotateY(180deg);
}
.index_join_three {
  padding-top: 6.6875rem;
  padding-bottom: 7.5rem;
  background: #F3F7FD;
}
.index_join_three .content {
  position: relative;
}
.index_join_three .content .swiper_gzhj {
  position: relative;
  overflow: hidden;
}
.index_join_three .content .swiper_gzhj .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.85);
}
.index_join_three .content .swiper_gzhj .swiper-slide .over {
  border-radius: 0.625rem;
}
.index_join_three .content .swiper_gzhj .swiper-slide .txt {
  opacity: 0;
  padding: 2.25rem 0 0;
  color: #292929;
  text-align: center;
  font-size: 1.25rem;
}
.index_join_three .content .swiper_gzhj .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
}
.index_join_three .content .swiper_gzhj .swiper-slide-active,
.index_join_three .content .swiper_gzhj .swiper-slide-duplicate-active {
  transform: scale(1);
}
.index_join_four .bgimg {
  width: 100%;
  height: 32.875rem;
  position: absolute;
  top: 0;
  left: 0;
}
.index_join_four .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_join_four .content {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  z-index: 9;
}
.index_join_four .content .all_title h3 {
  text-align: left;
}
.index_join_four .content .join_con {
  padding: 3.0625rem 2.8125rem 0;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
}
.index_join_four .content .join_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.index_join_four .content .join_box .join_item {
  border-radius: 0.3125rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  padding: 3.3125rem 3.125rem 2.5rem;
  position: relative;
}
.index_join_four .content .join_box .join_item .more {
  position: absolute;
  z-index: 9;
  right: 2rem;
  bottom: 2rem;
  width: 3.5562rem;
  height: 3.5562rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_join_four .content .join_box .join_item .more i {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}
.index_join_four .content .join_box .join_item::before {
  content: ' ';
  border-radius: 0.3125rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0070C0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(0.5);
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_join_four .content .join_box .join_item:hover {
  cursor: pointer;
}
.index_join_four .content .join_box .join_item:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_join_four .content .join_box .join_item:hover h3 {
  color: #fff;
  position: relative;
  z-index: 9;
}
.index_join_four .content .join_box .join_item:hover h3::before {
  background-color: #fff;
}
.index_join_four .content .join_box .join_item:hover p {
  color: #fff;
  position: relative;
  z-index: 9;
}
.index_join_four .content .join_box .join_item:hover p span {
  color: #fff;
}
.index_join_four .content .join_box .join_item h3 {
  color: #000;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.index_join_four .content .join_box .join_item h3::before {
  content: '';
  display: block;
  width: 3rem;
  height: 0.1875rem;
  background-color: #0070C0;
  position: absolute;
  bottom: 0;
}
.index_join_four .content .join_box .join_item p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  line-height: 2rem;
}
.index_join_four .content .join_box .join_item p span {
  color: #000;
  font-size: 1rem;
  line-height: 2rem;
}
.hidden {
  display: none;
}
.join_pop.layui-layer {
  width: 50% !important;
  border: 1px solid #E3E3E3;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .join_pop.layui-layer {
    width: 85% !important;
  }
}
.join_pop.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 2rem;
  top: 1rem;
  background: none;
  width: auto;
  height: auto;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .join_pop.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}
.join_pop.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  transform: rotate(180deg);
}
.join_pop.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e624";
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-weight: 400;
}
.join_pop_con {
  margin: 0 auto;
}
.join_pop_con .join_body {
  border-radius: 0.625rem;
  padding: 2.375rem 3.75rem 5.625rem;
}
.join_pop_con .join_body .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.join_pop_con .join_body .title h3 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 2.4375rem;
}
.join_pop_con .join_body .content h4 {
  color: #0070C0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 2.25rem;
}
.join_pop_con .join_body .content ul {
  display: flex;
  flex-wrap: wrap;
}
.join_pop_con .join_body .content ul li {
  width: 50%;
}
.join_pop_con .join_body .content ul li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: uppercase;
}
.join_pop_con .join_body .content ul li p span {
  font-weight: 400;
}
.join_pop_con .join_body .content .desc {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  /* 166.667% */
  text-transform: uppercase;
}
.join_pop_con .footcon {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.1875rem 3.75rem 3.25rem;
  background-color: #f8f8f8;
  text-align: left;
}
.join_pop_con .footcon a {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
}
.join_pop_con .footcon a span {
  color: #0070C0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.list_news_one {
  padding-top: 4.5rem;
  background-color: #fff;
  padding-bottom: 8.125rem;
}
.list_news_one .index_news {
  margin-bottom: 7.1875rem;
}
.list_news_one .index_news .row {
  align-items: center;
}
.list_news_one .index_news .left {
  padding-right: 3.125rem;
}
.list_news_one .index_news .left .time {
  color: #0070C0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_news_one .index_news .left .text h3 {
  margin-top: 0.375rem;
  color: #071329;
  font-size: 1.875rem;
  font-weight: 700;
}
.list_news_one .index_news .left .text p {
  margin-top: 0.8125rem;
  color: #6E6F71;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_news_one .index_news .right {
  padding-left: 3.125rem;
}
.list_news_one .index_news .right .over {
  border-radius: 0.625rem;
}
.show_application {
  padding-top: 8rem;
  padding-bottom: 7.5rem;
}
.show_application .top {
  border-bottom: 1px solid #D3D3D3;
}
.show_application .top .title {
  color: #242424;
  font-size: 2.8125rem;
  font-weight: 700;
}
.show_application .top .txt span {
  color: #595959;
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin-right: 1.875rem;
}
.show_application .content {
  color: #595959;
  font-size: 1rem;
  line-height: 1.875rem;
}
.show_application .content img {
  display: block;
  width: 50%;
  margin: 3.125rem auto;
}
.list_yanfa_one .content .grid_box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3.125rem;
}
.list_yanfa_one .content .grid_box .grid_item {
  background-color: #f0f0f0;
  padding: 2.5rem 1.25rem;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_yanfa_one .content .grid_box .grid_item::before {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(https://s-files.bcdn8.com/kangns0220/uploads/20250509/978d69dec885cf6870330fc74a3a3808.png);
  background-size: 100% 100%;
  position: absolute;
  right: -2.1875rem;
  top: 50%;
  margin-top: -0.75rem;
}
.list_yanfa_one .content .grid_box .grid_item:nth-child(6)::before,
.list_yanfa_one .content .grid_box .grid_item:nth-last-child(1)::before {
  display: none;
}
.list_yanfa_one .content .grid_box .grid_item:hover {
  transform: translateY(-0.625rem);
}
.list_yanfa_one .content .grid_box .grid_item .icon {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 auto;
}
.list_yanfa_one .content .grid_box .grid_item .text {
  font-size: 1.25rem;
  color: #333;
  text-align: center;
}
.list_yanfa_one .content .grid_box .grid_item .text span {
  color: rgba(0, 112, 192, 0.8);
  font-weight: 900;
  font-size: 3rem;
  font-style: italic;
  display: block;
  margin-bottom: 0.625rem;
}
.list_yanfa_two {
  background-color: #f5f5f5;
  padding-bottom: 5.625rem;
}
.list_yanfa_two .content {
  position: relative;
}
.list_yanfa_two .swiper_fmzl {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
  padding-bottom: 3.125rem;
}
.list_yanfa_two .swiper_fmzl .fzlc_box {
  padding: 0.9375rem;
}
.list_yanfa_two .swiper_fmzl .swiper-pagination {
  justify-content: center;
}
.list_yanfa_two .swiper_fmzl .swiper-pagination-bullet {
  width: 1.5rem;
  height: 0.1875rem;
  background: #7c7c7c;
  border-radius: unset;
}
.list_yanfa_two .swiper_fmzl .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0070C0;
}
.list_tech {
  padding-top: 8rem;
}
.list_tech .all_title {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #D3D3D3;
}
.list_tech_three .content .gird_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
.list_tech_three .content .gird_box .grid_item .over {
  border-radius: 0.625rem;
}
.list_tech_three .content .gird_box .grid_item .icon {
  width: 4.8125rem;
  height: 4.8125rem;
  border-radius: 50%;
  background-color: #0070C0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}
.list_tech_three .content .gird_box .grid_item .icon img {
  width: 1.75rem;
  height: 1.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_tech_three .content .gird_box .grid_item .icon:hover img {
  transform: rotateY(180deg);
}
.list_tech_three .content .gird_box .grid_item .text {
  padding-top: 1.25rem;
}
.list_tech_three .content .gird_box .grid_item .text h3 {
  color: #595959;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.list_tech_three .content .gird_box .grid_item .text p {
  color: #949494;
  font-size: 1rem;
  line-height: 2.1875rem;
  text-align: center;
}
.list_tech_one .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
.list_tech_one .grid_box .gird_item {
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.03);
  padding: 2.9375rem 2.1875rem 4.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_tech_one .grid_box .gird_item:hover {
  transform: translateY(-0.625rem);
}
.list_tech_one .grid_box .gird_item .icon {
  width: 4.8125rem;
  height: 4.8125rem;
  border-radius: 50%;
  background-color: #0070C0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.list_tech_one .grid_box .gird_item .icon img {
  width: 1.5rem;
  height: 1.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_tech_one .grid_box .gird_item .icon:hover img {
  transform: rotateY(180deg);
}
.list_tech_one .grid_box .gird_item .text h3 {
  color: #595959;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.1875rem;
}
.list_tech_one .grid_box .gird_item .text .p {
  color: #949494;
  font-size: 1rem;
  line-height: 2.1875rem;
  text-align: center;
}
.list_tech_two .content .left {
  padding-right: 2.5rem;
}
.list_tech_two .content .left .over {
  border-radius: 0.625rem;
}
.list_tech_two .content .right ul li {
  border-bottom: 1px solid #E0E0E0;
  padding: 1.25rem 0;
}
.list_tech_two .content .right ul li h3 {
  color: #5E5E5E;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list_tech_two .content .right ul li h3 i {
  color: #5E5E5E;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
}
.list_tech_two .content .right ul li h3 .icon-jianhao {
  display: none;
}
.list_tech_two .content .right ul li p {
  width: 85%;
  height: 0;
  overflow: hidden;
  color: #818181;
  font-size: 1rem;
  line-height: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_tech_two .content .right ul li.active h3 .icon-jianhao {
  display: block;
}
.list_tech_two .content .right ul li.active h3 .icon-jiahao {
  display: none;
}
.list_tech_two .content .right ul li.active p {
  display: inline-block;
  height: auto;
  margin-top: 0.9375rem;
}
