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

.box_s {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

@font-face {
  font-family: 'ITC Avant Garde Gothic Demi';
  src: url(../font/AVANTGARDEITCBYBT-MEDIUM.TTF);
}

.lanuage {
  margin-left: 2rem;
  font-size: 1rem;

}

.lanuage a {
  display: flex;
  align-items: center;
}

.lanuage img {
  height: 1.375rem;
  margin-right: 0.25rem;
}

body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
  padding-top: 6.25rem;
}

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

.bg {
  background: #151668;
}

.c {
  color: #151668;
}

.phone_show_990,
.phone_show_767 {
  display: none;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
  border-radius: 0 !important;
}

.pagination>li {
  margin: 0 5px;
}

.pagination>li>a,
.pagination>li>span {
  color: #333;
}

.pagination>li:last-child .iconfont,
.pagination>li:nth-child(1) .iconfont {
  font-size: 30px;
  line-height: 30px;
}

.pagination>li {
  margin: 0 5px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination>li {
  margin: 0 3px;
}

.pagination .active span {
  background-color: #fff;
  border-color: #151668 !important;
  color: #151668;
}

.pagination .active span:hover {
  background-color: #fff;
  color: #151668 !important;
}

.pagination li a:hover {
  background-color: #fff;
  border-color: #151668 !important;
  color: #151668 !important;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 9px 12px;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 1;
}

.pagination>li.active a,
.pagination>li.active span {
  color: #151668 !important;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
  color: #333;
}

.foot-fot {
  background: #2D3333;
}

/* 禁止缩放表单 */
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图片缩放失真*/
}

.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 {
  position: absolute;
  width: 15rem;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  left: 50%;
  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;
}

.er-ul>li {
  position: relative;
  text-align: left;
  font-size: 1rem;
  padding: 0 1.25rem;
}

.er-ul>li:last-child>a::before {
  display: none;
}

.er-ul>li>a {
  height: 3.125rem;
  display: flex;
  align-items: center;
  position: relative;
}

.er-ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d3d3d3;
}

header .dingzhi {
  position: relative;
}

.er-ul>li>a .iconfont {
  width: 2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-align: right;
  font-size: 0.75rem;
  font-weight: 600;
}

.er-ul>li>a span {
  width: calc(100% - 2rem);
}

.er-ul>li:hover ul {
  display: block;

}

.er-ul>li ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  width: 15rem;
  padding: 0.25rem 0 0;
  display: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.er-ul>li ul li {
  padding: 0 1.25rem;
}

.er-ul>li ul li:hover a {
  color: #151668;
}

.er-ul>li ul li:last-child>a::before {
  display: none;
}

.er-ul>li ul li a {
  height: 3.125rem;
  display: flex;
  align-items: center;
  position: relative;
}

.er-ul>li ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d3d3d3;
}

.er-ul>li:hover>a .iconfont {
  transform: translateX(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}

.er-ul>li:hover a {
  color: #3c3c3c;
}

.er-ul>li:hover>a {
  color: #151668;
}

.er-ul>li:nth-child(1) {
  padding-top: 0.375rem;
}

.er-ul>li:last-child {
  padding-bottom: 0;
}

header .center>ul>li:hover .er-ul,
header .dingzhi: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;
  }
}

.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-share1 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-share1 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: #151668;
}

.searchbox {
  border-color: #151668;
}

@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: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 34px;
  text-align: center;
  width: 120px;
}

.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.m-bm-head.white .m-bm-head-box {
  display: flex;
  align-items: center;
}

.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: 35px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: relative;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 15px;
  width: 20px;
  height: 15px;
  width: 20px;
}

.m-bm-head .m-bm-head-box .left {
  width: calc(50% - 50px);
  padding-left: 15px;
}

.m-bm-head .m-bm-head-box .right {
  width: calc(50% - 50px);
  text-align: right;
  padding-right: 15px;
  position: relative;
  line-height: 60px;
}

.m-bm-head .m-bm-head-box .right .nologin img {
  width: 40px;
}

.m-bm-head .m-bm-head-box .right .singout>div {
  font-size: 14px;
  color: #000;
}

.m-bm-head .m-bm-head-box .right .singout ul {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  width: 100%;
  line-height: 30px;
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  display: none;
}

.m-bm-head .m-bm-head-box .right .singout:hover ul {
  display: block;
}

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

.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: #151668;
  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);
  }
}

header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}

header .dingzhi {
  font-size: 1rem;
  margin: 0 0 0 2.5rem;
  display: flex;
  align-items: center;
  color: #545454;
}

header .dingzhi {
  font-size: 1.25rem;
}

header .dingzhi img {
  height: 2.2rem;
  margin-right: 0.5rem;
}

header .container {
  padding: 0 6.25rem;
}

header .logo img {
  height: 3.75rem;
}

header .logo p {
  font-weight: bold;
  font-size: 1.375rem;
  color: #3F3F3F;
  padding-left: 1.375rem;
  margin-left: 2rem;
  position: relative;
}

header .logo p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 2.375rem;
  background: #b2b2b2;
}

header .login {
  color: #545454;
  position: relative;
}

header .login img {
  height: 2.9375rem;
}

header .login:hover ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}

header .login ul {
  position: absolute;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  width: 100%;
  padding: 0.625rem 1.25rem;
  left: 50%;
}

header .login ul li {
  line-height: 2.2rem;
}

header .login ul li:hover a {
  color: #151668;
}

header .tel {
  margin-left: 2rem;
  font-weight: 600;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #151668;
}

header .tel img {
  height: 1.25rem;
  margin-right: 0.4375rem;
}

header .center {
  padding-left: 7.5rem;
}

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

header .center>ul>li>a {
  font-size: 1.125rem;
  color: #3F3F3F;
  position: relative;
  display: flex;
  align-items: center;
}

header .center>ul>li>a .iconfont {
  font-size: 0.75rem;
  display: block;
  font-weight: 600;
  color: #3F3F3F;
  margin-left: 0.375rem;
}

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

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

.more {
  padding: 0 2rem;
  background: #151668;
  line-height: 3.4375rem;
  font-size: 1rem;
  position: relative;
  color: #fff;
  display: inline-block;
  border: 1px solid #151668;
  border-radius: 0.3125rem;
  z-index: 4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.moresms {
  padding: 0rem;
  width: 100%;
  background: #151668;
  line-height: 3.4375rem;
  font-size: 1rem;
  position: relative;
  color: #fff;
  display: inline-block;
  border: 1px solid #151668;
  border-radius: 0.3125rem;
  z-index: 4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more img {
  margin-left: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
}

.more:hover img {
  filter: brightness(1) invert(0);
}

.more::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transform: scale(0.6);
  opacity: 0;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
  border-radius: 0.3125rem;
}

.more .iconfont {
  font-size: 0.875rem;
  display: block;
  margin-left: 0.625rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #151668;
}

.more:hover::before {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}

.more:hover .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.bgf {
  border: 1px solid #fff;
  background: transparent;
}

.more.bgf:hover {
  background: #151668;
  border: 1px solid #151668;
}

.more.bor {
  border: 1px solid #686868;
  background: transparent;
  color: #686868;
}

.more.bor:hover {
  background: #151668;
  border: 1px solid #151668;
  color: #151668;
}

.swiper_pag.swiper-pagination {
  position: static;
}

.swiper_pag.swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  margin: 0 0.5rem;
  height: 0.625rem;
  border: 1px solid #151668;
  opacity: 1;
  background: transparent;
}

.swiper_pag.swiper-pagination .swiper-pagination-bullet-active {
  background: #151668;
}

.banner .container {
  padding-right: 9.375rem;
}

.banner .swiper-pagination {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
}

.banner .hover {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
}

.banner .hover .p1 {
  font-size: 3.75rem;
  line-height: 2.5rem;
  color: #000000;
  font-weight: 600;
}

.banner .hover .p2 {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  margin: 2rem 0 5rem;
}

.banner .hover .row {
  justify-content: flex-end;
}

.banner .more.bor {
  margin-left: 1.5rem;
  border: 1px solid #151668;
}

.banner .more.bor div {
  color: #151668;
}

.banner .swiper-button-next {
  right: 5.625rem;
}

.banner .swiper-button-prev {
  left: 5.625rem;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  background: none;
}

.banner .swiper-button-next .iconfont,
.banner .swiper-button-prev .iconfont {
  font-size: 2.25rem;
  color: #fff;
  font-weight: lighter;
}

.banner .swiper-button-next:hover .iconfont,
.banner .swiper-button-prev:hover .iconfont {
  color: #151668;
}

.title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #000000;
}

.en_title {
  font-size: 1rem;
  line-height: 1.875rem;
  padding-bottom: 0.375rem;
  letter-spacing: 1.28px;
  color: #969696;
  padding-right: 0.625rem;
  display: inline-block;
  position: relative;
  margin-top: 0.375rem;
}

.en_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.5rem;
  height: 2px;
  background: #151668;
  display: none;
}

.font18 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #686868;
}

.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}

.index_one {
  padding: 10rem 0;
}

.index_one .margin {
  margin: 1.25rem 0 1.625rem;
  text-align: justify;
}

.index_one .left {
  padding-right: 2.8125rem;
  height: 100%;
  position: sticky;
  top: 15rem;
}

.index_one .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #282828;
  margin-bottom: 1.125rem;
}

.index_one form {
  border: 1px solid #EAEAEA;
  border-top: 3px solid #151668;
  padding: 1.5625rem 1.375rem;
}

.index_one form .row {
  margin: 0 -0.5rem;
}

.index_one form .row>div {
  padding: 0 0.5rem;
}

.index_one form .text {
  margin-bottom: 0.375rem;
}

.index_one form input {
  width: 100%;
  line-height: 3.4375rem;
  background: #EFEFEF;
  padding: 0 1rem;
  font-size: 1rem;
  color: #686868;
}

.index_one form button {
  line-height: 3.4375rem;
  text-align: center;
  color: #686868;
  font-size: 1rem;
  background: #DADCDD;
  border: none;
  width: 100%;
  display: block;
  position: relative;
  z-index: 8;
}

.index_one form button::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transform: scale(0.6);
  background: #151668;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  z-index: -1;
}

.index_one form button:hover {
  color: #fff;
}

.index_one form button:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one .right ul {
  margin: 0 -0.6875rem;
}

.index_one .right ul li {
  padding: 0 0.6875rem;
  margin-bottom: 1.375rem;
}

.index_one .right ul li:last-child,
.index_one .right ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.index_one .right ul li .over {
  height: 100%;
}

.index_one .right ul li .over img {
  width: 100%;
  height: 22.5rem;
  object-fit: cover;
}

.index_one .right ul li:first-child {
  padding-left: 7.5rem;
}

.index_one .right ul li:last-child {
  padding-right: 7.5rem;
}

.alignc {
  align-items: center;
}

.bgf6 {
  background: #F6F6F6;
}

.index_two {
  padding: 8.125rem 0;
}

.index_two .left {
  padding-right: 0;
}

.index_two .left .swiper-slide img {
  height: 35.625rem;
  object-fit: cover;
}

.index_two .right {
  padding-left: 4.25rem;
}

.index_two .right .text {
  margin: 1.5625rem 0;
}

.index_two .right ul {
  margin: 0 -2.1875rem 3rem;
}

.index_two .right ul li {
  padding: 0 2.1875rem;
}

.index_two .right ul li a {
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.125rem;
  color: #686868;
}

