@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 16.25rem;
  outline: none;
  font-weight: 500;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #0066cc;
}
.bgf9 {
  background: #F8F8F8;
}
.bgff {
  background: #fff !important;
}
.c {
  color: #0066cc;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  justify-content: center;
}
.pagination > li {
  margin: 0 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
  text-align: center;
}
.pagination > li.active,
.pagination > li:hover {
  background: #0066cc;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap15 {
  gap: 0.9375rem;
}
.gap20 {
  gap: 1.25rem;
}
.gap30 {
  gap: 1.875rem;
}
.gap40 {
  gap: 2.5rem;
}
.gap50 {
  gap: 3.125rem;
}
.foot-fot {
  background: #2D3333;
  display: none;
}
.foot-fot .foota2 {
  font-size: 1rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 1rem;
  color: #fff;
}
/* 禁止缩放表单 */
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: #0066cc;
}
.search_more:hover::before {
  background: #0066cc;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 11.25rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul li:hover a {
  color: #0066cc !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
header .nav_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: 16.25rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.serbtn {
  background: #0066cc;
}
.searchbox {
  border-color: #0066cc;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 990px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .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.5008px;
  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.5008px 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;
  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;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav > li .sec .sec_s {
  padding-left: 20px;
}
.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;
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #0066cc;
}
.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;
}
@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-weight: 500;
  font-size: 1.25rem;
  line-height: 4rem;
  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-weight: 500;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@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;
  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: #0066cc;
  font: 500 1rem/1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 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: 10%;
}
.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: 80%;
  margin: 0 auto;
}
.phone .center img {
  height: 30px;
}
.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: #0066cc;
  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: #0066cc;
}
.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: 30px;
  filter: brightness(0) invert(0.8);
  width: auto;
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 25px 40px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 14px;
  color: #a7a7a7;
  line-height: 35px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 16px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > ul {
  padding-left: 1.25rem;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9008px;
  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: 95%;
  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: #0074CA;
}
.rightfix li:hover .iconfont {
  background: #990099;
  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%);
  }
}
.fp-viewing-3 header,
.fp-viewing-4 header,
.fp-viewing-6 header {
  background: #fff;
}
.fp-viewing-3 header .center ul li a,
.fp-viewing-4 header .center ul li a,
.fp-viewing-6 header .center ul li a {
  color: #000;
}
.fp-viewing-3 header .center ul li a::before,
.fp-viewing-4 header .center ul li a::before,
.fp-viewing-6 header .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #0066cc;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.fp-viewing-3 header .center ul li.active > a,
.fp-viewing-4 header .center ul li.active > a,
.fp-viewing-6 header .center ul li.active > a {
  color: #0066cc;
}
.fp-viewing-3 header .center ul li.active > a::before,
.fp-viewing-4 header .center ul li.active > a::before,
.fp-viewing-6 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;
}
.fp-viewing-3 header .lanuage a,
.fp-viewing-4 header .lanuage a,
.fp-viewing-6 header .lanuage a {
  color: #000;
}
.fp-viewing-3 header .ds1 .iconfont,
.fp-viewing-4 header .ds1 .iconfont,
.fp-viewing-6 header .ds1 .iconfont {
  color: #000;
}
.fp-viewing-3 header .ds1:hover,
.fp-viewing-4 header .ds1:hover,
.fp-viewing-6 header .ds1:hover {
  cursor: pointer;
}
.fp-viewing-3 header .logo .activelogo,
.fp-viewing-4 header .logo .activelogo,
.fp-viewing-6 header .logo .activelogo {
  display: inline-block;
}
.fp-viewing-3 header .logo .nolmarlogo,
.fp-viewing-4 header .logo .nolmarlogo,
.fp-viewing-6 header .logo .nolmarlogo {
  display: none;
}
header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header .container {
  padding: 0 8%;
}
header:hover,
header.active,
header.active2 {
  background: #fff;
}
header:hover .center ul li a,
header.active .center ul li a,
header.active2 .center ul li a {
  color: #000;
}
header:hover .center ul li a::before,
header.active .center ul li a::before,
header.active2 .center ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #0066cc;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover .center ul li.active > a,
header.active .center ul li.active > a,
header.active2 .center ul li.active > a {
  color: #0066cc;
}
header:hover .center ul li.active > a::before,
header.active .center ul li.active > a::before,
header.active2 .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;
}
header:hover .lanuage a,
header.active .lanuage a,
header.active2 .lanuage a {
  color: #000;
}
header:hover .ds1 .iconfont,
header.active .ds1 .iconfont,
header.active2 .ds1 .iconfont {
  color: #000;
}
header:hover .ds1:hover,
header.active .ds1:hover,
header.active2 .ds1:hover {
  cursor: pointer;
}
header:hover .logo .activelogo,
header.active .logo .activelogo,
header.active2 .logo .activelogo {
  display: inline-block;
}
header:hover .logo .nolmarlogo,
header.active .logo .nolmarlogo,
header.active2 .logo .nolmarlogo {
  display: none;
}
header.active {
  animation: sticky 0.65s;
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
header .logo img {
  height: 2.3125rem;
}
header .logo .activelogo {
  display: none;
}
header .logo .nolmarlogo {
  display: inline-block;
}
header .ds1 .iconfont {
  font-size: 1.75rem;
  display: block;
  font-weight: 500;
  color: #fff;
}
header .lanuage {
  margin-left: 3.125rem;
  display: block;
}
header .lanuage a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}
header .lanuage a .iconfont {
  font-size: 1.5rem;
  padding-right: 0.4375rem;
}
header .lanuage a.c {
  color: #0066cc;
}
header .center > ul > li {
  float: left;
  padding: 0 1.25rem;
}
header .center > ul > li > a {
  font-size: 1.125rem;
  color: #fff;
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a {
  color: #0066cc;
}
header .center > ul > li:hover > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li.active > a {
  color: #0066cc;
}
header .center > ul > li.active > a::before {
  width: 100%;
  background-color: #0066cc;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@-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);
  }
}
.banner .img {
  height: 100vh;
}
.banner .img img {
  width: 100vw;
  height: 100vh;
}
.banner .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.banner .hover .p1 {
  color: #FFF;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 900;
}
.banner .hover .p2 {
  color: #FFF;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.banner .hover2 {
  position: absolute;
  left: 10%;
  bottom: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 10%;
}
.banner .hover2 .swiper-button-next,
.banner .hover2 .swiper-button-prev {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: unset;
  text-align: center;
  border: unset;
  margin-top: unset;
}
.banner .hover2 .swiper-button-next i,
.banner .hover2 .swiper-button-prev i {
  color: #fff;
  font-size: 1.25rem;
}
.banner .hover2 .swiper-button-next,
.banner .hover2 .swiper-container-rtl .swiper-button-prev,
.banner .hover2 .swiper-button-prev,
.banner .hover2 .swiper-container-rtl .swiper-button-next {
  right: unset;
  top: unset;
  left: unset;
  bottom: unset;
}
.banner .swiper-slide.swiper-slide-active .img img {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.banner .swiper-pagination {
  display: flex;
  align-items: center;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  border: 1px solid #fff;
  opacity: unset;
  background: unset;
}
.banner .scroll {
  position: absolute;
  right: 5%;
  bottom: 8.75rem;
  transform: translateX(-50%);
  z-index: 9;
  text-align: center;
}
.banner .scroll p {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
}
.banner .scroll i {
  display: inline-block;
  width: 1px;
  height: 5rem;
  background-color: #fff;
  position: absolute;
}
.banner .scroll i::before {
  content: '';
  display: inline-block;
  width: 0.25rem;
  height: 0.9375rem;
  border-radius: 0.0938rem;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 0.625rem;
  animation: scroll 3s infinite;
}
@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 3.125rem);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes xiangxia {
  0% {
    transform: translateY(-0.625rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.625rem);
  }
}
.swiper-pagination {
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin-right: 0.625rem;
  border: unset;
  opacity: unset;
  background: #c2c7cc;
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b3b3b3;
  line-height: 3.375rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #000;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0066cc;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
#fp-nav ul,
.fp-slidesNav ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  height: 1.5625rem;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: unset;
  border: 1px solid #fff;
  width: 0.75rem;
  height: 0.75rem;
  margin: -2px 0 0 -2px !important;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 0.75rem;
  height: 1.625rem !important;
  background-color: #fff;
  border-radius: 0.375rem;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 14px;
  height: 14px;
  background-color: #fff;
}
.fp-viewing-4 #fp-nav ul li a span,
.fp-viewing-6 #fp-nav ul li a span,
.fp-viewing-4 .fp-slidesNav ul li a span,
.fp-viewing-6 .fp-slidesNav ul li a span {
  border: 1px solid #7a7b7f;
}
.fp-viewing-4 #fp-nav ul li a.active span,
.fp-viewing-6 #fp-nav ul li a.active span,
.fp-viewing-4 #fp-nav ul li:hover a.active span,
.fp-viewing-6 #fp-nav ul li:hover a.active span,
.fp-viewing-4 .fp-slidesNav ul li a.active span,
.fp-viewing-6 .fp-slidesNav ul li a.active span,
.fp-viewing-4 .fp-slidesNav ul li:hover a.active span,
.fp-viewing-6 .fp-slidesNav ul li:hover a.active span {
  background-color: #0066CC;
  border: 1px solid #0066CC;
}
.fp-viewing-4 #fp-nav ul li:hover a span,
.fp-viewing-6 #fp-nav ul li:hover a span,
.fp-viewing-4 .fp-slidesNav ul li:hover a span,
.fp-viewing-6 .fp-slidesNav ul li:hover a span {
  width: 14px;
  height: 14px;
  background-color: #0066CC;
  border: 1px solid #0066CC;
}
.alltitle .tit {
  position: relative;
  display: inline-block;
}
.alltitle .tit .black {
  color: #000;
}
.alltitle .tit .blue {
  color: #A3C7EB;
}
.alltitle .tit h3 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
}
.alltitle .tit p {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: right;
  line-height: 1;
  padding-right: 1.875rem;
  text-transform: uppercase;
}
.alltitle .tit .img {
  width: 6.25rem;
  position: absolute;
  top: -1.25rem;
  right: -5rem;
}
.allmore.allmoreb::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0.25rem 0.625rem 0px rgba(0, 102, 204, 0.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmore {
  border: none;
  position: relative;
  width: 10rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
}
.allmore .black {
  color: #000;
}
.allmore img {
  width: 1rem;
  vertical-align: middle;
  margin-left: 0.6875rem;
}
.allmore a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.allmore a i {
  font-weight: 600;
  font-size: 1.125rem;
}
.allmore::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmore::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 1.75rem;
  background-color: #0066CC;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmore:hover {
  cursor: pointer;
}
.allmore:hover::before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.allmore:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.allmore:hover a {
  color: #fff;
}
.allmore:hover img {
  filter: brightness(0) invert(1);
}
.allmoreblue {
  border: none;
  position: relative;
  width: 10rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
}
.allmoreblue p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.allmoreblue p i {
  font-weight: 600;
  font-size: 1.125rem;
}
.allmoreblue a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.allmoreblue a i {
  font-weight: 600;
  font-size: 1.125rem;
}
.allmoreblue::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.75rem;
  background-color: #0066CC;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmoreblue::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 1.75rem;
  border: 1px solid #0066CC;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmoreblue:hover {
  cursor: pointer;
}
.allmoreblue:hover::before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.allmoreblue:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.allmoreblue:hover a {
  color: #0066CC;
}
.allmoreblue:hover p {
  color: #0066CC;
}
.fp-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 1200ms ease;
  transition: -webkit-transform 1200ms ease;
  -o-transition: -o-transform 1200ms ease;
  -moz-transition: transform 1200ms ease, -moz-transform 1200ms ease;
  transition: transform 1200ms ease;
  transition: transform 1200ms ease, -webkit-transform 1200ms ease, -moz-transform 1200ms ease, -o-transform 1200ms ease;
}
.section {
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
}
.fp-overflow {
  overflow: hidden !important;
}
.section2 {
  background-size: cover;
  background-repeat: no-repeat;
}
.section2 .index_two {
  display: flex;
  position: relative;
}
.section2 .index_two .left {
  width: 50%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
}
.section2 .index_two .left .desc {
  position: absolute;
  top: 20%;
  padding-right: 8.625rem;
}
.section2 .index_two .left .desc .txt {
  margin-top: 2.125rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  /* 177.778% */
}
.section2 .index_two .left .desc .allmore {
  margin-top: 3.75rem;
}
.section2 .index_two .middle {
  width: 100%;
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  transform: translateX(-50%);
}
.section2 .index_two .middle ul {
  display: flex;
  padding: 3rem 0;
  justify-content: space-between;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
.section2 .index_two .middle ul li {
  width: 25%;
}
.section2 .index_two .middle ul li h3 {
  text-align: center;
}
.section2 .index_two .middle ul li h3 span {
  color: #06C;
  text-align: justify;
  font-size: 3rem;
  font-weight: 700;
}
.section2 .index_two .middle ul li h3 sup {
  color: #06C;
  text-align: justify;
  font-size: 1.375rem;
  font-weight: 700;
  top: -1em;
}
.section2 .index_two .middle ul li p {
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
}
.cont3 {
  padding: 9.375rem 0 3.75rem;
}
.cont3 .top {
  display: flex;
  justify-content: space-between;
}
.cont3 .top .desc {
  width: 50%;
}
.cont3 .a3_v2 {
  position: relative;
  z-index: 1;
  margin-top: 6.875rem;
}
.cont3 .a3_v2::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 93.75%;
  height: 100%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/bj4.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  display: none;
}
.cont3 .a3_v2 .bjszs li {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.cont3 .a3_v2 .bjszs li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cont3 .a3_v2 .bjszs li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.cont3 .a3_v2 .bjszs li.a {
  opacity: 1;
  z-index: 1;
}
.cont3 .a3_v2 .a3_v2c1 {
  position: relative;
}
.cont3 .a3_v2 .a3_v2c1 .a3_v2c1a1 {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  background: -webkit-linear-gradient(302.33deg, #0072BC 10.75%, #033C8B 93.57%);
  background: -moz-linear-gradient(302.33deg, #0072BC 10.75%, #033C8B 93.57%);
  background: -o-linear-gradient(302.33deg, #0072BC 10.75%, #033C8B 93.57%);
  background: linear-gradient(147.67deg, #0072BC 10.75%, #033C8B 93.57%);
  z-index: -1;
  height: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cont3 .a3_v2 .a3_v2c1 .a3_v2c1a1 i {
  display: block;
  width: 60%;
  margin: 5% auto 0;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 {
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  text-align: center;
  position: relative;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .we_aja {
  padding: 7rem 0 4.75rem;
  position: relative;
  z-index: 9;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li:last-child .we_aja {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .img {
  width: 7.125rem;
  margin: 0 auto;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .img img {
  width: 100%;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .img img.b {
  display: none;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .rtad {
  color: #fff;
  margin-top: 1em;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .rtad h2 {
  font: 600 1.75rem/1.4em "Alibaba-PuHuiBold";
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .rtad .wehsx {
  margin-top: 0.5em;
  opacity: 1;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .rtad p {
  font: 500 1rem/1.9em "Alibaba-PuHui";
  padding: 0 18%;
  text-align: center;
  height: 3.8em;
  overflow: hidden;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .rtad a.cp-moreat {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 2.75rem;
  margin: 0 auto;
  margin-top: 1.5em;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .rtad a.cp-moreat i {
  color: #000;
  font-size: 1.2rem;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .rtad a.cp-moreat:hover {
  background: #000;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .rtad a.cp-moreat:hover i {
  color: #fff;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .rtad a.cp-moreat:hover .img img.b {
  display: inline-block;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .rtad a.cp-moreat:hover .img img.a {
  display: none;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li .rtad a.cp-moreat:hover .rtad .wehsx {
  opacity: 1;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li.on .rtad .wehsx {
  opacity: 1;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li.on .a3_v2c1a1 {
  top: -18%;
  height: 123%;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li.on .img img.b {
  display: inline-block;
}
.cont3 .a3_v2 .a3_v2c1 .a3_list1 li.on .img img.a {
  display: none;
}
.section4 {
  background-image: url(../img/bj3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.section5 {
  background-image: url(../img/newsbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.section5 .index_news {
  padding-top: 8.75rem;
}
.section5 .index_news .top {
  display: flex;
  justify-content: space-between;
}
.section5 .index_news .top .news_tab {
  display: flex;
}
.section5 .index_news .top .news_tab .news_tab_li {
  width: 8.75rem;
  height: 3.5rem;
  border-radius: 1.875rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 3.5rem;
  margin-left: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section5 .index_news .top .news_tab .news_tab_li a {
  color: #0B0B0B;
  font-size: 1rem;
  font-weight: 500;
}
.section5 .index_news .top .news_tab .news_tab_li:hover {
  cursor: pointer;
  background-color: #0066CC;
}
.section5 .index_news .top .news_tab .news_tab_li:hover a {
  color: #fff;
}
.section5 .index_news .top .news_tab .news_tab_li.active {
  background-color: #0066CC;
}
.section5 .index_news .top .news_tab .news_tab_li.active a {
  color: #fff;
}
.section5 .index_news .content {
  margin-top: 3.75rem;
}
.section5 .index_news .content .news_con.active {
  display: flex;
}
.section5 .index_news .content .news_con {
  display: none;
}
.section5 .index_news .content .news_con .left {
  display: flex;
  flex-wrap: wrap;
}
.section5 .index_news .content .news_con .left .news_item {
  overflow: hidden;
  width: 100%;
  padding: 2.1875rem 1.125rem 2.375rem;
  border-top: 1px solid 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;
}
.section5 .index_news .content .news_con .left .news_item:nth-last-child(1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section5 .index_news .content .news_con .left .news_item a {
  display: flex;
}
.section5 .index_news .content .news_con .left .news_item a .time {
  margin-right: 3.125rem;
}
.section5 .index_news .content .news_con .left .news_item a .time h3 {
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section5 .index_news .content .news_con .left .news_item a .time p {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section5 .index_news .content .news_con .left .news_item a .txt h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section5 .index_news .content .news_con .left .news_item a .txt p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section5 .index_news .content .news_con .left .news_item:hover {
  background: linear-gradient(141deg, rgba(0, 102, 204, 0.6) 16.28%, rgba(153, 0, 153, 0.6) 86.08%), #D9D9D9;
}
.section5 .index_news .content .news_con .left .news_item:hover a .time h3,
.section5 .index_news .content .news_con .left .news_item:hover a .time p {
  color: #fff;
}
.section5 .index_news .content .news_con .left .news_item:hover a .txt h3,
.section5 .index_news .content .news_con .left .news_item:hover a .txt p {
  color: #fff;
}
.section5 .index_news .content .news_con .right {
  padding-left: 5rem;
}
.section5 .index_news .content .news_con .right .over {
  border-radius: 0.625rem;
  overflow: hidden;
}
.section5 .index_news .content .news_con .right .bottom {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.1875rem 1.125rem 2.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.section5 .index_news .content .news_con .right .bottom a {
  display: flex;
}
.section5 .index_news .content .news_con .right .bottom a .time {
  margin-right: 3.125rem;
}
.section5 .index_news .content .news_con .right .bottom a .time h3 {
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
}
.section5 .index_news .content .news_con .right .bottom a .time p {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  font-weight: 700;
}
.section5 .index_news .content .news_con .right .bottom a .txt {
  width: 80%;
}
.section5 .index_news .content .news_con .right .bottom a .txt h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}
.section5 .index_news .content .news_con .right .bottom a .txt p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.9375rem;
}
.section5 .index_news .content .news_con .right:hover .over img {
  transform: scale(1.1);
}
.section5 .index_news .content .news_con .right:hover .bottom {
  background: linear-gradient(141deg, rgba(0, 102, 204, 0.6) 16.28%, rgba(153, 0, 153, 0.6) 86.08%), #D9D9D9;
}
.section5 .index_news .content .news_con .right:hover .bottom a .time h3,
.section5 .index_news .content .news_con .right:hover .bottom a .time p {
  color: #fff;
}
.section5 .index_news .content .news_con .right:hover .bottom a .txt h3,
.section5 .index_news .content .news_con .right:hover .bottom a .txt p {
  color: #fff;
}
.section6 {
  background-image: url(../img/contactbg.jpg);
}
.section6 .index_contact {
  padding-top: 6.25rem;
}
.section6 .index_contact .cotact_box {
  padding: 3.625rem 7rem 6.25rem;
  border-radius: 1.25rem;
  background-image: url(../img/contactboxbg.jpg);
  background-size: cover;
}
.section6 .index_contact .cotact_box .content {
  display: flex;
  justify-content: space-between;
}
.section6 .index_contact .cotact_box .content .left {
  width: 40%;
  padding-top: 4.875rem;
}
.section6 .index_contact .cotact_box .content .left .con {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.section6 .index_contact .cotact_box .content .left .con .img {
  width: 13.3125rem;
  height: 13.3125rem;
  margin: 0 auto;
}
.section6 .index_contact .cotact_box .content .left .con .txt {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625rem;
  margin-top: 1.5rem;
  /* 162.5% */
}
.section6 .index_contact .cotact_box .content .left .con .allmoreblue {
  margin: 2.375rem auto 0;
}
.section6 .index_contact .cotact_box .content .right {
  width: 50%;
}
.section6 .index_contact .cotact_box .content .right .lx-cont2 form .m_label1 {
  color: #232425;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding-bottom: 0.5em;
}
.section6 .index_contact .cotact_box .content .right .lx-cont2 form input {
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #FFF;
  padding: 0 1em;
  font-size: 0.875rem;
  line-height: 3.125rem;
  font-size: 1rem;
}
.section6 .index_contact .cotact_box .content .right .lx-cont2 form select {
  padding-left: 1.25rem;
  width: 100%;
  height: 3.125rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  color: #595D61;
}
.section6 .index_contact .cotact_box .content .right .lx-cont2 form textarea {
  width: 100%;
  background: #fff;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.75em 1em;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: block;
}
.section6 .index_contact .cotact_box .content .right .lx-cont2 form .inpt {
  margin-top: 2.8125rem;
  position: relative;
}
.section6 .index_contact .cotact_box .content .right .lx-cont2 form .inpt p {
  color: #595D61;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
.section6 .index_contact .cotact_box .content .right .lx-cont2 form .msg-a1 .inpt {
  width: 49%;
}
.section6 .index_contact .cotact_box .content .right .lx-cont2 form .div_aghgha {
  margin-top: 1.5rem;
  text-align: center;
}
.section6 .index_contact .cotact_box .content .right .lx-cont2 form .div_aghgha button {
  background-color: unset;
  color: #fff;
}
.section6 .index_contact .cotact_box .content .right .lx-cont2 form .div_aghgha button:hover {
  color: #0066cc;
}
footer {
  position: relative;
  z-index: 99;
  background: #F7F8FB;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .top .foot_zimu {
  padding-top: 3.25rem;
  padding-bottom: 1.6875rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
footer .top .foot_zimu p {
  color: rgba(0, 0, 0, 0.1);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  font-family: Montserrat;
}
footer .middle {
  display: flex;
  justify-content: space-between;
  padding-top: 3.4375rem;
  padding-bottom: 1.875rem;
}
footer .middle .left {
  width: 70%;
}
footer .middle .left .yi {
  display: flex;
  justify-content: space-between;
}
footer .middle .left .yi .yili a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
}
footer .middle .left .yi .yili .er {
  margin-top: 0.6875rem;
}
footer .middle .left .yi .yili .er li a {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .middle .left .yi .yili .er li a:hover {
  color: #000;
}
footer .middle .right {
  width: 25%;
}
footer .middle .right .txt {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  font-size: 1.125rem;
  font-weight: 700;
}
footer .middle .right .contact_box {
  margin-top: 0.6875rem;
}
footer .middle .right .contact_box .fenxiang .tit {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
footer .middle .right .contact_box .fenxiang ul li {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #c6c6c9;
  color: #c6c6c9;
  margin-right: 0.625rem;
  border-radius: 50%;
  position: relative;
}
footer .middle .right .contact_box .fenxiang ul li .iconimg {
  position: absolute;
  top: -11.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9.375rem;
  display: none;
}
footer .middle .right .contact_box .fenxiang ul li a {
  line-height: 2.5rem;
}
footer .middle .right .contact_box .fenxiang ul li .img {
  width: 1.875rem;
  margin: 0 auto;
}
footer .middle .right .contact_box .fenxiang ul li:hover {
  cursor: pointer;
}
footer .middle .right .contact_box .fenxiang ul li:hover .iconimg {
  display: block;
}
footer .middle .right .contact_box .fenxiang ul li:hover .img img {
  filter: brightness(0) invert(1);
}
footer .middle .right .contact_box .fenxiang ul li:hover:nth-child(1) {
  background-color: #7bc549;
  border-color: #7bc549;
}
footer .middle .right .contact_box .fenxiang ul li:hover:nth-child(2) {
  background-color: #ff2e4d;
  border-color: #ff2e4d;
}
footer .middle .right .contact_box .fenxiang ul li:hover:nth-child(3) {
  background-color: #f4518c;
  border-color: #f4518c;
}
footer .middle .right .contact_box .fenxiang ul li:hover:nth-child(4) {
  background-color: #0066ff;
  border-color: #0066ff;
}
footer .middle .right .contact_box .fenxiang ul li:hover:nth-child(5) {
  background-color: #fa9d3b;
  border-color: #fa9d3b;
}
footer .middle .right .desc .p1 {
  display: flex;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
footer .middle .right .desc .p1 .lei {
  flex: 1;
}
footer .middle .right .desc .p1 .lei p {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0066cc;
}
footer .middle .right .p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: 0.6875rem;
  /* 162.5% */
}
footer .middle .right .fenxiang {
  margin-top: 1.125rem;
}
footer .middle .right .fenxiang .flex {
  justify-content: flex-start;
}
footer .middle .right .fenxiang .social-share {
  display: flex;
}
footer .middle .right .fenxiang .social-share .social-share-icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid #c6c6c9;
  color: #c6c6c9;
  margin-right: 0.625rem;
}
footer .bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #EEEEF2;
  padding: 0.4375rem 0;
}
footer .bottom .left,
footer .bottom .left a,
footer .bottom .right,
footer .bottom .right a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
.section3 {
  overflow: hidden;
  position: relative;
}
.section3 .index_pro {
  padding-top: 8.125rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.section3 .bgimg {
  position: relative;
  z-index: 9;
}
.section3 .bgimg li {
  display: none;
}
.section3 .bgimg li.active {
  display: block;
}
.section3 .bgimg li.active img {
  width: 100vw;
  height: 100vh;
}
.section3 .ybg {
  position: absolute;
  width: 50%;
  height: 110vh;
  top: -5%;
  right: -19%;
  z-index: 9;
}
.section3 .ybg .yli {
  z-index: -1;
  display: none;
  transition: transform 0.5 ease-in-out;
  height: 100%;
}
.section3 .ybg .yli img {
  object-fit: contain;
  height: 100%;
}
.section3 .ybg .yli.active {
  display: block;
}
.section3 .content {
  padding-top: 2.5rem;
  position: relative;
  align-items: self-start;
}
.section3 .content .left {
  width: 60%;
}
.section3 .content .left .swiper_product {
  overflow: hidden;
}
.section3 .content .left .swiper_product .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: end;
}
.section3 .content .left .swiper_product .swiper-slide .cont_left_item {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 5rem;
}
.section3 .content .left .swiper_product .swiper-slide .cont_left_item .desc {
  padding-right: 1.6875rem;
}
.section3 .content .left .swiper_product .swiper-slide .cont_left_item .desc h3 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  /* 59.091% */
}
.section3 .content .left .swiper_product .swiper-slide .cont_left_item .desc p {
  display: none;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.375rem;
  /* 155.556% */
}
.section3 .content .left .swiper_product .swiper-slide .cont_left_item .desc .allmore {
  display: none;
}
.section3 .content .left .swiper_product .swiper-slide .cont_left_item .num {
  -webkit-text-stroke: 0.2px rgba(255, 255, 255, 0.3);
  color: transparent;
  font-family: "Roboto";
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  padding-right: 1.875rem;
}
.section3 .content .left .swiper_product .swiper-slide-active .cont_left_item {
  justify-content: space-between;
}
.section3 .content .left .swiper_product .swiper-slide-active .cont_left_item .desc {
  width: 55%;
}
.section3 .content .left .swiper_product .swiper-slide-active .cont_left_item .desc h3 {
  color: #FFF;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  /* 59.091% */
}
.section3 .content .left .swiper_product .swiper-slide-active .cont_left_item .num {
  font-size: 16.25rem;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-text-stroke: 1.5008px rgba(255, 255, 255, 0.3);
  color: transparent;
  font-family: "Roboto";
}
.section3 .content .left .swiper_product .swiper-slide-active .cont_left_item .desc p {
  display: block;
}
.section3 .content .left .swiper_product .swiper-slide-active .cont_left_item .desc .allmore {
  display: block;
}
.section3 .content .right {
  width: 35%;
  position: relative;
}
.section3 .content .right .proul .proli .img {
  height: 31.25rem;
}
.section3 .content .right .proul .proli .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.section3 .content .right .proul .swiper-button-prev {
  top: 7.9%;
  background: unset;
  border: 1px solid #fff;
  left: -1.25rem;
}
.section3 .content .right .proul .swiper-button-prev i {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 600;
}
.section3 .content .right .proul .swiper-button-next {
  top: 9%;
  right: unset;
  left: -1.25rem;
  background: unset;
  border: 1px solid #fff;
}
.section3 .content .right .proul .swiper-button-next i {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 600;
}
.neibanner {
  position: relative;
}
.neibanner .neibanner_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.neibanner .neibanner_txt h3 {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
}
.neibanner .neibanner_txt p {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 0.875rem;
  text-transform: uppercase;
}
.neibanner .scroll {
  position: absolute;
  right: 5%;
  bottom: 8.75rem;
  transform: translateX(-50%);
  z-index: 9;
  text-align: center;
}
.neibanner .scroll:hover {
  cursor: pointer;
}
.neibanner .scroll p {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
}
.neibanner .scroll i {
  display: inline-block;
  width: 1px;
  height: 5rem;
  background-color: #fff;
  position: absolute;
}
.neibanner .scroll i::before {
  content: '';
  display: inline-block;
  width: 0.25rem;
  height: 0.9375rem;
  border-radius: 0.0938rem;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 0.625rem;
  animation: scroll 3s infinite;
}
.neibanner .mbxdh {
  position: absolute;
  bottom: 2.25rem;
}
.neibanner .mbxdh .ajhhsd {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
.neibanner .mbxdh .ajhhsd a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
.list_about_one {
  padding-top: 7.5rem;
  padding-bottom: 6.75rem;
}
.list_about_one .left {
  padding-right: 4.375rem;
}
.list_about_one .left .desc {
  margin-top: 2.125rem;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  /* 177.778% */
}
.list_about_one .left .desc .tit {
  color: #06C;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
  margin-top: 2.1875rem;
  /* 177.778% */
}
.list_about_one .right {
  position: relative;
}
.list_about_one .right .over {
  border-radius: 1.25rem;
  overflow: hidden;
  height: 100%;
}
.list_about_one .right .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_about_one .right .imgzimu {
  position: absolute;
  top: -10%;
  right: -8%;
  width: 85%;
}
.list_about_num {
  position: relative;
  padding: 6.6875rem 0 6.625rem;
}
.list_about_num .bgimg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
.list_about_num .bgimg img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.list_about_num .container .about_num_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.list_about_num .container .about_num_ul .about_num_li {
  width: 20%;
  text-align: center;
}
.list_about_num .container .about_num_ul .about_num_li .tit span {
  color: #FFF;
  text-align: justify;
  font-size: 3.75rem;
  font-weight: 700;
}
.list_about_num .container .about_num_ul .about_num_li .tit sup {
  color: #FFF;
  text-align: justify;
  font-size: 1.375rem;
  font-weight: 700;
  top: -1.5em;
}
.list_about_num .container .about_num_ul .about_num_li p {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
}
.list_history {
  background-image: url('../img/historybg.jpg');
  background-size: cover;
}
.list_history .left {
  overflow: hidden;
  padding-right: 6.5rem;
}
.list_history .left .img {
  position: relative;
  margin-left: -4rem;
}
.list_history .left .img .img_ul {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.list_history .left .img .img_ul .img_li {
  width: 60%;
  margin: 0 auto;
  display: none;
}
.list_history .left .img .img_ul .img_li.active {
  display: block;
}
.list_history .left .mySwiper {
  padding: 5rem 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 3rem);
  right: 0.875rem;
}
.list_history .left .mySwiper .swiper-slide.swiper-slide-next,
.list_history .left .mySwiper .swiper-slide.swiper-slide-prev {
  right: 2.75rem;
}
.list_history .left .mySwiper .swiper-slide {
  cursor: pointer;
}
.list_history .left .mySwiper .swiper-slide.swiper-slide-next {
  padding-top: 3rem;
}
.list_history .left .mySwiper .swiper-slide.swiper-slide-prev {
  padding-bottom: 3rem;
}
.list_history .left .mySwiper .swiper-slide {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  right: 12.5rem;
}
.list_history .left .mySwiper .swiper-slide {
  color: #919191;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  display: flex;
  align-items: center;
}
.list_history .left .mySwiper .swiper-slide.swiper-slide-thumb-active {
  color: #0066cc;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  right: 0;
}
.list_history .left .mySwiper .swiper-slide.swiper-slide-thumb-active div {
  padding-left: 2.5rem;
}
.list_history .left .mySwiper .swiper-slide.swiper-slide-thumb-active div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(0, 102, 204, 0.3);
}
.list_history .left .mySwiper .swiper-slide.swiper-slide-thumb-active div::before {
  width: 0.875rem;
  height: 0.875rem;
  background: #0066cc;
  left: 0.45rem;
}
.list_history .left .mySwiper .swiper-slide div {
  position: relative;
  padding-left: 1.25rem;
}
.list_history .left .mySwiper .swiper-slide div::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #0066CC;
}
.list_history .right {
  padding-left: 5rem;
}
.list_history .right .flex {
  justify-content: flex-start;
  margin: 5rem -0.625rem 0;
}
.list_history .right .flex .swiper_btn {
  position: static;
  transform: translateY(0);
  margin: 0 0.625rem 0;
  background: #000;
}
.list_history .right .flex .swiper_btn .iconfont {
  color: #fff;
}
.list_history .right .year {
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.15;
  background: linear-gradient(180deg, #06C -75.95%, rgba(0, 102, 204, 0.28) 86.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.list_history .right .text {
  font-weight: 600;
  margin-top: 1.875rem;
}
.list_history .right .text p:not(:last-child) {
  margin-bottom: 1.375rem;
}
.list_history .right .text ul li {
  position: relative;
  padding-left: 1.25rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.list_history .right .text ul li::before {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0.9375rem;
}
.list_history .right .year1 {
  color: #0066cc;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
}
.list_history .right .year1::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  width: calc(100% - 10rem);
  height: 1px;
  background: #0066cc;
  right: 0.5rem;
}
.list_culture {
  background-image: url('../img/dszjybg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 7.6875rem;
  padding-bottom: 6.625rem;
}
.list_culture .content .img {
  width: 9.9375rem;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
}
.list_culture .content .img img {
  width: 100%;
}
.list_culture .content .desc {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
.list_culture .content .tit {
  margin-top: 4.625rem;
}
.list_culture .content .tit h3 {
  color: #FFF;
  text-align: right;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_culture .content .tit p {
  color: #FFF;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_mission {
  padding-top: 7.5rem;
  padding-bottom: 3.125rem;
}
.list_mission .content {
  overflow: hidden;
  margin-top: 3.125rem;
}
.list_mission .content .sfq_img_ul {
  width: 100%;
  display: flex;
}
.list_mission .content .sfq_img_ul .sfq_img_li {
  width: 15%;
  height: 37.5rem;
  float: left;
  margin-right: 0.5625rem;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
.list_mission .content .sfq_img_ul .sfq_img_li:hover {
  cursor: pointer;
}
.list_mission .content .sfq_img_ul .sfq_img_li .img {
  position: absolute;
  top: 0;
  height: 100%;
}
.list_mission .content .sfq_img_ul .sfq_img_li .img img {
  height: 100%;
  object-fit: cover;
  object-position: left;
  z-index: -1;
  position: relative;
}
.list_mission .content .sfq_img_ul .sfq_img_li .hidden {
  display: none;
}
.list_mission .content .sfq_img_ul .sfq_img_li .title {
  position: relative;
  z-index: 2;
  height: 100%;
}
.list_mission .content .sfq_img_ul .sfq_img_li .title h3 {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.625rem;
  text-align: center;
  line-height: 13.75rem;
}
.list_mission .content .sfq_img_ul .sfq_img_li .title h3::after {
  content: '';
  display: block;
  width: 1px;
  height: 8.1875rem;
  background-color: #fff;
  position: absolute;
  top: 10%;
  left: 50%;
}
.list_mission .content .sfq_img_ul .sfq_img_li .title h3::before {
  content: '';
  display: block;
  width: 1px;
  height: 8.1875rem;
  background-color: #fff;
  position: absolute;
  bottom: 10%;
  left: 50%;
}
.list_mission .content .sfq_img_ul .sfq_img_li .title p {
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  color: transparent;
  font-family: "Roboto";
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.list_mission .content .sfq_img_ul .sfq_img_li .con {
  display: none;
}
.list_mission .content .sfq_img_ul .sfq_img_li .con .tit {
  position: absolute;
  bottom: 3.125rem;
  left: 3.125rem;
  border-left: 0.25rem solid #fff;
  padding-left: 1.25rem;
}
.list_mission .content .sfq_img_ul .sfq_img_li .con .tit h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
}
.list_mission .content .sfq_img_ul .sfq_img_li .con .tit p {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0.125rem;
}
.list_mission .content .sfq_img_ul .sfq_img_li:nth-child(1) {
  width: 70%;
  background-color: rgba(153, 0, 153, 0.7);
}
.list_mission .content .sfq_img_ul .sfq_img_li:nth-child(1) .img img {
  z-index: unset;
}
.list_mission .content .sfq_img_ul .sfq_img_li:nth-child(2) {
  background-color: rgba(0, 102, 204, 0.7);
}
.list_mission .content .sfq_img_ul .sfq_img_li:nth-child(3) {
  background-color: rgba(153, 0, 153, 0.7);
  margin-right: 0;
}
.list_mission .content .swiper_mission .img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.list_mission .content .swiper_mission .m_title h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}
.list_mission .content .swiper_mission .m_title p {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
  color: transparent;
  font-family: "Roboto";
  font-size: 2.1875rem;
  font-weight: bold;
  margin-top: -1.875rem;
}
.list_mission .content .swiper_mission .m_desc {
  border-left: 0.1875rem solid rgba(0, 0, 0, 0.8);
  padding-left: 1.25rem;
}
.list_mission .content .swiper_mission .m_desc h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
}
.list_mission .content .swiper_mission .m_desc p {
  font-size: 1rem;
}
.list_mission .content .swiper_mission .swiper-pagination {
  justify-content: center;
}
.list_vision {
  background-image: url('../img/visionbg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 6.6875rem;
  padding-bottom: 13.75rem;
}
.list_vision .content {
  margin-top: 6.25rem;
}
.list_vision .content .list_vis_box {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.list_vision .content .list_vis_box .list_vis_item {
  flex: 1;
}
.list_vision .content .list_vis_box .img {
  width: 6.375rem;
  height: 6.375rem;
  border-radius: 50%;
  border: 1px dashed #fff;
  text-align: center;
  line-height: 6.375rem;
  margin: 0 auto;
}
.list_vision .content .list_vis_box .img img {
  width: 3.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_vision .content .list_vis_box .img:hover {
  cursor: pointer;
}
.list_vision .content .list_vis_box .img:hover img {
  transform: rotateY(180deg);
}
.list_vision .content .list_vis_box .tit {
  margin-top: 2.125rem;
}
.list_vision .content .list_vis_box .tit h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
}
.list_vision .content .list_vis_box .tit p {
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-text-stroke: 0.2px rgba(255, 255, 255, 0.3);
  color: transparent;
  font-family: "Roboto";
  text-transform: uppercase;
  margin-top: -0.625rem;
}
.list_vision .content .list_vis_box .desc {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.list_values {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
}
.list_values .content {
  margin-top: 6.25rem;
}
.list_values .content .list_va_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
  text-align: center;
}
.list_values .content .list_va_box .list_va_item {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_values .content .list_va_box .list_va_item:hover {
  transform: translateY(-0.625rem);
  cursor: pointer;
}
.list_values .content .list_va_box .list_va_item .con {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_values .content .list_va_box .list_va_item .con .img {
  width: 6.375rem;
  height: 6.375rem;
  border-radius: 50%;
  border: 1px dashed #fff;
  text-align: center;
  line-height: 6.375rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_values .content .list_va_box .list_va_item .con .img img {
  width: 3.375rem;
}
.list_values .content .list_va_box .list_va_item .con .tit {
  margin-top: 2.125rem;
}
.list_values .content .list_va_box .list_va_item .con .tit h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
}
.list_values .content .list_va_box .list_va_item .con .tit p {
  font-size: 1.875rem;
  font-weight: bold;
  -webkit-text-stroke: 0.6992px rgba(255, 255, 255, 0.3);
  color: transparent;
  font-family: "Roboto";
  text-transform: uppercase;
  margin-top: -1.5625rem;
}
.list_values .content .list_va_box .list_va_item .con .desc {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  min-height: 6.25rem;
}
.join_box {
  padding-top: 7.625rem;
  padding-bottom: 6.125rem;
  background-image: url('../img/joinbg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.join_box .row .join_li {
  margin: 1.25rem 0;
  padding: 0 1.25rem;
}
.join_box .row .join_li .join_item {
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  padding: 3.3125rem 3.0625rem;
  background-color: #fff;
  position: relative;
}
.join_box .row .join_li .join_item h3 {
  color: #000;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
  z-index: 9;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.join_box .row .join_li .join_item h3::after {
  content: '';
  width: 3rem;
  height: 0.1875rem;
  display: inline-block;
  background-color: #0066cc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.join_box .row .join_li .join_item .join_content {
  display: flex;
  align-items: end;
}
.join_box .row .join_li .join_item .join_content ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.875rem;
  flex: 1;
}
.join_box .row .join_li .join_item .join_content ul li {
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  z-index: 9;
}
.join_box .row .join_li .join_item .join_content ul li span {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.join_box .row .join_li .join_item .join_content .more {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 9;
  text-align: center;
  line-height: 3.375rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.join_box .row .join_li .join_item .join_content .more i {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0066cc;
}
.join_box .row .join_li .join_item::before {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/assets/addons/cms/frontend/img/joinitembg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(0.5);
  border-radius: 0.625rem;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.join_box .row .join_li .join_item:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
}
.join_box .row .join_li .join_item:hover::before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.join_box .row .join_li .join_item:hover h3 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.join_box .row .join_li .join_item:hover h3::after {
  background-color: #fff;
}
.join_box .row .join_li .join_item:hover .join_content ul li {
  color: rgba(255, 255, 255, 0.5);
}
.join_box .row .join_li .join_item:hover .join_content ul li span {
  color: #fff;
}
.join_box .row .join_li .join_item:hover .join_content .more {
  opacity: 1;
}
.hidden {
  display: none;
}
.join_pop.layui-layer {
  width: 50% !important;
  border: 1px solid #E3E3E3;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .join_pop.layui-layer {
    width: 85% !important;
  }
}
.join_pop.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 2rem;
  top: 1rem;
  background: none;
  width: auto;
  height: auto;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .join_pop.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}
.join_pop.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  transform: rotate(180deg);
}
.join_pop.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e624";
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-weight: 400;
}
.join_pop_con {
  margin: 0 auto;
}
.join_pop_con .join_body {
  padding: 2.375rem 3.75rem 5.625rem;
}
.join_pop_con .join_body .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.join_pop_con .join_body .title h3 {
  color: #000;
  font-size: 2.25rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2.4375rem;
}
.join_pop_con .join_body .content {
  padding-top: 2.375rem;
}
.join_pop_con .join_body .content h4 {
  color: #0066cc;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  margin-top: 1.875rem;
}
.join_pop_con .join_body .content ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.375rem;
}
.join_pop_con .join_body .content ul li {
  width: 50%;
}
.join_pop_con .join_body .content ul li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.join_pop_con .join_body .content ul li p span {
  font-weight: 400;
}
.join_pop_con .join_body .content .desc {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.join_pop_con .footcon {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.1875rem 0 3.25rem;
  background-color: #f8f8f8;
  text-align: left;
  padding-left: 3.75rem;
}
.join_pop_con .footcon a {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.join_pop_con .footcon a span {
  font-size: 1.5rem;
  color: #0066cc;
}
.list_concepts {
  background-image: url('../img/conceptsbg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 9.0625rem;
  padding-bottom: 3.75rem;
}
.list_concepts .list_concepts_box .left {
  padding-right: 4.375rem;
}
.list_concepts .list_concepts_box .left .subtitle {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 3.4375rem;
  margin-bottom: 2.5rem;
}
.list_concepts .list_concepts_box .left .list_conce_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
.list_concepts .list_concepts_box .left .list_conce_box .list_conce_item {
  background-color: #fff;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  text-align: center;
  padding: 2.5rem 0 3.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_concepts .list_concepts_box .left .list_conce_box .list_conce_item:hover {
  cursor: pointer;
  transform: translateY(-0.625rem);
}
.list_concepts .list_concepts_box .left .list_conce_box .list_conce_item:hover .img {
  transform: rotateY(180deg);
}
.list_concepts .list_concepts_box .left .list_conce_box .list_conce_item .img {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_concepts .list_concepts_box .left .list_conce_box .list_conce_item .tit {
  color: #000;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1rem;
}
.list_concepts .list_concepts_box .right {
  padding-left: 1.875rem;
}
.list_concepts .list_concepts_box .right .over {
  border-radius: 0.625rem;
  overflow: hidden;
}
.list_team_one {
  background-image: url('../img/temabg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 8.75rem;
}
.list_team_one .content {
  margin-top: 3.4375rem;
}
.list_team_one .content .swiper_team_fc {
  margin: 0 -3.125rem;
}
.list_team_one .content .swiper_team_fc .swiper-slide {
  width: 65%;
  padding: 0 3.125rem;
  opacity: 0.5;
  position: relative;
}
.list_team_one .content .swiper_team_fc .swiper-slide .over {
  border-radius: 1.875rem;
  overflow: hidden;
}
.list_team_one .content .swiper_team_fc .swiper-slide .text {
  width: 17.25rem;
  height: 8.875rem;
  border-radius: 1.25rem;
  border: 1px solid #FFF;
  background: #F8F8F8;
  position: absolute;
  padding: 1.875rem;
  bottom: 1.875rem;
  left: 0;
  opacity: 0;
}
.list_team_one .content .swiper_team_fc .swiper-slide .text .swiper-pagination {
  position: relative;
  font-size: 1.25rem;
}
.list_team_one .content .swiper_team_fc .swiper-slide-active {
  opacity: 1;
}
.list_team_one .content .swiper_team_fc .swiper-slide-active .text {
  opacity: 1;
}
.list_team_one .content .swiper_team_fc .swiper-pagination-total {
  font-weight: 700;
}
.list_team_one .content .swiper_team_fc .swiper-button-next,
.list_team_one .content .swiper_team_fc .swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  background: #000;
  text-align: center;
}
.list_team_one .content .swiper_team_fc .swiper-button-next i,
.list_team_one .content .swiper_team_fc .swiper-button-prev i {
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  line-height: 3.375rem;
}
.list_team_one .content .swiper_team_fc .swiper-button-next,
.list_team_one .content .swiper_team_fc .swiper-container-rtl .swiper-button-prev {
  right: 14%;
}
.list_team_one .content .swiper_team_fc .swiper-button-prev,
.list_team_one .content .swiper_team_fc .swiper-container-rtl .swiper-button-next {
  left: 14%;
}
.list_bottom {
  background-image: url('../img/bottombg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 7.5rem;
  padding-bottom: 6.875rem;
}
.list_bottom .content {
  text-align: center;
}
.list_bottom .content h3 {
  color: #FFF;
  text-align: center;
  font-size: 2.875rem;
  font-weight: 700;
  margin-bottom: 0.8125rem;
}
.list_bottom .content p {
  color: #FFF;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 400;
}
.list_honours {
  background-image: url('../img/hon_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 8.125rem;
  padding-bottom: 18.75rem;
}
.list_honours .list_honours_box {
  display: flex;
}
.list_honours .list_honours_box .honours_tab {
  width: 15%;
}
.list_honours .list_honours_box .honours_tab .honours_tab_li {
  margin-bottom: 4.375rem;
  padding-bottom: 1.6875rem;
}
.list_honours .list_honours_box .honours_tab .honours_tab_li h3 {
  color: #8796A6;
  font-size: 3rem;
  font-weight: 700;
}
.list_honours .list_honours_box .honours_tab .honours_tab_li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
}
.list_honours .list_honours_box .honours_tab .honours_tab_li:hover {
  cursor: pointer;
}
.list_honours .list_honours_box .honours_tab .honours_tab_li.active {
  border-bottom: 2px solid #06C;
  width: 65%;
}
.list_honours .list_honours_box .honours_tab .honours_tab_li.active h3 {
  color: #0066cc;
}
.list_honours .list_honours_box .honours_tab .honours_tab_li.active p {
  color: #0066cc;
}
.list_honours .list_honours_box .honours_con {
  width: 83.33%;
  display: none;
  overflow: hidden;
  flex: 1;
}
.list_honours .list_honours_box .honours_con .swiper_honours,
.list_honours .list_honours_box .honours_con .swiper_honours2,
.list_honours .list_honours_box .honours_con .swiper_honours3 {
  position: relative;
  width: 65%;
  padding-right: 10%;
  padding-left: 10%;
  overflow: hidden;
}
.list_honours .list_honours_box .honours_con .swiper_honours .swiper-slide,
.list_honours .list_honours_box .honours_con .swiper_honours2 .swiper-slide,
.list_honours .list_honours_box .honours_con .swiper_honours3 .swiper-slide {
  opacity: 0.9;
  transition: all 0.5s ease-in;
}
.list_honours .list_honours_box .honours_con .swiper_honours .swiper-slide .h_slide,
.list_honours .list_honours_box .honours_con .swiper_honours2 .swiper-slide .h_slide,
.list_honours .list_honours_box .honours_con .swiper_honours3 .swiper-slide .h_slide {
  height: 18.75rem;
}
.list_honours .list_honours_box .honours_con .swiper_honours .swiper-slide .h_slide .over,
.list_honours .list_honours_box .honours_con .swiper_honours2 .swiper-slide .h_slide .over,
.list_honours .list_honours_box .honours_con .swiper_honours3 .swiper-slide .h_slide .over {
  height: 100%;
}
.list_honours .list_honours_box .honours_con .swiper_honours .swiper-slide .h_slide .over img,
.list_honours .list_honours_box .honours_con .swiper_honours2 .swiper-slide .h_slide .over img,
.list_honours .list_honours_box .honours_con .swiper_honours3 .swiper-slide .h_slide .over img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.list_honours .list_honours_box .honours_con .swiper_honours .swiper-slide .over,
.list_honours .list_honours_box .honours_con .swiper_honours2 .swiper-slide .over,
.list_honours .list_honours_box .honours_con .swiper_honours3 .swiper-slide .over {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  border-radius: 0.625rem;
  background: #FFF;
  padding: 0.125rem 1.25rem;
}
.list_honours .list_honours_box .honours_con .swiper_honours .swiper-slide .h_name,
.list_honours .list_honours_box .honours_con .swiper_honours2 .swiper-slide .h_name,
.list_honours .list_honours_box .honours_con .swiper_honours3 .swiper-slide .h_name {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.75rem;
  margin-top: 1.875rem;
  display: none;
}
.list_honours .list_honours_box .honours_con .swiper_honours .swiper-slide.active,
.list_honours .list_honours_box .honours_con .swiper_honours2 .swiper-slide.active,
.list_honours .list_honours_box .honours_con .swiper_honours3 .swiper-slide.active {
  opacity: 1;
}
.list_honours .list_honours_box .honours_con .swiper_honours .swiper-slide.active .h_name,
.list_honours .list_honours_box .honours_con .swiper_honours2 .swiper-slide.active .h_name,
.list_honours .list_honours_box .honours_con .swiper_honours3 .swiper-slide.active .h_name {
  display: block;
}
.list_honours .list_honours_box .honours_con .swiper_honours .swiper-slide-active,
.list_honours .list_honours_box .honours_con .swiper_honours2 .swiper-slide-active,
.list_honours .list_honours_box .honours_con .swiper_honours3 .swiper-slide-active,
.list_honours .list_honours_box .honours_con .swiper_honours .swiper-slide-duplicate-active,
.list_honours .list_honours_box .honours_con .swiper_honours2 .swiper-slide-duplicate-active,
.list_honours .list_honours_box .honours_con .swiper_honours3 .swiper-slide-duplicate-active {
  transform: scale(1);
}
.list_honours .list_honours_box .honours_con .swiper_honours .sha_tra,
.list_honours .list_honours_box .honours_con .swiper_honours2 .sha_tra,
.list_honours .list_honours_box .honours_con .swiper_honours3 .sha_tra {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, #F8F8F8 0%, rgba(248, 248, 248, 0) 25%, rgba(248, 248, 248, 0) 75%, #F8F8F8 100%);
  background: -o-linear-gradient(left, #F8F8F8 0%, rgba(248, 248, 248, 0) 25%, rgba(248, 248, 248, 0) 75%, #F8F8F8 100%);
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0, #F8F8F8), color-stop(0.25, rgba(248, 248, 248, 0)), color-stop(0.75, rgba(248, 248, 248, 0)), color-stop(1, #e4e9ed));
  background: -webkit-linear-gradient(left, #F8F8F8 0%, rgba(248, 248, 248, 0) 25%, rgba(248, 248, 248, 0) 75%, #F8F8F8 100%);
  z-index: 3;
  top: 0;
  left: 0;
  pointer-events: none;
}
.list_honours .list_honours_box .honours_con .swiper_honours_box {
  width: 35%;
  overflow: hidden;
  position: relative;
}
.list_honours .list_honours_box .honours_con .swiper_honours_tit,
.list_honours .list_honours_box .honours_con .swiper_honours_tit2,
.list_honours .list_honours_box .honours_con .swiper_honours_tit3 {
  height: 23.125rem;
  padding: 1.5625rem 1.5625rem 0.9375rem 1.5625rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.list_honours .list_honours_box .honours_con .swiper_honours_tit .swiper-slide,
.list_honours .list_honours_box .honours_con .swiper_honours_tit2 .swiper-slide,
.list_honours .list_honours_box .honours_con .swiper_honours_tit3 .swiper-slide {
  text-align: center;
}
.list_honours .list_honours_box .honours_con .swiper_honours_tit .swiper-slide .tit,
.list_honours .list_honours_box .honours_con .swiper_honours_tit2 .swiper-slide .tit,
.list_honours .list_honours_box .honours_con .swiper_honours_tit3 .swiper-slide .tit {
  width: 80%;
  margin: 0 auto;
  height: 4rem !important;
  line-height: 4rem;
  border-radius: 2rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_honours .list_honours_box .honours_con .swiper_honours_tit .swiper-slide .tit:hover,
.list_honours .list_honours_box .honours_con .swiper_honours_tit2 .swiper-slide .tit:hover,
.list_honours .list_honours_box .honours_con .swiper_honours_tit3 .swiper-slide .tit:hover {
  cursor: pointer;
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
}
.list_honours .list_honours_box .honours_con .swiper_honours_tit .active-nav .tit,
.list_honours .list_honours_box .honours_con .swiper_honours_tit2 .active-nav .tit,
.list_honours .list_honours_box .honours_con .swiper_honours_tit3 .active-nav .tit {
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
}
.list_honours .list_honours_box .honours_con .swiper_honours_tit .swiper-button-prev,
.list_honours .list_honours_box .honours_con .swiper_honours_tit2 .swiper-button-prev,
.list_honours .list_honours_box .honours_con .swiper_honours_tit3 .swiper-button-prev,
.list_honours .list_honours_box .honours_con .swiper_honours_tit .swiper-container-rtl .swiper-button-next,
.list_honours .list_honours_box .honours_con .swiper_honours_tit2 .swiper-container-rtl .swiper-button-next,
.list_honours .list_honours_box .honours_con .swiper_honours_tit3 .swiper-container-rtl .swiper-button-next {
  left: 50%;
  transform: translateX(-50%);
  top: 0.1875rem;
  background: unset;
  border: unset;
  opacity: 1;
}
.list_honours .list_honours_box .honours_con .swiper_honours_tit .swiper-button-prev i,
.list_honours .list_honours_box .honours_con .swiper_honours_tit2 .swiper-button-prev i,
.list_honours .list_honours_box .honours_con .swiper_honours_tit3 .swiper-button-prev i,
.list_honours .list_honours_box .honours_con .swiper_honours_tit .swiper-container-rtl .swiper-button-next i,
.list_honours .list_honours_box .honours_con .swiper_honours_tit2 .swiper-container-rtl .swiper-button-next i,
.list_honours .list_honours_box .honours_con .swiper_honours_tit3 .swiper-container-rtl .swiper-button-next i {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 600;
}
.list_honours .list_honours_box .honours_con .swiper_honours_tit .swiper-button-next,
.list_honours .list_honours_box .honours_con .swiper_honours_tit2 .swiper-button-next,
.list_honours .list_honours_box .honours_con .swiper_honours_tit3 .swiper-button-next,
.list_honours .list_honours_box .honours_con .swiper_honours_tit .swiper-container-rtl .swiper-button-prev,
.list_honours .list_honours_box .honours_con .swiper_honours_tit2 .swiper-container-rtl .swiper-button-prev,
.list_honours .list_honours_box .honours_con .swiper_honours_tit3 .swiper-container-rtl .swiper-button-prev {
  right: unset;
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 0;
  background: unset;
  border: unset;
  opacity: 1;
}
.list_honours .list_honours_box .honours_con .swiper_honours_tit .swiper-button-next i,
.list_honours .list_honours_box .honours_con .swiper_honours_tit2 .swiper-button-next i,
.list_honours .list_honours_box .honours_con .swiper_honours_tit3 .swiper-button-next i,
.list_honours .list_honours_box .honours_con .swiper_honours_tit .swiper-container-rtl .swiper-button-prev i,
.list_honours .list_honours_box .honours_con .swiper_honours_tit2 .swiper-container-rtl .swiper-button-prev i,
.list_honours .list_honours_box .honours_con .swiper_honours_tit3 .swiper-container-rtl .swiper-button-prev i {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 600;
}
.list_honours .list_honours_box .honours_con.active {
  width: 100%;
  display: flex;
}
.list_scien {
  padding-top: 5rem;
  padding-bottom: 3.125rem;
}
.list_scien .list_scien_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.list_scien .list_scien_box .list_scien_item {
  position: relative;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  padding: 2.4375rem 1.75rem 2.5rem 1.875rem;
  overflow: hidden;
}
.list_scien .list_scien_box .list_scien_item::after {
  content: '';
  background-image: url('../img/sciitembg.png');
  background-size: contain;
  display: block;
  width: 15.625rem;
  height: 16.875rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.list_scien .list_scien_box .list_scien_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0066cc;
  border-radius: 0.625rem;
  overflow: hidden;
  transform: scale(0.5);
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_scien .list_scien_box .list_scien_item:hover {
  cursor: pointer;
}
.list_scien .list_scien_box .list_scien_item:hover::before {
  opacity: 1;
  transform: scale(1);
}
.list_scien .list_scien_box .list_scien_item:hover .tit {
  position: relative;
  z-index: 2;
  border-color: rgba(255, 255, 255, 0.3);
}
.list_scien .list_scien_box .list_scien_item:hover .tit h3 {
  color: #fff;
}
.list_scien .list_scien_box .list_scien_item:hover .desc {
  position: relative;
  z-index: 2;
}
.list_scien .list_scien_box .list_scien_item:hover .desc .cate span:nth-child(1) {
  color: rgba(255, 255, 255, 0.6);
}
.list_scien .list_scien_box .list_scien_item:hover .desc .cate span:nth-child(2) {
  color: #ffffff;
}
.list_scien .list_scien_box .list_scien_item:hover .download_btn {
  opacity: 1;
}
.list_scien .list_scien_box .list_scien_item .tit {
  padding-bottom: 1.9375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.list_scien .list_scien_box .list_scien_item .tit h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
}
.list_scien .list_scien_box .list_scien_item .desc {
  padding-top: 1.875rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_scien .list_scien_box .list_scien_item .desc .cate {
  width: 55%;
  display: flex;
}
.list_scien .list_scien_box .list_scien_item .desc .cate span:nth-child(1) {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  margin-bottom: 0.75rem;
}
.list_scien .list_scien_box .list_scien_item .desc .cate span:nth-child(2) {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  flex: 1;
}
.list_scien .list_scien_box .list_scien_item .desc .cate:nth-child(even) {
  width: 40%;
}
.list_scien .list_scien_box .list_scien_item .download_btn {
  position: absolute;
  right: 2.0625rem;
  bottom: 2.8125rem;
  z-index: 9;
  width: 3.375rem;
  height: 3.375rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.news_box {
  background-image: url('../img/joinbg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news_box .swipernews {
  overflow: hidden;
  padding-bottom: 5rem;
}
.news_box .swipernews .news_new_box {
  padding: 2.1875rem 2.9375rem 2.5rem 2.1875rem;
  display: flex;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 102, 204, 0.06);
  overflow: hidden;
}
.news_box .swipernews .news_new_box .left {
  width: 47%;
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over {
  height: 100%;
}
.news_box .swipernews .news_new_box .left .img .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .swipernews .news_new_box .right {
  width: 53%;
}
.news_box .swipernews .news_new_box .right .newstxt {
  padding: 3.875rem 2.125rem 3.625rem 3.75rem;
}
.news_box .swipernews .news_new_box .right .newstxt h4 {
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
}
.news_box .swipernews .news_new_box .right .newstxt .p1 {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  font-weight: 700;
}
.news_box .swipernews .news_new_box .right .newstxt h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1.375rem;
}
.news_box .swipernews .news_new_box .right .newstxt .p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.yyhy_content .yyhy_con {
  margin-bottom: 1.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.yyhy_content .yyhy_con .yyhy_item .over {
  height: 18.75rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.yyhy_content .yyhy_con .yyhy_item .over img {
  height: 100%;
  object-fit: cover;
}
.yyhy_content .yyhy_con .yyhy_item .text {
  padding: 1.875rem 0;
}
.yyhy_content .yyhy_con .yyhy_item .text h3 {
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.yyhy_content .yyhy_con .yyhy_item .text .time {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.875rem;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text h3 {
  color: #0066cc;
}
.yyhy_content .yyhy_con .yyhy_item:hover .text p {
  color: #0066cc;
}
.yyhy_content .yyhy_con .yyhy_item:hover .time {
  color: #0066cc;
}
.news_show_box .left {
  padding-right: 3.5rem;
}
.news_show_box .left .title {
  margin-bottom: 1.5625rem;
}
.news_show_box .left .title .tittop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_show_box .left .title h3 {
  color: #000;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 2.75rem;
}
.news_show_box .left .title .p1,
.news_show_box .left .title .p2,
.news_show_box .left .title .p3,
.news_show_box .left .title .p4 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
}
.news_show_box .left .title .p1 span,
.news_show_box .left .title .p2 span,
.news_show_box .left .title .p3 span,
.news_show_box .left .title .p4 span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
}
.news_show_box .left .title .p4 img {
  width: 1rem;
}
.news_show_box .left .title .fenxiang {
  display: flex;
  align-items: center;
}
.news_show_box .left .title .social-share {
  display: flex;
}
.news_show_box .left .title .social-share li {
  width: 2.375rem;
  height: 2.375rem;
  text-align: center;
  line-height: 2.3125rem;
  margin-right: 0.625rem;
}
.news_show_box .left .title .social-share li a {
  width: 2.375rem;
  height: 2.375rem;
  display: block;
  border: unset;
  color: #D1D1D1;
  font-size: 1.0625rem;
  border-radius: 50%;
  border: 1px solid #D1D1D1;
  margin: unset;
  line-height: 2.1875rem;
}
.news_show_box .left .title .social-share li a i {
  font-size: 1.0625rem;
  color: #D1D1D1;
  line-height: 2.375rem;
}
.news_show_box .left .content {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 2.125rem 0 4.375rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.75rem;
}
.news_show_box .left .content table tr td {
  padding: 0.5rem;
  vertical-align: middle;
}
.news_show_box .left .content img {
  width: 100%;
}
.news_show_box .left .content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.news_show_box .left .shangxia p,
.news_show_box .left .shangxia a {
  color: #000;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.8px;
}
.news_show_box .right {
  position: sticky;
  top: 6.25rem;
  height: 100%;
}
.news_show_box .right .title h3 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 1.4px;
}
.news_show_box .right ul li {
  padding: 1.875rem 0 1.4375rem;
  border-bottom: 1px solid #DBDBDB;
}
.news_show_box .right ul li .img {
  display: none;
}
.news_show_box .right ul li h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.news_show_box .right ul li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0.5625rem;
}
.news_show_box .right ul li .p1 {
  color: rgba(0, 0, 0, 0.5);
}
.news_show_box .right ul li:nth-child(1) .img {
  display: block;
}
.news_show_box .right ul li:nth-child(1) h3 {
  margin-top: 1.5625rem;
}
.news_show_box .right ul li:hover {
  cursor: pointer;
}
.news_show_box .right ul li:hover h3,
.news_show_box .right ul li:hover p {
  color: #0066cc;
}
.news_show_box .right ul li:hover .img .over img {
  transform: scale(1.1);
}
.list_proshiji {
  padding-top: 8.125rem;
}
.list_proshiji .desc {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.625rem;
  font-weight: 400;
  margin-top: 3.125rem;
}
.list_proshiji_box {
  padding-top: 9.375rem;
  padding-bottom: 8.75rem;
}
.list_proshiji_box .shiji_box {
  position: relative;
  box-sizing: border-box;
}
.list_proshiji_box .shiji_box .imgbg {
  position: relative;
  z-index: 2;
  border-radius: 0.625rem;
  overflow: hidden;
}
.list_proshiji_box .shiji_box .row_box {
  width: 100%;
  padding: 3.75rem 2.1875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  z-index: 2;
}
.list_proshiji_box .shiji_box .row_box .left {
  padding: 3.125rem;
}
.list_proshiji_box .shiji_box .row_box .left .img img {
  max-height: 100%;
}
.list_proshiji_box .shiji_box .row_box .right {
  padding-left: 8.125rem;
}
.list_proshiji_box .shiji_box .row_box .right .t {
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 700;
}
.list_proshiji_box .shiji_box .row_box .right .tit {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
}
.list_proshiji_box .shiji_box .row_box .right .con {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1.25rem;
}
.list_proshiji_box .shiji_box .row_box .right .con ul li {
  position: relative;
  padding-left: 1.25rem;
}
.list_proshiji_box .shiji_box .row_box .right .con ul li::before {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.list_proshiji_box .shiji_box .backgroundbg {
  width: 45%;
  height: 120%;
  background-color: #0066cc;
  position: absolute;
  top: -4.375rem;
  left: 3.125rem;
  z-index: 1;
  text-align: center;
}
.list_proshiji_box .shiji_box .backgroundbg img {
  width: 13.875rem;
  margin-top: 1.25rem;
}
.list_proshiji_box:nth-child(even) .row_box .left {
  order: 2;
}
.list_proshiji_box:nth-child(even) .row_box .right {
  order: 1;
  padding-left: 3.125rem;
  padding-right: 7.125rem;
}
.list_proshiji_box:nth-child(2) {
  background-image: url('../img/shijibg.jpg');
  background-size: cover;
  background-position: center;
}
.list_proshiji_box:nth-child(2) .backgroundbg {
  right: 3.75rem;
  left: unset;
}
.proshiji_two {
  position: relative;
}
.proshiji_two .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.proshiji_two .content .title {
  color: #FFF;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
}
.proshiji_two .content .allmoreblue {
  margin: 3.125rem auto;
}
.proshiji_two .content .allmoreblue:hover::after {
  border: 1px solid #fff;
}
.proshiji_two .content .allmoreblue:hover a {
  color: #fff;
}
.proshiji_three {
  padding-top: 6.875rem;
  padding-bottom: 5rem;
  background-image: url('../img/rslcbg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.proshiji_three .content {
  margin-top: 4.375rem;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(0, 102, 204, 0.2);
  overflow: hidden;
}
.proshiji_three .content .left .tablebox table {
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 0;
}
.proshiji_three .content .left .tablebox table th {
  padding: 1.3125rem 0 1.5625rem;
  text-align: center;
  background: #06C;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.proshiji_three .content .left .tablebox table th:nth-child(1) {
  width: 30%;
}
.proshiji_three .content .left .tablebox table td {
  padding: 1.3125rem 0 1.5625rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.proshiji_three .content .left .tablebox table td:nth-child(1) {
  background: #06C;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.proshiji_three .content .left .tablebox table tr:nth-child(odd) td {
  background: #F1F8FF;
}
.proshiji_three .content .left .tablebox table tr:nth-child(odd) td:nth-child(1) {
  background: #06C;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.proshiji_three .content .right {
  padding-right: 1.875rem;
}
.proshiji_three .content .right img {
  height: 100%;
}
.proshiji_three .allmoreblue {
  margin: 4.6875rem auto 0;
  width: 21.875rem;
}
.list_equipment_box {
  padding-top: 9.375rem;
  padding-bottom: 8.75rem;
}
.list_equipment_box .shiji_box {
  position: relative;
  box-sizing: border-box;
}
.list_equipment_box .shiji_box .imgbg {
  position: relative;
  z-index: 2;
  border-radius: 0.625rem;
  overflow: hidden;
}
.list_equipment_box .shiji_box .row_box {
  width: 100%;
  padding: 3.75rem 2.1875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  z-index: 2;
}
.list_equipment_box .shiji_box .row_box .left {
  padding: 3.125rem;
}
.list_equipment_box .shiji_box .row_box .left .img {
  text-align: right;
}
.list_equipment_box .shiji_box .row_box .left .img img {
  width: auto;
  max-height: 28.125rem;
}
.list_equipment_box .shiji_box .row_box .right {
  padding-left: 8.125rem;
}
.list_equipment_box .shiji_box .row_box .right .t {
  color: #FFF;
  font-size: 1.75rem;
  font-weight: 700;
}
.list_equipment_box .shiji_box .row_box .right .tit {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
}
.list_equipment_box .shiji_box .row_box .right .con {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1.25rem;
}
.list_equipment_box .shiji_box .row_box .right .con ul li {
  position: relative;
  padding-left: 1.25rem;
}
.list_equipment_box .shiji_box .row_box .right .con ul li::before {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.list_equipment_box .shiji_box .backgroundbg {
  width: 45%;
  height: 120%;
  background-color: #0066cc;
  position: absolute;
  top: -4.375rem;
  right: 3.125rem;
  z-index: 1;
  text-align: center;
}
.list_equipment_box .shiji_box .backgroundbg img {
  width: 13.875rem;
  margin-top: 1.25rem;
}
.list_equipment_box:nth-child(even) .row_box .left {
  order: 1;
}
.list_equipment_box:nth-child(even) .row_box .left .img {
  text-align: left;
}
.list_equipment_box:nth-child(even) .row_box .right {
  order: 2;
  padding-left: 0;
  padding-right: 8.125rem;
}
.list_equipment_box:nth-child(2) {
  background-image: url('../img/shijibg.jpg');
  background-size: cover;
}
.list_equipment_box:nth-child(2) .backgroundbg {
  left: 3.75rem;
  right: unset;
}
.show_equipment_box {
  padding-top: 6.5625rem;
  padding-bottom: 4.6875rem;
  background-color: #F9F9F9;
  position: relative;
  z-index: -2;
}
.show_equipment_box .show_equi_box {
  background-image: url('../img/shebeibg.jpg');
  background-size: cover;
  position: relative;
}
.show_equipment_box .show_equi_box .backgroundbg {
  position: absolute;
  top: -4.375rem;
  right: 15%;
  height: 115%;
  width: 25%;
  background-color: #0066cc;
  text-align: center;
  z-index: -1;
}
.show_equipment_box .show_equi_box .backgroundbg img {
  width: 13.875rem;
  margin-top: 1.25rem;
}
.show_equipment_box .row_box {
  width: 100%;
  align-items: center;
  padding: 3.125rem 0 2.5rem;
}
.show_equipment_box .row_box .left {
  padding: 3.125rem;
}
.show_equipment_box .row_box .left .img {
  text-align: right;
}
.show_equipment_box .row_box .left .img img {
  width: auto;
  max-height: 37.5rem;
}
.show_equipment_box .row_box .right .t {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
}
.show_equipment_box .row_box .right .tit {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
}
.show_equipment_box .row_box .right .con {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1.25rem;
}
.show_equipment_box .row_box .right .con ul li {
  position: relative;
  padding-left: 1.25rem;
}
.show_equipment_box .row_box .right .con ul li::before {
  content: '';
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.show_equipment_two {
  padding-top: 5.3125rem;
  padding-bottom: 4.375rem;
}
.show_equipment_two .content {
  margin-top: 4rem;
  overflow: hidden;
  padding-bottom: 5rem;
}
.show_equipment_two .content .swiper_advantage {
  margin: -1.25rem;
}
.show_equipment_two .content .swiper_advantage .swiper-slide {
  position: relative;
  padding: 1.25rem;
}
.show_equipment_two .content .swiper_advantage .swiper-slide .adva_slide {
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 15%;
}
.show_equipment_two .content .swiper_advantage .swiper-slide .adva_slide:hover .img {
  transform: rotateY(180deg);
}
.show_equipment_two .content .swiper_advantage .swiper-slide .adva_slide .img {
  width: 4.125rem;
  height: 4.125rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.show_equipment_two .content .swiper_advantage .swiper-slide .adva_slide .txt {
  width: 100%;
  margin: 1.375rem auto 0;
  padding: 0 2.8125rem;
}
.show_equipment_two .content .swiper_advantage .swiper-slide .adva_slide .txt h3 {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.show_equipment_two .content .swiper_advantage .swiper-slide .adva_slide .txt p {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: 0.75rem;
}
.show_equipment_three {
  padding-top: 5.5rem;
  padding-bottom: 6.1875rem;
  background: #F8F8F8;
}
.show_equipment_three .content {
  margin-top: 4.0625rem;
}
.show_equipment_three .content .table {
  overflow-y: auto;
}
.show_equipment_three .content table tr:nth-child(1) td {
  background: #06C;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.show_equipment_three .content table tr:nth-child(1) td:nth-child(1) {
  border-radius: 0.625rem 0 0px 0px;
}
.show_equipment_three .content table tr:nth-child(1) td:nth-last-child(1) {
  border-radius: 0 0.625rem 0px 0px;
}
.show_equipment_three .content table tr:nth-child(odd) {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F1F8FF;
}
.show_equipment_three .content table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.25rem 1.875rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  vertical-align: middle;
}
.show_equipment_three .content table td:nth-child(1) {
  width: 35%;
  font-weight: 500;
  vertical-align: middle;
}
.show_equipment_three .content table td ul li {
  position: relative;
  padding-left: 1.25rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
.show_equipment_three .content table td ul li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.show_equipment_four {
  padding-top: 6.625rem;
  padding-bottom: 7.5rem;
}
.show_equipment_four .content {
  margin-top: 4.125rem;
}
.show_equipment_four .content .pzqd_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.show_equipment_four .content .pzqd_box .pzqd_item {
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  overflow: hidden;
  padding: 3.6875rem 3.25rem 3.6875rem 3.125rem;
}
.show_equipment_four .content .pzqd_box .pzqd_item .title {
  padding-bottom: 1.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.show_equipment_four .content .pzqd_box .pzqd_item .title h3 {
  color: #06C;
  font-size: 1.625rem;
  font-weight: 700;
}
.show_equipment_four .content .pzqd_box .pzqd_item .title h3::before {
  content: '';
  display: block;
  width: 3.75rem;
  height: 0.1875rem;
  background-color: #06c;
  position: absolute;
  bottom: 0;
}
.show_equipment_four .content .pzqd_box .pzqd_item .desc {
  padding-top: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.show_equipment_six {
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}
.show_equipment_six .content {
  overflow: hidden;
  padding-bottom: 2.5rem;
  margin-top: 3.75rem;
}
.show_equipment_six .content .swiper_yycj {
  margin: 0 -1.25rem;
}
.show_equipment_six .content .swiper_yycj .swiper-slide {
  padding: 0 1.25rem;
}
.show_equipment_six .content .swiper_yycj .swiper-slide .over {
  border-radius: 0.625rem;
  height: 18.75rem;
}
.show_equipment_six .content .swiper_yycj .swiper-slide .over img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show_equipment_six .content .swiper_yycj .swiper-slide .txt {
  text-align: center;
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0.9375rem 0;
}
.list_software {
  padding-top: 7.375rem;
  padding-bottom: 6.75rem;
}
.list_software .top .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.list_software .top .subtitle {
  margin-top: 3.125rem;
}
.list_software .top .subtitle p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 1.875rem;
}
.list_software .top .img {
  text-align: center;
  margin-top: 2.5rem;
}
.list_software .content .one {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.list_software .content .one .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
}
.list_software .content .one .left {
  padding-right: 6.25rem;
}
.list_software .content .one .left .tit {
  position: relative;
}
.list_software .content .one .left .tit p {
  -webkit-text-stroke: 1.5008px rgba(0, 0, 0, 0.1);
  color: transparent;
  font-family: "Roboto";
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 1;
}
.list_software .content .one .left .tit h3 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  bottom: 1.25rem;
}
.list_software .content .one .left .des p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.75rem;
  text-indent: 2em;
}
.list_software .content .one .softwore_one {
  overflow: hidden;
}
.list_software .content .two {
  padding-top: 5rem;
  padding-bottom: 5.625rem;
}
.list_software .content .two .tit {
  position: relative;
  text-align: center;
  height: 12.5rem;
}
.list_software .content .two .tit > p {
  -webkit-text-stroke: 1.5008px rgba(0, 0, 0, 0.1);
  color: transparent;
  font-family: "Roboto";
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 1;
}
.list_software .content .two .tit .tt {
  width: 100%;
  position: absolute;
  top: 50%;
}
.list_software .content .two .tit .tt h3 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}
.list_software .content .two .tit .tt p {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
.list_software .content .two .content {
  margin-top: 1.875rem;
  background: #FFF;
  text-align: center;
  padding: 2.5rem 3.125rem;
}
.list_software .content .two .content .bt {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
}
.list_software .content .two .content .img_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.25rem;
}
.list_software .content .two .content .img_box .img_item {
  text-align: left;
  margin-top: 2.4375rem;
}
.list_software .content .two .content .img_box .img_item p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.5rem;
  text-indent: 2em;
}
.list_software .content .two .content .img_box .img_item:nth-child(1) .img,
.list_software .content .two .content .img_box .img_item:nth-child(2) .img {
  height: 19.375rem;
}
.list_software .content .three {
  padding-top: 4.375rem;
  padding-bottom: 5rem;
}
.list_software .content .three .left {
  padding-right: 6.25rem;
}
.list_software .content .three .left .tit {
  position: relative;
}
.list_software .content .three .left .tit p {
  -webkit-text-stroke: 1.5008px rgba(0, 0, 0, 0.1);
  color: transparent;
  font-family: "Roboto";
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 1;
}
.list_software .content .three .left .tit h3 {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  bottom: 1.25rem;
}
.list_software .content .three .left .des p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1.75rem;
  text-indent: 2em;
}
.list_software .content .three .right {
  padding-top: 6.25rem;
}
.list_software .content .bottom {
  padding-top: 4rem;
}
.list_software .content .bottom p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  text-indent: 2em;
}
.channel_nav {
  z-index: 100;
}
.channel_nav .c_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 102, 204, 0.06);
}
.channel_nav .c_nav .c_li {
  text-align: center;
  flex: 1;
}
.channel_nav .c_nav .c_li a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1.25rem 0;
}
.channel_nav .c_nav .active.c_li > a {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem 2.8125rem 2.8125rem 0.625rem;
  background: linear-gradient(270deg, #1083F6 0%, #06C 100%), #06C;
  color: #fff;
}
.channel_nav .c_nav .active.c_li:nth-last-child(1) > a {
  border-radius: 0.625rem;
}
.channel_nav2 {
  z-index: 100;
}
.channel_nav2 .c_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 102, 204, 0.06);
}
.channel_nav2 .c_nav .c_li {
  text-align: center;
  flex: 1;
}
.channel_nav2 .c_nav .c_li a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1.25rem 0;
}
.channel_nav2 .c_nav .active.c_li > a {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem 2.8125rem 2.8125rem 0.625rem;
  background: linear-gradient(270deg, #1083F6 0%, #06C 100%), #06C;
  color: #fff;
}
.channel_nav2 .c_nav .active.c_li:nth-last-child(1) > a {
  border-radius: 0.625rem;
}
.list_research {
  background-image: url('../img/kyptbg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 9.375rem;
  padding-top: 2.5rem;
}
.list_research .row {
  align-items: center;
  margin-top: 3.375rem;
}
.list_research .left {
  padding-right: 5rem;
}
.list_research .left .subtit {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}
.list_research .left .subtitb {
  color: #06C;
  font-size: 2rem;
  font-weight: 700;
}
.list_research .left .tit {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.list_research .left .desc {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_research .left .btngroup {
  display: flex;
}
.list_research .left .btngroup .btnb {
  width: 10rem;
  height: 3.5rem;
  border-radius: 1.875rem;
  background: #06C;
  box-shadow: 0px 0.25rem 0.625rem 0px rgba(0, 102, 204, 0.15);
  text-align: center;
}
.list_research .left .btngroup .btnb a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 3.5rem;
  text-align: center;
}
.list_research .left .btngroup .btnb a i {
  font-size: 1.75rem;
  vertical-align: middle;
  color: #fff;
  margin-left: 0.875rem;
}
.list_research .left .btngroup .btnb a img {
  width: 1.25rem;
  vertical-align: middle;
  margin-left: 0.875rem;
}
.list_research .left .btngroup .btnb:nth-child(1) {
  margin-right: 1.875rem;
}
.list_research .left .imgtext {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.list_research .left .imgtext .imgtext_li {
  text-align: center;
}
.list_research .left .imgtext .imgtext_li:hover .img {
  transform: rotateY(180deg);
}
.list_research .left .imgtext .img {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_research .left .imgtext .txt {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.25rem;
}
.list_research .left .tag {
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.75rem;
  padding-bottom: 2.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list_research .left .tag span {
  color: #06C;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.75rem;
  padding: 0 0.9375rem;
}
.list_research .left ul {
  padding: 1.625rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5625rem;
}
.list_research .left ul li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  padding-left: 1.25rem;
  position: relative;
}
.list_research .left ul li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0.9375rem;
}
.list_research .right {
  padding-left: 2.1875rem;
}
.list_research .right .over {
  border-radius: 0.625rem;
}
.list_research_content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 8.125rem;
  padding-bottom: 10.5rem;
}
.list_research_content .content {
  margin-top: 3rem;
}
.list_researchlist {
  padding-bottom: 9.375rem;
  padding-top: 2.5rem;
}
.list_researchlist .relist {
  align-items: center;
  margin-top: 3.375rem;
}
.list_researchlist .relist .left {
  padding-right: 5rem;
}
.list_researchlist .relist .left .subtit {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
}
.list_researchlist .relist .left .tit {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.list_researchlist .relist .left .desc {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_researchlist .relist .right {
  padding-left: 2.1875rem;
}
.list_researchlist .relist .right .over {
  border-radius: 0.625rem;
}
.list_researchlist .relist:nth-child(odd) {
  margin-top: 7.5rem;
}
.list_researchlist .relist:nth-child(odd) .left {
  order: 2;
  padding-left: 5rem;
  padding-right: 0;
}
.list_researchlist .relist:nth-child(odd) .right {
  order: 1;
  padding-left: 0;
  padding-right: 2.1875rem;
}
.list_research_one {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
.list_research_one .row {
  align-items: center;
}
.list_research_one .left {
  border-radius: 0.625rem;
  background: #FFF;
  padding: 1.6875rem 3.5rem;
}
.list_research_one .right {
  padding-left: 5.3125rem;
}
.list_research_one .right .desc {
  color: #FFF;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 2.5rem;
}
.list_research_two {
  padding-top: 8.125rem;
  padding-bottom: 7.5rem;
}
.list_research_two .content {
  margin-top: 4rem;
}
.list_research_two .content .list_jsys {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6875rem;
}
.list_research_two .content .list_jsys .list_jsys_item {
  position: relative;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_research_two .content .list_jsys .list_jsys_item:hover {
  transform: translateY(-0.625rem);
}
.list_research_two .content .list_jsys .list_jsys_item:hover .img {
  transform: rotateY(180deg);
}
.list_research_two .content .list_jsys .list_jsys_item .text {
  padding: 1.25rem;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 25%;
}
.list_research_two .content .list_jsys .list_jsys_item .text .img {
  width: 4.125rem;
  height: 4.125rem;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_research_two .content .list_jsys .list_jsys_item .text .txt h3 {
  color: #06C;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.375rem;
}
.list_research_two .content .list_jsys .list_jsys_item .text .txt p {
  color: rgba(0, 0, 0, 0.7);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 0.75rem;
}
.list_research_three {
  padding-top: 7.75rem;
  padding-bottom: 8.125rem;
}
.list_research2_one {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  background-size: cover;
}
.list_research2_one .res2_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.list_research2_one .res2_box .res2_item {
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.88);
  text-align: center;
  height: 30rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_research2_one .res2_box .res2_item:hover {
  cursor: pointer;
  transform: translateY(-0.625rem);
}
.list_research2_one .res2_box .res2_item:hover .img {
  transform: rotateY(180deg);
}
.list_research2_one .res2_box .img {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto;
  margin-top: 12%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_research2_one .res2_box .txt {
  padding: 0 3.75rem;
}
.list_research2_one .res2_box .txt h3 {
  color: #06C;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.875rem;
  margin-bottom: 1.375rem;
}
.list_research2_one .res2_box .txt p {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.list_research2_two {
  padding-top: 6.25rem;
}
.list_research2_two .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.list_research2_two .res2_info_box {
  margin-top: 3.3125rem;
  margin-bottom: 2.5rem;
  border-radius: 0.625rem;
  background: #F1F8FF;
  padding: 4.8125rem 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6.25rem;
}
.list_research2_two .res2_info_box .res2_info_item {
  text-align: center;
}
.list_research2_two .res2_info_box .res2_info_item h3 span {
  color: #06C;
  font-size: 3rem;
  font-weight: 700;
}
.list_research2_two .res2_info_box .res2_info_item h3 sup,
.list_research2_two .res2_info_box .res2_info_item h3 sub {
  color: #06C;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 0.3125rem;
}
.list_research2_two .res2_info_box .res2_info_item h3 sup {
  top: -1.2em;
}
.list_research2_two .res2_info_box .res2_info_item p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.3125rem;
}
.list_research2_two .table {
  overflow-x: auto;
}
.list_research2_two .table table {
  width: 100%;
}
.list_research2_two table {
  width: 100%;
  margin-bottom: 0;
}
.list_research2_two table tr td {
  padding: 1.3125rem 2.5rem 1.5625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  vertical-align: middle;
  color: #070707;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.list_research2_two table tr td span {
  color: #000;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
.list_research2_two table tr td ul li {
  position: relative;
  padding-left: 1.25rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_research2_two table tr td ul li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.list_research2_two table thead tr td,
.list_research2_two table thead tr th {
  background: #06C;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  vertical-align: middle;
}
.list_research2_two table thead tr:nth-child(1) td:nth-child(1),
.list_research2_two table thead tr:nth-child(1) th:nth-child(1) {
  border-radius: 0.625rem 0 0 0;
}
.list_research2_two table thead tr:nth-child(1) td:nth-last-child(1),
.list_research2_two table thead tr:nth-child(1) th:nth-last-child(1) {
  border-radius: 0 0.625rem 0 0;
}
.list_research2_two table tbody tr:nth-child(even) td {
  background: #F1F8FF;
}
.list_research2_two .table_box {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 0.625rem;
  background: #F1F8FF;
  overflow: hidden;
}
.list_research2_two .table_box .tit {
  background: #06C;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.5625rem 0;
  text-align: center;
}
.list_research2_two .table_box .table_con {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.5625rem;
  padding: 1.875rem 1.875rem 3.5625rem;
}
.list_research2_two .table_box .table_con .table_item {
  text-align: center;
  color: #000;
  font-size: 1.125rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 102, 204, 0.2);
  background: #FFF;
  padding: 1.25rem 0;
}
.list_research3_one {
  padding-top: 7.5rem;
  padding-bottom: 6.875rem;
  background-size: cover;
  background-position: center;
}
.list_research3_one .list_restab_ul {
  display: flex;
  justify-content: space-between;
}
.list_research3_one .list_restab_ul .list_restab_li {
  position: relative;
}
.list_research3_one .list_restab_ul .list_restab_li .img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 7rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_research3_one .list_restab_ul .list_restab_li .img img {
  width: 3.5rem;
  height: 3.5rem;
  filter: brightness(0) invert(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_research3_one .list_restab_ul .list_restab_li .txt {
  text-align: center;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.0625rem;
}
.list_research3_one .list_restab_ul .list_restab_li::before {
  content: '';
  display: block;
  width: 23.125rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: 150%;
  transform: translateY(-50%);
}
.list_research3_one .list_restab_ul .list_restab_li:nth-child(1)::before {
  display: none;
}
.list_research3_one .list_restab_ul .list_restab_li:hover {
  cursor: pointer;
}
.list_research3_one .list_restab_ul .list_restab_li:hover .img {
  background-color: #fff;
}
.list_research3_one .list_restab_ul .list_restab_li:hover .img img {
  filter: unset;
}
.list_research3_one .list_restab_ul .active.list_restab_li .img {
  background-color: #fff;
}
.list_research3_one .list_restab_ul .active.list_restab_li .img img {
  filter: unset;
}
.list_research3_one .list_restab_con.active {
  display: flex;
}
.list_research3_one .list_restab_con {
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 5.625rem;
  margin-top: 3.125rem;
  display: flex;
  align-items: center;
  max-height: 30rem;
  display: none;
}
.list_research3_one .list_restab_con .left {
  width: 25%;
  padding-right: 7.5rem;
}
.list_research3_one .list_restab_con .left .img {
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto;
}
.list_research3_one .list_restab_con .left .txt {
  text-align: center;
  color: #06C;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.875rem;
}
.list_research3_one .list_restab_con .right {
  flex: 1;
}
.list_research3_one .list_restab_con .right .restab_con_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_research3_one .list_restab_con .right .restab_con_box .restab_con_item {
  width: 50%;
  margin-bottom: 2.1875rem;
}
.list_research3_one .list_restab_con .right .restab_con_box .restab_con_item .tit {
  position: relative;
}
.list_research3_one .list_restab_con .right .restab_con_box .restab_con_item .tit h3 {
  color: #06C;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.25rem;
}
.list_research3_one .list_restab_con .right .restab_con_box .restab_con_item .tit p {
  -webkit-text-stroke: 1px rgba(0, 102, 204, 0.2);
  color: transparent;
  font-family: "Roboto";
  font-size: 3.75rem;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  bottom: -60%;
}
.list_research3_one .list_restab_con .right .restab_con_box .restab_con_item .txt {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
  margin-top: 0.9375rem;
}
.list_research2_three {
  padding-top: 7.6875rem;
  padding-bottom: 6.25rem;
}
.list_research2_three .title {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
}
.list_research2_three .subtitle {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.125rem;
}
.list_research2_three .desc {
  margin-top: 2.25rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_research2_three .content2 {
  border-radius: 0.625rem;
  background: #FFF;
  margin-top: 3.5rem;
}
.list_research2_three .content {
  padding: 2.3125rem 1.75rem;
  border-radius: 0.625rem;
  background: #FFF;
  margin-top: 3.5rem;
  display: flex;
}
.list_research2_three .content .left {
  padding-right: 1.25rem;
  width: 60%;
}
.list_research2_three .content .right {
  width: 40%;
}
.list_research4_one {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  background-size: cover;
  background-position: center;
}
.list_research4_one .content {
  padding-bottom: 7.5rem;
  overflow: hidden;
}
.list_research4_one .content .swiper_res4_one {
  margin: 0 -1.5625rem;
}
.list_research4_one .content .swiper_res4_one .swiper-slide {
  padding: 0 1.5625rem;
}
.list_research4_one .content .swiper_res4_one .swiper-slide .over {
  border-radius: 0.625rem;
}
.list_research4_one .content .swiper_res4_one .swiper-slide .txt {
  margin-top: 2.5rem;
}
.list_research4_one .content .swiper_res4_one .swiper-slide .txt h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
}
.list_research4_one .content .swiper_res4_one .swiper-slide .txt p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
  margin-top: 0.625rem;
}
.list_research4_one .content .swiper_res4_one .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.list_research4_two {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.list_research4_two .row {
  align-items: center;
}
.list_research4_two .row .left {
  border-radius: 0.625rem;
  background: #fff;
}
.list_research4_two .row .left .over {
  padding: 1.875rem;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 102, 204, 0.06);
}
.list_research4_two .row .right {
  padding-left: 5rem;
}
.list_research4_two .row .right .subtitle {
  color: #06C;
  font-size: 2rem;
  font-weight: 700;
}
.list_research4_two .row .right .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
}
.list_research4_two .row .right .desc {
  margin-top: 1.875rem;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_research4_three {
  background-size: cover;
  background-position: center;
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
}
.list_research4_three .row {
  align-items: center;
}
.list_research4_three .row .left {
  padding-right: 6.25rem;
}
.list_research4_three .row .left .subtitle {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
}
.list_research4_three .row .left .title {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
}
.list_research4_three .row .left .desc {
  margin-top: 2.8125rem;
}
.list_research4_three .row .left .desc ul li {
  position: relative;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  padding-left: 2.5rem;
  margin-top: 1.25rem;
}
.list_research4_three .row .left .desc ul li::before {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url('../img/dui.png');
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.list_research4_four {
  padding-top: 8.125rem;
  padding-bottom: 6.25rem;
  position: relative;
}
.list_research4_four::before {
  content: '';
  display: block;
  width: 100%;
  height: 26.25rem;
  background: linear-gradient(105deg, #49004A 5.58%, #003162 94.62%);
  position: absolute;
  bottom: 0;
}
.list_research4_four .subtitle {
  color: #06C;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.list_research4_four .title {
  margin: 0 auto;
  width: 70%;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
.list_research4_four .content {
  margin-top: 5.625rem;
}
.list_research4_four .content .swipe_res4_four {
  margin: 0 -3.125rem;
}
.list_research4_four .content .swipe_res4_four .swiper-slide {
  width: 60%;
  padding: 0 3.125rem;
  opacity: 0.5;
  position: relative;
}
.list_research4_four .content .swipe_res4_four .swiper-slide .video {
  opacity: 0;
  background-image: url('../img/pc.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 39rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.list_research4_four .content .swipe_res4_four .swiper-slide .video video {
  width: 78%;
  margin: 0 auto;
  position: absolute;
  top: 3%;
  border-radius: 0.625rem;
}
.list_research4_four .content .swipe_res4_four .swiper-slide-active {
  opacity: 1;
}
.list_research4_four .content .swipe_res4_four .swiper-slide-active .video {
  opacity: 1;
}
.list_research4_four .content .swipe_res4_fourtxt {
  margin-bottom: 2.1875rem;
}
.list_research4_four .content .swipe_res4_fourtxt .swiper-slide {
  width: 33%;
  opacity: 0.2;
}
.list_research4_four .content .swipe_res4_fourtxt .swiper-slide .txt {
  color: #FFF;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
.list_research4_four .content .swipe_res4_fourtxt .swiper-slide-active {
  opacity: 1;
}
.list_research4_four .content .swipe_res4_fourtxt .swiper-button-next,
.list_research4_four .content .swipe_res4_fourtxt .swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.list_research4_four .content .swipe_res4_fourtxt .swiper-button-next i,
.list_research4_four .content .swipe_res4_fourtxt .swiper-button-prev i {
  font-weight: 600;
  font-size: 1.25rem;
  color: #0066cc;
  line-height: 3.375rem;
}
.list_research4_four .content .swipe_res4_fourtxt .swiper-button-next,
.list_research4_four .content .swipe_res4_fourtxt .swiper-container-rtl .swiper-button-prev {
  right: 46%;
  top: unset;
  bottom: -10%;
}
.list_research4_four .content .swipe_res4_fourtxt .swiper-button-prev,
.list_research4_four .content .swipe_res4_fourtxt .swiper-container-rtl .swiper-button-next {
  left: 46%;
  top: unset;
  bottom: -10%;
}
.list_research5_one {
  background-size: cover;
  background-position: center;
  padding-top: 6.25rem;
  padding-bottom: 5.625rem;
}
.list_research5_one .title {
  color: #FFF;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
.list_research5_one .subtitle {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.list_research5_one .video {
  margin-top: 2.8125rem;
  background-image: url('../img/pc.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 37.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_research5_one .video video {
  width: 58%;
  padding-left: 1.5625rem;
  padding-bottom: 1.875rem;
}
.list_research5_two {
  padding-top: 6.875rem;
  padding-bottom: 5.625rem;
}
.list_research5_two .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
}
.list_research5_two .subtitle {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.25rem;
}
.list_research5_two .content {
  margin-top: 2.8125rem;
}
.list_research5_two .content img {
  margin-bottom: 1.875rem;
}
.list_gndzx_pro {
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}
.list_gndzx_pro .subtitle {
  color: #06C;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.list_gndzx_pro .title {
  color: #000;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
.list_gndzx_pro .content .txt {
  color: #06C;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2.75rem;
  margin-top: 4.125rem;
}
.list_gndzx_pro .content .allmoreblue {
  margin: 1.875rem auto 0;
}
.list_gndzx_pro .allmoreblue {
  width: 13.125rem;
}
.list_gndzx_one {
  padding-top: 6.875rem;
  padding-bottom: 9.375rem;
}
.list_gndzx_one .title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.list_gndzx_one .desc {
  margin-top: 2.1875rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
  margin-bottom: 2.5rem;
}
.list_gndzx_two {
  background-size: cover;
  background-position: center;
  padding-top: 6.25rem;
  padding-bottom: 6.875rem;
}
.list_gndzx_two .content {
  margin-top: 3.125rem;
}
.list_gndzx_two .content .gndzx_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
}
.list_gndzx_two .content .gndzx_box .gndzx_item {
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 2.625rem 1.75rem 3.125rem 1.875rem;
}
.list_gndzx_two .content .gndzx_box .gndzx_item .title {
  padding-bottom: 1.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.list_gndzx_two .content .gndzx_box .gndzx_item .title::before {
  content: '';
  display: block;
  width: 3.75rem;
  height: 0.1875rem;
  background-color: #06C;
  position: absolute;
  bottom: 0;
}
.list_gndzx_two .content .gndzx_box .gndzx_item .title h3 {
  color: #06C;
  font-size: 1.625rem;
  font-weight: 700;
}
.list_gndzx_two .content .gndzx_box .gndzx_item .txt {
  padding-top: 1.375rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_gndzx_three {
  padding-top: 7.8125rem;
  padding-bottom: 6.75rem;
  background-image: url('../img/historybg.jpg');
  background-size: cover;
  background-position: center;
}
.list_gndzx_three .tit {
  color: #0E0E0E;
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: 3.125rem;
}
.list_gndzx_three ul {
  margin-top: 2.1875rem;
  display: flex;
  justify-content: space-between;
  border-radius: 3.75rem;
  background: #06C;
}
.list_gndzx_three ul li {
  flex: 1;
  text-align: center;
  border-radius: 3.75rem;
  background: linear-gradient(270deg, #1083F6 0%, rgba(0, 102, 204, 0) 100%);
  position: relative;
}
.list_gndzx_three ul li .tt {
  padding: 3.125rem 0;
}
.list_gndzx_three ul li .tt h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translateY(-50%);
}
.list_gndzx_three ul li .tt p {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  color: transparent;
  font-family: "Roboto";
  font-size: 5rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}
.show_gndzx_top {
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}
.show_gndzx_top .row {
  align-items: center;
}
.show_gndzx_top .row .left {
  padding-right: 5.625rem;
}
.show_gndzx_top .row .left .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
}
.show_gndzx_top .row .left .desc {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.5625rem;
}
.show_gndzx_top .row .right {
  padding-left: 6.25rem;
}
.show_gndzx_top .row .right .over {
  width: 80%;
}
.show_gndzx_one {
  padding-top: 5.75rem;
  padding-bottom: 5rem;
  position: relative;
}
.show_gndzx_one .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50vh;
  background: linear-gradient(105deg, #49004A 5.58%, #003162 94.62%), linear-gradient(270deg, #06C 0%, #909 100%), #D9D9D9;
}
.show_gndzx_one .content {
  position: relative;
  z-index: 9;
}
.show_gndzx_one .content .title {
  color: #FFF;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5.625rem;
}
.show_gndzx_one .content .over {
  border-radius: 0.625rem;
  overflow: hidden;
}
.show_gndzx_one .content .tit {
  color: #000;
  font-size: 2.625rem;
  font-weight: 700;
}
.show_gndzx_one .content ul li {
  padding: 1.5625rem 0 1.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.show_gndzx_one .content ul li h3 {
  color: #000;
  font-size: 1.375rem;
  font-weight: 400;
  position: relative;
  padding-left: 3.125rem;
  line-height: 2.375rem;
}
.show_gndzx_one .content ul li h3::before {
  content: '';
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  background-image: url('../img/gbdzxicon.png');
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.show_gndzx_one .content ul li p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.75rem;
}
.list_blsjfx_one {
  padding-top: 9.375rem;
  padding-bottom: 8.125rem;
}
.list_blsjfx_one .row {
  align-items: center;
}
.list_blsjfx_one .row .left h3 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
}
.list_blsjfx_one .row .left p {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.75rem;
}
.list_blsjfx_two {
  padding-top: 9.375rem;
  padding-bottom: 8.75rem;
  background-size: cover;
  background-position: center;
}
.list_blsjfx_two .row {
  align-items: center;
}
.list_blsjfx_two .row .left .over {
  padding: 4.25rem 1.25rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.9);
}
.list_blsjfx_two .row .right {
  padding-left: 5.625rem;
}
.list_blsjfx_two .row .right h3 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
}
.list_blsjfx_two .row .right p {
  color: #FFF;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 1.5625rem;
}
.list_blsjfx_three {
  padding-top: 7.8125rem;
  padding-bottom: 6.25rem;
  background-size: cover;
  background-position: center;
}
.list_blsjfx_three .content {
  margin-top: 3.5rem;
}
.list_blsjfx_three .content .list_blsjfx_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
}
.list_blsjfx_three .content .list_blsjfx_box .list_blsjfx_item {
  border-radius: 0.625rem;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  background: rgba(255, 255, 255, 0.88);
  padding: 2.625rem 1.75rem 3.125rem 1.875rem;
}
.list_blsjfx_three .content .list_blsjfx_box .list_blsjfx_item .title {
  padding-bottom: 1.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
.list_blsjfx_three .content .list_blsjfx_box .list_blsjfx_item .title::before {
  content: '';
  display: block;
  width: 3.75rem;
  height: 0.1875rem;
  background-color: #06C;
  position: absolute;
  bottom: 0;
}
.list_blsjfx_three .content .list_blsjfx_box .list_blsjfx_item .title h3 {
  color: #06C;
  font-size: 1.625rem;
  font-weight: 700;
}
.list_blsjfx_three .content .list_blsjfx_box .list_blsjfx_item .desc {
  padding-top: 1.375rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_blsjfx_four {
  padding-top: 7.5rem;
  padding-bottom: 8.125rem;
  position: relative;
}
.list_blsjfx_four h3 {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}
.list_blsjfx_four p {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_blsjfx_four .bg {
  width: 100%;
  height: 25rem;
  background: linear-gradient(105deg, #49004A 5.58%, #003162 94.62%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.list_blsjfx_four .content {
  width: 70%;
  margin: 5rem auto 0;
}
.list_peixu_one {
  padding-top: 8.4375rem;
  padding-bottom: 7.8125rem;
  background-image: url('../img/peixunbg.jpg');
  background-size: cover;
  background-position: center;
}
.list_peixu_one .row {
  align-items: center;
}
.list_peixu_one .row .left {
  padding-right: 6.875rem;
}
.list_peixu_one .row .left .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3rem;
  font-weight: 700;
}
.list_peixu_one .row .left ul {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
.list_peixu_one .row .left ul li {
  margin-top: 3.75rem;
  width: 50%;
}
.list_peixu_one .row .left ul li .img {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}
.list_peixu_one .row .left ul li p {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_peixu_one .row .right {
  padding-left: 3.75rem;
}
.list_peixu_one .row .right .over {
  border-radius: 0.625rem;
}
.list_peixu_two {
  background-image: url('../img/peixunbg2.jpg');
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
}
.list_peixu_two .allmoreblue {
  width: 30%;
  margin: 0 auto;
}
.list_peixu_three {
  background-image: url('../img/peixunbg3.jpg');
  background-size: cover;
  background-position: center;
  padding: 13.125rem 0;
}
.list_peixu_three .txt {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
.list_peixu_three .txt a {
  display: block;
  font-size: 1rem;
  position: relative;
  padding-left: 1.875rem;
}
.list_peixu_three .txt a::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('../img/lianjie.svg');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.3125rem;
}
.list_peixu_three .txt a:hover {
  color: #0066cc;
}
.list_peixu_three .swiper_peixun {
  overflow: hidden;
  margin: 0 -1.25rem;
}
.list_peixu_three .swiper_peixun .swiper-slide {
  width: 60%;
  padding: 0 1.25rem;
}
.list_peixu_three .swiper_peixun .swiper-slide .over {
  border-radius: 0.625rem;
}
.list_peixu_three .swiper_peixun .swiper-button-next,
.list_peixu_three .swiper_peixun .swiper-button-prev {
  background-color: #323130;
}
.list_peixu_three .swiper_peixun .swiper-button-next i,
.list_peixu_three .swiper_peixun .swiper-button-prev i {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
.list_peixu_three .swiper_peixun .swiper-button-prev,
.list_peixu_three .swiper_peixun .swiper-container-rtl .swiper-button-next {
  left: -20%;
  top: unset;
  bottom: 10%;
}
.list_peixu_three .swiper_peixun .swiper-button-next,
.list_peixu_three .swiper_peixun .swiper-container-rtl .swiper-button-prev {
  right: 0;
  left: -13%;
  top: unset;
  bottom: 10%;
}
.concepts {
  background-image: url('../img/coopbg.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 3.125rem;
  padding-bottom: 8.125rem;
}
.concepts .row {
  align-items: center;
}
.concepts .row .left {
  padding-right: 5rem;
}
.concepts .row .left .desc {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 2.5rem;
}
.concepts .row .left .desc p {
  margin-bottom: 1.25rem;
}
.concepts .row .right .over {
  border-radius: 0.625rem;
}
.prescription {
  background-image: url('../img/jjfabg.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 5.625rem;
}
.prescription .top .desc {
  width: 60%;
  color: #FFF;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.prescription .content {
  width: 100%;
  position: relative;
  padding-bottom: 4.375rem;
  padding-top: 4.375rem;
}
.prescription .content .centerlogo {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prescription .content .a1 {
  width: 43%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prescription .content .a1 img {
  -webkit-animation: rotatexa infinite linear;
  -moz-animation: rotatexa infinite linear;
  -o-animation: rotatexa infinite linear;
  animation: rotatexa infinite linear;
  /* 使用infinite关键字使其无限循环 */
  -webkit-animation-duration: 30s;
  -moz-animation-duration: 30s;
  -o-animation-duration: 30s;
  animation-duration: 30s;
}
.prescription .content .a2 {
  width: 47%;
  margin: 0 auto;
}
.prescription .content ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prescription .content ul li {
  width: 50%;
  display: flex;
  position: absolute;
}
.prescription .content ul li:hover {
  cursor: pointer;
}
.prescription .content ul li:hover .img {
  transform: rotateY(-180deg);
}
.prescription .content ul li .img {
  width: 6.25rem;
  height: 6.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.prescription .content ul li .txt {
  width: 20rem;
}
.prescription .content ul li .txt h3 {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.prescription .content ul li .txt p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.prescription .content ul li:nth-child(1) .img,
.prescription .content ul li:nth-child(3) .img {
  order: 2;
}
.prescription .content ul li:nth-child(1) .txt,
.prescription .content ul li:nth-child(3) .txt {
  text-align: right;
  padding-right: 1.5rem;
}
.prescription .content ul li:nth-child(2) .txt,
.prescription .content ul li:nth-child(4) .txt,
.prescription .content ul li:nth-child(5) .txt {
  text-align: left;
  padding-left: 1.5rem;
}
.prescription .content ul li:nth-child(1) {
  top: 30%;
  left: 3%;
}
.prescription .content ul li:nth-child(2) {
  top: 30%;
  left: 66%;
}
.prescription .content ul li:nth-child(3) {
  bottom: 15%;
  left: 10%;
}
.prescription .content ul li:nth-child(4) {
  bottom: 15%;
  left: 60%;
}
.prescription .content ul li:nth-child(5) {
  top: 5%;
  left: 46%;
}
@-webkit-keyframes rotatex {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotatex {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotatex {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatex {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatexa {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes rotatexa {
  0% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes rotatexa {
  0% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotatexa {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.experiences {
  padding-top: 7.5rem;
  padding-bottom: 7.1875rem;
  background-image: url('../img/jyzsbg.jpg');
  background-size: cover;
  background-position: center;
}
.experiences .tit {
  font-size: 1.625rem;
  font-weight: 600;
}
.experiences .content .table {
  overflow-y: auto;
}
.experiences .content table {
  width: 100%;
}
.experiences .content table tr td {
  padding: 1.3125rem 2.5rem 1.5625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  vertical-align: middle;
  color: #070707;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.experiences .content table thead tr td,
.experiences .content table thead tr th {
  background: #06C;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  vertical-align: middle;
}
.experiences .content table thead tr:nth-child(1) td:nth-child(1),
.experiences .content table thead tr:nth-child(1) th:nth-child(1) {
  border-radius: 0.625rem 0 0 0;
}
.experiences .content table thead tr:nth-child(1) td:nth-last-child(1),
.experiences .content table thead tr:nth-child(1) th:nth-last-child(1) {
  border-radius: 0 0.625rem 0 0;
}
.experiences .content table tbody tr:nth-child(even) td {
  background: #F1F8FF;
}
.experiences .row {
  align-items: center;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 102, 204, 0.06);
  background: #FFF;
  margin-left: 0;
}
.experiences .row .left {
  padding-left: 0;
}
.experiences .row .left .over {
  border-radius: 0.625rem;
}
.experiences .row .right {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  height: 100%;
}
.experiences .row .right .desc {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.experiences .exper_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.experiences .exper_box .over {
  border-radius: 0.625rem;
}
.experiences .exper_box .txt {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}
.centerlab {
  background-image: url('../img/zxsysbg.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 7.5rem;
  padding-bottom: 5.625rem;
}
.centerlab .row {
  align-items: center;
}
.centerlab .row .left .desc h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
}
.centerlab .row .left .desc p {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
}
.centerlab .row .right {
  padding-left: 5rem;
}
.centerlab .row .right .swiper_zxsys {
  overflow: hidden;
  padding-bottom: 5rem;
}
.centerlab .row .right .swiper_zxsys .swiper-slide .over {
  border-radius: 0.625rem;
}
.centerlab .row .right .swiper_zxsys .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.centerlab .ulnum {
  display: flex;
  justify-content: space-between;
}
.centerlab .ulnum .linum {
  width: 20%;
  text-align: center;
}
.centerlab .ulnum .linum h3 span {
  color: #FFF;
  text-align: justify;
  font-size: 3.75rem;
  font-weight: 700;
}
.centerlab .ulnum .linum h3 sup {
  top: -1em;
  color: #FFF;
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 700;
}
.centerlab .ulnum .linum p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
.market {
  background: #F5FAFF;
  padding-top: 6.25rem;
  padding-bottom: 5rem;
}
.partner {
  padding-top: 5.625rem;
  background-image: url('../img/hzhbbg.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}
.partner .content {
  overflow: hidden;
}
.partner .content .coop_item {
  position: absolute;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 102, 204, 0.06);
}
.partner .content .coop_item img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.partner .content .coop_item:hover img {
  transform: scale(1.1);
}
.partner .content .coop_item:nth-child(1) {
  bottom: 1.25rem;
  left: 17%;
}
.partner .content .coop_item:nth-child(2) {
  bottom: 23%;
  left: 19%;
}
.partner .content .coop_item:nth-child(3) {
  bottom: 44%;
  left: 25%;
}
.partner .content .coop_item:nth-child(4) {
  bottom: 57%;
  left: 34%;
}
.partner .content .coop_item:nth-child(5) {
  bottom: 61%;
  left: 46%;
}
.partner .content .coop_item:nth-child(6) {
  bottom: 57%;
  left: 58%;
}
.partner .content .coop_item:nth-child(7) {
  bottom: 43%;
  left: 68%;
}
.partner .content .coop_item:nth-child(8) {
  bottom: 23%;
  left: 74%;
}
.partner .content .coop_item:nth-child(9) {
  bottom: 1.25rem;
  left: 76%;
}
.partner .content .coop_item2 {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 102, 204, 0.06);
  position: absolute;
}
.partner .content .coop_item2 img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.partner .content .coop_item2:hover img {
  transform: scale(1.1);
}
.partner .content .coop_item2:nth-child(1) {
  bottom: 1.25rem;
  left: 29%;
}
.partner .content .coop_item2:nth-child(2) {
  bottom: 22%;
  left: 32%;
}
.partner .content .coop_item2:nth-child(3) {
  bottom: 36%;
  left: 40%;
}
.partner .content .coop_item2:nth-child(4) {
  bottom: 36%;
  left: 51%;
}
.partner .content .coop_item2:nth-child(5) {
  bottom: 23%;
  left: 60%;
}
.partner .content .coop_item2:nth-child(6) {
  bottom: 1.25rem;
  left: 63%;
}
.partner .content .centertext {
  width: 20.375rem;
  height: 20.375rem;
  border-radius: 50%;
  background: linear-gradient(141deg, #06C 16.28%, #909 86.08%), #D9D9D9;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: absolute;
  bottom: -4.375rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.partner .content .centertext p {
  color: #FFF;
  font-size: 2.625rem;
  font-weight: 400;
}
.partner .content .centertext h3 {
  color: #FFF;
  font-size: 2.625rem;
  font-weight: 700;
}
.list_download .download_box {
  display: flex;
}
.list_download .download_box .left {
  width: 20%;
  background: #FFF;
  padding: 1.875rem 0 0 0;
  position: sticky;
  top: 10.625rem;
  height: 100%;
}
.list_download .download_box .left .d_one_ul .d_one_li {
  display: flex;
  justify-content: space-between;
  padding: 1.4375rem 1.875rem 1.4375rem 0;
}
.list_download .download_box .left .d_one_ul .d_one_li > a {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}
.list_download .download_box .left .d_one_ul .d_one_li i {
  font-size: 1rem;
  color: #000000;
}
.list_download .download_box .left .d_one_ul .d_one_li .icon-jianhao {
  display: none;
}
.list_download .download_box .left .d_one_ul .d_one_li:hover {
  cursor: pointer;
}
.list_download .download_box .left .d_one_ul .d_one_li:hover > a {
  color: #06C;
}
.list_download .download_box .left .d_one_ul .d_one_li.active > a {
  color: #06C;
}
.list_download .download_box .left .d_one_ul .d_two_ul {
  display: none;
}
.list_download .download_box .left .d_one_ul .d_two_ul .d_two_li {
  position: relative;
  padding-left: 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_download .download_box .left .d_one_ul .d_two_ul .d_two_li > a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.5rem;
}
.list_download .download_box .left .d_one_ul .d_two_ul .d_two_li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 1.5625rem;
  left: 1.25rem;
}
.list_download .download_box .left .d_one_ul .d_two_ul .d_two_li:hover {
  cursor: pointer;
  background: #F1F8FF;
}
.list_download .download_box .left .d_one_ul .d_two_ul .d_two_li:hover > a {
  color: #06C;
}
.list_download .download_box .left .d_one_ul .d_two_ul .d_two_li:hover::before {
  background-color: #06C;
}
.list_download .download_box .left .d_one_ul .d_two_ul .d_two_li.active {
  background: #F1F8FF;
}
.list_download .download_box .left .d_one_ul .d_two_ul .d_two_li.active > a {
  color: #06C;
}
.list_download .download_box .left .d_one_ul .d_two_ul .d_two_li.active::before {
  background-color: #06C;
}
.list_download .download_box .right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  width: 80%;
  padding-left: 3.375rem;
  padding-top: 1.875rem;
}
.list_download .download_box .right .title {
  color: #000;
  font-size: 2.25rem;
  font-weight: 500;
}
.list_download .download_box .right .download_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.list_download .download_box .right .download_grid .download_item .over {
  border-radius: 0.625rem;
  height: 10.625rem;
}
.list_download .download_box .right .download_grid .download_item .over img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.list_download .download_box .right .download_grid .download_item .txt h3 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.625rem 0;
}
.list_download .download_box .right .download_grid .download_item .txt p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
}
.list_download .download_box .right .content {
  padding-bottom: 10.9375rem;
}
.list_download .download_box .right .content .img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.list_download .download_box .right .content .tit {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}
.list_download .download_box .right .content .desc {
  display: flex;
}
.list_download .download_box .right .content .desc p {
  width: 35%;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.25rem;
  font-weight: 700;
}
.list_download .download_box .right .content .desc p span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 400;
}
.list_ziliao {
  padding-top: 4.375rem;
  padding-bottom: 3.125rem;
  background: #F8F8F8;
}
.list_ziliao .list_ziliao_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.list_ziliao .list_ziliao_box .list_ziliao_item {
  position: relative;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  padding: 3.6875rem 2.5rem 2.625rem 2.0625rem;
  overflow: hidden;
}
.list_ziliao .list_ziliao_box .list_ziliao_item::after {
  content: '';
  background-image: url('../img/sciitembg.png');
  background-size: contain;
  display: block;
  width: 13.375rem;
  height: 14.75rem;
  position: absolute;
  top: 1.25rem;
  right: 0;
  z-index: 9;
}
.list_ziliao .list_ziliao_box .list_ziliao_item:hover {
  cursor: pointer;
}
.list_ziliao .list_ziliao_box .list_ziliao_item:hover .tit {
  position: relative;
  z-index: 2;
  border-color: rgba(255, 255, 255, 0.3);
}
.list_ziliao .list_ziliao_box .list_ziliao_item:hover .tit h3 {
  color: #0066cc;
}
.list_ziliao .list_ziliao_box .list_ziliao_item:hover .allmore::before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.list_ziliao .list_ziliao_box .list_ziliao_item:hover .allmore::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.list_ziliao .list_ziliao_box .list_ziliao_item:hover .allmore a {
  color: #fff;
}
.list_ziliao .list_ziliao_box .list_ziliao_item:hover .allmore img {
  filter: brightness(0) invert(1);
}
.list_ziliao .list_ziliao_box .list_ziliao_item .tit h3 {
  color: #000;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5625rem;
}
.list_ziliao .list_ziliao_box .list_ziliao_item .tit p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  margin-top: 0.625rem;
}
.list_ziliao .list_ziliao_box .list_ziliao_item .allmore {
  z-index: 99;
}
.list_ziliao .list_ziliao_box2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item {
  position: relative;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  padding: 2.25rem;
  overflow: hidden;
  display: flex;
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item .left {
  width: 30%;
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item .right {
  position: relative;
  padding-left: 3.75rem;
  flex: 1;
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item .right .tit h3 {
  color: #000;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item .right .tit h4 {
  color: #000;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.25rem;
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item .right .tit p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5625rem;
  margin-top: 0.625rem;
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item .right .allmore {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item::after {
  content: '';
  background-image: url('../img/sciitembg.png');
  background-size: contain;
  display: block;
  width: 13.375rem;
  height: 14.75rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item:hover {
  cursor: pointer;
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item:hover .tit {
  position: relative;
  z-index: 2;
  border-color: rgba(255, 255, 255, 0.3);
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item:hover .tit h3 {
  color: #0066cc;
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item:hover .tit h4 {
  color: #0066cc;
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item:hover .allmore::before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item:hover .allmore::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item:hover .allmore a {
  color: #fff;
}
.list_ziliao .list_ziliao_box2 .list_ziliao_item:hover .allmore img {
  filter: brightness(0) invert(1);
}
.list_ziliao .pagination {
  padding: 3.125rem 0;
  margin: 0 auto;
}
.list_faqs {
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
  background: #F8F8F8;
}
.list_faqs .list_faqs_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.list_faqs .list_faqs_box .list_faqs_item {
  min-height: 17.5rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 0.9375rem 1.25rem 0px rgba(0, 0, 0, 0.04);
  padding: 2.25rem 2.8125rem 3.625rem 1.375rem;
}
.list_faqs .list_faqs_box .list_faqs_item .tit {
  position: relative;
  line-height: 2.75rem;
  padding-left: 3.75rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.25rem;
}
.list_faqs .list_faqs_box .list_faqs_item .tit span {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: #06C;
  text-align: center;
  line-height: 2.75rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.list_faqs .list_faqs_box .list_faqs_item .txt {
  margin-top: 1.875rem;
  position: relative;
  padding-left: 3.75rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.list_faqs .list_faqs_box .list_faqs_item .txt span {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: #909;
  text-align: center;
  line-height: 2.75rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.list_faqs .pagination {
  padding-top: 3.125rem;
}
.list_contact {
  padding-top: 6.25rem;
  padding-bottom: 4.375rem;
}
.list_contact .title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
}
.list_contact .left {
  padding-right: 9.375rem;
}
.list_contact .desc {
  margin-top: 3.125rem;
  width: 100%;
}
.list_contact .desc .desc_item {
  margin-top: 1.5625rem;
  display: flex;
  align-items: center;
}
.list_contact .desc .desc_item .img {
  width: 2.75rem;
  height: 2.75rem;
}
.list_contact .desc .desc_item .img img {
  vertical-align: middle;
}
.list_contact .desc .desc_item p {
  flex: 1;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
  padding-left: 1.625rem;
}
.list_contact .desc .desc_item p span {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
}
.list_contact .right .lx-cont2 {
  margin-top: 3.125rem;
}
.list_contact .right .lx-cont2 .inpt {
  margin-bottom: 2.5rem;
  width: 48%;
  height: 3.125rem;
  background: #FFF;
}
.list_contact .right .lx-cont2 .inpt input {
  padding-left: 1.25rem;
  width: 100%;
  height: 3.125rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.list_contact .right .lx-cont2 .inpt select {
  padding-left: 1.25rem;
  font-size: 1rem;
  color: #595D61;
  width: 100%;
  height: 3.125rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.list_contact .right .lx-cont2 .msg-a3 {
  height: 8.75rem;
}
.list_contact .right .lx-cont2 .msg-a3 .inpt {
  width: 100%;
}
.list_contact .right .lx-cont2 .msg-a3 .inpt textarea {
  padding: 1.25rem;
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.list_contact .right .lx-cont2 .div_aghgha .more-b {
  border-radius: 1.875rem;
  background: #06C;
  box-shadow: 0px 0.25rem 0.625rem 0px rgba(0, 102, 204, 0.15);
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
}
.list_map {
  padding-top: 2.5rem;
  padding-bottom: 6.25rem;
}
.list_map .title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
}
.list_map #myMap {
  border-radius: 0.625rem;
  overflow: hidden;
}
.list_shijitavle {
  padding-top: 4.75rem;
  padding-bottom: 3.125rem;
  background: #F1F8FF;
}
.list_shijitavle .title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.list_shijitavle .subtitle {
  color: #A3C6EA;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.list_shijitavle .input_box {
  margin-top: 2.8125rem;
  display: flex;
  justify-content: space-between;
}
.list_shijitavle .input_box .inpt {
  width: 30%;
  padding-right: 2.3125rem;
  position: relative;
}
.list_shijitavle .input_box .inpt select {
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 1.1875rem 1.25rem;
}
.list_shijitavle .input_box .inpt select option {
  cursor: pointer;
}
.list_shijitavle .input_box .inpt input {
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 1.1875rem 1.25rem;
  height: 3.75rem;
}
.list_shijitavle .input_box .inpt i {
  position: absolute;
  font-size: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
}
.list_shijitavle .input_box .btnb {
  width: 10%;
  border-radius: 0.625rem;
  background: #06C;
  text-align: center;
  height: 3.75rem;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  padding: 1.1875rem 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_shijitavle .input_box .btnb:hover {
  cursor: pointer;
  background: #990099;
}
.list_shijitable_content {
  padding-top: 3.125rem;
  padding-bottom: 5rem;
}
.list_shijitable_content .tabler {
  overflow-x: auto;
}
.list_shijitable_content table {
  width: 100%;
}
.list_shijitable_content table tr td {
  padding: 1.3125rem 2.5rem 1.5625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  vertical-align: middle;
  color: #070707;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  min-width: 9.375rem;
}
.list_shijitable_content table thead tr td,
.list_shijitable_content table thead tr th {
  background: #06C;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  vertical-align: middle;
}
.list_shijitable_content table thead tr:nth-child(1) td:nth-child(1),
.list_shijitable_content table thead tr:nth-child(1) th:nth-child(1) {
  border-radius: 0.625rem 0 0 0;
}
.list_shijitable_content table thead tr:nth-child(1) td:nth-last-child(1),
.list_shijitable_content table thead tr:nth-child(1) th:nth-last-child(1) {
  border-radius: 0 0.625rem 0 0;
}
.list_shijitable_content table tbody tr:nth-child(even) td {
  background: #F1F8FF;
}
@keyframes rotateright {
  100% {
    transform: rotate(180deg);
  }
}
.order_pop {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.order_pop .order_pop_con {
  margin: 0 auto;
  width: 45%;
  border: 1px solid #E3E3E3;
  background-color: #FFF;
  height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.order_pop .order_pop_con::-webkit-scrollbar-track {
  background-color: #c9c9c9;
  width: 0.25rem;
  height: 10.25rem;
  position: absolute;
}
.order_pop .order_pop_con::-webkit-scrollbar {
  width: 0.25rem;
}
.order_pop .order_pop_con::-webkit-scrollbar-thumb {
  display: block;
  width: 0.625rem;
  height: 2.1875rem;
  background: #0066cc;
}
.order_pop .order_pop_con .top {
  text-align: right;
}
.order_pop .order_pop_con .top i {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.order_pop .order_pop_con .top i:hover {
  cursor: pointer;
  animation-name: rotateright;
  animation-duration: 1s;
  animation-fill-mode: backwards;
}
.order_pop .order_pop_con > .title {
  font-size: 1.75rem;
  text-align: center;
  font-weight: 600;
}
.order_pop .order_pop_con .name {
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.625rem;
}
.order_pop .order_pop_con .name span {
  color: red;
}
.order_pop .order_pop_con label {
  vertical-align: middle;
  color: #757575;
  font-size: 0.875rem;
}
.order_pop .order_pop_con label input {
  width: auto;
  vertical-align: middle;
}
.order_pop .order_pop_con input {
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
}
.order_pop .order_pop_con .city-picker-span {
  width: 100% !important;
  border-radius: 0.625rem !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  background: #FFF !important;
  padding: 0.625rem 0;
  font-size: 1rem !important;
  height: unset !important;
  line-height: unset !important;
}
.order_pop .order_pop_con .city-picker-span > .placeholder {
  padding: 0.625rem 1.25rem;
}
.order_pop .order_pop_con textarea {
  width: 100%;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  height: 9.375rem;
}
.order_pop .order_pop_con .div_aghgha {
  text-align: center;
}
.order_pop .order_pop_con .div_aghgha button {
  border-radius: 3.5rem;
  width: 10rem;
  height: 3.5rem;
  line-height: 3.5rem;
  background-color: #0066cc;
  border: unset;
  color: #fff;
  font-size: 1rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.order_pop .order_pop_con .div_aghgha button:hover {
  background-color: #990099;
}
