@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;
}

.fix_ul li:first-child>.right_div {
  right: 4.375rem;
  line-height: 4.25rem;
  min-width: 8.75rem;
}

body {
  --header_h: 6.25rem;
  --container: 15rem;
  outline: none;
  font-weight: 500;
  --container-left: 15rem;
}

.p_top {
  position: absolute;
  top: -6.25rem;
}

.bgf7 {
  background: #ecf4ff;
}

.bg {
  background: #054072;
}

.c {
  color: #054072;
}

.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: #054072 !important;
  color: #054072;
}

.pagination .active span:hover {
  background-color: #fff;
  color: #054072 !important;
}

.pagination li a:hover {
  background-color: #fff;
  border-color: #054072 !important;
  color: #054072 !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: #054072 !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;
}

.foot-fot.white {
  background: #fff;
}

.foot-fot.white .m-bm-nav>li>a,
.foot-fot.white .m-bm-nav .aniut i {
  color: rgba(0, 0, 0, 0.7);
}

.foot-fot.white .m-bm-nav>li .sec a {
  color: rgba(0, 0, 0, 0.6);
}

.foot-fot.white .m-bm-nav>li .sec {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.foot-fot.white .m-bm-nav>li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  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;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  box-shadow: none;
}

header .center>ul>li:nth-child(3) .er-ul {
  width: 130%;
  left: -15%;
}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}

.er-ul>li:hover a {
  color: #054072;
}

.er-ul>li:nth-child(1) {
  padding-top: 0.625rem;
}

.er-ul>li:last-child {
  padding-bottom: 0.625rem;
}

header .center>ul>li:hover .er-ul {
  transform: none;
  opacity: 1;
}

.logo_phone img {
  width: 7.5rem;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

@media (max-width: 1600px) {
  body {
    --container-left: 10rem;
    --container: 10rem;
  }
}

@media (max-width: 1440px) {
  body {
    --container-left: 8rem;
    --container: 8rem;
  }
}

@media (max-width: 1280px) {
  body {
    --container-left: 6rem;
    --container: 6rem;
  }
}

@media (max-width: 990px) {
  body {
    --container-left: 15px;
    --container: 15px;
  }
}

.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}

.container.container_l {
  padding: 0 0 0 var(--container);
}

.container.container_r {
  padding: 0 var(--container) 0 0;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.ds1 {
  cursor: pointer;
}

.ds1 .iconfont {
  display: block;
}

.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.5rem;
  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.5rem;
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 1rem;
}

.serbtn {
  background: #054072;
}

.searchbox {
  border-color: #054072;
}

@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: 1000;
  left: 0;
  right: 0;
  background: #000;
}

.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}

.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}

.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.m-bm-nav>li>a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 4%;
  font-weight: 600;
}

.m-bm-nav>li>a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}

.m-bm-nav>li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav>li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}

.m-bm-nav>li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.m-bm-head.white .m-bm-nav>li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav>li>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}

.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}

.ajhhsd a {
  color: #777;
}

.ajhhsd a:hover {
  color: #054072;
}

.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: #054072;
  font: 500 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}

.list_website ul li:first-child {
  padding-top: 0;
}

.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}

@media (max-width: 1600px) {

  body,
  html {
    font-size: calc(100vw / 110);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1440px) {

  body,
  html {
    font-size: calc(100vw / 100);
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 1366px) {

  body,
  html {
    font-size: calc(100vw / 95);
  }
}

@media (max-width: 1280px) {

  body,
  html {
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 990px) {

  body,
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 var(--container);
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}

header.active {
  animation: sticky 0.65s;
}

header.active,
header:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
  background: #fff;
  --color: #717F86;
}

header.active .logo img:nth-child(2),
header:hover .logo img:nth-child(2) {
  display: inline-block;
}

header.active .logo img:nth-child(1),
header:hover .logo img:nth-child(1) {
  display: none;
}

header.active .center>ul>li.active>a,
header:hover .center>ul>li.active>a,
header.active .center>ul>li:hover>a,
header:hover .center>ul>li:hover>a {
  color: #054072;
}

header.active .center>ul>li.active>a::before,
header:hover .center>ul>li.active>a::before,
header.active .center>ul>li:hover>a::before,
header:hover .center>ul>li:hover>a::before {
  background: #054072;
}

header.active .ds .iconfont,
header:hover .ds .iconfont {
  --color: #717F86;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

header {
  position: fixed;
  line-height: 6.25rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  --color: #fff;
}

header .logo img {
  height: 4rem;
}

header .logo img:nth-child(2) {
  display: none;
}

header .ds1 {
  margin-left: 1.875rem;
}

header .ds1 .iconfont {
  font-size: 1.5rem;
  color: var(--color);
  font-weight: 600;
  cursor: pointer;
}

header .ds1:hover .iconfont {
  color: #054072;
}

header .center>ul>li {
  float: left;
  padding: 0 2rem;
}

header .center>ul>li>a {
  color: var(--color);
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

header .center>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: 1.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--color);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .center>ul>li:hover>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

header .center>ul>li.active>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

@-webkit-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes banscaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }

  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.banner .hover .p1 {
  color: #FFF;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4rem;
}

.banner .hover .p2 {
  color: #FFF;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin-top: 1rem;
}

.banner .swiper-slide .img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  animation-name: banscaleDraw;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}

.banner .hover_pag {
  position: absolute;
  bottom: 2.5rem;
  right: var(--container-left);
  z-index: 10;
  display: flex;
  align-items: center;
}

.banner .swiper-pagination {
  width: auto;
  margin: 0 1.25rem;
  position: static;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: Montserrat;
  text-transform: uppercase;
}

.banner .swiper-pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.6);
  width: 1.75rem;
  text-align: center;
  display: inline-block;
}

.banner .swiper-pagination .swiper-pagination-current {
  width: 1.75rem;
  text-align: center;
  display: inline-block;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  position: static;
  background: none;
  margin-top: 0;
}

.banner_swiper35 .hover .p1 p{
   color: #040404;
   text-align: left;
 
}
.banner_swiper35 .hover .p1 p:nth-child(1){
  font-size: 1.75rem;
  line-height: 2.2rem;
}
.banner_swiper35 .hover .p1{
  width: 30%;
}
.banner_swiper35 .hover .p1 p:nth-child(2){
  font-size: 3.5rem;
}
.banner_swiper35 .hover .p2{
  color: #333;
  text-align: justify;
  width: 28%;

}
.banner_swiper35 .hover .p2 .text{
  color: rgba(0,0,0,1);
}