.index_two .right ul li a::before {
  width: 100%;
  height: 1px;
  background: #686868;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}

.index_two .right ul li a::after {
  width: 0;
  height: 1px;
  background: #151668;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .right ul li a span {
  width: calc(100% - 3rem);
}

.index_two .right ul li a .iconfont {
  width: 3rem;
  display: block;
  text-align: right;
  transform: translateX(-1rem);
  font-size: 0.875rem;
  color: #151668;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-weight: 600;
}

.index_two .right ul li:hover a,
.index_two .right ul li.active a {
  color: #151668;
}

.index_two .right ul li:hover a::after,
.index_two .right ul li.active a::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .right ul li:hover .iconfont,
.index_two .right ul li.active .iconfont {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: translateX(0);
}

.index_three .hover {
  position: absolute;
  top: 0;
  left: 0;
}

.index_three .img img {
  height: 50rem;
  object-fit: cover;
}

.index_three ul {
  display: flex;
}

.index_three ul li {
  width: 37.5rem;
  /*background: #151668;*/
  transition: all 0.7s;
  -webkit-transform: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.index_three ul li .hover {
  width: 60%;
  padding-top: 8.125rem;
}

.index_three ul li .bot {
  display: none;
}

.index_three ul li:nth-child(1) .hover {
  padding-left: var(--container);
}

.index_three ul li:nth-child(1) .content::before {
  width: 5.5rem;
  height: 5.5rem;
  background: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.75rem;
  left: auto;
  z-index: 9;
}

.index_three ul li:nth-child(1) .content::after {
  width: 0.75rem;
  height: 1.25rem;
  background: url(../img/jt1.svg) no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.4375rem;
  left: auto;
  z-index: 9;
}

.index_three ul li:nth-child(2) .hover {
  padding-left: var(--container);
  padding-right: var(--container);
}

.index_three ul li .text {
  margin: 0.5rem 0 2.5rem;
}

.index_three ul li .title,
.index_three ul li .text {
  color: #fff;
}

.index_three ul li.active {
  width: calc(100% - 37.5rem);
  transition: all 0.7s;
  -webkit-transform: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
}

.index_three ul li.active .bot {
  display: block;
}

.index_three ul li.active .content {
  display: none;
}

.index_three .content {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(91, 91, 91, 0.13));
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 9;
}

.index_three .content>div .title {
  margin-top: 1.25rem;
  color: #151668;

}

.index_three .content::before {
  width: 5.5rem;
  height: 5.5rem;
  background: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.75rem;
  z-index: -1;
  pointer-events: none;
}

.index_three .content::after {
  width: 0.6875rem;
  height: 1.25rem;
  background: url(../img/jt.svg) no-repeat;
  background-size: cover;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.4375rem;
  z-index: -1;
  pointer-events: none;
}

.index_three .content .icon img {
  height: 4.0625rem;
  /*filter: invert(51%) sepia(81%) saturate(6376%) hue-rotate(197deg) brightness(107%) contrast(98%);*/
}

.swiper_btn {
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid rgba(104, 104, 104, 0.5);
  line-height: 3rem;
  text-align: center;
  background: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
  border-radius: 50%;
}

.swiper_btn .iconfont {
  font-size: 1.125rem;
  display: block;
  color: rgba(104, 104, 104, 0.5);
}

.swiper_btn:hover {
  background: #151668;
}

.swiper_btn:hover .iconfont {
  color: #fff;
}

.swiper_btn.bgff {
  border: 1px solid #fff;
}

.swiper_btn.bgff .iconfont {
  color: #fff;
  opacity: 0.5;
}

.swiper_btn.bgff:hover {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper_btn.bgff:hover .iconfont {
  color: #000000;
}

.index_four {
  padding: 8.125rem 0;
}

.index_four .top {
  position: relative;
  margin-bottom: 2.9375rem;
}

.index_four .top .pc_show_767 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.index_four .top .col-6 {
  width: 100%;
  text-align: center;
}

.index_four .margin {
  margin: 20px 0 2.1875rem;
}

.index_four .swiper-slide .content {
  padding-top: 1.25rem;
}

.index_four .swiper-slide:hover img {
  transform: scale(1.1);
}

.index_four .swiper-slide:hover .name {
  color: #151668;
}

.index_four .swiper-slide .over {
  border: 1px solid #ddd;
  padding: 0.625rem;
}

.index_four .swiper-slide .over img {
  height: 18.75rem;
  object-fit: cover;
}

.index_four .swiper-slide .name {
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #000000;
  margin-bottom: 0.3125rem;
}

.index_four .swiper-slide .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #828282;
}

.index_four .swiper-slide .text {
  color: #898989;
}

.index_four .flex {
  position: absolute;
  top: -4.5rem;
  right: 0;
}

.index_four .flex .swiper_btn {
  position: static;
}

.index_four .flex .swiper_btn:not(:last-child) {
  margin-right: 1rem;
}

.index_five {
  padding: 7.5rem 0 0;
}

.index_five .content {
  padding-bottom: 3.75rem;
}

.index_five .left .text {
  margin: 1.25rem 0 2.1875rem;
}

.index_five .left .text strong {
  color: #000;
}

.index_five .right .shuzi li {
  width: 33.3%;
  padding: 1.25rem 0 3.5rem;
}

.shuzi {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #DBDBDB;
}

.shuzi li {
  border-right: 1px solid #DBDBDB;
  text-align: center;
}

.shuzi li:nth-child(2) sub {
  font-weight: 600;
  font-size: 1.25rem;
}

.shuzi li:nth-child(2) sub sub {
  font-size: 0.875rem;
  top: -0.3125rem;
  margin-left: -0.25rem;
}

.shuzi li .icon img {
  height: 3.5rem;
}

.shuzi li .title {
  font-weight: 500;
}

.shuzi li .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #151668;
  margin: 0.75rem 0 1rem;
  font-weight: 600;
}

.shuzi li sub {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
  bottom: 0;
}

/* 第五部分 */
.ipart5 {
  position: relative;
  height: 100vh;
}

.ipart5 .content {
  position: relative;
  height: 100%;
}

.ipart5 .content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 0;
}

.ipart5 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  overflow: hidden;
}

.ipart5 .overlay .img_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ipart5 .overlay .intro_box {
  position: absolute;
  left: 0;
  right: 0;
  top: 65%;
  text-align: center;
  z-index: 4;
}

.ipart5 .overlay .intro_box .arrow {
  margin-top: 0.24rem;
}

.ipart5 .overlay .intro_box .arrow .iconfont {
  font-size: 1.4em;
}

.ipart5 .play_btn {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
}

.ipart5 .play_btn .icon {
  width: 100%;
  height: 100%;
  background: url(../img/play_button.png) center / contain no-repeat;
}

.ipart5 .play_btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  content: '';
  z-index: -1;
}

.ipart5 .play_btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  content: '';
  z-index: -1;
}

.ipart5 .play_btn::before {
  animation: scale 2s ease-out infinite;
  background: #fff;
  opacity: 0.5;
  animation-delay: 0;
}

.ipart5 .play_btn::after {
  animation: scale2 2s ease-out infinite;
  background: #fff;
  opacity: 0.3;
  animation-delay: 0;
}

@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }

  100% {
    transform: translate(-50%, -50%) scale(7);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.9;
  }

  100% {
    transform: translate(-50%, -50%) scale(10);
    opacity: 0;
  }
}

.ipart5 .text {
  font-size: 1.25rem;
  line-height: 2.125rem;
  text-transform: uppercase;
  margin: 0 0 1.25rem 0;
  color: #151668;
}

.ipart5 .title {
  margin-bottom: 2.5rem;
}

footer,
.foot-fot {
  background: #313131;
}

footer .top {
  padding: 2.5rem 0 1.25rem;
}

footer .top img {
  height: 60px;
  filter: brightness(0) invert(1);
}

footer .top .flex {
  justify-content: flex-end;
  font-size: 1.125rem;
  color: #FFFFFF;
}

footer .top .flex>p {
  margin-right: 1.375rem;
}

footer .top .flex .social-share1 li {
  border: none;
  margin-right: 0.75rem;
  border-radius: 50%;
}

footer .top .flex .social-share1 li a {
  background: #646464;
  color: #313131;
  border-radius: 50%;
  font-size: 1.25rem;
}

footer .top .flex .social-share1 li a:hover {
  background: #151668;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff !important;
}

footer .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

footer .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

footer a:hover {
  text-decoration: underline;
}

footer .center_c {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.875rem 0 2.5rem;
}

footer .center_c .left {
  width: 20%;
  float: left;
}

footer .center_c .cetner2 a.text {
  display: inline-block;
}

footer .center_c .cetner2 .text:hover {
  text-decoration: underline;
}

footer .center_c .cetner2 {
  width: 20%;
  float: left;
}

footer .center_c .cetner2 .text .iconfont {
  font-size: 0.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}

footer .center_c .cetner2 .text:hover .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

footer .center_c .cetner2 .tel {
  font-size: 1.125rem;
  color: #FFFFFF;
}

footer .center_c .cetner2 .tel img {
  height: 1.25rem;
  filter: brightness(0) invert(1);
  margin-right: 0.625rem;
}

footer .center_c .cetner2 .num {
  font-size: 1.25rem;
  margin: 0.625rem 0;
  line-height: 1.875rem;
  color: #FFFFFF;
}

footer .center_c .cetner2 .text {
  color: #FFFFFF;
}

footer .center_c .right {
  width: 20%;
  float: right;
}

footer .center_c .right>div {
  display: inline-block;
}

footer .center_c .right .name {
  text-align: left;
}

footer .center_c .right ul {
  display: flex;
  align-items: center;
  margin: 0 -0.75rem;
}

footer .center_c .right ul li {
  padding: 0 0.75rem;
}

