@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;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
}
.bg {
  background: #0F61C6;
}
.c {
  color: #0F61C6;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 0 !important;
}
.pagination > li {
  margin: 0 5px;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination > li:last-child .iconfont,
.pagination > li:nth-child(1) .iconfont {
  font-size: 30px;
  line-height: 30px;
}
.pagination > li {
  margin: 0 5px;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination > li {
  margin: 0 3px;
}
.pagination .active span {
  background-color: #fff;
  border-color: #0F61C6 !important;
  color: #0F61C6;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #0F61C6 !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #0F61C6 !important;
  color: #0F61C6 !important;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 9px 12px;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 1;
}
.pagination > li.active a,
.pagination > li.active span {
  color: #0F61C6 !important;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.foot-fot {
  background: #2D3333;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #0F61C6;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
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;
}
.container {
  padding: 0 var(--container);
  max-width: 100%;
  width: 100%;
}
.container_l {
  padding-left: var(--container);
}
.container_r {
  padding-right: var(--container);
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #0F61C6;
}
.searchbox {
  border-color: #0F61C6;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #0F61C6;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "sourcehansans";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #0F61C6;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  body {
    --container: 8rem;
  }
}
@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;
  }
  body {
    --container: 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
header {
  --cf: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 6.25rem;
  z-index: 990;
}
header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
header .logo img {
  width: 10.1875rem;
}
header .logo img:nth-child(2) {
  display: none;
}
header .ds1 {
  cursor: pointer;
}
header .ds1 .iconfont {
  font-size: 1.25rem;
  color: var(--cf);
  display: block;
}
header .lanuage {
  font-size: 1rem;
  color: var(--cf);
  display: flex;
  align-items: center;
  margin: 0 2.33rem 0 2rem;
}
header .lanuage .iconfont {
  font-size: 1.25rem;
  color: var(--cf);
  margin-right: 0.5rem;
}
header .cernter > ul > li {
  padding: 0 1.375rem;
  float: left;
}
header .cernter > ul > li > a {
  position: relative;
  color: var(--cf);
  font-size: 1rem;
  font-weight: 700;
}
header .cernter > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 0;
  height: 0.125rem;
  background: var(--cf);
}
header .cernter > ul > li:hover > a::before,
header .cernter > ul > li.active > a::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 100%;
}
.bgf {
  background: #fff;
}
header.active,
.show_header header {
  background: #fff;
  --cf: rgba(0, 0, 0, 0.8);
}
header.active::before,
.show_header header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
header.active .cernter > ul > li.active > a::before,
.show_header header .cernter > ul > li.active > a::before {
  background: #0F61C6;
}
header.active .cernter > ul > li.active > a,
.show_header header .cernter > ul > li.active > a {
  color: #0F61C6;
}
header.active .logo img:nth-child(2),
.show_header header .logo img:nth-child(2) {
  display: inline-block;
}
header.active .logo img:nth-child(1),
.show_header header .logo img:nth-child(1) {
  display: none;
}
@-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 .img2 {
  display: none;
}
.banner .ul li {
  position: relative;
  padding-left: 1rem;
}
.banner .ul li::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #fff;
}
.banner .right {
  padding-left: 3rem;
}
.banner .banner_slide29 .more {
  background: #0F61C6;
  color: #fff;
}
.banner .banner_slide29 .more .iconfont {
  color: #fff;
}
.banner .banner_slide29 .more:hover {
  background: #000;
}
.banner .banner_slide29 .container {
  position: relative;
  z-index: 3;
}
.banner .banner_slide29 .container::before {
  content: "";
  position: absolute;
  top: -4.13rem;
  left: 0;
  width: 50%;
  height: calc(100% + 4.13rem + 4.8rem);
  z-index: -1;
  background: linear-gradient(270deg, #0F61C6 2.17%, rgba(15, 97, 198, 0) 101.19%);
}
.banner .banner_slide30 .more {
  display: none;
}
.banner .banner_slide30 .p2 p {
  font-size: 2.5rem;
}
.banner .banner_slide30 .p2 ul {
  margin-top: 2.8rem;
}
.banner .banner_slide30 .p2 ul li .text {
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  margin-top: 1rem;
}
.banner .hover {
  position: absolute;
  top: calc(50% + 2.5rem);
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banner .hover .flex {
  align-items: center;
  justify-content: flex-start;
}
.banner .hover .xielie {
  color: #FFF;
  text-align: center;
  font-size: 1.875rem;
  font-family: Montserrat;
  font-weight: 700;
  padding: 0 1.25rem;
  border-radius: 2.5rem;
  background: #0F61C6;
  line-height: 4.125rem;
  display: inline-block;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3.75rem;
  line-height: 4rem;
  font-weight: 700;
  line-height: normal;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 1.375rem;
  line-height: 2.375rem;
  font-weight: 400;
  margin: 0.3125rem 0 2.25rem 0;
}
.banner .swiper-pagination {
  width: auto;
  margin: 0 1.25rem;
  right: 0;
  left: auto;
  position: static;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 0.625rem;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #0F61C6;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  position: static;
  background: none;
  margin-top: 0;
}
.banner .hover_pag {
  position: absolute;
  bottom: 2.8125rem;
  right: var(--container-left);
  z-index: 9;
  display: flex;
  align-items: center;
  width: 100%;
}
.banner .hover_pag .pr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.banner .hover_pag .pr p {
  font-size: 1rem;
  color: #000;
  text-transform: uppercase;
  padding: 0 2.5rem;
  position: relative;
}
.banner .hover_pag .pr p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6875rem;
  height: 1px;
  background: #000;
  left: 0;
}
.banner .hover_pag .pr p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6875rem;
  height: 1px;
  background: #000;
  right: 0;
}
@keyframes shangxia {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.more {
  padding: 0 1rem 0 2.1875rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  background: #0F61C6;
  line-height: 3.125rem;
  display: inline-block;
  color: #fff;
}
.more div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.more .iconfont {
  font-size: 0.65rem;
  color: #fff;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more:hover {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.more:hover .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more.bgf {
  border: 1px solid rgba(11, 11, 11, 0.2);
  background: transparent;
  color: #0B0B0B;
}
.more.bgf .iconfont {
  color: #0B0B0B;
}
.more.bgf:hover {
  background: #0F61C6;
  color: #fff;
}
.more.bgf:hover .iconfont {
  color: #fff;
}
.more.bgff {
  background: #fff;
  color: #0B0B0B;
}
.more.bgff .iconfont {
  color: #0B0B0B;
}
.more.bgff:hover {
  background: #0F61C6;
  color: #fff;
}
.more.bgff:hover .iconfont {
  color: #fff;
}
.en_title {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.625rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 2rem;
}
.en_title span {
  padding-left: 3.25rem;
  position: relative;
}
.en_title span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2px;
  background: #0F61C6;
  left: 0;
}
.title {
  color: #070707;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}
.index_one {
  padding: 7rem 0 5rem;
  background: #E6F1FF;
}
.index_one .ul_top {
  margin: 2rem 0 2.5rem;
  display: flex;
}
.index_one .ul_top li {
  border-right: 1px solid #E6E6E6;
  flex: 1 0 0;
}
.index_one .ul_top li:last-child {
  border-right: none;
}
.index_one .ul_top li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: rgba(2, 2, 2, 0.8);
  font-size: 1rem;
  line-height: 1.75rem;
  height: 5.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one .ul_top li a img {
  height: 2.8125rem;
  margin-right: 0.8rem;
}
.index_one .ul_top li a img:nth-child(2) {
  display: none;
}
.index_one .ul_top li a img:nth-child(1) {
  display: block;
}
.index_one .ul_top li.active a,
.index_one .ul_top li:hover a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #0F61C6;
  color: #fff;
}
.index_one .ul_top li.active a img:nth-child(1),
.index_one .ul_top li:hover a img:nth-child(1) {
  display: none;
}
.index_one .ul_top li.active a img:nth-child(2),
.index_one .ul_top li:hover a img:nth-child(2) {
  display: block;
}
.index_one .sum > div {
  display: none;
}
.index_one .sum > div.active {
  display: block;
}
.suqera_pro {
  margin-bottom: 2.5rem;
}
.suqera_pro .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  padding: 0.9rem 0.6rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.suqera_pro .name span {
  display: block;
  max-width: 80%;
}
.suqera_pro .name .iconfont {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  opacity: 0;
  width: 20%;
  padding-left: 0.3125rem;
}
.suqera_pro:hover img {
  transform: scale(1.1);
}
.suqera_pro:hover .name {
  background: #0F61C6;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_pro:hover .name span {
  color: #fff;
}
.suqera_pro:hover .name .iconfont {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .swiper-pagination-bullet,
.list_about_three .swiper-pagination-bullet {
  background: rgba(136, 136, 136, 0.5);
  opacity: 1;
  width: 0.875rem;
  height: 0.875rem;
}
.index_two .swiper-pagination-bullet-active,
.list_about_three .swiper-pagination-bullet-active {
  background: #0F61C6;
}
.index_two .swiper-pagination,
.list_about_three .swiper-pagination {
  bottom: 0;
}
.index_two .swiper-container,
.list_about_three .swiper-container {
  padding-bottom: 3.4375rem;
}
.index_two {
  padding: 6rem 0 3rem;
}
.index_two .top {
  align-items: flex-end;
}
.index_two .top ul {
  margin: 0 -1rem;
  display: flex;
  justify-content: flex-end;
}
.index_two .top ul li {
  padding: 0 1rem;
}
.index_two .top ul li a {
  width: 9.375rem;
  height: 3.125rem;
  line-height: 3rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .top ul li:hover a,
.index_two .top ul li.active a {
  background: #0F61C6;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two .sum > div {
  display: none;
}
.index_two .sum > div.active {
  display: block;
}
.index_two .sum .left img {
  height: 36.875rem;
  object-fit: cover;
}
.index_two .sum .right .suqera_case:nth-child(1),
.index_two .sum .right .suqera_case:nth-child(2) {
  margin-bottom: 1.875rem;
}
.index_two .sum .right img {
  height: 17.5rem;
  object-fit: cover;
}
.index_two .sum .name {
  position: absolute;
  bottom: 1rem;
  padding: 0 1.25rem;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65rem;
}
.index_two .sum .suqera_case:hover .name {
  color: #0F61C6;
}
.index_three {
  display: flex;
}
.index_three .bg_img {
  top: 0;
  left: 0;
  height: 57.5rem;
}
.index_three .bg_img div {
  background-attachment: fixed !important;
  background-size: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-size: cover;
  background-position: center center;
}
.index_three .bg_img div.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.index_three .name {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin-top: 11rem;
}
.index_three .text {
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0.8rem 0 2rem;
}
.index_three .hover {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 5.625rem;
}
.index_three .hover .title {
  color: #fff;
}
.index_three .hover .content {
  width: 27.5rem;
}
.index_three .hover .en_title span {
  color: #fff;
}
.index_three .hover .en_title span::before {
  background: #fff;
}
.index_three .left {
  width: calc(100% - 35rem);
  float: left;
}
.index_three .sum > div {
  display: none;
}
.index_three .sum > div.active {
  display: block;
}
.index_three .right {
  width: 35rem;
  background: #E6F1FF;
  float: right;
  display: flex;
  align-items: center;
}
.index_three .right ul li {
  padding-left: 5rem;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.index_three .right ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5rem;
  background: #0F61C6;
  width: calc(100% + 5rem);
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .right ul li img:nth-child(1) {
  display: block;
}
.index_three .right ul li img:nth-child(2) {
  display: none;
}
.index_three .right ul li img {
  margin-right: 0.8rem;
}
.index_three .right ul li a {
  display: flex;
  align-items: center;
  height: 5.625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .right ul li:hover img:nth-child(2),
.index_three .right ul li.active img:nth-child(2) {
  display: block;
}
.index_three .right ul li:hover::before,
.index_three .right ul li.active::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .right ul li:hover img:nth-child(1),
.index_three .right ul li.active img:nth-child(1) {
  display: none;
}
.index_three .right ul li:hover a,
.index_three .right ul li.active a {
  transform: translateX(-5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.index_four .data,
.list_news .data {
  color: #0F61C6;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.index_four .name,
.list_news .name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0.5rem 0;
  line-height: 1.5rem;
}
.index_four .more_a,
.list_news .more_a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.index_four .more_a .iconfont,
.list_news .more_a .iconfont {
  font-size: 0.65rem;
}
.index_four .more_a:hover,
.list_news .more_a:hover {
  color: #0F61C6;
}
.index_four .more_a:hover .iconfont,
.list_news .more_a:hover .iconfont {
  transform: translateX(0.625rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul {
  margin: 0 -1rem;
}
.list_news .ul li {
  padding: 0 1rem;
  margin-bottom: 2.5rem;
}
.list_news .ul li > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 2.5rem;
}
.list_news .ul li > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0F61C6;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover > div::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover img {
  transform: scale(1.1);
}
.list_news .ul li:hover .name {
  color: #0F61C6;
}
.index_four {
  padding: 7rem 0 5.5rem;
  position: relative;
}
.index_four::before {
  content: "";
  position: absolute;
  top: 2.8125rem;
  left: calc(var(--container) + 7.8rem);
  background: url(../img/5.png) no-repeat;
  background-size: contain;
  width: 44.0625rem;
  height: 40rem;
}
.index_four .left {
  padding-right: 4.94rem;
}
.index_four .left ul li {
  display: flex;
  align-items: center;
  padding: 2.125rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index_four .left ul li .over {
  width: 22rem;
}
.index_four .left ul li .content {
  padding-left: 1.6rem;
  width: calc(100% - 22rem);
}
.index_four .left ul li:first-child {
  padding-top: 0;
}
.index_four .left ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.index_four .left ul li:hover img {
  transform: scale(1.1);
}
.index_four .left ul li:hover .name {
  color: #0F61C6;
}
.index_four .right img {
  height: 17.8125rem;
  object-fit: cover;
}
.index_four .right:hover img {
  transform: scale(1.1);
}
.index_four .right:hover .name {
  color: #0F61C6;
}
.index_four .left img {
  height: 12.625rem;
  object-fit: cover;
}
.index_four .top {
  align-items: flex-end;
}
.text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65rem;
}
footer {
  background: #2E2E2E;
  padding: 4rem 0 3rem;
}
footer .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
footer .text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
footer .left {
  float: left;
}
footer .left:nth-child(1) {
  width: 14%;
}
footer .left:nth-child(2) {
  width: 12%;
}
footer .left:nth-child(3) {
  width: 25%;
}
footer .left:nth-child(4) {
  width: 22%;
}
footer .left a:hover {
  color: #0F61C6;
}
footer .right {
  width: 27%;
  float: right;
}
.beian {
  background: #202020;
  padding: 0.8rem;
}
.beian .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.rightfix {
  bottom: 5%;
  right: 2rem;
  top: auto;
  transform: translateY(0);
}
.rightfix ul li {
  padding: 0;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 50%;
  margin-bottom: 1.25rem;
  border: none;
}
.rightfix ul li:hover {
  background: #0F61C6;
}
.rightfix ul li .right_div {
  min-height: 3.75rem;
  line-height: 3.75rem;
}
.rightfix ul li:last-child {
  display: none;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.nyban .bread {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
}
.nyban .p1 {
  color: #FFF;
  font-family: Noto Sans SC;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
}
.nyban .p2 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
.bread {
  color: #FFF;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
}
.bread a {
  color: #FFF;
}
.bread a:hover {
  color: #0F61C6;
}
.bread span:last-child {
  display: none;
}
.bread span {
  margin: 0 0.3125rem;
}
.bread a:hover {
  opacity: 1;
}
.nyerji {
  line-height: 5rem;
  position: relative;
}
.nyerji::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  transform: translateY(-50%);
}
.nyerji.nyerji_pro ul li a {
  padding: 1.125rem 0 0;
}
.nyerji.nyerji_pro ul li a span {
  padding-bottom: 1.125rem;
}
.nyerji.nyerji_pro ul li:hover a span,
.nyerji.nyerji_pro ul li.active a span {
  font-weight: 700;
  color: #000;
}
.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nyerji ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  flex: 1 0 0;
}
.nyerji ul li:nth-child(1) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.nyerji ul li a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li a img {
  height: 3.5rem;
  display: block;
  margin-right: 0.5rem;
  height: 2.8125rem;
}
.nyerji ul li a img:nth-child(1) {
  display: block;
}
.nyerji ul li a img:nth-child(2) {
  display: none;
}
.nyerji ul li a div {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
}
.nyerji ul li span {
  position: relative;
  display: inline-block;
}
.nyerji ul li:last-child::before {
  display: none;
}
.nyerji ul li:hover a,
.nyerji ul li.active a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-weight: 700;
  color: #fff;
  background: #0F61C6;
}
.nyerji ul li:hover a span::before,
.nyerji ul li.active a span::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li:hover a img:nth-child(2),
.nyerji ul li.active a img:nth-child(2) {
  display: block;
}
.nyerji ul li:hover a img:nth-child(1),
.nyerji ul li.active a img:nth-child(1) {
  display: none;
}
.bgf7 {
  background: #F6F7FA;
}
.list_pro {
  padding: 2.5rem 0 6rem;
}
.list_pro .left {
  height: 100%;
  position: sticky;
  top: 6.25rem;
}
.list_pro .left > div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
.list_pro .left .name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  height: 4.375rem;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}
.list_pro .left .name img {
  height: 2.375rem;
  margin-right: 0.5rem;
}
.list_pro .left ul li {
  padding-left: 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.list_pro .left ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0F61C6;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .left ul li:hover,
.list_pro .left ul li.active {
  background: rgba(15, 97, 198, 0.1);
}
.list_pro .left ul li:hover::after,
.list_pro .left ul li.active::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .left ul li:hover a,
.list_pro .left ul li.active a {
  color: #0F61C6;
}
.list_pro .left ul li:hover a::before,
.list_pro .left ul li.active a::before {
  background: #0F61C6;
}
.list_pro .left ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  height: 4.375rem;
  display: flex;
  align-items: center;
  padding-left: 0.875rem;
  position: relative;
}
.list_pro .left ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}
.show_pro {
  padding-bottom: 4.4rem;
}
.show_pro .left > div {
  position: relative;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  z-index: 1;
}
.show_pro .left > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  opacity: 0.06;
  background: #0F61C6;
  z-index: -1;
}
.show_pro .right {
  padding-top: 3.125rem;
  padding-left: 1.875rem;
}
.show_pro .right .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
}
.show_pro .right p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.65rem;
  margin: 1.37rem 0 0.8rem;
}
.show_pro .right p span {
  position: relative;
  padding-right: 3.4375rem;
}
.show_pro .right p span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 0.125rem;
  background: #0F61C6;
}
.show_pro .right ul li {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  position: relative;
  padding-left: 0.875rem;
}
.show_pro .right ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}
.show_header header {
  position: relative;
}
.show_header .bread {
  color: rgba(0, 0, 0, 0.7);
  padding: 1.13rem 0;
}
.show_header .bread a,
.show_header .bread span {
  color: rgba(0, 0, 0, 0.7);
}
.show_header .bread a:hover {
  color: #0F61C6;
}
.show_pro_two {
  padding: 6rem 0 7rem;
}
.show_pro_two table {
  margin-bottom: 0;
}
.show_pro_two table tr:nth-child(odd) {
  background: #F8F8F8;
}
.show_pro_two table tr:nth-child(even) {
  background: #fff;
}
.show_pro_two table tr:nth-child(1) {
  background: #F1F1F1;
  color: #000;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
.show_pro_two table tr td {
  border: 1px solid #CFCFCF;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
  vertical-align: middle !important;
  padding: 1.25rem 0.75rem !important;
}
.show_pro_two table tr td:nth-child(1) {
  padding-left: 5.5rem !important;
  text-align: left;
}
.title.title_show span {
  position: relative;
  padding-bottom: 0.5rem;
  display: inline-block;
}
.title.title_show {
  color: #000;
  font-size: 2.25rem;
  font-weight: 700;
}
.title.title_show span::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #1C54A6;
}
.suqera_case1 .name {
  color: #070707;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6rem;
  height: 4.375rem;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-items: flex-start;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_case1 img {
  max-height: 18.75rem;
  object-fit: cover;
}
.suqera_case1:hover .name {
  background: #0F61C6;
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.suqera_case1:hover img {
  transform: scale(1.1);
}
.suqera_case1 > div {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.about_case {
  padding: 5.2rem 0;
}
.about_case .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #888888;
}
.about_case .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.625rem;
}
.about_case .swiper-pagination-bullet-active {
  background: #0F61C6;
}
.about_case .swiper-container {
  padding-bottom: 4.0625rem;
}
.about_case .swiper-pagination {
  bottom: 0;
}
.about_case.show_case_three .swiper-container {
  padding-bottom: 1.5rem;
}
.list_case .fenlei {
  padding: 3rem 0 1.25rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}
.list_case .fenlei div {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.list_case .fenlei ul {
  display: flex;
  align-items: center;
}
.list_case .fenlei ul li {
  margin-left: 6rem;
}
.list_case .fenlei ul li:hover a,
.list_case .fenlei ul li.active a {
  color: #0F61C6;
}
.list_case .fenlei ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.list_case .ul li {
  margin-bottom: 1.875rem;
}
.show_case {
  padding: 7rem 0 5rem;
}
.show_case .left {
  padding-right: 2.5rem;
}
.show_case .row {
  align-items: center;
}
.show_case .name {
  font-size: 1.875rem;
  line-height: 2.4rem;
  margin-bottom: 0.5rem;
}
.show_case .text {
  padding-bottom: 4rem;
}
.show_case .right {
  padding-right: 3.5rem;
}
.show_case_two {
  padding: 5.62rem 0 4.25rem;
}
.show_case_two ul li {
  margin-bottom: 1.875rem;
}
.show_case_three {
  padding: 5.6rem 0;
}
.list_news {
  padding: 4.38rem 0 5rem;
}
.show_news .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.show_news a.text:hover {
  color: #395F8E;
}
.show_news .margin.text {
  margin: 2.125rem 0 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2rem;
  padding: 3.125rem 0;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #999999;
  margin: 2.1875rem 0 2.125rem;
  justify-content: flex-start;
}
.show_news .data .fenxiang {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}
.show_news .data .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(102, 102, 102, 0.3);
  border-radius: 50%;
  margin-right: 1.25rem !important;
}
.show_news .data .social-share li a {
  font-size: 1rem;
}
.show_news .data .social-share li a:hover {
  color: #fff !important;
}
.show_news .data .social-share li:last-child {
  margin-right: 0;
}
.show_news .data .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  border: rgba(102, 102, 102, 0.3) !important;
  color: rgba(102, 102, 102, 0.5) !important;
}
.show_news .shangxia {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.show_news .shangxia a {
  color: rgba(0, 0, 0, 0.8);
}
.show_news .shangxia a:hover {
  color: #0F61C6;
}
@media (max-width: 990px) {
  .show_news .name {
    line-height: 30px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .show_news .name {
    line-height: 26px;
    font-size: 18px;
  }
  .show_news .data .fenxiang {
    margin-left: 0.5rem;
  }
  .show_news .data .social-share li {
    margin-right: 8px !important;
  }
  .show_news .data {
    margin: 15px 0;
  }
  .show_news .margin.text {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .show_news .shangxia .tr {
    text-align: left;
  }
  .beian {
    font-size: 12px;
    line-height: 20px;
    border: none;
  }
  .pb80 {
    padding-bottom: 25px;
  }
  .mt60 {
    margin-top: 25px;
  }
  .mt50 {
    margin-top: 15px;
  }
  table tr td {
    padding: 10px !important;
    line-height: 24px;
  }
  table tr td:nth-child(1) {
    padding-left: 10px !important;
  }
  table tr:nth-child(1) {
    font-size: 14px;
  }
  .pt60 {
    padding-top: 25px;
  }
}
.list_contact {
  position: relative;
}
.list_contact .left {
  padding-right: 3rem;
  padding: 6.25rem 15px 8.125rem;
}
.list_contact .left .en_title span::before {
  background: #fff;
}
.list_contact .left ul li {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  margin-bottom: 3.12rem;
}
.list_contact .left ul li:last-child {
  margin-bottom: 0;
}
.list_contact .left ul li p {
  padding-left: 1rem;
  width: calc(100% - 4.5625rem);
}
.list_contact .left ul li .icon {
  width: 4.5625rem;
  height: 4.5625rem;
  border-radius: 50%;
  background: rgba(234, 243, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_contact .left ul li .icon .iconfont {
  font-size: 2rem;
  display: block;
}
.list_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 1.5rem);
  height: 100%;
  background: url(../img/10.png) no-repeat;
  background-size: cover;
}
.list_contact::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 1.5rem);
  height: 18.25rem;
  background: url(../img/11.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
.list_contact .right {
  padding: 8.4375rem 15px 8.4rem 1.5rem;
}
.list_contact .right .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
}
.list_contact .right .name span {
  color: #F00;
}
.list_contact .right .pr {
  display: flex;
  align-items: center;
  background: #FFF;
  line-height: 3.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 1.25rem;
  margin-bottom: 1.25rem;
}
.list_contact .right input {
  width: 80%;
  padding-left: 1.25rem;
}
.list_contact .right .textarea .pr {
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.list_contact .right .textarea .name {
  line-height: 1.2;
  width: 21%;
}
.list_contact .right .textarea textarea {
  height: 8.75rem;
  display: block;
  width: 79%;
  border: none;
  line-height: 1.2;
}
.list_contact .right button {
  border: none;
  border-radius: 0;
}
.list_about {
  padding: 6.5rem 0 5.88rem;
}
.list_about .text {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.list_about_two ul {
  display: flex;
}
.list_about_two ul li {
  width: 33.3%;
  text-align: center;
  padding: 13rem 0;
  border-right: 1px solid rgba(252, 252, 252, 0.5);
}
.list_about_two ul li:last-child {
  border-right: none;
}
.list_about_two ul li:hover {
  background: rgba(15, 97, 198, 0.6);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li:hover .icon {
  background-color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_about_two ul li:hover .icon img:nth-child(2) {
  display: block;
}
.list_about_two ul li:hover .icon img:nth-child(1) {
  display: none;
}
.list_about_two .icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: #0F61C6;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_about_two .icon img {
  height: 2.75rem;
}
.list_about_two .icon img:nth-child(1) {
  display: block;
}
.list_about_two .icon img:nth-child(2) {
  display: none;
}
.list_about_two .name {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6rem;
  margin: 1rem 0 0.75rem;
}
.list_about_two .text {
  color: #FFF;
}
.list_about_three {
  padding: 7rem 0 3.3rem;
}
.list_about_three .swiper-slide {
  border: 1px solid #E4E4E4;
}
.list_about_three .swiper-button-black {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #F6F7FA;
  background-size: 1.25rem 1.25rem;
  margin-top: -4rem;
}
.list_about_three .swiper-button-black:hover {
  background-color: #0F61C6;
}
.list_about_three .swiper-button-next {
  right: -5rem;
}
.list_about_three .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.list_about_three .swiper-button-prev {
  left: -5rem;
}
.list_about_three .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.show_solution {
  padding: 5rem 0 7.5rem;
}
.show_solution .text {
  text-align: justify;
}
.show_solution_two {
  padding: 5.6rem 0 2.5rem;
}
.show_solution_three {
  padding: 6rem 0 4rem;
}
.list_solution {
  padding-top: 5rem;
}
.list_solution .bgf7:hover {
  box-shadow: 0 0 0.625rem #dddddd;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_solution .bgf7:hover img {
  transform: scale(1.1);
}
.list_solution .bgf7 {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_solution .top {
  margin-bottom: 3.75rem;
  align-items: center;
}
.list_solution .top .left {
  padding-right: 1.875rem;
}
.list_solution .top .right {
  padding-right: 3rem;
}
.list_solution .top .name {
  color: #0F61C6;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 0.8rem;
}
.list_solution .top p {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  line-height: 1.875rem;
  margin-bottom: 0.6rem;
}
.list_solution .top ul li {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  position: relative;
  padding-left: 0.875rem;
}
.list_solution .top ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}
.list_solution .ul li {
  margin-bottom: 1.875rem;
}
.suqera_pro .over,
.suqera_case .over,
.suqera_case1 .over,
.show_case .left .over,
.show_case_two ul li .over,
.about_case.bgf7 .mb30 .over {
  position: relative;
  z-index: 4;
}
.suqera_pro .over::before,
.suqera_case .over::before,
.suqera_case1 .over::before,
.show_case .left .over::before,
.show_case_two ul li .over::before,
.about_case.bgf7 .mb30 .over::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background: url(../img/sy.svg) no-repeat;
  background-size: contain;
  width: 60%;
  height: 60%;
  opacity: 0.1;
  z-index: 1;
}
.about_case.bgf7 .mb30.col-md-4:hover img {
  transform: scale(1.1);
}
.show_case_three .swiper-slide .over img {
  height: 280px;
  object-fit: contain;
}