.btn_bor {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3rem;
  background: none;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.btn_bor:hover {
  background: #38ACE3;
  border-color: #38ACE3;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.btn_bor:hover .iconfont {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.btn_bor.bg {
  background: #38ACE3;
  border-color: #38ACE3;
}

.btn_bor:hover {
  background: #054072;
}

.btn_bor .iconfont {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 600;
}

.title {
  color: #054072;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

.en_title {
  color: #646D77;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  text-transform: uppercase;
}

.text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.tj {
  text-align: justify;
}

.alignc {
  align-items: center;
}

.more {
  line-height: 3rem;
  width: 8.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 9999px;
  text-align: center;
  color: #646D77;
  display: flex;
  align-items: center;
  z-index: 9;
  position: relative;
}

.more.cf {
  color: #fff;
  border-color: #fff;
  z-index: 1;
}

.more .iconfont {
  font-size: 1.25rem;
  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.bgg {
  color: #fff;
  border-color: #054072;
  z-index: 1;
  background: #054072;
}

.more.bgg::before {
  background: #fff;
  z-index: -1;
}

.more.bgg:hover {
  color: #054072;
  border-color: #054072;
}

.more.jc {
  justify-content: center;
}

.more.m0 {
  margin: 0 auto;
}

.more .iconfont {
  margin-left: 0.25rem;
  font-size: 1.25rem;
}

.more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: #054072;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 3.125rem;
  z-index: -1;
}

.more:hover,
.more.active {
  border-color: #054072;
  color: #fff;
}

.more:hover .iconfont,
.more.active .iconfont {
  transform: translateX(0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover::before,
.more.active::before {
  transform: scale(0.95, 0.85);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one {
  padding: 5.625rem 0 7.8125rem;
  position: relative;
  background: #ECF4FF;
}

.index_one>img {
  position: absolute;
  top: -15rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 14.625rem;
  animation: shangxia 2s infinite;
}

@keyframes shangxia {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 0.625rem);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.index_one::before {
  content: "";
  position: absolute;
  top: -8.5rem;
  height: 8.6875rem;
  left: 0;
  width: 100%;
  background: url(../img/1.png) no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 9;
}

.index_one .left .pr {
  z-index: 4;
}

.index_one .left .pr img {
  position: relative;
  left: -1.125rem;
  height: 13.4375rem;
  z-index: -1;
}

.index_one .left .pr>div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.index_one .left .text {
  margin: 1.875rem 0 4rem;
  position: relative;
  z-index: 45;
}

.index_one .right {
  padding-left: 2rem;
}

.index_one .right>div {
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 3;
}

.index_one .right>div .over,
.index_one .right>div .over img {
  border-radius: 12.5rem 0rem;
}

.index_one .right>div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1.875rem);
  border-radius: 12.5rem 0rem;
  background: rgba(5, 64, 114, 0.1);
  z-index: -1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one .right>div:hover::before {
  background: #054072;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_one .right>div:hover img {
  transform: scale(1.1);
}

.index_one .more {
  color: #054072;
}

.index_one .more:hover {
  color: #fff;
}

.index_two {
  position: relative;
  background: url(../img/5.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2.19rem 0 2.375rem;
}

.index_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.38rem;
  background: linear-gradient(270deg, #91633E -5.6%, #FFD083 54.29%, #91633E 100.88%), #054072;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two .text {
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-top: 0.6rem;
}

.index_two .icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  line-height: 6rem;
  border: 2px solid #fff;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.index_two ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.index_two ul li {
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.index_two ul li:last-child {
  border-right: none;
}

.index_two ul li .icon {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two ul li .icon img {
  height: 2.8125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  filter: brightness(0) invert(1);
}

.index_two ul li:hover .icon {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_two ul li:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  filter: brightness(1) invert(0);
}

.index_three {
  background: #ECF4FF;
}

.index_three>.img {
  width: 70%;
}

.index_three .container {
  position: absolute;
  top: 9.375rem;
  right: 0;
}

.index_three .name {
  color: rgba(0, 0, 0, 0.7);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.875rem;
  margin: 4.25rem 0 1.4rem;
}

.index_three .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.index_three .img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index_three .img2 img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 10.75rem;
}

.index_four {
  padding-bottom: 8.125rem;
  background: #ecf4ff;
  position: relative;
  margin-top: -0.625rem;
  padding-top: 3rem;
}

.index_four .jia {
  position: absolute;
  top: -10rem;
  left: -5rem;
}

.index_four .tuoyuan {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.index_four .pr {
  z-index: 8;
}

.index_four ul {
  margin: 4.25rem -1.25rem 0;
}

.index_four ul li {
  margin-bottom: 5rem;
  padding: 0 1.25rem;
}

.index_four ul li:last-child,
.index_four ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.index_four ul li:hover>div {
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(1, 120, 164, 0.4);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four ul li:hover .right::before {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four ul li:hover .right img {
  transform: scale(1.1);
}

.index_four ul li>a {
  padding: 2.75rem 3.31rem 7rem 2.5rem;
  border-radius: 1.25rem;
  background: #FFF;
  overflow: hidden;
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(1, 120, 164, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four ul li>a p {
  position: absolute;
  bottom: 1.25rem;
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.8125rem;
  text-align: center;
  width: 100%;
  left: 0;
}

.index_four ul li>a>img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index_four ul li .name {
  position: relative;
  color: #054072;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
  display: inline-block;
  padding-right: 0.875rem;
  padding-top: 0.4rem;
  z-index: 4;
}

.index_four ul li .name::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: linear-gradient(139deg, #64CDFF 7.79%, #608AFE 144.46%), linear-gradient(139deg, #4ECAFF 11.7%, #5698EB 89.82%);
  z-index: -1;
}

.index_four ul li .left {
  width: calc(100% - 18.5rem);
  padding-right: 1.56rem;
  padding-top: 1.8rem;
}

.index_four ul li .left .text {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  margin-top: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 1.6rem;
}

.index_four ul li .right {
  position: relative;
  width: 18.5rem;
  height: 18.5rem;
  padding: 0.875rem;
  z-index: 9;
}

.index_four ul li .right .over,
.index_four ul li .right .over img {
  border-radius: 50%;
}

.index_four ul li .right .over img {
  width: 16.6875rem;
  height: 16.6875rem;
}

.index_four ul li .right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.875rem;
  border-radius: 50%;
  background: linear-gradient(139deg, #4ECAFF 11.7%, #5698EB 89.82%);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five {
  padding: 6.8rem 0 3.8rem;
  z-index: 4;
}

.index_five .wan {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.index_five .dian {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
}

.index_five .title_top .right {
  display: flex;
  justify-content: flex-end;
}

.index_five .title_top .right .more {
  margin-left: 2.5rem;
  height: 3rem;
}

.index_five .margin {
  margin: 2.6875rem -0.9375rem 0;
}

.index_five .margin>div {
  display: none;
}

.index_five .margin>div.active {
  display: block;
}

.index_five .swiper-slide {
  padding: 0.9375rem;
  height: auto;
}

.index_five .swiper-slide>a {
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 0.25rem 1rem 0px rgba(10, 142, 191, 0.2);
  padding: 2.8rem 2.5rem 1.875rem;
  position: relative;
  z-index: 4;
}

.index_five .swiper-slide>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 0.375rem;
  border-radius: 0.625rem;
  background: linear-gradient(233deg, #2B499C -3.25%, #38ACE3 89.67%);
  z-index: -1;
}

.index_five .swiper-slide .data div {
  line-height: 1;
  color: #2B499C;
  font-size: 1.625rem;
  font-weight: 400;
}

.index_five .swiper-slide .data div span {
  font-size: 2.25rem;
}

.index_five .swiper-slide .data p {
  color: rgba(8, 8, 8, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.index_five .swiper-slide .name {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding: 3rem 0 0.875rem;
  position: relative;
  margin-top: 2.3rem;
}

.index_five .swiper-slide .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}

.index_five .swiper-slide .text {
  color: rgba(0, 0, 0, 0.6);
  height: 5.25rem;
}

.index_five .swiper-slide .more_a_top {
  display: none;
}

.index_five .swiper-slide .img {
  height: 0;
  overflow: hidden;
}

.index_five .swiper-slide .more_a_bot {
  margin-top: 5.6rem;
  margin-bottom: 2.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .swiper-slide:hover>a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .swiper-slide:hover>a .name {
  padding-top: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-top: 1.65rem;
}

.index_five .swiper-slide:hover>a .name::before {
  display: none;
}

.index_five .swiper-slide:hover>a .img {
  height: 15rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  overflow: hidden;
}

.index_five .swiper-slide:hover>a .img img {
  height: 15rem;
  object-fit: cover;
}

.index_five .swiper-slide:hover>a .text {
  height: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .swiper-slide:hover>a .more_a_bot {
  margin: 0.25rem 0 1.75rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five .swiper-button-next,
.index_five .swiper-button-prev {
  position: static;
  background: none;
  margin-top: 0;
}

.index_five .swiper-button-next .iconfont,
.index_five .swiper-button-prev .iconfont {
  font-size: 1rem;
}

.index_five .swiper-button-next:hover,
.index_five .swiper-button-prev:hover {
  background: #fff;
}

.index_five .swiper-button-next:hover .iconfont,
.index_five .swiper-button-prev:hover .iconfont {
  color: #054072;
}

.index_five .swiper-button-next {
  left: auto;
  margin: 0 0 0 1.5rem;
}

.index_five .hover_pag {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2rem;
  padding: 0 0.9375rem;
}

.index_five .hover_pag .swiper-pagination {
  width: calc(100% - 3.125rem - 5rem - 3.125rem);
  height: 0.125rem;
  left: 0.9375rem;
  background: rgba(255, 255, 255, 0.8);
}

.index_five .hover_pag .swiper-pagination-progressbar-fill {
  height: 0.25rem;
  background: #fff;
  top: -1px;
}

.more_a {
  color: #2B499C;
  font-size: 1rem;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
}

.more_a .iconfont {
  display: block;
  font-size: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-weight: 600;
  position: relative;
  top: 0.125rem;
  margin-left: 0.5rem;
}

.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;
}

.index_six {
  background: #ecf4ff;
  padding: 1.57rem 0;
  display: none;
}

.index_six .name {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.875rem;
  text-align: center;
}

.index_six .margin {
  margin: 0 -1.125rem;
}

.index_six .swiper-slide {
  padding: 1rem 1.125rem;
}

.index_six .swiper-slide .over {
  height: 6.875rem;
  border-radius: 0.625rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_six .swiper-slide .over img {
  height: 4.8125rem;
}

.index_six .swiper-slide:hover .over {
  box-shadow: 0px 0.25rem 1rem 0px rgba(10, 142, 191, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_six .swiper-slide:hover img {
  transform: scale(1.1);
}

.index_six .swiper-slide:hover .name {
  color: #054072;
}

.fix_ul li:last-child .iconfont {
  font-size: 1.125rem;
}

.rightfix {
  bottom: 10%;
  top: auto;
  transform: translateY(0);
  right: 1.25rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
  z-index: 99;
}

.rightfix li {
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  line-height: 3.375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
}

.rightfix li::before {
  display: none;
}

.fixright_li_last {
  display: none;
}

.rightfix li {
  position: relative;
  border: none !important;
}

.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  border-radius: 50%;
  background: #38ACE3;
}

.rightfix li:hover .iconfont {
  background: #054072;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}

.rightfix li:last-child::before {
  display: none;
}

footer .ulfenxiang .img,
.show_news .ulfenxiang .img {
  position: absolute;
  top: -7.5rem;
  left: 50%;
  width: 6.875rem;
  height: 6.875rem;
  background: #fff;
  padding: 0.625rem;
  transform: translateX(-50%);
  display: none;
}

footer .ulfenxiang li,
.show_news .ulfenxiang li {
  position: relative;
}

footer .ulfenxiang li:hover .img,
.show_news .ulfenxiang li:hover .img {
  display: block;
}

footer .ulfenxiang li a,
.show_news .ulfenxiang li a {
  border: 1px solid #9C9C9C;
  border-radius: 50%;
  height: 2.5rem;
}

footer .fenxiang,
.show_news .fenxiang {
  margin-top: 2rem;
  justify-content: flex-start;
}

footer .fenxiang .social-share li a,
.show_news .fenxiang .social-share li a {
  color: #9C9C9C !important;
}

footer .fenxiang li,
.show_news .fenxiang li {
  border: none !important;
  margin-right: 0.75rem !important;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  text-align: center;
}

footer .fenxiang li a,
.show_news .fenxiang li a {
  border: 1px solid #9C9C9C !important;
}

footer .fenxiang li:hover,
.show_news .fenxiang li:hover {
  border-color: #054072 !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

footer .fenxiang li:hover a,
.show_news .fenxiang li:hover a {
  color: #fff !important;
  background: #054072 !important;
}

footer .fenxiang ul:nth-child(2) li,
.show_news .fenxiang ul:nth-child(2) li {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

footer .fenxiang ul:nth-child(2) li .iconfont,
.show_news .fenxiang ul:nth-child(2) li .iconfont {
  font-size: 1.25rem;
  color: #9C9C9C;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

footer .fenxiang ul:nth-child(2) li:hover,
.show_news .fenxiang ul:nth-child(2) li:hover {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

footer .fenxiang ul:nth-child(2) li:hover .iconfont,
.show_news .fenxiang ul:nth-child(2) li:hover .iconfont {
  color: #fff !important;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

footer {
  padding: 4rem 0 3.5rem;
  position: relative;
}

footer .ulfenxiang li {
  position: relative;
}

footer .ulfenxiang li:hover .img {
  display: block;
}

footer .left {
  width: 22%;
}

footer .left .logo img {
  height: 4.41925rem;
}

footer .ul {
  display: flex;
  width: 52%;
  justify-content: space-between;
}

footer .ul li {
  padding-left: 4rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

footer .ul li:nth-child(1),
footer .ul li:nth-child(3) {
  width: 30%;
}

footer .ul li:nth-child(2) {
  width: 40%;
}

footer .ul li .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}

footer .ul li .text:hover {
  color: #054072;
}

footer .name {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  line-height: 1.87rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

footer .right {
  width: 26%;
  padding-left: 3rem;
}

footer .right .name {
  margin-bottom: 0.37rem;
}

footer .right p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

footer .right .tel {
  background: linear-gradient(257deg, #2B499C 37.94%, #38ACE3 71.33%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}

footer .right .address {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.beian {
  background: #ecf4ff;
  padding: 0.8rem 0;
}

.beian .text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 99999;
}

.loading .mask {
  position: absolute;
  width: 200vw;
  height: 200vw;
  left: -50.3vw;
  top: -webkit-calc(-50vh);
  top: -moz-calc(-50vh);
  top: calc(50vh - 100vw);
  background: #fff;
  border: 81vw solid #fff;
  border-radius: 50%;
  -webkit-transition: background 1s ease-in-out, -webkit-transform 1s ease-in-out 1s;
  transition: background 1s ease-in-out, -webkit-transform 1s ease-in-out 1s;
  -o-transition: background 1s ease-in-out, -o-transform 1s ease-in-out 1s;
  -moz-transition: background 1s ease-in-out, transform 1s ease-in-out 1s, -moz-transform 1s ease-in-out 1s;
  transition: background 1s ease-in-out, transform 1s ease-in-out 1s;
  transition: background 1s ease-in-out, transform 1s ease-in-out 1s, -webkit-transform 1s ease-in-out 1s, -moz-transform 1s ease-in-out 1s, -o-transform 1s ease-in-out 1s;
}



@media (max-width: 1024px) {
  .loading .mask {
    width: 300vw;
    height: 300vw;
    left: -100vw;
    top: -webkit-calc(-100vh);
    top: -moz-calc(-100vh);
    top: calc(50vh - 150vw);
    border: 105vw solid #fff !important;
  }
}

.loading .mask.on {
  background: transparent;
  transform: scale(4);
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -o-transform: scale(4);
  -ms-transform: scale(4);
}

@media (max-width: 1024px) {
  .loading .mask.on {
    -webkit-transform: scale(9);
    -moz-transform: scale(9);
    -ms-transform: scale(9);
    -o-transform: scale(9);
    transform: scale(9);
  }
}

.loading .box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 38vw;
  height: 38vw;
  -webkit-animation: fadeIn 0.5s ease-in-out;
  -moz-animation: fadeIn 0.5s ease-in-out;
  -o-animation: fadeIn 0.5s ease-in-out;
  animation: fadeIn 0.5s ease-in-out;
  overflow: hidden;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

@media (max-width: 1024px) {
  .loading .box {
    width: 90vw !important;
    height: 90vw !important;
  }
}

.loading .box svg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.loading .box svg path {
  fill: none;
  stroke: #054072;
  stroke-width: 1px;
  -webkit-transition: stroke 1s ease-in-out, opacity 0.3s ease-in-out 1s;
  -o-transition: stroke 1s ease-in-out, opacity 0.3s ease-in-out 1s;
  -moz-transition: stroke 1s ease-in-out, opacity 0.3s ease-in-out 1s;
  transition: stroke 1s ease-in-out, opacity 0.3s ease-in-out 1s;
}

.loading .box svg path.on {
  stroke: rgba(255, 255, 255, 0.2);
  opacity: 0;
}

.loading .box svg#cls1 {
  height: 100%;
  width: 100%;
}

.loading .box svg#cls2 {
  width: 1px;
  height: 73.65%;
  left: 18.4%;
  top: 11.6%;
  display: none;
}

.loading .box svg#cls3 {
  width: 1px;
  height: 50%;
  left: 50%;
  top: 50%;
}

.loading .box svg#cls4 {
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0%;
}

.loading .box svg#cls5 {
  width: 55.7%;
  top: 1%;
  left: 3%;
  display: none;
}

.loading .box svg#cls6 {
  width: 81%;
  top: 1%;
  left: 18.4%;
  display: none;
}

.loading .dot {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 38vw;
  height: 38vw;
  -webkit-animation: fadeIn 0.5s ease-in-out;
  -moz-animation: fadeIn 0.5s ease-in-out;
  -o-animation: fadeIn 0.5s ease-in-out;
  animation: fadeIn 0.5s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

@media (max-width: 1024px) {
  .loading .dot {
    width: 90vw !important;
    height: 90vw !important;
  }
}

.loading .dot>li {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #054072;
  background-color: #fff;
  opacity: 0;
}

.loading .dot>li:nth-of-type(1) {
  left: -webkit-calc(-6%);
  left: -moz-calc(-6%);
  left: calc(0% - 6px);
  top: -webkit-calc(-6%);
  top: -moz-calc(-6%);
  top: calc(0% - 6px);
}

.loading .dot>li:nth-of-type(2) {
  left: -webkit-calc(12.4%);
  left: -moz-calc(12.4%);
  left: calc(18.4% - 6px);
  top: -webkit-calc(5.6%);
  top: -moz-calc(5.6%);
  top: calc(11.6% - 6px);
  display: none;
}

.loading .dot>li:nth-of-type(3) {
  left: -webkit-calc(44%);
  left: -moz-calc(44%);
  left: calc(50% - 6px);
  top: -webkit-calc(44%);
  top: -moz-calc(44%);
  top: calc(50% - 6px);
}

.loading .dot>li:nth-of-type(4) {
  top: -webkit-calc(44%);
  top: -moz-calc(44%);
  top: calc(50% - 6px);
  left: -webkit-calc(-6%);
  left: -moz-calc(-6%);
  left: calc(0% - 6px);
}

.loading .dot>li:nth-of-type(5) {
  top: -webkit-calc(-5%);
  top: -moz-calc(-5%);
  top: calc(1% - 6px);
  left: -webkit-calc(-3%);
  left: -moz-calc(-3%);
  left: calc(3% - 6px);
  display: none;
}

.loading .dot>li:nth-of-type(6) {
  top: -webkit-calc(-5%);
  top: -moz-calc(-5%);
  top: calc(1% - 6px);
  left: -webkit-calc(12.4%);
  left: -moz-calc(12.4%);
  left: calc(18.4% - 6px);
  display: none;
}

.loading .dot .txt {
  position: absolute;
  width: 8rem;
  top: -webkit-calc(102.5%);
  top: -moz-calc(102.5%);
  top: calc(100% + 2.5rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #054072;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: 'Montserrat';
}

.loading .logosvg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37vw;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 1024px) {
  .loading .logosvg {
    width: 88vw !important;
  }
}

@media (max-width: 1440px){
  .banner_swiper35 .hover .p1 p:nth-child(2){
    font-size: 3rem;
  }
}

@media (max-width: 990px){
  .banner_swiper35 .hover .p2{
    width: 100%
  }
  .banner_swiper35 .hover{
    top: 45%
  }
  .banner_swiper35 .hover .p1 p:nth-child(1){
    font-size: 1.25rem;
  }
  .banner_swiper35 .hover .p1 p:nth-child(2){
    font-size: 2rem;
  }
  .banner_swiper35 .hover .p1{
    width: 100%;
  }
}

@media (max-width: 480px){
  .banner_swiper35 .hover .p1 p:nth-child(2){
    font-size: 1.625rem;
  }
}


.loading .logosvg.on {
  opacity: 0;
}

.nyban {
  position: relative;
}

.nyban.contact .hover2 {
  height: 5rem;
}

.nyban.contact::before {
  bottom: 5rem;
}

.nyban.contact>img {
  bottom: 6.5rem;
}

.nyban.contact .hover {
  position: absolute;
  top: 45%;
}

.nyban::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 0;
  width: 100%;
  height: 3.125rem;
  background: #EDF4FF;
}

.nyban .img {
  font-size: 0;
}

.nyban .img img {
  height: 100vh;
  object-fit: cover;
}

.nyban>img {
  position: absolute;
  bottom: 13.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 14.625rem;
  animation: shangxia 2s infinite;
}

.nyban .hover {
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.nyban .hover .p1 {
  color: #FFF;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4rem;
}

.nyban .hover .p2 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2rem;
  text-transform: uppercase;
  margin-top: 0.65rem;
}

.nyban::before {
  content: "";
  position: absolute;
  bottom: 11.25rem;
  height: 8.6875rem;
  left: 0;
  width: 100%;
  background: url(../img/1.png) no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 9;
}

.nyban .hover2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ecf4ff;
  height: 11.25rem;
  margin-bottom: 0.25rem;
}

.nyban .hover2 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3.75rem;
}

.nyban .hover2 ul li {
  color: #000;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
}

.nyban .hover2 ul li a {
  padding-bottom: 1.875rem;
  position: relative;
}

.nyban .hover2 ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.25rem;
  background: linear-gradient(to right, #2B499C, #38ACE3);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nyban .hover2 ul li:hover a,
.nyban .hover2 ul li.active a {
  color: #054072;
  font-weight: 600;
}

.nyban .hover2 ul li:hover a::before,
.nyban .hover2 ul li.active a::before {
  width: 3.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.pt60100 {
  padding: 3.75rem 0 6.25rem;
  position: relative;
  margin-top: -0.3125rem;
}

.box_s {
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(1, 120, 164, 0.2);
}

.bor20 {
  border-radius: 1.25rem;
}

.bglg {
  background: linear-gradient(to bottom, #ecf4ff, #fff);
}

.list_about .text {
  padding: 2.375rem 0 1.5rem;
  position: relative;
  z-index: 4;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.list_about .pr img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 14.125rem;
  height: 8.20519rem;
  bottom: 2rem;
}

.list_about .swiper-slide {
  padding: 1rem 1.875rem;
}

.list_about .swiper-slide .over {
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(1, 120, 164, 0.2);
}

.list_about .margin {
  margin: 0 -1.875rem;
}

.pag {
  bottom: 0;
  position: relative;
}

.pag .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.5rem;
}

.pag .swiper-pagination-bullet-active {
  background: #054072;
}

.list_history {
  background: url(../img/18.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 20rem;
}

.list_history .swiper_top {
  margin: 4rem 0 5.6rem;
}

.list_history .swiper_top .swiper-slide .left {
  color: #054072;
  text-align: right;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2rem;
  text-transform: uppercase;
  font-family: 'Montserrat';
}

.list_history .swiper_top .swiper-slide .right {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 3.125rem;
  padding-left: 7rem;
}

.list_history .swiper-button-next {
  right: -3.125rem;
}

.list_history .swiper-button-prev {
  left: -3.125rem;
}

.list_history .btn_bor {
  bottom: 4.5rem;
  margin-top: 0;
  z-index: 989;
  top: auto;
}

.list_history .btn_bor .iconfont {
  font-size: 1rem;
}

.list_history .swiper_bot {
  padding-top: 0;
}

.list_history .swiper_bot::before {
  content: "";
  position: absolute;
  top: 2.1rem;
  left: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed #054072;
}

.list_history .swiper_bot .swiper-slide {
  padding-top: 3.5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 8.125rem;
}

.list_history .swiper_bot .swiper-slide.swiper-slide-thumb-active {
  padding-top: 5rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_history .swiper_bot .swiper-slide.swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: 0;
  background: url(../img/19.png) no-repeat;
  background-size: contain;
  width: 4.375rem;
  height: 4.375rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_history .swiper_bot .swiper-slide .year {
  color: #010101;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: -0.0325rem;
  text-transform: uppercase;
  position: relative;
}

.list_history .swiper_bot .swiper-slide .year::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 0.1875rem solid #054072;
  background: #fff;
  border-radius: 50%;
}

.list_honor {
  position: relative;
  z-index: 12;
  margin-top: -14rem;
}

.list_honor .img_svg .baby {
  position: absolute;
  top: -7rem;
  left: 0;
  z-index: 10;
  height: 14.375rem;
  width: 14.375rem;
}

.list_honor .container {
  position: absolute;
  top: 11rem;
  left: 0;
  width: 100%;
}

.list_honor .text {
  padding: 3.125rem 0 1.5625rem;
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.list_about_three.index_six {
  background: url(../img/22.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5.625rem 0 3.75rem;
  display: none;
}

.list_about_three.index_six .swiper-slide .name {
  color: #fff;
}

.list_about_three.index_six .margin {
  margin-top: 1.875rem;
}

.list_about_three.index_six .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.list_about_three.index_six .swiper-pagination-bullet-active {
  opacity: 1;
}

.list_tech .title_pr {
  z-index: 9;
  padding-right: 7rem;
  display: inline-block;
}

.list_tech .title_pr img {
  position: absolute;
  right: 0;
  height: 8.20519rem;
  z-index: -1;
  bottom: 0;
}

.list_tech ul li {
  margin-bottom: 2.5rem;
}

.list_tech ul li .name {
  position: relative;
  color: #054072;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
  display: inline-block;
  padding-right: 0.875rem;
  padding-top: 0.4rem;
  z-index: 4;
}

.list_tech ul li .name::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: linear-gradient(139deg, #64CDFF 7.79%, #608AFE 144.46%), linear-gradient(139deg, #4ECAFF 11.7%, #5698EB 89.82%);
  z-index: -1;
}

.list_tech ul li:last-child {
  margin-bottom: 0;
}

.list_tech ul li .text {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 0.75rem;
}

.list_tech .img {
  z-index: 12;
}

.list_tech .img .jia {
  position: absolute;
  top: -10rem;
  right: -5rem;
  z-index: -1;
}

.list_tech_two {
  padding: 2.5rem 0 6.875rem;
  z-index: 3;
}

.list_tech_two .text {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-top: 1.875rem;
}

.list_tech_two .left,
.list_tech_two .right {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.list_tech_two .left {
  padding-top: 2.25rem;
}

.list_tech_two .right div {
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(1, 120, 164, 0.2);
}

.list_tech_two .row {
  margin: 0 -2.5rem;
}

.list_tech_two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/23.svg) no-repeat;
  background-size: contain;
  background-position: top left;
  height: 100%;
  z-index: -1;
}

.list_tech_two::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 5rem);
  bottom: 0;
  background: #ecf4ff;
  z-index: -2;
}

.show_news .left .text {
  text-align: justify;
}

.list_research {
  z-index: 4;
}

.list_research>img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 21.8125rem;
}

.list_research .container {
  padding-top: 6.25rem;
}

.list_research .top {
  border-radius: 13.75rem 0rem 13.75rem 13.75rem;
  background: #FFF;
  height: 27.5rem;
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(1, 120, 164, 0.2);
  display: flex;
  align-items: center;
}

.list_research .top .name {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.list_research .top .name span,
.list_research .top .name p {
  padding-bottom: 0.75rem;
}

.list_research .top .name span {
  color: #000;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 2.5rem;
  position: relative;
}

.list_research .top .name span::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: #054072;
}

.list_research .top .name p {
  color: #054072;
  font-size: 1rem;
  font-weight: 400;
  margin-left: 0.5rem;
}

.list_research .top .left {
  width: 27.5rem;
  height: 100%;
  border-radius: 50%;
  background: #054072;
  text-align: center;
  position: relative;
}

.list_research .top .left img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 33.75rem;
}

.list_research .top .right {
  padding-left: 6.25rem;
  width: calc(100% - 27.5rem);
  padding-right: 4.13rem;
}

.list_research .top ul {
  margin-top: 1.125rem;
}

.list_research .top ul li {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  padding-left: 1.25rem;
  position: relative;
}

.list_research .top ul li::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}

.list_research .bot {
  margin: 1.875rem -1.875rem 0;
}

.list_research .bot>img {
  position: absolute;
  right: 5.625rem;
  top: 70%;
  height: 12.5rem;
  z-index: -1;
}

.list_research .bot .swiper-slide {
  padding: 1.875rem;
}

.list_research .bot .swiper-slide>div {
  cursor: pointer;
  border-radius: 7.5rem 0rem 6.25rem 7.5rem;
  background: #FFF;
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(1, 120, 164, 0.2);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_research .bot .swiper-slide>div .left {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(5, 64, 114, 0.36) 0%, rgba(181, 188, 194, 0.36) 100%);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.list_research .bot .swiper-slide>div .right {
  width: calc(100% - 12.5rem);
  padding: 0 2rem 0 1.69rem;
}

.list_research .bot .swiper-slide>div .right .name {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.list_research .bot .swiper-slide>div .right .text {
  color: #848484;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
  padding-bottom: 0.44rem;
  position: relative;
}

.list_research .bot .swiper-slide>div .right .text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(1, 1, 1, 0.1);
}

.list_research .bot .swiper-slide>div .right .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #054072;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_research .bot .swiper-slide>div:hover .right .text::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_research .bot .swiper-slide>div:hover .left {
  background: linear-gradient(180deg, #054072 0%, rgba(181, 188, 194, 0.36) 100%);
}

.modal-backdrop.show {
  display: block !important;
}

.research_popup .left {
  width: 15rem;
  text-align: center;
}

.research_popup .left .circle {
  width: 100%;
  background: linear-gradient(180deg, rgba(5, 64, 114, 0.36) 0%, rgba(181, 188, 194, 0.36) 100%);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 15rem;
}

.research_popup .left img {
  height: 80%;
}

.research_popup .left .name {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 2rem 0 0.56rem;
}

.research_popup .left .text {
  color: #054072;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.research_popup .right {
  width: calc(100% - 15rem);
  padding-left: 2.44rem;
  padding-top: 2.5rem;
}

.research_popup .right .name {
  color: #054072;
  font-size: 2.25rem;
  font-weight: 700;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #C0C0C0;
}

.research_popup .right .text {
  color: #242424;
  padding-top: 1.28rem;
  text-align: justify;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.research_popup .modal-body {
  padding: 4.37rem 0 0;
}

.research_popup .modal-body .clearfix {
  display: flex;
  margin-bottom: 3rem;
  padding: 0 4.5rem 0 3.9rem;
}

.research_popup .modal-body>img {
  position: relative;
  bottom: -1px;
}

.research_popup .modal-lg {
  max-width: 57%;
}

.research_popup .modal-header {
  position: absolute;
  top: 2.47rem;
  right: 2.68rem;
  border-bottom: none;
  z-index: 999;
  padding: 0;
}

.research_popup .modal-header span {
  font-size: 1.5rem;
}

.research_popup .modal-content {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}

.flex_left_right .left,
.flex_left_right .right {
  padding: 0 2.1875rem;
}

.flex_left_right>li {
  margin: 0 -2.1875rem 10rem;
}

.flex_left_right>li:last-child {
  margin-bottom: 0;
}

.flex_left_right>li:nth-child(even) .left {
  order: 2;
}

.flex_left_right>li:nth-child(even) .right {
  order: 1;
}

.flex_left_right>li .left .name {
  color: #054072;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 1rem;
}

.flex_left_right>li .left .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: justify;
}

.flex_left_right>li .left ul {
  margin-top: 3.125rem;
}

.flex_left_right>li .left ul li .icon {
  width: 6.375rem;
  height: 6.375rem;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 10px rgba(1, 120, 164, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.flex_left_right>li .left ul li .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #91633E -5.6%, #FFD083 54.29%, #91633E 100.88%), #054072;
  z-index: -2;
  border-radius: 50%;
}

.flex_left_right>li .left ul li .icon::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #91633E -5.6%, #FFD083 54.29%, #91633E 100.88%), #054072;
  border-radius: 50%;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  z-index: -1;
  background: #054072;
}

.flex_left_right>li .left ul li:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.flex_left_right>li .left ul li img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 3rem;
}

.flex_left_right>li .left ul li .text {
  color: #040404;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-top: 0.75rem;
  text-align: center;
}

.flex_left_right>li .right:hover>div {
  background: #054072;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.flex_left_right>li .right>div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 12.5rem 0rem;
  background: #C3D3E3;
  padding-bottom: 0.625rem;
}

.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>li .right .over img {
  width: 100%;
}

.flex_left_right>li .right .over,
.flex_left_right>li .right .over img {
  border-radius: 12.5rem 0rem;
}

.table {
  margin-bottom: 0;
}

.list_zhongliu .margin {
  margin: 7.94rem -0.8125rem 3.6rem;
}

.list_zhongliu .img.mb30 img {
  height: 5rem;
}

.list_zhongliu .swiper-slide {
  height: auto;
  padding: 0 0.8125rem 1rem;
}

.list_zhongliu .swiper-slide>div {
  border-radius: 0.625rem;
  position: relative;
  height: 100%;
  z-index: 3;
  padding: 0 2.6rem 4rem;
  text-align: center;
}

.list_zhongliu .swiper-slide>div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 3.1875rem);
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(1, 120, 164, 0.1);
  z-index: -1;
  border-radius: 0.625rem;
}

.list_zhongliu .swiper-slide:hover img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_zhongliu .swiper-slide .icon {
  width: 6.375rem;
  height: 6.375rem;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 10px rgba(1, 120, 164, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.list_zhongliu .swiper-slide .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #91633E -5.6%, #FFD083 54.29%, #91633E 100.88%), #054072;
  z-index: -2;
  border-radius: 50%;
}

.list_zhongliu .swiper-slide .icon img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_zhongliu .swiper-slide .icon::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #91633E -5.6%, #FFD083 54.29%, #91633E 100.88%), #054072;
  border-radius: 50%;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  z-index: -1;
  background: #054072;
}

.list_zhongliu .swiper-slide:hover img {
  transform: rotateX(180deg 'angle');
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_zhongliu .swiper-slide img {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 50%;
  height: 4rem;
}

.list_zhongliu .swiper-slide .name {
  color: #054072;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  margin: 2.1rem 0 0.9rem;
}

.list_zhongliu .swiper-slide .text {
  color: rgba(0, 0, 0, 0.8);
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.list_zhongliu_two .img_svg .baby,
.list_zhongliu_six .img_svg .baby {
  position: absolute;
  z-index: 10;
  height: 14.375rem;
}

.list_zhongliu_two .title,
.list_zhongliu_six .title {
  margin-top: 3rem;
}

.list_zhongliu_two .margin,
.list_zhongliu_six .margin {
  margin: 3.125rem -0.9375rem 0;
  padding-bottom: 8rem;
}

.list_zhongliu_two .swiper-slide {
  padding: 0.9375rem;
  height: auto;
}

.list_zhongliu_two .swiper-slide>div {
  height: 100%;
  padding: 2.6rem 1.69rem 2.25rem;
  border-radius: 0.625rem;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(1, 120, 164, 0.1);
}

.list_zhongliu_two .swiper-slide>div .name {
  color: #054072;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1rem;
  position: relative;
  text-align: center;
}

.list_zhongliu_two .swiper-slide>div .name::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2.9375rem;
  height: 0.1875rem;
  background: #38ACE3;
}

.list_zhongliu_two .swiper-slide>div .text {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  min-height: calc(1.75rem * 3);
  margin-top: 0.65rem;
}

.list_zhongliu_three {
  position: relative;
  background: #054072 url(../img/26.png) no-repeat;
  background-size: cover;
  padding: 6rem 0;
}

.list_zhongliu_three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.625rem;
  background: linear-gradient(270deg, #91633E -5.6%, #FFD083 54.29%, #91633E 100.88%), #054072;
}

.list_zhongliu_three .swiper-container {
  margin-top: 5rem;
}

.list_zhongliu_three .swiper-container .icon img {
  width: 4.9375rem;
  height: 4.9375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_zhongliu_three .swiper-container .swiper-slide {
  background: #fff;
  border-radius: 0.625rem;
  text-align: center;
  padding: 2.125rem 2.5rem;
  height: auto;
  min-height: 16.25rem;
  overflow: hidden;
  z-index: 4;
}

.list_zhongliu_three .swiper-container .swiper-slide:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_zhongliu_three .swiper-container .swiper-slide::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  border-radius: 22rem;
  opacity: 0.8;
  background: rgba(174, 226, 255, 0.6);
  z-index: -1;
  filter: blur(100px);
  height: 11.875rem;
}

.list_zhongliu_three .swiper-container .name {
  color: #054072;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1;
  margin: 0.75rem 0 1rem;
}

.list_zhongliu_three .swiper-container .text {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 1.5rem;
  margin-top: 0.625rem;
}

.list_zhongliu_three .swiper-container .text strong {
  font-weight: 700;
  display: block;
}

.list_zhongliu_three .swiper-pagination-bullet {
  opacity: 0.6;
  background: #fff;
}

.list_zhongliu_three .swiper-pagination-bullet-active {
  opacity: 1;
}

.list_zhongliu_four ul {
  display: flex;
  flex-wrap: wrap;
}

.list_zhongliu_four ul li {
  position: relative;
  flex-wrap: wrap;
  width: 33.3%;
  margin: 3.15rem 0;
  z-index: 4;
}

.list_zhongliu_four ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  width: 100%;
  height: 0.1875rem;
  border-bottom: 0.1875rem dashed #054072;
  z-index: -1;
}

.list_zhongliu_four ul li:nth-child(1)::after,
.list_zhongliu_four ul li:nth-child(6)::after {
  right: 0.5rem;
}

.list_zhongliu_four ul li:nth-child(2)::after,
.list_zhongliu_four ul li:nth-child(5)::after {
  right: -3.625rem;
}

.list_zhongliu_four ul li:nth-child(3)::after {
  top: 124%;
  right: 8.625rem;
  transform: rotate(90deg);
}

.list_zhongliu_four ul li:nth-child(4) {
  z-index: 10;
}

.list_zhongliu_four ul li:nth-child(4)::after {
  display: none;
}

.list_zhongliu_four ul li:nth-child(5) {
  z-index: 8;
}

.list_zhongliu_four ul li:nth-child(5)::after,
.list_zhongliu_four ul li:nth-child(6)::after {
  transform: rotate(180deg);
  top: 43.5%;
}

.list_zhongliu_four ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9.375rem;
  height: 1.25rem;
  width: 2rem;
  background: url(../img/27.svg) no-repeat;
  background-size: contain;
}

.list_zhongliu_four ul li>div {
  display: flex;
  align-items: center;
}

.list_zhongliu_four ul li .left {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  position: relative;
  color: #FFF;
  font-family: Montserrat;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.list_zhongliu_four ul li .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #91633E -5.6%, #FFD083 54.29%, #91633E 100.88%), #054072;
  border-radius: 50%;
  z-index: -2;
}

.list_zhongliu_four ul li .left::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  border-radius: 50%;
  background: #054072;
  z-index: -1;
}

.list_zhongliu_four ul li .right {
  width: 18.75rem;
  height: 10.6875rem;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(1, 120, 164, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem 0 1.5rem;
  text-align: justify;
  position: relative;
  margin-left: -2.8rem;
}

.list_zhongliu_four ul li:nth-child(3)>div {
  justify-content: flex-end;
}

.list_zhongliu_four ul li:nth-child(3)::before {
  width: 0.1875rem;
  height: 100%;
  border: none;
  border-left: 0.1875rem dashed #054072;
  top: 100%;
  left: auto;
  right: 9.375rem;
  transform: translateX(-50%);
}

.list_zhongliu_four ul li:nth-child(4) {
  order: 6;
}

.list_zhongliu_four ul li:nth-child(4) .right {
  padding-left: 4.2rem;
}

.list_zhongliu_four ul li:nth-child(4)>div {
  justify-content: flex-end;
}

.list_zhongliu_four ul li:nth-child(4)::before {
  display: none;
}

.list_zhongliu_four ul li:nth-child(2)>div {
  justify-content: center;
}

.list_zhongliu_four ul li:nth-child(5) {
  order: 5;
}

.list_zhongliu_four ul li:nth-child(5)>div {
  justify-content: center;
}

.list_zhongliu_four ul li:nth-child(6) {
  order: 4;
}

.list_zhongliu_five .table-responsive {
  margin-top: 4.8rem;
}

.list_zhongliu_five table tr td {
  color: #000;
  font-size: 1.125rem;
  background: #fff;
  border: 1px solid #DBE6F0;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}

.list_zhongliu_five table tr td strong {
  display: block;
  color: #054072;
  margin-bottom: 0.5rem;
}

.list_zhongliu_five table tr:nth-child(1) {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

.list_zhongliu_five table tr:nth-child(1) div {
  margin-bottom: 6rem;
}

.list_zhongliu_six .content {
  width: 54.75rem;
  margin: 6.25rem auto 0;
  padding-top: 3.125rem;
}

.list_zhongliu_six ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list_zhongliu_six ul li {
  position: absolute;
  width: 8.75rem;
  height: 8.75rem;
  z-index: 34;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_zhongliu_six ul li div p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.list_zhongliu_six ul li::before {
  background: linear-gradient(#91633E, #FFD083, #91633E);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-radius: 50%;
}

.list_zhongliu_six ul li::after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  width: calc(100% - 0.75rem);
  height: calc(100% - 0.75rem);
  background: #054072;
  border-radius: 50%;
  z-index: -1;
}

.list_zhongliu_six ul li:nth-child(1) {
  bottom: 3.75rem;
  left: -3.75rem;
}

.list_zhongliu_six ul li:nth-child(2) {
  bottom: 48.5%;
  left: 2.5rem;
}

.list_zhongliu_six ul li:nth-child(3) {
  top: 0;
  left: 28%;
}

.list_zhongliu_six ul li:nth-child(4) {
  top: 0;
  right: 28%;
}

.list_zhongliu_six ul li:nth-child(5) {
  bottom: 48.5%;
  right: 2.5rem;
}

.list_zhongliu_six ul li:nth-child(6) {
  bottom: 3.75rem;
  right: -3.75rem;
}

.list_zhongliu_seven .img {
  margin-top: 5rem;
}

.list_news .ul li {
  margin-bottom: 1.875rem;
}

.list_news .ul li:hover>div {
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(1, 120, 164, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news .ul li:hover>div img {
  transform: scale(1.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>div .name {
  color: #054072;
}

.list_news .ul li>div {
  padding: 1.875rem 1.875rem 3.4375rem;
  border-radius: 0.625rem;
  background: #FFF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_news .ul li>div .over {
  margin-bottom: 2.25rem;
}

.list_news .ul li>div .data {
  color: #054072;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
}

.list_news .ul li>div .name {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 0.63rem 0;
}

.list_news .ul li>div .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  height: 3.25rem;
}

.show_news .left .name {
  color: #000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.show_news .left .data {
  color: #060606;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 1.875rem 0;
  border-bottom: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show_news .left .data>div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.show_news .left .data>div:nth-child(1)>div {
  margin-right: 3.125rem;
}

.show_news .left .data .fenxiang {
  display: flex;
  align-items: center;
  margin-top: 0;
}

.show_news .left .data .fenxiang ul:nth-child(2) li:last-child {
  margin-right: 0 !important;
}

.show_news .left .text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  padding-bottom: 3.75rem;
  padding-top: 1.5625rem;
}

.show_news .left .shangxia {
  padding-top: 1.875rem;
  border-top: 1px solid #DBDBDB;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.875rem;
}

.show_news .right {
  padding-left: 3.125rem;
}

.show_news .right .name_title {
  color: #000;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
}

.show_news .right>div {
  padding: 1.875rem 1.5625rem;
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(1, 120, 164, 0.2);
  border-radius: 0.625rem;
  background: #fff;
}

.show_news .right>div ul {
  margin-top: 1rem;
}

.show_news .right>div ul li {
  padding: 1.375rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.show_news .right>div ul li .over {
  margin-bottom: 1.5625rem;
  display: none;
}

.show_news .right>div ul li:hover .over,
.show_news .right>div ul li.active .over {
  display: block;
}

.show_news .right>div ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #054072;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .right>div ul li:hover::before,
.show_news .right>div ul li.active::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_news .right>div ul li:hover img,
.show_news .right>div ul li.active img {
  transform: scale(1.1);
}

.show_news .right>div ul li:hover .name,
.show_news .right>div ul li.active .name {
  color: #054072;
}

.show_news .right>div ul li .name {
  color: #000;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  font-weight: 600;
}

.show_news .right>div ul li .data {
  color: #054072;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.375rem;
}

.show_news .alignc {
  z-index: 15;
  position: relative;
}

.list_contact .right .over {
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(1, 120, 164, 0.2);
}

.list_contact .left .name {
  color: #054072;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-bottom: 1.5625rem;
}

.list_contact .left ul li {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}

.list_contact .left ul li p {
  width: calc(100% - 3.125rem);
  padding-left: 1.06rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 600;
}

.list_contact .left ul li .icon {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
}

.list_contact .left ul li .icon .iconfont {
  font-size: 1.25rem;
  color: #fff;
}

.list_contact .left ul li .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #91633E -5.6%, #FFD083 54.29%, #91633E 100.88%), #054072;
  z-index: -2;
  border-radius: 50%;
}

.list_contact .left ul li .icon::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #91633E -5.6%, #FFD083 54.29%, #91633E 100.88%), #054072;
  border-radius: 50%;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  z-index: -1;
  background: #054072;
}

.list_contact .alignc {
  position: relative;
  z-index: 15;
}

.list_message {
  padding-top: 0;
  position: relative;
  margin-top: -20rem;
  z-index: 10;
}

.list_message input {
  width: 100%;
  line-height: 3.75rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0 1.3rem;
}

.list_message input::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.list_message textarea {
  height: 8.9375rem;
  line-height: 1.875rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0.875rem 1.3rem;
  display: block;
  width: 100%;
}

.list_message textarea::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.list_message button {
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  justify-content: center;
  line-height: 3.75rem;
  width: 10rem;
}

.list_message button::before {
  background: #fff;
}

.list_message button:hover {
  color: #054072;
}

.list_message .img {
  margin-bottom: 5rem;
}