footer .bot {
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .bot .right2,
footer .bot .left {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

footer .bot .right2 a,
footer .bot .left a {
  color: #fff;
}

footer .bot .right2 span {
  margin: 0 0.625rem;
}

footer .bot .right2 a {
  color: #fff;
}

footer .bot .right2 a:hover {
  color: #151668;
}

.index_six {
  padding: 7.5rem 0;
  position: relative;
  z-index: 4;
}

.index_six::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f6f6f6;
  z-index: -1;
}

.index_six .swiper-container {
  overflow: visible;
}

.index_six .swiper-container .name {
  font-size: 1.375rem;
  line-height: 2.5rem;
  color: #141414;
  margin: 2.1875rem 0 0.75rem;
}

.index_six .swiper-container .text {
  color: #545454;
}

.index_six .hover {
  position: static;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 99;
  display: block;
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
}

.index_six .container {
  padding-right: var(--container);
}

.index_six .swiper-slide {
  height: auto;
  /* align-items: flex-start;
  display: flex; */
}

.index_six .swiper-slide:hover .name {
  color: #151668;
}

.index_six .swiper-slide:hover img {
  transform: scale(1.1);
}

.index_six .swiper-slide .over {
  /*height: 19.6875rem;*/

}

.index_six .swiper-slide .over img {
  height: 32.5rem;
  object-fit: cover;
}

.index_six .swiper-slide.swiper-slide-active .over,
.index_six .swiper-slide.swiper-slide-prev .over {
  /*height: 28.5rem;*/
}

.index_six .left {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.index_six .left span {
  margin: 0 2.375rem;
  height: 1.375rem;
  display: inline-block;
  width: 2px;
  background: transparent;
}

.index_six .swiper-button-prev,
.index_six .swiper-button-next {
  background-image: none;
  z-index: 9;
  position: static;
  margin-top: 0;
  height: auto;
  width: auto;
}

.index_six .swiper-button-prev .iconfont,
.index_six .swiper-button-next .iconfont {
  font-size: 1.5rem;
  color: #151668;
}

.bread {
  font-size: 1rem;
  color: #9b9b9b;
}

.bread .content {
  border-top: 1px solid #CECECE;
  padding: 1rem 0;
}

.bread .container {
  padding: 0 6.25rem;
}

.bread a {
  color: #9b9b9b;
}

.bread span {
  margin: 0 0.75rem;
}

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

.bread a:nth-last-child(2) {
  color: #151668;
}

.nyban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.nyban .hover .p1 {
  font-weight: bold;
  font-size: 3.4375rem;
  line-height: 3.9375rem;
  color: #FFFFFF;
}

.p110 {
  padding: 6.875rem 0;
}

.p110.pt0 {
  padding-top: 0;
}

.p110.pb0 {
  padding-bottom: 0;
}

.list_about .text {
  margin: 1.5625rem 0 2.125rem;
}

.list_about .animate {
  position: absolute;
  bottom: 38%;
  left: 0;
  width: 100%;
  padding-top: 0;
  top: auto;
  z-index: -1;
}

.list_about .img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.1875rem;
  height: 5.1875rem;
}

.list_about .img>img {
  width: 60%;
  margin: 0 auto;
  display: block;
}

.list_about .img div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_about .img div img {
  width: 5.1875rem;
}

.list_about .shuzi {
  border: none;
  margin-top: 5.625rem;
}

.list_about .shuzi li {
  border: none;
}

.list_about .shuzi li>div {
  padding: 3.75rem 0;
  background: -moz-linear-gradient(50% 93.9% 90deg, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
  background: -webkit-gradient(linear, 50% 93.9%, 50% 4.15%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, #f6f6f6));
  background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
  background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F6F6F6' ,GradientType=0)";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#FFFFFF', GradientType=0);
}

.animate {
  position: relative;
  z-index: 5;
  font-family: 'Myriad Pro';
  font-size: 8.75rem;
  font-weight: bold;
  color: #151668;
  display: inline-block;
  white-space: nowrap;
  animation: 15s wordsLoop linear infinite normal;
  opacity: 0.6;
}

.animate .span2 {
  color: transparent;
  -webkit-text-stroke: 1px #151668;
  text-stroke: 1px #151668;
  transition-property: color, -webkit-text-stroke-color, text-stroke-color, transform;
  transition-timing-function: cubic-bezier(0.1, 0.1, 0.1, 1);
}

.animate .c-ticker {
  width: 100%;
  display: flex;
  overflow: hidden;
  box-sizing: content-box;
  margin: 0 auto;
}

.animate .c-ticker__wrap {
  display: inline-block;
  white-space: nowrap;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate ._ticker01 {
  -webkit-animation: loop 80s -40s linear infinite;
  animation: loop 80s -40s linear infinite;
}

.animate ._ticker02 {
  -webkit-animation: loop2 80s linear infinite;
  animation: loop2 80s linear infinite;
}

.animate .c-ticker__text {
  display: inline-flex;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.list_about_two {
  background: #f6f6f6;
}

.list_about_two .left {
  width: 76%;
}

.list_about_two .right {
  width: 24%;
}

.list_about_two .flex {
  align-items: center;
}

.list_about_two .flex ul {
  font-size: 1.25rem;
  line-height: 3.4375rem;
  color: #686868;
  margin: 1.5625rem 0 3.75rem;
}

.list_about_two .flex ul li {
  border-bottom: 1px solid #dbdbdb;
  padding-right: 4.375rem;
}

.list_about_three {
  background: url(../img/14.jpg) no-repeat;
  background-size: cover;
}

.list_about_three .mySwiper {
  padding-top: 1.875rem;
  margin-top: 7.5rem;
}

.list_about_three .mySwiper .swiper-slide {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
}

.list_about_three .mySwiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4%;
  width: 92%;
  height: 0.875rem;
  background: url(../img/15.png) no-repeat;
  background-size: contain;
}

.list_about_three .mySwiper2 {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.875rem;
}

.list_about_three .mySwiper2 .swiper-slide .clearfix {
  display: flex;
  align-items: flex-start;
}

.list_about_three .mySwiper2 .swiper-slide li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0.5rem;
}

.list_about_three .mySwiper2 .swiper-slide li p {
  width: 4.5rem;
}

.list_about_three .mySwiper2 .swiper-slide li div {
  width: calc(100% - 4.5rem);
}

.list_about_three .mySwiper2 .swiper-slide .left {
  width: 26rem;
  font-size: 6.875rem;
  font-family: 'ITC Avant Garde Gothic Demi';
  line-height: 1;
  text-align: center;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

.list_about_three .mySwiper2 .swiper-slide .right {
  width: calc(100% - 26rem);
}

.list_about_three .swiper_btn {
  top: 60%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.list_about_three .swiper_btn .iconfont {
  color: rgba(255, 255, 255, 0.5);
}

.list_about_three .swiper_btn:hover .iconfont {
  color: #ffffff;
}

.list_about_three .swiper-button-next {
  right: -2rem;
}

.list_about_three .swiper-button-prev {
  left: -2rem;
}

.list_about_three .swiper-slide.swiper-slide-thumb-active {
  color: #fff;
  font-size: 1.5rem;
}

.list_about_three .mySwiper2 {
  margin-top: 4.375rem;
}

.list_about_four .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.page_form {
  margin-bottom: 2.8125rem;
}

.page_form input {
  width: 26.25rem;
  line-height: 3.4375rem;
  border-radius: 0.3125rem;
  background: #f4f4f4;
  padding: 0 1.875rem;
  font-size: 1rem;
  color: #272727;
}

.page_form input::placeholder {
  color: #AAAAAA;
}

.page_form button {
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5625rem;
}

.page_form button .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #151668;
}

body {
  overflow-y: visible;
}

.aside_left {
  position: sticky;
  top: 6.25rem;
  left: 0;
  width: 14.5rem;
  padding: 2.1875rem 1rem 2.1875rem 2rem;
  background: #f4f4f4;
  height: 100%;
}

.aside_left ul li {
  margin-bottom: 1.5625rem;
}

.aside_left ul li a {
  color: #515151;
  font-size: 1rem;
  line-height: 1;
  padding-left: 1.75rem;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.aside_left ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  background: url(../img/jia.svg) no-repeat;
}

.aside_left ul li:hover a,
.aside_left ul li.active a {
  font-weight: bold;
  font-size: 1.125rem;
  color: #151668;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.aside_left ul li:hover a::before,
.aside_left ul li.active a::before {
  background: url(../img/jian.svg) no-repeat;
}

.aside_row {
  display: flex;
}

.aside_row .right {
  width: calc(100% - 14.5rem);
  border: 1px solid #dbdbdb;
  padding: 1.25rem 1.875rem;
}

.aside_row .right .sum {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #AAAAAA;
  margin-bottom: 1.375rem;
}

.list_download .right .ul1 li {
  margin-bottom: 1.875rem;
}

.list_download .right .ul1 li:hover>a {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .right .ul1 li:hover>a .over img {
  transform: scale(1.1);
}

.list_download .right .ul1 li:hover>a .more_a {
  color: #151668;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .right .ul1 li:hover>a .more_a .iconfont {
  transform: translateX(5px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .right .ul1 li:hover>a .content .name {
  color: #151668;
}

.list_download .right .ul1 li>a {
  background: #f4f4f4;
  padding: 1.375rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .right .ul1 li>a .over {
  width: 14.1875rem;
}

.list_download .right .ul1 li>a .content {
  padding-left: 1.5625rem;
  width: calc(100% - 14.1875rem);
}

.list_download .right .ul1 li>a .content .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #848484;
}

.list_download .right .ul1 li>a .content .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #3F3F3F;
  position: relative;
  margin: 1rem 0 2.125rem;
  padding-bottom: 0.625rem;
}

.list_download .right .ul1 li>a .content .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.125rem;
  height: 0.125rem;
  background: #151668;
}

.list_download .right .ul2 li {
  margin-bottom: 1.5rem;
}

.list_download .right .ul2 li:hover>div {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .right .ul2 li:hover>div .icon {
  background: #151668;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .right .ul2 li:hover>div .icon img {
  filter: brightness(0) invert(1);
}

.list_download .right .ul2 li:hover>div .more::before {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}

.list_download .right .ul2 li:hover>div .more {
  color: #151668;
}

.list_download .right .ul2 li:hover>div .more img {
  filter: brightness(1) invert(0);
}

.list_download .right .ul2 li>div {
  padding: 1.25rem;
  background: #f4f4f4;
}

.list_download .right .ul2 li .icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .right .ul2 li .icon img {
  height: 1.3125rem;
}

.list_download .right .ul2 li .name {
  width: calc(100% - 3.75rem - 10.3125rem);
  padding: 0 3.125rem 0 1.25rem;
  font-size: 1.125rem;
  color: #3F3F3F;
  line-height: 1.875rem;
}

.list_download .right .ul2 li .name span {
  font-size: 1rem;
  color: #848484;
  margin-left: 1.5625rem;
}

.list_download .right .ul2 li .more {
  width: 10.3125rem;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}

.more_a {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_a:hover {
  color: #151668;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_a:hover .iconfont {
  transform: translateX(5px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more_a .iconfont {
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1rem;
  margin-left: 1rem;
}

.list_news .ul1 li:hover .content::before {
  transform: scale(1);
  opacity: 1;
}

.list_news .ul1 li:hover .content .name::before {
  background: #fff;
}

.list_news .ul1 li:hover .content .name,
.list_news .ul1 li:hover .content .data,
.list_news .ul1 li:hover .content .text {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news ul li {
  margin-bottom: 2.5rem;
}

.list_news ul li:hover>a {}

.list_news ul li:hover .over img {
  transform: scale(1.1);
}

.list_news .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #848484;
}

.list_news .name {
  font-size: 1.375rem;
  padding-bottom: 0.625rem;
  line-height: 1.875rem;
  color: #3F3F3F;
  margin: 0.75rem 0 1rem;
  position: relative;
}

.list_news .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.125rem;
  height: 1px;
  background: #151668;
}

.list_news .text {
  color: #686868;
}

.list_news .content {
  position: relative;
  padding: 1.375rem 1.625rem 2.1875rem;
  background: #f9f9f9;
  z-index: 4;
}

.list_news .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151668;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}

.list_news .ul2 .over {
  width: 28.125rem;
}

.list_news .ul2 .content {
  width: calc(100% - 28.125rem);
  padding-left: 2.5rem;
  background: #fff;
}

.list_news .ul2 li {
  padding: 1.5625rem;
  border: 1px solid #cccccc;
}

.list_news .ul2 li:hover {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid #fff;
}

.list_news .ul2 li:hover .content .name {
  color: #151668;
}

.list_news .ul2 li:hover .content .more {
  background: #151668;
  border: 1px solid #151668;
  color: #151668;
  color: #fff;
}

.list_news .ul2 li:hover .content .more::before {
  display: none;
}

.list_news .ul2 li .content .more {
  margin-top: 2.1875rem;
}

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

.show_detail .right .bot .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #FFFFFF;
  justify-content: flex-start;
}

.show_detail .right .bot .tel img {
  height: 1.25rem;
  margin-right: 0.5rem;
  filter: brightness(0) invert(1);
}

.show_detail .right .bot .font20 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin: 0.5rem 0;
  color: #FFFFFF;
}

.show_detail .right .bot .text {
  color: #FFFFFF;
}

.show_detail .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #000000;
  margin-bottom: 0.8125rem;
}

.show_detail .text {
  color: #898989;
}

.show_detail .left {
  padding-right: 2rem;
}

.show_detail .left .data {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #848484;
  margin-bottom: 0.75rem;
}

.show_detail .left .data>p {
  margin-right: 2.5rem;
}

.show_detail .left .data>div {
  display: flex;
  align-items: center;
}

.show_detail .left .data>div .iconfont {
  font-size: 1.25rem;
  display: block;
}

.show_detail .left .data>div:hover ul {
  display: flex;
}

.show_detail .left .data>div:hover .iconfont {
  display: none;
}

.show_detail .left .data>div ul {
  display: none;
}

.show_detail .left .data>div ul li {
  margin-left: 0.625rem;
}

.show_detail .left .data>div ul li a {
  border: 1px solid #848484;
  color: #848484;
  font-size: 0.875rem;
  margin: 0;
}

.show_detail .left .data>div ul li:hover a {
  color: #fff;
}

.show_detail .left>div {
  border-radius: 0.625rem;
}

.show_detail .left .shangxia_p {
  margin: 5rem 0 2.5rem;
}

.show_detail .left .shangxia {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.25rem 0;
  color: #686868;
}

.show_detail .left .shangxia p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #212121;
}

.show_detail .left .shangxia a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}

.show_detail .left .shangxia a:hover {
  color: #151668;
}

.show_detail .right {
  padding-left: 0;
}

.show_detail .right .top {
  padding: 1.875rem 1.875rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.show_detail .right .top .name2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}

.show_detail .right .top .ul .list {
  padding: 0.875rem 0;
  position: relative;
}

.show_detail .right .top .ul .list:first-child {
  padding-top: 0;
}

.show_detail .right .top .ul .list:not(:last-child):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}

.show_detail .right .top .ul .list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #151668;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_detail .right .top .ul .list:hover::after {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}

.show_detail .right .top .ul .list:hover a {
  color: #151668;
}

.show_detail .right .top .ul .list a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #898989;
}

.show_detail .right .top ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.show_detail .right .top ul li:hover p {
  color: #151668 !important;
}

.show_detail .right .top ul li a {
  display: flex;
  align-items: center;
}

.show_detail .right .top ul li .over {
  width: 8rem;
  border: 1px solid #D1D1D1;
}

.show_detail .right .top ul li .right2 {
  width: calc(100% - 8rem);
  padding-left: 1.25rem;
}

.show_detail .right .top ul li .right2 p {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  color: #686868;
}

.show_detail .right .bot {
  background: #151668;
  margin-top: 2rem;
  padding: 2.0625rem 1.875rem;
}

.show_detail .right .bot .text {
  padding: 0;
}

.show_detail .right .bot .font20 {
  font-weight: 600;
}

.social-share .icon-wechat .wechat-qrcode {
  z-index: 9999;
}

@media (max-width: 990px) {
  .show_detail {
    padding-bottom: 80px;
  }

  .show_detail .right {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .show_detail .right {
    display: none;
  }

  .index_six .swiper-slide .over img {
    height: 9.5rem;
  }

  .show_detail .left {
    padding-right: 15px;
  }

  .show_detail .left>div {
    padding-bottom: 30px;
  }

  .show_detail .left .shangxia {
    margin-top: 30px;
  }

  .show_detail .left .shangxia .tr {
    text-align: left;
  }

  .show_detail .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
  }

  .show_detail .left .shangxia_p {
    margin-top: 0;
  }
}

.list_jlr .name {
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1.875rem;
}

.list_jlr .hover {
  position: absolute;
  bottom: 4.0625rem;
  display: flex;
  align-items: center;
  margin: 0 -0.75rem;
  left: calc(50% + 1.875rem);
}

