@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: 14.8125rem;
  --phone_img: 1.875rem;
  --bors: 1.25rem;
  --bgf8: #EDF6FF;
  --header_cf: #fff;
  --swiper_pag_c: #444;
  --box_s: 0 4px 20px 0 rgba(14, 86, 156, 0.1);
  outline: none;
  font-weight: 500;
  font-family: "Noto Sans SC" !important;
}
.bgf8 {
  background: var(--bgf8);
}
.p_top {
  position: absolute;
  top: -5.625rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -3.75rem;
  }
}
.bg {
  background: #0E569C;
}
.c {
  color: #0E569C;
}
.box_s {
  box-shadow: var(--box_s);
}
.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;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 0.0625rem solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: #0E569C;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #1E2433;
  padding: 20px 0;
  display: none;
}
@media (max-width: 990px) {
  .foot-fot {
    display: block;
  }
}
.foot-fot .ul {
  display: flex;
  flex-wrap: wrap;
}
.foot-fot .ul li {
  display: flex;
  width: 50%;
}
.foot-fot .ul li:nth-child(3) {
  width: 100%;
  margin-top: 12px;
}
.foot-fot .ul li .icon {
  width: 1.625rem;
  height: 1.625rem;
}
.foot-fot .ul li .icon img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.foot-fot .ul li .con {
  width: calc(100% - 1.625rem);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 10px;
}
.foot-fot .ul2 {
  display: flex;
  justify-content: space-between;
  margin: 20px -10px 0;
}
.foot-fot .ul2 li {
  padding: 0 10px;
  flex: 1;
}
.foot-fot .ul2 li div {
  font-size: 12px;
  color: #fff;
  margin-top: 8px;
}
.foot-fot .m-bm-nav > li .sec {
  padding-left: 25px;
}
.foot-fot.white .m-bm-nav > li {
  border-bottom: 0.0625rem solid #ededed;
}
.foot-fot.white .m-bm-nav > li > a,
.foot-fot.white .m-bm-nav .aniut i {
  color: rgba(0, 0, 0, 0.8);
}
.foot-fot.white .m-bm-nav > li .sec {
  padding-left: 2.5rem;
}
.foot-fot.white .m-bm-nav > li .sec a {
  color: rgba(0, 0, 0, 0.7);
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #0E569C;
}
.search_more:hover::before {
  background: #0E569C;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #E5E5E5;
}
video {
  display: block;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  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: 10rem;
  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;
}
.er-ul.hauto > li > ul > li ul {
  width: 11rem;
}
.er-ul.hauto > li > ul > li > a {
  padding-left: 1rem;
}
.er-ul a {
  display: block;
}
.er-ul li:hover a {
  color: #3c3c3c;
}
.er-ul li:hover > ul {
  display: block;
}
.er-ul li > ul {
  display: none;
  padding: 0.625rem 0;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  width: 80%;
  height: 100%;
}
.er-ul li > ul > li {
  text-align: left;
}
.er-ul li > ul > li > a {
  padding-left: 0.5rem;
}
.er-ul li > ul > li ul {
  width: 18rem;
  left: 100%;
  background: #fff;
  display: none;
  padding-top: 0.8125rem;
}
.er-ul li > ul > li ul li {
  line-height: 1.75rem;
}
.er-ul li > ul > li ul li a {
  font-size: 0.875rem;
  display: block;
}
.er-ul li > ul > li:hover ul {
  display: block;
}
.er-ul li > ul > li:hover > a {
  color: #0E569C;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li > a {
  display: block;
}
.er-ul > li:hover > a {
  color: #0E569C;
}
.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;
}
.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: 0.875rem;
  padding: 0.625rem 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 0.0625rem solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 1.75rem;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 0.9375rem;
  }
  .pagination > li {
    margin: 0 0.1875rem 0.3125rem;
  }
}
.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: 0.0625rem solid rgba(255, 255, 255, 0.7);
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang.nobor .social-share li {
  width: auto;
  height: auto;
  margin-right: 1.5rem;
}
.fenxiang.nobor .social-share li:hover a {
  background: transparent;
  color: #0E569C;
}
.fenxiang.nobor .social-share li a {
  border: none;
}
.fenxiang .social-share li {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  margin-right: 0.875rem;
  text-align: center;
}
.fenxiang .social-share li:hover a {
  border-color: #0E569C;
  color: #fff;
  background: #0E569C;
}
.fenxiang .social-share li a {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  border: 0.0625rem solid rgba(129, 129, 129, 0.5);
}
.serbtn {
  background: #0E569C;
}
.searchbox {
  border-color: #0E569C;
}
@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: 3.75rem;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 4.0625rem;
}
.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: 2.125rem;
}
.m-bm-nav .aniut.aniut_son {
  height: 2.1875rem;
  line-height: 2.1875rem;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 1.25rem;
  height: 0.9375rem;
}
.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: 0.0938rem;
  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: 0.2813rem 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(96.25vh);
  height: -moz-calc(96.25vh);
  height: calc(100vh - 3.75rem);
  overflow: auto;
  padding-bottom: 5rem;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 18px/3.75rem "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 18px;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 3.125rem;
  font-size: 0.875rem;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 15px;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 0.625rem 0.9375rem;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 0.75rem;
  color: #fff;
  line-height: 2.1875rem;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 2.5rem;
  height: 3.125rem;
  line-height: 3.125rem;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 16px/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #0E569C;
}
.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: 216px 0 116px;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 116px 0;
  }
}
@media (max-width: 767px) {
  .xw_ny_banner {
    padding: 64px 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 50px/1.2em "montserrat";
}
@media (max-width: 767px) {
  .xw_ny_banner h2 {
    font-size: 28.8px;
  }
}
.ssy-sskaa {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .ssy-sskaa {
    margin-bottom: 24px;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 0.0625rem solid #999;
  padding: 0 1.5em;
  border-radius: 32px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 20px/64px "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form input {
    font-size: 18px;
    line-height: 48px;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 25.6px/64px "sourcehansans";
  color: #333;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 21.6px;
    line-height: 48px;
  }
}
.sssjga {
  color: #333;
  font: 600 20px/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 32px;
}
@media (max-width: 48rem) {
  .ss-list li + li {
    margin-top: 16px;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 48rem) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 0.0625rem solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 48rem) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 18px;
  line-height: 21.6px;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 48rem) {
  .ss-list li .xw-nycont h2 a {
    font-size: 18px;
  }
}
.ss-list li .xw-nycont span {
  color: #0E569C;
  font-size: 16px;
  line-height: 24px;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 15.2px;
  line-height: 24px;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 61.875rem) {
  body {
    padding: 3.75rem 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 30px 0;
  border-bottom: 0.0625rem solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 16px;
  line-height: 30px;
  color: #717171;
  margin-right: 20px;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 112);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 0.875rem;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 3.75rem;
  padding: 0 1.875rem;
  box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #0E569C;
}
.phone.white .left img {
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 0.9375rem;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
}
.phone.noLanuage .center {
  width: 120px;
  text-align: left;
  order: 1;
  margin: 0;
}
.phone.noLanuage .w_r {
  width: calc(100% - 120px);
  order: 2;
}
.phone.noLanuage .w_r > div {
  padding-left: 10px;
  margin-left: 10px;
}
.phone.noLanuage .w_r > div a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.phone.noLanuage .left {
  text-align: right;
  order: 4;
  width: auto;
}
.phone.noLanuage .lanugage {
  order: 3;
}
.phone.noLanuage .lanugage img {
  filter: brightness(0) invert(1);
}
.phone.noLanuage .lanugage a {
  color: #fff;
}
.phone.noLanuage .lanugage a img {
  width: 20px;
  margin-right: 5px;
}
.phone.noLanuage .login {
  order: 2;
}
.phone.noLanuage .login a {
  color: #fff;
}
.phone.noLanuage .login a img {
  width: 20px;
  margin-right: 5px;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 1.375rem;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 0.0625rem;
  height: 0.625rem;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 0.3125rem;
  position: relative;
  top: 0.0625rem;
}
.phone .right a {
  font-weight: bold;
  font-size: 0.75rem;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: var(--phone_img);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  line-height: 2.5rem;
  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: 1.875rem;
  margin-top: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 0.0625rem #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 0.0625rem solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #0E569C;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 0.0625rem #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 2.5rem;
  font-size: 0.875rem;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 0.0625rem #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #0E569C;
}
.sjj_nav ul li ul li > ul {
  margin-left: 0.625rem;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  line-height: 3.75rem;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: var(--phone_img);
  opacity: 0;
}
.sjj_nav .top .fr img {
  height: 1.375rem;
}
.sjj_nav .bot {
  padding: 1.5625rem 2.5rem 0;
  margin-top: 3.75rem;
  height: calc(100% - 3.75rem);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 2.125rem;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 1.75rem;
  width: 100%;
  font-size: 0.75rem;
  color: #a7a7a7;
  line-height: 1.75rem;
  border: 0.0625rem solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.75rem;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 0.875rem;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 1.875rem;
}
.sjj_nav .bot > li > ul {
  padding-left: 20px;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 60px);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 1.875rem;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  line-height: 2.5rem;
  letter-spacing: 0.0563rem;
  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: 1.25rem;
}
.sjj_nav .bot > li .list .right {
  margin-top: 0.5rem;
  width: 95%;
  float: right;
  font-size: 0.875rem;
  color: #575757;
  line-height: 1.25rem;
}
.sjj_nav .bot > li .list .right .sec {
  width: 90%;
  margin: 0 0 0 auto;
}
.sjj_nav .bot > li .list .right a {
  color: #818181;
  margin-bottom: 1.125rem;
}
.sjj_nav .bot > li ul {
  margin-top: 1.25rem;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 60px;
  text-align: right;
  display: block;
  font-size: 16px;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.0625rem;
  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 2.5rem;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 20px;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  line-height: 54px;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 20px;
}
.rightfix li .iconfont {
  font-size: 22px;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 22px;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #0E569C;
}
.rightfix li:hover .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.0625rem;
  background: #DEDDDD;
  width: 19px;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 120px !important;
}
.right_div.img img {
  height: 120px;
  object-fit: contain;
}
.zd_erha {
  position: fixed;
  right: 16px;
  bottom: 5%;
  z-index: 999;
  width: 44px;
  background: #129FC7;
  box-shadow: 2px 3px 6px rgba(150, 148, 148, 0.25);
  border-radius: 80px;
}
.zd_erha .ad_sts {
  text-align: center;
}
.zd_erha .ad_sts i img {
  height: 24px !important;
}
.zd_erha .ad_sts .name {
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  margin-top: 5px;
  white-space: nowrap;
  display: none;
}
.zd_erha .ad_sts.aa .name {
  margin-left: -6px;
}
.zd_erha .aat_list li {
  position: relative;
  z-index: 2;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.zd_erha .aat_list li:nth-last-child(2) {
  border-bottom: none;
}
.zd_erha .aat_list li:nth-last-child(1) {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.zd_erha .aat_list li > a {
  display: block;
  width: 36px;
  position: relative;
  margin: 0 auto;
  padding: 8px 5px;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zd_erha .aat_list li > a img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.zd_erha .aat_list li .cbl-cont {
  position: absolute;
  z-index: -1;
  padding: 12px 16px;
  width: auto;
  right: -webkit-calc(110.3125%);
  right: -moz-calc(110.3125%);
  right: calc(110% + 0.3125rem);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 0.25rem 1.25rem 0.25rem rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  white-space: nowrap;
}
.zd_erha .aat_list li .cbl-cont.erghgsb {
  width: 128px;
  padding: 8px;
  border-radius: 8px;
}
.zd_erha .aat_list li .cbl-cont.erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .cbl-cont {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 48rem) {
  .zd_erha {
    display: none;
  }
}
.hidden {
  display: none;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: var(--header_h);
}
.show_header header {
  animation: none !important;
}
.show_header header,
header.active,
header:hover,
header.white {
  background: #0E569C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  --color: #fff;
}
.show_header header::before,
header.active::before,
header:hover::before,
header.white::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.2);
}
.show_header header .top::before,
header.active .top::before,
header:hover .top::before,
header.white .top::before {
  opacity: 0.16;
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  --color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header.two {
  line-height: 5rem;
}
header .top {
  line-height: 2.5rem;
  background: #0E569C;
  position: relative;
}
header .top .flex {
  justify-content: flex-end;
}
header .top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
}
header:hover,
header.active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 61.875rem) {
  header {
    display: none;
  }
}
header .lanugage,
header .ds1 img {
  filter: brightness(0) invert(1);
}
header .logo img {
  height: 2.875rem;
}
header .aaa {
  font-size: 1rem;
  color: #fff;
  margin-right: 2.8125rem;
}
header .aaa:hover {
  opacity: 0.6;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .login:hover a,
header .lanugage:hover a {
  opacity: 0.6;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .login a,
header .lanugage a {
  font-size: 1rem;
  color: var(--color);
  display: flex;
  align-items: center;
}
header .login a img,
header .lanugage a img {
  margin-right: 0.3125rem;
}
header .login a.c,
header .lanugage a.c {
  color: #0E569C;
}
header .lanugage {
  margin: 0 2.625rem 0 2.5rem;
}
header .center > ul {
  margin-right: -1.5625rem;
}
header .center > ul > li {
  float: left;
  padding: 0 1.5625rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.125rem;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.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 video,
.banner img {
  height: 100vh;
  object-fit: cover;
  width: 100vw;
}
.banner .content {
  width: 53%;
}
.banner .p1 {
  color: #FFF;
  font-size: 3.5rem;
  font-weight: 700;
  white-space: nowrap;
  line-height: 4rem;
}
.banner .p2 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.125rem;
  margin-top: 0.75rem;
}
.hover_pag {
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  width: 100%;
  z-index: 9;
}
.hover_pag .container .flex {
  justify-content: center;
}
.hover_pag .container .flex > div {
  position: static;
}
.hover_pag .swiper-pagination {
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.hover_pag .swiper_pag .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #fff;
  background: transparent;
}
.hover_pag .swiper_pag .swiper-pagination-bullet-active {
  background: #fff;
}
.hover_pag .swiper-button-next,
.hover_pag .swiper-button-prev {
  background-image: none;
  width: auto;
  height: auto;
  margin-top: 0;
}
.hover_pag .swiper-button-next .iconfont,
.hover_pag .swiper-button-prev .iconfont {
  font-size: 1.25rem;
  color: #fff;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .subtitle {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 3.125rem;
}
.nyban .subtitle .p3 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 300;
  margin-top: 1rem;
}
.nyban .subtitle .p3 p {
  font-weight: 600;
}
.nyban .title {
  font-size: 3.5rem;
}
.nyban .title_en {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: -0.66px;
  text-transform: uppercase;
  margin-top: 0.75rem;
}
.nyban .bread {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  color: #fff;
}
.nyban .bread span {
  margin: 0 0.3125rem;
}
.nyban .bread a {
  color: #fff;
}
.nyban .bread a:hover {
  opacity: 0.6;
}
.bread {
  font-size: 1rem;
  color: #0E569C;
  font-weight: 400;
}
.bread a {
  color: #0E569C;
}
.bread img {
  height: 1.5rem;
}
.bread span:last-child {
  display: none;
}
.number_ul {
  --num_cor: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
}
.number_ul li .num span {
  color: var(--num_cor);
  font-size: 60px;
  font-weight: 600;
}
.number_ul li .num sub {
  color: var(--num_cor);
  font-size: 24px;
  margin-left: 4px;
  bottom: 0;
  font-weight: 600;
}
.number_ul li .num sub sub {
  margin-left: -8px;
  bottom: -2px;
}
.number_ul li .num sup {
  color: var(--num_cor);
  font-size: 24px;
  margin-left: 4px;
  top: -25px;
  font-weight: 600;
}
.number_ul li .text {
  font-size: 16px;
  line-height: 26px;
  margin: 8px 0 0;
  text-transform: uppercase;
}
.number_ul li > div {
  display: inline-block;
}
.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.font18 {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 300;
}
.swiper_pag .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  border: 0.0625rem solid rgba(0, 0, 0, 0.6);
  margin: 0 0.5rem;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #0E569C;
  border-color: #0E569C;
}
.swiper_btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  border-radius: 50%;
  border: 0.0625rem solid #D9D9D9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover {
  background: #0E569C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.swiper_btn .iconfont {
  font-size: 18px;
  color: #D9D9D9;
}
.more {
  width: 10.625rem;
  line-height: 3.375rem;
  border-radius: 3.125rem;
  border: 0.0625rem solid var(--more_c);
  display: inline-block;
  --more_c: #0E569C;
  position: relative;
  z-index: 9;
}
.more::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  transform: scale(0);
  background: #0E569C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}
