@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #22589F;
}
.c {
  color: #22589F;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination > li.active,
.pagination > li:hover {
  background: #22589F;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #F7F7F7;
}
.foot-fot .m-bm-nav > li {
  border-bottom: 1px solid #ededed;
}
.foot-fot .m-bm-nav > li > a,
.foot-fot .m-bm-nav .aniut i {
  color: rgba(0, 0, 0, 0.8);
}
.foot-fot .m-bm-nav > li .sec {
  padding-left: 40px;
}
.foot-fot .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: #22589F;
}
.search_more:hover::before {
  background: #22589F;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.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;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul-pro {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 2.5rem 0;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul-pro .left {
  padding-right: 5rem;
}
.er-ul-pro .left .title {
  font-size: 2.5rem;
}
.er-ul-pro .left .title span {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 0.625rem;
}
.er-ul-pro .left .more::before {
  display: none;
}
.er-ul-pro .left .more:hover {
  background: #22589F;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul-pro .left .more:hover div {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul-pro .left .text {
  text-align: justify;
  margin: 0.9375rem 0 0;
}
.er-ul-pro .right {
  padding-left: 5rem;
  border-left: 1px solid #ddd;
}
.er-ul-pro .right ul li {
  line-height: 5rem;
  font-size: 1.5rem;
}
.er-ul-pro .right ul li:hover a {
  color: #22589F;
}
.er-ul {
  position: absolute;
  width: 12rem;
  left: 50%;
  box-shadow: 0 0 2px 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 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #22589F;
}
.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-pro {
  transform: scaleY(1);
  opacity: 1;
}
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: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #22589F;
}
.searchbox {
  border-color: #22589F;
}
@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: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.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: 50px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  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: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #22589F;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  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 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #22589F;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: 50px;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #22589F;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #22589F;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 50px;
  filter: brightness(0) invert(1);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #22589F;
}
.rightfix li:hover .iconfont {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-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);
  }
}
header:hover,
header.active,
header.white,
.show_header header {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  --cf: #434343;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .center > ul > li.active > a,
header.active .center > ul > li.active > a,
header.white .center > ul > li.active > a,
.show_header header .center > ul > li.active > a,
header:hover .center > ul > li:hover > a,
header.active .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
.show_header header .center > ul > li:hover > a {
  color: #22589F;
}
header:hover .center > ul > li.active > a::before,
header.active .center > ul > li.active > a::before,
header.white .center > ul > li.active > a::before,
.show_header header .center > ul > li.active > a::before,
header:hover .center > ul > li:hover > a::before,
header.active .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > a::before,
.show_header header .center > ul > li:hover > a::before {
  background: #22589F;
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  --cf: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 4.375rem;
}
header .logo img:nth-child(2) {
  display: none;
}
header .ds1 {
  margin-left: 2.25rem;
  display: flex;
  align-items: center;
}
header .ds1 img {
  margin-right: 0.375rem;
  height: 1.375rem;
}
header .lanuage {
  margin-left: 1.5rem;
}
header .lanuage img {
  height: 1.5rem;
}
header .lanuage a {
  color: var(--cf);
  font-size: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
header .lanuage a img {
  height: 1.375rem;
  margin-right: 0.375rem;
}
header .lanuage a.c {
  color: #22589F;
}
header .center > ul > li {
  float: left;
  padding: 0 1.875rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--cf);
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a::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 .hover .p1 {
  color: #FFF;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 4rem;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.5rem;
}
.banner .hover .flex {
  justify-content: flex-start;
}
.banner .hover .more {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.banner .hover .more:nth-child(1) {
  margin-right: 1.25rem;
}
.banner .hover .more:hover {
  border-color: #ffffff;
}
.banner .hover .more:hover div {
  color: #22589F;
}
.banner .hover .more::before {
  background: #fff;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-button-white {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background-size: 2.25rem 2.25rem;
  margin-top: -0.375rem !important;
}
.banner .scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  color: #fff;
  cursor: pointer;
}
.banner .scroll div {
  width: 1px;
  height: 2.8125rem;
  background: #fff;
  position: relative;
  margin: 0 auto;
}
.banner .scroll div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  z-index: 9;
  background: #fff;
  animation: shangxia 2s infinite;
}
@keyframes shangxia {
  0% {
    transform: translateY(0) translateX(-50%);
  }
  50% {
    transform: translateY(2.375rem) translateX(-50%);
  }
  100% {
    transform: translateY(0%) translateX(-50%);
  }
}
.banner .scroll p {
  margin-top: 0.5rem;
}
.banner .hover2 {
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
}
.banner .hover2 .flex {
  justify-content: flex-end;
}
.banner .hover2 .flex > div {
  position: static;
  margin-top: 0;
  background-size: 1.25rem 1.25rem;
}
.banner .swiper-pagination {
  position: static;
  padding: 0 1rem 0 1.125rem;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5rem;
  opacity: 1;
  border: 1px solid #fff;
  width: 1rem;
  height: 1rem;
  background: transparent;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.more {
  width: 9.375rem;
  border-radius: 0.3125rem;
  line-height: 3.125rem;
  border-radius: 3.125rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  display: inline-block;
  --more_c: #0A0A0A;
  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: #22589F;
  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:hover {
  border-color: #22589F;
}
.more:hover div {
  color: #fff;
}
.more:hover div .iconfont {
  transform: translateX(0.375rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.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: #22589F;
}
.more.bg div {
  color: #fff;
}
.more.bg::before {
  background: #fff;
}
.more.bg:hover div {
  color: #22589F;
}
.more.borf {
  border-color: rgba(255, 255, 255, 0.5);
}
.more.borf div {
  color: #fff;
}
.more.borf:hover {
  border-color: #22589F;
}
.more.borg {
  border-color: #22589F;
}
.more.borg div {
  color: #22589F;
}
.more.borg:hover div {
  color: #fff;
}
.more.bgf {
  background: #fff;
  border-color: #fff;
}
.more.bgf div {
  color: #22589F;
}
.more.bgf:hover div {
  color: #fff;
}
@media (max-width: 767px) {
  .more {
    width: 130px;
    line-height: 40px;
  }
}
.title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.6rem;
}
.subtitle {
  color: #22589F;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
  text-transform: capitalize;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban.show_b .subtitle {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: justify;
}
.nyban .bread {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  color: #fff;
}
.nyban .bread a {
  color: #fff;
}
.nyban .bread a:hover {
  color: #22589F;
}
.bread {
  font-size: 1rem;
  color: #6d6d6d;
  padding-top: 1.875rem;
  text-align: left;
}
.bread a {
  color: #6d6d6d;
}
.bread img {
  height: 1.5rem;
}
.bread span:last-child {
  display: none;
}
.nyerji {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nyerji.auto ul {
  justify-content: flex-start;
}
.nyerji.auto li {
  flex: none;
}
.nyerji.auto li a {
  padding: 0 2.375rem;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.nyerji.auto li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #22589F;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji.auto li:hover a {
  color: #22589F;
}
.nyerji.auto li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul {
  display: flex;
  justify-content: space-between;
}
.nyerji ul li {
  flex: 1 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.nyerji ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(108deg, #0F6DC9 11.99%, #9813C0 98.7%), #0F6DC9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.nyerji ul li:hover a {
  color: #22589F;
}
.nyerji ul li.active {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li.active::before {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li.active a {
  color: #fff;
}
.nyerji ul li a {
  width: 100%;
  display: block;
  color: #000;
  font-size: 1.125rem;
  padding: 0 2rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show_news .name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3.2rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news .text {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.6);
}
.show_news .text strong {
  color: #000;
  font-weight: 600;
  font-size: 1.5rem;
}
.show_news a.text:hover {
  color: #22589F;
}
.show_news .margin.text {
  margin: 2.125rem 0 3.125rem;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2.875rem;
  padding: 2.1875rem 0 3.75rem;
  color: #606060;
  text-align: justify;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #999999;
  margin: 1.875rem 0;
  justify-content: space-between;
}
.show_news .data .da {
  display: flex;
  align-items: center;
}
.show_news .data .da img {
  height: 1.5rem;
  margin-right: 0.625rem;
}
.show_news .data .pinlei {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.show_news .data .pinlei span {
  color: #22589F;
}
.show_news .data .fenxiang {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}
.show_news .data .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: auto;
  height: auto !important;
  border: none !important;
  border-radius: 50%;
  margin-right: 1.25rem !important;
}
.show_news .data .social-share li a:hover {
  background: transparent !important;
  color: #22589F !important;
}
.show_news .data .social-share li:hover a {
  background: transparent !important;
  color: #22589F !important;
}
.show_news .data .social-share li a {
  font-size: 1rem;
}
.show_news .data .social-share li a:hover {
  color: #22589F !important;
}
.show_news .data .social-share li:last-child {
  margin-right: 0;
}
.fenxiang .social-share li {
  line-height: 1.875rem;
}
.show_news .data .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 1.875rem;
  border: rgba(102, 102, 102, 0.3) !important;
  color: rgba(102, 102, 102, 0.5) !important;
}
.show_news .left {
  padding-right: 5rem;
}
.show_news .shangxia {
  line-height: 2rem;
}
.show_news .shangxia .more {
  border-radius: 0.625rem;
  border: 1.5px solid #22589F;
  color: #22589F;
  margin: 0 0 0 auto;
}
.show_news .shangxia .more::before {
  border-radius: 0.625rem;
}
.show_news .shangxia .more:hover {
  color: #fff;
}
.show_news .shangxia .l,
.show_news .shangxia .r {
  color: #606060;
}
.show_news .shangxia .l a,
.show_news .shangxia .r a {
  color: #606060;
}
.show_news .shangxia .l a:hover,
.show_news .shangxia .r a:hover {
  color: #22589F;
}
.show_news .shangxia span {
  color: rgba(0, 0, 0, 0.8);
}
.show_news .rightt {
  position: sticky;
  top: 7rem;
  height: 100%;
}
.show_news .rightt .tel {
  position: relative;
}
.show_news .rightt .tel .hover {
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: capitalize;
}
.show_news .rightt ul li.recommend_ .bor20 {
  border-radius: 0.3125rem !important;
}
.show_news .rightt ul li.recommend_ .l {
  padding-right: 0;
}
.show_news .rightt ul li.recommend_ .r {
  padding-left: 15px;
}
.show_news .rightt ul li .over {
  display: none;
}
.show_news .rightt ul li a {
  padding: 1.375rem 0;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}
.show_news .rightt ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #22589F;
  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 a::before {
  width: 100%;
  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 .over,
.show_news .rightt ul li.active .over {
  display: block;
}
.show_news .rightt ul li:hover .over img,
.show_news .rightt ul li.active .over img {
  transform: scale(1.1);
}
.show_news .rightt ul li:hover .name,
.show_news .rightt ul li.active .name {
  color: #22589F;
}
.show_news .rightt ul li .name1 {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.show_news .rightt ul li .text {
  margin: 0 0 0.4375rem;
}
.show_news .rightt ul li .over {
  margin-bottom: 1.25rem;
}
.show_news .rightt ul li .pinlei {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-top: 0.625rem;
}
.show_news .rightt ul li .pinlei span {
  color: #22589F;
}
.show_news .rightt .name {
  color: #000;
  text-align: justify;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  /* 100% */
  letter-spacing: 1.4px;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 1.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 15px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
}
.social-share .icon-wechat .wechat-qrcode {
  z-index: 9999;
}
.text {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.875rem;
}
footer {
  background: #F7F7F7;
}
footer .bot {
  display: flex;
}
footer .bot .left {
  width: 26rem;
}
footer .bot .left .flex2 {
  justify-content: flex-start;
  align-items: center;
}
footer .bot  .ul li {
  display: flex;
}
footer .bot  .ul li:not(:last-child) {
  margin-bottom: 0.625rem;
}
footer .bot  .ul li .icon {
  width: 1.5rem;
}
footer .bot   .ul li .icon img {
  width: 100%;
  height: 100%;
}
footer .bot   .ul li > div:nth-child(2) {
  width: calc(100% - 1.5rem);
  padding-left: .5rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  line-height: 1.875rem;
}
footer .bot   .ul li > div:nth-child(2) a {
  color: rgba(0, 0, 0, 0.5);
}footer .bot   .ul li > div:nth-child(2) a:hover {
    color: #22589F;
}
footer .bot .right {
  width: calc(100% - 26rem);
}
footer .last {
  padding-left: 4rem;
}
footer .fenxiang ul.social-share {
  display: flex;
  margin-top: 0;
}
footer .fenxiang ul.social-share li {
  width: 2rem;
  height: 2rem;
  line-height: 1;
  margin-bottom: 0 !important;
  margin: 0 0.3125rem !important;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
footer .fenxiang ul.social-share li a {
  color: #22589F !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem !important;
  font-style: normal !important;
  font-weight: 400;
}
footer .fenxiang ul.social-share li a:hover {
  background: #22589F;
  color: #fff !important;
}
footer .bot {
  padding: 4.375rem 0;
}
footer .bot .left .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin: 1.5rem 0 1rem;
}
footer .bot .right .ul1 {
  display: flex;
  justify-content: space-between;
}
footer .bot .right .ul1 .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}
footer .bot .right .ul1 .text {
  color: rgba(0, 0, 0, 0.5);
}
footer .bot .right .ul1 .text:hover {
  color: #22589F;
}
.beian {
  background: #22589F;
  padding: 0.875rem 0;
}
.beian .left {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.beian .left a {
  color: rgba(255, 255, 255, 0.8);
}
.beian .right {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875rem;
}
.beian .right a {
  color: rgba(255, 255, 255, 0.8);
}
.beian .right span:last-child {
  display: none;
}
.bor20 {
  border-radius: 1.25rem;
}
.p80100 {
  padding: 6.25rem 0 6.25rem;
}
.p80100.pt_bread {
  padding-top: 1.875rem;
}
.row40 {
  margin: 0 -1.25rem;
}
.row40 > div,
.row40 > li {
  padding: 0 1.25rem;
}
.job-cont2 {
  position: relative;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding: 2rem 0;
  }
}
.job-cont2 .dtad {
  position: absolute;
  right: 18%;
  top: -6.45rem;
  width: 8.9375rem;
}
@media (max-width: 768px) {
  .job-cont2 .dtad {
    right: 4%;
    top: -2rem;
    width: 5rem;
  }
}
.job-cont2 .dtad1 {
  position: absolute;
  left: 20%;
  bottom: -7rem;
  width: 6rem;
}
@media (max-width: 768px) {
  .job-cont2 .dtad1 {
    left: 4%;
    bottom: -3rem;
    width: 3rem;
  }
}
.job-cont2 .wehdxc {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc {
    margin-top: 0.4rem;
  }
}
.job-cont2 .wehdxc dl + dl {
  margin-left: 3em;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc dl + dl {
    margin-left: 1.5em;
  }
}
.job-cont2 .wehdxc dl dt {
  width: 1.375rem;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc dl dt {
    width: 1.15rem;
  }
}
.job-cont2 .wehdxc dl dt img {
  width: 100%;
}
.job-cont2 .wehdxc dl dd {
  color: #5b5b5b;
  font: 400 1rem/1.8em;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .job-cont2 .wehdxc dl dd {
    margin-left: 0.5em;
  }
}
.job-cont2 .xw-ss-bj {
  padding: 2.2rem 2.5rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont2 .xw-ss-bj {
    margin-top: 1rem;
    padding: 0.85rem 1.5rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .job-cont2 .job_list2a {
    margin-top: 1.6rem;
  }
}
.job-cont2 .job_list2a li {
  color: rgba(0, 0, 0, 0.8);
  width: 18.75%;
  text-align: center;
  padding: 1.15rem 0;
  font-weight: 400;
  font-size: 1.125rem;
}
.job-cont2 .job_list2a li:last-child {
  width: 5%;
  text-align: center;
}
.job-cont2 .job_list2a li:nth-child(1) {
  width: 20%;
  text-align: left;
  padding-left: 3.125rem;
}
@media (max-width: 768px) {
  .job-cont2 .job_list2a li:nth-child(1) {
    padding-left: 6%;
  }
}
.job-cont2 .job_list1 {
  text-align: center;
}
.job-cont2 .job_list1 strong {
  display: block;
}
.job-cont2 .job_list1 li {
  width: 100%;
  text-align: left;
}
.job-cont2 .job_list1 li .job_as1 {
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
}
.job-cont2 .job_list1 li .job_as1 .as1 {
  color: #424242;
  width: 18.75%;
  text-align: center;
  padding: 1.15rem 0;
  font-weight: 400;
  font-size: 1rem;
}
.job-cont2 .job_list1 li .job_as1 .as1:last-child {
  width: 5%;
  text-align: center;
}
.job_list2a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 3.125rem;
}
.job-cont2 .job_list1 li .job_as1 .as1 i {
  font-size: 1rem;
}
.job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
  width: 20%;
  text-align: left;
  padding-left: 3.125rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
    padding-left: 6%;
  }
}
.job-cont2 .job_list1 li .wehha-job {
  padding: 2.8125rem 3.125rem;
}
@media (max-width: 768px) {
  .job-cont2 .job_list1 li .wehha-job {
    padding: 1.5rem 6%;
  }
}
.job-cont2 .job_list1 li .wehha-job .wehgs-as {
  margin-bottom: 0.75rem;
}
.job-cont2 .job_list1 li .wehha-job .wehgs-as li {
  color: #5b5b5b;
  font-size: 0.875rem;
  line-height: 1.625rem;
  width: 48%;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont {
  font-size: 1rem;
  font-weight: 400;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont ul {
  margin-top: 0;
  margin-bottom: 2.3125rem;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont ul li {
  margin-right: 0;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont ul li span {
  font-weight: 400;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont .email {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont .email span {
  font-size: 1.5rem;
  color: #22589F;
}
.job-cont2 .job_list1 li .wehha-job .pead-cont strong {
  color: #22589F;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}
.job-cont2 .job_list1 li .wehha-job a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont2 .job_list1 li .wehha-job a.more-b {
    margin-top: 1rem;
  }
}
.job_list1 li .wehha-job {
  display: none;
}
.job_list1 li .pead-cont ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.875rem;
}
.job_list1 li .pead-cont ul li {
  width: auto;
  margin-right: 3.125rem;
  color: #5a5a5a;
}
.job_list1 li .pead-cont ul li > div,
.job_list1 li .pead-cont ul li a {
  display: flex;
  align-items: center;
}
.job_list1 li .pead-cont ul li a:hover {
  color: #22589F;
}
.job_list1 li .pead-cont ul li .iconfont {
  color: #22589F;
  margin-right: 0.625rem;
  font-size: 1rem;
  display: block;
}
.job_list1 li .pead-cont ul li a {
  color: #5a5a5a;
  font-size: 0.875rem;
}
.job_list1 li.active {
  background: #EEF7FF;
}
.job_list1 li.active .dt {
  background: #22589F;
}
.job_list1 li.active .dt .as1 {
  color: #fff;
}
.bgf4 {
  background: #F8F7FC;
}
@media (max-width: 767px) {
  .list_join .right {
    margin-top: 15px;
  }
  .list_join .text {
    font-size: 14px;
    line-height: 26px;
  }
  .list_join_two .swiper-container {
    margin-top: 15px;
  }
  .list_join_two .hover div {
    font-size: 16px;
    line-height: 24px;
  }
  .list_join_three .subtitle {
    width: 100%;
  }
  .job-cont2 .job_list1 li .wehha-job .wehgs-as li {
    width: 33.3%;
    font-size: 1rem;
  }
  .list_join .text {
    margin-top: 5px;
  }
  .list_join_three .margin {
    margin: 5px 0 15px;
  }
}
.list_contact {
  position: relative;
  z-index: 4;
}
.list_contact ul {
  margin: 2.5rem -1.25rem 0;
}
.list_contact ul li {
  position: relative;
  padding: 0 1.25rem 1rem;
  z-index: 34;
}
.list_contact ul li:hover > div {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li:hover > div img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li:last-child .text {
  font-size: 1rem;
}
.list_contact ul li > div {
  padding: 4rem 2rem 4rem;
  position: relative;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.25rem 1rem 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
}
.list_contact ul li > div .name {
  color: #848484;
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_contact ul li > div .icon {
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #22589F;
}
.list_contact ul li > div .con {
  padding-left: 1.25rem;
  width: calc(100% - 4.125rem);
}
.list_contact ul li > div .icon img {
  width: 2rem;
  height: 2rem;
  filter: brightness(0) invert(1);
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div .text {
  color: #080808;
  font-family: Inter;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
}
.list_message {
  background: url(../img/26.png) no-repeat;
  background-size: cover;
}
.list_message form input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 1.25rem;
  background: #FFF;
  line-height: 3.75rem;
  width: 100%;
  border-radius: 0.625rem;
}
.list_message form button {
  margin: 0 auto;
}
.list_message form input::placeholder,
.list_message form textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.list_message form textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 1.25rem;
  background: #FFF;
  line-height: 1.875rem;
  border-radius: 0.625rem;
  height: 7.5rem;
}
.list_message form button {
  border: none;
}
.list_download .ul {
  margin-top: 4.0625rem;
}
.list_download .ul li a {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #FFF;
  box-shadow: 0.25rem 1rem 1rem 0px rgba(0, 0, 0, 0.06);
  padding: 3.625rem 2.5rem 2.625rem 2.0625rem;
}
.list_download .ul li a > img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12.9375rem;
  opacity: 0.3;
}
@keyframes yuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.list_download .ul li .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5625rem;
}
.list_download .ul li .geshi {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  margin: 1rem 0 3.125rem;
}
.list_download .ul li .data {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
.list_download .ul li .more {
  width: 7.75rem;
}
.list_download .ul li .more div {
  color: rgba(0, 0, 0, 0.8);
}
.list_download .ul li .more > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_download .ul li .more img {
  margin-left: 0.6875rem;
  height: 1.3125rem;
}
.list_download .ul li:hover > a > img {
  animation: yuan 20s infinite;
}
.list_download .ul li:hover .name {
  color: #22589F;
}
.list_download .ul li .more:hover img {
  filter: brightness(0) invert(1);
}
.list_download .ul li .more:hover div {
  color: #fff;
}
.alignc {
  align-items: center;
}
.list_solution .ul li .left {
  padding-right: 100px;
}
.list_solution .ul li .over img {
  height: 28.75rem;
  object-fit: cover;
}
.list_solution .ul li:nth-child(even) {
  background: #F5F5F7;
}
.list_solution .ul li:nth-child(even) .left {
  padding: 0 15px 0 6.25rem;
  order: 2;
}
.list_solution .ul li:nth-child(even) .right {
  order: 1;
}
.list_solution .ul li .left .text {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  margin: 1.25rem 0 3.125rem;
}
.bor20 {
  border-radius: 1.25rem;
}
.suqera_case .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-top: 0.875rem;
}
.suqera_case:hover .name {
  color: #22589F;
}
.suqera_case:hover .over img {
  transform: scale(1.1);
}
.bgf8 {
  background: #EBF0F6;
}
.show_solition_two .swiper-slide:hover > a {
  box-shadow: none;
}
.squera_pro:hover > a {
  box-shadow: 0px 4px 25px 0px rgba(15, 109, 201, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro > a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding: 1rem 2rem 3.4375rem;
  border-radius: 1.25rem;
  background: #fff;
  text-align: center;
}
.squera_pro > a .name {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 2rem 0 0.625rem;
}
.squera_pro > a .over img {
  padding: 1rem 0;
}
.squera_pro > a img {
  height: 18.75rem;
  object-fit: contain;
}
.squera_pro > a .text {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.squera_pro:hover > a .name {
  color: #22589F;
}
.squera_pro:hover > a img {
  transform: scale(1.1);
}
.list_case .font20.a {
  margin-top: 0.875rem;
}
.list_case .ul li {
  margin-bottom: 4.375rem;
}
.list_case .ul li .over img {
  height: 20rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .list_case .ul li .over img {
    height: auto;
  }
}
.suqera_case .over img {
  height: 20rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .suqera_case .over img {
    height: 15rem;
  }
}
.swiper_pag .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 0.25rem;
  background: transparent;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #22589F;
  border-color: #22589F;
}
.swiper_pag.bgf .swiper-pagination-bullet {
  border-color: #fff;
}
.swiper_pag.bgf .swiper-pagination-bullet-active {
  background: #fff;
}
.show_case .img,
.show_case .top {
  margin-top: 3.125rem;
}
.show_case .img {
  padding: 0 6.25rem;
}
.show_case .top ul {
  margin-top: -2.5rem;
}
.show_case .top ul li {
  margin-top: 2.8125rem;
}
.show_case .top ul li > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2.1875rem;
}
.show_case .top ul li .name {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.show_case .top ul li .text {
  margin-top: 0.375rem;
}
.show_product {
  padding: 8.125rem 0;
  background: url(../img/6.png) no-repeat;
  background-size: cover;
}
.show_product .text {
  text-align: justify;
  margin: 1.25rem 0 5rem;
}
.show_product .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.4375rem;
}
.show_product .tel p {
  color: rgba(4, 4, 4, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.show_product .tel div {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.25rem;
  background-image: -webkit-linear-gradient(left, rgba(15, 109, 201), rgba(152, 19, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.show_product .bread {
  position: absolute;
  bottom: 2.1875rem;
  color: rgba(0, 0, 0, 0.5);
}
.show_product .bread a {
  color: rgba(0, 0, 0, 0.5);
}
.show_product .bread a:hover {
  color: #22589F;
}
.show_product_two .row {
  margin-top: 3.75rem;
}
.show_product_two .right ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.5625rem 0;
}
.show_product_two .right ul li div {
  color: #0F6DC9;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  white-space: nowrap;
}
.show_product_two .right ul li p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  padding-left: 1.125rem;
}
.show_product_three table {
  margin-bottom: 0;
  margin-top: 2.8125rem;
}
.show_product_three table tr {
  background: #fff;
}
.show_product_three table tr:nth-child(odd) {
  background: #EEF7FF;
}
.show_product_three table tr:nth-child(1) {
  background: linear-gradient(108deg, #0F6DC9 11.99%, #9813C0 98.7%), #0F6DC9;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.show_product_three table tr:nth-child(1) td {
  color: #fff;
}
.show_product_three table tr td {
  padding: 1.25rem;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_agent .text {
  margin-top: 2.8125rem;
  margin-bottom: 4.375rem;
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_agent .text p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.list_agent .tel {
  display: inline-block;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 5.625rem 2rem;
}
.list_agent .tel p {
  color: rgba(4, 4, 4, 0.7);
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
  padding: 0 7.1875rem;
  background: #fff;
  position: relative;
  margin-top: -1.25rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.list_agent .tel div {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: 5.625rem;
  background-image: -webkit-linear-gradient(left, rgba(15, 109, 201), rgba(152, 19, 192));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list_agent_two .swiper-container {
  margin-top: 3.4375rem;
}
.list_agent_two .swiper-slide {
  height: auto;
}
.list_agent_two .swiper-slide: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;
}
.list_agent_two .swiper-slide:hover > div .name {
  color: #22589F;
}
.list_agent_two .swiper-slide > div {
  padding: 4rem 2.1875rem 5.25rem;
  border-radius: 1.25rem;
  background: #FFF;
  height: 100%;
}
.list_agent_two .swiper-slide .icon {
  background: rgba(15, 108, 201, 0.1);
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.list_agent_two .swiper-slide .icon img {
  height: 2.625rem;
}
.list_agent_two .swiper-slide .name {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 1.625rem 0 0.625rem;
}
.list_agent_two .swiper-slide .text {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.number_ul {
  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: #22589F;
  font-size: 3.125rem;
  font-weight: 600;
}
.number_ul li > div {
  display: inline-block;
}
.number_ul li .num sub {
  color: #22589F;
  font-size: 1.25rem;
  bottom: auto;
  top: 0.875rem;
  margin-left: 0.25rem;
  position: absolute;
  font-weight: 700;
}
.number_ul li .num sub sub {
  top: 0.1875rem;
}
.number_ul li .num i {
  color: #22589F;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}
.number_ul li .text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}
.row27 {
  margin-left: -1.6875rem;
  margin-right: -1.6875rem;
}
.row27 > div,
.row27 li {
  padding: 0 1.6875rem;
}
.squera_news .over img {
    height: 19.1875rem;
    object-fit: contain;
}
.squera_news > a,
.squera_news > div {
  height: 100%;
}
.squera_news .h100 {
  height: 100%;
}
.squera_news .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 1.875rem 0 1rem;
}
.squera_news .con {
  padding: 0 1.25rem 2.5rem 1.25rem;
}
.squera_news .text2 {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.squera_news .text2 a {
  color: #fff;
  background: #22589F !important;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem !important;
  border: 1px solid #22589F;
}
.squera_news .text2 a:not(:last-child) {
  margin-right: 0.625rem;
}
.squera_news .text2 a:hover {
  color: #22589F;
  background: transparent !important;
}
.squera_news .text2 span {
  color: #fff;
  background: #22589F;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  border-radius: 0.3125rem;
}
.squera_news .font20 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 1.875rem 0 1rem;
}
.squera_news .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.75rem;
}
.squera_news.aa.bb a {
  background: #F5F9FD;
}
.squera_news.aa  {
    height: auto;
}
.squera_news.aa a {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
  /*height: 100%;*/
}
.squera_news.aa .content {
  padding: 0 1.875rem 3.4375rem;
}
.squera_news:hover .name {
  color: #22589F;
}
.squera_news:hover .over img {
  transform: scale(1.1);
}
.index_three {
  position: relative;
  z-index: 23;
}
.index_three.no_before::before {
  display: none;
}
.index_three::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38%;
  background: #22589F;
  z-index: -1;
}
.index_three .swiper-pagination-bullet {
  border-color: #fff;
}
.index_three .swiper-pagination-bullet-active {
  background: #fff;
}
.index_one .top .right a {
  margin: 0 0 0 auto;
}
.swiper_btn {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(0, 0, 0, 0.06);
}
.swiper_btn .iconfont {
  color: #000;
  font-size: 1.125rem;
}
.swiper_btn:hover {
  background: #22589F;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.margin .swiper-button-prev {
  left: -6rem;
}
.margin .swiper-button-next {
  right: -6rem;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.index_four .name {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin: 3.75rem 0 1.5rem;
}
.index_four .text {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.index_four .padding {
  padding: 0 8rem;
}
.index_five .ul {
  margin-top: 4rem;
}
.index_five .ul li {
  margin-bottom: 1.875rem;
}
.index_five .ul li .over,
.index_five .ul li .over img {
  border-radius: 0.625rem;
}
.index_five .right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.index_five .right .number_ul span {
  font-size: 3.75rem;
}
.index_five .right .number_ul span,
.index_five .right .number_ul sub {
  color: #fff;
}
.index_five .right .number_ul sub {
  font-size: 2.5rem;
}
.index_five .right .name {
  color: #FFF;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 1.875rem;
  padding-bottom: 0.375rem;
}
.list_about .right {
  padding-left: 3rem;
}
.list_about .left {
  padding-right: 2rem;
  padding-bottom: 3.75rem;
}
.list_about .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 4.375rem 0 1.25rem;
}
.list_about .text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: justify;
}
.list_about_two {
  padding: 4.6875rem 0;
}
.list_about_two .number_ul li .num span,
.list_about_two .number_ul li .num sub,
.list_about_two .text {
  color: #fff !important;
}
.list_about_three .ul {
  margin: 2.8125rem -0.625rem 0;
  display: flex;
}
.list_about_three .ul li {
  width: 23.75rem;
  padding: 0 0.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three .ul li.active {
  width: calc(100% - 23.75rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three .ul li.active .hover {
  top: auto;
  transform: translateY(0);
  bottom: 2rem;
  left: 0;
  text-align: left;
}
.list_about_three .ul li.active > div::before {
  opacity: 0;
}
.list_about_three .ul li .img img {
  height: 31.25rem;
  object-fit: cover;
}
.list_about_three .ul li > div {
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.list_about_three .ul li > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #22589F;
  opacity: 0.9;
}
.list_about_three .ul li .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  padding: 0 2.625rem;
}
.list_about_three .ul li .name {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
}
.list_about_three .ul li .text {
  color: #FFF;
  font-size: 1rem;
  line-height: 1.75rem;
}
.channel_business .right {
  padding-left: 6.25rem;
}
.channel_business ul li:not(:last-child) {
  margin-bottom: 7.5rem;
}
.channel_business ul li:nth-child(even) .right {
  padding-left: 15px;
  padding-right: 6.25rem;
  order: 1;
}
.channel_business ul li:nth-child(even) .left {
  order: 2;
}
.channel_business .text {
  margin: 1.875rem 0;
}
.channel_business .text p {
  text-indent: 2rem;
}
.shuzi1 {
  background: #22589F;
}
.shuzi1 .name {
  position: absolute;
  bottom: 0.625rem;
  right: 0;
  color: #FFF;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  opacity: 0.4;
}
.shuzi1 ul {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  align-items: flex-start;
}
.shuzi1 ul li {
  flex: 1 0 0;
  padding: 2.5rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.shuzi1 ul li .num span,
.shuzi1 ul li .num sup {
  color: #fff;
}
.shuzi1 ul li .num sup {
  font-size: 1.125rem;
  top: -0.25rem;
}
.shuzi1 ul li .text {
  color: #FFF;
}
.show_business .font18 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.25rem;
  line-height: 2.25rem;
  text-align: justify;
}
.show_business .font18.margin {
  margin: 1.125rem 0 3.4375rem;
}
.show_business .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem;
  margin-bottom: 1.25rem;
}
.show_business .over,
.show_business .over img {
  border-radius: 1.25rem;
  width: 100%;
}
.show_business_case .margin {
  margin-top: 2.875rem;
}
.show_business_case .name {
  font-size: 1.125rem;
}
.show_business_case .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 0.625rem 0 1.25rem;
}
.show_business_case .data {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.show_business_case .left a {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 1.25rem;
}
.show_business_case .left .name {
  padding-top: 1.5625rem;
}
.show_business_case .left .over img {
  height: 21.25rem;
  object-fit: cover;
}
.show_business_case .left:hover .over img {
  transform: scale(1.1);
}
.show_business_case .left:hover .name {
  color: #22589F;
}
.show_business_case .right ul li:first-child a {
  padding-top: 0;
}
.show_business_case .right ul li:hover .r .name {
  color: #22589F;
}
.show_business_case .right ul li:hover .l img {
  transform: scale(1.1);
}
.show_business_case .right ul li .over img {
  height: 8.5rem;
  object-fit: cover;
}
.show_business_case .right ul li:hover a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_business_case .right ul li a {
  display: flex;
  padding: 1.25rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  position: relative;
}
.show_business_case .right ul li a .bor20 {
  border-radius: 0.625rem;
}
.show_business_case .right ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #22589F;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_business_case .right ul li a .l {
  height: 8.75rem;
  object-fit: cover;
  width: 13rem;
}
.show_business_case .right ul li a .r {
  width: calc(100% - 13rem);
  padding-left: 1.75rem;
}
.show_business_case .right ul li a .r .text {
  margin: 0.5rem 0 1.125rem;
}
.list_news .ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.list_news .ul li:first-child {
  padding-top: 0;
}
.list_news .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #22589F;
}
.list_news .ul li:hover .over img {
  transform: scale(1.1);
}
.list_news .ul li:hover .name {
  color: #22589F;
}
.list_news .ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .right {
  padding-left: 1.875rem;
}
.list_news_one .name,
.list_news .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_news_one .name span,
.list_news .name span {
  padding: 0.375rem 0.625rem;
  border-radius: 0.25rem;
  background: #22589F;
  font-size: 0.875rem;
  color: #fff;
  margin-right: 0.625rem;
  position: relative;
  top: -0.125rem;
}
.list_news_one .text,
.list_news .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 1.125rem 0 1.875rem;
}
.list_news_one .data,
.list_news .data {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.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: #22589F;
}
.list_news_one .right .more.active div {
  color: #fff;
}
.list_news_one .r {
  display: flex;
  align-items: center;
}
.list_news_one .r > div {
  padding: 0 2rem 0 0.875rem;
}
.list_news_one .swiper-slide {
  border-radius: 1.25rem;
  overflow: hidden;
}
.list_news_one .swiper-slide:hover .name {
  color: #22589F;
}
.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_one .swiper-container {
  margin: 2rem 0;
}
.list_contact_two .margin {
  margin-top: 2.5rem;
}
.list_contact_two .ul {
  margin: -1.5625rem;
}
.list_contact_two .ul li {
  padding: 1.5625rem;
}
.list_contact_two .ul li:hover > div {
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_two .ul li:hover .name::before {
  width: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_two .ul li > div {
  padding: 2.625rem 2.8125rem 3.75rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_two .ul li > div::before {
  content: "";
  position: absolute;
  height: calc(100% - 1.875rem);
  width: calc(100% - 1.125rem * 2);
  background: #22589F;
  opacity: 0.2;
  border-radius: 1.25rem;
  transform: translateX(-50%);
  top: 2.5rem;
  left: 50%;
  z-index: -1;
}
.list_contact_two .ul li .name {
  color: #000;
  margin-bottom: 0.9375rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 1rem;
  position: relative;
}
.list_contact_two .ul li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 0.125rem;
  background: #22589F;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact_two .ul li .text > div {
  display: flex;
  margin-bottom: 0.625rem;
}
.list_contact_two .ul li .text > div p {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  width: 3rem;
}
.list_contact_two .ul li .text > div div {
  width: calc(100% - 3rem);
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.list_about_four .swiper_history_top {
  margin: 7.5rem 0 8.75rem;
}
.list_about_four .swiper_history_top .flex {
  width: 55%;
  margin: 0 auto;
  align-items: flex-start;
}
.list_about_four .swiper_history_top .year {
  color: #FFF;
  font-size: 5.875rem;
  font-weight: 700;
  line-height: 0.8;
  width: 16.25rem;
}
.list_about_four .swiper_history_top .con {
  width: calc(100% - 16.25rem);
  color: #fff;
}
.list_about_four .swiper_history_top .con p {
  padding-left: 1rem;
  position: relative;
}
.list_about_four .swiper_history_top .con p::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #fff;
}
.list_about_four .swiper_btn {
  margin-top: 0;
  top: 0;
  transform: translateY(0);
}
.list_about_four .swiper-button-next {
  right: -3.125rem;
}
.list_about_four .swiper-button-prev {
  left: -3.125rem;
}
.list_about_four .swiper_history_bot {
  position: relative;
}
.list_about_four .swiper_history_bot::before {
  content: "";
  position: absolute;
  top: 1.6875rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}
.list_about_four .swiper_history_bot .swiper-slide {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-top: 3.25rem;
  position: relative;
}
.list_about_four .swiper_history_bot .swiper-slide > div {
  position: absolute;
  top: 0.6rem;
  margin: 0 auto;
  width: 2rem;
  height: 2rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  margin-left: -1rem;
}
.list_about_four .swiper_history_bot .swiper-slide > div::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
}
.list_about_four .swiper_history_bot .swiper-slide > div p {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid #FFF;
  background: #22589F;
  transform-origin: center;
  z-index: 1;
}
@keyframes fangfa {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.list_about_four .swiper_history_bot .swiper-slide.swiper-slide-thumb-active > div::before {
  opacity: 1;
}
.list_about_four .swiper_history_bot .swiper-slide.swiper-slide-thumb-active > div p {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_four .swiper_history_bot .swiper-slide.swiper-slide-thumb-active > div {
  border-width: 0.25rem;
  animation: fangfa 2s infinite;
}
@media (max-width: 1280px) {
  .list_about_four .swiper_history_top .flex {
    width: 65%;
  }
  .list_about_four .swiper_btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .list_about_four .swiper_history_bot {
    overflow: hidden;
  }
  .list_about_four .swiper_history_top .flex {
    width: 100%;
    flex-wrap: wrap;
  }
  .list_about_four .swiper_history_top .flex .year {
    width: 100%;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .list_about_four .swiper_history_top .flex .con {
    width: 100%;
  }
  .list_about_four .swiper_history_top {
    margin: 40px 0;
  }
}
.list_about_five .swiper-container {
  margin-top: 2.5rem;
}
.list_about_five .subtitle {
  margin-top: 0.625rem;
}
.list_about_five .swiper-slide .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.25rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 1rem;
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_about_five .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.show_business_0416_one .right .tel {
  margin-top: 1.875rem;
}
.show_business_0416_one .right .tel > img {
  height: 7.375rem;
}
.show_business_0416_one .left .top {
  background: #FFF;
  padding: 1.875rem;
  border-radius: 1.25rem;
  margin-bottom: 1.875rem;
}
.show_business_0416_one .left .top .over {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1.25rem;
}
.show_business_0416_one .left .top .over img {
  border-radius: 1.25rem;
  width: 100%;
}
.show_business_0416_one .left .top .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.show_business_0416_one .left .top .font18 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 1.25rem;
  text-align: justify;
}
.show_business_0416_one .left .bot {
  background: #fff;
  border-radius: 1.25rem;
  padding-bottom: 5.625rem;
}
.show_business_0416_one .left .bot .qiehuan {
  line-height: 4.375rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  position: sticky;
  background: #fff;
  z-index: 999;
  top: 6.25rem;
  border-radius: 1.25rem 1.25rem 0 0;
}
.show_business_0416_one .left .bot .qiehuan li {
  flex: 1;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.show_business_0416_one .left .bot .qiehuan li a {
  color: rgba(0, 0, 0, 0.5);
}
.show_business_0416_one .left .bot .qiehuan li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.show_business_0416_one .left .bot .qiehuan li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.show_business_0416_one .left .bot .qiehuan li:hover a {
  color: #22589F;
}
.show_business_0416_one .left .bot .qiehuan li.active::after {
  width: 100%;
}
.show_business_0416_one .left .bot .qiehuan li.active a {
  color: #22589F;
}
.show_business_0416_one .left .bot .qiehuan li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #22589F;
}
.show_business_0416_one .left .bot .name_title {
  color: #22589F;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: relative;
  padding-left: 1.25rem;
}
.show_business_0416_one .left .bot .name_title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.1875rem;
  background: #22589F;
  height: 1.5rem;
}
.show_business_0416_one .left .bot .content_box {
  padding: 0 1.875rem;
}
.show_business_0416_one .left .bot .content_box > div {
  padding-top: 2.5rem;
}
.show_business_0416_one .left .bot .div1 .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.75rem;
  margin: 1.25rem 0 0.25rem;
}
.show_business_0416_one .left .bot .div2 ul {
  padding-top: 1.5rem;
}
.show_business_0416_one .left .bot .div2 ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 6.875rem;
}
.show_business_0416_one .left .bot .div2 ul li.active {
  height: 14.8125rem;
}
.show_business_0416_one .left .bot .div2 ul li.active > a {
  display: flex;
}
.show_business_0416_one .left .bot .div2 ul li.active .flex {
  display: none;
}
.show_business_0416_one .left .bot .div2 ul li > a {
  background: #F5F9FD;
  height: 14.8125rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  display: none;
}
.show_business_0416_one .left .bot .div2 ul li > a .l {
  height: 100%;
  width: 40%;
}
.show_business_0416_one .left .bot .div2 ul li > a .l img {
  height: 100%;
  object-fit: cover;
}
.show_business_0416_one .left .bot .div2 ul li > a .r {
  width: 50%;
  padding-left: 2.125rem;
}
.show_business_0416_one .left .bot .div2 ul li > a .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.show_business_0416_one .left .bot .div2 ul li > a .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  margin-top: 0.625rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.show_business_0416_one .left .bot .div2 ul li .ll {
  width: 6.75rem;
  text-align: center;
  padding: 1.25rem 0;
}
.show_business_0416_one .left .bot .div2 ul li .ll div {
  color: #22589F;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.show_business_0416_one .left .bot .div2 ul li .ll p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.875rem;
  opacity: 0.5;
}
.show_business_0416_one .left .bot .div2 ul li .rr {
  width: calc(100% - 6.75rem);
}
.show_business_0416_one .left .bot .div2 ul li .rr .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.show_business_0416_one .left .bot .div2 ul li .rr .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.show_business_0416_one .left .bot .div3 ul {
  display: flex;
  justify-content: space-between;
  margin: 2.625rem -1.5625rem 0;
}
.show_business_0416_one .left .bot .div3 ul li {
  flex: 1 0 0;
  padding: 0 1.5625rem;
  position: relative;
  text-align: center;
}
.show_business_0416_one .left .bot .div3 ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 2.8125rem;
  height: 0.5625rem;
  width: 3.375rem;
  background: url(../img/55.svg) no-repeat;
  right: -1.5rem;
  background-position: right;
}
.show_business_0416_one .left .bot .div3 ul li .icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background: #ECF4FF;
}
.show_business_0416_one .left .bot .div3 ul li .icon img {
  height: 2.75rem;
}
.show_business_0416_one .left .bot .div3 ul li .name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 1rem 0 0.375rem;
}
.show_business_0416_one .left .bot .div4 ul {
  margin-top: 1.5rem;
}
.show_business_0416_one .left .bot .div4 ul li a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.show_business_0416_one .left .bot .div4 ul li:hover a {
  color: #22589F;
}
.show_business_0416_one .right {
  height: 100%;
  position: sticky;
  top: 7rem;
}
.show_business_0416_one .right .top {
  border-radius: 1.25rem;
  background: #FFF;
  padding: 1.875rem;
}
.show_business_0416_one .right .top .flex {
  margin-bottom: 1.25rem;
}
.show_business_0416_one .right .top .flex a {
  font-weight: 500;
}
.show_business_0416_one .right .top .flex a:hover {
  color: #22589F;
}
.show_business_0416_one .right .top .flex a .iconfont {
  font-weight: 600;
}
.show_business_0416_one .right .top .flex .name {
  color: #22589F;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
  position: relative;
  padding-left: 1.25rem;
}
.show_business_0416_one .right .top .flex .name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.1875rem;
  height: 1.5rem;
  background: #22589F;
}
.show_business_0416_one .right .top .line2 {
  height: 5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.show_business_0416_one .right .top .line2:hover {
  color: #22589F;
}
.show_business_0416_one .right .tel {
  position: relative;
}
.show_business_0416_one .right .tel .hover {
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: capitalize;
}