.list_jlr .hover div {
  position: static;
  margin: 0 0.75rem;
}

.list_jlr_three .title {
  margin-bottom: 2rem;
}

.list_jlr_three .hover {
  position: absolute;
  top: 0.625rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -0.75rem;
}

.list_jlr_three .hover>div {
  position: static;
  margin: 0 0.75rem;
}

.list_jlr_three .swiper-slide {
  padding: 1.5625rem 0;
}

.list_jlr_three .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  opacity: 0;
}

.list_jlr_three .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_jlr_three .swiper-slide:hover .img {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_jlr_three .swiper-slide.swiper-slide-active .content {
  border-left: 1px solid rgba(104, 104, 104, 0.3);
}

.list_jlr_three .swiper-slide .content {
  border: 1px solid rgba(104, 104, 104, 0.3);
  padding: 3rem 1.25rem 3rem 2.0625rem;
  border-left: none;
}

.list_jlr_three .swiper-slide .content .name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #282828;
}

.list_jlr_three .swiper-slide .content .text {
  color: #686868;
  height: 1.875rem;
}

.list_jlr_three .swiper-slide .content .line {
  width: 3.125rem;
  height: 1px;
  background: #151668;
  margin: 1.25rem 0 2.1875rem;
}

.list_jlr_three .swiper-slide .content .icon img {
  height: 3.75rem;
}

.list_jlr_four .hover {
  position: absolute;
  bottom: 2.5rem;
  padding: 0 3.75rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

.list_jlr_four .row {
  margin: 0;
}

.list_jlr_four .row>div {
  padding: 0;
}

.list_jlr_four .row>div .pr:hover .hover {
  color: #151668;
}

.list_jlr_four .row>div .pr:hover .over img {
  transform: scale(1.1);
}

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

.job-cont2 .job_list2a {
  background-color: #151668;
}

@media (max-width: 768px) {
  .job-cont2 .job_list2a {
    margin-top: 1.6rem;
  }
}

.job-cont2 .job_list2a li {
  color: #fff;
  flex: 1;
  text-align: center;
  padding: 1.5rem 0;
}

.job-cont2 .job_list2a li:nth-child(1) {
  flex: 2;
  text-align: left;
  padding-left: 3%;
}

@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: #5b5b5b;
  flex: 1;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1rem;
}

.job-cont2 .job_list1 li .job_as1 .as1 i {
  font-size: 1rem;
}

.job-cont2 .job_list1 li .job_as1 .as1:nth-child(1) {
  flex: 2;
  text-align: left;
  padding-left: 3%;
  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: 2rem 3%;
}

@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 {
  color: #5b5b5b;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.job-cont2 .job_list1 li .wehha-job .pead-cont strong {
  color: #151668;
  font-size: 1rem;
  line-height: 1.625rem;
}

.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:nth-child(1) .wehha-job {
  display: block;
}

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

.job_list1 li .pead-cont ul li .iconfont {
  color: #151668;
  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: #f6f6f6;
}

.list_message form {
  margin-top: 1.875rem;
}

.list_message form button {
  width: 10.3125rem;
}

.list_message form input,
.list_message form select {
  line-height: 3.4375rem;
  height: 3.4375rem;
  border: 1px solid rgba(158, 158, 158, 0.7);
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #000;
  width: 100%;
  border-radius: 0.3125rem;
  background: #F9F9F9;
}

.list_message form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background-image: url("../img/jt2.svg");
  background-repeat: no-repeat;
  background-size: 0.875rem 0.5rem;
  background-position-x: 93%;
  background-position-y: center;
}

.list_message form textarea {
  border: 1px solid rgba(158, 158, 158, 0.7);
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  color: #000;
  height: 7.5rem;
  display: block;
  border-radius: 0.3125rem;
  width: 100%;
  background: #F9F9F9;
}

.list_message form .name {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
}

.list_message form .name.c68 {
  color: #686868;
}

.list_message form .name span {
  color: #E01500;
}

@media (max-width: 767px) {
  .list_message form input {
    line-height: 42px;
  }

  .list_message .mb30 {
    margin-bottom: 15px;
  }
}

.list_contact .tel {
  color: #151668;
}

.list_contact .left p {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #686868;
  margin: 1.875rem 0 0.625rem;
}

.list_message .more div {
  justify-content: center;
}

.list_contact ul {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 3.75rem;
}

.list_contact ul li:nth-child(1) {
  width: 70%;
  display: flex;
  padding-right: 0;
  flex-wrap: wrap;
  align-items: center;
}

.list_contact ul li .list {
  padding-right: 2rem;
}

.list_contact ul li:nth-child(1) .list:nth-child(odd) {
  width: 40%;
}

.list_contact ul li:nth-child(1) .list:nth-child(even) {
  width: 60%;
}

.list_contact ul li:nth-child(2) {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -1.6875rem;
}

.list_contact ul li:nth-child(2)>div {
  padding: 0 1.6875rem;
}

.list_contact ul li:nth-child(2)>div img {
  width: 9.75rem;
}

.list_contact ul li img {
  width: 1.875rem;
}

.list_contact ul li:last-child {
  padding: 0;
  border-right: none;
}

.list_contact ul li:last-child .text {
  margin-top: 0.5rem;
}

.list_contact ul li .list {
  display: flex;
  margin-bottom: 0.75rem;
}

.list_contact ul li .list:last-child {
  margin-bottom: 0;
}

.list_contact ul li .list div {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbdbdb;
}

.list_contact ul li .list div .iconfont {
  font-size: 1.25rem;
  color: #151668;
}

.list_contact ul li .list p {
  font-size: 1rem;
  color: #686868;
  display: flex;
  align-items: center;
  width: calc(100% - 3.75rem);
  padding-left: 1.375rem;
  line-height: 1.875rem;
}

.list_xx_shop .zw_list_w {
  height: 24.375rem;
  overflow-y: scroll;
}

.list_xx_shop .zw_list_w::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 4px;
  height: 164px;
  position: absolute;
}

.list_xx_shop .zw_list_w::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.list_xx_shop .zw_list_w::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #CCCCCC;
}

.list_xx_shop #mapDiv {
  height: 33rem;
}

.list_xx_shop .left {
  padding-right: 4.6875rem;
}

.list_xx_shop .left .mar {
  margin-bottom: 1.25rem;
}

.list_xx_shop .left ul li {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #898989;
  cursor: pointer;
  padding: 1.55rem 0;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}

.list_xx_shop .left ul li h2 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #383838;
  font-weight: 600;
}

.list_xx_shop .left ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #151668;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_xx_shop .left 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_xx_shop .left form {
  margin-top: 1.375rem;
}

.list_xx_shop .left form .mebnds {
  width: 50%;
  padding: 0 0.625rem;
}

.list_xx_shop .left form .mebnds select {
  width: 100%;
  line-height: 3.4375rem;
  height: 3.4375rem;
  padding: 0 1rem;
  border: 1px solid #CCCCCC;
  font-size: 1rem;
  color: #606060;
  background: #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../img/jt2.svg") no-repeat;
  background-size: 0.875rem 0.5rem;
  background-position-x: 90%;
  background-position-y: center;
}

.list_xx_shop .left form>.clearfix {
  display: flex;
  align-items: center;
  margin: 0 -0.625rem;
}

.list_case .right .ul1 li {
  margin-bottom: 1.875rem;
}

.list_case .right .ul1 li>a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
  background: #f9f9f9;
}

.list_case .right .ul1 li:hover>a {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_case .right .ul1 li:hover>a .name {
  color: #151668;
}

.list_case .right .ul1 li:hover>a .over img {
  transform: scale(1.1);
}

.list_case .right .content {
  padding: 1.5625rem 1.5625rem 3.125rem;
  background: #f9f9f9;
}

.list_case .right .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  position: relative;
  padding-bottom: 0.9375rem;
  color: #3F3F3F;
}

.list_case .right .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.125rem;
  height: 1px;
  background: #151668;
}

.list_case .right .text {
  color: #686868;
  margin-top: 0.875rem;
}

.list_case .aside_left {
  padding: 2.1875rem 0 2.1875rem 1.5rem;
}

.list_case .aside_left .list {
  margin-bottom: 1.25rem;
}

.list_case .aside_left .list>p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #212121;
  border-bottom: 1px solid #dbdbdb;
  margin-right: 1.875rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.list_case .aside_left ul li a {
  padding-left: 1.5rem;
}

.list_case .aside_left ul li a::before {
  background-image: none;
  width: 1rem;
  height: 1rem;
  border: 1px solid #cccccc;
}

.list_case .aside_left ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.1875rem;
  background: url(../img/d.svg) no-repeat;
  background-size: contain;
  width: 0.5625rem;
  height: 0.375rem;
  opacity: 0;
}

.list_case .aside_left ul li:hover a,
.list_case .aside_left ul li.active a {
  font-size: 1rem;
}

.list_case .aside_left ul li:hover a::before,
.list_case .aside_left ul li.active a::before {
  background: #151668;
  border: 1px solid #151668;
}

.list_case .aside_left ul li:hover a::after,
.list_case .aside_left ul li.active a::after {
  opacity: 1;
}

.list_service ul {
  margin-top: 5.3125rem;
}

.list_service li .row {
  margin: 0;
}

.list_service li .row .left {
  padding: 0;
}

.list_service li .row .right {
  padding: 0 var(--container) 0 3.75rem;
}

.list_service li:nth-child(even) .right {
  padding: 0 3.75rem 0 var(--container);
  order: 1;
}

.list_service li:nth-child(even) .left {
  order: 2;
}

.list_service li .name {
  font-weight: bold;
  font-size: 1.875rem;
  padding-bottom: 0.875rem;
  line-height: 2.5rem;
  color: #000000;
  position: relative;
  margin: 1.25rem 0 1rem;
}

.list_service li .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.125rem;
  height: 1px;
  background: #151668;
}

.list_service li .num {
  font-family: 'ITC Avant Garde Gothic Demi';
  font-size: 8.75rem;
  color: transparent;
  -webkit-text-stroke: 1px #151668;
  text-stroke: 1px #151668;
  transition-property: color, -webkit-text-stroke-color, text-stroke-color, transform;
  transition-timing-function: cubic-bezier(0.1, 0.1, 0.1, 1);
  line-height: 1;
}

.list_ztzh li {
  text-align: justify;
}

.list_ztzh .text {
  margin-top: 1.5rem;
  text-align: justify;
}

.list_ztzh .swiper_btn {
  position: static;
  transform: translateY(0);
  margin-top: 0;
}

.list_ztzh .padding_left {
  padding: 3.3125rem 0 0 15.625rem;
}

.list_ztzh .hover {
  display: flex;
  align-items: center;
  margin: 3.4375rem -0.875rem 0;
}

.list_ztzh .hover .swiper_btn {
  margin: 0 0.875rem;
}

.list_ztzh_two .name,
.show_pro_two .name,
.show_pro_five .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #000000;
  margin: 0.6875rem 0 0.875rem;
}

.list_ztzh_two .text,
.show_pro_two .text,
.show_pro_five .text {
  color: #686868;
  margin-bottom: 1.5625rem;
}

.list_ztzh_two .content,
.show_pro_two .content,
.show_pro_five .content {
  padding: 2.8125rem 2.8125rem 3.4375rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.list_ztzh_two ul,
.show_pro_two ul,
.show_pro_five ul {
  border-top: 1px solid rgba(104, 104, 104, 0.3);
}

.list_ztzh_two ul div,
.show_pro_two ul div,
.show_pro_five ul div {
  width: calc(100% - 5rem);
  padding-left: 2rem;
  position: relative;
  font-size: 1.125rem;
  color: #686868;
}

.list_ztzh_two ul div::before,
.show_pro_two ul div::before,
.show_pro_five ul div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #afafaf;
}

.list_ztzh_two ul i,
.show_pro_two ul i,
.show_pro_five ul i {
  font-size: 1rem;
  display: block;
  width: 5rem;
  text-align: right;
  font-weight: 600;
}

.list_ztzh_two ul li,
.show_pro_two ul li,
.show_pro_five ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  border-bottom: 1px solid rgba(104, 104, 104, 0.3);
  cursor: pointer;
}

.list_ztzh_two ul li:hover .iconfont,
.show_pro_two ul li:hover .iconfont,
.show_pro_five ul li:hover .iconfont,
.list_ztzh_two ul li.active .iconfont,
.show_pro_two ul li.active .iconfont,
.show_pro_five ul li.active .iconfont {
  color: #151668;
}

.list_ztzh_two ul li:hover div,
.show_pro_two ul li:hover div,
.show_pro_five ul li:hover div,
.list_ztzh_two ul li.active div,
.show_pro_two ul li.active div,
.show_pro_five ul li.active div {
  color: #151668;
}

