@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: 16.25rem;
  outline: none;
  font-weight: 500;
}

.p_top {
  position: absolute;
  top: -6.25rem;
}

.bg {
  background: #1C89C8;
}

.bgf8 {
  background: #F8F8F8;
}

.c {
  color: #1C89C8;
}

.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: #1D2976;
  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: #1D2976;
  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: #1D2976;
  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: #1C89C8;
}

.search_more:hover::before {
  background: #1C89C8;
}

.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: 16rem;
  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: #1C89C8 !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: 16.25rem;
}

@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;
}

.serbtn {
  background: #1C89C8;
}

.searchbox {
  border-color: #1C89C8;
}

@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: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
  padding: 1em 0;
}

.ajhhsd a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
}

.ajhhsd a:hover {
  color: #1C89C8;
}

.ajhhsd span {
  padding: 0 0.3em;
}

.ajhhsd span:last-child {
  display: none;
}

.xw_ny_banner {
  background: #1D2976;
  -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: #1C89C8;
  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: 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 {
  height: 40px;
  width: 120px;
}

.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: #1C89C8;
  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: #1C89C8;
}

.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-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: #1D2976;
}

.rightfix li:hover .iconfont {
  background: #1c89c8;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  z-index: 99999;
}

header:hover,
header.active,
header.active2 {
  background: #fff;
}

header:hover .center ul li a,
header.active .center ul li a,
header.active2 .center ul li a {
  color: #000;
}

header:hover .center ul li a::before,
header.active .center ul li a::before,
header.active2 .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #1C89C8;
  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,
header.active2 .center ul li.active>a {
  color: #1C89C8;
}

header:hover .center ul li.active>a::before,
header.active .center ul li.active>a::before,
header.active2 .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,
header.active2 .lanuage a {
  color: #000;
}

header:hover .lanuage span,
header.active .lanuage span,
header.active2 .lanuage span {
  color: #000;
}

header:hover .lanuage .iconfont,
header.active .lanuage .iconfont,
header.active2 .lanuage .iconfont {
  color: #000;
}

header:hover .ds1 .iconfont,
header.active .ds1 .iconfont,
header.active2 .ds1 .iconfont {
  color: #000;
}

header:hover .ds1:hover,
header.active .ds1:hover,
header.active2 .ds1:hover {
  cursor: pointer;
}

header:hover .logo img,
header.active .logo img,
header.active2 .logo img {
  filter: unset;
}

header.active {
  animation: sticky 0.65s;
}

@media (max-width: 990px) {
  header {
    display: none;
  }
}

header .logo img {
  height: 3.375rem;
  filter: brightness(0) invert(1);
}

header .ds1 {
  margin-left: 3.125rem;
}

header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: #fff;
}

header .lanuage {
  margin-left: 3.125rem;
  display: block;
}

header .lanuage span {
  color: #fff;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

header .lanuage .iconfont {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
  color: #fff;
}

header .lanuage a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}

header .lanuage a.c {
  color: #1C89C8;
}

header .center>ul>li {
  float: left;
  padding: 0 1.25rem;
}

header .center>ul>li>a {
  font-size: 1.125rem;
  color: #fff;
  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: #1C89C8;
}

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: #1C89C8;
}

