@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;
}
.row30 {
  margin: 0 -1.875rem;
}
.row30 > div {
  padding: 0 1.875rem;
}
.row20 {
  margin: 0 -1.25rem;
}
.row20 > div {
  padding: 0 1.25rem;
}
.row24 {
  margin: 0 -1.5rem;
}
.row24 > div {
  padding: 0 1.5rem;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
@media (max-width: 990px) {
  .p_top {
    top: -60px;
  }
}
.bg {
  background: #0F75FB;
}
.c {
  color: #0F75FB;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 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.active,
.pagination > li:hover {
  background: #0F75FB;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #262E39;
}
/* 禁止缩放表单 */
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: #0F75FB;
}
.search_more:hover::before {
  background: #0F75FB;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:nth-child(3) {
  position: static;
}
.social-share .icon-wechat .wechat-qrcode {
  z-index: 1000;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul.er-ul-pro .container,
.er-ul.er-ul-pro .flex2 {
  height: 100%;
}
.er-ul.er-ul-pro .left {
  width: 16rem;
  padding-right: 2rem;
  text-align: center;
  padding: 3.125rem 3.125rem 3.125rem 0;
}
.er-ul.er-ul-pro .left .over {
  display: none;
}
.er-ul.er-ul-pro .left .over img {
  height: 12.5rem;
  object-fit: cover;
}
.er-ul.er-ul-pro .left .over.active {
  display: block;
}
.er-ul.er-ul-pro .center_c {
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  width: 11.25rem;
  padding: 1.875rem 0 0;
}
.er-ul.er-ul-pro .center_c > ul > li {
  position: relative;
  text-align: center;
}
.er-ul.er-ul-pro .center_c > ul > li ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  display: none;
}
.er-ul.er-ul-pro .center_c > ul > li ul li:hover > a,
.er-ul.er-ul-pro .center_c > ul > li ul li.active > a {
  background: #0F75FB;
  color: #fff;
}
.er-ul.er-ul-pro .center_c > ul > li a {
  line-height: 3.875rem;
  font-size: 1.125rem;
  color: #333333;
}
.er-ul.er-ul-pro .center_c > ul > li:hover ul,
.er-ul.er-ul-pro .center_c > ul > li.active ul {
  display: block;
}
.er-ul.er-ul-pro .center_c > ul > li:hover > a,
.er-ul.er-ul-pro .center_c > ul > li.active > a {
  background: #0F75FB;
  color: #fff;
}
.er-ul.er-ul-pro .right {
  width: calc(100% - 11.25rem);
  padding-left: 4rem;
  padding-top: 2.8125rem;
  padding-right: 0;
  padding-bottom: 2rem;
}
 
.er-ul.er-ul-pro .right > div {
  display: none;
}
.er-ul.er-ul-pro .right > div ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  justify-content: flex-start;
}
.er-ul.er-ul-pro .right > div ul li {
  width: 20%;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
.er-ul.er-ul-pro .right > div ul li .name {
  font-size: 1.125rem;
  font-weight: 600;
}
.er-ul.er-ul-pro .right > div ul li a {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #4F4F4F;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0.375rem;
}
.er-ul.er-ul-pro .right > div ul li a div {
  max-width: calc(100% - 2.25rem);
}
.er-ul.er-ul-pro .right > div ul li a .iconfont {
  width: 2.25rem;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul.er-ul-pro .right > div ul li a:hover {
  color: #0F75FB;
}
.er-ul.er-ul-pro .right > div ul li a:hover .iconfont {
  transform: translate(0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.er-ul.er-ul-pro .right > div.active {
  display: block;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #0F75FB;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 14.8125rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
  .pagination > li {
    margin: 0 3px 5px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #0F75FB;
}
.searchbox {
  border-color: #0F75FB;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #0F75FB;
}
.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: #0F75FB;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.phone .center img {
  height: 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: #0F75FB;
  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: #0F75FB;
}
.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(1);
  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: 12px;
  color: #a7a7a7;
  line-height: 28px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 20px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #0F75FB;
}
.rightfix li:hover .iconfont {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: 6.25rem;
}
.show_header header.active {
  animation: none;
}
header:hover,
header.active,
.show_header header {
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
  background: #0F75FB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
  --color: #333333;
}
header:hover .logo img,
header.active .logo img,
.show_header header .logo img {
  filter: brightness(1) invert(0);
}
header:hover .lanuage .c,
header.active .lanuage .c,
.show_header header .lanuage .c {
  color: #0F75FB;
}
header:hover .lanuage::before,
header.active .lanuage::before,
.show_header header .lanuage::before,
header:hover .lanuage::after,
header.active .lanuage::after,
.show_header header .lanuage::after {
  background: rgba(53, 53, 53, 0.4);
}
header:hover .center > ul > li:hover > a,
header.active .center > ul > li:hover > a,
.show_header header .center > ul > li:hover > a,
header:hover .center > ul > li.active > a,
header.active .center > ul > li.active > a,
.show_header header .center > ul > li.active > a {
  color: #0F75FB;
}
header:hover .center > ul > li > a::before,
header.active .center > ul > li > a::before,
.show_header header .center > ul > li > a::before {
  background: #0F75FB;
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  --color: #fff;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header > .container {
  padding: 0 6.25rem;
}
header .more {
  border: 1px solid #fff;
  color: #fff;
  line-height: 2.5rem;
}
header .lanuage {
  padding: 0 1.125rem;
  position: relative;
  margin-left: 1.5rem;
}
header .lanuage::before {
  left: 0;
}
header .lanuage::after {
  right: 0;
}
header .lanuage::before,
header .lanuage::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  background: rgba(255, 255, 255, 0.4);
}
header .lanuage .iconfont {
  font-size: 0.875rem;
  margin-left: 0.25rem;
  display: block;
  margin-right: 0.375rem;
}
header .lanuage a {
  display: flex;
  align-items: center;
  color: var(--color);
  font-size: 1rem;
}
header .logo img {
  height: 3.625rem;
  filter: brightness(0) invert(1);
}
header .ds1 {
  margin: 0 0 0 1.5rem;
  cursor: pointer;
}
header .ds1 .iconfont {
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
  color: var(--color);
}
header .center > ul > li {
  float: left;
  padding: 0 1.375rem;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: var(--color);
  position: relative;
  padding: 0 0.5rem;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .hover .p1 {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 5rem;
  color: #FFFFFF;
}
.nyban .hover2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.nyban .hover2 .flex {
  align-items: flex-end;
}
.nyban .hover2 .flex .bread {
  padding-bottom: 1.25rem;
}
.nyban .hover2 .left {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  color: transparent;
  font-family: 'Barlow Condensed';
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 0.8;
  font-style: italic;
}
.show_header .bread {
  color: #606060;
  padding: 1.125rem 0;
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
}
.show_header .bread a {
  color: #606060;
}
.bread {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.bread img {
  height: 1rem;
  margin-right: 0.625rem;
  filter: brightness(0) invert(1);
}
.bread span:last-child {
  display: none;
}
.bread span {
  margin: 0 0.375rem;
}
.bread a {
  color: #fff;
}
.bread a:hover {
  color: #0F75FB;
}
.nyerji {
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
}
.nyerji ul {
  display: flex;
}
.nyerji ul li:not(:last-child) {
  margin-right: 1.875rem;
}
.nyerji ul li a {
  padding: 0 1rem;
  font-size: 1.125rem;
  line-height: 4rem;
  color: #606060;
  position: relative;
}
.nyerji ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 3px;
  background: #0F75FB;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li:hover a,
.nyerji ul li.active a {
  color: #0F75FB;
}
.nyerji ul li:hover a::before,
.nyerji 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;
}
.p100 {
  padding: 6.25rem 0;
}
.p100.pt0 {
  padding-top: 0;
}
.p100.pb0 {
  padding-bottom: 0;
}
.title {
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 2.75rem;
  color: #000000;
}
.subtitle {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  color: #0F75FB;
  margin-bottom: 1rem;
}
.subtitle div {
  display: inline-block;
  position: relative;
  padding-right: 2.25rem;
}
.subtitle div::before {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  right: 0;
  width: 1.5625rem;
  height: 0.125rem;
  border-radius: 0.1875rem;
  background: #0F75FB;
}
.subtitle.cf div::before {
  background: #fff;
}
.font18 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #7c7c7c;
}
.text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #8E8E8E;
}
.banner .hover2 {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 9;
}
.banner .hover2 p {
  font-size: 1rem;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  margin-top: 0.9375rem;
  cursor: pointer;
}
.banner .swiper_pag1 {
  position: static;
}
.banner .swiper_pag1 .swiper-pagination-bullet {
  width: 0.3125rem;
  height: 0.3125rem;
  opacity: 1;
  border-radius: 50%;
  display: block;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin: 0 auto 0.375rem;
}
.banner .swiper_pag1 .swiper-pagination-bullet-active {
  height: 2rem;
  border-radius: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .hover .p1 {
  font-weight: bold;
  font-size: 4.375rem;
  line-height: 5.125rem;
  color: #FFFFFF;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-button-next {
  right: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  background: none;
  margin-top: 0;
  transform: translateY(-50%);
}
.banner .swiper-button-next img,
.banner .swiper-button-prev img {
  height: 2.8125rem;
}
.banner .swiper-button-prev {
  left: -2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner:hover .swiper-button-next {
  right: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner:hover .swiper-button-prev {
  left: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more {
  border: 1px solid #0F75FB;
  line-height: 3.4375rem;
  font-size: 1rem;
  color: #0F75FB;
  padding: 0 2.25rem;
  display: inline-block;
  position: relative;
  border-radius: 6.25rem;
  z-index: 5;
}
.more::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transform: scale(0.6);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #0F75FB;
  z-index: -1;
  opacity: 0;
  border-radius: 6.25rem;
}
.more:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.more:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1);
}
.more > div {
  display: flex;
  align-items: center;
}
.more.borg {
  border-color: #8E8E8E;
  color: #8E8E8E;
}
.more.borg:hover {
  border-color: #0F75FB;
  color: #fff;
}
.more.borgg {
  border-color: #0F75FB;
  color: #fff;
  background: #0F75FB;
}
.more.borgg:hover {
  color: #0F75FB;
}
.more.borgg:hover::before {
  background: #fff;
}
.more.borf {
  border-color: #fff;
  color: #fff;
}
.more.borf:hover {
  color: #0F75FB;
}
.more.borf:hover::before {
  background: #fff;
}
.more .iconfont {
  font-size: 1rem;
  margin-left: 1rem;
}
.more_a {
  display: inline-block;
}
.more_a > div {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #0F75FB;
}
.more_a > div div {
  margin-left: 1.5625rem;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: #0F75FB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_a > div div .iconfont {
  color: #fff;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1.25rem;
  font-weight: 600;
}
.more_a > div span {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: inline-block;
}
.more_a.bor > div {
  color: #A1A1A1;
}
.more_a.bor > div div {
  position: relative;
  background: transparent;
}
.more_a.bor > div div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #A1A1A1;
  border-radius: 50%;
}
.more_a.bor > div div .iconfont {
  color: #A1A1A1;
}
.more_a.bor:hover > div {
  color: #0F75FB;
}
.more_a.bor:hover > div div {
  background: #0F75FB;
  border-color: transparent;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a.bor:hover > div div::before {
  display: none;
}
.more_a.bor:hover > div div .iconfont {
  color: #fff;
  transform: translateX(0);
}
.more_a.borff:hover > div > div {
  background: #fff;
}
.more_a.borff:hover > div > div .iconfont {
  color: #0F75FB;
}
.more_a.borff > div {
  color: #fff;
}
.more_a.borff > div div {
  position: relative;
  background: transparent;
}
.more_a.borff > div div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
}
.more_a.borff > div div .iconfont {
  color: #fff;
}
.more_a:hover > div span {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_a:hover > div .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer {
  background: #262E39;
  padding: 4.375rem 0 1.5625rem;
}
footer .top .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 0.625rem;
}
footer .top .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
footer .top .text:hover {
  color: #fff;
}
footer .bot {
  margin-top: 1.25rem;
}
footer .bot ul:nth-child(1) {
  width: 57%;
}
footer .bot ul:nth-child(1) li:nth-child(2) {
  padding-left: 1rem;
}
footer .bot ul:nth-child(1) li:nth-child(3) {
  padding-left: 0.75rem;
}
footer .bot ul:nth-child(1) li {
  width: 33.3%;
}
footer .bot ul:nth-child(2) {
  width: 43%;
}
footer .bot .name {
  padding-bottom: 0.375rem;
  position: relative;
  margin-bottom: 0.5rem;
}
footer .bot .name img {
  height: 0.9375rem;
  margin-right: 0.15rem;
}
footer .bot .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3.65rem;
  height: 1px;
  background: #fff;
  opacity: 0.6;
}
footer .bot .text,
footer .bot .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
footer .bot .ewm {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
footer .bot .ewm p {
  margin-top: 0.625rem;
}
.beian {
  background: #262E39;
}
.beian .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(114, 114, 114, 0.3);
  padding: 1rem 0;
}
.beian .text .fenxiang {
  display: flex;
  align-items: center;
}
.beian .text ul {
  display: flex;
  align-items: center;
}
.beian .text ul li {
  width: auto;
  height: auto;
  margin-right: 0;
  border: none;
  position: relative;
}
.beian .text ul li .img {
  position: absolute;
  top: -8rem;
  left: -2.5rem;
  width: 7.5rem;
  height: 7.5rem;
  display: none;
}
.beian .text ul li .img img {
  width: 100%;
  height: 100%;
}
.beian .text ul li:hover .img {
  display: block;
}
.beian .text ul li a {
  padding-left: 1rem;
  color: #fff !important;
}
.beian .text ul li a:hover {
  background: transparent !important;
}
.fixright_li_last {
  display: none;
}
.alignc {
  align-items: center;
}
.number_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_ul li {
  text-align: center;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
  text-align: left;
  font-style: italic;
}
.number_ul li .num span {
  color: #191919;
  font-size: 2.5rem;
  font-weight: bolder;
}
.number_ul li .num sub {
  color: #191919;
  font-size: 1.5rem;
  bottom: auto;
  bottom: 0.875rem;
  margin-left: 0.25rem;
  position: absolute;
  font-weight: bolder;
}
.number_ul li .num sub sub {
  top: 0.1875rem;
  left: 1.375rem;
}
.number_ul li .num i {
  color: #0F75FB;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}
.number_ul li .text {
  color: #5B5B5B;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-align: left;
  text-transform: uppercase;
}
.swiper_btn {
  width: 3.4375rem;
  height: 3.4375rem;
  border: 1px solid #0F75FB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: none;
}
.swiper_btn .iconfont {
  font-size: 1.125rem;
  display: block;
  color: #0F75FB;
  font-weight: 600;
}
.swiper_btn:hover {
  background-color: #0F75FB;
}
.swiper_btn:hover .iconfont {
  color: #fff;
}
.margin .swiper-button-next {
  right: -6.25rem;
}
.margin .swiper-button-prev {
  left: -6.25rem;
}
.swiper_pag .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper_pag .swiper-pagination-bullet-active {
  background: #0F75FB;
}
.index_four .top ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 -0.75rem;
}
.index_four .top ul li {
  padding: 0 0.75rem;
}
.index_four .top ul li a {
  display: inline-block;
  width: 10.875rem;
  text-align: center;
  line-height: 3.4375rem;
  border-radius: 3.125rem;
  font-size: 1rem;
  color: #7C7C7C;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #7C7C7C;
  border-radius: 3.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .top ul li:hover a,
.index_four .top ul li.active a {
  color: #0F75FB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #5235FF, #23B0FF, #02A0E8, #02A0E8, #A4FCCA);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.index_four {
  padding-bottom: 4.0625rem;
}
.index_four .t_svg svg {
  position: absolute;
  right: 0;
  top: 3.125rem;
  height: 5.5rem;
}
.index_four .b_svg svg {
  height: 5.5rem;
  margin-top: 5.625rem;
}
.index_four.active .b_svg svg .rhuwFcts_0 {
  stroke-dasharray: 439 441;
  stroke-dashoffset: 440;
  animation: rhuwFcts_draw 2000ms linear 0ms forwards;
}
.index_four.active .b_svg svg .rhuwFcts_1 {
  stroke-dasharray: 448 450;
  stroke-dashoffset: 449;
  animation: rhuwFcts_draw 2000ms linear 76ms forwards;
}
.index_four.active .b_svg svg .rhuwFcts_2 {
  stroke-dasharray: 441 443;
  stroke-dashoffset: 442;
  animation: rhuwFcts_draw 2000ms linear 153ms forwards;
}
.index_four.active .b_svg svg .rhuwFcts_3 {
  stroke-dasharray: 395 397;
  stroke-dashoffset: 396;
  animation: rhuwFcts_draw 2000ms linear 230ms forwards;
}
.index_four.active .b_svg svg .rhuwFcts_4 {
  stroke-dasharray: 218 220;
  stroke-dashoffset: 219;
  animation: rhuwFcts_draw 2000ms linear 307ms forwards;
}
.index_four.active .b_svg svg .rhuwFcts_5 {
  stroke-dasharray: 414 416;
  stroke-dashoffset: 415;
  animation: rhuwFcts_draw 2000ms linear 384ms forwards;
}
.index_four.active .b_svg svg .rhuwFcts_6 {
  stroke-dasharray: 448 450;
  stroke-dashoffset: 449;
  animation: rhuwFcts_draw 2000ms linear 461ms forwards;
}
.index_four.active .b_svg svg .rhuwFcts_7 {
  stroke-dasharray: 439 441;
  stroke-dashoffset: 440;
  animation: rhuwFcts_draw 2000ms linear 538ms forwards;
}
.index_four.active .b_svg svg .rhuwFcts_8 {
  stroke-dasharray: 427 429;
  stroke-dashoffset: 428;
  animation: rhuwFcts_draw 2000ms linear 615ms forwards;
}
.index_four.active .b_svg svg .rhuwFcts_9 {
  stroke-dasharray: 377 379;
  stroke-dashoffset: 378;
  animation: rhuwFcts_draw 2000ms linear 692ms forwards;
}
.index_four.active .b_svg svg .rhuwFcts_10 {
  stroke-dasharray: 377 379;
  stroke-dashoffset: 378;
  animation: rhuwFcts_draw 2000ms linear 769ms forwards;
}
.index_four.active .b_svg svg .rhuwFcts_11 {
  stroke-dasharray: 426 428;
  stroke-dashoffset: 427;
  animation: rhuwFcts_draw 2000ms linear 846ms forwards;
}
.index_four.active .b_svg svg .rhuwFcts_12 {
  stroke-dasharray: 441 443;
  stroke-dashoffset: 442;
  animation: rhuwFcts_draw 2000ms linear 923ms forwards;
}
.index_four.active .b_svg svg .rhuwFcts_13 {
  stroke-dasharray: 322 324;
  stroke-dashoffset: 323;
  animation: rhuwFcts_draw 2000ms linear 1000ms forwards;
}
@keyframes rhuwFcts_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes rhuwFcts_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.index_four.active .t_svg svg .IWliFgHO_0 {
  stroke-dasharray: 412 414;
  stroke-dashoffset: 413;
  animation: IWliFgHO_draw 2000ms linear 0ms forwards;
}
.index_four.active .t_svg svg .IWliFgHO_1 {
  stroke-dasharray: 322 324;
  stroke-dashoffset: 323;
  animation: IWliFgHO_draw 2000ms linear 90ms forwards;
}
.index_four.active .t_svg svg .IWliFgHO_2 {
  stroke-dasharray: 90 92;
  stroke-dashoffset: 91;
  animation: IWliFgHO_draw 2000ms linear 181ms forwards;
}
.index_four.active .t_svg svg .IWliFgHO_3 {
  stroke-dasharray: 469 471;
  stroke-dashoffset: 470;
  animation: IWliFgHO_draw 2000ms linear 272ms forwards;
}
.index_four.active .t_svg svg .IWliFgHO_4 {
  stroke-dasharray: 638 640;
  stroke-dashoffset: 639;
  animation: IWliFgHO_draw 2000ms linear 363ms forwards;
}
.index_four.active .t_svg svg .IWliFgHO_5 {
  stroke-dasharray: 638 640;
  stroke-dashoffset: 639;
  animation: IWliFgHO_draw 2000ms linear 454ms forwards;
}
.index_four.active .t_svg svg .IWliFgHO_6 {
  stroke-dasharray: 70 72;
  stroke-dashoffset: 71;
  animation: IWliFgHO_draw 2000ms linear 545ms forwards;
}
.index_four.active .t_svg svg .IWliFgHO_7 {
  stroke-dasharray: 439 441;
  stroke-dashoffset: 440;
  animation: IWliFgHO_draw 2000ms linear 636ms forwards;
}
.index_four.active .t_svg svg .IWliFgHO_8 {
  stroke-dasharray: 251 253;
  stroke-dashoffset: 252;
  animation: IWliFgHO_draw 2000ms linear 727ms forwards;
}
.index_four.active .t_svg svg .IWliFgHO_9 {
  stroke-dasharray: 468 470;
  stroke-dashoffset: 469;
  animation: IWliFgHO_draw 2000ms linear 818ms forwards;
}
.index_four.active .t_svg svg .IWliFgHO_10 {
  stroke-dasharray: 448 450;
  stroke-dashoffset: 449;
  animation: IWliFgHO_draw 2000ms linear 909ms forwards;
}
.index_four.active .t_svg svg .IWliFgHO_11 {
  stroke-dasharray: 439 441;
  stroke-dashoffset: 440;
  animation: IWliFgHO_draw 2000ms linear 1000ms forwards;
}
@keyframes IWliFgHO_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes IWliFgHO_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.index_four .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #2D2D2D;
}
.index_four .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}
.index_four .bot {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}
.index_four .bot .left,
.index_four .bot .right {
  padding: 0 1.5625rem;
}
.index_four .bot .left .data {
  margin-top: 1.875rem;
}
.index_four .bot .left .over,
.index_four .bot .left .over img {
  border-radius: 0.625rem;
}
.index_four .bot .left img {
  height: 27.375rem;
  object-fit: cover;
}
.index_four .bot .left:hover .name {
  color: #0F75FB;
}
.index_four .bot .left:hover img {
  transform: scale(1.1);
}
.index_four .bot .left .name {
  margin: 0.5rem 0;
}
.index_four .bot .left .more_a {
  margin-top: 1.25rem;
}
.index_four .bot .right ul li {
  border-bottom: 1px solid #D5D5D5;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .bot .right ul li:hover,
.index_four .bot .right ul li.active {
  background: rgba(124, 124, 124, 0.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .bot .right ul li:hover .name,
.index_four .bot .right ul li.active .name {
  color: #0F75FB;
}
.index_four .bot .right ul li a {
  padding: 2.25rem 2.5rem;
  display: flex;
  align-items: center;
}
.index_four .bot .right ul li a .l {
  width: 8.125rem;
  padding-left: 1rem;
}
.index_four .bot .right ul li a .l div {
  font-weight: bold;
  font-size: 2.375rem;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
  color: #0F75FB;
  padding-left: 0.625rem;
}
.index_four .bot .right ul li a .r {
  width: calc(100% - 8.125rem);
}
.index_four .bot .right ul li a .r .font18 {
  margin: 0.6875rem 0 1.125rem;
}
.index_one svg {
  height: 5.5rem;
  position: absolute;
  top: 3rem;
  right: 0;
}
.index_one.active svg .KiAZQeiH_0 {
  stroke-dasharray: 425 427;
  stroke-dashoffset: 426;
  animation: KiAZQeiH_draw 2000ms linear 0ms forwards;
}
.index_one.active svg .KiAZQeiH_1 {
  stroke-dasharray: 638 640;
  stroke-dashoffset: 639;
  animation: KiAZQeiH_draw 2000ms linear 111ms forwards;
}
.index_one.active svg .KiAZQeiH_2 {
  stroke-dasharray: 638 640;
  stroke-dashoffset: 639;
  animation: KiAZQeiH_draw 2000ms linear 222ms forwards;
}
.index_one.active svg .KiAZQeiH_3 {
  stroke-dasharray: 469 471;
  stroke-dashoffset: 470;
  animation: KiAZQeiH_draw 2000ms linear 333ms forwards;
}
.index_one.active svg .KiAZQeiH_4 {
  stroke-dasharray: 441 443;
  stroke-dashoffset: 442;
  animation: KiAZQeiH_draw 2000ms linear 444ms forwards;
}
.index_one.active svg .KiAZQeiH_5 {
  stroke-dasharray: 448 450;
  stroke-dashoffset: 449;
  animation: KiAZQeiH_draw 2000ms linear 555ms forwards;
}
.index_one.active svg .KiAZQeiH_6 {
  stroke-dasharray: 448 450;
  stroke-dashoffset: 449;
  animation: KiAZQeiH_draw 2000ms linear 666ms forwards;
}
.index_one.active svg .KiAZQeiH_7 {
  stroke-dasharray: 69 71;
  stroke-dashoffset: 70;
  animation: KiAZQeiH_draw 2000ms linear 777ms forwards;
}
.index_one.active svg .KiAZQeiH_8 {
  stroke-dasharray: 412 414;
  stroke-dashoffset: 413;
  animation: KiAZQeiH_draw 2000ms linear 888ms forwards;
}
.index_one.active svg .KiAZQeiH_9 {
  stroke-dasharray: 251 253;
  stroke-dashoffset: 252;
  animation: KiAZQeiH_draw 2000ms linear 1000ms forwards;
}
@keyframes KiAZQeiH_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes KiAZQeiH_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.index_one .alignb {
  align-items: flex-end;
}
.index_one .left {
  padding-bottom: 5.3125rem;
}
.index_one .left .font18 {
  margin-top: 1.25rem;
}
.index_one .left ul {
  display: flex;
  margin: 2.625rem -1.75rem;
  flex-wrap: wrap;
}
.index_one .left ul li {
  padding: 0 1.75rem;
  width: 50%;
  font-size: 1.25rem;
}
.index_one .left ul li a {
  line-height: 5rem;
  border-top: 1px solid #D5D5D5;
  position: relative;
  text-align: center;
  color: #7C7C7C;
}
.index_one .left ul li a .text {
  line-height: inherit;
}
.index_one .left ul li a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #0F75FB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .left ul li:hover a,
.index_one .left ul li.active a {
  color: #0F75FB;
}
.index_one .left ul li:hover a::before,
.index_one .left 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;
}
.index_one .num {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 1;
  color: #262626;
  margin-bottom: 0.375rem;
}
.index_one .num span {
  font-size: 3.125rem;
}
.index_one .num sub {
  bottom: 0;
}
.index_one .num sub sup {
  font-size: 0.875rem;
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pa {
  position: absolute;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.index_two {
  padding: 12.5rem 0 0;
  position: relative;
  z-index: 9;
}
.index_two .container {
  padding-right: 16rem;
}
.index_two.active .IOzGnfYJ_0 {
  stroke-dasharray: 615 617;
  stroke-dashoffset: 616;
  animation: IOzGnfYJ_draw 2000ms linear 0ms forwards;
}

.index_two.active .IOzGnfYJ_1 {
  stroke-dasharray: 436 438;
  stroke-dashoffset: 437;
  animation: IOzGnfYJ_draw 2000ms linear 66ms forwards;
}

.index_two.active .IOzGnfYJ_2 {
  stroke-dasharray: 399 401;
  stroke-dashoffset: 400;
  animation: IOzGnfYJ_draw 2000ms linear 133ms forwards;
}

.index_two.active .IOzGnfYJ_3 {
  stroke-dasharray: 300 302;
  stroke-dashoffset: 301;
  animation: IOzGnfYJ_draw 2000ms linear 200ms forwards;
}

.index_two.active .IOzGnfYJ_4 {
  stroke-dasharray: 94 96;
  stroke-dashoffset: 95;
  animation: IOzGnfYJ_draw 2000ms linear 266ms forwards;
}

.index_two.active .IOzGnfYJ_5 {
  stroke-dasharray: 397 399;
  stroke-dashoffset: 398;
  animation: IOzGnfYJ_draw 2000ms linear 333ms forwards;
}

.index_two.active .IOzGnfYJ_6 {
  stroke-dasharray: 431 433;
  stroke-dashoffset: 432;
  animation: IOzGnfYJ_draw 2000ms linear 400ms forwards;
}

.index_two.active .IOzGnfYJ_7 {
  stroke-dasharray: 396 398;
  stroke-dashoffset: 397;
  animation: IOzGnfYJ_draw 2000ms linear 466ms forwards;
}

.index_two.active .IOzGnfYJ_8 {
  stroke-dasharray: 436 438;
  stroke-dashoffset: 437;
  animation: IOzGnfYJ_draw 2000ms linear 533ms forwards;
}

.index_two.active .IOzGnfYJ_9 {
  stroke-dasharray: 381 383;
  stroke-dashoffset: 382;
  animation: IOzGnfYJ_draw 2000ms linear 600ms forwards;
}

.index_two.active .IOzGnfYJ_10 {
  stroke-dasharray: 436 438;
  stroke-dashoffset: 437;
  animation: IOzGnfYJ_draw 2000ms linear 666ms forwards;
}

.index_two.active .IOzGnfYJ_11 {
  stroke-dasharray: 431 433;
  stroke-dashoffset: 432;
  animation: IOzGnfYJ_draw 2000ms linear 733ms forwards;
}

.index_two.active .IOzGnfYJ_12 {
  stroke-dasharray: 452 454;
  stroke-dashoffset: 453;
  animation: IOzGnfYJ_draw 2000ms linear 800ms forwards;
}

.index_two.active .IOzGnfYJ_13 {
  stroke-dasharray: 396 398;
  stroke-dashoffset: 397;
  animation: IOzGnfYJ_draw 2000ms linear 866ms forwards;
}

.index_two.active .IOzGnfYJ_14 {
  stroke-dasharray: 368 370;
  stroke-dashoffset: 369;
  animation: IOzGnfYJ_draw 2000ms linear 933ms forwards;
}

.index_two.active .IOzGnfYJ_15 {
  stroke-dasharray: 300 302;
  stroke-dashoffset: 301;
  animation: IOzGnfYJ_draw 2000ms linear 1000ms forwards;
}

@keyframes IOzGnfYJ_draw {
  100% {
      stroke-dashoffset: 0;
  }
}

@keyframes IOzGnfYJ_fade {
  0% {
      stroke-opacity: 1;
  }

  94.44444444444444% {
      stroke-opacity: 1;
  }

  100% {
      stroke-opacity: 0;
  }
}

 
.index_two .swiper-button-prev,
.index_two .swiper-button-next {
  background: transparent;
  width: auto;
  height: auto;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #7C7C7C;
}
.index_two .swiper-button-prev,
.index_two .swiper-button-next {
  right: 2rem;
  left: auto;
}
.index_two .swiper-button-prev {
  top: 48%;
}
.index_two .swiper-button-next {
  top: 52%;
}
.index_two .qieh {
  right: 0;
  width: 15.25rem;
  height: 51.6875rem;
  z-index: 3;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_two .qieh .ul-d {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.index_two .qieh .ul-d li:nth-child(1) {
  left: 51%;
  top: 10%;
}
.index_two .qieh .ul-d li:nth-child(2) {
  left: 14%;
  top: 27%;
}
.index_two .qieh .ul-d li:nth-child(3) {
  left: 14%;
  bottom: 27%;
}
.index_two .qieh .ul-d li:nth-child(4) {
  left: 51%;
  bottom: 10%;
}
.index_two .qieh .xian1 {
  z-index: -1;
  position: relative;
}
.index_two .qieh .xian2 {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.index_two .qieh .lunbo-div {
  position: absolute;
  width: 100%;
  left: -26%;
  top: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.index_two .qieh .lunbo-div .swiper-container {
  overflow: visible;
  padding: 1rem;
  height: 60%;
}
.index_two .qieh .lunbo-div .swiper-slide {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 5.5rem;
}
.index_two .qieh .lunbo-div .swiper-slide .img {
  padding: 0.625rem;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
  width: 6.25rem;
  height: 6.25rem;
  box-shadow: 0 3px 11px 2px rgba(15, 117, 251, 0.1);
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 2;
  transform: scale(0);
}
.index_two .qieh .lunbo-div .swiper-slide .img span {
  display: block;
  border-radius: 100%;
  border: 1px solid #0F75FB;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_two .qieh .lunbo-div .swiper-slide .img img {
  width: 80%;
}
.index_two .qieh .lunbo-div .swiper-slide .dian {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 100%;
  background: #C9C9C9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.index_two .qieh .lunbo-div .swiper-slide.swiper-slide-thumb-active {
  position: relative;
  left: -4rem;
}
.index_two .qieh .lunbo-div .swiper-slide.swiper-slide-thumb-active .img {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .qieh .lunbo-div .swiper-slide.swiper-slide-thumb-active .dian {
  transform: scale(0);
}
.index_two .qieh .lunbo-div .swiper-slide.swiper-slide-prev,
.index_two .qieh .lunbo-div .swiper-slide.swiper-slide-next {
  left: -1.6rem;
}
.index_two .img-wz {
  left: 0;
  top: 8%;
  width: 64%;
}
@keyframes identifier {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.index_two .yuans {
  top: 50%;
  transform: translateY(-50%);
  left: 38%;
  width: 49%;
  display: inline-block;
  z-index: -1;
}
.index_two .yuans .img1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  z-index: 3;
  width: 73%;
}
.index_two .yuans .img1 img {
  -webkit-animation: identifier 5s linear infinite;
  -moz-animation: identifier 5s linear infinite;
  -o-animation: identifier 5s linear infinite;
  animation: identifier 5s linear infinite;
}
.index_two .yuans .img2 {
  width: 100%;
}
.index_two .yuans .img2 img {
  -webkit-animation: identifier 10s linear infinite;
  -moz-animation: identifier 10s linear infinite;
  -o-animation: identifier 10s linear infinite;
  animation: identifier 10s linear infinite;
}
.index_two .bt1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #353535;
}
.index_two .bt2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #353535;
  padding-bottom: 1rem;
  position: relative;
}
.index_two .bt2::after {
  content: '';
  position: absolute;
  width: 5.5625rem;
  height: 1px;
  background: #0F75FB;
  left: 0;
  bottom: 0;
}
.index_two .more-div {
  margin-top: 6.5625rem;
}
.index_two .more-div .more2 {
  margin-left: 3.125rem;
}
.index_two .sum {
  padding-right: 3rem;
}
.index_two .sum .img {
  margin: 3.125rem 0;
}
.index_two .sum .left {
  width: 36.7%;
  padding-top: 4.1875rem;
}
.index_two .sum .re {
  width: 47%;
}
.index_two .sum .re img {
  height: 38.25rem;
  object-fit: contain;
  transform: scale(1.5);
}
.index_two .sum .font18 {
  margin-top: 1.5rem;
  text-align: justify;
}
.index_two .sum .more_a {
  margin-top: 5rem;
}
.index_two::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(124, 124, 124, 0.05);
  z-index: -3;
}
.index_three_me.index {
  padding-bottom: 3.125rem;
}
.index_three_me svg {
  margin-top: 6.875rem;
  height: 5.5rem;
}
.index_three_me.active svg .HjYHrZhK_0 {
  stroke-dasharray: 218 220;
  stroke-dashoffset: 219;
  animation: HjYHrZhK_draw 2000ms linear 0ms forwards;
}
.index_three_me.active svg .HjYHrZhK_1 {
  stroke-dasharray: 414 416;
  stroke-dashoffset: 415;
  animation: HjYHrZhK_draw 2000ms linear 71ms forwards;
}
.index_three_me.active svg .HjYHrZhK_2 {
  stroke-dasharray: 377 379;
  stroke-dashoffset: 378;
  animation: HjYHrZhK_draw 2000ms linear 142ms forwards;
}
.index_three_me.active svg .HjYHrZhK_3 {
  stroke-dasharray: 377 379;
  stroke-dashoffset: 378;
  animation: HjYHrZhK_draw 2000ms linear 214ms forwards;
}
.index_three_me.active svg .HjYHrZhK_4 {
  stroke-dasharray: 412 414;
  stroke-dashoffset: 413;
  animation: HjYHrZhK_draw 2000ms linear 285ms forwards;
}
.index_three_me.active svg .HjYHrZhK_5 {
  stroke-dasharray: 290 292;
  stroke-dashoffset: 291;
  animation: HjYHrZhK_draw 2000ms linear 357ms forwards;
}
.index_three_me.active svg .HjYHrZhK_6 {
  stroke-dasharray: 412 414;
  stroke-dashoffset: 413;
  animation: HjYHrZhK_draw 2000ms linear 428ms forwards;
}
.index_three_me.active svg .HjYHrZhK_7 {
  stroke-dasharray: 412 414;
  stroke-dashoffset: 413;
  animation: HjYHrZhK_draw 2000ms linear 500ms forwards;
}
.index_three_me.active svg .HjYHrZhK_8 {
  stroke-dasharray: 441 443;
  stroke-dashoffset: 442;
  animation: HjYHrZhK_draw 2000ms linear 571ms forwards;
}
.index_three_me.active svg .HjYHrZhK_9 {
  stroke-dasharray: 412 414;
  stroke-dashoffset: 413;
  animation: HjYHrZhK_draw 2000ms linear 642ms forwards;
}
.index_three_me.active svg .HjYHrZhK_10 {
  stroke-dasharray: 448 450;
  stroke-dashoffset: 449;
  animation: HjYHrZhK_draw 2000ms linear 714ms forwards;
}
.index_three_me.active svg .HjYHrZhK_11 {
  stroke-dasharray: 322 324;
  stroke-dashoffset: 323;
  animation: HjYHrZhK_draw 2000ms linear 785ms forwards;
}
.index_three_me.active svg .HjYHrZhK_12 {
  stroke-dasharray: 468 470;
  stroke-dashoffset: 469;
  animation: HjYHrZhK_draw 2000ms linear 857ms forwards;
}
.index_three_me.active svg .HjYHrZhK_13 {
  stroke-dasharray: 218 220;
  stroke-dashoffset: 219;
  animation: HjYHrZhK_draw 2000ms linear 928ms forwards;
}
.index_three_me.active svg .HjYHrZhK_14 {
  stroke-dasharray: 426 428;
  stroke-dashoffset: 427;
  animation: HjYHrZhK_draw 2000ms linear 1000ms forwards;
}
@keyframes HjYHrZhK_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes HjYHrZhK_fade {
  0% {
    stroke-opacity: 1;
  }
  94.44444444444444% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.index_three_me .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_three_me .top .right ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 -0.625rem;
}
.index_three_me .top .right ul li {
  width: 12.3125rem;
  line-height: 3.75rem;
  text-align: center;
  font-size: 1.25rem;
  padding: 0 0.625rem;
}
.index_three_me .top .right ul li a {
  color: #666666;
  border-radius: 3.125rem;
  background: rgba(124, 124, 124, 0.05);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three_me .top .right ul li:hover a,
.index_three_me .top .right ul li.active a {
  background: #0F75FB;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three_me .bot {
  border-top: 1px solid #E8E8E8;
  margin-top: 2.8125rem;
}
.index_three_me .bot .overhidden {
  overflow: hidden;
  padding-right: var(--container);
  padding-bottom: 2px;
  height: 0;
}
.index_three_me .bot .overhidden.active {
  height: auto;
}
.index_three_me .bot .swiper-pagination {
  width: 100%;
  height: 1px;
  background: #E8E8E8;
  position: static;
  margin-top: 5rem;
}
.index_three_me .bot .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #0F75FB;
  height: 3px;
  top: -1px;
}
.index_three_me .bot .swiper-slide {
  border-right: 1px solid #E8E8E8;
}
.index_three_me .bot .swiper-slide:hover .more_s {
  background: #0F75FB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #0F75FB;
}
.index_three_me .bot .swiper-slide:hover .more_s .iconfont {
  color: #fff;
}
.index_three_me .bot .swiper-slide:hover .name,
.index_three_me .bot .swiper-slide:hover .name2 p {
  color: #0F75FB;
}
.index_three_me .bot .swiper-slide a {
  padding: 3.125rem 2.9375rem 0;
}
.index_three_me .bot .swiper-slide img {
  height: 18.75rem;
  object-fit: contain;
}
.index_three_me .bot .name {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #353535;
}
.index_three_me .bot .p {
  font-size: 1.25rem;
  line-height: 1;
  color: #7A7A7A;
  padding-top: 1.375rem;
  margin-top: 1.125rem;
  border-top: 1px solid #E8E8E8;
}
.index_three_me .bot .name2 p {
  font-size: 1.625rem;
  line-height: 2.5rem;
  color: #353535;
  width: calc(100% - 1.75rem);
  padding-right: 1rem;
}
.index_three_me .bot .name2 div {
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_three_me .bot .name2 div .iconfont {
  font-size: 0.875rem;
  color: #ccc;
  font-weight: 600;
}
.index_three {
  overflow: hidden;
  height: calc(100vh - 6.25rem);
  position: relative;
}
.index_three .index_three_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.index_three .index_three_img li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.index_three .index_three_img li img {
  height: 100%;
  object-fit: cover;
}
.index_three .index_three_img li.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_three .index_three_wz {
  width: 100%;
  text-align: center;
  top: 8rem;
  z-index: 2;
}
.index_three .index_three_wz .title {
  color: #fff;
}
.index_three .index_three_ul {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.index_three .index_three_ul li {
  width: 25%;
  position: relative;
  float: left;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.index_three .index_three_ul li .more_a :hover div {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .index_three_ul li .more_a :hover div .iconfont {
  color: #0F75FB;
}
.index_three .index_three_ul li .bottom {
  padding: 4.375rem;
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
}
.index_three .index_three_ul li .bottom .p1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
  color: #FFFFFF;
}
.index_three .index_three_ul li .icon-img img {
  height: 3.5rem;
}
.index_three .index_three_ul li .icon-img .xians {
  display: inline-block;
  height: 1px;
  background: #fff;
  width: 40%;
  margin-left: 2%;
}
.index_three .index_three_ul li .more_a {
  opacity: 0;
  margin-top: 3rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .index_three_ul li::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  right: 0;
}
.index_three .index_three_ul li::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  left: -100%;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .index_three_ul li:hover::after,
.index_three .index_three_ul li.active::after {
  left: 0%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .index_three_ul li:hover .more_a,
.index_three .index_three_ul li.active .more_a {
  margin-top: 2rem;
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .subtitle div {
  padding-right: 0;
  padding-bottom: 1rem;
}
.index_three .subtitle div::before {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  right: auto;
}
.index_three .font20 {
  margin-top: 1.25rem;
}
.index_five {
  padding: 10rem 0;
  background: url(../img/14.png) no-repeat;
  background-size: cover;
}
.index_five .left .font18 {
  margin: 1.5rem 0 1rem;
}
.index_five .left,
.index_five .right {
  padding: 0 5rem;
}
.index_five .row {
  margin: 0 -5rem;
}
.index_five .right ul {
  margin: -15px -15px;
}
.index_five .right ul li {
  padding: 15px 15px;
}
.index_five .right ul li:hover a .l p {
  color: #0F75FB;
}
.index_five .right ul li:hover a .l div .iconfont {
  color: #0F75FB;
}
.index_five .right ul li:hover a .r img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .right ul li a {
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 2.5rem 3rem 2.8125rem;
}
.index_five .right ul li a .l p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  margin-bottom: 1.5625rem;
}
.index_five .right ul li a .l div .iconfont {
  color: #A3A3A3;
  font-size: 1.375rem;
  display: block;
  font-weight: 600;
}
.index_five .right ul li a .l div:hover .iconfont {
  color: #0F75FB;
}
.index_five .right ul li a .r img {
  height: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  display: block;
}
.list_news .ul li {
  position: relative;
  padding: 2.75rem 0;
  border-bottom: 1px solid #E8E8E8;
}
.list_news .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0F75FB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover .left img {
  transform: scale(1.1);
}
.list_news .ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover .name {
  color: #0F75FB;
}
.list_news .ul li:first-child {
  padding-top: 0;
}
.list_news .ul li .over,
.list_news .ul li .over img {
  border-radius: 0.625rem;
}
.list_news .ul li .left {
  padding-right: 0;
}
.list_news .ul li .left img {
  height: 20rem;
  object-fit: cover;
}
.list_news .ul li .right {
  padding-left: 2.8125rem;
}
.list_news .ul li .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin-bottom: 0.375rem;
}
.list_news .ul li .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #282828;
}
.list_news .ul li .text {
  margin: 0.75rem 0 1.5625rem;
}
.show_detail {
  padding-top: 6.25rem;
}
.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;
  text-align: justify;
  width: 70%;
  margin: 0 auto;
}
.show_detail .left .desc {
  background: rgba(124, 124, 124, 0.05);
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  margin-bottom: 2.1875rem;
}
.show_detail .left .data {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #848484;
  padding: 0.75rem 0 1.5625rem;
  margin-bottom: 2.1875rem;
  border-bottom: 1px solid #E8E8E8;
}
.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 ul {
  display: flex;
  align-items: center;
}
.show_detail .left .data > div ul li {
  margin-right: 0.625rem;
}
.show_detail .left .data > div ul li .iconfont {
  font-size: 1.125rem;
}
.show_detail .left .data > div ul li a {
  border: none;
  color: #9B9B9B;
  font-size: 1.125rem;
  margin: 0;
  width: auto;
  height: auto;
  line-height: inherit;
}
.show_detail .left .data > div ul li a:hover {
  background: transparent;
}
.show_detail .left .data > div ul li:hover a {
  color: #0F75FB;
}
.show_detail .left .more {
  background: #0F75FB;
  color: #fff;
}
.show_detail .left .more::before {
  background: #fff;
}
.show_detail .left .more:hover {
  color: #0F75FB;
}
.show_detail .left > div {
  background: #FFFFFF;
  padding: 0 0 5rem;
  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 a {
  width: 80%;
}
.show_detail .left .shangxia .left2 .flex2 {
  justify-content: flex-start;
  align-items: center;
}
.show_detail .left .shangxia .right2 .flex2 {
  justify-content: flex-end;
  align-items: center;
}
.show_detail .left .shangxia .right2 .flex2 p {
  order: 2;
}
.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: #0F75FB;
}
.show_detail .right {
  padding-left: 0;
}
.show_detail .right .top {
  background: #ffffff;
  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;
  border-bottom: 1px solid #DBDBDB;
}
.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: #0F75FB;
  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: #0F75FB;
}
.show_detail .right .top .ul .list a {
  font-size: 1.125rem;
  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: #0F75FB !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: #0F75FB;
  margin-top: 2rem;
  padding: 2.0625rem 1.875rem;
}
.show_detail .right .bot .text {
  padding: 0;
}
@media (max-width: 990px) {
  .show_detail {
    padding-bottom: 80px;
  }
  .show_detail .right {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .show_detail {
    padding: 30px 0;
  }
  .show_detail .right {
    display: none;
  }
  .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;
  }
  .show_detail .left .shangxia .right2 .flex2 p {
    order: 0;
  }
  .show_detail .left .shangxia .right2 .flex2 p .phone_show_767 {
    display: inline;
  }
  .show_detail .left .shangxia .tr .flex2 {
    justify-content: flex-start;
  }
  .show_detail .left .data {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .show_detail .left .desc {
    margin-bottom: 20px;
  }
}
.bor20 {
  border-radius: 0.625rem;
}
.tj {
  text-align: justify;
}
.icon_vid {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.icon_vid .iconfont {
  font-size: 1.5rem;
  display: block;
  color: #0F75FB;
}
.icon_vid::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  width: calc(100% + 0.875rem);
  height: calc(100% + 0.875rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -1;
}
@keyframes cen {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.icon_vid::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -3;
}
.list_about .bot {
  position: relative;
  padding-right: var(--container);
  margin-top: 4.375rem;
  padding-bottom: 2.1875rem;
  left: 100%;
}
.list_about .bot::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0F75FB;
}
.list_about .bot::after {
  content: "";
  position: absolute;
  bottom: -0.375rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #0F75FB;
}
.list_about .bot ul li {
  text-align: center;
}
.list_about .bot ul li > div {
  display: inline-block;
  text-align: left;
}
.list_about .bot ul li .num {
  font-weight: bold;
  font-size: 3.375rem;
  line-height: 3.75rem;
  color: #262626;
}
.list_about .bot ul li .num span {
  display: inline-block;
}
.list_about .bot ul li .num sub {
  bottom: auto;
  top: auto;
  font-size: 2.125rem;
}
.list_about .bot ul li .num sub sup {
  font-size: 1rem;
  top: -0.7rem;
}
.list_about_two {
  background: url(../img/23.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.list_about_two .bot {
  margin-top: 12.5rem;
  position: relative;
}
.list_about_two .bot .swiper_top {
  padding-bottom: 2rem;
}
.list_about_two .bot::before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}
.list_about_two .swiper_top .swiper-slide .text p {
  position: relative;
  padding-left: 1rem;
}
.list_about_two .swiper_top .swiper-slide .text p::before {
  content: "";
  position: absolute;
  top: 0.675rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #fff;
}
.list_about_two .year {
  font-size: 1.75rem;
  line-height: 2.125rem;
  color: #FFFFFF;
  padding: 2.125rem 0 0.75rem;
  position: relative;
}
.list_about_two .year::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #fff;
}
.list_about_two .text {
  color: #FFFFFF;
}
.list_about_two .swiper-slide-thumb-active .year::before {
  background: #0F75FB;
}
.list_about_two .flex .left .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
}
.list_about_two .flex .left .swiper-slide .name {
  font-size: 1.875rem;
  line-height: 2.4rem;
}
.list_about_two .flex .left .swiper-slide p {
  position: relative;
  padding-left: 1.25rem;
}
.list_about_two .flex .left .swiper-slide p::before {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
}
.list_about_two .flex .right {
  margin: 0 -0.5625rem;
  display: flex;
  justify-content: flex-end;
}
.list_about_two .flex .right .swiper_btn {
  margin: 0 0.5625rem;
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  position: static;
  text-align: center;
  line-height: 3.875rem;
  background-position: center center;
  background-color: #0F75FB;
}
.list_about_two .flex .right .swiper-button-next.swiper-button-disabled,
.list_about_two .flex .right .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.list_about_three .swiper-slide:hover a {
  opacity: 1;
  transform: scale(1);
}
.list_about_three .swiper-slide:hover .over img {
  transform: scale(1.1);
}
.list_about_three .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.6);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_three .swiper-slide a .icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0F75FB;
}
.list_about_three .swiper-slide a .icon .iconfont {
  font-size: 1.5rem;
  color: #fff;
}
.swiper_pag .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.125rem;
  background: #A4A4A4;
  opacity: 1;
  border-radius: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_pag .swiper-pagination-bullet-active {
  width: 1.875rem;
  background: #0F75FB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .bot {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
  margin-top: 3.75rem;
}
.list_join .bot li {
  width: 20%;
  padding: 0 0.75rem;
}
.list_join .bot li > div {
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1.375rem 0.9375rem 1.125rem;
}
.list_join .bot li > div .icon img {
  height: 4.375rem;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join .bot li > div .text {
  color: #7C7C7C;
  margin-top: 0.75rem;
}
.list_join .bot li:hover > div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.join_ul > li:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.join_ul > li:hover .top .left > div:nth-child(1) p {
  color: #0F75FB;
}
.join_ul > li.active .top {
  border-color: #0F75FB;
}
.join_ul > li.active .bot {
  display: block;
}
.join_ul > li .top {
  display: flex;
  border: 1px solid #D5D5D5;
  cursor: pointer;
}
.join_ul > li .top .left {
  width: calc(100% - 12rem);
  padding: 1.875rem;
}
.join_ul > li .top .left > div:nth-child(1) {
  display: flex;
  align-items: center;
  margin-bottom: 1.125rem;
}
.join_ul > li .top .left > div:nth-child(1) p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #282828;
}
.join_ul > li .top .left > div:nth-child(1) div {
  font-size: 1rem;
  color: #7C7C7C;
  margin-left: 4.375rem;
}
.join_ul > li .top .left .list {
  display: flex;
  flex-wrap: wrap;
  color: #7C7C7C;
}
.join_ul > li .top .left .list > div {
  width: 26%;
}
.join_ul > li .top .right {
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  border-left: 1px solid #D5D5D5;
}
.join_ul > li .bot {
  display: none;
  padding: 2.375rem 1.875rem;
  border: 1px solid #0F75FB;
  border-top: none;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}
.join_ul > li .bot strong {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #282828;
  display: block;
  margin-bottom: 0.25rem;
}
.join_ul > li .bot .more .iconfont {
  font-weight: 600;
}
.list_contact ul {
  margin-top: 2.1875rem;
  margin-bottom: 3.4375rem;
}
.list_contact ul li:hover > div {
  box-shadow: 0 0.5rem 0.875rem 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_contact ul li:hover > div .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div {
  border: 1px solid #D5D5D5;
  border-radius: 0.625rem;
  padding: 1.875rem 3.125rem;
  height: 100%;
  text-align: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div .icon img {
  height: 5rem;
  width: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_contact ul li > div .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #282828;
  margin: 0.875rem 0 0.5rem;
}
.list_contact ul li > div .text {
  color: #7C7C7C;
}
.list_contact_two .title {
  margin-bottom: 1.5625rem;
}
.list_contact_two .row {
  margin: -1.25rem;
}
.list_contact_two .row > li {
  padding: 1.25rem;
}
.list_contact_two .row > li:hover > div {
  box-shadow: 0 0.5rem 0.875rem 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_contact_two .row > li > div {
  background: rgba(124, 124, 124, 0.05);
  border-radius: 0.625rem;
  padding: 1.875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
}
.list_contact_two .row > li > div .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #282828;
}
.list_contact_two .row > li > div .name p {
  color: #7C7C7C;
  font-size: 1.125rem;
}
.list_contact_two .row > li > div ul {
  margin-top: 1.25rem;
}
.list_contact_two .row > li > div ul li {
  display: flex;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}
.list_contact_two .row > li > div ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.list_contact_two .row > li > div ul li .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.list_contact_two .row > li > div ul li .icon img {
  width: 100%;
  height: 100%;
}
.list_contact_two .row > li > div ul li p {
  width: calc(100% - 1.25rem);
  padding-left: 0.625rem;
}
.bgf4 {
  background: rgba(124, 124, 124, 0.05);
}
.list_message input::placeholder,
.list_yjsy input::placeholder,
.list_shouhou_three input::placeholder,
.list_hzsq input::placeholder,
.list_message textarea::placeholder,
.list_yjsy textarea::placeholder,
.list_shouhou_three textarea::placeholder,
.list_hzsq textarea::placeholder {
  color: rgba(170, 170, 170, 0.6);
}
.list_message input,
.list_yjsy input,
.list_shouhou_three input,
.list_hzsq input,
.list_message select,
.list_yjsy select,
.list_shouhou_three select,
.list_hzsq select {
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  background: #fff;
  border-radius: 0.625rem;
  padding: 0 1rem;
  font-size: 1rem;
  color: #898989;
  display: block;
  font-weight: 500;
}
.list_message input.bor,
.list_yjsy input.bor,
.list_shouhou_three input.bor,
.list_hzsq input.bor,
.list_message select.bor,
.list_yjsy select.bor,
.list_shouhou_three select.bor,
.list_hzsq select.bor {
  border: 1px solid #E2E2E2;
}
.list_message input.bor:focus,
.list_yjsy input.bor:focus,
.list_shouhou_three input.bor:focus,
.list_hzsq input.bor:focus,
.list_message select.bor:focus,
.list_yjsy select.bor:focus,
.list_shouhou_three select.bor:focus,
.list_hzsq select.bor:focus {
  border: 1px solid #109CD9;
  background: #F8FBFC;
}
.list_message textarea,
.list_yjsy textarea,
.list_shouhou_three textarea,
.list_hzsq textarea {
  width: 100%;
  border: none;
  background: #fff;
  padding: 1rem;
  font-size: 1rem;
  color: #898989;
  height: 7.5rem;
  border-radius: 0.625rem;
  font-weight: 500;
}
.list_message textarea.bor,
.list_yjsy textarea.bor,
.list_shouhou_three textarea.bor,
.list_hzsq textarea.bor {
  border: 1px solid #E2E2E2;
}
.list_message textarea.bor:focus,
.list_yjsy textarea.bor:focus,
.list_shouhou_three textarea.bor:focus,
.list_hzsq textarea.bor:focus {
  border: 1px solid #109CD9;
  background: #F8FBFC;
}
.list_message .name,
.list_yjsy .name,
.list_shouhou_three .name,
.list_hzsq .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #898989;
  margin-bottom: 0.625rem;
}
.list_message .name span,
.list_yjsy .name span,
.list_shouhou_three .name span,
.list_hzsq .name span {
  color: #E01500;
}
.list_message .more,
.list_yjsy .more,
.list_shouhou_three .more,
.list_hzsq .more {
  border-radius: 0.25rem;
  background: #0F75FB;
  color: #fff;
  padding: 0 3.4375rem;
}
.list_message .more .iconfont,
.list_yjsy .more .iconfont,
.list_shouhou_three .more .iconfont,
.list_hzsq .more .iconfont {
  font-weight: 600;
}
.list_message .more::before,
.list_yjsy .more::before,
.list_shouhou_three .more::before,
.list_hzsq .more::before {
  background: #fff;
  border-radius: 0.25rem;
}
.list_message .more:hover,
.list_yjsy .more:hover,
.list_shouhou_three .more:hover,
.list_hzsq .more:hover {
  color: #0F75FB;
}
.list_yjsy .more,
.list_hzsq .more {
  width: 9.375rem;
  padding: 0;
}
.list_yjsy .more:nth-child(1),
.list_hzsq .more:nth-child(1) {
  margin-right: 0.875rem;
}
.list_yjsy .more:nth-child(2),
.list_hzsq .more:nth-child(2) {
  margin-left: 0.875rem;
  background: #E2E2E2;
  color: #5B5B5B;
  border-color: #E2E2E2;
}
.list_yjsy .bot .name_t,
.list_hzsq .bot .name_t {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #3A3A3A;
}
.list_download .ul {
  margin-top: 1.875rem;
}
.list_download .ul li {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #7C7C7C;
  padding: 0 4.375rem;
}
.list_download .ul li:hover .name {
  color: #0F75FB;
}
.list_download .ul li .name {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  color: #7C7C7C;
}
.list_download .ul li div:nth-child(1) {
  width: 40%;
}
.list_download .ul li div:nth-child(2) {
  width: 30%;
  text-align: center;
  justify-content: center;
}
.list_download .ul li div:nth-child(3) {
  width: 20%;
  text-align: center;
  justify-content: center;
}
.list_download .ul li:nth-child(1) {
  background: #0F75FB;
  line-height: 3.4375rem;
  font-size: 1.375rem;
  color: #FFFFFF;
}
.list_download .ul li:not(:first-child) {
  border-bottom: 1px solid #E2E2E2;
}
.list_download .ul li:not(:first-child) > div {
  height: 5.3125rem;
  display: flex;
  align-items: center;
}
.list_download .ul li .more {
  border: 1px solid #E2E2E2;
  color: #7C7C7C;
}
.list_download .ul li .more .iconfont {
  font-size: 1.125rem;
}
.list_download .ul li .more:hover {
  border-color: #0F75FB;
  color: #fff;
}
.list_yjsy .right .font18 {
  color: #606060;
  margin: 1.25rem 0 2.8125rem;
}
.list_yjsy .right .content {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #3A3A3A;
}
.list_yjsy .right .content p {
  font-size: 1.625rem;
  line-height: 2.1875rem;
  color: #3A3A3A;
  margin-bottom: 0.5rem;
}
.list_shouhou .font18 {
  margin: 1.25rem 0 1.875rem;
}
.list_shouhou ul {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
}
.list_shouhou ul::before {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0F75FB;
  z-index: -1;
}
.list_shouhou ul li {
  flex: 1 0 0;
  text-align: center;
}
.list_shouhou 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_shouhou ul li:hover .num {
  background: #0F75FB;
  color: #fff;
}
.list_shouhou ul li .icon img {
  height: 4.0625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_shouhou ul li .text {
  font-size: 1.125rem;
  color: #7C7C7C;
  padding: 0.625rem 0 1rem;
}
.list_shouhou ul li .num {
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  border: 2px solid #0F75FB;
  text-align: center;
  line-height: 1.4375rem;
  font-size: 0.875rem;
  color: #000000;
  margin: 0 auto;
  background: #fff;
  font-weight: 600;
}
.list_shouhou_two.list_hzsq .row {
  align-items: flex-start;
}
.list_shouhou_two .row {
  align-items: flex-end;
}
.list_shouhou_two .font18 p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #191919;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
}
.list_video .ul {
  margin-top: 2.1875rem;
}
.list_video .ul li {
  margin-bottom: 3.4375rem;
}
.list_video .ul li:hover img {
  transform: scale(1.1);
}
.list_video .ul li:hover .name {
  color: #0F75FB;
}
.list_video .ul li .pr a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list_video .ul li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  margin-top: 1rem;
}
.list_syjc .ul {
  margin-top: 1.25rem;
}
.list_syjc .ul li {
  display: flex;
  padding: 1.5rem 0;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
}
.list_syjc .ul li:hover .num {
  background: #0F75FB;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_syjc .ul li:hover > div .name {
  color: #0F75FB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_syjc .ul li .num {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #E2E2E2;
  font-size: 1rem;
  line-height: 3rem;
  text-align: center;
  color: #5E5E5E;
  margin-top: 0.65rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_syjc .ul li > div {
  width: calc(100% - 3rem);
  padding-left: 1.25rem;
}
.list_syjc .ul li > div .name {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #000000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_syjc .ul li > div .font18 {
  margin-top: 0.375rem;
  color: #7C7C7C;
}
.list_hzsq .row {
  align-items: flex-end;
}
.list_application_two ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1.875rem 0 3.125rem;
  border-bottom: 1px solid #E2E2E2;
}
.list_application_two ul li {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #333333;
  padding: 0 0 1rem;
  cursor: pointer;
}
.list_application_two ul li:not(:last-child) {
  padding-right: 3.75rem;
}
.list_application_two ul li.active {
  color: #0F75FB;
}
.list_application_two .margin {
  margin: -1.25rem;
}
.list_application_two .swiper-slide {
  padding: 1.25rem;
}
.list_application_two .swiper-slide .name {
  font-size: 1.625rem;
  line-height: 1.875rem;
  color: #333333;
}
.list_application_two .swiper-slide .right .over {
  border: 1px solid #0F75FB;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
}
.list_application_two .swiper-slide .font18 {
  margin: 1.125rem 0 1.5625rem;
  color: #7C7C7C;
}
.list_pro .left {
  width: 21.25rem;
  padding-top: 3.125rem;
  background: rgba(124, 124, 124, 0.05);
  padding-bottom: 5rem;
}
.list_pro .left .ul {
  position: sticky;
  top: 7rem;
  left: 0;
}
.list_pro .left .ul > li {
  border-bottom: 1px solid #E8E8E8;
}
.list_pro .left .ul > li.active ul {
  display: block;
}
.list_pro .left .ul > li.active > a {
  background: #0F75FB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.list_pro .left .ul > li > a {
  line-height: 4rem;
  padding: 0 2.5rem 0 6.25rem;
  font-size: 1.125rem;
  color: #606060;
  display: flex;
  align-items: center;
}
.list_pro .left .ul > li > a div {
  width: 80%;
}
.list_pro .left .ul > li > a p {
  width: 20%;
  text-align: right;
}
.list_pro .left .ul > li ul {
  padding: 1.125rem 2.5rem 1.5625rem 6.25rem;
  display: none;
}
.list_pro .left .ul > li ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.list_pro .left .ul > li ul li a {
  line-height: 2.5rem;
  position: relative;
  font-style: italic;
  font-size: 1rem;
  color: #4F4F4F;
  padding: 0 1.25rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .left .ul > li ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1875rem;
  background: #0F75FB;
  height: 0;
}
.list_pro .left .ul > li ul li:hover a,
.list_pro .left .ul > li ul li.active a {
  color: #0F75FB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .left .ul > li ul li:hover a::before,
.list_pro .left .ul > li ul li.active a::before {
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .right {
  width: calc(100% - 21.25rem);
  padding: 2.5rem 0 6.25rem 3.75rem;
}
.list_pro .right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 1rem;
  margin-bottom: 2.8125rem;
}
.list_pro .right .top .l {
  width: 60%;
  font-size: 1.375rem;
  color: #000000;
}
.list_pro .right .top .r input {
  width: 12rem;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #606060;
}
.list_pro .right .top .r button {
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.list_pro .right .top .r button .iconfont {
  font-size: 1rem;
  display: block;
  color: #515151;
}
.list_pro .right .ul li {
  margin-bottom: 3.625rem;
}
.list_pro .right .ul li:hover .over img {
  transform: scale(1.1);
}
.list_pro .right .ul li:hover .flex::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .right .ul li:hover .flex .name {
  color: #0F75FB;
}
.list_pro .right .ul li:hover .more_a > div div {
  border-color: #0F75FB !important;
  background: #0F75FB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .right .ul li:hover .more_a > div div .iconfont {
  color: #fff !important;
}
.list_pro .right .ul li .over {
  border: 1px solid #D3D3D3;
  padding: 1rem;
}
.list_pro .right .ul li .flex {
  margin-top: 1.5625rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}
.list_pro .right .ul li .flex::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: #0F75FB;
}
.list_pro .right .ul li .flex .xinghao {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 0.375rem;
  color: #4F4F4F;
}
.list_pro .right .ul li .flex .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #333333;
}
.list_pro .right .ul li .flex .more_a > div div {
  border: 1px solid #D3D3D3;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .right .ul li .flex .more_a > div div .iconfont {
  color: #D3D3D3;
}
.show_product {
  background: url(../img/24.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.show_product > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(26px);
}
.show_product .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 6.25rem;
  left: 0;
  z-index: 999;
  width: 100%;
  line-height: 4.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .top.active {
  background: #ffffff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-bottom: 1px solid rgba(96, 96, 96, 0.1);
}
.show_product .top.active .left ul li {
  color: #8E8E8E;
}
.show_product .top.active .left ul li a {
  color: #8E8E8E;
}
.show_product .top.active .bread {
  color: #8E8E8E;
  border-bottom: none;
}
.show_product .top.active .bread a {
  color: #8E8E8E;
}
.show_product .top .left ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.show_product .top .left ul li {
  font-size: 1rem;
  padding: 0 2.5rem;
  color: #FFFFFF;
  cursor: pointer;
}
.show_product .top .left ul li a {
  color: #fff;
}
.show_product .top .left ul li .div {
  position: relative;
}
.show_product .top .left ul li .div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: #0F75FB;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .top .left ul li:hover a,
.show_product .top .left ul li.active a {
  color: #0F75FB;
}
.show_product .top .left ul li:hover .div::before,
.show_product .top .left ul li.active .div::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_product .top .bread {
  color: #fff;
}
.show_product .top .bread a {
  color: #fff;
}
.show_product .bot {
  padding: 13.125rem 0 8.75rem;
}
.show_product .bot .left {
  padding-right: 5rem;
}
.show_product .bot .right {
  padding-left: 5rem;
}
.show_product .bot .right .margin {
  background: rgba(251, 252, 253, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.281);
  border-radius: 0.625rem;
  padding: 2rem 1rem;
}
.show_product .bot .xinghao {
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}
.show_product .bot .flex2 {
  justify-content: flex-start;
}
.show_product .bot .font18 {
  color: #FFFFFF;
  margin: 1.5625rem 0 2.8125rem;
}
.show_product .bot .more {
  width: 11.25rem;
  padding: 0;
  border: 2px solid #0F75FB;
  text-align: center;
  color: #fff;
}
.show_product .bot .more:nth-child(1) {
  margin-right: 1.375rem;
}
.show_pro_three ul {
  display: flex;
  justify-content: space-between;
  margin: 1.875rem -1.5625rem;
}
.show_pro_three ul li {
  flex: 1 0 0;
  padding: 0 1.5625rem;
  text-align: center;
}
.show_pro_three ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_three ul li .icon {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.show_pro_three ul li .icon img {
  max-height: 4rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_pro_three ul li .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  margin: 0.9375rem 0 0.75rem;
}
.show_pro_four .row {
  text-align: center;
}
.show_pro_four .flex2 {
  border: 1px solid #D3D3D3;
  margin-top: 2.1875rem;
}
.show_pro_four .left {
  width: 40%;
}
.show_pro_four .left ul {
  display: flex;
  flex-wrap: wrap;
}
.show_pro_four .left ul li {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  height: 7.875rem;
  border-bottom: 1px solid #D3D3D3;
  padding-left: 2.125rem;
  cursor: pointer;
}
.show_pro_four .left ul li:last-child,
.show_pro_four .left ul li:nth-last-child(2) {
  border-bottom: none;
}
.show_pro_four .left ul li:nth-child(even) {
  border-left: 1px solid #D3D3D3;
}
.show_pro_four .left ul li.active,
.show_pro_four .left ul li:hover {
  color: #0F75FB;
}
.show_pro_four .left ul li.active img,
.show_pro_four .left ul li:hover img {
  filter: brightness(1) invert(0);
}
.show_pro_four .left ul li div {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: baseline;
}
.show_pro_four .left ul li div img {
  max-width: 2.5rem;
  filter: invert(64%) sepia(47%) saturate(14%) hue-rotate(15deg) brightness(101%) contrast(85%);
}
.show_pro_four .right {
  width: 60%;
  border: 1px solid #D3D3D3;
}
.show_pro_four .right ul {
  height: 100%;
}
.show_pro_four .right ul li {
  display: none;
  height: 100%;
}
.show_pro_four .right ul li .over {
  height: 100%;
}
.show_pro_four .right ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.show_pro_four .right ul li.active {
  display: block;
}
.show_pro_five table {
  margin-top: 2.1875rem;
  margin-bottom: 0;
  background: rgba(124, 124, 124, 0.05);
}
.show_pro_five table td {
  font-size: 1rem;
  padding: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
  border-bottom: 1px solid #D8D8D8;
  vertical-align: middle;
  text-align: center;
}
.circle0 {
  width: 34.1875rem;
  height: 34.1875rem;
  border-radius: 50%;
  background-color: rgba(15, 117, 251, 0.15);
  position: relative;
}
.circle0 ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  text-align: center;
  z-index: 9;
}
.circle0 ul li {
  text-align: center;
  display: none;
}
.circle0 ul li.active {
  display: block;
}
.circle0 #right {
  clip: rect(0px 17.0938rem 34.1875rem 0px);
  position: absolute;
  left: 0px;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.circle0 #right a:hover::before {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.circle0 #right a:hover .img2 {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.circle0::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22.3125rem;
  height: 22.3125rem;
  background: #fff;
  border-radius: 50%;
  z-index: 9;
}
.circle0::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  border: 1px solid rgba(15, 117, 251, 0.15);
  border-radius: 50%;
  z-index: -1;
}
.circle0 .circle-right {
  width: 100%;
  height: 100%;
  border-radius: 10000px 0px 0px 10000px;
  position: absolute;
  right: 0;
  transform-origin: 100% 50%;
  overflow: hidden;
  z-index: 3;
}
.circle0 .circle-right .img2 {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: 9;
}
.circle0 .circle-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 2;
}
.circle0 #history .img {
  width: 19.625rem;
  object-fit: contain;
  height: 11.25rem;
  object-position: bottom left;
  transform: rotate(-33deg);
  position: absolute;
  left: 1.0625rem;
  top: -1.375rem;
}
.circle0 #history .img2 {
  position: absolute;
  top: 10%;
  left: 42%;
}
.circle0 #honor {
  transform: rotate(300deg);
}
.circle0 #honor .img {
  transform: rotate(56deg);
  height: 300px;
  position: absolute;
  top: -5.9375rem;
  left: -0.1875rem;
  object-fit: cover;
}
.circle0 #honor .img2 {
  position: absolute;
  top: 7%;
  left: 52%;
  transform: rotate(-300deg);
}
.circle0 #join {
  transform: rotate(240deg);
}
.circle0 #join .img {
  transform: rotate(120deg);
  height: 14.875rem;
  position: absolute;
  top: -2.9375rem;
  left: 0.5rem;
  object-fit: cover;
}
.circle0 #join .img2 {
  position: absolute;
  top: 9%;
  left: 46%;
  transform: rotate(-240deg);
}
.icon_vid {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.icon_vid .iconfont {
  font-size: 1.5rem;
  display: block;
  color: #0F75FB;
}
.icon_vid::before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  width: calc(100% + 0.875rem);
  height: calc(100% + 0.875rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -1;
}
@keyframes cen {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.icon_vid::after {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: calc(100% + 2.5rem);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: cen 2s infinite;
  z-index: -3;
}
.index_one .video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 58%;
  z-index: 11;
}
.index_one .video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_news .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7F7F7F;
  font-weight: 500;
}
.index_news .data .iconfont {
  font-size: 1rem;
}
.index_news .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #2D2D2D;
  margin: 0.5rem 0;
}
.index_news .font18 {
  color: #7C7C7C;
}
.index_news a {
  padding: 1.5625rem 1.25rem 1.25rem;
  border-radius: 0.625rem;
  background: #fff;
}
.index_news a .over {
  margin-top: 1rem;
}
.index_news .bg {
  background: #0F75FB;
}
.index_news .bg .data,
.index_news .bg .name,
.index_news .bg .font18 {
  color: #fff;
}
.list_about_four {
  background: #fff;
}
.list_about_four .top .r a {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #1C5BA7;
}
.list_about_four .top .r a .iconfont {
  color: #0F75FB;
  font-size: 1.125rem;
}
.list_about_four .left .swiper-slide img {
  height: 19.6875rem;
  object-fit: cover;
}
.list_about_four .right .swiper-slide img {
  height: 14.6875rem;
  object-fit: cover;
}
.list_about_four .p100 {
  background: url(../img/6.png) no-repeat;
  background-size: cover;
}
.list_about_four .padding_right {
  padding-right: var(--container);
  overflow: hidden;
}
.list_about_four .hover {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: var(--container);
  margin-top: 1.125rem;
}
.list_about_four .swiper-button-next,
.list_about_four .swiper-button-prev {
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  position: static;
  background: #0F75FB;
  margin-top: 0;
  margin-left: 1.5625rem;
}
.list_about_four .swiper-button-next .iconfont,
.list_about_four .swiper-button-prev .iconfont {
  color: #fff;
  font-size: 1rem;
}
.list_about_four .swiper-scrollbar {
  width: calc(100% - 3.75rem * 2 - 1.5625rem * 2);
  height: 1px;
  background: rgba(0, 79, 139, 0.2);
  opacity: 1 !important;
}
.list_about_four .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  background: #0F75FB;
  top: -1px;
}

.pronew_0730 {
  flex-wrap: wrap;
}
.pronew_0730 .w20 {
  width: 20%;
  flex: none;
}
@media (max-width:990px) {
  .show_detail .text {
    width: 100%;

  }
}

/* 下载 */
.download_url_popup {
  padding: 2rem !important;
}
.download_url_popup .subtitle {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5B5B5B;
  margin-top: 0.5rem;
  font-weight: 500;
}
.download_url_popup form .row {
  margin: 0;
}
.download_url_popup form .row > div {
  padding: 0;
}
.download_url_popup form input {
  width: 100%;
  line-height: 2.75rem;
  padding: 0 1.5rem;
  border: 1px solid #8a8a8a;
  border-radius: 0.625rem;
  font-size: 0.875rem;
}
.download_url_popup form .more {
  background: transparent;
  line-height: 2.75rem;
  width: 10rem;
}
.download_url_popup form .yzm button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0 1rem;
  height: 100%;
  border: none;
  background: transparent;
  z-index: 999;
  font-size: 1rem;
  color: #666666;
}
@media (max-width:767px) {
.download_url_popup form input {
  font-size: 16px;
}
}