.list_ztzh_two ul li:hover div::before,
.show_pro_two ul li:hover div::before,
.show_pro_five ul li:hover div::before,
.list_ztzh_two ul li.active div::before,
.show_pro_two ul li.active div::before,
.show_pro_five ul li.active div::before {
  background: #151668;
}

.show_pro_two .swiper-slide {
  height: auto;
}

.list_ztzh_two .num {
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: 1.28px;
  color: #151668;
  padding-left: 3.75rem;
  position: relative;
}

.list_ztzh_two .num::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.375rem;
  height: 1px;
  background: #151668;
}

.list_ztzh_two .right {
  padding-left: 3.75rem;
}

.list_ztzh_two .right .content {
  margin-top: 3.125rem;
  width: calc(100% + 10rem);
  margin-left: -10rem;
  position: relative;
  z-index: 9;
  display: none;
}

.list_ztzh_two .right .content.active {
  display: block;
}

.list_pjzc {
  padding-bottom: 0;
}

.list_pjzc .left {
  position: relative;
  z-index: 6;
}

.list_pjzc .left ul li {
  margin-bottom: 1.875rem;
}

.list_pjzc .left ul li:last-child,
.list_pjzc .left ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.list_pjzc .left ul li>div {
  padding: 3.75rem 2.8125rem 3.125rem;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.list_pjzc .left ul li img {
  height: 4.375rem;
}

.list_pjzc .left ul li:hover>div {
  background: #151668;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pjzc .left ul li:hover>div .icon img {
  filter: brightness(0) invert(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_pjzc .left ul li:hover>div .name {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}

.list_pjzc .left ul li .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #000000;
  margin-top: 2.625rem;
}

.list_pjzc .right {
  padding: 1.875rem 15px 0 3.75rem;
}

.list_pjzc .right .text {
  text-align: justify;
}

.list_phzc_two {
  position: relative;
  margin-top: -7.5rem;
}

.show_pro_one {
  position: relative;
}

.show_pro_one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #f6f6f6;
  z-index: -1;
}

.show_pro_one .text {
  margin: 20px 0 2.1875rem;
}

.show_pro_one .flex {
  justify-content: flex-start;
  margin: 0 -1rem;
}

.show_pro_one .more {
  margin: 0 1rem;
  width: 10.3125rem;
}

.show_pro_one .more.bor {
  border: 1px solid #151668;
  color: #151668;
}

.show_pro_one .more.bor div {
  justify-content: center;
}

.show_pro_one .swiper_btn {
  position: static;
  margin: 0 1rem;
}

.show_pro_one .hover {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -1rem;
  position: absolute;
  bottom: 2.5rem;
  right: 0;
}

.show_pro_one .left {
  padding-top: 2.75rem;
  padding-right: 2.8125rem;
}

.show_pro_one .left>.pr {
  height: 100%;
}

.show_pro_one .right .over img {
  height: 40rem;
  object-fit: cover;
}

.show_pro_two {
  padding-top: 0;
}

.show_pro_two .center {
  padding-left: 2.5rem;
}

.show_pro_two .center>div {
  display: none;
}

.show_pro_two .center>div.active {
  display: block;
}

.show_pro_two .over,
.show_pro_two .over img {
  height: 100%;
  object-fit: contain;
}

.show_pro_two .right .wid {
  width: 25.5625rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.show_pro_two .right .wid .content {
  background: #a3a3a3;
  height: 100%;
}

.show_pro_two .right .name {
  position: relative;
  padding-bottom: 0.875rem;
}

.show_pro_two .right .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.125rem;
  height: 1px;
  background: #fff;
}

.show_pro_two .num {
  font-size: 5rem;
  font-family: 'ITC Avant Garde Gothic Demi';
  line-height: 0.8;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

.show_pro_two .hover {
  display: flex;
  align-items: center;
  margin: 0 -0.875rem;
  justify-content: flex-end;
  display: none;
}

.show_pro_two .swiper_btn {
  position: static;
  margin: 0 0.875rem;
  transform: translateY(0);
  margin-top: 2rem;
}

table tr td {
  padding: 1.375rem !important;
  font-size: 1rem;
  color: #686868;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

table tr:nth-child(1) td {
  font-size: 1.125rem;
}

.show_pro_four {
  background: url(../img/37.png) no-repeat;
  background-size: cover;
  padding-bottom: 18.75rem;
}

.show_pro_four .text {
  padding: 1rem 0 2.5rem;
}

.show_pro_five .left {
  padding: 6.25rem 4.0625rem 0 0;
}

.show_pro_five .left .text {
  margin: 1rem 0;
}

.show_pro_five .left ul {
  border-top: none;
}

.show_pro_five .right {
  padding-left: 0;
}

.show_pro_five .sum>div {
  display: none;
}

.show_pro_five .sum>div.active {
  display: block;
}

.show_pro_six {
  background: url(../img/39_1.jpg) no-repeat;
  background-size: cover;
}

.show_pro_six .text {
  margin: 0 0 1rem;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 3.4375rem;
  color: #FFFFFF;
}

.show_pro_six .more {
  width: 10.3125rem;
}

.show_pro_six .more div {
  justify-content: center;
}

.show_pro_three .bord {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.show_pro_three .bord td {
  border-left: none !important;
  border-right: none !important;
  text-align: left;
  width: 16.6%;
  padding-left: 4.0625rem !important;
}

.show_pro_three .bord tr:nth-child(odd) {
  background: #efefef;
}

.table {
  margin-bottom: 0;
}

.show_pro_seven {
  position: relative;
  z-index: 54;
}

.show_pro_seven .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  margin-top: 1.5625rem;
}

.show_pro_seven li {
  text-align: center;
}

.show_pro_seven li>div.box_s {
  background: #fff;
  padding: 2.9375rem 1.25rem;
}

.show_pro_seven::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #F6F6F6;
  z-index: -1;
}

.show_pro_eight .center {
  padding: 0 3rem;
}

.show_pro_eight ul li {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.show_pro_eight ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  border-radius: 50%;
  background: #151668;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_eight ul li .text {
  display: none;
}

.show_pro_eight ul li.active .text {
  display: block;
}

.show_pro_eight ul li.active::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_eight ul li.active div {
  color: #151668;
}

.show_pro_eight ul li.active div::before {
  background: #151668;
}

.show_pro_eight ul li div {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-left: 1.875rem;
  position: relative;
  color: #111111;
}

.show_pro_eight ul li div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #afafaf;
}

.show_pro_nine ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}

.show_pro_nine ul li {
  padding: 1.25rem 2.0625rem;
  display: flex;
  align-items: center;
  line-height: 1.875rem;
  font-size: 1rem;
  color: #686868;
}

.show_pro_nine ul li:nth-child(odd) {
  background: #efefef;
}

.show_pro_nine ul li div:first-child {
  font-weight: bold;
  width: 10.5rem;
}

.show_pro_nine ul li p {
  width: calc(100% - 10.5rem - 3.75rem);
  padding-right: 1.25rem;
}

.show_pro_nine ul li div:last-child {
  width: 3.75rem;
}

.customized_index {
  min-height: calc(100vh - 10.625rem);
}

.customized_index .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #686868;
  margin: 0.625rem 0 2.375rem;
}

.customized_index .ul li {
  margin-bottom: 2.8125rem;
}

.customized_index .ul li:hover .over img {
  transform: scale(1.1);
}

.customized_index .ul li:hover .name {
  color: #151668;
}

.customized_index .ul li .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  margin-top: 1rem;
  text-align: center;
}

.customized_index .choose_sence_detail {
  margin-top: 4.375rem;
  padding-right: var(--container);
}

.customized_index .choose_sence_detail .left {
  width: 70%;
}

.customized_index .choose_sence_detail .right {
  width: 30%;
  background: #fff;
}

.customized_index .choose_sence_detail .right .top ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1.75rem;
}

.customized_index .choose_sence_detail .right .top ul li.active {
  background: #151668;
}

.customized_index .choose_sence_detail .right .top ul li.active .left_l p,
.customized_index .choose_sence_detail .right .top ul li.active .left_l .img {
  color: #fff;
}

.customized_index .choose_sence_detail .right .top ul li.active .left_l .img img {
  filter: brightness(0) invert(1);
}

.customized_index .choose_sence_detail .right .top ul li.active .right_r img {
  filter: brightness(0) invert(1);
}

.customized_index .choose_sence_detail .right .top ul li.active .right_r img.no {
  filter: brightness(0);
}

.customized_index .choose_sence_detail .right .top ul li>div {
  width: 50%;
}

.customized_index .choose_sence_detail .right .top ul li .right_r {
  text-align: right;
}

.customized_index .choose_sence_detail .right .top ul li .right_r img {
  width: 1.875rem;
  margin-left: 0.625rem;
}

.customized_index .choose_sence_detail .right .top ul li .right_r img.no {
  opacity: 0.5;
}

.customized_index .choose_sence_detail .right .top ul li p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}

.customized_index .choose_sence_detail .right .top ul li .img {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #686868;
}

.customized_index .choose_sence_detail .right .top ul li .img img {
  height: 2.5rem;
  margin-right: 1.125rem;
}

.customized_index .choose_sence_detail .right .center {
  padding: 0.875rem 1.75rem;
  display: flex;
  border-top: 1px solid rgba(65, 65, 65, 0.3);
  justify-content: space-between;
}

.customized_index .choose_sence_detail .right .center p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}

.customized_index .choose_sence_detail .right .center div {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  display: flex;
  align-items: center;
}

.customized_index .choose_sence_detail .right .center div ul {
  display: flex;
  align-items: center;
}

.customized_index .choose_sence_detail .right .center div ul li {
  width: 1.5rem;
  cursor: pointer;
  height: 1.5rem;
  line-height: 1.5rem;
}

.customized_index .choose_sence_detail .right .center div ul li.active {
  background: #151668;
  color: #fff;
  text-align: center;
}

.customized_index .choose_sence_detail .right .bot .more_a {
  justify-content: flex-end;
  padding: 1.5625rem 2rem 2.125rem 0;
  color: #151668;
}

.customized_index .choose_sence_detail .right .bot ul {
  display: flex;
  flex-wrap: wrap;
}

.customized_index .choose_sence_detail .right .bot ul li {
  width: 25%;
  border: 1px solid #fff;
  padding: 1.375rem 1.125rem 0.875rem;
  background: #f6f7f7;
}

.customized_index .choose_sence_detail .right .bot ul li.active {
  background: #151668;
}

.customized_index .choose_sence_detail .right .bot ul li.active .img img {
  filter: brightness(0) invert(1);
}

.customized_index .choose_sence_detail .right .bot ul li.active p {
  color: #fff;
}

.customized_index .choose_sence_detail .right .bot ul li .img img {
  height: 1.875rem;
  object-fit: contain;
}

.customized_index .choose_sence_detail .right .bot ul li p {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #686868;
  margin-top: 0.3125rem;
}

.customized_index .canshu {
  position: relative;
  z-index: 9;
  top: -6.1875rem;
}

.customized_index .canshu table {
  margin-top: 2.1875rem;
}

.customized_index .canshu table tr {
  background: #eeeeef;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}

.customized_index .canshu table tr td {
  padding: 1.125rem;
  vertical-align: middle;
}

.customized_index .canshu table tr:nth-child(1) {
  background: #dbdcde;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  padding: 0.75rem 1.125rem;
}

.customized_index .canshu table tr:nth-child(1) td {
  border: 1px solid #fff;
}

.customized_index .canshu .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  background: #313131;
  font-size: 1.625rem;
  color: #FFFFFF;
  padding: 1.875rem;
}

.customized_index .canshu .top img {
  height: 2.375rem;
  width: 2.375rem;
}

.customized_index .canshu .top p {
  width: calc(100% - 2.375rem);
  padding-left: 0.875rem;
}

.customized_body {
  padding-top: 6.25rem;
}

.customized_body header .logo,
.body_clearfix header .logo {
  display: flex;
  align-items: center;
}

.steps_box {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 2rem 0 2.5rem;
}

.steps {
  --normal-color: #666;
  --active-color: #151668;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  counter-reset: order;
}

/* 步骤项 */
.steps>li {
  flex: auto;
  display: inline-flex;
  align-items: center;
  counter-increment: order;
  color: var(--normal-color);
  padding-top: 2.5rem;
  position: relative;
  text-align: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  width: 25%;
}

.steps>li:last-child {
  flex: none;
}

/* 步骤编号(带圈数字) */
.steps>li.active::after {
  background: #E7E7E7;
}

.steps>li.done::after {
  background: #E7E7E7;
}

.steps>li::before {
  content: "";
  flex-shrink: 0;
  margin-right: 0;
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  border: 3px solid #e5e5e5;
  background: #151668;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  color: #fff;
  z-index: 9;
  background: #fff url(../img/duig.svg) no-repeat !important;
  background-size: 0.75rem 0.5rem !important;
  background-position: center !important;
}

