@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: 5.625rem;
  --container: 15rem;
  outline: none;
  font-weight: 500;
  --i: 0;
  --bg: #f4f1ea;
  --accent: #ff7a45;
  --bag-a: #f9f3df;
  --bag-b: #40a28e;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #1948A0;
}
.c {
  color: #1948A0;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
img {
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.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: #1948A0;
  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: #1948A0;
  color: #fff;
}
.pagination > li.active a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.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: #1948A0;
}
.search_more:hover::before {
  background: #1948A0;
}
.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: 15rem;
  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: #1948A0 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .nav_ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 15rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #1948A0;
}
.searchbox {
  border-color: #1948A0;
}
@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;
}
.m-bm-nav .flex_left a.active {
  color: #1948A0 !important;
}
.ajhhsd {
  color: #888;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  padding: 1.875rem 0;
}
.ajhhsd a {
  color: #888;
}
.ajhhsd a:hover {
  color: #1948A0;
}
.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: #1948A0;
  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 / 100);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 105);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left {
  width: 10%;
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  width: 10%;
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 80%;
  margin: 0 auto;
}
.phone .center img {
  height: 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: #1948A0;
  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: #1948A0;
}
.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: #1948A0;
}
.rightfix li:hover .iconfont {
  background: #619bcb;
  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: 5.625rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #DEDEDE;
}
header:hover,
header.active {
  background: #fff;
}
header:hover .center ul li a,
header.active .center ul li a {
  color: #282828;
}
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: #1948A0;
  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: #1948A0;
}
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: #282828;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont {
  color: #fff;
}
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: 4rem;
}
header .ds1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  margin-left: 0.6875rem;
}
header .ds1::before {
  content: '';
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #1948A0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
header .ds1 .iconfont {
  font-size: 1.75rem;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 2;
}
header .contact_box {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  width: 7.4375rem;
}
header .contact_box span {
  position: relative;
  z-index: 2;
}
header .contact_box::before {
  content: '';
  display: block;
  width: 7.4375rem;
  height: 2.8125rem;
  border-radius: 3.75rem;
  background: #202221;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
header .lanuage {
  margin-left: 3.125rem;
  display: block;
  position: relative;
}
header .lanuage a {
  font-size: 1.125rem;
  color: #282828;
  font-weight: 400;
  display: flex;
  align-items: center;
}
header .lanuage a .iconfont {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
}
header .lanuage a.c {
  color: #1948A0;
}
header .lanuage .yy-sec {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 5.5rem;
  transform: translateX(-50%);
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}
header .lanuage .yy-sec a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}
header .lanuage .yy-sec a + a {
  border-top: 1px solid #333;
}
header .lanuage .yy-sec a:hover {
  color: #1948A0;
}
header .center > ul > li {
  float: left;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #282828;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #282828;
  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: #1948A0;
}
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: #1948A0;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #1948A0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .container {
  padding: 0 6.25rem;
}
footer {
  margin-top: -3.75rem;
  border-radius: 3.75rem 3.75rem 0 0;
  background: #202221;
  position: relative;
  z-index: 99;
}
footer .foot_top {
  padding-top: 7.5rem;
  padding-bottom: 5.625rem;
}
footer .foot_top .left {
  color: #fff;
}
footer .foot_top .left .logo {
  color: #FFF;
  font-family: Montserrat;
  font-size: 2.5rem;
  font-weight: 600;
}
footer .foot_top .left .foot-contact ul {
  display: flex;
  justify-content: space-between;
}
footer .foot_top .left .foot-contact ul li .tt {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
footer .foot_top .left .foot-contact ul li .pp {
  color: #919191;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
footer .foot_top .left .foot-contact ul li .pp a {
  color: #919191;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
footer .foot_top .left .fx_box .social-share {
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer .foot_top .left .fx_box .social-share .social-share-icon {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 1.125rem;
  color: #fff;
  border: none;
}
footer .foot_top .right {
  flex: 1;
  padding-left: 4.375rem;
}
footer .foot_top .right .footnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .foot_top .right .footnav .tt {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 600;
}
footer .foot_top .right .footnav .subfootnav {
  margin-top: 1.125rem;
}
footer .foot_top .right .footnav .subfootnav .subfootli > a {
  color: #919191;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .foot_top .right .footnav .subfootnav .subfootli > a:hover {
  color: #fff;
}
footer .foot_top .right .footnav2 {
  margin-top: -1.875rem;
}
footer .foot_top .right .footnav2 .tt {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 600;
}
footer .foot_top .right .footnav2 .subfootnav {
  margin-top: 1.125rem;
}
footer .foot_top .right .footnav2 .subfootnav .subfootli > a {
  color: #919191;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .foot_top .right .footnav2 .subfootnav .subfootli > a:hover {
  font-weight: 600;
}
footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #919191;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 2.125rem 0 2.5625rem;
}
footer .copyright a {
  color: #919191;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .copyright p {
  color: #919191;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .copyright .left span:nth-last-child(1) {
  display: none;
}
@-webkit-keyframes banscaleDraw {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(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);
  }
}
@keyframes slideInfoShow {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: none;
  }
}
.banner {
  position: relative;
}
.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner .hover .p1 {
  width: 100%;
  color: #FFF;
  text-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  font-family: Montserrat;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 4.0625rem;
}
.banner .hover .p1 p {
  height: 4rem;
  overflow: hidden;
}
.banner .hover .p1 p span {
  display: none;
}
.banner .swiper-slide-active .hover .p1 p span {
  display: inline-block;
  animation: slideInfoShow 1.1s;
}
.banner .b_img {
  position: absolute;
  width: 100%;
  bottom: -2px;
  z-index: 9;
  overflow: hidden;
}
@keyframes b-img-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .banner .b_img .b_img_track {
    animation: none;
  }
}
.swiper-pagination {
  display: flex;
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.4375rem;
  height: 3.4375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #1948A0;
  border: 1px solid #b3b3b3;
  line-height: 3.4375rem;
  text-align: center;
  border: none;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #fff;
  font-size: 1.125rem;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #E8EDF6;
}
.swiper-button-next.swiper-button-disabled i,
.swiper-button-prev.swiper-button-disabled i {
  color: #202221;
}
.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: #1948A0;
  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-align: center;
  text-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  font-family: Montserrat;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 4.0625rem;
}
.neibanner .neibanner_txt p {
  color: #fff;
}
.neibanner .bimg {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  font-size: 0;
}
.neibanner .mbxdh {
  position: absolute;
  bottom: -2rem;
}
.neibanner .mbxdh .ajhhsd {
  color: #888;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.neibanner .mbxdh .ajhhsd a {
  color: #888;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.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: 1.25rem;
  color: #000;
  font-weight: 700;
}
.list_news_top {
  position: relative;
  padding-top: 5.625rem;
  background: linear-gradient(180deg, rgba(25, 72, 160, 0.1) 0%, rgba(25, 72, 160, 0) 100%);
}
.all_more {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.all_more span {
  display: inline-block;
  color: #4B4B4B;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 5rem;
  padding: 1.125rem 1.5625rem;
  line-height: 1;
  background: rgba(25, 72, 160, 0.1);
  margin-right: 1.125rem;
  height: 3.4375rem;
  transition: background-color 0.55s cubic-bezier(0.22, 1, 0.36, 1), color 0.45s ease, border-color 0.55s ease;
}
.all_more .i {
  width: 3.25rem;
  height: 3.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #1948A0;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.all_more .i::before {
  content: "\ee4d";
  font-family: iconfont;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
.all_more .i::after {
  content: "\ee4d";
  font-family: iconfont;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(-220%);
  opacity: 0;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
.all_more:hover span {
  background-color: #1948A0;
  color: #fff;
}
.all_more:hover .i {
  transform: translateY(-0.0625rem);
}
.all_more:hover .i::before {
  transform: translate(-50%, -50%) translateX(220%);
  opacity: 0;
}
.all_more:hover .i::after {
  transform: translate(-50%, -50%) translateX(0);
  opacity: 1;
}
.all_more.white span {
  border-color: #fff;
  color: #fff;
}
.all_more.white .i {
  background-color: #fff;
}
.all_more.white .i::before {
  color: #1948A0;
}
.all_more.white .i::after {
  color: #1948A0;
}
.list_news_top .swiper_news {
  position: relative;
  overflow: hidden;
  border-radius: 0.9375rem;
  background: #FFF;
}
.list_news_top .swiper_news .swiper-pagination {
  width: 50%;
  bottom: 4.125rem;
  justify-content: end;
  padding-right: 3.9375rem;
}
.list_news_top .swiper_news .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border: none;
  background-color: #D9D9D9;
  opacity: 1;
}
.list_news_top .swiper_news .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1948A0;
}
.list_news_top .swiper_news .news_box .left {
  width: 50%;
  padding: 4.375rem 3.9375rem 4.375rem 3.6875rem;
}
.list_news_top .swiper_news .news_box .left .p1 {
  color: #7C7C7C;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_news_top .swiper_news .news_box .left h3 {
  margin-top: 1rem;
  color: #343434;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.8125rem;
}
.list_news_top .swiper_news .news_box .left .p {
  margin-top: 0.625rem;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_news_top .swiper_news .news_box .right {
  width: 50%;
}
.list_news_top .channel_ul {
  margin-top: 7.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.list_news_top .channel_ul .channel_li a {
  border-radius: 0.3125rem;
  border: 1px solid #E8EDF6;
  background: #FFF;
  color: #919191;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  width: 10.625rem;
  height: 3.4375rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_news_top .channel_ul .channel_li.active a,
.list_news_top .channel_ul .channel_li:hover a {
  background-color: #1948A0;
  color: #fff;
}
.yyhy_content {
  padding-bottom: 7.5rem;
}
.yyhy_content .yyhy_con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4375rem 3.1875rem;
}
.yyhy_content .yyhy_con .yyhy_item {
  overflow: hidden;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0 0.3125rem 1.875rem 0.3125rem rgba(25, 72, 160, 0.05);
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.875rem 1.875rem 4.0625rem;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  color: #343434;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.1875rem;
}
.yyhy_content .yyhy_con .yyhy_item .text .time {
  margin-top: 1.25rem;
  color: #7C7C7C;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.show_news {
  padding-top: 5.625rem;
  padding-bottom: 7.0625rem;
  background: linear-gradient(180deg, rgba(25, 72, 160, 0.1) 0%, rgba(25, 72, 160, 0) 100%);
}
.show_news .news_content {
  border-radius: 0.9375rem;
  background: #FFF;
  padding: 6.625rem 3.75rem 8.125rem;
  margin-bottom: 7.5rem;
}
.show_news .news_content .title {
  color: #343434;
  text-align: center;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 2.8125rem;
}
.show_news .news_content .sub_box {
  margin-top: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  padding-bottom: 4.375rem;
  border-bottom: 1px solid #DADADA;
  color: #7C7C7C;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.show_news .news_content .sub_box > div {
  display: flex;
  align-items: center;
}
.show_news .news_content .sub_box svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.show_news .news_content .content {
  padding-top: 4.375rem;
  padding-bottom: 5.625rem;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  border-bottom: 1px solid #DADADA;
}
.xg_news {
  padding-bottom: 7.0625rem;
}
.xg_news .yyhy_con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.1875rem;
}
.xg_news .yyhy_con .yyhy_item {
  overflow: hidden;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0 0.3125rem 1.875rem 0.3125rem rgba(25, 72, 160, 0.05);
}
.xg_news .yyhy_con .yyhy_item .text {
  padding: 1.875rem 1.875rem 4.0625rem;
}
.xg_news .yyhy_con .yyhy_item .text h3 {
  color: #343434;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.1875rem;
}
.xg_news .yyhy_con .yyhy_item .text .time {
  margin-top: 1.25rem;
  color: #7C7C7C;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.all_title h3 {
  color: #343434;
  font-family: Montserrat;
  font-size: 3.125rem;
  font-weight: 600;
}
.all_title h2 {
  color: #343434;
  font-family: Montserrat;
  font-size: 3.125rem;
  font-weight: 600;
  white-space: nowrap;
}
.all_title.white h3 {
  color: #fff;
}
.list_case_one {
  padding-bottom: 6.25rem;
}
.list_case_one .channel_ul {
  margin-top: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.list_case_one .channel_ul .channel_li a {
  border-radius: 0.3125rem;
  border: 1px solid #E8EDF6;
  background: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #919191;
  padding: 0 1.125rem;
  height: 3.4375rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_case_one .channel_ul .channel_li.active a,
.list_case_one .channel_ul .channel_li:hover a {
  background-color: #1948A0;
  color: #fff;
}
.list_case_one .title {
  margin-top: 6.125rem;
  color: #343434;
  font-family: Montserrat;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.125rem;
}
.list_case_one .desc {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.list_case_one .more {
  color: #4B4B4B;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.list_case_one .more i {
  font-size: 0.875rem;
  font-weight: 600;
}
.list_case_two {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  border-radius: 3.75rem 3.75rem 0 0;
  background: linear-gradient(180deg, rgba(25, 72, 160, 0.1) 0%, rgba(25, 72, 160, 0) 100%);
}
.list_case_two .desc {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.list_case_two .left {
  padding-right: 4.0625rem;
}
.list_case_two .right {
  overflow: hidden;
  position: relative;
}
.list_case_two .right .swiper_caseimg {
  width: 55%;
  margin: 0 1.125rem;
}
.list_case_two .right .swiper_caseimg .swiper-slide {
  padding: 0 1.125rem;
}
.list_case_two .right .swiper_caseimg .swiper-slide .over {
  border-radius: 0.625rem;
}
.list_case_two .right .swiper_caseimg .swiper-slide .txt {
  padding-top: 1.5rem;
  color: #3F3F3F;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-weight: 600;
}
.list_case_two .right .btn_group {
  width: 7.875rem;
  height: 7.875rem;
  border-radius: 7.875rem;
  border: 1px solid #FFF;
  background: rgba(25, 72, 160, 0.5);
  position: absolute;
  right: var(--container);
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.list_case_two .right .btn_group .swiper-button-prev,
.list_case_two .right .btn_group .swiper-button-next {
  position: relative;
  margin-top: 0;
  top: unset;
  left: unset;
  right: unset;
  border: none;
  width: auto;
  height: auto;
  border-radius: unset;
  background-color: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_case_two .right .btn_group .swiper-button-prev i,
.list_case_two .right .btn_group .swiper-button-next i {
  font-size: 1.625rem;
  color: #fff;
  font-weight: 500;
}
.list_case_three {
  padding: 7.5rem 0 8.125rem;
  background: linear-gradient(239deg, rgba(72, 139, 218, 0.4) -21.78%, rgba(234, 238, 246, 0.4) 105.21%);
}
.list_case_three .content .aa {
  padding: 1.25rem 0;
}
.list_case_three .content .aa1 {
  padding-top: 0;
  -webkit-mask: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
  mask: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}
.list_case_three .content .aa2 {
  -webkit-mask: linear-gradient(to left, #000 70%, transparent 100%);
  mask: linear-gradient(to left, #000 70%, transparent 100%);
}
.list_case_three .content .aa3 {
  -webkit-mask: linear-gradient(to right, #000 70%, transparent 100%);
  mask: linear-gradient(to right, #000 70%, transparent 100%);
}
.list_case_three .content .aa4 {
  padding-bottom: 0;
  -webkit-mask: linear-gradient(to top, #000 70%, transparent 100%);
  mask: linear-gradient(to top, #000 70%, transparent 100%);
}
.list_case_three .content ul li {
  margin-right: 7.0625rem;
  width: auto !important;
}
.list_case_three .content ul li .flex {
  justify-content: start;
}
.list_case_three .content ul li .icon {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
}
.list_case_three .content ul li .tt {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
  margin-left: 1.625rem;
  border-radius: 0.3125rem;
  background: #FFF;
  padding: 1rem 1.25rem;
}
.list_case_four {
  padding: 7.5rem 0 13.125rem;
}
.list_case_four .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}
.list_case_four .grid_box .grid_item {
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0 0.3125rem 1.875rem 0.3125rem rgba(25, 72, 160, 0.05);
}
.list_case_four .grid_box .grid_item .txt {
  color: #343434;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.1875rem;
  padding: 2.125rem 0;
}
.channel_product_one {
  padding: 7.5rem 0 9.75rem;
}
.channel_product_one .right .desc {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.channel_product_one .content {
  position: relative;
  padding-left: var(--container);
}
.channel_product_one .content .swiper_box {
  position: relative;
  display: flex;
  justify-content: end;
  overflow: hidden;
  padding-right: var(--container);
}
.channel_product_one .swiper_channelpro {
  width: 49.875rem;
  position: relative;
  right: 0;
  margin: 0 -1.5625rem;
  transform: translateX(-1.25rem);
}
.channel_product_one .swiper_channelpro .swiper-slide {
  padding: 0 1.5625rem;
}
.channel_product_one .swiper_channelpro .swiper-slide .channel_pro {
  transform: scale(0.8);
  transform-origin: top;
}
.channel_product_one .swiper_channelpro .swiper-slide .channel_pro .over {
  border-radius: 0.625rem;
}
.channel_product_one .swiper_channelpro .swiper-slide .channel_pro .txt {
  padding-top: 3rem;
  color: #3F3F3F;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-weight: 600;
  opacity: 0;
}
.channel_product_one .swiper_channelpro .swiper-slide .channel_pro .txt2 {
  opacity: 0;
}
.channel_product_one .swiper_channelpro .swiper-slide .channel_pro .txt2 h3 {
  padding-top: 3rem;
  color: #3F3F3F;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-weight: 600;
}
.channel_product_one .swiper_channelpro .swiper-slide .channel_pro .txt2 .dd {
  margin-top: 0.625rem;
  color: #6D6D6D;
  font-size: 1rem;
  text-align: center;
  line-height: 1.65;
}
.channel_product_one .swiper_channelpro .swiper-slide-prev .channel_pro {
  transform-origin: top right;
}
.channel_product_one .swiper_channelpro .swiper-slide-next .channel_pro {
  transform-origin: top left;
}
.channel_product_one .swiper_channelpro .swiper-slide-active .channel_pro,
.channel_product_one .swiper_channelpro .swiper-slide-duplicate-active .channel_pro {
  transform: scale(1);
}
.channel_product_one .swiper_channelpro .swiper-slide-active .channel_pro .over,
.channel_product_one .swiper_channelpro .swiper-slide-duplicate-active .channel_pro .over {
  border-radius: 0.625rem;
}
.channel_product_one .swiper_channelpro .swiper-slide-active .channel_pro .txt,
.channel_product_one .swiper_channelpro .swiper-slide-duplicate-active .channel_pro .txt {
  padding-top: 3rem;
  color: #3F3F3F;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-weight: 600;
  opacity: 1;
}
.channel_product_one .swiper_channelpro .swiper-slide-active .channel_pro .txt2,
.channel_product_one .swiper_channelpro .swiper-slide-duplicate-active .channel_pro .txt2 {
  opacity: 1;
}
.channel_product_one .swiper-button-prev {
  left: 0;
  top: unset;
  bottom: 4.6875rem;
  margin-top: 0;
}
.channel_product_one .swiper-button-next {
  top: unset;
  bottom: 4.6875rem;
  margin-top: 0;
  right: unset;
  left: 4.375rem;
}
.channel_product_two {
  padding-top: 7.5rem;
  padding-bottom: 7.8125rem;
  border-radius: 3.75rem 3.75rem 0 0;
  background: linear-gradient(180deg, rgba(25, 72, 160, 0.1) 0%, rgba(25, 72, 160, 0) 100%), #FFF;
}
.channel_product_two .desc {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.channel_product_two .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.6875rem 3.25rem;
}
.channel_product_two .grid_box .grid_item {
  position: relative;
  background: #FFF;
  box-shadow: 0 0.3125rem 1.875rem 0.3125rem rgba(25, 72, 160, 0.05);
  padding: 2.8125rem 2.9375rem 2.75rem 2.6875rem;
  border-bottom: 1px solid rgba(25, 72, 160, 0.6);
}
.channel_product_two .grid_box .grid_item::before {
  content: '';
  display: block;
  width: 2.9375rem;
  height: 0.6875rem;
  background: rgba(25, 72, 160, 0.6);
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.channel_product_two .grid_box .grid_item .tag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1948A0;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 0.5rem 1.875rem;
}
.channel_product_two .grid_box .grid_item .icon {
  margin: 0 auto;
  width: 5.625rem;
  height: 6.5625rem;
  background-color: #e8edf6;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.channel_product_two .grid_box .grid_item .icon img {
  width: 1.875rem;
  height: 1.875rem;
}
.channel_product_two .grid_box .grid_item .text {
  margin-top: 1.5625rem;
}
.channel_product_two .grid_box .grid_item .text h3 {
  color: #3D3D3D;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.channel_product_two .grid_box .grid_item .text .p {
  margin-top: 0.875rem;
  color: #6D6D6D;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.channel_product_three {
  background: linear-gradient(92deg, rgba(72, 139, 218, 0.4) -7.05%, rgba(234, 238, 246, 0.4) 51.61%), #1948A0;
}
.channel_product_three .left {
  width: 50%;
  padding-left: var(--container);
  padding-top: 11.25rem;
  padding-right: 6.25rem;
}
.channel_product_three .left .desc {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.channel_product_three .right {
  width: 50%;
}
@keyframes moveAnimation {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-10%, -20%);
  }
  50% {
    transform: translate(-10%);
  }
  75% {
    transform: translate(-10%, 10%);
  }
  to {
    transform: translate(0);
  }
}
.channel_product_four {
  position: relative;
  z-index: 9;
  margin-top: -3.75rem;
  padding-top: 15.625rem;
  border-radius: 3.75rem 3.75rem 0 0;
  background: linear-gradient(180deg, rgba(25, 72, 160, 0.1) 0%, rgba(25, 72, 160, 0) 100%), #FFF;
}
.channel_product_four .desc {
  color: #6D6D6D;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.channel_product_four .all_more {
  justify-content: center;
}
.channel_product_four ul li {
  position: absolute;
  animation-name: moveAnimation;
  animation-duration: 10s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_product_four ul li:nth-child(1) {
  width: 16.25rem;
  height: 22.75rem;
  border-radius: 18.75rem;
  overflow: hidden;
  left: var(--container);
  top: 10.375rem;
  animation-delay: 1s;
}
.channel_product_four ul li:nth-child(2) {
  width: 17.375rem;
  height: 17.375rem;
  border-radius: 17.375rem;
  overflow: hidden;
  top: 10.375rem;
  right: var(--container);
  animation-delay: 4s;
}
.channel_product_four ul li:nth-child(3) {
  width: 17.3125rem;
  height: 12.375rem;
  border-radius: 17.375rem;
  overflow: hidden;
  top: 70%;
  left: 20%;
  animation-delay: 2s;
}
.channel_product_four ul li:nth-child(4) {
  width: 13.375rem;
  height: 18.75rem;
  border-radius: 18.75rem;
  overflow: hidden;
  top: 60%;
  right: 25%;
  animation-delay: 3s;
}
.channel_product_four ul li:hover {
  border-radius: 0.625rem;
}
.list_product {
  padding-top: 5.625rem;
  padding-bottom: 11.25rem;
}
.list_product .channel_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.list_product .channel_ul .channel_li a {
  border-radius: 0.3125rem;
  border: 1px solid #E8EDF6;
  background: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #919191;
  padding: 0 1.125rem;
  height: 3.4375rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_product .channel_ul .channel_li.active a,
.list_product .channel_ul .channel_li:hover a {
  background-color: #1948A0;
  color: #fff;
}
.list_product .content {
  border-radius: 3.75rem 3.75rem 0 0;
  background: linear-gradient(180deg, rgba(25, 72, 160, 0.1) 0%, rgba(25, 72, 160, 0) 100%);
}
.list_product .content .product_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4375rem 3.1875rem;
}
.list_product .content .product_box .product_item {
  overflow: hidden;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0 0.3125rem 1.875rem 0.3125rem rgba(25, 72, 160, 0.05);
}
.list_product .content .product_box .product_item .txt {
  color: #343434;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.1875rem;
  padding: 2.1875rem 1.25rem 2.5rem;
}
.show_product_top {
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
.show_product_top .title {
  color: #343434;
  font-family: Montserrat;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.125rem;
}
.show_product_top .mySwiperpro {
  position: relative;
  overflow: hidden;
}
.show_product_top .mySwiperpro .over {
  padding: 0.8125rem 3.3125rem 1.5625rem;
}
.show_product_top .row {
  align-items: center;
}
.show_product_top .swiper_box {
  padding: 0 2.625rem;
}
.show_product_top .Swiperpro {
  position: relative;
  margin: 0 -0.4375rem;
  overflow: hidden;
}
.show_product_top .Swiperpro .swiper-slide {
  padding: 0 0.4375rem;
}
.show_product_top .Swiperpro .swiper-slide .over {
  padding: 0.5625rem 0.9375rem;
  border-radius: 0.3125rem;
  border: 1px solid #E5E5E5;
  aspect-ratio: 111/79;
}
.show_product_top .Swiperpro .swiper-slide .over img {
  width: 100%;
  height: 100%;
}
.show_product_top .Swiperpro .swiper-slide-thumb-active .over {
  border-color: #1948A0;
}
.show_product_top .swiper-button-prev,
.show_product_top .swiper-button-next {
  width: 1.875rem;
  height: 4.9375rem;
  line-height: 4.9375rem;
  border-radius: 5rem;
  background: #F5F5F5;
  bottom: 0;
  top: unset;
  margin-top: 0;
}
.show_product_top .swiper-button-prev i,
.show_product_top .swiper-button-next i {
  font-size: 0.625rem;
  color: rgba(69, 69, 69, 0.5);
}
.show_product_top .swiper-button-prev {
  left: 0;
}
.show_product_top .swiper-button-next {
  right: 0;
}
.show_product_top .left {
  padding-right: 1.5625rem;
}
.show_product_top .right {
  padding-left: 2.1875rem;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1875rem;
}
.show_product_top .right h3 {
  color: #333;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.show_product_top .right ul li {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.1875rem;
  position: relative;
  padding-left: 1.5625rem;
}
.show_product_top .right ul li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #6D6D6D;
  position: absolute;
  left: 0.625rem;
  top: 1rem;
}
.show_product_top .right .table_box table tr td {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.75rem 1.25rem !important;
}
.show_product_top .right .table_box table tr td:nth-child(1) {
  color: #383838;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  background: #F5F5F5;
}
.show_product_three > img {
  width: 100%;
}
.show_product_three .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.show_product_three .text .desc {
  width: 60%;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.show_xgcase {
  padding-top: 7.5rem;
  padding-bottom: 13.75rem;
}
.show_xgcase .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.1875rem;
}
.show_xgcase .grid_box .grid_item .over {
  border-radius: 0.625rem;
}
.show_xgcase .grid_box .grid_item .txt {
  padding-top: 1.6875rem;
  color: #343434;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.show_procontent {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  border-radius: 3.75rem 3.75rem 0 0;
  background: linear-gradient(180deg, rgba(25, 72, 160, 0.1) 0%, rgba(25, 72, 160, 0) 100%);
}
.show_procontent .table_box {
  width: 100%;
  overflow-x: auto;
}
.show_procontent .table_box table {
  width: 100%;
}
.show_procontent .table_box table thead tr {
  background: rgba(25, 72, 160, 0.1);
}
.show_procontent .table_box table thead tr th {
  padding: 1.75rem;
}
.show_procontent .table_box table tr {
  border-bottom: 1px solid rgba(25, 72, 160, 0.3);
}
.show_procontent .table_box table tr th {
  color: #333;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  background: rgba(25, 72, 160, 0.03);
  border: none;
}
.show_procontent .table_box table tr th img {
  width: 3.3125rem;
  height: 3.3125rem;
  margin-bottom: 0.5rem;
}
.show_procontent .table_box table tr td {
  color: #7B7B7B;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  border: none;
}
.show_pro2_three {
  position: relative;
}
.show_pro2_three .content {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.show_pro2_three .content .img_box {
  margin-top: 2.8125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.8125rem;
}
.show_pro2_three .content .img_box .img {
  width: 11.125rem;
  height: 11.125rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_pro2_three .content .img_box .img img {
  width: 45%;
}
.show_pro2_three .content ul {
  margin-top: 4.0625rem;
}
.show_pro2_three .content ul li {
  text-align: center;
}
.show_pro2_three .content ul li span {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1875rem;
  position: relative;
  padding-left: 1.25rem;
  display: inline-block;
}
.show_pro2_three .content ul li span::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0.625rem;
  top: 1rem;
}
.list_rd {
  padding-top: 6.5rem;
  padding-bottom: 11.25rem;
}
.list_rd .title {
  color: #343434;
  text-align: center;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 3.125rem;
}
.list_rd .desc {
  color: #6D6D6D;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.list_rd .over {
  border-radius: 0.9375rem;
}
.list_rd .grid_box {
  margin-top: 7.5rem;
}
.list_rd .grid_box .grid_item:not(:nth-last-child(1)) {
  margin-bottom: 3.125rem;
}
.list_rd .grid_box .grid_item .row {
  align-items: center;
}
.list_rd .grid_box .grid_item .row .over {
  border-radius: 0.9375rem;
}
.list_rd .grid_box .grid_item .row .left {
  padding-right: 2.5rem;
}
.list_rd .grid_box .grid_item .row .right h3 {
  color: #343434;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 3.125rem;
}
.list_rd .grid_box .grid_item .row .right .pp {
  margin-top: 0.9375rem;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.list_rd .grid_box .grid_item:nth-child(even) .row .right {
  order: 1;
}
.list_rd .grid_box .grid_item:nth-child(even) .row .left {
  order: 2;
  padding-right: 15px;
  padding-left: 2.5rem;
}
.list_honor {
  padding-bottom: 2.5rem;
  background: #cccccc;
}
.list_honor .content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 13.75rem;
}
.list_honor .content .desc {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.index_one {
  padding-top: 13.875rem;
  position: relative;
  overflow: hidden;
}
.index_one .content {
  padding-top: 5.3125rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.index_one .title {
  color: #343434;
  font-family: Montserrat;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 3.125rem;
}
.index_one .desc {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_one ul {
  display: flex;
  gap: 0.875rem;
}
.index_one ul li img {
  width: 3.75rem;
  height: 3.75rem;
}
.index_one .content2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 9;
  padding: 6.5625rem 0 11.0625rem;
}
.index_one .content2::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 9.86%, #FFF 99%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.index_one .content2 .swiper_indexys {
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin: 0 -2.8125rem;
}
.index_one .content2 .swiper_indexys .swiper-slide {
  padding: 0 2.8125rem;
}
.index_one .content2 .swiper_indexys .indexys_box {
  display: flex;
  align-items: center;
}
.index_one .content2 .swiper_indexys .indexys_box .icon {
  width: 5.0625rem;
  height: 5.0625rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_one .content2 .swiper_indexys .indexys_box .icon img {
  width: 30%;
}
.index_one .content2 .swiper_indexys .indexys_box .text {
  flex: 1;
  padding-left: 1.5rem;
}
.index_one .content2 .swiper_indexys .indexys_box .text h3 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-weight: 600;
}
.index_one .content2 .swiper_indexys .indexys_box .text .p {
  margin-top: 0.9375rem;
  color: #FFF;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_two {
  overflow: hidden;
  margin-top: -3.75rem;
  z-index: 9;
  position: relative;
  border-radius: 3.75rem 3.75rem 0 0;
  background: linear-gradient(180deg, rgba(25, 72, 160, 0.1) 0%, rgba(25, 72, 160, 0) 100%), #FFF;
}
.index_two .js_home {
  position: sticky;
  top: 0;
  inset: 0;
  overflow: hidden;
  user-select: none;
  touch-action: none;
  min-height: 95vh;
}
.index_two .js_home_container,
.index_two .js_home_stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.index_two .js_home_clipBody {
  overflow: hidden;
}
.index_two .js_home_section {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, var(--left-size, 1.35fr)) minmax(0, var(--right-size, 0.65fr));
  gap: 0;
  overflow: hidden;
  transition: grid-template-columns 1100ms cubic-bezier(0.22, 1, 0.36, 1), transform 1100ms cubic-bezier(0.22, 1, 0.36, 1), filter 1100ms ease;
  transform: translateX(calc((var(--i) - var(--scene-progress)) * 100%));
}
.index_two .js_home_clipBodyInner {
  inset: 0 auto 0 0;
  width: 67.5vw;
  transform: none;
  transition: none;
  pointer-events: none;
}
.index_two .js_home_clip {
  position: relative;
  height: 95vh;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  transition: background 1100ms ease, opacity 900ms ease, border-color 900ms ease;
  will-change: width;
  cursor: pointer;
}
.index_two .js_home_clip:last-child {
  border-right: 0;
}
.index_two .js_home_clipBg {
  position: absolute;
  inset: 0;
  opacity: 0.7;
}
.index_two .js_home_clipInner,
.index_two .js_home_clipBody,
.index_two .js_home_clipBodyInner {
  position: absolute;
  inset: 0;
}
.index_two .js_home_clipBodyInner {
  display: grid;
  place-items: center;
  transform: translateY(calc((var(--local) - 0.5) * -7%)) scale(calc(0.94 + var(--active) * 0.06));
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}
.index_two .js_home_clipCopy {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15vh;
  z-index: 2;
  text-align: center;
  pointer-events: none;
}
.index_two .js_home_clipCopyInner {
  width: 100%;
  text-align: center;
  color: #343434;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 3.75rem;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}
.index_two .js_home_clip.is_active .js_home_clipCopyInner {
  transform: translateY(0);
}
.index_two .js_home_clipCopyInner strong {
  font-weight: 900;
}
.index_two .js_home_category {
  position: fixed;
  left: 8vw;
  top: 6vh;
  z-index: 5;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.875rem;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.index_two .js_home_categoryItem {
  opacity: 0.35;
  transform: translateY(0);
  transition: opacity 500ms, transform 500ms;
}
.index_two .js_home_categoryItem.is_current {
  opacity: 1;
  transform: translateY(-0.375rem);
}
.index_two .js_home_counter {
  position: sticky;
  left: 8vw;
  top: 7vh;
  bottom: auto;
  z-index: 5;
  display: flex;
  align-items: baseline;
  gap: 0.625rem;
  font-weight: 900;
}
.index_two .js_home_counterCurrent {
  height: 2.375rem;
  overflow: hidden;
  font-size: 2.375rem;
  line-height: 2.375rem;
}
.index_two .js_home_counterCurrent span {
  display: block;
  transform: translateY(calc(var(--counter-y) * -38px));
  transition: transform 700ms cubic-bezier(0.76, 0, 0.24, 1);
}
.index_two .js_home_counterTotal,
.index_two .js_home_counterSlash {
  font-size: 1.125rem;
}
.index_two .hint {
  position: fixed;
  left: 8vw;
  bottom: 6vh;
  z-index: 5;
  max-width: 22.5rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.62);
}
.index_two .js_home_clip:nth-child(1) .js_home_clipBodyInner {
  padding-bottom: 10rem;
}
.index_two .js_home_clip:nth-child(2) .js_home_clipBodyInner {
  inset: 0 0 0 auto;
  padding-top: 5rem;
}
.index_two .js_home_clipBodyInner img {
  width: clamp(28rem, 52vw, 43.75rem);
  max-width: none;
  height: auto;
  object-fit: contain;
  will-change: transform;
}
.index_two .js_home_clipCopy {
  left: 0;
  right: auto;
  width: 100%;
  top: auto;
  bottom: 5rem;
  transform: none;
}
.index_two .js_home_clip:nth-child(2) .js_home_clipCopy {
  left: auto;
  right: 0;
  top: 8.125rem;
  bottom: auto;
}
.index_two .js_home_clipCopyInner {
  font-size: 1.875rem;
  transition: font-size 1100ms cubic-bezier(0.22, 1, 0.36, 1);
}
.index_two .js_home_clip.is_active .js_home_clipCopyInner {
  font-size: 3.125rem;
}
@media (max-width: 760px) {
  .index_two .js_home_section {
    grid-template-columns: minmax(0, var(--left-size, 1.35fr)) minmax(0, var(--right-size, 0.65fr));
  }
  .index_two .js_home_clip {
    height: 100vh;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 0;
  }
  .index_two .js_home_clipCopy {
    left: auto;
    right: 6vw;
    top: 18vh;
    text-align: center;
  }
  .index_two .js_home_clipCopyInner {
    font-size: clamp(22px, 7vw, 36px);
  }
  .index_two .hint {
    display: none;
  }
}
.index_two .btn_item {
  left: 6.6875rem;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1/1;
  border-radius: 6.1875rem;
  border: 1px solid #1948A0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: #fcfcfe;
  position: absolute;
  bottom: 6.5625rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .btn_item:hover {
  background-color: #1948A0;
}
.index_two .btn_item:hover i {
  color: #fff;
}
.index_two .btn_item i {
  color: #1948A0;
  font-size: 1.875rem;
}
.index_two .js_home_clip:nth-child(1) .btn_item {
  left: 6.6875rem;
  right: auto;
}
.index_two .js_home_clip:nth-child(2) .btn_item {
  left: 6.6875rem;
  right: auto;
}
.index_two .js_home_clip.is_active .btn_item {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  width: 6.1875rem;
  height: 6.1875rem;
}
.index_three {
  border-top: 1px solid #D4D4D4;
  padding-bottom: 7.5rem;
  padding-top: 7.5rem;
  overflow: hidden;
}
.index_three .desc {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_three .ri {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
}
.index_three .ri .swiper-button-prev {
  left: unset;
  position: relative;
  top: unset;
  margin-top: unset;
}
.index_three .ri .swiper-button-next {
  right: unset;
  position: relative;
  top: unset;
  margin-top: unset;
}
.index_three .swiper_indexpro {
  position: relative;
  overflow: unset;
}
.index_three .swiper_indexpro .swiper-slide {
  padding: 0 2.625rem;
}
.index_three .swiper_indexpro .swiper-slide .indexpro_box .img {
  overflow: hidden;
  height: 34.75rem;
  border-radius: 22.5rem;
  background: #FFF;
  position: relative;
  padding: 0.125rem;
}
.index_three .swiper_indexpro .swiper-slide .indexpro_box .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.1875rem;
  aspect-ratio: 368/556;
  /* 用 padding 控制边框厚度（这里设为 4px） */
  border-radius: 22.5rem;
  z-index: 9;
  /* 填入你的精确渐变色 */
  background: linear-gradient(to right, #3CCFE4 0%, #98CA79 50%, #FAC407 100%);
  /* 遮罩：只保留 padding 区域的边框，挖空中间 */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.index_three .swiper_indexpro .swiper-slide .indexpro_box .img img {
  aspect-ratio: 368/556;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .swiper_indexpro .swiper-slide .indexpro_box .img .i2 {
  display: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .swiper_indexpro .swiper-slide .indexpro_box .txt {
  color: #343434;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.625rem;
  font-weight: 500;
  margin-top: 2.625rem;
}
.index_three .swiper_indexpro .swiper-slide:hover .indexpro_box .img .i1 {
  display: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .swiper_indexpro .swiper-slide:hover .indexpro_box .img .i2 {
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four {
  padding-top: 7.6875rem;
  padding-bottom: 7.5rem;
  border-radius: 3.75rem 3.75rem 0 0;
  background: linear-gradient(180deg, rgba(25, 72, 160, 0.1) 0%, rgba(25, 72, 160, 0) 100%);
  overflow: hidden;
}
.index_four .desc {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_four .left {
  padding-right: 2.5rem;
}
.index_four .swiper_capacity {
  position: relative;
  overflow: hidden;
}
.index_four .swiper_capacity .over {
  border-radius: 1.25rem;
}
.index_four .swiper_capacity2 {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 13.4375rem;
  height: 13.625rem;
}
.index_four .swiper_capacity2 .over {
  border-radius: 1.25rem;
}
.index_four .right {
  padding-left: 2.5rem;
  padding-top: 4.0625rem;
  position: relative;
}
.index_four .right .swiper-pagination {
  bottom: 4.0625rem;
  gap: 0.375rem;
}
.index_four .right .swiper-pagination-bullet {
  width: 1.8125rem;
  height: 1.8125rem;
  background: unset;
  border: none;
  position: relative;
}
.index_four .right .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background: #B4B4B4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_four .right .swiper-pagination-bullet-active {
  border: 1px solid #1948A0;
}
.index_four .right .swiper-pagination-bullet-active::before {
  background-color: #1948A0;
}
.index_six {
  padding-bottom: 7.5rem;
  overflow: hidden;
}
.index_six .title {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #343434;
  font-family: Inter;
  font-size: 3.125rem;
  font-weight: 900;
  background: linear-gradient(94deg, #3CCFE4 1.09%, #98CA79 50%, #FAC407 98.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index_six .desc {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.index_six .contact_box {
  margin-top: 9.625rem;
  display: flex;
  align-items: center;
}
.index_six .contact_box .le {
  display: flex;
  align-items: center;
}
.index_six .contact_box .icon {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  background-color: #1948A0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .contact_box .icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.index_six .contact_box .img {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  margin-left: -1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .contact_box .ri {
  flex: 1;
  padding-left: 1.625rem;
}
.index_six .contact_box .ri .tt {
  color: #2C2C2C;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1875rem;
}
.index_six .contact_box .ri .pp {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.1875rem;
}
.index_six .right {
  padding-left: 5rem;
}
.index_six .right .msg-a1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.25rem;
}
.index_six .right .msg-a1 .inpt {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 1.875rem;
  padding-top: 1.0625rem;
  position: relative;
}
.index_six .right .msg-a1 .inpt p {
  color: #2C2C2C;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1875rem;
}
.index_six .right .msg-a1 .inpt p span {
  color: #6D6D6D;
}
.index_six .right .msg-a1 .inpt input {
  flex: 1;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.index_six .right .msg-a1 .inpt input::placeholder {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.index_six .right .msg-a1 .inpt #attachment-name,
.index_six .right .msg-a1 .inpt #attachment-trigger {
  cursor: pointer;
}
.index_six .right .msg-a1 .inpt .attachment-upload {
  position: relative;
}
.index_six .right .msg-a1 .inpt .attachment-upload #attachment-file {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.index_six .right .msg-a1 .inpt .svg svg {
  width: 1.5rem;
  height: 1.5rem;
}
.index_six .right .msg-a3 .inpt {
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 1.875rem;
  padding-top: 1.0625rem;
  position: relative;
}
.index_six .right .msg-a3 p {
  color: #2C2C2C;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.1875rem;
}
.index_six .right .msg-a3 p span {
  color: #6D6D6D;
}
.index_six .right .msg-a3 textarea {
  flex: 1;
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
  border: none;
}
.index_six .right .msg-a3 textarea::placeholder {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.1875rem;
}
.index_six .right .msg-a3 .svg svg {
  width: 1.5rem;
  height: 1.5rem;
}
.index_six .right .checkbox {
  color: #6D6D6D;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: start;
}
.index_six .right .checkbox input {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.3125rem;
}
.index_six .right .checkbox label {
  margin-top: 0;
  padding-left: 1rem;
}
.index_six .right .aubmitBtn {
  width: 11.0625rem;
  height: 3.4375rem;
  border-radius: 3.75rem;
  background: #202221;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  border: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .right .aubmitBtn:hover {
  background: #1948A0;
}
.index_seven {
  padding-top: 7.5rem;
  padding-bottom: 11.25rem;
  border-radius: 3.75rem 3.75rem 0 0;
  background: linear-gradient(180deg, rgba(25, 72, 160, 0.1) 0%, rgba(25, 72, 160, 0) 100%);
  overflow: hidden;
}
.index_seven .yyhy_con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4375rem 3.1875rem;
}
.index_seven .yyhy_con .yyhy_item {
  overflow: hidden;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0 0.3125rem 1.875rem 0.3125rem rgba(25, 72, 160, 0.05);
}
.index_seven .yyhy_con .yyhy_item .text {
  padding: 1.875rem 1.875rem 4.0625rem;
}
.index_seven .yyhy_con .yyhy_item .text h3 {
  color: #343434;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.1875rem;
}
.index_seven .yyhy_con .yyhy_item .text .time {
  margin-top: 1.25rem;
  color: #7C7C7C;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
}
.index_seven .all_more {
  justify-content: center;
}
.index_five .coop_box {
  width: 100%;
}
.index_five .coop_box .tempWrap {
  width: 100% !important;
  overflow: auto;
}
.index_five .coop_box ul {
  display: flex;
  gap: 1.625rem;
}
.index_five .coop_box ul li {
  padding: 1.875rem 0;
}
.index_five .coop_box ul li .over {
  width: 13.625rem;
  height: 6.875rem;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0.3125rem;
  background: #FFF;
  padding: 1rem 2rem;
  box-shadow: 0 0.3125rem 1.875rem 0.3125rem rgba(25, 72, 160, 0.05);
}
.index_five .coop_box ul li .over img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