header .center>ul>li.active>a::before {
  width: 100%;
  background-color: #1C89C8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}

footer>.container {
  padding-top: 4.375rem;
  padding-bottom: 5.4375rem;
}

footer>.container .left {
  color: #fff;
  width: 30%;
}

footer>.container .left .logo {
  width: 13.75rem;
}

footer>.container .left .foot-contact {
  font-size: 1rem;
  margin-top: 2.5rem;
}

footer>.container .left .foot-contact li {
  margin-top: 0.5rem;
}

footer>.container .left .foot-contact li h3 {
  color: #090909;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  opacity: 0.5;
}

footer>.container .left .foot-contact li p.p1 {
  color: #1D2976;
  font-size: 2.25rem;
  font-weight: 700;
}

footer>.container .left .foot-contact li p {
  color: rgba(9, 9, 9, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

footer>.container .left .foot-contact li p span {
  color: rgba(13, 13, 13, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
}

footer>.container .right {
  width: 60%;
}

footer>.container .right .footnav {
  display: flex;
  justify-content: space-between;
}

footer>.container .right .footnav .tt {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
}

footer>.container .right .footnav .subfootnav {
  margin-top: 0.9375rem;
}

footer>.container .right .footnav .subfootnav .subfootli>a {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

footer>.container .right .footnav .subfootnav .subfootli>a:hover {
  font-weight: 600;
}

footer>.container .links {
  color: rgba(9, 9, 9, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

footer>.container .links a {
  color: rgba(9, 9, 9, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

footer .copyright {
  background: #1D2976;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 0.625rem 0;
}

footer .copyright a {
  color: rgba(255, 255, 255, 0.8);
}

footer .copyright a:hover {
  color: #fff;
}

footer .copyright p {
  color: rgba(255, 255, 255, 0.8);
}

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::before {
  content: '';
  display: block;
  width: 1px;
  height: 2rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.banner .hover .p1 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
}

.banner .hover .p2 {
  margin-top: 0.75rem;
  color: #FFF;
  font-size: 1.75rem;
  font-family: Inter;
  font-weight: 700;
}

.banner .hover .p3 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.banner .hover2 {
  position: absolute;
  right: var(--container);
  bottom: 5rem;
}

.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;
  border: 1px solid #fff;
  color: #FFF;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 700;
}

.banner .swiper-pagination-bullet {
  width: 3.1875rem;
  height: 3.1875rem;
  line-height: 3.1875rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #FFF;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0.625rem;
}

.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translate(-50%, 0);
  z-index: 9;
  animation: xiangxia 2s infinite;
}

@keyframes xiangxia {
  0% {
    transform: translate(-50%, -0.625rem);
  }

  50% {
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(-50%, 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;
  border: 1px solid #b3b3b3;
  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: #1D2976;
  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;
  font-size: 3rem;
  font-weight: 700;
}

.neibanner .neibanner_txt p {
  margin-top: 0.75rem;
  color: #FFF;
  font-family: Inter;
  font-size: 1.75rem;
  font-weight: 700;
}

.neibanner .neibanner_txt .desc {
  width: 90%;
  margin: 1rem auto 0;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.neibanner .neibanner_txt .tel p {
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.neibanner .neibanner_txt .tel p i {
  font-size: 1.125rem;
  vertical-align: middle;
  margin-right: 0.3125rem;
}

.neibanner .neibanner_txt .tel h3 {
  text-align: center;
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
}

.neibanner .mbxdh {
  position: absolute;
  bottom: 0;
}

.login-div {
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  bottom: 0;
  display: none;
  right: 0;
}

.login-div .tsxx {
  font-size: 0.875rem;
  color: red;
  margin-top: 0.25rem;
  line-height: 1.5em;
}

.login-div .tc-gong {
  width: 90%;
  max-width: 33.8125rem;
  background: #FFF;
}

.login-div .tc-gong .top {
  position: relative;
  width: 100%;
  height: 6.25rem;
}

.login-div .tc-gong .top .close1 {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  cursor: pointer;
}

.login-div .tc-gong .top .close1 i {
  font-size: 1.5rem;
  color: #333;
}

.login-div .tc-gong .top .ligat {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/jiaobiao.png);
  width: 6.25rem;
  height: 100%;
  text-align: right;
}

.login-div .tc-gong .top .ligat a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 5rem;
  padding: 0.5rem 0;
  position: relative;
  font-weight: 600;
  padding-right: 0.625rem;
}

.login-div .tc-gong .content {
  padding: 0 3.125rem 3.125rem;
}

.login-div .tc-gong .content .title {
  color: #1C89C8;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: relative;
  padding-bottom: 0.9375rem;
  margin-bottom: 3.125rem;
}

.login-div .tc-gong .content .title::before {
  content: '';
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 0.1875rem;
  background-color: #1C89C8;
  bottom: 0;
}

.login-div .tc-gong .content .lgin-box {
  text-align: center;
  padding: 1.5rem 0 0.2rem;
}

.login-div .tc-gong .content .lgin-box a.login {
  display: block;
  font-size: 0;
  width: 212px/541px * 100%;
  margin: 0 auto;
}

.login-div .tc-gong .content .lgin-box a.login img {
  width: 100%;
}

.login-div .tc-gong .content .lgin-box p {
  color: #A4A4A4;
  font-size: 1.5rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .login-div .tc-gong .content .lgin-box p {
    font-size: 1.25rem;
  }
}

.login-div .tc-gong .content .msg-svt {
  padding: 0 66px/541px * 100%;
}

@media (max-width: 768px) {
  .login-div .tc-gong .content .msg-svt {
    padding: 0 7%;
  }
}

.login-div .tc-gong .content .msg-svt .inp-box .inpsk {
  border-bottom: 1px solid #EBEBEB;
  overflow: hidden;
  margin-top: 1.25rem;
}

.login-div .tc-gong .content .msg-svt .inp-box .inpsk .wejxa1 {
  width: 5.625rem;
  text-align: left;
  line-height: 3.125rem;
  padding-left: 0.45rem;
  font-size: 1rem;
}

.login-div .tc-gong .content .msg-svt .inp-box .inpsk input {
  flex: 1;
  color: #000;
  font-size: 1rem;
  line-height: 3.125rem;
  font-weight: 500;
  text-indent: 0.75em;
}

.login-div .tc-gong .content .msg-svt .inp-box .inpsk:has(input:focus) {
  border-color: #1C89C8;
}

.login-div .tc-gong .content .msg-svt .checkbox {
  margin-top: 0.625rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 214.286% */
}

.login-div .tc-gong .content .msg-svt .checkbox a {
  color: rgba(0, 0, 0, 0.5);
}

.login-div .tc-gong .content .msg-svt a.wjmm {
  display: block;
  text-align: center;
  color: #848484;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .login-div .tc-gong .content .msg-svt a.wjmm {
    padding: 0.75rem 0;
  }
}

.login-div .tc-gong .content .msg-svt .inp-boxta {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #EBEBEB;
  margin-top: 1.25rem;
}

.login-div .tc-gong .content .msg-svt .inp-boxta .p1 {
  width: 5.625rem;
  text-align: left;
  line-height: 3.125rem;
  padding-left: 0.45rem;
  font-size: 1rem;
}

.login-div .tc-gong .content .msg-svt .inp-boxta input {
  flex: 1;
  color: #000;
  font-size: 1rem;
  line-height: 3rem;
  font-weight: 500;
  text-indent: 1em;
}

.login-div .tc-gong .content .msg-svt .inp-boxta input:focus {
  border-color: #1C89C8;
}

.login-div .tc-gong .content .msg-svt .inp-boxta .code-box {
  overflow: hidden;
  display: flex;
  flex: 1;
}

.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .inps {
  width: 65%;
}

.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .inps input {
  border: none;
  border-radius: inherit;
}

.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .code-btn {
  width: 35%;
  text-align: right;
}

.login-div .tc-gong .content .msg-svt .inp-boxta .code-box .code-btn button {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  /* 187.5% */
  border: unset;
  border-left: 1px solid #EBEBEB;
  width: 100%;
  text-transform: capitalize;
  background-color: unset;
}

.login-div .tc-gong .content .msg-svt .inp-boxta .code-box:has(input:focus) {
  border-color: #1C89C8;
}

.login-div .tc-gong .content .msg-svt2 {
  padding: 1rem 66px/541px * 100% 2rem;
}

@media (max-width: 768px) {
  .login-div .tc-gong .content .msg-svt2 {
    padding: 0.75rem 7% 1.5rem;
  }
}

.login-div .tc-gong .content .tj-btnys button {
  border-radius: 1.875rem;
  background: #1C89C8;
  padding: 0.75rem 0;
  width: 100%;
  border: unset;
  color: #fff;
  font-size: 1.125rem;
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .login-div .tc-gong .content .tj-btnys button {
    font-size: 1.35rem;
    line-height: 4rem;
  }
}

.login-div .tc-gong .content .tj-btnys button:hover {
  background: linear-gradient(76deg, #23d5d9 -20.93%, #00acb0 126.57%);
}

.login-div .tc-gong .content .wjmm_box {
  margin-top: 1.875rem;
}

.login-div .tc-gong .content .wjmm_box a {
  color: #1C89C8;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-decoration-line: underline;
}

.news_box {
  background: #ECF8FF;
  padding-bottom: 3.75rem;
}

.news_box .tabul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.news_box .tabul .tabli {
  border-radius: 1.875rem;
  border: 1px solid #CECECE;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.news_box .tabul .tabli a {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.0625rem 3.0625rem;
}

.news_box .tabul .tabli:hover,
.news_box .tabul .tabli.active {
  background-color: #1D2976;
  border: 1px solid #1D2976;
}

.news_box .tabul .tabli:hover a,
.news_box .tabul .tabli.active a {
  color: #fff;
}

.news_box .content {
  display: none;
}

.news_box .content.active {
  display: block;
}

.news_box .swipernews {
  overflow: hidden;
  padding-bottom: 4.375rem;
}

.news_box .swipernews .news_new_box {
  overflow: hidden;
  display: flex;
}

.news_box .swipernews .news_new_box .left {
  width: 50%;
}

.news_box .swipernews .news_new_box .left .img {
  height: 100%;
}

.news_box .swipernews .news_new_box .left .img .over {
  height: 100%;
  border-radius: 1.875rem;
}

.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: 50%;
  display: table;
}

.news_box .swipernews .news_new_box .right .newstxt {
  display: table-cell;
  vertical-align: middle;
}

.news_box .swipernews .news_new_box .right .newstxt {
  padding-left: 4.75rem;
}

.news_box .swipernews .news_new_box .right .newstxt h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  font-weight: 700;
}

.news_box .swipernews .news_new_box .right .newstxt .p {
  margin-top: 1.375rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.news_box .swipernews .news_new_box .right .newstxt .p1 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1.5rem;
}

.news_box .swipernews .swiper-pagination {
  justify-content: center;
}

.yyhy_content {
  padding-bottom: 6.25rem;
}

.yyhy_content .yyhy_con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.6875rem;
}

.yyhy_content .yyhy_con .yyhy_item {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  backdrop-filter: blur(0.625rem);
  overflow: hidden;
}

.yyhy_content .yyhy_con .yyhy_item .over {
  height: 17.5rem;
}

.yyhy_content .yyhy_con .yyhy_item .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.875rem 2.125rem 2.8125rem 1.875rem;
}

.yyhy_content .yyhy_con .yyhy_item .text .tag {
  padding: 0.1875rem 0.75rem;
  border-radius: 1.25rem;
  background: #1C89C8;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
}

.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: rgba(0, 0, 0, 0.4);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 500;
}

.yyhy_content .yyhy_con .yyhy_item .text h3 {
  margin-top: 1.625rem;
  color: rgba(0, 0, 0, 0.8);
  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 {
  margin-top: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  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:hover .text h3 {
  color: #1C89C8;
}

.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #1C89C8;
}

.news_show_box {
  position: relative;
}

.news_show_box .left {
  padding-right: 5.3125rem;
}

.news_show_box .left .title {
  margin-bottom: 1.5625rem;
}

.news_show_box .left .title h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.5rem;
  font-weight: 700;
}

.news_show_box .left .title .time {
  display: flex;
  align-items: center;
}

.news_show_box .left .title .time .fenxiang>p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.news_show_box .left .title .time .fenxiang .social-share .social-share-icon {
  border: 1px solid #e6e6e6;
  color: #b3b3b3;
}

.news_show_box .left .title .time>p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.news_show_box .left .title .time>p span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.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 2.1875rem;
  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 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.news_show_box .left .shangxia a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.news_show_box .right {
  position: sticky;
  top: 6.25rem;
  height: 100%;
}

.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.3125rem;
  border-bottom: 1px solid #DBDBDB;
}

.news_show_box .right ul li .img {
  display: none;
}

.news_show_box .right ul li h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.875rem;
}

.news_show_box .right ul li p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.8125rem;
}

.news_show_box .right ul li .p1 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0;
}