.steps>li.done::before {
  color: #4C4948;
  background: #fff url(../img/duig.svg) no-repeat !important;
  background-size: 0.75rem 0.5rem !important;
  background-position: center !important;
  border: 3px solid #e5e5e5;
}

/* 步骤项引导线 */
.steps>li::after {
  content: '';
  flex: 1;
  background: #E7E7E7;
  position: absolute;
  top: 0.75rem;
  z-index: 3;
  left: 0;
  width: 100%;
  height: 0.625rem;
}

/* 步骤状态 */
.steps>.active {
  color: var(--active-color);
}

.steps>.active::before {
  border-color: #fff !important;
}

.steps>.active::before {
  color: #fff;
  background: var(--active-color) url(../img/duig2.svg) no-repeat !important;
  background-size: 0.75rem 0.5rem !important;
  background-position: center !important;
  border-color: var(--active-color);
}

.steps>.active::after,
.steps>.active~li {
  color: var(--normal-color);
}

.steps>li:first-child:after {
  width: 50%;
  right: 0;
  left: auto;
}

.steps>li:last-child:after {
  width: 50%;
}

.customized_one .left img {
  min-height: 46rem;
  object-fit: cover;
}

.customized_one .right {
  width: 100%;
  height: auto;
  padding-right: 2.5rem;
  padding-top: 3.75rem;
  position: relative;
}

.customized_one .right .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  margin-bottom: 0.625rem;
}

.customized_one .right ul li {
  margin-bottom: 1.5rem;
}

.customized_one .right .input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customized_one .right .input>div {
  width: 4.375rem;
  text-align: right;
}

.customized_one .right .input>div img {
  height: 2.125rem;
}

.customized_one .right .input input,
.customized_one .right .input select {
  width: calc(100% - 4.375rem);
  border-radius: 0.3125rem;
  border: 1px solid #bcbcbc;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #686868;
  line-height: 3.4375rem;
}

.customized_one .right .input select {
  height: 3.4375rem;
}

.customized_one .bgf {
  background: #fff;
}

.customized_one .bgf .hover {
  line-height: 6.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.customized_one .bgf .hover .flex {
  background: #313131;
  padding: 0 2.125rem;
}

.customized_one .bgf .hover .flex .name {
  font-size: 1.625rem;
  color: #FFFFFF;
}

.customized_one .bgf .hover .qiehuan_edit {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.125rem;
  color: #FFFFFF;
}

.customized_one .bgf .hover .qiehuan_edit img {
  height: 1.75rem;
  margin-left: 0.75rem;
  filter: brightness(0) invert(1);
}

.customized_one .bgf .hover .qiehuan_edit:hover {
  color: #151668;
}

.customized_one .bgf .hover .qiehuan_edit:hover img {
  filter: brightness(1) invert(0);
}

.customized_one_edit {
  padding: 2rem 0 8.4375rem;
}

.customized_one_edit ul li {
  line-height: 4.375rem;
  padding: 0 2.0625rem;
  font-size: 1.25rem;
  color: #686868;
  background: #eeeeef;
  margin-bottom: 0.125rem;
}

.gray_line {
  background: #dbdcde;
  height: 4.375rem;
  display: flex;
  padding: 0 2.0625rem;
  align-items: center;
}

.gray_line img {
  width: 1.625rem;
}

.gray_line p {
  width: calc(100% - 1.625rem);
  padding-left: 1rem;
}

.gray_line p span {
  color: #151668;
}

.submit_flex {
  margin-top: 5.625rem;
  padding-top: 3.75rem;
  border-top: 1px solid #bcbcbc;
}

.submit_flex .right_bot .bor {
  margin-right: 1.25rem;
}

.submit_flex .more.bor {
  border: 1px solid #151668;
  color: #151668;
}

.submit_flex .more.bor div {
  color: #151668;
}

.customized_one_edit.only_show.active {
  display: none;
}

.customized_one_edit.edit .pr ul {
  display: none;
  position: absolute;
  top: 4.375rem;
  width: 100%;
  z-index: 9;
  background: #fff;
}

.customized_one_edit.edit .pr ul li:hover {
  color: #151668;
}

.customized_one_edit.edit .pr ul li {
  cursor: pointer;
}

.list_title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 4.375rem;
  color: #FFFFFF;
  padding: 0 2.375rem;
  background: #313131;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_title.bg {
  background: #151668;
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-bottom: 2px;
  justify-content: flex-start;
}

.list_title.bg img {
  margin: 0 1.25rem 0 0;
}

.list_title img {
  width: 1.375rem;
  margin-left: 1.25rem;
}

.customized_three .content_list .bot_con {
  display: block;
}

.customized_three .content_list ul {
  display: flex;
  flex-wrap: wrap;
}

.customized_three .content_list ul li {
  width: 50%;
}

.content_list .bot_con {
  background: #eeeeef;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.content_list .bot_con.bot_con3 {
  background: #eeeeef;
  display: block;
}

.content_list .bot_con.bot_con3 .ul2 {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #686868;
  background: #eeeeef;
  display: flex;
  flex-wrap: wrap;
}

.content_list .bot_con.bot_con3 .ul2 li {
  width: 50%;
  position: relative;
  border: 1px solid #fff;
}

.content_list .bot_con.bot_con3 .ul2 li.active {
  border-color: #151668;
}

.content_list .bot_con.bot_con3 .ul2 li.active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4.375rem;
  height: 4.375rem;
  background: url(../img/64.png) no-repeat;
  background-size: contain;
}

.content_list .bot_con.bot_con3 .ul2 li .text {
  padding: 0 1.5rem 5rem;
}

.content_list .bot_con.bot_con3 .ul2 li .name {
  padding: 1.125rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #151668;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 1rem;
}

.content_list .bot_con.bot_con3 .ul2 li .b_b {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  background: #686868;
  padding: 1.125rem 1.5rem;
}

.content_list .bot_con.bot_con3 .ul2 li .b_b a {
  color: #fff;
}

.content_list .bot_con.bot_con2 {
  background: #e6e6e6;
}

.content_list .bot_con.bot_con2 ul {
  grid-column: 1/4;
}

.content_list .bot_con.bot_con2 ul li {
  border-bottom: 2px solid #eeeeef;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.content_list .bot_con.bot_con2 ul li>div {
  display: flex;
  align-items: center;
}

.content_list .bot_con.bot_con2 ul li>p {
  background: #e6e6e6;
  border-left: 2px solid #f6f6f6;
  height: 5.625rem;
  padding-left: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.content_list .bot_con>.pr .gray_line {
  height: 100%;
}

.content_list .bot_con>.pr .gray_line>div {
  width: 100%;
  height: 100%;
  line-height: 5.625rem;
  font-size: 1.25rem;
  color: #686868;
}

.content_list .bot_con>.pr .gray_line>div span {
  color: #151668;
}

.content_list .bot_con>.pr ul {
  display: none;
  position: absolute;
  background: #f7f7f7;
  top: 100%;
  width: 100%;
  z-index: 9;
}

.content_list .bot_con>.pr ul li {
  line-height: 2rem;
  padding: 0.875rem 2.0625rem;
  font-size: 1.25rem;
  color: #686868;
  background: #eeeeef;
  cursor: pointer;
  margin-bottom: 0.125rem;
}

.content_list .bot_con>.pr ul li span {
  color: #151668;
}

.content_list .bot_con .flex {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.125rem;
}

.content_list .bot_con .icon {
  width: 5.625rem;
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dbdcde;
}

.content_list .bot_con .icon img {
  height: 2.125rem;
}

.content_list .bot_con p.w220 {
  font-size: 1rem;
  padding-left: 1.6875rem;
  color: #686868;
  height: 5.625rem;
  display: flex;
  align-items: center;
  background: #e6e6e6;
  width: calc(100% - 5.625rem);
}

/* 定义开关按钮的样式 */
.switch {
  position: relative;
  display: inline-block;
  width: 1.6875rem;
  height: 0.75rem;
}

/* 定义开关按钮的轨道 */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* 定义开关按钮的滑块 */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #686868;
  transition: 0.4s;
  border-radius: 1.875rem;
}

/* 定义开关按钮关状态时的样式 */
.switch .slider:before {
  position: absolute;
  content: "No";
  height: 0.9375rem;
  width: 0.9375rem;
  left: 0;
  bottom: -2px;
  background-color: white;
  border: 1px solid #686868;
  transition: 0.4s;
  border-radius: 50%;
}

/* 定义开关按钮开状态时的样式 */
.switch input:checked+.slider {
  background-color: #151668;
}

/* 定义开关按钮滑块开状态时的样式 */
.switch input:checked+.slider:before {
  transform: translateX(0.9375rem);
  border-color: #151668;
  content: "Yes";
}

label {
  margin-bottom: 0;
}

.radio label {
  line-height: 20px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 15px;
  color: #777;
}

.radio_type {
  width: 0.9375rem;
  height: 0.9375rem;
  appearance: none;
  position: relative;
}

.radio .radio_type:before {
  content: '';
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #686868;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.radio .radio_type:checked:before {
  content: '';
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #686868;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.radio .radio_type:checked:after {
  content: '';
  width: 0.5625rem;
  height: 0.5625rem;
  text-align: center;
  background: #686868;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.1875rem;
}

.radio .radio_type:checked+label {
  color: #686868;
}

.radio2.radio .radio_type:checked:before,
.radio2.radio .radio_type:checked::after,
.radio2 .radio_type:before {
  display: none;
}

.radio2 .radio_type:checked+label {
  border: 1px solid #151668;
}

.radio2 .radio_type:checked+label .text {
  background: #151668;
  color: #fff;
}

.radio2 .pr {
  display: inline-block;
}

.radio2 input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.radio2 label {
  width: 9.375rem;
  border: 1px solid #bcbcbc;
  background: #fff;
}

.radio2 label .img {
  height: 6.875rem;
  text-align: center;
}

.radio2 label .text {
  line-height: 1rem;
  margin-top: 0.5rem;
  border-top: 1px solid #bcbcbc;
  text-align: center;
  font-size: 0.875rem;
  height: 2rem;
}

.customized_three .bot {
  background: #fff;
  padding: 2.5rem 2.5rem 6.875rem;
  margin-top: 2.5rem;
}

.customized_three .bot .name {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #000000;
}

.customized_three .bot .font20 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  color: #686868;
}

.customized_three .bot .font20.c0 {
  font-weight: 600;
  color: #000;
}

.customized_three .bot .div1 {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #eeeeef;
}

.customized_three .bot .mt65 {
  border-top: 1px solid #eeeeef;
}

.customized_three .bot ul li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #eeeeef;
}

.customized_three .bot ul li .img2 {
  padding-left: 2.6rem;
}

.customized_three .bot ul li .bor {
  width: 10rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  border: 1px solid #939393;
}

.customized_three .bot ul li .bor.no {
  border: none;
}

.body_clearfix_left {
  width: 70%;
}

.body_clearfix_left .img img {
  height: 100vh;
  object-fit: cover;
}

.body_clearfix_left header {
  width: 70%;
}

.body_clearfix_right {
  width: 30%;
}

.body_clearfix_right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5.875rem 0 2.1875rem;
  line-height: 6.25rem;
}

.body_clearfix_right .top .text {
  line-height: normal;
  cursor: pointer;
  color: #686868;
}

.body_clearfix_right .top .text:hover {
  color: #151668;
}

.body_clearfix_right .top p {
  font-size: 1.125rem;
  color: #000000;
}

.body_clearfix_right .center {
  height: calc(100vh - 6.25rem - 6.25rem);
  padding: 0 3.75rem 2rem;
  background: #f6f7f7;
  overflow-y: scroll;
}

.body_clearfix_right .center .top_top {
  height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #bcbcbc;
}

.body_clearfix_right .center .top_top div {
  font-size: 1.375rem;
}

.body_clearfix_right .center .top_top div img {
  height: 1.125rem;
  margin: 0 0.6875rem;
}

.body_clearfix_right .center .top_top .div1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.body_clearfix_right .center .top_top .qiehuan {
  display: flex;
  align-items: center;
  margin: 0 -0.5rem;
}

.body_clearfix_right .center .top_top .qiehuan a {
  margin: 0 0.5rem;
}

.body_clearfix_right .center .top_top .icon,
.body_clearfix_right .center .top_top .qiehuan a {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body_clearfix_right .center .top_top .icon .iconfont,
.body_clearfix_right .center .top_top .qiehuan a .iconfont {
  display: block;
  font-size: 1.125rem;
  color: #000000;
}

.body_clearfix_right .center::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 4px;
  height: 164px;
  position: absolute;
}

