@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #1141C9;
}
.c {
  color: #1141C9;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  justify-content: center;
}
.pagination > li {
  margin: 0 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li:hover {
  background: #1141C9;
  color: #fff;
  text-align: center;
}
.pagination > li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}
.pagination > li.active {
  background: #1141C9;
  color: #fff;
}
.pagination > li.active a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap15 {
  gap: 0.9375rem;
}
.gap20 {
  gap: 1.25rem;
}
.gap30 {
  gap: 1.875rem;
}
.gap40 {
  gap: 2.5rem;
}
.gap50 {
  gap: 3.125rem;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #1141C9;
}
.search_more:hover::before {
  background: #1141C9;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 8.125rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul li:hover a {
  color: #1141C9 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
.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;
  }
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #1141C9;
}
.searchbox {
  border-color: #1141C9;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 990px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav > li .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav > li .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em;
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #1141C9;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #004885;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 4rem;
  background: transparent;
  color: #999;
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35em;
  overflow: hidden;
  margin-bottom: 0.2em;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #1141C9;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1536px) {
  body,
  html {
    font-size: calc(100vw / 115);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left {
  width: 10%;
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  width: 10%;
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 80%;
  margin: 0 auto;
}
.phone .center img {
  height: 40px;
  width: 120px;
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #1141C9;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #1141C9;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top .ta img {
  height: 40px;
  filter: brightness(0) invert(0.8);
  width: 120px;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 16px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
footer {
  background: #3A3A3A;
}
footer .foot_top {
  padding-top: 2.8125rem;
  padding-bottom: 3.125rem;
  background-color: #303030;
}
footer .foot_top .left {
  color: #fff;
  width: 30%;
}
footer .foot_top .left .foot-contact ul li {
  display: flex;
  /* align-items: center; */
  margin-top: 0.625rem;
}
footer .foot_top .left .foot-contact {
  font-size: 1rem;
  margin-top: 1.375rem;
}
footer .foot_top .left .foot-contact .icon {
  margin-right: 0.625rem;
  width: 2rem;
  height: 2rem;
}
footer .foot_top .left .foot-contact p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  flex: 1;
}
footer .foot_top .right {
  width: 70%;
}
footer .foot_top .right .footnav {
  display: flex;
  justify-content: space-between;
}
footer .foot_top .right .footnav .tt {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
}
footer .foot_top .right .footnav .subfootnav {
  margin-top: 1.25rem;
}
footer .foot_top .right .footnav .subfootnav .subfootli > a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
footer .foot_top .right .footnav .subfootnav .subfootli > a:hover {
  font-weight: 600;
}
footer .copyright {
  background-color: #282828;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
  padding: 0.375rem 0;
}
footer .copyright a {
  color: #fff;
}
footer .copyright p {
  color: #fff;
}
footer .copyright .left span:nth-last-child(1) {
  display: none;
}
@-webkit-keyframes banscaleDraw {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.banner .hover {
  position: absolute;
  padding-top: 6.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.375rem;
}
.banner .hover .p2 {
  margin-top: 0.6875rem;
  color: #FFF;
  font-size: 1.35rem;
  font-weight: 400;
  width: 55%;
}
.banner .hover .btn_flex {
  margin: 1.875rem -0.625rem 0;
  display: flex;
  align-items: center;
}
.banner .hover .btn_flex .btn {
  width: 10.875rem;
  height: 3.25rem;
  line-height: 3.25rem;
  border-radius: 0.625rem;
  border: 1px solid #FFF;
  padding: 0;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0.625rem;
}
.banner .hover .btn_flex .btn:nth-child(1) {
  background-color: #fff;
  color: #1141C9;
}
.banner .hover .btn_flex .btn:nth-child(1):hover {
  background-color: unset;
  color: #fff;
  border-color: #fff;
}
.banner .hover .btn_flex .btn:hover {
  background-color: #fff;
  color: #1141C9;
  border-color: #fff;
}
.banner .hover2 {
  position: absolute;
  right: 10%;
  bottom: 3.125rem;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 3.125rem;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}
.banner .scroll {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.neibanner {
  position: relative;
}
.neibanner .neibanner_txt {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.neibanner .neibanner_txt h3 {
  color: #fff;
  font-size: 4.5rem;
  text-align: right;
}
.search-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999999;
  top: 0;
  left: 0;
  display: none;
}
.search-box {
  display: none;
  width: 40%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.search-box input[type="text"] {
  padding: 1.5625rem;
  border: unset;
  border-radius: 1.25rem;
  width: 100%;
  outline: none;
}
.search-box button {
  background: unset;
  color: #999;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.4375rem;
}
.search-box button i {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.all_title.white h3,
.all_title.white p {
  color: #fff;
}
.all_title.white h3::before {
  background-color: #fff;
}
.all_title h3 {
  color: #222;
  font-size: 2.9375rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 0.625rem;
}
.all_title h3::before {
  content: '';
  display: block;
  width: 2.2813rem;
  height: 0.0625rem;
  background-color: #1141C9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.all_title p {
  padding-top: 0.625rem;
  color: rgba(34, 34, 34, 0.7);
  font-size: 1.5rem;
  font-weight: 300;
}
.index_one {
  padding-top: 7.0625rem;
  padding-bottom: 5.9375rem;
  background: #F8F8F9;
}
.index_one .cont .grid_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem 1.875rem;
}
.index_one .cont .grid_box .grid_item p {
  color: #222;
  font-size: 1.125rem;
  font-weight: 600;
}
.index_one .cont .grid_box .grid_item .i,
.index_one .cont .grid_box .grid_item .ndownPayment_p {
  margin-top: 2px;
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.3125rem;
}
.index_one .cont .grid_box .grid_item .inpt2 {
  margin-top: 1.25rem;
  position: relative;
  display: flex;
  align-items: center;
}
.index_one .cont .grid_box .grid_item output {
  color: #222;
  font-size: 0.875rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 0.625rem;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 0.125rem 0.625rem;
  margin-right: 0.625rem;
  min-width: 3.125rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: -1rem;
  z-index: 10;
  transform: translateX(-50%);
}
.index_one .cont .grid_box .grid_item output::after {
  content: '';
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #FFF;
}
.index_one .cont .grid_box .grid_item input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background: linear-gradient(to right, #1141C9 0%, #1141C9 var(--value, 50%), #D9D9D9 var(--value, 50%), #D9D9D9 100%);
  outline: none;
  margin-top: 1.25rem;
}
.index_one .cont .grid_box .grid_item input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #1141C9;
  cursor: pointer;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
}
.index_one .cont .grid_box .grid_item input[type="range"]::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #1141C9;
  cursor: pointer;
  border: none;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
}
.index_one .cont .grid_box .inpt {
  width: 100%;
  height: 3.375rem;
  border-radius: 0.625rem;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 0 0.875rem;
  position: relative;
}
.index_one .cont .grid_box .inpt::before {
  content: "\e87e";
  color: #222;
  font-family: 'iconfont';
  font-size: 0.75rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.index_one .cont .grid_box .inpt select {
  width: 100%;
  height: 100%;
  border: none;
  color: #222;
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.7;
  background-color: #fff !important;
  background: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 0.625rem;
  text-transform: capitalize;
}
.index_one .cont .selectPro {
  width: 18.5rem;
  height: 3.375rem;
  border: 2px solid #1141C9;
  border-radius: 0.625rem;
  color: #1141C9;
  font-size: 1.125rem;
  font-weight: 600;
  background-color: #fff !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .cont .selectPro:hover {
  background-color: #1141C9 !important;
  color: #FFF;
}
.index_one .cont .resetPro {
  width: 18.5rem;
  height: 3.375rem;
  border: 2px solid #1141C9;
  background-color: #1141C9;
  border-radius: 0.625rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .cont .resetPro:hover {
  background-color: unset;
  color: #1141C9;
}
.index_one .cont {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
}
.index_one .cont.bgcolor {
  background: #1141C9;
}
.index_one .cont .top_nav {
  width: 100%;
  display: inline-block;
  background: #032FA9;
  overflow-y: auto;
  white-space: nowrap;
}
.index_one .cont .top_nav::-webkit-scrollbar-track {
  background-color: #3559ba;
  position: absolute;
}
.index_one .cont .top_nav::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.8125rem;
}
.index_one .cont .top_nav::-webkit-scrollbar-thumb {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.625rem;
  width: 0.5rem;
}
.index_one .cont .top_nav .top_navli {
  display: inline-block;
  white-space: nowrap;
}
.index_one .cont .top_nav .top_navli.active a,
.index_one .cont .top_nav .top_navli:hover a {
  opacity: 1;
}
.index_one .cont .top_nav .top_navli.active a::before,
.index_one .cont .top_nav .top_navli:hover a::before {
  opacity: 1;
}
.index_one .cont .top_nav .top_navli a {
  display: inline-block;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 2.3125rem 2.1875rem 2.125rem;
  opacity: 0.7;
  position: relative;
}
.index_one .cont .top_nav .top_navli a::before {
  content: '';
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .cont .pro_ul {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.125rem;
  display: none;
  margin-top: -0.4375rem;
}
.index_one .cont .pro_ul.active {
  display: block;
}
.index_one .cont .pro_ul > li .right {
  padding: 0 2.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index_one .cont .pro_ul > li .right .tit {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 600;
}
.index_one .cont .pro_ul > li .right ul {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_one .cont .pro_ul > li .right ul li {
  width: calc(50% - 1.25rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  /* 312.5% */
}
.index_one .cont .pro_ul > li .right ul li span:nth-child(1) {
  font-weight: 350;
  color: rgba(255, 255, 255, 0.8);
}
.index_one .cont .pro_ul > li .right ul li span:nth-child(2) {
  padding-left: 0.3125rem;
  flex: 1;
  text-align: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
}
.index_one .cont .pro_ul > li .right a.all_more:hover {
  background-color: #fff;
  color: #1141C9;
}
.index_one .cont .pro_ul > li .right a.all_more,
.index_one .cont .pro_ul > li .right a.all_more2 {
  width: 48%;
  margin: unset;
}
.index_two .cont .grid_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.index_two .cont .grid_box .grid_item {
  border-radius: 1.25rem;
  background: #F8F8F9;
  padding: 3.4375rem 1.875rem;
}
.index_two .cont .grid_box .grid_item .icon {
  width: 4.1875rem;
  margin: 0 auto;
}
.index_two .cont .grid_box .grid_item .text {
  margin-top: 1.875rem;
}
.index_two .cont .grid_box .grid_item .text h3 {
  color: #222;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.index_two .cont .grid_box .grid_item .text p {
  margin-top: 0.375rem;
  color: rgba(34, 34, 34, 0.7);
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
}
.index_two .cont .swiper_indexhonor {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.375rem;
}
.index_two .cont .swiper_indexhonor .swiper-slide .over {
  height: 3.125rem;
  text-align: center;
}
.index_two .cont .swiper_indexhonor .swiper-slide .over img {
  width: auto;
  height: 100%;
}
.swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border: 0.0625rem solid #1141C9;
  background-color: unset;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #1141C9;
}
.index_three {
  position: relative;
}
.index_three::before {
  content: '';
  width: 100%;
  height: 19.75rem;
  background: #1141C9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.index_three .swiper_indexthree {
  position: relative;
  overflow: hidden;
  padding-bottom: 4rem;
  margin: 0 -0.625rem;
}
.index_three .swiper_indexthree .swiper-slide {
  padding: 0 0.625rem;
}
.index_three .swiper_indexthree .swiper-slide .over {
  position: relative;
}
.index_three .swiper_indexthree .swiper-slide .over::before {
  content: '';
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../picture/4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.index_three .swiper_indexthree .swiper-slide .text {
  background-color: #fff;
  padding: 1.375rem 0.625rem 1.625rem;
  color: #222;
  font-size: 0.875rem;
  text-align: center;
}
.index_three .swiper_indexthree .swiper-slide .text h3 {
  color: #222;
  font-size: 1.25rem;
  font-weight: 600;
}
.index_three .swiper_indexthree .swiper-slide .text p {
  margin-top: 0.125rem;
  color: rgba(34, 34, 34, 0.7);
  font-size: 1rem;
  font-weight: 300;
}
.index_three .swiper_indexthree .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border: 0.0625rem solid #fff;
  background-color: unset;
  opacity: 1;
}
.index_three .swiper_indexthree .swiper-pagination-bullet-active {
  background-color: #fff;
}
.index_four {
  background: #F8F8F9;
}
.index_four .swiper_indexqh {
  position: relative;
  overflow: hidden;
  padding-bottom: 4rem;
}
.index_four .swiper_indexqh .swiper-wrapper {
  align-items: center;
}
.index_four .swiper_indexqh .swiper-slide .qh_box {
  margin: 0 auto;
  width: 80%;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.index_four .swiper_indexqh .swiper-slide .qh_box::before {
  content: '';
  display: block;
  width: 100%;
  height: 5.2554rem;
  background-image: url(https://cloud-1251007531.bcdn8.com/jiechang1227/uploads/20251229/f20c50933628346aebc21f430dea6c8c.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index_four .swiper_indexqh .swiper-slide .qh_box h1 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 800;
}
.index_four .swiper_indexqh .swiper-slide .qh_box h2 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.index_four .swiper_indexqh .swiper-slide .qh_box h3 {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
}
.index_seven {
  background: #F8F8F9;
}
.index_seven .row {
  align-items: center;
}
.index_seven .left ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.5625rem;
}
.index_seven .left ul li {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  position: relative;
}
.index_seven .left ul li::before {
  content: '';
  display: block;
  width: 4.8125rem;
  height: 0.25rem;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -0.125rem;
  left: 0;
}
.index_seven .left ul li h3 span {
  color: #1141C9;
  font-size: 4.375rem;
  font-weight: 800;
}
.index_seven .left ul li h3 sup {
  color: #1141C9;
  font-size: 4rem;
  font-weight: 800;
}
.index_seven .left ul li p {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
}
.index_seven .right {
  position: relative;
}
.index_seven .right .canvas {
  width: 40vw;
  height: 40vw;
  margin: 0 auto;
  position: relative;
}
.index_seven .right .city-label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
.index_seven .right .city-label.active {
  display: block;
}
.index_seven .right .city-label .city-label-content {
  transform: translateY(-1.875rem);
}
.index_seven .right .city-label .data-label {
  background: #fff;
  padding: 0.625rem;
  border-radius: 1.25rem;
}
.index_seven .right .city-label:nth-child(2) .data-label {
  margin-left: 0;
  margin-right: 6.25rem;
}
.index_six .cont {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.index_six .cont .le,
.index_six .cont .ri {
  width: 9.4375rem;
}
.index_six .cont .tit {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.all_more {
  width: 10.875rem;
  height: 3.25rem;
  border-radius: 0.625rem;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.all_more:hover {
  background-color: #1141C9;
  color: #fff;
}
.all_more2 {
  width: 10.875rem;
  height: 3.25rem;
  border-radius: 0.625rem;
  border: 1px solid #FFF;
  color: #222222;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.all_more2:hover {
  background-color: #1141C9;
  color: #fff;
}
.product-library .cont .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.product-library .cont .grid_box .grid_item p {
  color: #222;
  font-size: 0.875rem;
  font-weight: 600;
}
.product-library .cont .grid_box .grid_item .i {
  color: #222;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.3125rem;
}
.product-library .cont .grid_box .grid_item .inpt2 {
  margin-top: 0.625rem;
  position: relative;
  display: flex;
  align-items: center;
}
.product-library .cont .grid_box .grid_item output {
  color: #222;
  font-size: 0.75rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 0.625rem;
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 0 0.625rem;
  margin-right: 0.625rem;
  min-width: 3.125rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: -0.625rem;
  z-index: 10;
  transform: translateX(-50%);
}
.product-library .cont .grid_box .grid_item output::after {
  content: '';
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #FFF;
}
.product-library .cont .grid_box .grid_item input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background: linear-gradient(to right, #1141C9 0%, #1141C9 var(--value, 50%), #D9D9D9 var(--value, 50%), #D9D9D9 100%);
  outline: none;
  margin-top: 2rem;
}
.product-library .cont .grid_box .grid_item input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #1141C9;
  cursor: pointer;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
}
.product-library .cont .grid_box .grid_item input[type="range"]::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #1141C9;
  cursor: pointer;
  border: none;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
}
.product-library .cont .grid_box .inpt {
  margin-top: 0.625rem;
  width: 100%;
  height: 2.75rem;
  border-radius: 0.625rem;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 0 0.25rem;
  position: relative;
}
.product-library .cont .grid_box .inpt::before {
  content: "\e87e";
  color: #222;
  font-family: 'iconfont';
  font-size: 0.75rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.product-library .cont .grid_box .inpt select {
  width: 100%;
  height: 100%;
  border: none;
  color: #222;
  font-size: 0.875rem;
  font-weight: 400;
  opacity: 0.7;
  background: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 1rem;
  text-transform: capitalize;
}
.product-library .cont .selectPro {
  width: 40%;
  height: 2.75rem;
  border: 2px solid #1141C9;
  border-radius: 0.625rem;
  color: #1141C9;
  font-size: 1rem;
  font-weight: 600;
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.product-library .cont .selectPro:hover {
  background-color: #1141C9;
  color: #FFF;
}
.product-library .cont .resetPro {
  width: 40%;
  height: 2.75rem;
  border: 2px solid #1141C9;
  background-color: #1141C9;
  border-radius: 0.625rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.product-library .cont .resetPro:hover {
  background-color: unset;
  color: #1141C9;
}
.liu-div .msg-a1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
.liu-div .msg-a2 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.group-div-div .video_box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.group-div-div .video_box .video_item .over {
  position: relative;
}
.group-div-div .video_box .video_item .over::before {
  content: '';
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../picture/4.png);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.group-div-div .video_box .video_item .text {
  font-size: 1rem;
  color: #000000;
}
.do-we-do {
  margin-top: 4.25rem;
}