.more.active,
.more:hover {
  border-color: #0E569C;
}
.more.active div,
.more:hover div {
  color: #fff;
}
.more.active div .iconfont,
.more:hover div .iconfont {
  transform: translateX(6px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more.active::before,
.more:hover::before {
  transform: scale(1);
}
.more > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--more_c);
  font-size: 1rem;
}
.more > div .iconfont {
  font-weight: 600;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.more.bg {
  border-color: #0E569C;
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: #0E569C;
}
.more.borf {
  border-color: #fff;
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: #0E569C;
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: #0E569C;
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 8.125rem;
    line-height: 2.5rem;
  }
}
.title {
  color: #333;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.6rem;
}
.alignc {
  align-items: center;
}
.bor20 {
  border-radius: var(--bors);
}
.subtitle {
  color: #000;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.875rem;
  margin-top: 0.5rem;
}
.leftimg_righttext > li:nth-child(even) .left {
  order: 2;
}
.leftimg_righttext > li:nth-child(even) .right {
  order: 1;
}
.fixright_li_last {
  display: none;
  cursor: pointer;
}
.fixright_li_last > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #0E569C;
  border-radius: 50%;
}
.ptb {
  padding: 100px 0;
}
.ptb.pt0 {
  padding-top: 0;
}
.ptb.pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ptb {
    padding: 30px 0;
  }
}
.sjj_nav.white {
  background: #fff;
}
.sjj_nav.white .top {
  background: #fff;
}
.sjj_nav.white .bot > li > div > a {
  color: #353535;
}
.sjj_nav.white .bot > li .list .left a {
  color: #686868;
  font-size: 1rem;
  font-weight: 500;
}
.sjj_nav.white .top .fr img {
  filter: brightness(1) invert(1);
  opacity: 0.8;
}
.index_one {
  overflow: hidden;
}
.index_one ul {
  margin: 0 -1.25rem;
  display: flex;
}
.index_one ul li {
  position: relative;
  width: 18.75rem;
  padding: 0 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li .more {
  width: 3.375rem;
}
.index_one ul li .more p {
  display: none;
}
.index_one ul li .more .iconfont {
  margin-left: 0;
}
.index_one ul li .img {
  border-radius: 1.25rem;
  overflow: hidden;
}
.index_one ul li .img img {
  height: 40.625rem;
  object-fit: cover;
}
.index_one ul li .img img:nth-child(1) {
  display: none;
}
.index_one ul li.active {
  width: calc(100% - 18.75rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li.active .more {
  width: 10.625rem;
}
.index_one ul li.active .more p {
  display: block;
}
.index_one ul li.active .more .iconfont {
  margin-left: 0.5rem;
}
.index_one ul li.active .img img:nth-child(1) {
  display: block;
}
.index_one ul li.active .img img:nth-child(2) {
  display: none;
}
.index_one ul li.active .hover {
  padding: 0 5rem;
  top: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li.active .hover .p2 {
  font-size: 2.25rem;
  line-height: 3rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li.active .hover .p1 {
  font-size: 2.25rem;
  line-height: 3rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li .hover {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 0.625rem 0 1.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li .hover .logo {
  margin-bottom: 3.125rem;
}
.index_one ul li .hover .logo img {
  height: 4.125rem;
}
.index_one ul li .hover .p1 {
  color: #FFF;
  font-weight: 300;
  font-size: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li .hover .p2 {
  color: #FFF;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0.25rem 0 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li .hover .more::before {
  background: #fff;
}
.index_one ul li .hover .more:hover {
  border-color: #fff;
}
.index_one ul li .hover .more:hover div {
  color: #0E569C;
}
.index_two {
  position: relative;
  overflow: hidden;
}
.index_two::before {
  content: "";
  position: absolute;
  top: 18.75rem;
  left: 0;
  background: url(../img/aa.png) no-repeat;
  background-size: contain;
  width: calc(100% - var(--container) * 2);
  left: var(--container);
  height: 38.0625rem;
}
.index_two .font18.margin {
  margin: 1rem 0 1.875rem;
  padding: 0 9rem;
  text-align: justify;
  text-align-last: center;
  color: rgba(0, 0, 0, 0.7);
}
.index_two ul {
  margin-top: 7.5rem;
}
.index_two ul li:hover .top img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two ul li .text {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-top: 4.375rem;
  color: #fff;
  text-align: left;
}
.index_two ul li > div {
  padding: 1.875rem;
  border-radius: 1.25rem;
}
.index_two ul li .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_two ul li .top > div {
  color: #FFF;
  font-size: 4.375rem;
  font-weight: 500;
  line-height: 1;
}
.index_two ul li .top > div sub {
  font-size: 2.25rem;
  bottom: auto;
  top: -1.875rem;
}
.index_two ul li .top .icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  border: 0.0625rem dashed #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_two ul li .top .icon img {
  height: 3.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two ul li:nth-child(1) > div {
  background: linear-gradient(90deg, #1ABF42 0%, #00813F 100%), #0E569C;
}
.index_two ul li:nth-child(2) > div {
  background: linear-gradient(90deg, #1C8AD1 0%, #0E569C 100%), #0E569C;
}
.index_two ul li:nth-child(3) > div {
  background: linear-gradient(90deg, #F9BB03 0%, #F39704 100%), #0E569C;
}
.index_two .list {
  margin: 5rem -1.875rem 0;
}
.index_two .list > div {
  padding: 0 1.875rem;
}
.index_two .list > div .font30 {
  color: #333;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 3.125rem;
}
.index_two .list > div .text {
  text-align: justify;
  margin: 1rem 0 1.875rem;
}
.index_three {
  background: url(https://cloud-1251007531.bcdn8.com/arj0929/uploads/20251004/8d77723ee93638428be177c44febcc9a.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.index_three .hover2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.index_three .hover2 .font18 {
  padding-right: 5rem;
  margin-bottom: 1.875rem;
}
.index_three .hover2 .more {
  border: none;
  background: #F39704;
}
.index_three .hover2 .more .iconfont {
  transform: rotate(180deg);
}
.index_three .hover2 .more:hover div {
  color: #F39704;
}
.index_three .bread {
  position: absolute;
  bottom: 1.875rem;
  width: 100%;
}
.index_three .bread a,
.index_three .bread span {
  color: #fff;
  font-weight: 300;
}
.index_three.ny {
  padding-top: 11rem;
}
.index_three.index .font18 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_three .title_en {
  opacity: 0.2;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 10rem;
  line-height: 0.8;
  font-weight: 700;
  font-family: 'Roboto' !important;
}
.index_three .text,
.index_three .title {
  color: #fff;
}
.index_three .left {
  padding-right: 3rem;
}
.index_three .title {
  margin-top: -2.75rem;
  position: relative;
  margin-bottom: 1.25rem;
}
.index_three .name {
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 0 0 0.3125rem;
}
.index_three .font18 {
  margin-bottom: 2.8125rem;
  color: #fff;
  font-weight: 300;
  text-align: justify;
}
.index_three .more::before {
  background: #fff;
}
.index_three .more:hover {
  border-color: #fff;
}
.index_three .more:hover div {
  color: #0E569C;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes marquee {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes marquee {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.index_four .bot {
  -webkit-mask: -webkit-linear-gradient(90deg, transparent, #000 21%, #000 71%, transparent);
  mask: linear-gradient(90deg, transparent, #000 21%, #000 71%, transparent);
  margin: 0 calc(var(--container) / 2);
  margin-top: 3rem;
}
.index_four .padding {
  padding: 0 calc(var(--container) / 2);
}
.index_four ul li {
  width: 14.875rem;
  padding: 1rem 0.875rem;
}
.index_four ul li .over {
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(14, 86, 156, 0.1);
  height: 6.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_four ul li .over img {
  max-height: 80%;
  max-width: 80%;
  object-fit: contain;
}
.index_four .tempWrap {
  width: 100% !important;
}
.squera_news .font18,
.index_five .font18 {
  color: #53575A;
  font-size: 1.25rem;
}
.squera_news .data,
.index_five .data {
  color: #53575A;
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 0.5rem;
}
.squera_news .name,
.index_five .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin: 0 0 0.5rem;
}
.squera_news .text,
.index_five .text {
  color: #53575A;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.index_five {
  background: #EDF6FF;
}
.index_five .more::before {
  width: 100%;
  top: 0;
  display: none;
  left: 0;
  height: 100%;
}
.index_five .more.active,
.index_five .more:hover {
  background: #0E569C;
}
.index_five .sum > div {
  display: none;
}
.index_five .sum > div.active {
  display: block;
}
.index_five .left a {
  box-shadow: 0 0.25rem 1.25rem 0 rgba(14, 86, 156, 0.1);
  border-radius: var(--bors);
  background: #fff;
  padding: 2.625rem 2.1875rem 1.875rem;
}
.index_five .left a .img {
  margin-top: 1.25rem;
}
.index_five .left a .img img {
  height: 23.75rem;
  object-fit: cover;
}
.index_five .left a:hover .img img {
  transform: scale(1.1);
}
.index_five .left a:hover .name {
  color: #0E569C;
}
.index_five .right ul li:hover a .name {
  color: #0E569C;
}
.index_five .right ul li:not(:last-child) {
  margin-bottom: 1.625rem;
}
.index_five .right ul li a {
  box-shadow: 0 0.25rem 1.25rem 0 rgba(14, 86, 156, 0.1);
  border-radius: var(--bors);
  background: #fff;
  padding: 2.4rem 1.875rem 2.875rem;
}
footer {
  background: #1E2433;
  padding: 5rem 0 3.4375rem;
}
footer .top {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
}
footer .top .logo {
  width: 18.75rem;
}
footer .top .logo img {
  height: 3.4375rem;
}
footer .top .right {
  width: calc(100% - 18.75rem);
  padding-left: 3rem;
}




footer .top ul {
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}
footer .top ul li {
  display: flex;
  align-items: flex-start;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  /*line-height: 1.875rem;*/
}
footer .top ul li:not(:first-child) {
  margin-left: 6rem;
}
footer .top ul li img {
  width: 26px;
  margin-right: 1rem;
}
footer .fenxiang {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 2.8125rem;
  justify-content: flex-start;
}
footer .fenxiang ul {
  display: flex;
}
footer .fenxiang ul li {
  margin-right: 0.875rem;
}
footer .fenxiang ul li,
footer .fenxiang ul.social-share li {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1;
}
footer .fenxiang ul li:hover a,
footer .fenxiang ul.social-share li:hover a {
  color: #fff !important;
}
footer .fenxiang ul li a,
footer .fenxiang ul.social-share li a {
  height: 100%;
  border: 0.0625rem solid rgba(129, 129, 129, 0.5);
  line-height: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: rgba(255, 255, 255, 0.4) !important;
}
footer .bot {
  display: flex;
  justify-content: space-between;
}
footer .bot .right {
  width: calc(8.125rem * 3 + 1.25rem * 2);
}
footer .bot .left {
  width: calc(100% - (8.125rem * 3 + 1.25rem * 2));
  padding-right: 5.5rem;
}
footer .bot .ul {
  display: flex;
  justify-content: flex-start;
}
footer .bot .ul li {
  width: 20%;
}
footer .bot .ul li .name {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
footer .bot .ul li .text {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
footer .bot .ul li .text:hover {
  text-decoration: underline;
}
footer .bot .ul2 {
  display: flex;
}
footer .bot .ul2 li:not(:first-child) {
  margin-left: 1.25rem;
}
footer .bot .ul2 li div {
  font-size: 0.875rem;
  color: #fff;
  margin-top: 0.5rem;
  text-align: center;
}
footer .bot .ul2 li img {
  width: 8.125rem;
  border-radius: 0.625rem;
}
.beian {
  background: #1E2433;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.beian a {
  color: rgba(255, 255, 255, 0.6);
}
.beian a:hover {
  color: #fff;
}
.beian .flex {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  padding: 0.875rem 0;
}
.beian .left {
  display: flex;
  flex-wrap: wrap;
}
.beian .left span:last-child {
  display: none;
}
.list_news_one .name,
.list_news .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_news_one .text,
.list_news .text {
  color: #53575A;
  font-size: 1rem;
  line-height: 1.75rem;
}
.list_news_one .data,
.list_news .data {
  color: #0E569C;
  font-size: 1rem;
  line-height: 1.75rem;
}
.list_news_one {
  background: #EDF6FF;
}
.list_news_one .top .more::before {
  width: 100%;
  top: 0;
  display: none;
  left: 0;
  height: 100%;
}
.list_news_one .top .more.active,
.list_news_one .top .more:hover {
  background: #0E569C;
}
.list_news_one .top .more {
  margin-top: 0 !important;
}
.list_news_one .content {
  background: #FFF;
  margin: 3.125rem 0 2.5rem;
  border-radius: var(--bors);
  padding: 1.875rem;
}
.list_news_one .left {
  padding-right: 4rem;
}
.list_news_one .right .more {
  background: #fff;
}
.list_news_one .right .more:nth-child(1) {
  margin-right: 1rem;
}
.list_news_one .right .more.active {
  background: #0E569C;
}
.list_news_one .right .more.active div {
  color: #fff;
}
.list_news_one .text {
  margin: 1.125rem 0;
  color: #53575A;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.list_news_one .more {
  margin-top: 2.75rem;
}
.list_news_one .r {
  display: flex;
  align-items: center;
}
.list_news_one .r .data {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
}
.list_news_one .r > div {
  padding: 0 2rem 0 0.875rem;
}
.list_news_one .swiper-slide {
  border-radius: var(--bors);
  overflow: hidden;
}
.list_news_one .swiper-slide:hover .name {
  color: #0E569C;
}
.list_news_one .swiper-slide:hover .over img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1.1);
}
.list_news_one .swiper-slide a {
  background: #fff;
}
.list_news .name {
  margin: 2.5rem 0 0.5rem;
}
.list_news .ul {
  margin: 0 -1.6875rem;
}
.list_news .ul li {
  padding: 0 1.6875rem;
  margin-bottom: 4.375rem;
}
.list_news .ul li:hover .over img {
  transform: scale(1.1);
}
.list_news .ul li:hover .name {
  color: #0E569C;
}
.list_news .ul li:hover .data::before {
  background: #0E569C;
  opacity: 1;
}
.list_news .ul li .text {
  font-weight: 400;
}
.list_news .data {
  background: #fff;
  position: relative;
  margin-top: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  font-size: 1rem;
}
.show_news .name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  /*text-transform: uppercase;*/
  color: rgba(0, 0, 0, 0.6);
}
.show_news .text ul li{
    list-style-type:disc;
    margin-left: 2rem;
}
.show_news a.text:hover {
  color: #0E569C;
}
.show_news .margin.text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  padding: 1.875rem 0;
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-weight: 400;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  justify-content: space-between;
  margin: 2.8125rem 0;
}
.show_news .data .fenxiang {
  margin-left: 1.875rem;
  display: flex;
  align-items: center;
}
.show_news .left {
  padding-right: 5rem;
}
.show_news .rightt .name {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 1.4px;
  margin-bottom: 1.375rem;
}
.show_news .rightt ul li {
  border-bottom: 1px solid #DBDBDB;
}
.show_news .rightt ul li .over {
  display: none;
}
.show_news .rightt ul li.active .over {
  display: block;
}
.show_news .rightt ul li a {
  position: relative;
  padding: 1.5625rem 0;
}
.show_news .rightt ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0E569C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .rightt ul li a .data {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.show_news .rightt ul li:hover .over {
  display: block;
}
.show_news .rightt ul li:hover .over img {
  transform: scale(1.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_news .rightt ul li:hover .name1 {
  color: #0E569C;
}
.show_news .rightt ul li:hover .data::before {
  background: #0E569C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.show_news .rightt ul li .name1 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.show_news .rightt ul li .text {
  margin: 0 0 0.4375rem;
  color: rgba(0, 0, 0, 0.8);
}
.show_news .rightt ul li .over {
  margin-bottom: 1.25rem;
}
.show_news .rightt ul li .data {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0;
}
.show_news .shangxia {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show_news .shangxia span {
  font-weight: 600;
}
.show_news .shangxia a:hover {
  color: #0E569C;
}
@media (max-width: 1280px) {
    footer .top ul li:not(:first-child){
        margin-left: 3rem;
    }
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
  .show_news .left {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 5px 0;
  }
  .foot-fot .ul li{
      width: 100%;
  }
  .foot-fot .ul li:nth-child(2){
      margin-top: 12px;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia {
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .show_news .shangxia .l {
    width: 100%;
    margin-bottom: 20px;
  }
  .show_news .shangxia .r {
    width: 100%;
    text-align: center;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.show_news .fenxiang .social-share li {
  width: 2rem;
  line-height: 2rem;
  height: 2rem;
}
.show_news .fenxiang .social-share li a {
  line-height: 2rem;
}
.list_about .icon_vid {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background: linear-gradient(180deg, #1C8AD1 4.17%, #0E569C 100%);
}
.list_about .icon_vid .iconfont {
  font-size: 2.5rem;
  display: block;
  color: #fff;
}
@keyframes cen {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.list_about .icon_vid::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  opacity: 0.5;
  background: linear-gradient(180deg, #1C8AD1 4.17%, #0E569C 100%);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -3;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.channel_limra {
  background: linear-gradient(180deg, #FFF 0%, #EDF6FF 100%);
}
.channel_limra .left {
  padding-right: 8.75rem;
}
.channel_limra .left .name {
  color: #0E569C;
  font-size: 10rem;
  font-weight: 700;
  line-height: 0.9;
  font-family: 'Roboto' !important;
}
.channel_limra .left .name2 {
  color: #333;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin: 1.25rem 0 0.625rem;
}
.channel_limra .left .text {
  color: rgba(51, 51, 51, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 3.4375rem;
  text-align: justify;
}
.channel_limra .right {
  padding-left: 2.5rem;
}
.channel_limra ul {
  margin: 5.5rem -1.25rem 0;
}
.channel_limra ul li {
  padding: 0 1.375rem;
}
.channel_limra ul li:hover .div {
  box-shadow: 0 4px 20px 0 rgba(14, 86, 156, 0.3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_limra ul li:hover .div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_limra ul li:hover .div .name {
  color: #0E569C;
}
.channel_limra ul li .div {
  padding: 3.125rem 5rem;
  height: 100%;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
}
.channel_limra ul li .div .icon {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 7.5rem;
  height: 7.5rem;
  background: linear-gradient(180deg, #1C8AD1 4.17%, #0E569C 100%);
}
.channel_limra ul li .div .icon img {
  width: 3.5rem;
  height: 3.5rem;
}
.channel_limra ul li .div .text {
  text-align: center;
}
.channel_limra ul li .div .name {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin: 1.75rem 0 0.5rem;
}
.channel_limra ul li .div .more_aa {
  margin-top: 2rem;
  color: #006ABB;
  font-size: 1.125rem;
  text-decoration: underline;
  font-weight: 400;
  text-align: center;
}
.channel_limra_two {
  position: relative;
  overflow: hidden;
}
.channel_limra_two::before {
  content: "";
  position: absolute;
  bottom: -11.0625rem;
  left: 0;
  background: url(../img/aa.png) no-repeat;
  background-size: contain;
  width: calc(100% - var(--container) * 2);
  left: var(--container);
  height: 38.0625rem;
}
.channel_limra_two .text {
  margin: 1rem 0 2.8125rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.channel_limra_two .left {
  padding-right: 1.875rem;
}
.channel_limra_two .right {
  padding-left: 4.6875rem;
}
.tj {
  text-align: justify;
}
.channel_limra_three {
  padding: 3.75rem 0;
}
.channel_limra_three .icon {
  width: 6.25rem;
  height: 6.25rem;
  border: 1px dashed #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.channel_limra_three .icon img {
  width: 3.75rem;
  height: 3.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_limra_three .con {
  width: calc(100% - 6.25rem);
  padding-left: 0.75rem;
}
.channel_limra_three .con .text {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.channel_limra_three .con .num span {
  color: #FFF;
  font-size: 4.375rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Roboto" !important;
}
.channel_limra_three .con .num sup {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.5rem;
  top: -0.1em;
}
.channel_limra_three .con .num sub {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  bottom: auto;
  top: -1.5rem;
}
.channel_limra_three ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.channel_limra_three ul li {
  flex: 1;
  display: flex;
  align-items: center;
}
.channel_limra_three ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.tj {
  text-align: justify;
}
.channel_limra_four {
  overflow: hidden;
}
.channel_limra_four ul {
  margin-top: 2rem;
  position: relative;
}
.channel_limra_four ul li {
  border-radius: var(--bors);
  overflow: hidden;
  background: #FFF;
  box-shadow: var(--box_s);
}
.channel_limra_four ul li:not(:first-child) {
  position: absolute;
}
.channel_limra_four ul li:nth-child(2) {
  top: 100%;
}
.channel_limra_four ul li:nth-child(3) {
  top: 200%;
}
.channel_limra_four ul li:hover .over img {
  transform: scale(1.1);
}
.channel_limra_four ul li:hover .name {
  color: #0E569C;
}
.channel_limra_four ul li .over img {
  height: 32.75rem;
  object-fit: cover;
}
.channel_limra_four ul li .right .name {
  margin: 1rem 0 0.5rem;
}
.channel_limra_four ul li .right > div {
  padding: 0 3.75rem;
}
.channel_limra_four ul li .right .more {
  margin-top: 2.1875rem;
}
.cont4 .sum > div {
  height: 0;
  overflow: hidden;
}
.cont4 .sum > div.active {
  height: auto;
}
.cont4 .top .more:not(:first-child) {
  margin-left: 1.25rem;
}
.cont4 .top .more::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cont4 .a4_v2 {
  margin-top: 3.75rem;
}
.cont4 .a4_v2 .abt-a4b1 li .cont-p .img a img {
  object-fit: cover;
}
.cont4 .a4_v2 .cont-p {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--bors);
  background: #FFF;
  box-shadow: 0 4px 25px 0 rgba(66, 159, 179, 0.06);
  padding: 2.8125rem 1.875rem;
  transition: all 0.6s;
}
.cont4 .a4_v2 .cont-p .xw-as1 .data {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
  color: #033D76;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 0.65;
}
.cont4 .a4_v2 .cont-p .xw-as1 .data p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.cont4 .a4_v2 .cont-p .img {
  margin-top: 1rem;
}
.cont4 .a4_v2 .cont-p .img a {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont4 .a4_v2 .cont-p .img a img {
  width: 100%;
}
.cont4 .a4_v2 .cont-p:hover .xw-as1 .data b,
.cont4 .a4_v2 .cont-p.on .xw-as1 .data b,
.cont4 .a4_v2 .cont-p:hover .xw-as1 .data p,
.cont4 .a4_v2 .cont-p.on .xw-as1 .data p {
  color: #0E569C;
}
.cont4 .a4_v2 .cont-p:hover .xw-as1 a.name,
.cont4 .a4_v2 .cont-p.on .xw-as1 a.name {
  color: #0E569C;
}
.cont4 .a4_v2 .a4_v2b1 {
  width: 40rem;
  padding-right: 2.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v2 .a4_v2b1 {
    display: none;
  }
}
.cont4 .a4_v2 .a4_v2b1 .mySwiper2 {
  padding: 0.625rem;
}
.cont4 .a4_v2 .a4_v2b2 {
  width: calc(100% - 40rem);
}
.cont4 .a4_v2 .a4_v2b2 .cont-p .img a img {
  aspect-ratio: 294 / 170;
  object-fit: cover;
}
.cont4 .a4_v2 .a4_v2b2 .swiper-container .cont-p .xw-as1 a.name {
  font-size: 1.25rem;
}
.cont4 .a4_v2 .a4_v2b2 .swiper-container .swiper-pagination {
  background: #E8E8E8;
  width: 100%;
  top: auto;
  height: 4px;
  bottom: 0;
  position: static;
  border-radius: 0.2rem;
}
.cont4 .a4_v2 .a4_v2b2 .swiper-container .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #0E569C;
}
.cont4 .a4_v2 .a4_v2b2 .swiper-container .jata-a {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v2 .a4_v2b2 .swiper-container .jata-a {
    margin-top: 1.5rem;
  }
}
.cont4 .a4_v2 .a4_v2b2 .swiper-container .jata-a .swiper-pagination {
  width: calc(95% - 7.625rem);
}
.cont4 .a4_v2 .a4_v2b2 .swiper-container .jata-a .jtas-b {
  width: 7.625rem;
}
.cont4 .a4_v2 .a4_v2b2 .swiper-container .jata-a .jtas-b > div {
  background: transparent;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #0E569C;
  background: #0E569C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont4 .a4_v2 .a4_v2b2 .swiper-container .jata-a .jtas-b > div i {
  color: #FFF;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1em;
}
.channel_solution_two ul {
  margin: 2.5rem -1.25rem 0;
}
.channel_solution_two ul li {
  padding: 0 1.25rem;
}
.channel_solution_two ul li > div {
  height: 100%;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
  padding: 2.625rem 1.875rem 4rem;
}
.channel_solution_two ul li > div .top {
  display: flex;
  align-items: center;
  margin-bottom: 1.375rem;
}
.channel_solution_two ul li > div .top .icon {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #1C8AD1 4.17%, #0E569C 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.channel_solution_two ul li > div .top .icon img {
  height: 3.75rem;
}
.channel_solution_two ul li > div .top .con {
  padding-left: 1.25rem;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}
.channel_solution_two ul li > div .bot a {
  color: #000000;
  padding-left: 1.625rem;
  position: relative;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.25rem;
}
.channel_solution_two ul li > div .bot a:hover {
  color: #0E569C;
}
.channel_solution_two ul li > div .bot a:hover::before {
  background: #0E569C;
}
.channel_solution_two ul li > div .bot a::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}
.channel_solution_three {
  background: linear-gradient(180deg, #EDF6FF 0%, #EDF6FF 100%);
}
.channel_solution_three .subtitle.mt25 {
  margin-top: 1.25rem;
}
.channel_solution_three ul {
  margin: 2.1875rem -1.25rem 0;
}
.channel_solution_three ul li {
  padding: 0 1.25rem;
}
.channel_solution_three ul li:hover > div {
  box-shadow: var(--box_s);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_solution_three ul li > div {
  border-radius: 1.25rem;
  padding: 3.125rem 2.5rem 3.4375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_solution_three ul li > div .font18 {
  margin: 1.25rem 0 2rem;
}
.channel_solution_three ul li > div .name {
  color: #0E569C;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.more_aa {
  color: #006ABB;
  font-size: 1.125rem;
  text-decoration: underline !important;
  font-weight: 400;
  text-align: center;
}
.more_aa:hover {
  color: #0E569C;
}
.channel_solution_four .left {
  padding-right: 9.375rem;
}
.channel_solution_four .right {
  padding-left: 2rem;
}
.channel_solution_four .subtitle {
  text-align: justify;
}
.channel_solution_four .more {
  margin-top: 2.1875rem;
}
.show_ios_two {
  background: linear-gradient(180deg, #FFF 0%, #EDF6FF 100%);
}
.show_ios_two .content {
  width: calc(100% - 5.375rem);
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
  padding: 3.625rem 6.5625rem 4rem;
}
.show_ios_two .content > div {
  display: none;
}
.show_ios_two .content > div.active {
  display: block;
}
.show_ios_two .content .name {
  color: #0E569C;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 3rem;
  margin: 0.9375rem 0 0.5rem;
}
.show_ios_two .content .r {
  padding-left: 5rem;
}
.show_ios_two .content .list:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.show_ios_two .content .list div {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding-left: 1.25rem;
  position: relative;
  margin-bottom: 0.25rem;
}
.show_ios_two .content .list div::before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0.25rem;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #000000;
}
.show_ios_two .content .img img {
  width: 22.5rem;
}
.show_ios_two .right {
  width: 5.375rem;
  border-radius: 0 1.25rem 1.25rem 0;
  overflow: hidden;
  background: #0E569C;
}
.show_ios_two .right li {
  width: 100%;
  height: 10.375rem;
  cursor: pointer;
  border: 1px solid #0E569C;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.25rem;
}
.show_ios_two .right li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.show_ios_two .right li.active {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #129FC7;
}
.show_ios_three ul {
  margin: 2.5rem -1.25rem 0;
}
.show_ios_three ul li {
  padding: 0 1.25rem;
}
.show_ios_three ul li > div {
  padding: 3.0625rem 0.9375rem 1.25rem;
  border-radius: var(--bors);
  height: 100%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
}
.show_ios_three ul li > div .icon img {
  width: 7.5rem;
}
.show_ios_three ul li > div .content {
  border-radius: var(--bors);
  background: #EEF6FE;
  padding: 1.25rem;
  display: flex;
  justify-content: space-between;
}
.show_ios_three ul li > div .content .list img {
  width: 5.75rem;
}
.show_ios_three ul li > div .name {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin: 1.375rem 0 0.125rem;
}
.show_ios_three ul li > div .font18 {
  height: 3.75rem;
}
.show_ios_three ul li > div .line2.font18 {
  margin-bottom: 1.25rem;
}
.show_ios_five {
  background: linear-gradient(180deg, #EDF6FF 0%, #EDF6FF 100%);
}
.show_ios_five .title.c {
  color: #0E569C;
}
.show_ios_five .title.col-lg-12 {
  margin-bottom: 6rem;
  padding-right: var(--container);
}
.show_ios_five .subtitle {
  font-size: 1.75rem;
  margin: 0.3125rem 0 1.5rem;
  color: #333;
  font-weight: 400;
}
.show_ios_five .index_four .bot {
  margin: 0 3rem 0 0;
}
.show_ios_five .right {
  padding-left: 6rem;
}
.show_ios_five .left {
  padding-right: 0;
  margin-top: 1.875rem;
}
.show_ios_six .margin {
  margin: -0.875rem;
}
.show_ios_six .swiper-slide {
  padding: 0.875rem;
  height: auto;
}
.show_ios_six .swiper-slide:hover img {
  transform: scale(1.1);
}
.show_ios_six .swiper-slide > div {
  overflow: hidden;
  height: 100%;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
}
.show_ios_six .swiper-slide .content {
  text-align: center;
  padding: 1.625rem 1.25rem;
}
.show_ios_six .swiper-slide .content .name {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25rem;
}
.show_ios_six .swiper-slide .content .font18 {
  color: rgba(0, 0, 0, 0.7);
}
.show_ios_six .swiper-slide .content .font18.weight {
  color: #000;
  margin-top: 0.3125rem;
  margin-bottom: 1.25rem;
}
.dian {
  padding-left: 1.25rem;
  position: relative;
}
.dian::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.375rem;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}
.show_solution {
  background: linear-gradient(180deg, #FFF 0%, #EDF6FF 100%);
}
.show_solution .row {
  margin: 3.125rem -1.25rem 0;
}
.show_solution .row .dian:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.show_solution .row > div > div {
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  padding: 2.3125rem 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.show_solution .row > div > div .right {
  width: calc(100% - 11.25rem);
  padding-left: 2rem;
}
.show_solution .row > div > div .text .dian::before {
  background: rgba(0, 0, 0, 0.6);
}
.show_solution .row > div > div .left {
  width: 11.25rem;
}
.show_solution .row > div > div .left img {
  height: 15.375rem;
  object-fit: cover;
}
.show_solution .row > div > div .left .over,
.show_solution .row > div > div .left .over img {
  border-radius: 0 1.25rem 1.25rem 0;
}
.show_solution_two .row {
  margin: 0 -1.875rem;
}
.show_solution_two .row > div {
  padding: 0 1.875rem;
}
.show_solution_two .title {
  margin-bottom: 2.125rem;
}
.show_solution_two .list .dian {
  color: #0E569C;
  font-size: 1.25rem;
  font-weight: 400;
}
.show_solution_two .list:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.qiehuan {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-top: 2.8125rem;
}
.qiehuan li {
  padding: 0 1.875rem;
  line-height: 1.875rem;
  height: 4.375rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 500;
  background: #0E569C;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qiehuan li.active {
  background: #129FC7;
}
.qiehuan li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.qiehuan li:first-child {
  border-radius: 0.625rem 0 0 0;
}
.qiehuan li:last-child {
  border-radius: 0 0.625rem 0 0;
}
.show_solution_three {
  background: #EDF6FF;
}
.show_solution_three .sum {
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
  padding: 3.25rem 2.8125rem 4.6875rem;
}
.show_solution_three .sum > div {
  display: none;
}
.show_solution_three .sum > div.active {
  display: block;
}
.show_solution_three .sum .flex {
  align-items: flex-start;
}
.show_solution_three .sum .name2 {
  color: #0E569C;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 0.625rem;
}
.show_solution_three .sum .icon {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  border: 0.25rem solid rgba(14, 86, 156, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_solution_three .sum .icon img {
  width: 5rem;
}
.show_solution_three .sum .l {
  width: 8.75rem;
  text-align: center;
}
.show_solution_three .sum .r {
  width: calc(100% - 8.75rem);
  padding-left: 1.875rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 2.75rem;
}
.show_solution_three .name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 300;
}
.bg_title,
.show_solution_three .name span {
  margin-right: 1.25rem;
  background: #129FC7;
  border-radius: 0 1.25rem 0 1.25rem;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 1rem;
  line-height: 2.8125rem;
  display: inline-block;
}
.course_ul {
  margin: 0 -1.25rem;
  display: flex;
}
.course_ul.mt50 {
  margin-top: 3.125rem;
}
.course_ul > li {
  padding: 0 1.25rem;
  flex: 1;
}
.course_ul > li:nth-child(2) > div .name::before {
  background: linear-gradient(90deg, #2CA8F9 8.41%, #0D6DCB 92.05%), #129FC7;
}
.course_ul > li:nth-child(3) > div .name::before {
  background: linear-gradient(90deg, #1C8AD1 0%, #0E569C 100%), #129FC7;
}
.course_ul > li > div {
  height: 100%;
  border-radius: var(--bors);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, #FFF 0%, #E9FAFF 100%), #FFF;
  box-shadow: var(--box_s);
}
.course_ul > li .name {
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25rem;
  position: relative;
  z-index: 10;
}
.course_ul > li .name.font24 {
  font-size: 1.5rem;
}
.course_ul > li .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #96D5FF 10.23%, #3B92E6 94.77%), #129FC7;
  opacity: 0.7;
  z-index: -1;
}
.course_ul > li .content {
  padding: 1.75rem 1.875rem 2.375rem;
}
.course_ul > li .content p {
  color: #0E569C;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}
.course_ul > li .content .line36 {
  line-height: 2.25rem;
}
.course_ul > li .content ol li {
  display: flex;
}
.course_ul > li .content ol li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.course_ul > li .content ol li span {
  width: 1.75rem;
  display: block;
}
.course_ul > li .content ol li div {
  width: calc(100% - 1.75rem);
  padding-left: 0.25rem;
}
.course_ul > li .content strong {
  color: #000000;
  font-weight: 400;
}
.squera_peixun {
  display: flex;
  margin: 0 -3.125rem;
}
.squera_peixun.margin {
  margin: 0 -0.875rem;
}
.squera_peixun.margin li {
  padding: 0 0.875rem;
}
.squera_peixun.borf li .content {
  border: 1px solid #FFF;
  color: #fff;
  font-size: 1.125rem;
  background: rgba(255, 255, 255, 0.1);
  padding-top: 4.625rem;
}
.squera_peixun li {
  flex: 1;
  padding: 0 3.125rem;
}
.squera_peixun li:hover > div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_peixun li > div {
  position: relative;
  height: 100%;
}
.squera_peixun li .icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 0.25rem solid rgba(14, 86, 156, 0.2);
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.squera_peixun li .icon img {
  width: 3.5rem;
  height: 3.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_peixun li .content {
  position: relative;
  margin-top: -3.5rem;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  padding: 5.5rem 2.5rem 2.5rem;
  color: #000;
  text-align: center;
  height: calc(100% - 3.5rem);
  line-height: 2.25rem;
  font-weight: 300;
}
.squera_peixun li .content .text1 {
  height: calc(2.25rem * 3);
}
.show_solution_six {
  background: #EDF6FF;
}
.show_solution_six .list:not(:last-child) {
  margin-bottom: 2.125rem;
}
.show_solution_six .list .text {
  text-align: justify;
  margin-top: 1.25rem;
}
.show_solution_six .list .text p:not(:last-child) {
  margin-bottom: 1.125rem;
}
.show_solution_six .img img {
  height: 11.125rem;
}
.show_tws {
  background: linear-gradient(180deg, #FFF 0%, #EDF6FF 100%);
}
.show_tws .squera_peixun {
  margin-top: 3.75rem;
}
.show_tws_two ul {
  margin-top: 2.25rem;
}
.show_tws_two ul li {
  padding: 2.8125rem;
  background: #EDF6FF;
  border-radius: var(--bors);
}
.show_tws_two ul li .displauy_line {
  display: inline-block;
}
.show_tws_two ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}
.show_tws_two ul li .h68 {
  margin-bottom: 1.125rem;
}
.show_tws_two ul li .h68 img {
  height: 4.25rem;
}
.show_tws_two ul li .list {
  display: flex;
}
.show_tws_two ul li .list:not(:last-child) {
  margin-bottom: 1.4375rem;
}
.show_tws_two ul li .list div {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1ABF42 7.89%, #00813F 100%), #00813F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
.show_tws_two ul li .list p {
  width: calc(100% - 38px);
  padding-left: 1.125rem;
}
.show_tws_three {
  background: linear-gradient(180deg, #EDF6FF 0%, #FFF 100%);
}
.show_tws_three .left {
  padding-right: 7.5rem;
}
.show_tws_three .left .text {
  margin-top: 1.5rem;
}
.show_tws_three .left .text p:not(:last-child) {
  margin-bottom: 0.8125rem;
}
.show_tws_three .right ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -3.75rem;
}
.show_tws_three .right ul li {
  width: 25%;
  margin-top: 3.75rem;
}
.show_tws_three .right ul li > div {
  width: 8.125rem;
  height: 8.125rem;
  border-radius: 0.625rem;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--box_s);
  overflow: hidden;
  text-align: center;
}
.show_tws_three .right ul li .icon img {
  width: 3.5rem;
  height: 3.5rem;
}
.show_tws_three .right ul li .text {
  margin-top: 0.625rem;
  text-align: center;
}
.show_tws_four.height ul li > div .con {
  height: 10rem;
}
.show_tws_four .col-lg-2 .title {
  white-space: nowrap;
}
.show_tws_four ul {
  margin: 0 -2.1875rem;
  display: flex;
}
.show_tws_four ul li {
  padding: 0 2.1875rem;
  flex: 1;
}
.show_tws_four ul li > div {
  display: flex;
  align-items: center;
  position: relative;
}
.show_tws_four ul li > div .icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 0.25rem solid rgba(14, 86, 156, 0.2);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.show_tws_four ul li > div .icon img {
  width: 3.5rem;
  height: 3.5rem;
}
.show_tws_four ul li > div .con {
  height: 12.625rem;
  border-radius: var(--bors);
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  padding: 0 2rem 0 4.8125rem;
  width: calc(100% - 3.5rem);
  margin-left: 3.5rem;
  color: #fff;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 300;
}
.show_tws_five {
  background: linear-gradient(180deg, #FFF 0%, #EDF6FF 100%), #FFF;
}
.show_tws_five .bg_title {
  padding: 0 4.375rem;
  margin-bottom: 1.25rem;
}
.show_pds300 {
  background: linear-gradient(180deg, #FFF 0%, #EDF6FF 100%);
}
.show_pds300 .margin {
  margin: -0.875rem;
}
.show_pds300 .swiper-container {
  margin-top: 4.375rem;
}
.show_pds300 .swiper-pagination {
  margin-top: 3rem;
}
.show_pds300 .swiper-slide {
  padding: 0.875rem;
  height: auto;
}
.show_pds300 .swiper-slide > div {
  padding: 3.0625rem 1.5625rem;
  height: 100%;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  box-shadow: var(--box_s);
}
.show_pds300 .swiper-slide > div .name {
  color: #0E569C;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.show_pds300 .swiper-slide > div .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}
.show_pds300 .swiper-slide > div .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 0.125rem;
  background: #0E569C;
}
.show_pds300 .swiper-slide > div .font18 {
  line-height: 2rem;
}
.show_pds300_two {
  background: #EDF6FF;
}
.show_pds300_two .img {
  position: relative;
  margin-top: -0.5rem;
}
.show_pds300_two .img img {
  height: 6.5rem;
}
.show_pds300_two .ul {
  margin: 3rem -1rem 0;
  display: flex;
  justify-content: space-between;
}
.show_pds300_two .ul li {
  padding: 0 1rem;
  flex: 1;
}
.show_pds300_two .ul li > div {
  border-radius: 0.625rem;
  border: 1px dashed #0E569C;
  background: #FFF;
  padding: 1.4375rem;
}
.show_pds300_two .ul li > div .name {
  color: #0E569C;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.show_pds300_two .title.c {
  color: #0E569C;
  font-size: 3.5rem;
}
.show_pds300_two .title.c span {
  color: #E73F2D;
}
.show_pds300_two .name1 {
  color: #000;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.875rem;
  margin: 2.9375rem 0 1.625rem 0;
}
.show_pds300_two .course_ul {
  margin-top: 1.5625rem;
}
.show_pds300_two .course_ul li .name {
  height: 4.375rem;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.show_pds300_two .course_ul li > div {
  padding: 0;
  border-radius: var(--bors);
  border: 1px solid #0E569C;
}
.show_pds300_two .course_ul li > div .name {
  z-index: 9;
  color: #fff;
}
.show_pds300_two .course_ul li > div .name::before {
  background: #0E569C;
  opacity: 1;
  z-index: -1;
}
.show_pds300_two .course_ul li > div .dian {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}
.show_pds300_two .course_ul li > div .dian::before {
  top: 0.875rem;
}
.show_pds300_two .course_ul li > div .dian:not(:last-child) {
  margin-bottom: 1.5rem;
}
.show_pds300_three {
  background: #EDF6FF;
  padding: 7.5rem 0 10.5rem;
}
.show_FT2m .height .pr_table::before {
  border-radius: 1rem;
}
.show_FT2m .height td {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.show_FT2m .height tr:not(.tr1):last-child td {
  border-bottom: 1px solid #8EB0D2 !important;
}
.show_FT2m .height tr:nth-child(1) td:nth-child(1) {
  border-radius: 1.25rem 0 0 0;
  overflow: hidden;
}
.show_FT2m .height tr:nth-child(1) td:nth-child(2) {
  border-radius: 0 1.25rem 0 0;
  overflow: hidden;
}
.show_FT2m .height tr:last-child td:nth-child(1) {
  border-radius: 0 0 0 1.25rem;
  overflow: hidden;
}
.show_FT2m .height tr:last-child td:nth-child(2) {
  border-radius: 0 0 1.25rem 0;
  overflow: hidden;
}
.show_FT2m .height tr:not(.tr1) td:nth-child(2) {
  background: #fff;
}
.show_FT2m .height tr:not(.tr1) td:nth-child(1) {
  z-index: 3;
  position: relative;
}
.show_FT2m .height tr:not(.tr1) td:nth-child(1)::before {
  background: linear-gradient(90deg, rgba(150, 213, 255, 0.2) 10.23%, rgba(59, 146, 230, 0.2) 94.77%), #FFF;
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 1px);
  height: 100%;
  z-index: -1;
  right: 0;
}
.show_FT2m .ul1 .l {
  background: linear-gradient(90deg, #96D5FF 10.23%, #3B92E6 94.77%), #0E569C;
}
.show_FT2m .ul1 .r {
  background: linear-gradient(90deg, #96D5FF 10.23%, #3B92E6 94.77%), #0E569C;
}
.show_FT2m .pr_table {
  position: relative;
}
.show_FT2m .pr_table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #8EB0D2;
  border-radius: 1.125rem;
}
.show_FT2m table {
  overflow: hidden;
  margin-bottom: 0;
  border-radius: var(--bors);
  position: relative;
}
.show_FT2m table .tr1 {
  background: linear-gradient(90deg, #96D5FF 10.23%, #3B92E6 94.77%), #0E569C;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.show_FT2m table .tr1 td {
  line-height: 1.75rem;
  vertical-align: middle;
}
.show_FT2m table .tr1 td:nth-child(1) {
  border-radius: 1.25rem 0 0 0;
}
.show_FT2m table tr:not(.tr1) td:nth-child(1) {
  color: #0E569C;
  font-size: 1.125rem;
  border-left: none !important;
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.show_FT2m table tr:not(.tr1) td:nth-child(2) {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  text-align: left;
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.show_FT2m table tr:not(.tr1):last-child td {
  border-bottom: none !important;
}
.show_FT2m table tr .list:not(:last-child) {
  margin-bottom: 0.625rem;
}
.show_FT2m table tr .list .dian {
  color: #0E569C;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.show_FT2m table tr .list .dian::before {
  background: #0E569C;
}
.show_FT2m table tr .list .text {
  padding-left: 1.25rem;
}
.show_FT2m table td {
  height: 4.375rem;
  padding: 0 !important;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75rem;
  vertical-align: middle;
  border-color: #8EB0D2 !important;
}
.show_FT2m table td:nth-child(1) {
  width: 16.0625rem;
}
.show_FT2m table td:nth-child(2) {
  width: calc(100% - 16.0625rem);
}
.show_FT2m_two {
  background: #EDF6FF;
}
.show_FT2m_two .content {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.show_FT2m_two .content .left {
  width: calc((100% - 11.125rem - 4.125rem * 2) / 2);
}
.show_FT2m_two .content .left.left1 img {
  transform: rotate(180deg);
}
.show_FT2m_two .content .left .name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #0E569C;
  text-align: center;
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.75rem;
  padding: 0 3rem;
}
.show_FT2m_two .content .center {
  width: 11.125rem;
  height: 11.125rem;
  margin: 0 4.125rem;
}
.show_pacesetter {
  background: #EDF6FF;
}
.pr_table {
  z-index: 9;
}
.show_pacesetter .pr_table {
  margin-top: 1.75rem;
  border-radius: 1.25rem;
  position: relative;
}
.show_pacesetter .pr_table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #8EB0D2;
  border-radius: var(--bors);
}
.show_pacesetter table {
  border-radius: var(--bors);
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.show_pacesetter table tr:last-child td {
  border-bottom: none !important;
}
.show_pacesetter table tr td {
  border-color: #8EB0D2;
}
.show_pacesetter table tr td:nth-child(1) {
  border-left: none !important;
}
.show_pacesetter table tr:nth-child(1) {
  background: linear-gradient(90deg, #96D5FF 10.23%, #3B92E6 94.77%), #FFF;
}
.show_pacesetter table tr:nth-child(1) td {
  color: #FFF;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  border-color: #B9DCFF;
}
.show_pacesetter table tr:nth-child(2) td {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
}
.show_amtc_two {
  background: #EDF6FF;
}
.show_amtc_two .list {
  margin-top: 3.75rem;
}
.show_amtc_two .list .font18 {
  margin: 1.875rem 0 1.25rem;
}
.show_amtc_two table {
  margin-top: 1.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.show_amtc_two table tr:last-child td {
  border-bottom: none !important;
}
.show_amtc_two table tr:nth-child(1) td {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.show_amtc_two table tr:not(:first-child) td:nth-child(2) {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
}
.show_amtc_two table td {
  text-align: center;
  border: 1px solid #8EB0D2;
}
.show_amtc_two table .td1 {
  border-left: none !important;
  color: #0E569C;
}
.show_amtc_two table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #8EB0D2;
  border-radius: var(--bors);
  z-index: -1;
}
.show_AES .sum {
  padding: 2.625rem 2.875rem;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
}
.show_AES .name {
  color: #0E569C;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin: 0.625rem 0;
}
.show_AES .name.mt20 {
  margin-top: 1.25rem;
}
.show_AES .sum > div {
  display: none;
}
.show_AES .sum > div.active {
  display: block;
}
.show_AES .qiehuan li {
  padding: 0 5.625rem;
}
.nyerji {
  margin-top: 3.75rem;
  margin-bottom: 5.3125rem;
}
.nyerji.sticky {
  position: sticky;
  top: 7.5rem;
  z-index: 99;
}
.nyerji ul {
  overflow: hidden;
  display: flex;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
}
.nyerji ul li {
  flex: 1 0;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 500;
  height: 5.625rem;
  text-align: center;
}
.nyerji ul li a {
  color: rgba(0, 0, 0, 0.8);
}
.nyerji ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nyerji ul li.active {
  background: #0E569C;
}
.nyerji ul li.active a {
  color: #fff;
}
.show_rencai .font18 {
  margin-top: 1.25rem;
  line-height: 2.25rem;
}
.show_rencai_two {
  background: #EDF6FF;
}
.qa_ul li {
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
  cursor: pointer;
  padding: 1.5625rem 1.875rem;
}
.qa_ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.qa_ul li.active .bot {
  display: block;
}
.qa_ul li .top {
  display: flex;
  align-items: center;
}
.qa_ul li .bot {
  padding-top: 1.5rem;
  padding-left: 2rem;
  display: none;
}
.qa_ul li .bot .dui {
  display: flex;
  align-items: flex-start;
}
.qa_ul li .bot .dui:not(:last-child) {
  margin-bottom: 1.125rem;
}
.qa_ul li .bot .dui img {
  width: 1.6875rem;
  margin-right: 0.625rem;
}
.qa_ul li .bot .dui div {
  width: calc(100% - 1.6875rem - .625rem);
}
.qa_ul li .text {
  width: calc(100% - 1.5rem);
  margin: 0 0 0 auto;
  padding-left: 2.5rem;
}
.qa_ul li .l {
  width: 1.5rem;
  height: 1.5rem;
}
.qa_ul li .l img {
  width: 1.25rem;
}
.qa_ul li .la {
  width: 3rem;
  text-align: right;
}
.qa_ul li .la .iconfont {
  font-size: 1.375rem;
  color: #B3B3B3;
}
.qa_ul li .r {
  width: calc(100% - 1.5rem - 3rem);
  padding-left: 0.625rem;
}
.qa_ul li .r .name {
  color: #0E569C;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.qa_ul li .text {
  color: #818181;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.625rem;
  display: none;
}
.qa_ul li.active .text {
  display: block;
}
.show_rencai_three .ul {
  margin: 3.75rem -1.25rem 0;
}
.show_rencai_three .ul li {
  padding: 0 1.25rem;
}
.show_rencai_three .ul li > div {
  height: 100%;
  padding: 2rem 2rem 2.5rem;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
}
.show_rencai_three .img {
  margin-top: 2.1875rem;
}
.margin_consulting {
  margin: -1.25rem;
}
.margin_consulting .swiper-container {
  margin-top: 3.125rem;
}
.squera_consulting {
  padding: 1.25rem;
  height: auto;
}
.squera_consulting:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_consulting .icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: #EDF6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.squera_consulting .icon img {
  height: 3rem;
  width: 3rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_consulting .name {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  margin: 1.25rem 0 0.5rem;
}
.squera_consulting > div {
  height: 100%;
  padding: 2.8125rem 3.125rem;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
}
.list_limra_about {
  background: linear-gradient(180deg, #FFF 0%, #EDF6FF 100%);
}
.list_limra_about .qiehuan li {
  padding: 0 1.875rem;
}
.list_limra_about .sum {
  border-radius: var(--bors);
  background: #FFF;
  box-shadow: var(--box_s);
  padding: 5rem 2.375rem 5rem;
}
.list_limra_about .sum > div {
  display: none;
}
.list_limra_about .sum > div.active {
  display: block;
}
.list_limra_about .sum .right {
  padding: 0 3rem 0 15px;
}
.list_limra_about .sum .name {
  font-size: 1.75rem;
  color: #0E569C;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}
.list_limra_about_two {
  position: relative;
}
.list_limra_about_two .swiper_pag {
  display: none;
}
.list_limra_about_two::before {
  background: url(../img/history.png) no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 89%;
  background-position: bottom;
  background-size: cover;
  width: 100%;
}
.list_limra_about_two .top {
  display: flex;
  width: 100%;
  padding-right: 1.25rem;
  margin: 5.375rem 0 8.125rem;
}
.list_limra_about_two .top li {
  flex: 1;
  height: 64px;
  background: rgba(14, 86, 156, 0.5);
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.list_limra_about_two .top li::before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid #86aacd;
  z-index: 2;
}
.list_limra_about_two .top li:nth-child(2) {
  background: rgba(14, 86, 156, 0.6);
}
.list_limra_about_two .top li:nth-child(2)::before {
  border-left-color: #6e9ac4;
}
.list_limra_about_two .top li:nth-child(3) {
  background: rgba(14, 86, 156, 0.7);
}
.list_limra_about_two .top li:nth-child(3)::before {
  border-left-color: #5185b8;
}
.list_limra_about_two .top li:nth-child(4) {
  background: rgba(14, 86, 156, 0.8);
}
.list_limra_about_two .top li:nth-child(4)::before {
  border-left-color: #3b76af;
}
.list_limra_about_two .top li:nth-child(5) {
  background: rgba(14, 86, 156, 0.9);
}
.list_limra_about_two .top li:nth-child(5)::before {
  border-left-color: #2667a6;
}
.list_limra_about_two .top li:nth-child(6) {
  background: #0e569c;
}
.list_limra_about_two .top li:nth-child(6)::before {
  border-left-color: #0e569c;
}
.list_limra_about_two .top li.active {
  background: #F39704;
}
.list_limra_about_two .top li.active::before {
  border-left-color: #F39704;
}
.list_limra_about_two .top li::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-40px - 1px);
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid #fff;
  z-index: 1;
}
.list_limra_about_two .top li .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  padding-left: 1.625rem;
}
.list_limra_about_two .swiper-slide .name {
  margin-bottom: 1.125rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.8125rem;
}
.list_limra_about_two .swiper-slide .font18 {
  display: flex;
  align-items: flex-start;
}
.list_limra_about_two .swiper-slide .font18 img {
  width: 1.125rem;
  margin-top: 0.425rem;
}
.list_limra_about_two .swiper-slide .font18 div {
  padding-left: 0.8125rem;
}
.list_limra_about_two .sum .swiper-button-next {
  right: -6rem;
}
.list_limra_about_two .sum .swiper-button-prev {
  left: -6rem;
}
.list_limra_about_two .sum .swiper_btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.list_limra_about_two .sum .swiper_btn .iconfont {
  color: #000000;
}
.list_limra_about_two .sum > div {
  height: 0;
  overflow: hidden;
  display: none;
}
.list_limra_about_two .sum > div.active {
  display: block;
  height: auto;
}
.list_limra_about_three {
  background: #EDF6FF;
}
.list_limra_about_three .margin {
  margin: -0.8125rem;
}
.list_limra_about_three .swiper-container {
  margin: 2.8125rem 0 3.4375rem;
}
.list_limra_about_three .swiper-slide {
  height: auto;
  padding: 0.8125rem;
}
.list_limra_about_three .swiper-slide > div {
  height: 100%;
  box-shadow: var(--box_s);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 3.125rem 1.875rem 4.8125rem;
  position: relative;
  border-radius: var(--bors);
  cursor: pointer;
}
.list_limra_about_three .swiper-slide > div .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.25rem 0 1.25rem 0;
  background: #0E569C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_limra_about_three .swiper-slide > div .icon .iconfont {
  color: #fff;
  font-size: 2rem;
}
.list_limra_about_three .swiper-slide > div .t {
  display: flex;
  align-items: center;
}
.list_limra_about_three .swiper-slide > div .t .tx {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  overflow: hidden;
}
.list_limra_about_three .swiper-slide > div .t .tx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_limra_about_three .swiper-slide > div .t .con {
  width: calc(100% - 6.325rem);
  padding-left: 1.25rem;
}
.list_limra_about_three .swiper-slide > div .t .con div {
  color: #0E569C;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0.375rem;
}
.list_limra_about_three .swiper-slide > div .t .con p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 2rem;
}
.list_limra_about_three .swiper-slide > div .b {
  margin-top: 2.1875rem;
}
.list_limra_about_three .swiper-slide > div .b .text:not(:last-child) {
  margin-bottom: 0.25rem;
}
.list_limra_about_three .swiper-slide > div .b .text::before {
  background: rgba(0, 0, 0, 0.8);
}
.list_limra_about_three .swiper-slide .hidden {
  display: none;
}
.list_team_two .right ul .l::before {
  background: #000000;
}
.team_pop_up {
  width: 60vw !important;
  padding: 4rem !important;
}
.team_pop_up .t {
  display: flex;
  align-items: center;
}
.team_pop_up .t .tx {
  width: 14rem;
  height: 14rem;
}
.team_pop_up .t .tx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team_pop_up .t .con {
  width: calc(100% - 14rem);
  padding-left: 1.25rem;
}
.team_pop_up .t .con div {
  color: #0E569C;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0.375rem;
}
.team_pop_up .t .con p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 2rem;
}
.team_pop_up .b {
  margin-top: 2.1875rem;
}
.team_pop_up .b .text:not(:last-child) {
  margin-bottom: 0.25rem;
}
.team_pop_up .b .text::before {
  background: rgba(0, 0, 0, 0.8);
}
.team_pop_up .layui-layer-content {
  height: 100%;
}
.team_pop_up .layui-layer-ico {
  background: url(../img/close.svg) no-repeat !important;
  width: 2.1875rem !important;
  height: 2.1875rem !important;
  background-size: 2.1875rem 2.1875rem !important;
  filter: brightness(0.3);
  right: 1.5rem !important;
  top: 1.25rem !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.team_pop_up .layui-layer-ico:hover {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_limra_about_four {
  background: #EDF6FF;
}
.list_limra_about_four ul {
  margin-top: 2.0625rem;
}
.list_limra_about_four ul li {
  display: flex;
}
.list_limra_about_four ul li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.list_limra_about_four ul li .icon {
  width: 2.25rem;
  height: 2.25rem;
}
.list_limra_about_four ul li .icon img {
  width: 100%;
  height: 100%;
}
.list_limra_about_four ul li .con {
  width: calc(100% - 2.25rem);
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 400;
  padding-left: 2.5rem;
}
.channel_loma_two .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.channel_loma_two .hover .subtitle {
  font-weight: 400;
}
.channel_loma_two .hover .more::before {
  background: #fff;
}
.channel_loma_two .hover .more:hover {
  border-color: #fff;
}
.channel_loma_two .hover .more:hover div {
  color: #0E569C;
}
.channel_loma_two .hover ul {
  display: flex;
  margin: 2.375rem 0 3.75rem;
}
.channel_loma_two .hover ul li {
  text-align: center;
}
.channel_loma_two .hover ul li:not(:last-child) {
  margin-right: 4.5rem;
}
.channel_loma_two .hover ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_loma_two .hover ul li .icon {
  width: 5rem;
  height: 5rem;
  border: 1px dashed #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.channel_loma_two .hover ul li .icon img {
  width: 2.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.channel_loma_two .hover ul li .name {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 0.5rem;
}
.channel_loma_one {
  background: #EDF6FF;
}
.channel_loma_one .margin {
  margin: -1.25rem;
}
.channel_loma_one .margin .swiper-container {
  margin-top: 3.125rem;
}
.channel_loma_one .margin .swiper-slide {
  padding: 1.25rem;
  height: auto;
}
.channel_loma_one .margin .swiper-slide:hover a .name {
  color: #0E569C;
}
.channel_loma_one .margin .swiper-slide a {
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
  height: 100%;
  background: #fff;
  padding: 3.3125rem 1.875rem 3.4375rem;
}
.channel_loma_one .margin .swiper-slide .font18 {
  margin: 1.125rem 0 2.1875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.75rem;
  height: calc(1.75rem * 4);
}
.channel_loma_one .margin .swiper-slide .font18 .font18 {
  margin: 0;
}
.channel_loma_one .margin .swiper-slide .more_aa {
  text-align: left;
}
.channel_loma_one .margin .swiper-slide .title {
  display: none;
}
.channel_loma_one .margin .swiper-slide .name {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.channel_loma_one .margin .swiper-slide .name div {
  padding-top: 0.875rem;
  padding-right: 0.875rem;
  position: relative;
  display: inline-block;
  z-index: 8;
}
.channel_loma_one .margin .swiper-slide .name div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.625rem;
  height: 2.625rem;
  background: linear-gradient(193deg, #129FC7 9.46%, rgba(18, 159, 199, 0) 94.95%);
  opacity: 0.3;
  border-radius: 50%;
  z-index: -1;
}
.show_flml {
  background: linear-gradient(180deg, #FFF 0%, #EDF6FF 100%);
}
.show_flml .table tbody + tbody {
  border-top: none;
}
.show_flml .table-responsive {
  position: relative;
}
.show_flml .table-responsive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--bors);
  border: 1px solid #8EB0D2;
  z-index: 1;
}
.show_flml .table-responsive tbody:nth-child(1) {
  background: linear-gradient(90deg, #96D5FF 10.23%, #3B92E6 94.77%), #FFF;
}
.show_flml table {
  margin-bottom: 0;
  border-radius: var(--bors);
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.show_flml td {
  padding: 1rem 0.5rem !important;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  width: 10%;
  border: 1px solid #8EB0D2;
}
.show_flml td:first-child {
  border-left: none;
}
.show_flml .tr1 td,
.show_flml .tr2 td {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  border-color: #B9DCFF;
}
.show_flml .tr3 td {
  padding: 1rem 0.5rem !important;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
}
.show_flml .tr4 td {
  padding: 1rem !important;
}
.show_flml .tr4 td:nth-child(1) {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
  position: relative;
  z-index: 8;
}
.show_flml .tr4 td:nth-child(1)::before {
  width: calc(100% - 1px);
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #E3F4FF;
  z-index: -1;
}
.show_flml .tr5 {
  background: #0E569C;
}
.show_flml .tr5 td {
  padding: 1.875rem 1rem !important;
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.list_yhzc {
  background: linear-gradient(180deg, #FFF 0%, #EDF6FF 100%);
}
.list_yhzc .ul {
  margin-top: 3.125rem;
}
.list_yhzc .ul li .div {
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
  padding: 1.875rem;
}
.list_yhzc .ul li:hover .over img {
  transform: scale(1.1);
}
.list_yhzc .ul li:hover .flex div {
  color: #0E569C;
}
.list_yhzc .ul li .flex {
  margin-top: 1.875rem;
}
.list_yhzc .ul li .flex div {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}
.list_yhzc .ul li .flex a {
  width: 3.5625rem;
  height: 3.5625rem;
  border: 1px solid rgba(14, 86, 156, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_yhzc .ul li .flex a .iconfont {
  transform: rotate(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-weight: 600;
  font-size: 1.125rem;
  color: #0E569C;
}
.list_yhzc .ul li .flex a:hover {
  background: #0E569C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_yhzc .ul li .flex a:hover .iconfont {
  color: #fff;
}
.list_yhzc_two {
  background: #EDF6FF;
}
.list_yhzc_two .ul {
  margin-top: 3.375rem;
}
.list_yhzc_two .ul li > div {
  height: 100%;
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
  padding: 3.25rem 3.125rem 2.75rem;
}
.list_yhzc_two .ul li > div .name {
  display: flex;
  align-items: flex-end;
}
.list_yhzc_two .ul li > div .name p {
  color: #0E569C;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.list_yhzc_two .ul li > div .name p.black {
  color: rgba(0, 0, 0, 0.8);
}
.list_yhzc_two .ul li > div .name span {
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  margin-left: 1.125rem;
}
.list_yhzc_two .ul li > div .name_en {
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  opacity: 0.4;
}
.list_yhzc_two .ul li > div .list {
  display: flex;
  align-items: center;
}
.list_yhzc_two .ul li > div .list:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.list_yhzc_two .ul li > div .list .icon {
  width: 2.25rem;
  height: 2.25rem;
}
.list_yhzc_two .ul li > div .list .icon img {
  width: 100%;
  height: 100%;
}
.list_yhzc_two .ul li > div .list .con {
  width: calc(100% - 2.25rem);
  padding-left: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: capitalize;
}
.list_huiyuanfuwu {
  background: linear-gradient(180deg, #FFF 0%, #EDF6FF 100%);
}
.list_huiyuanfuwu .qiehuan li {
  width: 20rem;
}
.list_huiyuanfuwu .sum {
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: var(--box_s);
  padding: 3.75rem 3.125rem;
}
.list_huiyuanfuwu .sum > div {
  display: none;
}
.list_huiyuanfuwu .sum > div.active {
  display: block;
}
.list_huiyuanfuwu .sum ul li {
  padding: 1.875rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.list_huiyuanfuwu .sum ul li:hover .font18 {
  color: #0E569C;
}
.list_huiyuanfuwu .sum ul li .a,
.list_huiyuanfuwu .sum ul li a {
  border-radius: 0.25rem;
  margin-bottom: 0.625rem;
  padding: 0 0.875rem;
  line-height: 1.5625rem;
  background: #EDF6FF;
  color: #0E569C;
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 0.625rem;
  display: inline-block;
}
.list_huiyuanfuwu .sum ul li .text {
  margin: 0.3125rem 0 1rem;
}
.list_huiyuanfuwu_two .ul {
  margin-top: 1.875rem;
}
.list_huiyuanfuwu_two .ul li:first-child {
  padding-top: 0;
}
.list_huiyuanfuwu_two .ul li:hover .over img {
  transform: scale(1.1);
}
.list_huiyuanfuwu_two .ul li .hover {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  padding: 0 2.3125rem 0 5.9375rem;
}
.list_huiyuanfuwu_two .ul li .hover .name {
  font-size: 2.25rem;
  color: #fff;
}
.list_huiyuanfuwu_two .ul li .hover .text {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  margin-top: 0.625rem;
}
.list_huiyuanfuwu_two .ul li .hover .more_aa {
  text-align: left;
  color: #fff;
  margin-top: 1.375rem;
}
.list_huiyuanfuwu_three .subtitle {
  margin: 1.5625rem auto 2.1875rem;
  width: 78%;
}
.list_huiyuanfuwu_three .content {
  display: flex;
  position: relative;
  border-radius: var(--bors);
  overflow: hidden;
  border: 1px solid rgba(14, 86, 156, 0.2);
  background: linear-gradient(180deg, #F4F9FF 0%, #EDF6FF 100%), #FFF;
  box-shadow: 0 4px 20px 0 rgba(14, 86, 156, 0.1);
}
.list_huiyuanfuwu_three .content .left {
  width: 29.9375rem;
  padding: 5.25rem 3.125rem 3.75rem;
}
.list_huiyuanfuwu_three .content .left .name {
  color: #FFF;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.25rem;
  text-transform: capitalize;
  padding-bottom: 3.4375rem;
  margin-bottom: 3.4375rem;
  border-bottom: 1px dashed #FFF;
}
.list_huiyuanfuwu_three .content .left .emile {
  text-align: center;
}
.list_huiyuanfuwu_three .content .left .emile a {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 3.5rem;
}
.list_huiyuanfuwu_three .content .left .emile a:hover {
  text-decoration: underline;
}
.list_huiyuanfuwu_three .content .left .text {
  color: #fff;
  margin-top: 5rem;
}
.list_huiyuanfuwu_three .content .right {
  padding: 3.125rem;
  width: calc(100% - 29.9375rem);
}
.list_huiyuanfuwu_three .content .right ul li:not(:last-child) {
  margin-bottom: 1.875rem;
}
.list_huiyuanfuwu_three .content .right ul li .bg_title {
  margin-bottom: 0.625rem;
}
.subcontent {
  width: 50% !important;
  padding: 5rem !important;
}
.subcontent .ewm {
  width: 10rem;
  height: 10rem;
  display: block;
  margin: 0 auto 1rem;
}
.subcontent .ewm img {
  display: block;
}
.subcontent .layui-layer-ico {
  background: url(../img/close.svg) no-repeat !important;
  filter: brightness(0) !important;
  top: 1rem !important;
  right: 2rem !important;
  opacity: 0.5;
}
.show_ioa_four_1206 {
  background: linear-gradient(180deg, #EDF6FF 0%, #FFF 100%);
}
.show_ioa_four_1206 .ul {
  margin-top: 3.4375rem;
}
.show_ioa_four_1206 .ul li > div {
  border-radius: var(--bors);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(14, 86, 156, 0.1);
  overflow: hidden;
  height: 100%;
}
.show_ioa_four_1206 .ul li > div .top {
  padding: 1.5625rem 2.125rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.show_ioa_four_1206 .ul li > div .top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(90deg, #2CA8F9 8.41%, #0D6DCB 92.05%), #129FC7;
  z-index: -1;
}
.show_ioa_four_1206 .ul li > div .top .icon {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_ioa_four_1206 .ul li > div .top .icon img {
  width: 2.625rem;
  height: 2.625rem;
}
.show_ioa_four_1206 .ul li > div .top .con {
  width: calc(100% - 5.625rem);
  padding-left: 1.1875rem;
}
.show_ioa_four_1206 .ul li > div .top .con div {
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.show_ioa_four_1206 .ul li > div .top .con p {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.show_ioa_four_1206 .ul li > div .bot {
  padding: 2.625rem 1.875rem;
}
.show_ioa_four_1206 .ul li > div .bot .list:not(:last-child) {
  margin-bottom: 1.875rem;
}
.show_ioa_four_1206 .ul li > div .bot .list .dian {
  color: #0E569C;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 0.3125rem;
}
.show_ioa_four_1206 .ul li > div .bot .list .dian::before {
  background: #0E569C;
}
.show_iqa_zero .swiper-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