.body_clearfix_right .center::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.body_clearfix_right .center::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #151668;
}

.flex .body_clearfix_right .center .list:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.body_clearfix_right .center .list .flex {
  height: 5.25rem;
  border-bottom: 1px solid #bcbcbc;
  position: relative;
}

.body_clearfix_right .center .list .flex .iconfont {
  width: 2.1875rem;
  display: block;
}

.body_clearfix_right .center .list .flex::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #151668;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.body_clearfix_right .center .list .flex:hover div,
.body_clearfix_right .center .list .flex:hover .iconfont {
  color: #151668;
}

.body_clearfix_right .center .list .flex div {
  width: calc(100% - 1.25rem - 2.1875rem);
  font-size: 1.125rem;
  color: #000000;
  padding-left: 0.875rem;
}

.body_clearfix_right .center .list .flex img {
  width: 1.25rem;
  max-height: 1.5rem;
}

.body_clearfix_right .center .div2_ul {
  margin-top: 1.875rem;
}

.body_clearfix_right .center .div2_ul .text {
  margin-top: 0.625rem;
}

.body_clearfix_right .center .div2_ul li {
  margin-bottom: 1.875rem;
}

.body_clearfix_right .center .div2_ul li .img {
  border: 1px solid #f6f7f7;
}

.body_clearfix_right .center .div2_ul li.active .img {
  border: 1px solid #151668;
}

.body_clearfix_right .center .div3_ul .div3_ul_bot {
  display: none;
}

.body_clearfix_right .center .div3_ul .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

.body_clearfix_right .center .div3_ul ul {
  display: flex;
  justify-content: flex-start;
}

.body_clearfix_right .center .div3_ul .radio_li {
  margin-right: 3.75rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  position: relative;
  cursor: pointer;
}

.body_clearfix_right .center .div3_ul .radio_li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #686868;
  border-radius: 50%;
}

.body_clearfix_right .center .div3_ul .radio_li.active::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.1875rem;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #686868;
  border-radius: 50%;
}

.body_clearfix_right .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.75rem;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 6.25rem;
  background: #fff;
}

.body_clearfix_right .bot img {
  width: 3.4375rem;
}

.body_clearfix_right .bot .right_bot {
  display: flex;
  align-items: center;
}

.body_clearfix_right .bot .right_bot .bor {
  margin-right: 1.25rem;
  border-color: #151668;
  color: #151668;
}

.list_parent .ul1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9375rem;
}

.list_parent .ul1 li {
  width: 20%;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
}

.list_parent .ul1 li>a {
  border: 1px solid #d6d6d6;
  padding: 1.875rem 1rem;
}

.list_parent .ul1 li:hover>a {
  border-color: #151668;
}

.list_parent .ul1 li:hover img {
  transform: scale(1.1);
}

.list_jly .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_jly .top p {
  font-weight: bold;
  font-size: 2rem;
  color: #232323;
}

.list_jly .top div img {
  height: 3.125rem;
}

.list_jly .text {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-top: 5.375rem;
  color: #515151;
}

.list_jly li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.list_jly li>div {
  padding: 5rem 3.125rem;
}

.list_jly_three .left {
  padding-right: 3.75rem;
}

.list_jly_three .left .text {
  margin: 1rem 0 3.75rem;
}

.list_jly_three .right ul li:nth-child(1)>div,
.list_jly_three .right ul li:nth-child(2)>div,
.list_jly_three .right ul li:nth-child(3)>div {
  border-top: 1px solid #dbdbdb;
}

.list_jly_three .right ul li>div {
  padding: 2.125rem 0;
  border-bottom: 1px solid #dbdbdb;
}

.list_jly_three .right .top {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
}

.list_jly_three .right .top p {
  margin-right: 1.125rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background: #5b5b5b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_jly_three .right .top p .iconfont {
  font-size: 0.65rem;
  color: #fff;
}

.list_jly_three .right .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #515151;
  padding-left: 2.5rem;
  margin: 1rem 0;
}

.list_jly_three .right .icon img {
  width: 3.75rem;
  height: 3.75rem;
}

.list_jly_two .left {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  padding: 0;
}

.list_jly_two .left .over,
.list_jly_two .left .over img {
  height: 100vh;
  object-fit: cover;
}

.list_jly_two .row {
  margin: 0;
}

.list_jly_two .right {
  padding-right: var(--container);
  padding-left: 5.625rem;
}

.list_jly_two .right ul li {
  height: 100vh;
  display: flex;
  align-items: center;
}

.list_jly_two .right ul li .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.list_jly_two .right ul li .name span {
  color: #151668;
}

.four .radio2.width_c {
  margin: 0 -0.625rem;
}

.four .radio2.width_c>.pr {
  margin-right: 0;
}

.four .radio2.width_c label .img {
  border-radius: 0;
  padding: 0;
  height: auto;
  width: 100%;
  border-color: transparent;
}

.four .radio2.width_c label .img img {
  border-radius: 0;
}

.four .radio2.no_radius label .img {
  border-radius: 0;
  padding: 0;
}

.four .radio2.no_radius label .img img {
  border-radius: 0;
}

.four .radio2 {
  display: flex;
  flex-wrap: wrap;
}

.four .radio2 input {
  cursor: pointer;
}

.four .radio2>.pr {
  cursor: pointer;
  width: 32.5%;
  margin-bottom: 1rem;
  text-align: center;
}

.four .radio2 .radio_type:checked+label {
  border: none;
}

.four .radio2 .radio_type:checked+label .img {
  border-color: #151668;
}

.four .radio2 .radio_type:checked+label .text {
  background: transparent;
  color: #686868;
}

.four .radio2 .text {
  border: none;
}

.four .radio2 label {
  width: auto;
  border: none;
  background: transparent;
}

.four .radio2 label .img {
  width: 5.25rem;
  height: 5.25rem;
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  margin: 0 auto;
}

.four .radio2 label .img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.four .radio3>.pr {
  margin-bottom: 0.5rem;
}

.four .radio3 input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.four .radio3 .radio_type:checked+label .img {
  border-color: #151668;
}

.four .radio3 .radio_type:checked+label p::before {
  content: "";
  background: url(../img/duig2.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  width: 0.65rem;
  height: 0.375rem;
  color: #686868;
  filter: brightness(0);
  opacity: 0.75;
}

.four .radio3 label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.four .radio3 label .img {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  border: 1px solid #bcbcbc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.four .radio3 label .img img {
  height: 1.25rem;
}

.four .radio3 label .text {
  font-size: 1rem;
  width: calc(100% - 3.375rem - 1.125rem);
  color: #686868;
  padding: 0 1.25rem;
}

.four .radio3 label p {
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #686868;
  border-radius: 50%;
  position: relative;
}

.customized_five .top {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  line-height: 2.5rem;
  color: #000000;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.customized_five .top_t {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #686868;
  margin-bottom: 1.875rem;
}

.customized_five .top_t span {
  color: #232323;
}

.customized_five .bot {
  margin-top: 2.5rem;
}

.customized_five .bot li {
  margin-bottom: 1.25rem;
}

.customized_five .bot li .name {
  font-size: 1.375rem;
  line-height: 5.3125rem;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5625rem;
}

.customized_five .bot li:nth-child(1) .img {
  display: flex;
  align-items: center;
}

.customized_five .bot li:nth-child(1) .img img {
  width: 9.375rem;
}

.customized_five .bot li:nth-child(1) .img p {
  margin-left: 1.375rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}

.customized_five .bot li .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -1.5rem;
}

.customized_five .bot li .flex .img {
  min-width: 5.25rem;
}

.customized_five .bot li .flex>div {
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  width: 25%;


}

.customized_five .bot li .flex .img {
  text-align: center;
}

.customized_five .bot li .flex .img img {
  min-height: 40px;
  max-height: 60px;
}

.customized_five .bot li .flex>div>div:nth-child(2) {
  padding-left: 1.25rem;
}

.customized_five .bot li .flex>div div {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
}

.customized_five .bot li .flex>div p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}

.customized_five .bot li .flex .radius>div:nth-child(1) {
  border: 1px solid #ddd;
  padding: 0.3125rem;
  border-radius: 50%;
}

.customized_five .tips {
  padding: 5rem 0 0;
}

.del_content {
  display: none;
}

.save.subcontent {
  width: 60% !important;
}

.save.subcontent .right_bot .more {
  width: 10rem;
}

.save.subcontent .text {
  font-size: 1rem;
}

.delcontent,
.subcontent {
  width: 31.25rem !important;
  text-align: center !important;
  padding: 4rem 4rem !important;
  background: #fff !important;
}

.subcontent .phone_popup {
  padding: 2px;
}

.subcontent .phone_popup .contact {
  margin-top: 2rem;
}

.subcontent .phone_popup .contact .col-6 .more {
  padding: 0;
}

.delcontent .right_bot .more,
.subcontent .right_bot .more {
  width: calc(50% - 0.625rem);
}

.delcontent .name,
.subcontent .name {
  justify-content: flex-start;
  display: flex;
  align-items: center;
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #151668;
}

.delcontent .name img,
.subcontent .name img {
  width: 2rem;
}

.delcontent .name p,
.subcontent .name p {
  padding-left: 1rem;
  width: calc(100% - 2rem);
  text-align: left;
}

.delcontent .text,
.subcontent .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #686868;
  margin: 1rem 0 1.25rem;
}

.delcontent form .row,
.subcontent form .row {
  margin: 1.5rem 0;
}

.delcontent form .row>div,
.subcontent form .row>div {
  padding: 0;
}

.delcontent form .row>div.left,
.subcontent form .row>div.left {
  padding-right: 15px;
}

.delcontent form .more.w100,
.subcontent form .more.w100 {
  width: 100%;
}

.delcontent form .right button,
.subcontent form .right button {
  padding: 0;
  text-align: center;
  width: 100%;
  background: #313131;
  border-color: #313131;
}

.delcontent form .right button:hover,
.subcontent form .right button:hover {
  border-color: #151668;
  background: #151668;
}

.delcontent .input.input2,
.subcontent .input.input2 {
  margin-bottom: 1.25rem;
}

.delcontent .input.input2 input,
.subcontent .input.input2 input {
  padding-left: 1.25rem;
}

.delcontent .input p,
.subcontent .input p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.875rem;
  color: #686868;
  text-align: left;
}

.delcontent .input input,
.subcontent .input input {
  padding: 0 1.25rem 0 2.8125rem;
  line-height: 3.4375rem;
  border-radius: 0.3125rem;
  border: 1px solid #bcbcbc;
  width: 100%;
}

.delcontent .input img,
.subcontent .input img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.9rem;
  width: 1.25rem;
  height: 1.25rem;
}

.city-picker-span {
  width: 100% !important;
}

.delcontent .layui-layer-setwin .layui-layer-close2,
.subcontent .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 1.375rem;
  top: 1rem;
  color: #4C4948 !important;
  background: transparent url(../img/close.png) no-repeat !important;
  background-position: center center !important;
}

.subcontent .layui-layer-content {
  overflow: visible !important;
}

.subcontent .city-picker-dropdown {
  top: auto !important;
  bottom: 3.4375rem !important;
  width: 100% !important;
  margin-bottom: 0;
}

.subcontent .city-select-wrap {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5) !important;
  border: 1px solid #ddd !important;
}

.subcontent .city-picker-span {
  text-align: left !important;
  line-height: 3.4375rem !important;
  height: 3.4375rem !important;
}

.city-picker-dropdown {
  width: calc(100% - 4.375rem) !important;
  text-align: left !important;
}

.city-picker-span {
  border-radius: 0.3125rem;
  border: 1px solid #bcbcbc;
  padding: 0 1.25rem;
}

.city-picker-span .title {
  font-size: 1rem;
  color: #686868 !important;
  line-height: 3.4375rem;
  font-weight: normal;
}

.city-picker-span .title span {
  color: #333 !important;
  font-size: 1rem !important;
}

.city-picker-span.focus {
  border-bottom-color: #bcbcbc !important;
}

.elevator,
.elevator_detail {
  min-height: calc(100vh - 10.625rem);
  display: flex;
}

.elevator .left,
.elevator_detail .left {
  width: 20%;
  background-color: #e5e5e5;
}

.elevator .left ul,
.elevator_detail .left ul {
  padding-top: 1.5625rem;
  position: sticky;
  top: 6.25rem;
  left: 0;
}

.elevator .left ul li a,
.elevator_detail .left ul li a {
  padding: 0 2.375rem;
  line-height: 4.0625rem;
  font-size: 1.125rem;
  color: #686868;
  display: flex;
  align-items: center;
}

.elevator .left ul li a div,
.elevator_detail .left ul li a div {
  width: calc(100% - 2.8125rem);
  padding-left: 1rem;
}

