@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.125rem;
}
body {
  --header_h: 6.25rem;
  --container: 16.25rem;
  outline: none;
  font-family: 'Noto Sans SC', 'Montserrat', sans-serif !important;
  font-weight: 500;
}
.bg {
  background: #0091DC;
}
.c {
  color: #0091DC;
}
.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: #0091DC !important;
  color: #0091DC;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #0091DC !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #0091DC !important;
  color: #0091DC !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: #0091DC !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 {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  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: #0091DC;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .cernter > 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: #0091DC;
}
.searchbox {
  border-color: #0091DC;
}
@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: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-nav > li .sec {
  padding-left: 30px !important;
}
.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;
  max-width: 50%;
}
.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: #0091DC;
}
.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: #0091DC;
  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 {
  z-index: 9999;
  --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 {
  height: 6.25rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .logo div div {
  line-height: 1.875rem;
}
header .logo p,
header .logo img {
  width: 100%;
}
header .logo p {
  color: #FFF;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
}
header .logo img {
  filter: brightness(0) invert(1);
  height: 1.375rem;
}
header .container {
  padding: 0 4.375rem;
}
header .ds1 {
  margin: 0 2.33rem 0 2rem;
  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;
}
header .lanuage .iconfont {
  font-size: 1.25rem;
  color: var(--cf);
  margin-right: 0.5rem;
  font-weight: 600;
}
header .cernter > ul > li {
  padding: 0 1.375rem;
  float: left;
}
header .cernter > ul > li > a {
  position: relative;
  color: var(--cf);
  font-size: 1.125rem;
}
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%;
}
header.active,
.pro_body header,
header:hover {
  background: #fff;
  --cf: #000000;
}
header.active .logo img,
.pro_body header .logo img,
header:hover .logo img {
  filter: brightness(1) invert(0);
}
header.active .logo p,
.pro_body header .logo p,
header:hover .logo p {
  color: rgba(0, 0, 0, 0.6);
}
header.active .cernter > ul > li.active > a,
.pro_body header .cernter > ul > li.active > a,
header:hover .cernter > ul > li.active > a,
header.active .cernter > ul > li:hover > a,
.pro_body header .cernter > ul > li:hover > a,
header:hover .cernter > ul > li:hover > a {
  color: #0091DC;
}
header.active .cernter > ul > li.active > a::before,
.pro_body header .cernter > ul > li.active > a::before,
header:hover .cernter > ul > li.active > a::before,
header.active .cernter > ul > li:hover > a::before,
.pro_body header .cernter > ul > li:hover > a::before,
header:hover .cernter > ul > li:hover > a::before {
  background: #0091DC;
  width: 100%;
}
header.active::before,
.pro_body header::before,
header:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
@-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 .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 .video video,
.banner .img img {
  height: 100vh;
  object-fit: cover;
  display: block;
}
.banner .right {
  padding-left: 3rem;
}
.banner .hover {
  position: absolute;
  top: calc(50% + 2.5rem);
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.banner .hover .flex {
  align-items: center;
}
.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: #0091DC;
  line-height: 4.125rem;
  display: inline-block;
}
.banner .hover .p1 {
  color: #FFF;
  font-size: 3.75rem;
  line-height: 3.5rem;
  font-weight: 700;
  line-height: normal;
}
.banner .hover .p2 {
  color: #FFF;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
  line-height: normal;
}
.banner .swiper-pagination {
  bottom: 0 !important;
  position: absolute;
  margin: 0 -1.5rem;
}
.banner .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(255, 255, 255, 0) !important;
  opacity: 1;
  margin: 0 1.5rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0.5;
}
.banner .scroll {
  position: absolute;
  bottom: 2.625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 2s infinite;
  cursor: pointer;
}
.banner .scroll img {
  height: 3.25rem;
}
@keyframes xiangxia {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.banner .hover_Pag {
  position: absolute;
  bottom: 2.8125rem;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
@keyframes shangxia {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.more {
  padding: 0 2.1875rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  background: #0091DC;
  line-height: 3.125rem;
  display: inline-block;
  border-radius: 3.125rem;
  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;
  margin-left: 0.625rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.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.borf {
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
}
.more.borf .iconfont {
  color: #fff;
}
.more.borf:hover {
  background: #fff;
  color: #0091DC;
}
.more.borf:hover .iconfont {
  color: #0091DC;
}
.more.bgf {
  border: 1px solid rgba(11, 11, 11, 0.2);
  background: transparent;
  color: #0B0B0B;
}
.more.bgf .iconfont {
  color: #0B0B0B;
}
.more.bgf:hover,
.more.bgf.active {
  background: #0091DC;
  color: #fff;
}
.more.bgf:hover .iconfont,
.more.bgf.active .iconfont {
  color: #fff;
}
.more.bgff {
  background: #fff;
  color: #0091DC;
}
.more.bgff .iconfont {
  color: #0091DC;
}
.more.bgff:hover {
  background: #0091DC;
  color: #fff;
}
.more.bgff:hover .iconfont {
  color: #fff;
}
.en_title {
  color: #939393;
  font-family: Montserrat;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2rem;
  /* 114.286% */
  text-transform: capitalize;
}
.title {
  color: #000;
  font-size: 3rem;
  line-height: 3.4375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.title span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
}
.title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.15625rem;
  height: 0.25rem;
  background: #0091DC;
}
.title.ta span::before {
  left: 50%;
  transform: translateX(-50%);
}
.text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 1.65rem;
}
.beian {
  background: #000;
  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;
  background: #0091DC;
}
.rightfix ul li:hover {
  background: #000;
}
.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.nyban_pro {
  padding: 5.3125rem 0;
}
.nyban.nyban_pro .bread {
  color: rgba(0, 0, 0, 0.6);
}
.nyban.nyban_pro .bread a {
  color: rgba(0, 0, 0, 0.6);
}
.nyban.nyban_pro .left {
  padding-top: 2.5rem;
}
.nyban.nyban_pro .p1 {
  color: #000;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.nyban.nyban_pro .right .over {
  background: #fff;
  padding: 4.125rem 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.nyban.nyban_pro .right .pr {
  padding-bottom: 1rem;
  z-index: 4;
}
.nyban.nyban_pro .right .pr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4rem);
  border-radius: 0.625rem;
  background: #0091DC;
  height: 1.875rem;
  z-index: -1;
}
.nyban.nyban_pro .more_3 {
  width: 10rem;
  background: #0091DC;
  border-radius: 9999px;
  box-shadow: 0px 4px 12px 0px rgba(0, 74, 112, 0.1);
}
.nyban.nyban_pro .more_3 div {
  left: -0.125rem;
}
.nyban.nyban_pro .text {
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
}
.nyban.nyban_pro ul {
  margin-top: 1.875rem;
  margin-bottom: 2.3125rem;
}
.nyban.nyban_pro ul li div {
  color: #0091DC;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  text-transform: capitalize;
}
.nyban.nyban_pro ul li:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.nyban.nyban_pro ul li:nth-child(2) {
  padding-left: 2.5rem;
}
.nyban .bread {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
}
.nyban .p1 {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 4rem;
}
.nyban .p2 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2rem;
  text-transform: uppercase;
  margin-top: 0.5625rem;
}
.nyban .img_hover {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.nyban .img_hover .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.nyban .img_hover img {
  height: 80%;
  object-fit: contain;
}
.bread {
  color: #FFF;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
}
.bread a {
  color: #FFF;
}
.bread a:hover {
  color: #0091DC;
}
.bread span:last-child {
  display: none;
}
.bread span {
  margin: 0 0.3125rem;
}
.bread a:hover {
  opacity: 1;
}
.nyerji {
  line-height: 6.25rem;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nyerji ul {
  display: flex;
}
.nyerji ul li {
  padding-right: 6.25rem;
  position: relative;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
}
.nyerji ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
}
.nyerji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.125rem;
  background: #0091DC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nyerji ul li span {
  position: relative;
  display: inline-block;
}
.nyerji ul li:last-child::before {
  display: none;
}
.nyerji ul li:hover a {
  color: #0091DC;
}
.nyerji ul li.active a {
  font-weight: 700;
  color: #0091DC;
}
.nyerji ul li.active a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.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;
}
.bgf7 {
  background: #F8F9FA;
}
.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: #0091DC;
  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 {
  background: rgba(15, 97, 198, 0.1);
}
.list_pro .left ul li:hover::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 {
  color: #0F61C6;
}
.list_pro .left ul li:hover 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: #0091DC;
}
.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: #0091DC;
}
.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;
  font-weight: 500;
}
.show_news .data .m {
  margin: 0 5rem;
}
.show_news .data {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  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: #0091DC;
}
@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;
  }
}
.number_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.number_ul li {
  text-align: center;
  flex: 1 0 0;
}
.number_ul li > div {
  display: inline-block;
}
.number_ul li .num {
  line-height: 1;
  position: relative;
  text-align: left;
}
.number_ul li .num span {
  color: #0091DC;
  font-size: 3.125rem;
  font-weight: 600;
}
.number_ul li .num sub {
  color: #0091DC;
  font-size: 1.5rem;
  font-weight: 400;
  bottom: auto;
  top: 0.6875rem;
  position: absolute;
}
.number_ul li .num sub sub {
  top: 0.1875rem;
}
.number_ul li .num i {
  color: #0091DC;
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 0.8rem;
}
.number_ul li .text {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 0.5rem 0 0;
  text-align: left;
}
.jiantou {
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  line-height: 3.5rem;
  background: none;
  border-radius: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.jiantou .iconfont {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
}
.jiantou:hover {
  background: #0091DC;
  border-color: #0091DC;
}
.jiantou:hover .iconfont {
  color: #fff;
}
.jiantou.white {
  background: #fff;
}
.jiantou.white:hover {
  background: #0091DC;
  border-color: #0091DC;
}
.swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #0091DC;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.alignc {
  align-items: center;
}
.more_3 {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1rem;
}
.more_3 div {
  margin-right: 0.875rem;
}
.more_3 .iconfont {
  font-size: 1.25rem;
  color: #0091DC;
  font-weight: 600;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_3:hover {
  color: #FFF;
}
.more_3:hover .iconfont {
  transform: rotate(45deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_2,
.more_3 div {
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  border-radius: 50%;
  background: #FFF;
  display: inline-block;
  z-index: 2;
  position: relative;
}
.more_2.bgf,
.more_3 div.bgf {
  background: transparent;
  border: 1px solid #FFF;
}
.more_2.bgf .iconfont,
.more_3 div.bgf .iconfont {
  color: #fff;
}
.more_2.bgf:hover::before,
.more_3 div.bgf:hover::before {
  background: #fff;
}
.more_2.bgf:hover .iconfont,
.more_3 div.bgf:hover .iconfont {
  color: #0091DC;
}
.more_2 .iconfont {
  font-size: 1.25rem;
  display: block;
  color: #0091DC;
}
.more_2::before,
.more_3 div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  border-radius: 50%;
  background: #0091DC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  z-index: -1;
}
.more_2:hover::before,
.more_3:hover div::before {
  transform: scale(0.8);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.more_2:hover .iconfont,
.more_3:hover .iconfont {
  color: #fff;
}
.bor20 {
  border-radius: 1.125rem;
}
.p100 {
  padding: 6.25rem 0;
}
.p100.pt0 {
  padding-top: 0;
}
.p100.pb0 {
  padding-bottom: 0;
}
.anim {
  animation: circle 25s linear infinite;
}
.tables .content.bgf7 {
  background: #EEF2F6;
}
.tables .content .row > div:nth-child(odd) {
  padding-right: 3.125rem;
}
.tables .content .row > div:nth-child(even) {
  padding-left: 3.125rem;
}
.tables .content .row > div {
  line-height: 1.5rem;
  font-size: 1.125rem;
}
.tables .content .row > div:nth-child(1) .clearfix,
.tables .content .row > div:nth-child(2) .clearfix {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.tables .content .row > div .clearfix {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 4.38rem;
}
.tables .content .row > div .clearfix div {
  width: 30%;
}
.tables .content .row > div .clearfix div.w100 {
  width: 100%;
}
.tables .content .row > div .clearfix p {
  width: 65%;
}
.tables .content .row > div div {
  color: #fff;
  font-weight: 600;
}
.tables .content .row > div p {
  color: #fff;
  font-weight: 300;
}
.swiper_pag_chang {
  bottom: 0;
}
.swiper_pag_chang .swiper-pagination-bullet {
  width: 1.875rem;
  height: 0.375rem;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}
.swiper_pag_chang .swiper-pagination-bullet-active {
  background: #0091DC;
}
.show_prodcut_four .swiper-container {
  margin-top: 2.75rem;
  padding-bottom: 3.75rem;
}
.show_prodcut_four .swiper-slide a {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.show_prodcut_four .swiper-slide:hover a {
  border-color: #0091DC;
}
.margin_l_r {
  margin: 0 -1.25rem;
}
.squera {
  padding: 0 1.25rem 2.5rem;
}
.squera:hover > a {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
.squera:hover .content {
  background: #ECF9FF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera:hover img {
  transform: scale(1.1);
}
.squera:hover .name {
  color: #0091DC;
}
.squera:hover .name::before {
  background: #fff;
}
.squera:hover .text {
  color: #0091DC;
}
.squera:hover .data {
  background: #ECF9FF;
}
.squera:hover .data p {
  color: #0091DC;
}
.squera:hover .more_2::before {
  transform: scale(0.8);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera:hover .more_2 .iconfont {
  transform: rotate(45deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.squera .more_a .iconfont {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera .name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  position: relative;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.squera .text {
  margin-top: 0.8rem;
}
.squera .content {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #F8F9FA;
  padding: 2.3rem 0 0;
  background: #fff;
}
.squera .content .name,
.squera .content .text {
  padding: 0 1.375rem;
}
.squera .data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.1875rem;
  background: #F8F8F8;
  padding: 1rem 1.375rem;
  margin-bottom: 0;
}
.squera .data p {
  width: calc(100% - 3.5rem);
}
.about_solution .swiper-container {
  margin-top: 3.75rem;
  padding-bottom: 1.25rem;
}
.font40.title {
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: normal;
}
.tj {
  text-align: justify;
}
.padding_con {
  padding-bottom: 5.625rem;
}
.font36 {
  color: #FFF;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  position: relative;
  padding-top: 0.9rem;
}
.font36::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.90625rem;
  height: 0.25rem;
  background: #fff;
}
.list_news {
  background: rgba(0, 158, 66, 0.1);
}
.list_news .swiper-container {
  padding: 3.125rem 0 3.75rem;
}
.list_news .swiper-container .swiper-slide {
  padding-bottom: 1rem;
  z-index: 3;
}
.list_news .swiper-container .swiper-slide:hover .name {
  color: #0091DC;
}
.list_news .swiper-container .swiper-slide:hover::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .swiper-container .swiper-slide:hover img {
  transform: scale(1.1);
}
.list_news .swiper-container .swiper-slide .clearfix {
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 1.125rem;
}
.list_news .swiper-container .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  left: 2.37rem;
  width: calc(100% - 2.37rem - 2.37rem);
  height: 100%;
  z-index: -1;
  border-radius: 1.25rem;
  opacity: 0.2;
  background: #0091DC;
}
.list_news .name {
  color: #000;
  text-align: justify;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
}
.list_news .more {
  margin-top: 2.37rem;
}
.list_news .right {
  width: 52%;
  padding: 0 2.88rem 0 3.75rem;
}
.list_news .left {
  width: 48%;
}
.list_news .text {
  margin-top: 1rem;
}
.data {
  color: #0091DC;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.375rem;
}
.list_news_two.list_solution .squera:hover .data {
  color: #fff;
}
.list_news_two.list_solution .squera .text {
  margin-top: 0.625rem;
}
.list_news_two.list_solution .squera .name {
  padding-bottom: 0;
}
.list_news_two.list_solution .squera .name::before {
  display: none;
}
.swiper_three_b .swiper-slide {
  height: auto;
  padding: 0 1.25rem 1rem;
}
.swiper_three_b .swiper-slide.bgf > div {
  background: #fff;
}
.swiper_three_b .swiper-slide > div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 4px 20px 24px 0px rgba(0, 0, 0, 0.04);
  padding: 2.69rem 1.62rem 2.94rem 3rem;
  height: 100%;
  position: relative;
}
.swiper_three_b .swiper-slide > div::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 1.12rem;
  opacity: 0.2;
  background: #0091DC;
  width: calc(100% - 1.12rem - 1.12rem);
  height: calc(100% - 1.5rem);
  z-index: -1;
  border-radius: 0.625rem;
}
.swiper_three_b .swiper-slide:hover > div::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}
.swiper_three_b .swiper-slide:hover > div img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_three_b .swiper-slide .icon img {
  width: 5rem;
  height: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper_three_b .swiper-slide .icon_num {
  margin: 0 auto;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #ECF8FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0091DC;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: capitalize;
}
.swiper_three_b .swiper-slide .name1 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0.94rem 0 0.5rem;
}
.swiper_three_b .swiper-slide .text {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.swiper_three_b .swiper-slide p.name1 {
  font-size: 1rem;
  font-weight: 600;
}
.list_message input {
  height: 3.125rem;
  padding: 0 1.3rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.list_message form {
  margin-top: 3.125rem;
}
.list_message input,
.list_message textarea {
  width: 100%;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}
.list_message textarea {
  height: 10rem;
  padding: 0.875rem 1.3rem 1.3rem;
  display: block;
}
.list_message button {
  border: none;
  width: 12.5rem;
}
.list_join.show_solution .right .pr,
.list_shou_quan.show_solution .right .pr {
  position: relative;
  padding-bottom: 1.375rem;
  z-index: 4;
}
.list_join.show_solution .right .pr::before,
.list_shou_quan.show_solution .right .pr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.875rem;
  height: 80%;
  border-radius: 1.25rem;
  background: rgba(0, 158, 65, 0.2);
  width: calc(100% - 1.875rem - 1.875rem);
  z-index: -1;
}
.list_join.show_solution .row {
  margin-left: -15px;
  margin-right: -15px;
}
.list_join.show_solution .row > div {
  padding: 0 0.9375rem;
}
.list_join.show_solution .row > div.left {
  padding-bottom: 5rem;
}
.list_join.show_solution .swiper_three_b {
  margin-top: 3.125rem;
}
.list_join_three {
  position: relative;
  padding: 15rem 0 5rem;
  z-index: 4;
}
.list_join_three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43.75rem;
  background: url(../img/37.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
.list_join_three .title span::before {
  background: #fff;
}
.list_join_three .content {
  border-radius: 2.5rem 2.5rem 0rem 0rem;
  background: #FFF;
  padding: 5.3rem 3.75rem 0;
  background: #fff;
  margin-top: 9.66rem;
}
.list_join_three .content ul.row {
  margin: 0 -1.25 rem;
}
.list_join_three .content ul.row li {
  padding: 0 1.25rem;
  margin-bottom: 2.5rem;
}
.list_join_three .content ul.row li:hover > div {
  background: #0091DC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_three .content ul.row li:hover > div .name {
  color: #fff;
}
.list_join_three .content ul.row li:hover > div .name::before {
  background: #fff;
}
.list_join_three .content ul.row li:hover > div .text,
.list_join_three .content ul.row li:hover > div .text span {
  color: #fff;
}
.list_join_three .content ul.row li:hover > div::before {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: scale(1);
}
.list_join_three .content ul.row li:hover .more_2 {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_three .content ul.row li > div {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  overflow: hidden;
  box-shadow: 4px 20px 24px 0px rgba(0, 0, 0, 0.04);
  padding: 3.3rem 2rem 2.2rem;
}
.list_join_three .content ul.row li > div .more_2 {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_join_three .content ul.row li > div::before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  right: -0.625rem;
  background: url(../img/38.png) no-repeat;
  background-size: contain;
  width: 60%;
  height: 90%;
  background-position: right bottom;
  transform: scale(0);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform-origin: bottom right;
}
.list_join_three .content ul.row li > div .name {
  color: #000;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
  padding-bottom: 1.125rem;
  position: relative;
  margin-bottom: 1rem;
}
.list_join_three .content ul.row li > div .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #0091DC;
  width: 3rem;
}
.list_join_three .content ul.row li > div .text {
  color: #000;
  line-height: 2rem;
}
.list_join_three .content ul.row li > div .text span {
  color: rgba(0, 0, 0, 0.4);
}
.join_pop_up #staticBackdropLabel {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  color: #0091DC;
}
.join_pop_up .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #0091DC;
  margin-bottom: 0.5rem;
}
.join_pop_up .modal-header {
  padding: 2.375rem 1.25rem;
  text-align: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.join_pop_up .modal-header h5 {
  width: 100%;
}
.join_pop_up .modal-header button {
  font-weight: normal;
  position: absolute;
  top: 50%;
  margin: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 0;
  opacity: 1 !important;
  z-index: 99;
}
.join_pop_up .modal-header button .iconfont {
  font-size: 2rem;
  color: #BABABA;
}
.join_pop_up .modal-header button:hover .iconfont {
  color: #0091DC;
}
.join_pop_up .modal-content .padding {
  padding: 0 3.5625rem;
}
.join_pop_up .text {
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
.join_pop_up .modal-body {
  padding: 2.375rem 0 3.125rem;
}
.join_pop_up strong {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
}
.join_pop_up .modal-content {
  border-radius: 1.125rem;
}
.join_pop_up .modal_end {
  padding: 2.5rem 3.5625rem;
  background: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.join_pop_up .modal_end li img {
  width: 3.125rem;
}
.join_pop_up .modal_end li span:first-of-type {
  font-weight: 700;
  font-size: 1.5rem;
  color: #0091DC;
}
.join_pop_up .modal_end li span:nth-child(2) {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: lowercase;
  color: #0091DC;
}
.join_pop_up .modal_end li img {
  margin-right: 0.625rem;
}
.join_pop_up .modal_end li span:nth-child(4) {
  font-size: 1rem;
  color: #0091DC;
}
.modal-open {
  padding-right: 0 !important;
}
.modal-backdrop.fade.show {
  display: block !important;
}
.list_shou_quan.show_solution .left {
  padding-right: 8rem;
}
.list_shouquan_two .three_container {
  margin-top: 5rem;
}
.list_shouquan_two .swiper-slide .ta {
  position: relative;
}
.list_shouquan_two .swiper-slide .ta::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/39.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 90%;
  background-position: center center;
}
.show_solution.list_shouquan_five .row {
  margin: 0 0 6.25rem;
}
.show_solution.list_shouquan_five .row .left {
  padding: 0 5rem 0 0;
}
.show_solution.list_shouquan_five .row:last-child {
  margin-bottom: 0;
}
.show_solution.list_shouquan_five .row:nth-child(even) .right {
  order: 1;
}
.show_solution.list_shouquan_five .row:nth-child(even) .left {
  order: 2;
  padding: 0 0 0 5rem;
}
.show_solution.list_shouquan_five .row > div {
  padding: 0 0;
}
.show_solution.list_shouquan_five .row > div .text {
  color: #000;
}
.show_solution.list_shouquan_five .row > div .text p {
  position: relative;
  margin-bottom: 0.375rem;
  padding-left: 1rem;
}
.show_solution.list_shouquan_five .row > div .text p::before {
  content: "";
  position: absolute;
  top: 0.675rem;
  left: 0;
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background: #000000;
}
footer {
  background: #16221B;
  padding: 2.88rem 0 4rem;
}
footer .left {
  width: 28.75%;
  float: left;
}
footer .left .tell {
  margin: 1rem 0 0.75rem;
}
footer .left .tell p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  line-height: 1.75rem;
}
footer .left .tell div {
  color: #FFF;
  font-family: Montserrat;
  font-size: 34px;
  font-weight: 700;
  line-height: 2.5rem;
  /* 94.118% */
  text-transform: capitalize;
}
footer .left .logo {
  margin-bottom: 1.63rem;
}
footer .left .logo img {
  height: 1.375rem;
}
footer .left .logo p {
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  color: #fff;
  margin-top: 0.3125rem;
}
footer .left .ul li {
  margin-bottom: 0.675rem;
  display: flex;
  align-items: center;
}
footer .left .ul li div {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-transform: lowercase;
}
footer .left .ul li p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
  text-transform: lowercase;
}
footer .left .ul li p.tel {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}
footer .left .ul li p.email {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 600;
}
footer .left .fenxiang_ul {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
footer .left .fenxiang_ul li {
  margin-right: 0.75rem;
  position: relative;
}
footer .left .fenxiang_ul li .icon {
  width: 2.37569rem;
  height: 2.37044rem;
  background: transparent;
  border: 1px solid #9C9C9C;
  border-radius: 50%;
  text-align: center;
  line-height: 2.37044rem;
  cursor: pointer;
}
footer .left .fenxiang_ul li .icon .iconfont {
  color: #B3B3B3;
  font-size: 1.25rem;
}
footer .left .fenxiang_ul li .img {
  position: absolute;
  top: -8.5rem;
  left: -2.6rem;
  width: 7.5rem;
  height: 7.5rem;
  display: none;
}
footer .left .fenxiang_ul li .img::before {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 0.625rem solid #fff;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
}
footer .left .fenxiang_ul li:hover .img {
  display: block;
}
footer .left .fenxiang_ul li:hover .icon {
  background: #0091DC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
footer .left .fenxiang_ul li:hover .icon .iconfont {
  color: #fff;
}
footer .left2 {
  width: 8.75%;
  float: left;
}
footer .right {
  width: 10%;
  float: right;
  text-align: center;
}
footer .right p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 0.63rem;
}
footer .name {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin-bottom: 0.75rem;
}
footer .text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
footer a.text:hover {
  color: #0091DC;
}
.index_four .mySwiper .swiper-slide-active {
  display: none;
}
.index_six .more {
  line-height: 2.875rem;
  margin-left: 1.25rem;
}
.index_six .over {
  height: 100%;
}
.index_six .over img {
  height: 100%;
  object-fit: cover;
}
.index_six .sum > div {
  display: none;
}
.index_six .sum > div.active {
  display: block;
}
.index_six .sum .row {
  margin: 0 -1.5625rem;
}
.index_six .sum .row > div {
  padding: 0 1.5625rem;
}
.index_six .sum .row > div ul {
  height: 100%;
}
.index_six .sum .row > div ul li {
  height: 33.3%;
}
.index_six .sum .row .left .over {
  display: none;
}
.index_six .sum .row .left .over.active {
  display: block;
}
.index_six .sum .row .right ul li {
  padding: 1.5rem 1.7rem 1.8rem;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
}
.index_six .sum .row .right ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.25rem;
  width: 4px;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #0091DC;
}
.index_six .sum .row .right ul li:hover::before,
.index_six .sum .row .right ul li.active::before {
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_six .sum .row .right ul li:hover .name,
.index_six .sum .row .right ul li.active .name {
  color: #0091DC;
}
.index_six .sum .row .right .name {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
  font-weight: 600;
  margin: 0.5rem 0 0.13rem;
}
.index_six .sum .row .right .text {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375rem;
}
.show_solution .row.mt0 {
  margin-top: 0;
}
.pro_body {
  padding-top: 6.25rem;
}
.list_about .text {
  color: rgba(0, 0, 0, 0.8);
}
.list_about .text p {
  margin-bottom: 2.5rem;
}
.channel_product {
  padding: 3.75rem 0;
}
.channel_product .top {
  background: url(../img/2.png) no-repeat;
  background-size: cover;
  padding: 2.1875rem 4.6875rem 0;
}
.channel_product .top .name {
  color: #FFF;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.75rem;
  line-height: normal;
}
.channel_product .top .left {
  padding-bottom: 3rem;
}
.channel_product .top .text {
  color: #FFF;
  font-size: 1.625rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 0.5625rem 0 1.25rem;
}
.channel_product .bot {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.squera_pro img {
  height: 21.875rem;
  object-fit: contain;
}
.squera_pro:hover a {
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(0, 0, 0, 0.06);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.squera_pro:hover a .name {
  color: #0091DC;
}
.squera_pro:hover a img {
  transform: scale(1.1);
}
.squera_pro >a {
  background: #FFF;
  padding: 1.875rem 1.875rem 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
}
.squera_pro a .content {
  margin-top: 2.375rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.squera_pro .name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  padding: 1.5rem 0 0.75rem;
}
.squera_pro .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5rem;
}
.squera_pro .text p {
  position: relative;
  padding-left: 1.25rem;
}
.squera_pro .text p::before {
  content: "";
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
}
.show_product_one .swiper-container {
  margin-top: 2.5rem;
}
.show_product_one .swiper-container .text {
  margin-top: 1.25rem;
}
.list_service {
  background: url(../img/6.png) no-repeat;
  background-size: cover;
  padding: 8.75rem 0;
}
.list_service .text {
  color: #FFF;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
  margin-top: 2.1875rem;
}
.list_service_two .text {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-top: 0.625rem;
}
.list_service_two .text span {
  color: #0091DC;
}
.list_service_two ul {
  margin: 0 -5rem 0;
}
.list_service_two ul li {
  padding: 0 5rem;
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
}
.list_service_two ul li:last-child {
  border: none;
}
.list_service_two .icon img {
  height: 7.5rem;
}
.list_service_two .ul2 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list_service_two .ul2 li {
  border-right-style: solid;
}
.list_service_two .ul2 .text2 {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  margin-bottom: 5rem;
}
.list_service_two .ul2 .text2 span {
  color: #0091DC;
}
.index_three {
  position: relative;
}
.index_three .sum > div {
  display: none;
}
.index_three .sum > div.active {
  display: block;
}
.index_three::before {
  content: "";
  position: absolute;
  top: 4.3rem;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/48.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: calc(100% - 15rem);
  background-position: center;
}
.index_three .top {
  align-items: center;
}
.index_three .top .right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -0.625rem;
}
.index_three .top .right ul li {
  text-align: center;
  background: #FFF;
  padding: 0 0.625rem;
}
.index_three .top .right ul li:hover a,
.index_three .top .right ul li.active a {
  background: #0091DC;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.index_three .top .right ul li a {
  width: 7.375rem;
  border-radius: 3.4375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 3rem;
}
.index_one ul {
  display: flex;
  flex-wrap: wrap;
}
.index_one ul li {
  width: 50%;
  padding: 5rem 6.25rem;
}
.index_one ul li .text {
  margin: 0.875rem 0 7.1875rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  line-height: 28px;
}
.index_one ul li .more_3 {
  color: #000;
}
.index_one ul li .more_3:hover {
  color: #0091DC;
}
.index_one ul li .more_3:hover .iconfont {
  color: #0091DC;
}
.index_one ul li .more_3 div {
  background: #0091DC;
}
.index_one ul li .more_3 div::before {
  background: #fff;
}
.index_one ul li .more_3 div .iconfont {
  color: #fff;
}
.index_one ul li:nth-child(2),
.index_one ul li:nth-child(3) {
  background: #F1F1F1;
}
.index_one ul li .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li .hover .img {
  height: calc(100% - 1.125rem - 1.125rem);
  padding: 1.125rem 0;
}
.index_one ul li .hover .img img {
  object-fit: contain;
  height: 100%;
  display: block;
}
.index_one ul li .hover .circle {
  width: 0;
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
  background: rgba(0, 147, 220, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
}
.index_one ul li .hover .circle .more_3 {
  justify-content: center;
  margin-top: 1rem;
}
.index_one ul li .hover .circle .more_3:hover .iconfont {
  color: #fff;
}
.index_one ul li .hover .circle .more_3 div {
  background: #fff;
}
.index_one ul li .hover .circle .more_3 div::before {
  background: #0091DC;
}
.index_one ul li .hover .circle .more_3 div .iconfont {
  color: #0091DC;
}
.index_one ul li:hover:nth-child(2) .hover,
.index_one ul li:hover:nth-child(3) .hover {
  background: #F1F1F1;
}
.index_one ul li:hover .hover {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one ul li:hover .hover .circle {
  width: 20.25rem;
  height: 20.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_two {
  padding: 15rem 0;
  background: url(../img/49.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.index_two > img {
  position: absolute;
  bottom: 1rem;
  right: 0;
  height: 7.125rem;
}
.index_two::before {
  content: "";
  position: absolute;
  bottom: 0.125rem;
  left: -11.8125rem;
  width: 68.375rem;
  height: 30.1875rem;
  border-radius: 0px 31.25rem 31.25rem 0px;
  background: rgba(0, 145, 220, 0.9);
  transform: rotate(-36.943deg);
}
.index_two .left {
  padding-right: 8rem;
}
.index_two .text {
  color: #FFF;
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin: 2.5rem 0;
}
.index_two .right ul li {
  width: 50%;
  flex: none;
}
.index_two .right ul li .num span {
  font-size: 5rem;
}
.index_two .right ul li .num sub {
  font-size: 1.875rem;
}
.index_two .right ul li .num,
.index_two .right ul li .num span,
.index_two .right ul li .num sub {
  color: #fff;
}
.index_two .right ul li .text {
  color: #fff;
}
.index_two .right ul li:nth-child(1),
.index_two .right ul li:nth-child(2) {
  padding-bottom: 9.375rem;
}
.three_container .swiper-pagination {
  display: none;
}
.table-responsive {
  margin-top: 3.125rem;
}
.table-responsive tr {
  color: #fff;
}
.table-responsive tr td {
  border: 1px solid rgba(255, 255, 255, 0.452);
  padding: 0.75rem 3rem;
  vertical-align: middle;
}
.table-responsive tr td  a {
  color: #fff !important;
}
.show_product_two {
  color: #fff;
}
