@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;
}
@font-face {
  font-family: "Montserrat";
  src: url(../font/Montserrat-Regular-8.otf);
  font-display: swap;
}
body {
  font-family: "Montserrat", 'sourcehansans';
}
.bg {
  background: #009DE7;
}
.c {
  color: #009DE7;
}
.bg2 {
  background: #014F9A;
}
.c2 {
  color: #014F9A;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* 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;
}
header .container .nav > ul > li:nth-child(3) .er-ul {
  width: 160%;
  left: -30%;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  right: 0;
  top: calc(100% + 1px);
  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: 1rem;
}
.er-ul > li:hover a {
  color: #009DE7;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .container .nav > ul > li:hover .er-ul {
  transform: none;
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.pc_show {
  display: block;
}
.phone_show {
  display: none;
}
.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 14.8125rem;
  width: 100%;
  max-width: 100%;
}
.container.con_r {
  padding-right: 0;
}
.container.con_l {
  padding-left: 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #009DE7;
}
.searchbox {
  border-color: #009DE7;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.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-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;
  top: 60px;
  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: #009DE7;
}
.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: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.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: #009DE7;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 10rem;
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 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;
  }
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 0.375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
header > .img {
  height: 0.375rem;
  line-height: 1;
  position: absolute;
  top: -0.4375rem;
  left: 0;
  width: 100%;
}
header > .img img {
  height: 0.375rem;
}
header .container {
  padding: 0 3.75rem;
  line-height: 5.625rem;
}
header .container .right {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  justify-content: flex-end;
  color: #fff;
}
header .container .right .iconfont {
  font-size: 1.25rem;
}
header .container .right a {
  color: #fff;
}
header .container .right .lanuage a:hover {
  color: #009DE7;
}
header .container .right .lanuage {
  margin-left: 1.875rem;
}
header .container .right .ds {
  cursor: pointer;
}
header .container .left img {
  height: 3.625rem;
}
header .container .nav {
  justify-content: flex-end;
  padding-right: 3.125rem;
}
header .container .nav > ul > li {
  padding: 0 2.0625rem;
  float: left;
  position: relative;
}
header .container .nav > ul > li > a {
  font-weight: 800;
  font-size: 1.25rem;
  color: #fff;
  position: relative;
}
header .container .nav > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .container .nav > ul > li:hover > a,
header .container .nav > ul > li.active > a {
  color: #fff;
}
header .container .nav > ul > li:hover > a::before,
header .container .nav > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header.active,
header:hover,
.show_pro_header header {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-bottom: 1px solid #ddd;
}
header.active .nav > ul > li > a,
header:hover .nav > ul > li > a,
.show_pro_header header .nav > ul > li > a {
  color: #232121;
}
header.active .nav > ul > li:hover > a,
header:hover .nav > ul > li:hover > a,
.show_pro_header header .nav > ul > li:hover > a,
header.active .nav > ul > li.active > a,
header:hover .nav > ul > li.active > a,
.show_pro_header header .nav > ul > li.active > a {
  color: #009DE7;
}
header.active .nav > ul > li:hover > a::before,
header:hover .nav > ul > li:hover > a::before,
.show_pro_header header .nav > ul > li:hover > a::before,
header.active .nav > ul > li.active > a::before,
header:hover .nav > ul > li.active > a::before,
.show_pro_header header .nav > ul > li.active > a::before {
  background: #009DE7;
}
header.active .right .ds .iconfont,
header:hover .right .ds .iconfont,
.show_pro_header header .right .ds .iconfont {
  color: #232121;
}
header.active .right .ds a,
header:hover .right .ds a,
.show_pro_header header .right .ds a {
  color: #232121;
}
header.active .right .lanuage .iconfont,
header:hover .right .lanuage .iconfont,
.show_pro_header header .right .lanuage .iconfont {
  color: #009DE7;
}
header.active .right .lanuage a,
header:hover .right .lanuage a,
.show_pro_header header .right .lanuage a {
  color: #009DE7;
}
.show_pro_header header {
  box-shadow: none;
  border-bottom: 1px solid #E4E4E4;
}
.show_pro_header header.active {
  box-shadow: 0 0 0.625rem #ddd;
}
.banner .scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  cursor: pointer;
}
.banner .scroll img {
  animation: shangxia 2s infinite;
}
@keyframes shangxia {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.banner .scroll img {
  width: 4.875rem;
}
.banner .hover_video {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1000;
}
.banner .hover_video .container,
.banner .hover_video .container .pr {
  height: 100%;
}
.banner .hover_video .iconfont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  opacity: 0;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.404));
}
.banner .hover_video.active .iconfont {
  opacity: 1;
}
.banner .swiper-slide {
  height: 100vh;
}
.banner .swiper-slide .img img {
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
}
@keyframes banner {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.banner .swiper-slide video {
  height: 100vh !important;
  object-fit: cover !important;
}
.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.banner .hover .p1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 5rem;
  /* identical to box height */
  color: #FFFFFF;
}
.banner .hover .p2 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2rem;
  text-transform: uppercase;
  margin-top: 0.875rem;
  color: #FFFFFF;
}
.banner .swiper-pagination {
  position: absolute;
  bottom: 2.375rem;
  right: 0;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  width: auto;
  text-align: right;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.6);
}
.banner .swiper-pagination span {
  padding: 0 0.9375rem;
}
.banner .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  height: 1.375rem;
  padding: 0 1rem;
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0.125rem;
  background: #fff;
  left: 2.25rem;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  padding-right: 3.75rem;
  position: relative;
  color: #ffffff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 2.6875rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner .swiper-button-next {
  right: auto;
  left: 4.875rem;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3rem;
  margin-top: 0;
  bottom: 2rem;
  top: auto;
  z-index: 9991;
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  background: #009DE7;
}
.banner .swiper-button-next .iconfont,
.banner .swiper-button-prev .iconfont {
  font-size: 1.375rem;
  color: #fff;
  display: block;
}
.title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.375rem;
  color: #000000;
}
.en_title {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  color: #009FE9;
}
.text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
}
.text.tr {
  text-align: right;
}
.more {
  color: #014F9A;
  border: 1px solid #014F9A;
  padding: 0 2.375rem;
  font-size: 1rem;
  line-height: 3.125rem;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 5;
  overflow: hidden;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.more.black {
  color: #000;
  border: 1px solid #000000;
}
.more.black:hover {
  border-color: #009DE7;
}
.more.white {
  color: #fff;
  border: 1px solid #fff;
}
.more.white:hover {
  border-color: #014F9A;
}
.more > span {
  display: inline-block;
  /* padding: 1em 0; */
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.more::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding: 1em 0; */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.more:hover {
  background-color: #014F9A;
  color: #fff;
}
.more:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.more:hover > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.more:hover > span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s;
}
.more:hover > span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
.more:hover > span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
  transition-delay: 0.135s;
}
.more:hover > span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.more:hover > span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
.more:hover > span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
.more:hover > span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
  transition-delay: 0.315s;
}
.more:hover > span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.more:hover > span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
  transition-delay: 0.405s;
}
.proys_fr_ul li.last {
  margin-top: 9%;
}
.more:hover > span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.index_one {
  padding-top: 5.3125rem;
}
.index_one .right {
  padding-left: 0;
}
.index_one .left {
  padding-right: 6.875rem;
}
.index_one .left .text {
  margin: 4.375rem 0 3.125rem;
}
.index_one .about_number {
  background: #014F9A;
  padding: 4.0625rem 0;
  width: 62.5%;
  position: relative;
  margin-top: -5.9375rem;
}
.about_number .counter {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 3.75rem;
  color: #FFFFFF;
}
.about_number sup {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  top: -0.9em;
  margin-left: 0.625rem;
  color: #FFFFFF;
}
.about_number .text {
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0.3125rem;
  font-weight: 600;
}
.title_top {
  align-items: center;
}
.index_two {
  padding-top: 6.25rem;
  background: #F7F7F7;
  position: relative;
}
.index_two::before {
  content: "";
  position: absolute;
  top: -8rem;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #F7F7F7;
  z-index: -1;
}
.index_two .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  color: #000000;
}
.index_two .swiper_top1 .text {
  margin: 1.875rem 0 3.4375rem;
}
.index_two .swiper_bot1 .swiper-slide {
  cursor: pointer;
}
.index_two .swiper_bot1 .text {
  text-align: center;
  color: #000000;
  margin-top: 1.25rem;
}
.index_two .swiper_bot1 .icon img {
  margin: 0 auto;
  height: 3.75rem;
}
.index_two .swiper_bot1 .icon img:nth-child(1) {
  display: block;
}
.index_two .swiper_bot1 .icon img:nth-child(2) {
  display: none;
}
.index_two .swiper_bot1 .swiper-slide-thumb-active {
  background: #009DE7;
}
.index_two .swiper_bot1 .swiper-slide-thumb-active .icon img:nth-child(2) {
  display: block;
}
.index_two .swiper_bot1 .swiper-slide-thumb-active .icon img:nth-child(1) {
  display: none;
}
.index_two .swiper_bot1 .swiper-slide-thumb-active .text {
  color: #fff;
}
.index_two .swiper_top1 {
  background: #fff;
}
.index_two .swiper_top1 .left {
  width: 66.5%;
}
.index_two .swiper_top1 .right {
  float: right;
  width: 33.5%;
  padding-left: 4.25rem;
  padding-bottom: 6.25rem;
}
.index_two .swiper_top1 .con_l {
  align-items: center;
  display: flex;
}
.index_two .swiper_top1 .text {
  height: 5.625rem;
}
.index_two .swiper_bot1 {
  position: relative;
  background: #fff;
  margin-top: -6.6875rem;
}
.index_two .swiper_bot1 .swiper-slide {
  padding: 3.4375rem 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  text-align: center;
}
.index_two .right_en {
  position: absolute;
  top: 0;
  right: 0;
}
.index_two .svg-gong {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  padding-right: 3.4375rem;
}
.index_two .svg-gong svg {
  opacity: 0.2;
  width: 4.65rem;
}
.index_two .svg-gong::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.25rem;
  height: 0;
  background: #014F9A;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
  opacity: 1;
}
.index_two .xtzs-svg path {
  stroke-dasharray: 680;
  stroke-dashoffset: 680;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.index_two.active .xtzs-svg path {
  stroke-dashoffset: 0;
  -webkit-transition: all 4s;
  -o-transition: all 4s;
  -moz-transition: all 4s;
  transition: all 4s;
}
.index_two.active .svg-gong::before {
  height: 100%;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.index_three {
  padding: 6.25rem 0 4rem;
  background: #F7F7F7;
}
.index_three .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 5.1rem);
  background: rgba(0, 0, 0, 0.3);
}
.index_three .padding {
  padding: 0 26.6875rem;
}
.index_three .padding .swiper-container {
  overflow: visible;
}
.index_three .padding .name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.index_three .padding .text {
  color: #FFFFFF;
  margin: 0.3125rem 0;
}
.index_three .padding .content {
  padding: 1.75rem 2.375rem 1.875rem;
  background: #014F9A;
}
.index_three .padding .hover {
  padding: 0 8.125rem;
  position: relative;
  margin-top: -4.75rem;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .padding .swiper-slide-active .hover {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_three .padding .swiper-slide-active::before {
  background: transparent;
}
.index_three .swiper-button-prev {
  left: -5.5rem;
}
.index_three .swiper-button-next {
  right: -5.5rem;
}
.more_a {
  font-size: 1rem;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.more_a.cf {
  color: #fff;
}
.more_a .iconfont {
  margin-left: 0.25rem;
  display: block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1rem;
}
.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;
}
.jiantou {
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}
.jiantou .iconfont {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #014F9A;
}
.jiantou:hover {
  background: #014F9A;
}
.jiantou:hover .iconfont {
  color: #fff;
}
.index_four {
  padding: 6.875rem 0 0;
}
.index_four .top {
  background: #F7F7F7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .top:hover {
  box-shadow: 0 0 1rem #ddd;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four .top:hover img {
  transform: scale(1.1);
}
.index_four .top .left {
  padding: 0 2.8125rem 0 3.5rem;
  height: auto;
}
.index_four .top .row {
  align-items: center;
}
.index_four .top .name {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.6875rem;
  color: #014F9A;
  border-bottom: 1px solid #DBDBDB;
  position: relative;
}
.index_four .top .name span {
  position: relative;
  padding-bottom: 1rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_four .top .name span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 1px;
  background: #014F9A;
}
.index_four .top .text {
  margin-top: 1.5625rem;
  height: 7rem;
  margin: 1.5625rem 0 2.8125rem;
}
.index_four .bot {
  background: #F7F7F7;
  padding-bottom: 5.5rem;
}
.index_four .bot .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: rgba(0, 0, 0, 0.9);
  margin: 1.25rem 0 0.4375rem;
}
.index_four .bot .pr {
  background: #fff;
  padding: 4.25rem 6.75rem 3.75rem;
}
.index_four .bot .swiper-button-prev,
.index_four .bot .swiper-button-next {
  border: 1px solid #000;
}
.index_four .bot .swiper-button-prev .iconfont,
.index_four .bot .swiper-button-next .iconfont {
  color: #000;
}
.index_four .bot .swiper-button-prev:hover,
.index_four .bot .swiper-button-next:hover {
  border-color: #fff;
}
.index_four .bot .swiper-button-prev:hover .iconfont,
.index_four .bot .swiper-button-next:hover .iconfont {
  color: #fff;
}
.index_four .bot .swiper-button-prev {
  left: 1.75rem;
}
.index_four .bot .swiper-button-next {
  right: 1.75rem;
}
.index_four .bot .swiper-container {
  padding-bottom: 3.4375rem;
}
.index_four .bot .swiper-slide:hover .name {
  color: #014F9A;
}
.index_four .bot .swiper-slide:hover img {
  transform: scale(1.1);
}
.swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #009DE7;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}
.index_five {
  border-top: 0.375rem solid #014F9A;
  padding: 6.875rem 0 4rem;
  background: #F2F8FE;
}
.index_five .content {
  padding: 2.875rem 2.6875rem 3.5rem;
  background: #fff;
}
.index_five::before {
  content: "";
  position: absolute;
  top: 7.8125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 62%;
  background: url(../img/8.png) no-repeat;
  background-size: contain;
  height: 60%;
}
.index_five .name {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 1.125rem;
  margin-bottom: 0.875rem;
  border-bottom: 1px solid #E7E7E7;
}
.index_five .text {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #666666;
}
.index_five .left > a {
  height: 100%;
  background: #fff;
}
.index_five .left:hover > a:hover,
.index_five .center > a .content:hover {
  box-shadow: 0 0 0.625rem #ddd;
}
.index_five .right1 > a {
  position: relative;
}
.index_five .right1 > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #009DE7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .right1 > a:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .right1 > a:hover .name {
  color: #009DE7;
}
.index_five .left:hover .name::before,
.index_five .center > a:hover .name::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .left:hover .name,
.index_five .center > a:hover .name {
  color: #009DE7;
}
.index_five .left:hover img,
.index_five .center > a:hover img {
  transform: scale(1.1);
}
.index_five .left .name::before,
.index_five .center > a .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #009DE7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_five .data {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #C7C7C7;
  margin-top: 2.1875rem;
}
.index_five .center > a {
  height: 50%;
}
.index_five .center > a .content {
  height: calc(100% - 0.9375rem);
}
.index_five .center > a:nth-child(1) .content {
  margin-bottom: 0.9375rem;
}
.index_five .center > a:nth-child(2) .content {
  margin-top: 0.9375rem;
}
.index_five .center > a:first-child {
  margin-top: 0;
}
.index_five .center > a:last-child {
  margin-bottom: 0;
}
.index_five .right1 > a {
  height: 33.3%;
  border-bottom: 1px solid #E7E7E7;
}
.index_five .right1 > a .content {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.index_five .right1 > a .content .data {
  margin-top: 1.5rem;
}
.index_five .right1 > a .content .name {
  border-bottom: none;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
}
footer {
  background: #2D3333;
  padding: 6.125rem 0 4.1875rem;
}
footer .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
footer .text {
  line-height: 2rem;
  color: #FFFFFF;
}
footer .text.mo {
  text-decoration: underline;
}
footer .text:hover {
  color: #009DE7;
}
footer .left:nth-child(1),
footer .left:nth-child(3),
footer .left:nth-child(4),
footer .left:nth-child(5),
footer .left:nth-child(6) {
  width: 9.23%;
}
footer .left:nth-child(2) {
  width: 15.1%;
}
footer .right {
  width: 23.5%;
  padding-left: 1.875rem;
}
footer .right ul li {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .right ul li div:nth-child(2) {
  width: calc(100% - 2.5rem);
  padding-left: 0.625rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
footer .right ul li .icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
footer .right ul li .icon .iconfont {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}
footer .right .time {
  font-size: 1rem;
  line-height: 1.625rem;
  color: rgba(255, 255, 255, 0.6);
}
footer .right2 {
  width: 15.25%;
  text-align: right;
}
footer .right2 > div {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  margin-top: 0.875rem;
  line-height: 1.625rem;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.6);
}
footer .right2 > div p {
  margin-top: 0.875rem;
}
.beian {
  background: #252A2A;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.875rem 0;
  font-size: 1rem;
  line-height: 1.25rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.beian a,
.beian .text {
  color: #fff;
}
.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  margin-bottom: 1.25rem;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.rightfix li {
  position: relative;
  background: #fff;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #009DE7;
}
.rightfix li:hover .iconfont {
  background: #014F9A;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.bgf7 {
  background: #F8F8F8;
}
.nyban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.nyban .hover .p1 {
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4.5rem;
  color: #FFFFFF;
}
.nyban .hover .p2 {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0.9375rem;
}
.bread {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  width: 100%;
}
.bread .text {
  color: #FFFFFF;
}
.bread .text a {
  color: #fff;
}
.bread .text span:last-child {
  display: none;
}
.bread .text a:hover {
  color: #009DE7;
}
.nyerji {
  line-height: 5.625rem;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nyerji ul li.active {
  background: #009DE7;
}
.nyerji ul li.active a {
  color: #fff;
}
.nyerji ul li.active a:hover {
  color: #fff;
}
.nyerji ul li:hover a {
  color: #009DE7;
}
.nyerji ul li a {
  padding: 0 2.5rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
}
.p10080 {
  padding: 6.25rem 0 5rem;
}
.p10080.pb0 {
  padding-bottom: 0;
}
.p10080.pt0 {
  padding-top: 0;
}
.list_about_one .text.wow {
  margin: 4.0625rem 0 2.8125rem;
}
.list_about_one .hover {
  position: absolute;
  top: 0;
  right: 0;
  background: #014F9A;
  padding: 0 3.75rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.list_about_one .hover ul li {
  width: 12.5rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 2.0625rem 0;
}
.list_about_one .hover ul li:last-child {
  border-bottom: none;
}
.list_about_one .hover ul li .text {
  color: #FFFFFF;
}
.list_about_one .hover ul li .number {
  line-height: 1;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
}
.list_about_one .hover ul li .number span {
  font-weight: 700;
  font-size: 2.875rem;
  color: #FFFFFF;
}
.list_about_one .hover ul li .number sub,
.list_about_one .hover ul li .number sup {
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #FFFFFF;
}
.list_about_one .hover ul li .number sub {
  bottom: auto;
  top: -1.25rem;
  left: 0.3125rem;
  font-weight: 600;
}
.list_about_one .hover ul li .number sup {
  top: auto;
  bottom: 0;
  left: -0.4375rem;
}
.nyerji_about.nyerji {
  position: sticky;
  top: 6.125rem;
  left: 0;
  z-index: 998;
}
body {
  overflow: visible;
}
.p_top {
  position: absolute;
  top: -6.125rem;
}
.p_top_about {
  position: absolute;
  top: calc(-6rem - 5.625rem);
}
.list_about_two {
  padding-bottom: 11.875rem;
}
.list_about_two .name {
  color: #014F9A;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6.25rem;
}
.list_about_two .name p:nth-child(1) {
  margin-right: 15rem;
}
.list_about_two .name p:nth-child(2) {
  margin-left: 15rem;
}
.list_about_three .top {
  padding-top: 26.5625rem;
  padding-bottom: 4.75rem;
}
.list_about_three .top div {
  color: #fff;
}
.list_about_three .bot .swiper-button-prev {
  left: 9.6875rem;
  background: #014F9A;
}
.list_about_three .bot .swiper-button-prev .iconfont {
  color: #fff;
}
.list_about_three .bot .swiper-button-next {
  right: 9.6875rem;
  background: #014F9A;
}
.list_about_three .bot .swiper-button-next .iconfont {
  color: #fff;
}
.list_about_three .bot .jiantou:hover {
  background: #009DE7;
}
.list_about_three .bot .swiper-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 4.25rem;
  background: url(../img/17.png) no-repeat;
  background-size: cover;
}
.list_about_three .bot .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000000;
}
.list_about_three .bot .text {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0.1875rem 0;
}
.list_about_three .bot p {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #009FE9;
}
.list_about_three .bot .swiper-slide {
  display: flex;
  height: 7.75rem;
}
.list_about_three .bot .swiper-slide .left {
  width: calc(100% - 7.75rem);
  padding: 0.875rem 1.25rem 1.25rem;
  background: #fff;
}
.list_about_three .bot .swiper-slide .right {
  width: 7.75rem;
}
.list_about_three .bot .swiper-slide:nth-child(odd) {
  text-align: right;
}
.list_about_three .bot .swiper-slide:nth-child(odd) .text {
  text-align: right;
}
.list_about_three .bot .swiper-slide:nth-child(even) {
  text-align: left;
  margin-top: 17.375rem;
}
.list_about_three .bot .swiper-slide:nth-child(even) .right {
  padding: 0;
  order: 1;
}
.list_about_three .bot .swiper-slide:nth-child(even) .left {
  order: 2;
}
.list_about_four {
  position: relative;
}
.list_about_four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 12rem);
  background: url(../img/14.jpg) no-repeat;
  background-size: cover;
}
.list_about_four .left {
  padding-top: 1.875rem;
}
.list_about_four .title,
.list_about_four .en_title {
  color: #fff;
}
.list_about_four .name {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: 0.875rem;
}
.list_about_four .text {
  padding-right: 18.75rem;
  font-weight: 400;
  margin: 3.75rem 0 2.5rem;
  color: #FFFFFF;
}
.list_about_four .swiper-slide > .img {
  border: 1px solid #ddd;
}
.list_about_four .swiper-container {
  padding-bottom: 3.125rem;
}
.list_about_four .swiper-pagination-bullet {
  background: rgba(136, 136, 136, 0.5);
}
.list_about_four .swiper-pagination-bullet-active {
  background: #009DE7;
}
.flex_left_right li {
  margin-bottom: 5rem;
}
.flex_left_right li .en_title p:nth-child(1) span {
  background: #F1F2F6;
}
.flex_left_right li::before {
  background: #fff;
}
.flex_left_right li:nth-child(even) {
  background: #fff;
}
.flex_left_right li:nth-child(even) .en_title p:nth-child(1) span {
  background: #fff;
}
.flex_left_right li .row {
  align-items: center;
}
.flex_left_right li .right > div,
.flex_left_right li .right > div .over {
  border-radius: 0.5rem;
}
.flex_left_right li .right > div {
  overflow: hidden !important;
  flex-grow: 1 !important;
  width: 100% !important;
  position: relative;
}
.flex_left_right li .right > div::before,
.flex_left_right li .right > div::after {
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.flex_left_right li .right > div::before {
  background-color: #f1f3f6;
  transition: 0.5s ease-in-out 0s;
  z-index: 2;
}
.flex_left_right li .right > div::after {
  z-index: 1;
  background-color: #eff0f0;
  transition: 0.5s ease-in-out 0.1s;
  opacity: 0.8;
}
.flex_left_right li .right.active > div::before,
.flex_left_right li .right.active > div::after {
  left: 100%;
}
.flex_left_right .name,
.show_title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.125rem;
  position: relative;
  padding-bottom: 1.25rem;
  color: #000000;
}
.flex_left_right .name::before,
.show_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.1875rem;
  height: 0.25rem;
  background: #009DE7;
}
.show_title {
  padding-bottom: 0.625rem;
}
.show_title::before {
  left: 50%;
  transform: translateX(-50%);
}
.flex_left_right .text {
  margin: 2.5rem 0;
  color: #000000;
}
.flex_left_right li {
  align-items: center;
}
.flex_left_right .right {
  padding-right: 2.6875rem;
}
.flex_left_right .left {
  padding-left: 2.8125rem;
}
.flex_left_right .logos {
  display: flex;
  flex-wrap: wrap;
}
.flex_left_right .logos > div {
  margin-bottom: 1.875rem;
  margin-right: 3.75rem;
}
.flex_left_right .logos .text {
  margin: 1.25rem 0 0;
}
.flex_left_right li:nth-child(even) .left {
  order: 1;
  padding-left: 15px;
  padding-right: 2.8125rem;
}
.flex_left_right li:nth-child(even) .right {
  order: 2;
  padding-right: 15px;
  padding-left: 2.6875rem;
}
.list_solution .flex_left_right .text {
  margin: 2.1875rem 0 2.5rem;
}
.list_solution .flex_left_right li {
  margin: 0 0 3.75rem 0;
  background: #F7F7F7;
}
.list_solution .flex_left_right li .left {
  padding: 0 1.875rem 0 3.75rem;
}
.list_solution .flex_left_right li .right {
  padding: 0 0 0 1.875rem;
}
.list_solution .flex_left_right li:nth-child(even) .left {
  order: 2;
  padding: 0 3.75rem 0 1.875rem;
}
.list_solution .flex_left_right li:nth-child(even) .right {
  order: 1;
  padding: 0 1.875rem 0 0;
}
.list_honor {
  position: relative;
}
.list_honor .name {
  font-weight: 400;
  font-size: 1rem;
  margin-top: 0.875rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  text-align: center;
}
.list_honor .swiper-container {
  padding-bottom: 3.125rem;
}
.list_honor .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.list_honor .swiper-pagination-bullet-active {
  background: #ffffff;
}
.list_honor::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16.75rem;
  background: #014F9A;
  z-index: -1;
}
.list_honor .jiantou {
  background: #014F9A;
  top: calc(50% - 3rem);
}
.list_honor .jiantou .iconfont {
  color: #fff;
}
.list_honor .swiper-button-prev {
  left: -6.875rem;
}
.list_honor .swiper-button-next {
  right: -6.875rem;
}
.list_honor_two .name {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 1rem;
  text-align: center;
}
.list_honor_two .padding {
  padding: 0.625rem 1rem;
  border: 1px solid #E4E4E4;
}
.list_honor_two .ul1 li {
  margin-bottom: 3.75rem;
}
.list_honor_two .ul1 li:hover .name {
  color: #014F9A;
}
.list_honor_two .ul1 li:hover .padding {
  border-color: #014F9A;
}
.show_solution .text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  /* or 167% */
  color: rgba(0, 0, 0, 0.8);
}
.about_case .swiper-container {
  padding-bottom: 4.0625rem;
}
.about_case .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.9);
}
.about_case .content {
  padding: 1.5rem 1.875rem 2.5rem;
  background: #fff;
}
.about_case .text {
  color: rgba(0, 0, 0, 0.6);
}
.about_case .swiper-slide:hover .content {
  background: #014F9A;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_case .swiper-slide:hover .content .name,
.about_case .swiper-slide:hover .content .text {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.about_case .swiper-slide:hover img {
  transform: scale(1.1);
}
.list_case .left {
  position: sticky;
  top: 6.875rem;
  height: 100%;
}
.list_case .left ul {
  position: relative;
}
.list_case .left ul::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  height: calc(100% - 2.5rem);
  background: #DBDBDB;
  width: 0.125rem;
  left: -1px;
}
.list_case .left ul li {
  line-height: 2.125rem;
  padding-left: 2.4375rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.list_case .left ul li a {
  font-size: 1.5rem;
  color: #333333;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case .left ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 2px solid #DBDBDB;
  border-radius: 50%;
  width: 1.125rem;
  height: 1.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  left: -0.5625rem;
}
.list_case .left ul li.active::before,
.list_case .left ul li:hover::before {
  width: 1.25rem;
  height: 1.25rem;
  background: #009DE7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #009DE7;
  left: -0.625rem;
}
.list_case .left ul li.active a,
.list_case .left ul li:hover a {
  font-size: 2.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #009DE7;
}
.list_case .right .ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DBDBDB;
  padding: 2.5rem 0;
  position: relative;
}
.list_case .right .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #009DE7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case .right .ul li:hover::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_case .right .ul li:hover img {
  transform: scale(1.1);
}
.list_case .right .ul li:hover .right1 .name {
  color: #009DE7;
}
.list_case .right .ul li .left1 {
  width: 25rem;
}
.list_case .right .ul li:first-child {
  padding-top: 0;
}
.list_case .right .ul li .right1 {
  width: calc(100% - 25rem);
  padding-left: 2.625rem;
}
.list_case .right .ul li .right1 .name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #333333;
}
.list_case .right .ul li .right1 .text {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.6875rem;
}
.show_case .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.show_case .text p {
  margin-bottom: 1.25rem;
  white-space: normal;
}
.show_case .text p:last-child {
  margin-bottom: 0;
}
.show_case .row {
  align-items: center;
}
.show_case .row .right {
  padding-left: 1.25rem;
}
.show_case .row .left {
  padding-right: 1.25rem;
}
.case_text {
  color: rgba(0, 0, 0, 0.6);
}
.case_text.line2 {
  height: 3.5rem;
}
.case_text p {
  display: flex;
  align-items: flex-start;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case_text p span {
  display: inline !important;
}
.case_text p span {
  display: inline-block;
}
.show_case_two ul li {
  margin-bottom: 1.875rem;
}
.list_news .swiper-slide {
  background: #fff;
}
.list_news .swiper-slide:hover img {
  transform: scale(1.1);
}
.list_news .swiper-slide:hover .name {
  color: #014F9A;
}
.list_news .data {
  display: flex;
  line-height: 1;
  align-items: flex-end;
}
.list_news .data div {
  font-weight: 400;
  font-size: 3.125rem;
  color: #014F9A;
  text-transform: uppercase;
}
.list_news .data p {
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding-left: 0.25rem;
  margin-left: 0.25rem;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 0.5rem;
}
.list_news .name {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.8);
}
.list_news .name .line1 {
  height: 2rem;
}
.list_news .text {
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: justify;
  color: rgba(0, 0, 0, 0.5);
  height: 3.25rem;
}
.list_news .swiper-container .right {
  padding: 0 3.4375rem;
}
.list_news .swiper-container .name {
  padding: 2.1875rem 0 0.9375rem;
  font-weight: 600;
}
.list_news .swiper-container .text {
  margin: 0 0 3.125rem;
}
.list_news .swiper-container .flex {
  align-items: center;
}
.list_news .more_a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  display: flex;
  align-items: center;
}
.list_news .more_a .iconfont {
  display: inline-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-weight: 600;
}
.list_news .more_a:hover {
  color: #395F8E;
}
.list_news .more_a:hover .iconfont {
  transform: translateX(10px);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .swiper-pagination {
  bottom: 0;
}
.list_news .swiper-container {
  padding-bottom: 3.4375rem;
}
.list_news .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #D9D9D9;
  opacity: 1;
}
.list_news .swiper-pagination-bullet-active {
  background: #009DE7;
}
.list_news .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375rem;
}
.list_news .bot {
  margin-top: 4.375rem;
}
.list_news .ul li {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  justify-content: space-between;
  padding: 2.5rem 4.6875rem 2.5rem 3rem;
  margin-bottom: 2.5rem;
  background: #F8F8F8;
}
.list_news .ul li .text {
  margin: 1.125rem 0 0;
}
.list_news .ul li:hover {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_news .ul li:hover img {
  transform: scale(1.1);
}
.list_news .ul li .name {
  font-weight: 600;
}
.list_news .ul li:hover .name {
  color: #014F9A;
}
.list_news .ul li .left {
  width: 10%;
  text-align: center;
  padding-right: 1rem;
}
.list_news .ul li .left .data div {
  color: rgba(0, 0, 0, 0.5);
}
.list_news .ul li .center {
  width: 21%;
}
.list_news .ul li .right {
  width: 69%;
  padding-left: 2.625rem;
}
.show_news .left .name {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  color: rgba(0, 0, 0, 0.9);
}
.show_news .left .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}
.show_news .left a.text:hover {
  color: #395F8E;
}
.show_news .left .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;
}
.show_news .left .data {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #999999;
  margin: 2.1875rem 0 2.125rem;
}
.show_news .left .data .fenxiang {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
}
.show_news .left .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 .left .data .social-share li a {
  font-size: 1rem;
}
.show_news .left .data .social-share li a:hover {
  color: #fff !important;
}
.show_news .left .data .social-share li:last-child {
  margin-right: 0;
}
.show_news .left .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 {
  font-size: 1rem;
}
.show_news .shangxia a {
  color: rgba(0, 0, 0, 0.7);
}
.show_news .shangxia span {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3rem;
  border: 1px solid #C3C3C3;
}
.show_news .shangxia span .iconfont {
  display: block;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.7);
}
.show_news .shangxia a:hover {
  color: #014F9A;
}
.show_news .shangxia a:hover span {
  background: #014F9A;
}
.show_news .shangxia a:hover span .iconfont {
  color: #fff;
}
.show_class.show_news .show_title {
  margin-bottom: 2.5rem;
}
.show_class.show_news .top {
  border-bottom: 1px solid #DBDBDB;
}
.show_class.show_news .content {
  padding: 3.125rem 0 0;
}
.show_class.show_news .content .list {
  padding: 6.875rem 0;
}
.show_class.show_news .content .list:first-of-type {
  padding-top: 0;
}
.show_class.show_news .shangxia {
  border-top: 1px solid #DBDBDB;
  padding-top: 2rem;
}
.list_class .ul {
  margin: 0 -1.875rem;
}
.list_class .ul li {
  padding: 0 1.875rem;
  margin-bottom: 2.5rem;
}
.list_class .ul li .padding {
  position: relative;
  z-index: 1;
}
.list_class .ul li .padding::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 5.375rem);
  background: #fff;
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}
.list_class .ul li:hover .padding::before {
  background: #009DE7;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_class .ul li:hover a {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_class .ul li:hover .padding .name,
.list_class .ul li:hover .text {
  color: #fff;
}
.list_class .ul li:hover img {
  transform: scale(1.1);
}
.list_class .ul li > .padding {
  padding: 0 2.1875rem 2.5rem;
}
.list_class .ul li > .padding .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #333333;
  margin: 2.125rem 0 1.125rem;
}
.list_contact .right {
  background: #014F9A;
  display: flex;
  align-items: center;
  padding: 0 1.5rem 0 2.5rem;
  position: relative;
  z-index: 2;
}
.list_contact .right .ewm {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #FFFFFF;
}
.list_contact .right .ewm img {
  width: 5.75rem;
  height: 5.75rem;
}
.list_contact .right .ewm > div {
  margin-right: 1.25rem;
}
.list_contact .right .ewm p {
  margin-top: 0.625rem;
}
.list_contact .right .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  /* identical to box height */
  margin-top: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1.5625rem;
  color: #FFFFFF;
}
.list_contact .right::before {
  content: "";
  position: absolute;
  top: 1.125rem;
  left: 0;
  width: 100%;
  padding: 0 1.25rem;
  background: url(../img/24.svg) no-repeat;
  background-size: contain;
  height: 10rem;
  z-index: -1;
  background-position: center;
  opacity: 0.06;
}
.list_contact .right ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  /* identical to box height, or 250% */
  margin-bottom: 1.25rem;
   /*text-transform: uppercase;*/
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #FFFFFF;
}
.list_contact .right ul li > div:nth-child(1) {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5rem;
  background: #009DE7;
}
.list_contact .right ul li > div:nth-child(1) .iconfont {
  color: #fff;
  font-size: 1.125rem;
}
.list_contact .right ul li > div:nth-child(2) {
  width: calc(100% - 2.5rem);
  padding-left: 0.5625rem;
  padding-top: 0.625rem;
}
.list_contact .flex {
  align-items: inherit;
}
.list_contact .flex .left {
  width: 70%;
}
.list_contact .flex .right {
  width: 30%;
}
.list_message input {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 3.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.list_message textarea {
  font-size: 1rem;
  line-height: 1.875rem;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 13.9375rem;
  display: block;
  padding: 0.625rem 1.25rem;
  width: 100%;
}
.list_message .more {
  color: #fff;
}
.list_message .more:hover {
  background: #009DE7;
  border-color: #009DE7;
}
.list_join .ul li {
  padding: 2.5rem 2.5rem;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  cursor: pointer;
}
.list_join .ul li .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #005BAC;
}
.list_join .ul li .text {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 0.625rem;
}
.list_join .ul li .row {
  align-items: center;
}
.list_join .ul li:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-color: #014F9A;
}
.join_pop_up #staticBackdropLabel {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  color: #005BAC;
}
.join_pop_up .name {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: #014F9A;
}
.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: #014F9A;
}
.join_pop_up .modal-content .padding {
  padding: 0 3.5625rem;
}
.join_pop_up .text {
  color: rgba(0, 0, 0, 0.6);
}
.join_pop_up .modal-body {
  padding: 2.375rem 0 3.125rem;
}
.join_pop_up .modal_end {
  padding: 2.5rem 0;
  background: #F7F7F7;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.join_pop_up .modal_end ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.join_pop_up .modal_end li {
  padding: 0 2.25rem;
}
.join_pop_up .modal_end li img {
  width: 3.125rem;
}
.join_pop_up .modal_end li a {
  display: flex;
  align-items: center;
}
.join_pop_up .modal_end li span:first-of-type {
  font-weight: 700;
  font-size: 1.125rem;
  color: #005BAC;
}
.join_pop_up .modal_end li span:nth-child(3) {
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: lowercase;
  color: #005BAC;
}
.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: #005BAC;
}
.modal-open {
  padding-right: 0 !important;
}
.list_join_two .swiper-container,
.list_join_three .swiper-container {
  padding-bottom: 3.75rem;
}
.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: #014F9A !important;
  color: #014F9A;
}
.pagination .active span:hover {
  background-color: #fff;
  color: #014F9A !important;
}
.pagination li a:hover {
  background-color: #fff;
  border-color: #014F9A !important;
  color: #014F9A !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: #014F9A !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;
}
.modal-backdrop.show {
  display: block !important;
}

.right_div_phone{
  min-width:200px;
}