.elevator .left ul li a img,
.elevator_detail .left ul li a img {
  width: 2.8125rem;
}

.elevator .left ul li.active,
.elevator_detail .left ul li.active {
  background: #151668;
}

.elevator .left ul li.active a,
.elevator_detail .left ul li.active a {
  color: #fff;
  filter: brightness(0) invert(1);
}

.elevator .right,
.elevator_detail .right {
  width: 80%;
  padding: 2.25rem 2.8125rem;
  background: #f6f7f7;
}

.elevator .right .bread,
.elevator_detail .right .bread {
  padding: 0 0 1.875rem 0;
  display: flex;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  align-items: center;
}

.elevator .right .bread .iconfont,
.elevator_detail .right .bread .iconfont {
  font-size: 1rem;
  margin-right: 0.75rem;
}

.elevator .right .bread .iconfont:nth-child(2),
.elevator_detail .right .bread .iconfont:nth-child(2) {
  padding-left: 0.625rem;
}

.elevator .right .content,
.elevator_detail .right .content {
  background: #fff;
  padding: 2.5rem 2rem;
}

.elevator .right .content .name {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #000000;
  margin-bottom: 2rem;
}

.elevator .right .content li {
  display: flex;
  align-items: center;
  padding: 1rem 2.8125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
}

.elevator .right .content li>div:nth-child(3) {
  text-align: center;
}

.elevator .right .content li:not(:first-child):hover div:nth-child(1),
.elevator .right .content li:not(:first-child):hover a:nth-child(1) {
  color: #151668;
  font-size: 1.25rem;
  font-weight: 600;
}

.elevator .right .content li:not(:first-child):hover div:nth-child(3) .icon {
  background: #151668;
}

.elevator .right .content li:not(:first-child):hover div:nth-child(3) .icon .iconfont {
  color: #fff;
}

.elevator .right .content li:nth-child(1) {
  background: #313131;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}

.elevator .right .content li .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.elevator .right .content li .icon .iconfont {
  display: block;
  font-size: 1.125rem;
  color: #000000;
  font-weight: 600;
}

.elevator .right .content li>div,
.elevator .right .content li>a {
  width: 50%;
}

.elevator .right .content li>div:nth-child(2) {
  width: 40%;
}

.elevator .right .content li>div:last-child {
  width: 10%;
}

.aside_left .list ul li {
  /* 将原本的圆形图标替换成正方形 */
  /* 添加自定义图片作为图标 */
}

.aside_left .list ul li label {
  display: flex;
  align-items: center;
}

.aside_left .list ul li label span {
  width: calc(100% - 1.25rem);
  padding-left: 0.5rem;
  font-size: 1rem;
}

.aside_left .list ul li input[type="radio"] {
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* Standard syntax */
}

.aside_left .list ul li input[type="radio"] {
  width: 1rem;
  /* 控制按钮的宽度 */
  height: 1rem;
  /* 控制按钮的高度 */
  border: 1px solid #cccccc;
  /* 控制按钮的边框样式 */
  outline: none;
  /* 去除点击时的默认边框效果 */
}

.aside_left .list ul li input[type="radio"]:checked {
  border-color: #151668;
  background: #151668 url(../img/d.svg) no-repeat;
  background-size: 0.5625rem;
  background-position: center;
  /* 当被选中时的背景色 */
}

.aside_left .list ul li input[type="radio"]:disabled {
  opacity: 0.5;
  /* 当处于禁用状态时的透明度 */
}

.list_jly_two .left .over,
.list_jly_two .left .over img,
.list_jly_two .left,
.list_jly_two .right ul li {
  height: 60vh;
}

.list_jly_two .left .over {
  position: sticky;
}

.list_jly_two .row {
  position: relative;
}

.list_jly_two {
  max-height: 60vh;
  overflow: hidden;
}

.list_jly_two .right ul li {
  background: #f6f6f6;
}

.index_two .name {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin-top: 1.25rem;
}

.index_two .row>div:hover .hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  bottom: 0;
}

.index_two .pr {
  overflow: hidden;
}

.index_two .col-md-6:hover .name,
.index_two .hover ul li a:hover {
  color: #151668;
}

.index_two .col-md-6:hover .over img {
  transform: scale(1.1);
}

.index_two .col-md-6:nth-child(1) .hover ul li:nth-child(5),
.index_two .col-md-6:nth-child(1) .hover ul li:nth-child(4) {
  margin-top: 1.875rem;
}

.index_two .col-md-6:nth-child(1) .hover ul li:nth-child(5) {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;

}

.index_two .hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .hover ul {
  width: 100%;
  padding: 0 4rem;
}

.index_two .hover ul li {
  width: 33.3%;
  color: #fff;
  font-size: 1.25rem;
}

.index_two .hover ul li a {
  color: #fff;
}

.index_two .hover ul li a:nth-child(1) {
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.index_two .hover ul li .text {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .index_two .row>div:not(:last-child) {
    margin-bottom: 20px;
  }

  .index_two .name {
    font-size: 18px;
    margin-top: 10px;
  }

  .index_two .hover ul {
    padding: 0 1rem;
  }

  .index_two .hover ul {
    margin: 0 -5px;
  }

  .index_two .hover ul li {
    font-size: 1.125rem;
    padding: 0 5px;
  }

  .index_two .hover ul li .text {
    font-size: 12px;
  }
}

.bbimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.bbimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




.subcontent.fixed_popoup {
  width: 50% !important;
}

.subcontent.fixed_popoup .row1 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.subcontent.fixed_popoup select {
  width: 100%;
  border-radius: 0.3125rem;
  border: 1px solid #bcbcbc;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #686868;
  line-height: 3.4375rem;
  height: 3.4375rem;
}

.banner .swiper-slide .pc_show_767 {
  /*height: calc(100vh - 6.25rem);*/
  object-fit: cover;
}

.banner .index_five {
  padding-top: 0;
}

.banner .index_five .right .shuzi li {
  padding: 1.25rem 0 1.5rem;
}

.show_pro_0329_one .icon img {
  height: 3.875rem;
}

.show_pro_0329_one ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.show_pro_0329_one ul li {
  width: 20%;
  text-align: center;
  padding: 1.25rem;
}

.show_pro_0329_one 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;
}

.show_pro_0329_one .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #232323;
  margin-top: 1.25rem;
}

.show_pro_0329_two .title {
  margin-bottom: 4.0625rem;
}

.show_pro_0329_two .name {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 1.875rem;
  color: #000000;
}

.show_pro_0329_two ul li {
  border-top: 1px solid #DBDBDB;
  padding: 1.875rem 0;
  min-height: 12.5rem;
}

.show_pro_0329_two ul li div {
  font-size: 1.25rem;
  line-height: 3.125rem;
  color: #000000;
  display: flex;
  align-items: center;
}

.show_pro_0329_two ul li div img {
  height: 1.375rem;
}

.show_pro_0329_two ul li div div {
  width: calc(100% - 1.375rem);
  padding-left: 0.625rem;
}

.show_pro_0329_two ul li .text {
  text-align: justify;
}

.show_pro_0329_two ul li p {
  padding-left: 2rem;
}

.show_pro_0329_three .title {
  margin-bottom: 2.5rem;
}

.show_pro_0329_three .text {
  color: #686868;
}

.show_pro_0329_three .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  margin: 1.25rem 0 0.25rem;
}

.show_pro_0329_three ul li {
  margin-bottom: 2.5rem;
  text-align: center;
}

.list_culture .flex {
  margin-top: 2.5rem;
}

.list_culture .flex .left {
  width: 40%;
}

.list_culture .flex .right {
  width: 60%;
}

.list_culture .flex ul li {
  display: flex;
  align-items: center;
}

.list_culture .flex ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.list_culture .flex ul li .icon {
  width: 5.375rem;
}

.list_culture .flex ul li .icon img {
  width: 100%;
}

.list_culture .flex ul li p {
  width: calc(100% - 5.375rem);
  font-size: 1.125rem;
  padding-left: 1.25rem;
}

.list_culture_two .name {
  font-size: 1.125rem;
  line-height: 2.0625rem;
  color: #5e5e5e;
  margin-bottom: 3.125rem;
}

.list_culture_two ul {
  margin-top: 3.125rem;
}

.list_culture_two ul li {
  margin-bottom: 3rem;
}

.list_culture_two ul li .name1 {
  font-size: 1.25rem;
  line-height: 2.125rem;
  color: #000000;
  margin: 1.125rem 0 0.3125rem;
}

.list_culture_two ul li:hover .name1 {
  color: #151668;
}

.list_culture_two ul li:hover .over img {
  transform: scale(1.1);
}

@media (max-width: 990px) {
  .show_pro_0329_two .center {
    order: 4;
  }

  .show_pro_0329_two .right {
    order: 2;
  }

  .show_pro_0329_two ul li {
    min-height: auto;
    padding: 20px 0;
  }

  .show_pro_0329_two .title {
    margin-bottom: 20px;
  }

  .list_culture .flex .left {
    width: 100%;
    text-align: center;
  }

  .list_culture .flex .left img {
    height: 60px;
  }

  .list_culture .flex .right {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .show_pro_0329_one ul li {
    padding: 10px 0;
  }

  .show_pro_0329_one .icon img {
    height: 40px;
  }

  .show_pro_0329_one .name {
    font-size: 16px;
    margin-top: 10px;
  }

  .show_pro_0329_two ul li {
    padding: 15px 0;
  }

  .show_pro_0329_three .title {
    margin-bottom: 15px;
  }

  .list_culture .flex ul li p {
    font-size: 14px;
  }

  .list_culture_two .name {
    margin-bottom: 15px;
  }

  .list_culture_two ul {
    margin-top: 15px;
  }

  .list_culture_two ul li {
    margin-bottom: 15px;
  }
}

.ele_html body {
  padding-top: 0;
}

.ele_html {
  height: 100vh;
}

.ele_html body,
.ele_html body>form {
  height: 100vh;
}

.ele_html .body_clearfix,
.ele_html .body_clearfix_left {
  height: 100%;
}

.ele_html .body_clearfix_left>.pr {
  height: calc(100% - 6.25rem);
  margin-top: 6.25rem;
}

.ele_html .body_clearfix_left>.pr>img {
  height: 100%;
  object-fit: contain;
}

.ele_html .body_clearfix_left .bbimg img {
  object-fit: contain;
}

.result_bbimg .bbimg,
.result_bbimg .bbimg img:nth-child(1) {
  position: relative;
}

.result_bbimg .bbimg img {
  height: 30rem;
  object-fit: contain;
}

.result_bbimg .customized_five .bot li .flex>div div.img {
  width: 5rem;
  height: 5rem;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.result_bbimg .customized_five .bot li .flex>div {
  margin-bottom: 1rem;
}

.result_bbimg .customized_five .bot li .flex>div div img {
  max-width: 60%;
  max-height: 60%;
  min-width: 40%;
  min-height: 40%;
  object-fit: contain;
}

.result_bbimg header .logo {
  display: flex;
  align-items: center;
}



.list_about_0918 .ul {
  margin-top: 1.875rem;
}

.list_about_0918 .ul li:hover>div .icon img,
.list_about_two_0918 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;
}

.list_about_0918 .ul li>div {
  background: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 4.0625rem 0 3.125rem;
}

.list_about_0918 .ul li>div .icon {
  margin-bottom: 1.625rem;
}

.list_about_0918 .ul li>div .icon img {
  height: 4rem;
}

.list_about_0918 .ul li>div .name {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.625rem;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 0.5rem;
}

.list_about_0918 .ul li>div .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 3px;
  background: #151668;
}

.list_about_0918 .ul li>div .name_en {
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.15);
  font-size: 4rem;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  font-family: 'Barlow Condensed';
  /* 40% */
  text-transform: uppercase;
  text-align: center;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
  color: transparent;
}

.list_about_0918 .ul li>div .text {
  color: #616161;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: 1.25rem;
}

.list_about_two_0918 {
  background: url(https://joylive.bcdn8.com/uploadfile/202409/4d81a219d54a.png) no-repeat;
  background-size: cover;
  padding-bottom: 18.75rem;
}

.list_about_two_0918 ul {
  padding: 7.5rem 0 0;
}

.list_about_two_0918 ul .icon {
  margin-bottom: 1.5rem;
}

.list_about_two_0918 ul .icon img {
  height: 4rem;

}

.list_about_two_0918 .name {
  padding-bottom: 0.75rem;
  position: relative;
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.list_about_two_0918 .name span {
  font-size: 1.625rem;
}

.list_about_two_0918 .name::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 9.375rem;
  height: 3px;
  background: #151668;
}

.list_about_two_0918 .text {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-top: 1rem;
  color: #fff;
}



.banner .bgf6 {
  background: #f9f9f9;
}