.news_show_box .right ul li:nth-child(1) .img {
  display: block;
}

.news_show_box .right ul li:nth-child(1) .img .over {
  border-radius: 1.25rem;
}

.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: #1C89C8;
}

.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: #1D2976;
  font-size: 3rem;
  font-weight: 700;
}

.all_title p {
  margin-top: 3px;
  color: #1C89C8;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.all_title.white h3,
.all_title.white p {
  color: #fff;
}

.index_one {
  padding-top: 8.75rem;
  padding-bottom: 8.125rem;
}

.index_one .left {
  padding: 0;
}

.index_one .left .swiper_indexpro {
  position: relative;
  overflow: hidden;
  margin: 5.625rem -1.5625rem 0;
}

.index_one .left .swiper_indexpro .swiper-slide {
  padding: 0 1.5625rem;
}

.index_one .left .swiper_indexpro .swiper-slide .indexpro_box {
  padding-top: 0.625rem;
}

.index_one .left .swiper_indexpro .swiper-slide .indexpro_box .img {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  padding: 0.4375rem;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 auto;
}

.index_one .left .swiper_indexpro .swiper-slide .indexpro_box .img::before {
  content: '';
  display: block;
  width: 1rem;
  height: 0.625rem;
  background: #1D2976;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: -0.625rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.index_one .left .swiper_indexpro .swiper-slide .indexpro_box .over {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.index_one .left .swiper_indexpro .swiper-slide .indexpro_box .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_one .left .swiper_indexpro .swiper-slide .indexpro_box .text {
  margin-top: 0.8125rem;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.index_one .left .swiper_indexpro .swiper-slide:hover .indexpro_box .img,
.index_one .left .swiper_indexpro .swiper-slide.active .indexpro_box .img {
  border: 1px solid #1d2976;
  background-color: rgba(29, 41, 118, 0.1);
}

.index_one .left .swiper_indexpro .swiper-slide:hover .indexpro_box .img::before,
.index_one .left .swiper_indexpro .swiper-slide.active .indexpro_box .img::before {
  opacity: 1;
}

.index_one .left .swiper_indexpro .swiper-slide:hover .indexpro_box .text,
.index_one .left .swiper_indexpro .swiper-slide.active .indexpro_box .text {
  color: #1D2976;
}

.index_one .left .swiper_indexprotext {
  position: relative;
  overflow: hidden;
  margin-top: 3.125rem;
}

.index_one .left .swiper_indexprotext .index_protext h3 {
  color: #1D2976;
  font-size: 2rem;
  font-weight: 700;
}

.index_one .left .swiper_indexprotext .index_protext p {
  margin-top: 1.125rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.index_one .right {
  padding-left: 5.625rem;
}

.index_one .right .swiper_indexproimg {
  overflow: hidden;
  position: relative;
  width: 39.375rem;
  height: 39.375rem;
  border-radius: 50%;
}

.index_one .right .swiper_indexproimg .indexproimg::before {
  content: '';
  display: block;
  width: 39.375rem;
  height: 39.375rem;
  border-radius: 50%;
  background-color: #1C89C8;
  position: absolute;
  z-index: -1;
}

.index_one .right .swiper_indexproimg .indexproimg .over {
  width: 38.75rem;
  height: 38.75rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.index_one .right .swiper_indexproimg .indexproimg .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.all_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 1.875rem;
  border: 1px solid #CECECE;
  text-align: center;
  position: relative;
}

.all_more span {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_more i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #1C89C8;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 600;
  margin-left: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_more::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  background-color: #1C89C8;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: translateX(40px) scale(0.1);
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_more:hover {
  color: #fff;
}

.all_more:hover::before {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 1;
}

.all_more:hover span {
  color: #fff;
  position: relative;
  z-index: 9;
}

.all_more:hover i {
  transform: rotate(45deg);
  position: relative;
  z-index: 9;
}

.all_more2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.625rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 1.875rem;
  background-color: #1C89C8;
  border: none;
  text-align: center;
  position: relative;
}

.all_more2 span {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_more2 i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0.75rem;
  color: #1C89C8;
  font-weight: 600;
  margin-left: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_more2::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  background-color: #1C89C8;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: translateX(40px) scale(0.1);
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_more2:hover {
  color: #fff;
}

.all_more2:hover::before {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.all_more2:hover span {
  color: #fff;
  position: relative;
  z-index: 9;
}

.all_more2:hover i {
  transform: rotate(45deg);
}

.all_more3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.25rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 1.875rem;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
}

.all_more3 span {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_more3 i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #1C89C8;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 600;
  margin-left: 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_more3::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  background-color: #1C89C8;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: translateX(40px) scale(0.1);
  z-index: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.all_more3:hover {
  color: #1C89C8;
}

.all_more3:hover::before {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.all_more3:hover span {
  color: #fff;
  position: relative;
  z-index: 9;
}

.all_more3:hover i {
  transform: rotate(45deg);
  color: #fff;
  z-index: 9;
}

.index_two {
  position: relative;
}

.index_two .imgul .imgli {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index_two .imgul .imgli.active {
  position: relative;
  z-index: 1;
}

.index_two .content {
  width: 100%;
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
  position: absolute;
  top: 0;
}

.index_two .content .all_title {
  position: relative;
  z-index: 9;
}

.index_two .content .swiper_application_con {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.index_two .content .swiper_application_con .application_conbox .icon {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto;
}

.index_two .content .swiper_application_con .application_conbox .text {
  margin-top: 1rem;
  text-align: center;
}

.index_two .content .swiper_application_con .application_conbox .text h3 {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
}

.index_two .content .swiper_application_con .application_conbox .text .pp {
  width: 70%;
  margin: 0 auto;
}

.index_two .content .swiper_application_con .application_conbox .text p {
  margin-top: 1.375rem;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.index_two .content .swiper_application_con .application_conbox .text .all_more3 {
  margin: 2.1875rem auto 0;
  color: #fff;
}

.index_two .content .swiper_applicaticon_tab {
  margin-top: 7.1875rem;
  position: relative;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  z-index: 2;
}

.index_two .content .swiper_applicaticon_tab .swiper-slide {
  position: relative;
}

.index_two .content .swiper_applicaticon_tab .swiper-slide::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: rgba(29, 41, 118, 0.8);
  border-radius: 1.25rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .content .swiper_applicaticon_tab .swiper-slide:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.index_two .content .swiper_applicaticon_tab .swiper-slide .applicaticon_tabbox {
  padding-top: 1.875rem;
  padding-bottom: 2.125rem;
  position: relative;
  z-index: 9;
}

.index_two .content .swiper_applicaticon_tab .swiper-slide .applicaticon_tabbox .icon {
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto;
}

.index_two .content .swiper_applicaticon_tab .swiper-slide .applicaticon_tabbox .text {
  margin-top: 0.625rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.index_two .content .swiper_applicaticon_tab .swiper-slide:hover,
.index_two .content .swiper_applicaticon_tab .swiper-slide.active {
  border-left: unset;
}

.index_two .content .swiper_applicaticon_tab .swiper-slide:hover::before,
.index_two .content .swiper_applicaticon_tab .swiper-slide.active::before {
  width: 100%;
}

.index_two .content .swiper_applicaticon_tab .swiper-slide:hover+.swiper-slide,
.index_two .content .swiper_applicaticon_tab .swiper-slide.active+.swiper-slide {
  border-left: unset;
}

.index_three {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
  position: relative;
}

.index_three .top_text {
  position: absolute;
  right: 0;
  color: rgba(28, 137, 200, 0.1);
  font-family: Inter;
  font-size: 8.4375rem;
  font-weight: 700;
  letter-spacing: 0.45rem;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  line-height: 0.8;
}

.index_three .left {
  padding-right: 1.75rem;
}

.index_three .left .over {
  border-radius: 0 9.375rem 0 0;
}

.index_three .right {
  padding-left: 4.375rem;
  display: table;
  position: relative;
}

.index_three .right .text_box {
  display: table-cell;
  vertical-align: middle;
}

.index_three .right .text_box .desc h3 {
  color: #1D2976;
  font-size: 2rem;
  font-weight: 700;
}

.index_three .right .text_box .desc .p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.index_four {
  padding-top: 7.75rem;
  background-size: cover;
  background-attachment: fixed;
}

.index_four .tabul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.index_four .tabul .tabli {
  border-radius: 1.875rem;
  border: 1px solid #CECECE;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .tabul .tabli a {
  display: block;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.0625rem 3.0625rem;
}

.index_four .tabul .tabli:hover,
.index_four .tabul .tabli.active {
  background-color: #1D2976;
  border: 1px solid #1D2976;
}

.index_four .content {
  display: none;
}

.index_four .content.active {
  display: block;
}

.index_four .all_more3 {
  margin: 2.5rem auto 0;
}

.index_four .index_news_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6875rem;
}

.index_four .index_news_box .index_news_item {
  border-radius: 1.25rem;
  background: #FFF;
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.index_four .index_news_box .index_news_item .text {
  padding: 1.875rem 2.125rem 2.8125rem 1.75rem;
}

.index_four .index_news_box .index_news_item .text .tag {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 1.25rem;
  background: #1C89C8;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
}

.index_four .index_news_box .index_news_item .text .time {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 500;
}

.index_four .index_news_box .index_news_item .text .title {
  margin-top: 1.625rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
}

.index_four .index_news_box .index_news_item .text .desc {
  margin-top: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.index_four .index_news_box .index_news_item:hover .over img {
  transform: scale(1.1);
}

.index_four .index_news_box .index_news_item:hover .text .title,
.index_four .index_news_box .index_news_item:hover .text .desc {
  color: #1C89C8;
}

.index_four .index_news_box .index_news_last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index_four .index_news_box .index_news_last .news_item_ii {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: table;
  flex: 1;
}

.index_four .index_news_box .index_news_last .news_item_ii .con_box {
  display: table-cell;
  vertical-align: middle;
}

.index_four .index_news_box .index_news_last .news_item_ii:nth-last-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.index_four .index_news_box .index_news_last .news_item_ii .time h3 {
  color: #FFF;
  font-family: Inter;
  font-size: 2.875rem;
  font-weight: 500;
}

.index_four .index_news_box .index_news_last .news_item_ii .time p {
  margin-top: 0.25rem;
  color: #FFF;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 500;
}

.index_four .index_news_box .index_news_last .news_item_ii .text {
  flex: 1;
  padding-left: 1.1875rem;
}

.index_four .index_news_box .index_news_last .news_item_ii .text .title {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .index_news_box .index_news_last .news_item_ii .text .desc {
  margin-top: 0.75rem;
  color: #FFF;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four .index_news_box .index_news_last .news_item_ii:hover .time h3,
.index_four .index_news_box .index_news_last .news_item_ii:hover .time p {
  color: #1C89C8;
}

.index_four .index_news_box .index_news_last .news_item_ii:hover .text .title,
.index_four .index_news_box .index_news_last .news_item_ii:hover .text .desc {
  color: #1C89C8;
}

.list_contact_one {
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}

.list_contact_one .content .left {
  padding-right: 4.375rem;
}

.list_contact_one .content .left .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5625rem;
}

.list_contact_one .content .left ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 2.4375rem 0;
}

.list_contact_one .content .left ul li:nth-last-child(1) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.list_contact_one .content .left ul li .icon {
  width: 2rem;
  height: 2rem;
}

.list_contact_one .content .left ul li .text {
  flex: 1;
  padding-left: 1.375rem;
}

.list_contact_one .content .left ul li .text p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 700;
}

.list_contact_one .content .left ul li .text h3 {
  color: #1A1A1A;
  font-family: Inter;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.list_contact_one .content .left ul li .text h3.hh {
  color: #1A1A1A;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.list_contact_one .content .right {
  padding-left: 1.625rem;
}

.list_contact_one .content .right #mapmap {
  border-radius: 1.25rem;
  overflow: hidden;
}

.list_contact_two {
  padding-top: 7.5rem;
  padding-bottom: 6.875rem;
  background: #ECF8FF;
  background-size: cover;
}

.list_contact_two .content .msg-a1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

.list_contact_two .content .msg-a1 .inpt input,
.list_contact_two .content .msg-a1 .inpt select {
  width: 100%;
  height: 4.375rem;
  border-radius: 2.1875rem;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 0 1rem;
  color: #7B7B7B;
  font-size: 1.125rem;
  font-weight: 500;
}

.list_contact_two .content .msg-a1 .inpt select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.list_contact_two .content .msg-a1 .inpt select::before {
  content: '';
}

.list_contact_two .content .msg-a2 {
  margin-top: 2.5rem;
}

.list_contact_two .content .msg-a2 .inpt textarea {
  width: 100%;
  border-radius: 1.25rem;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 1rem 2rem;
  color: #7B7B7B;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.list_contact_two .content .div_aghgha button {
  margin: 0 auto;
}

.list_about_one {
  padding-bottom: 7.5rem;
}

.list_about_one .left {
  padding-right: 6.0625rem;
  display: table;
}

.list_about_one .left .text_box {
  display: table-cell;
  vertical-align: middle;
}

.list_about_one .left .desc {
  margin-top: 3.9375rem;
}

.list_about_one .left .desc h3 {
  color: #1D2976;
  font-size: 2rem;
  font-weight: 700;
}

.list_about_one .left .desc p {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.list_about_one .right {
  padding: 0;
}

.list_about_one .right .over {
  border-radius: 1.875rem;
}

.list_about_two {
  padding-top: 9.6875rem;
  padding-bottom: 12.5rem;
  background-size: cover;
  background-attachment: fixed;
}

.list_about_two .content .icon {
  width: 7.1875rem;
  height: 7.1875rem;
  margin: 0 auto;
}

.list_about_two .content .title {
  margin-top: 0.8125rem;
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 1.625rem;
}

.list_about_two .content .title::before {
  content: '';
  display: block;
  width: 5.4375rem;
  height: 0.1875rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.list_about_two .content .desc {
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.5rem;
  width: 60%;
  margin: 1.25rem auto 0;
}

.list_application {
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.list_application .left {
  padding-right: 6.0625rem;
  display: table;
}

.list_application .left .text_con {
  display: table-cell;
  vertical-align: middle;
}

.list_application .left .text_con h3 {
  color: #1D2976;
  font-size: 2rem;
  font-weight: 700;
}

.list_application .left .text_con p {
  margin-top: 1.125rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_application .left .text_con ul {
  display: flex;
  align-items: center;
}

.list_application .left .text_con ul li {
  margin-right: 1.25rem;
  padding: 0.9375rem 1.5rem;
  border-radius: 1.875rem;
  border: 1px solid #1C89C8;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_application .left .text_con ul li a {
  color: #1C89C8;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
}

.list_application .left .text_con ul li:hover {
  background-color: #1C89C8;
}

.list_application .left .text_con ul li:hover a {
  color: #fff;
}

.list_application .right {
  padding: 0;
}

.list_application .right .over {
  border-radius: 1.875rem;
}

.list_application:nth-child(odd) {
  background-color: #F8F8F8;
}

.show_application {
  padding-top: 7.1875rem;
  padding-bottom: 6.25rem;
}

.show_application .content p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.show_application .content .img {
  width: 80%;
  margin: 0 auto;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.show_application .content .img p {
  color: #1D2976;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  width: 100%;
  position: absolute;
  bottom: 30px;
}

.show_application .content h3 {
  color: #1D2976;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.channel_product_one {
  padding-top: 8.625rem;
  padding-bottom: 7.5rem;
}

.channel_product_one .title {
  flex: 1;
  padding-right: 9.375rem;
}

.channel_product_one .title h3 {
  color: #1D2976;
  font-size: 2.25rem;
  font-weight: 700;
}

.channel_product_one .title p {
  color: rgba(0, 0, 0, 0.76);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.channel_product_one .content .channel_proswiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.375rem;
}

.channel_product_one .content .channel_proswiper .swiper-slide {
  padding: 0 1.25rem;
}

.channel_product_one .content .channel_proswiper .swiper-slide .channel_probox .over {
  border-radius: 1.25rem;
}

.channel_product_one .content .channel_proswiper .swiper-slide .channel_probox .text {
  color: #000;
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-align: center;
  padding-top: 2.3125rem;
}

.channel_product_one .content .channel_proswiper .swiper-pagination {
  justify-content: center;
}

.channel_product_two {
  padding-top: 6.625rem;
  padding-bottom: 5.375rem;
  background: linear-gradient(180deg, #F8F8F8 0%, #FFF 100%);
}

.channel_product_two .right {
  padding: 0;
}

.channel_product_two .right .over {
  border-radius: 1.875rem;
}

.channel_product_two .left {
  padding-right: 8.875rem;
  display: table;
}

.channel_product_two .left .text_box {
  display: table-cell;
  vertical-align: middle;
}

.channel_product_two .left .text_box .title {
  color: #1D2976;
  font-size: 2.25rem;
  font-weight: 700;
}

.channel_product_two .left .text_box .desc {
  color: rgba(0, 0, 0, 0.76);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

.list_product2 {
  padding-top: 7.3125rem;
  padding-bottom: 7.4375rem;
}

.list_product2 .title {
  color: #000;
  font-family: Inter;
  font-size: 3rem;
  font-weight: 700;
}

.list_product2 .left {
  padding: 0;
}

.list_product2 .left .over {
  border-radius: 1.25rem;
}

.list_product2 .left .swiper_imgtj {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
}

.list_product2 .left .swiper_imgtj .swiper-pagination {
  justify-content: center;
  bottom: 1.25rem;
}

.list_product2 .left .text {
  margin-top: 1.25rem;
  color: rgba(0, 0, 0, 0.76);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.375rem;
}

.list_product2 .right {
  padding-left: 3.125rem;
}

.list_product2 .right .table {
  border-radius: 1.25rem;
  overflow-y: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list_product2 .right .table table {
  width: 100%;
}

.list_product2 .right .table table tr {
  border: none;
}

.list_product2 .right .table table tr:nth-child(odd) {
  background: #E9EBF9;
}

.list_product2 .right .table table tr:nth-child(1) {
  background-color: #1D2976;
}

.list_product2 .right .table table tr:nth-child(1) td {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.list_product2 .right .table table tr:nth-last-child(1) td {
  border-bottom: unset;
}

.list_product2 .right .table table tr td {
  color: #4D4D4D;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list_product2 .right .table table tr td:nth-child(1) {
  border-left: unset;
}

.list_product2 .right .table table tr td:nth-last-child(1) {
  border-right: unset;
}

.list_product2 .right .table table tr td span {
  display: block;
  font-size: 0.875rem;
}

.list_product2:nth-child(odd) {
  background: #F8F8F8;
}

.pro_ban {
  margin-top: var(--header_h);
  background: #ECF8FF;
  padding-top: 5.3125rem;
}

.pro_ban .left {
  display: table;
  padding-right: 6.125rem;
}

.pro_ban .left .text_box {
  display: table-cell;
  vertical-align: middle;
}

.pro_ban .left .text_box .title {
  color: #1D2976;
  font-size: 3rem;
  font-weight: 700;
}

.pro_ban .left .text_box .desc {
  margin-top: 1.75rem;
  color: rgba(0, 0, 0, 0.76);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.pro_ban .left .text_box .text_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pro_ban .left .text_box .text_flex .ri p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.pro_ban .left .text_box .text_flex .ri p i {
  font-size: 1.125rem;
  vertical-align: middle;
  color: #1D2976;
  margin-right: 0.3125rem;
}

.pro_ban .left .text_box .text_flex .ri h3 {
  color: #1C89C8;
  text-align: justify;
  font-size: 2.25rem;
  font-weight: 700;
}

.pro_ban .right .over {
  border-radius: 1.875rem;
}

.pro_ban .ajhhsd {
  margin-top: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
}

.pro_ban .ajhhsd a {
  color: rgba(0, 0, 0, 0.5);
}

.pro_ban .ajhhsd a:hover {
  color: #1D2976;
}

.list_product .content .imgbox {
  display: table;
}

.list_product .content .imgbox .img {
  display: table-cell;
  vertical-align: middle;
}

.list_product .content .over {
  border-radius: 1.875rem;
}

.list_product .content p {
  color: rgba(0, 0, 0, 0.76);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.list_product .content .bgfff {
  border-radius: 2.5rem;
  background: #FFF;
  padding: 3.3125rem 3.25rem 3.75rem 3.5rem;
}

.list_product .content .tit {
  color: rgba(0, 0, 0, 0.76);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 1.125rem;
}


.about_four {
  padding-bottom: 5.625rem;
  /* mask: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); */
}
.about_four .swiper_honors {
  position: relative;
  margin: 0 -1.1875rem;
}
.about_four .swiper_honors .swiper-slide {
  padding: 0 1.1875rem;
}
.about_four .swiper_honors .swiper-slide .honor_box {
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 1.9375rem 1.75rem;
}
.about_four .swiper_honors .swiper-pagination {
  justify-content: center;
}
