

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  --header_h: 6.25rem;
  --right: 34.375rem;
}
/* 滚动条宽度 */  
    ::-webkit-scrollbar {  
      width: 4px; /* 你可以设置为你想要的宽度 */  
    }  
      
    /* 滚动条轨道样式 */  
    ::-webkit-scrollbar-track {  
      background: #f1f1f1; /* 滚动条的背景颜色 */  
    }  
      
    /* 滚动条滑块样式 */  
    ::-webkit-scrollbar-thumb {  
      background: #0061ae; /* 滑块的颜色 */  
      border-radius: 10px; /* 滑块的圆角 */  
    }  
      
    /* 滑块悬停时样式（可选） */  
    ::-webkit-scrollbar-thumb:hover {  
      background: #0061ae; /* 滑块悬停时的颜色 */  
    }
.p_top {
  position: absolute;
  top: -6.25rem;
}

.bg {
  background: rgb(12,65,154);
}

.c {
  color: rgb(12,65,154);
}

.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: rgb(12,65,154) !important;
  color: rgb(12,65,154);
}

.pagination .active span:hover {
  background-color: #fff;
  color: rgb(12,65,154) !important;
}

.pagination li a:hover {
  background-color: #fff;
  border-color: rgb(12,65,154) !important;
  color: rgb(12,65,154) !important;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  /*padding: 9px 12px;*/
  padding: 6px 12px;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #7f7e7e;
  line-height: 1;
}

.pagination>li.active a,
.pagination>li.active span {
  color: rgb(12,65,154) !important;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
  color: #333;
}

.foot-fot {
  background: #2D3333;
}

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

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

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

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

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

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

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

.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 8px 8px;
}

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

.er-ul>li:hover a {
  color: rgb(12,65,154);
}

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

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

header .container .nav>ul>li:nth-child(3) .er-ul,header .container .nav>ul>li:nth-child(4) .er-ul {
  width: 180%;
  left: -40%;
}

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

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

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

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

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

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

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

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

body {
  --container: 14.8125rem;
}

body.container_l {
  padding-left: 0;
}

body.container_r {
  padding-right: 0;
}

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

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

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

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

.container {
  padding: 0 14.8125rem;
  width: 100%;
  max-width: 100%;
}

.container.container_l {
  padding: 0 0 0 14.8125rem;
}

.container.container_r {
  padding: 0 14.8125rem 0 0;
}

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

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

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

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

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

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

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

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

.ds {
  cursor: pointer;
}

.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: rgb(12,65,154);
}

.searchbox {
  border-color: rgb(12,65,154);
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }

  .pc_show_990 {
    display: none;
  }

  .phone_show_990 {
    display: block;
  }
}

.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}

.m-bm-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 .phone_lanu>a{
    font-size: 17px;
}
.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;
  border-bottom: 1px solid #ddd;
}

.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: rgb(12,65,154);
}

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

.phone_show_990 {
  display: none;
}

.pc_show_990 {
  display: block;
}

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }

  .phone_show_990 {
    display: block;
  }

  .pc_show_990 {
    display: none;
  }
}

@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: rgb(12,65,154);
  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 14.8125rem;
  }
}

@media (max-width: 1440px) {

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

  .container {
    padding: 0 14.8125rem;
  }
}

@media (max-width: 1280px) {

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

@media (max-width: 990px) {

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

  .container {
    padding: 0 14.8125rem;
  }
}

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

header.active {
  animation: sticky 0.65s;
  position: fixed;
}

@-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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  line-height: 6.25rem;
  /*background: #fff;*/
  background: #ffffff5;
}

header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}

header .ds1 {
  margin-right: 2.5rem;
  width: 2.3125rem;
  text-align: center;
  position: relative;
  z-index: 3;
}

header .ds1 .iconfont {
  display: block;
  color: #fff !important;
  font-weight: 300;
  font-size: 0.75rem;
}

header .ds1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2.3125rem;
  border-radius: 50%;
  background: rgb(12,65,154);
  transform: translateY(-50%);
  z-index: -1;
}

header .menu .iconfont {
  font-size: 1.375rem;
  font-weight: 600;
}

header .en_cn {
  /*font-weight: bold;*/
  /*font-size: 0.875rem;*/
  font-weight: 600;
    font-size: 1.375rem;
  padding: 0 2.5rem 0 1.125rem;
}

header .en_cn a {
  color: #3F3F3F;
}

header .en_cn a:nth-child(1) {
  padding-right: 1rem;
}

header .en_cn .c {
  color: rgb(12,65,154);
}

header .en_cn a:hover {
  color: rgb(12,65,154);
}

header .language {
  position: relative;
  padding: 0 1rem;
  z-index: 4;
  color: #fff;
  display: flex;
  align-items: center;
}

header .language .iconfont {
  color: #fff;
  display: block;
  margin-right: 0.4375rem;
  font-size: 1.125rem;
  font-weight: normal;
}

header .language::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2.3125rem;
  border-radius: 3.125rem;
  background: rgb(12,65,154);
  content: "";
  z-index: -1;
}

header .container {
  padding: 0 2.5rem 0 5.625rem;
  box-sizing: border-box;
}

header .container .right {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  justify-content: flex-end;
  font-weight: 300;
}

header .container .right .iconfont {
  font-size: 1.25rem;
}

header .container .right .menu .iconfont {
  font-size: 1.5rem;
  display: block;
  font-weight: 500;
}

header .container .right .lanuage {
  margin-left: 1.875rem;
}

header .container .right .ds1 {
  cursor: pointer;
}

header .container .right .ds1 .iconfont {
  font-size: 1rem;
}

header .container .left img {
  height: 4.0625rem;
}

header .container .nav {
  justify-content: flex-end;
  padding-right: 1.25rem;
}

header .container .nav>ul>li {
  padding: 0 1.25rem;
  float: left;
}

header .container .nav>ul>li>a {
  font-size: 1.125rem;
  color: #3D3D3D;
  position: relative;
}

header .container .nav>ul>li>a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: rgb(12,65,154);
  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: rgb(12,65,154);
}

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

body {
  padding-top: 6.25rem;
}

* {
  box-sizing: border-box;
}
.banner{
    height: 100vh;
    overflow: hidden;
}
.banner .hover {
  position: absolute;
  /*top: 50%;*/
  /*top: 32%;*/
  top: 42%;
  transform: translateY(-50%);
  left: 0;
  
  width: 100%;
}

.banner .swiper-slide video {
  display: block;
}
/*.banner .swiper-slide video{*/
/*      height: 100vh;*/
/*  object-fit: cover !important;*/
/*}*/
.banner .swiper-slide .img video{
    /*margin-top: -9.9rem;*/
    /*margin-top: -9.1rem;*/
}
.banner .swiper-slide video,
.banner .swiper-slide .img img {
  /*height: calc(100vh - 6.25rem) !important;*/
  /*height: 100vh;*/
  object-fit: cover;
}
.banner .swiper-slide video{
    height: 100vh;
  object-fit: fill;
}
@keyframes fd {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.banner .swiper-slide .img img {
  width: 100%;
  height: 100vh;
  -webkit-animation: fd 30s ease-out infinite;
  -moz-animation: fd 30s ease-out infinite;
  -o-animation: fd 30s ease-out infinite;
  animation: fd 30s ease-out infinite;
  /*-o-object-fit: cover;*/
  /*object-fit: cover;*/
  /*-webkit-animation-name: banscaleDraw;*/
  /*-webkit-animation-timing-function: ease-in-out;*/
  /*-webkit-animation-iteration-count: infinite;*/
  /*-webkit-animation-duration: 20s;*/
}

.banner .swiper-slide .left {
  font-size: 3.75rem;
  letter-spacing: 1.5px;
  line-height: 4.375rem;
  color: #FFFFFF;
  font-weight: 600;
}
.product-box img{width: 55%;}
.banner .swiper-slide .left .ani {
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
}

.banner .swiper-slide .right img {
  padding: 2rem;
}

.banner .swiper-pagination {
  /*bottom: 2.5rem;*/
  /*bottom: 10.5rem;*/
    bottom: 6.8rem;
    text-align: left;
    padding-left: 6rem;
}

.banner .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  opacity: 1;
  /*background: #fff;*/
  background: #0c419a;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}

.banner .swiper-pagination-bullet-active {
  width: 2.875rem;
  border-radius: 1.875rem;
}

@-webkit-keyframes banscaleDraw {

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

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

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

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

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

@-moz-keyframes banscaleDraw {

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

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

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

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

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

@-o-keyframes banscaleDraw {

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

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

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

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

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

@keyframes banscaleDraw {

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

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

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

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

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

.iconfont {
  font-size: 1rem;
}

.more {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.more p {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: rgb(12,65,154);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.more p span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10.3125rem;
  line-height: 3.4375rem;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}

.more div {
  width: 10.3125rem;
  line-height: 3.4375rem;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: rgb(12,65,154);
}

.more .iconfont {
  font-size: 1rem;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.more:hover p,
.more.active p {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 2.5rem;
}

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

.more.active:hover p {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.title {
    position: relative;
  /*font-size: 2.125rem;*/
  font-size: 1.725rem;
  /*line-height: 3.125rem;*/
  line-height: 3.17rem;
  /*color: #3d3e3e;*/
  /*color:rgb(12,65,154);*/
  color:#fff;
  /*color: #fff;*/
  font-weight: 600;
  z-index:1;
  padding-left: 11%;
}
.title::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content:'';
    /*width: 100%;*/
    width: 20%;
    height: 100%;
    background-image:url("https://resource.sonschn.cn:8043/resource/longpo/quote/icon-img.svg");
    background-repeat: no-repeat;
    z-index: -1;
}
.index_two .title,.index_four .title,.index_five .title{
    position: relative;
  /*font-size: 2.125rem;*/
  font-size: 1.725rem;
  /*line-height: 3.125rem;*/
  line-height: 3.17rem;
  /*color: #3d3e3e;*/
  /*color:rgb(12,65,154);*/
  color:#fff;
  /*color: #fff;*/
  font-weight: 600;
  z-index:1;
  padding-left: 22%;
}
.index_two .title::after,.index_four .title::after,.index_five .title::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content:'';
    /*width: 100%;*/
    width: 41%;
    height: 100%;
    background-image:url("https://resource.sonschn.cn:8043/resource/longpo/quote/icon-img.svg");
    background-repeat: no-repeat;
    z-index: -1;
}
.index_three .title{
    position: relative;
  /*font-size: 2.125rem;*/
  font-size: 1.725rem;
  /*line-height: 3.125rem;*/
  line-height: 3.17rem;
  /*color: #3d3e3e;*/
  /*color:rgb(12,65,154);*/
  /*color:rgb(0 97 174);*/
  color: #333;
  
  /*color: #fff;*/
  font-weight: 600;
  z-index:1;
  padding-left: 9%;
}
.index_three .title::after{
    position: absolute;
    top: 0px;
    left: 0px;
    content:'';
    /*width: 100%;*/
    width: 20.1%;
    height: 100%;
    background-image:url("https://resource.sonschn.cn:8043/resource/longpo/quote/icon-img-white.svg");
    background-repeat: no-repeat;
    z-index: -1;
}
.col-md-6.about-text{
    padding-bottom: 1%;
    margin-top: 2%;
    /*padding-left: 10%;*/
    padding-left: 0%;
}
.subtitle {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: rgb(12,65,154);
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.alignc {
  align-items: center;
}

.index_one {
  padding: 5.625rem 0;
  background: url(../img/2.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.index_one .left {
  background: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  padding: 1.375rem 1.75rem;
  width: 17.875rem;
}

.index_one .left .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 0.75rem;
}

.index_one .left ul li {
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #868686;
}

.index_one .left ul li:hover a,
.index_one .left ul li.active a {
  color: rgb(12,65,154);
}

.index_one .left ul li a {
  color: #868686;
}

.index_one .left ul li a {
  display: flex;
  align-items: center;
}

.index_one .left ul li a div {
  width: 80%;
}

.index_one .left ul li a .iconfont {
  display: block;
  width: 20%;
  font-size: 0.875rem;
  text-align: right;
}

.index_one .right {
  width: calc(100% - 17.875rem);
  padding-left: 3.75rem;
}

.index_one .right .name {
  /*font-size: 1.5rem;*/
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.875rem;
  color: rgb(12,65,154);
}

.index_one .right ul {
  margin: 1rem 0 3.125rem;
}

.index_one .right ul li {
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.5625rem;
  line-height: 2.1875rem;
  color: #868686;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_one .right ul li::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #868686;
  border-radius: 50%;
}

.index_two {
  padding: 5rem 0;
}

.index_two .swiper-button-next {
  right: -5.9375rem;
}

.index_two .swiper-button-prev {
  left: -5.9375rem;
}

.index_two .swiper_btn {
  margin-top: 0;
  top: calc(50% - 2rem);
  transform: translateY(-50%);
}

.index_two .swiper-slide .over {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

.index_two .swiper-slide .over img {
  border-radius: 1rem;
}

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

.index_two .swiper-slide:hover .name {
  font-weight: 600;
  color: rgb(12,65,154);
}

.index_two .swiper-slide .name {
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #868686;
  padding: 1rem;
  position: relative;
  text-align: center;
}

.index_two .swiper-slide .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
}

.index_two .swiper-slide .name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: rgb(12,65,154);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.color-white{color:#fff!important;}
.index_two .swiper-slide:hover .name::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper_pag {
  width: 100%;
  position: relative;
}

.swiper_pag .swiper-pagination-bullet {
  margin: 0 0.5rem;
  width: 0.625rem;
  height: 0.625rem;
  opacity: 1;
  background: rgb(12,65,154);
}

.swiper_pag .swiper-pagination-bullet-active {
  width: 2.875rem;
  border-radius: 1.875rem;
}

.text {
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #868686;
}

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

.swiper_btn .iconfont {
  font-size: 1.25rem;
  display: block;
  line-height: unset;
}

.swiper_btn:hover {
  background: rgb(12,65,154);
  border-color: rgb(12,65,154);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.swiper_btn:hover .iconfont {
  color: #fff;
}

.text16 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.875rem;
  color: #868686
  /*color: #fff;*/
}
.index_four .text16{font-size: 1rem;font-weight: unset;}
.index_three {
    /*background-image: url("https://resource.sonschn.cn:8043/resource/longpo/quote/about2.jpg");*/
    /*background-repeat: no-repeat;*/
  background: #0061ae;
  /*padding: 5.625rem 0;*/
  /*padding: 5.625rem 0 3.625rem;*/
  padding: 2.625rem 0 3.625rem;
  position: relative;
}
.index_three canvas{
    position: absolute;
    /*top: 0%;*/
    top: 0%;
}

.index_three .container>.row {
  align-items: center;
}
.index_three .left .subtitle{
    color: #fff;
    font-size: 30px;
    
    text-indent: 1.3em;
    /*margin: 5% 0 1%;*/
    margin: 3% 0 1%;
}
.index_three .left .text {
  /*margin: 0.875rem 0 1.875rem;*/
  line-height: 41px;
  /*font-size: 1.2rem;*/
  font-size: 1.1rem;
  /*margin: 0.875rem 0 2.875rem;*/
  /*margin: 0.175rem 0 2.875rem;*/
  margin: 0.175rem 0 0;
  text-align: justify;
}

.index_three .left .text p{
  display: block;
  line-height: 46px;
}

/*.index_three .left .text p {*/
/*  display: none;*/
/*}*/

.index_three .left ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*margin-top: 2.8125rem;*/
  /*margin-top: 5.8125rem;*/
  margin-top: 8.8125rem;
}

.index_three .left ul li {
  flex: 1 0 0;
  width: 33.3%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.index_three .left ul li:nth-child(1) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.index_three .left ul li .icon img {
  /*height: 3.125rem;*/
  height: 4.025rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_three .left ul li .number {
  font-size: 1rem;
  line-height: 1;
  margin: 0.75rem 0;
  /*color: rgb(12,65,154);*/
  color:#fff;
}

.index_three .left ul li .number span {
  font-weight: bold;
  font-size: 2.875rem;
  /*color: rgb(12,65,154);*/
  color:#fff;
}

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

.index_three .right .over,
.index_three .right .over img {
  border-radius: 1.25rem;
}

.index_four {
  padding: 5.625rem 0;
}

.index_four .left .over img {
  height: 30.25rem;
  object-fit: cover;
  border-radius: 1.25rem;
}

.index_four .left .over {
  border-radius: 1.25rem;
}

.index_four .left .hover {
  position: absolute;
  width: 80%;
  left: 0;
  padding: 0 0 1.25rem 2.1875rem;
  z-index: 2;
  bottom: 22px;
}

.index_four .left .hover .name,
.index_four .left .hover .data {
  color: #FFFFFF;
}

.index_four .left .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}

.index_four .left .swiper-pagination-bullet-active {
  background: #fff;
}

.index_four .swiper-slide:hover .name {
  color: rgb(12,65,154);
}

.index_four .swiper-pagination {
  text-align: right;
  /*bottom: 1.75rem;*/
  bottom: 44px;
  right: 2.25rem;
  left: auto;
  width: auto;
}

.index_four .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #878787;
}

.index_four .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #0A0A0A;
}

.index_four ul li {
  padding: 1.125rem 0;
}

.index_four ul li a {
  display: flex;
  align-items: flex-start;
}

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

.index_four ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.1;
}

.index_four ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1875rem;
  background: rgb(12,65,154);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.index_four ul li:hover .name {
  color: rgb(12,65,154);
}

.index_four ul li:hover::after {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_four ul li .name {
  margin-top: 0.625rem;
}

.index_four ul li .over img {
  height: 8.3125rem;
  border-radius: 1rem;
  width: 11.875rem;
  object-fit: cover;
}

.index_four ul li .right1 {
  width: calc(100% - 11.875rem);
  padding-left: 1.875rem;
}

.index_four ul li .over {
  border-radius: 1rem;
}

.index_five ul,
.page_parent ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -1rem 0;
}

.index_five ul li,
.page_parent ul li {
  width: 20% !important;
  padding: 0 1rem;
  margin-bottom: 1.875rem;
}

.index_five ul li .over,
.page_parent ul li .over {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.index_five ul li .over,
.page_parent ul li .over,
.index_five ul li .over img,
.page_parent ul li .over img {
  border-radius: 0.5rem;
}

.index_five ul li:hover .over,
.page_parent ul li:hover .over {
  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;
}

.page_parent ul li .over {
  border: 1px solid #ddd;
}

.list_honor {
  background: #f5f5f5;
}

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

.list_honor .ul li>div {
  border: 1px solid #ddd;
  background: #fff;
  padding: 0.55rem;
}
.list_honor .ul li>div>span{
    padding: 5px 5px 0;
    display: block;
    text-align: center;
    font-size: 17px;
}
.index_five {
  background: #E8ECF1;
  padding: 5.625rem 0;
}

.index_five ul {
  margin-top: 2.1875rem;
}

.index_five .tempWrap {
  width: 100% !important;
}

.list_service_11 {
  align-items: center;
}

.list_service_11 .right>div {
  line-height: 2.4rem;
  display: flex;
  margin-bottom: 1rem;
}

.list_service_11 .right>div>span {
  width: 5.625rem;
}

.list_service_11 .right>div>span.w100 {
  width: 100%;
}

.list_service_11 .right>div p {
  width: calc(100% - 5.625rem);
}

footer {
  background: #3c3c3c;
}

footer .top {
  padding: 3.75rem 0 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .top ul {
  display: flex;
  justify-content: space-between;
}

footer .top ul li {
  flex: 1 0 0;
  width: 14.28%;
}
footer .top ul li:last-child{text-align: center;}
footer .top ul li:last-child>img{width: 65%;}
footer .top a:hover {
  /*color: rgb(200,22,29);*/
  color:rgb(253,52,31);
}

footer .top .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #D2D2D2;
}

footer .bot {
  padding-bottom: 2.1875rem;
  margin-top: 1.875rem;
}

footer .bot .flex11 {
  display: flex;
}

footer .bot .logo {
  width: 20.5%;
}

footer .bot .logo img {
  /*filter: brightness(0) invert(1);*/
  /*height: 5.3125rem;*/
  height: 4.7125rem;
}

footer .bot .tel {
  font-size: 2.25rem;
  line-height: 3.125rem;
  color: #FFFFFF;
}

footer .bot .name:nth-child(2) {
  margin-bottom: 0;
}

footer .bot .left2 {
  width: 25.5%;
}

footer .bot .left3 {
  width: 26%;
}

footer .bot .left4 {
  /*width: 27%;*/
  width: 32%;
}

footer .bot .left4 .text {
  color: #FFFFFF;
}

footer .bot .left4 .fenxiang {
  justify-content: flex-start;
  color: #FFFFFF;
  margin-top: 0.625rem;
}

footer .bot .left4 .fenxiang .social-share li a {
  color: #fff !important;
}

footer .bot .pad_l {
  padding-left: 2.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

footer .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

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

.nyban .hover .p1 {
  font-weight: bold;
  font-size: 3.375rem;
  line-height: 4rem;
  color: #FFFFFF;
}
.nyban .hover p.t2{
    font-size: 26px;
    line-height: 18px;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
}
.nyban .content {
  display: inline-block;
}

.nyban .content .p2 {
  font-size: 1.375rem;
  color: #fff;
  margin-top: 0.5rem;
}

.nyerji {
  line-height: 4.3125rem;
  border-bottom: 1px solid #D3D3D3;
}

.nyerji ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nyerji ul li {
  font-size: 1.2rem;
  color: #03669B;
  margin-right: 3rem;
}

.nyerji ul li a {
  color: #4C4C4C;
  position: relative;
}

.nyerji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: rgb(12,65,154);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.nyerji ul li:hover a,
.nyerji ul li.active a {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: rgb(12,65,154);
}

.nyerji ul li:hover a::before,
.nyerji ul li.active a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.bread {
  font-size: 1rem;
  color: #9B9B9B;
}

.bread span:last-child {
  display: none;
}

.bread a {
  color: #9B9B9B;
}

.bread a:hover {
  color: rgb(12,65,154);
}

.p100 {
  padding: 6.25rem 0;
}

.list_contact .title {
  margin-bottom: 1.25rem;
  
}

.list_contact form p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #3D3D3D;
  margin-bottom: 1.375rem;
}

.list_contact form input {
  border: 1px solid #E5E5E5;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 3.4375rem;
  width: 100%;
  color: #7F7F7F;
  background-color: #E8ECF1;
}

.list_contact form textarea {
  height: 7rem;
  border: 1px solid #E5E5E5;
  line-height: 1.875rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  color: #7F7F7F;
  width: 100%;
  display: block;
  background-color: #E8ECF1;
}

.list_contact form button {
  width: 11.25rem;
  text-align: center;
  line-height: 3.4375rem;
  background: rgb(0 97 174);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1rem;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_contact form button .iconfont {
  font-size: 1rem;
  margin-left: 0.375rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact form button:hover {
  background: #000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact form button:hover .iconfont {
  transform: translateX(0.5rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_contact .left ul li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
  margin-bottom: 1.45rem;
}

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

.list_contact .left ul li .icon {
  width: 2.5rem;
}

.list_contact .left ul li p {
  width: calc(100% - 2.5rem);
}

.list_contact .left ul li {
  font-size: 1.275rem;
}

.list_contact .left ul li .iconfont {
  font-size: 1.375rem;
  color: #0061ae;
}

#mapDiv {
  height: 36.875rem;
}

#mapDiv .tdt-infowindow-content p {
  margin-top: 0.375rem;
  line-height: 1.25rem;
}

.list_qa .ul li {
  border-bottom: 1px solid rgba(142, 142, 142, 0.15);
}

.list_qa .ul li.active .bot {
  display: block;
}

.list_qa .ul li .top {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #606060;
  padding: 1rem 2rem;
  cursor: pointer;
}

.list_qa .ul li .top div {
  width: 90%;
}

.list_qa .ul li .top p {
  width: 10%;
  text-align: right;
}

.list_qa .ul li .top p .iconfont {
  display: inline-block;
  font-size: 1rem;
  color: #606060;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_qa .ul li .bot {
  padding: 1rem 2rem;
  display: none;
}

.list_qa .ul li:hover .top,
.list_qa .ul li.active .top {
  background: rgb(12,65,154);
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_qa .ul li:hover .top p .iconfont,
.list_qa .ul li.active .top p .iconfont {
  color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transform: rotate(180deg);
}

.list_download .ul li:nth-child(1) {
  background: rgb(12,65,154);
  color: #fff;
}

.list_download .ul li:last-child {
  margin-bottom: 1.25rem;
}

.list_download .ul li {
  line-height: 3.75rem;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.125rem;
  color: #686868;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_download .ul li>div {
  float: left;
  text-align: center;
}

.list_download .ul li>div:nth-child(1) {
  width: 10%;
}

.list_download .ul li>div:nth-child(2) {
  width: 30%;
}

.list_download .ul li>div:nth-child(3) {
  width: 20%;
}

.list_download .ul li>div:nth-child(4) {
  width: 20%;
}

.list_download .ul li>a:nth-child(5) {
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  color: rgb(12,65,154);
  justify-content: center;
}

.list_download .ul li>a:nth-child(5) .iconfont {
  font-size: 1rem;
  margin-left: 1.5rem;
}

.list_download .ul li>a:nth-child(5):hover .iconfont {
  animation: shangxia 2s infinite;
}

@keyframes shangxia {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

.list_download .ul li: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.625rem rgba(32, 150, 213, 0.2);
}

@media (max-width: 767px) {
    .banner .swiper-slide .img img {
          width: 100%;
          -webkit-animation: unset;
          -moz-animation: unset;
          -o-animation: unset;
          animation: unset;
          /*-o-object-fit: cover;*/
          /*object-fit: cover;*/
          /*-webkit-animation-name: banscaleDraw;*/
          /*-webkit-animation-timing-function: ease-in-out;*/
          /*-webkit-animation-iteration-count: infinite;*/
          /*-webkit-animation-duration: 20s;*/
        }
  .list_download .ul li>div:nth-child(3) {
    display: none;
  }

  .list_download .ul li>div:nth-child(2) {
    width: 60%;
  }

  .list_download .ul li>a:nth-child(4) {
    width: 30%;
  }

  .list_download .ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 26px;
    padding: 15px 0;
  }

  .list_download .ul li>div:nth-child(3) {
    display: block;
  }

  .list_download .ul li>div:nth-child(4) {
    display: none;
  }

  .list_download .ul li {
    padding: 15px 10px;
  }

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

  .list_download .ul li>a:nth-child(5) {
    width: 30%;
  }
}

.bor20 {
  border-radius: 1.25rem;
}

.list_news .name {
  /*font-size: 1.875rem;*/
  font-size: 1.475rem;
  line-height: 2.5rem;
  color: #000000;
  margin: 0.625rem 0;
}

.list_news .data {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #565656;
}

.list_news .more {
  margin-top: 2.5rem;
}

.list_news .ul li {
  padding: 2.6875rem 0;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  align-items: center;
}

.list_news .ul li .left {
  padding-right: 1.5625rem;
}

.list_news .ul li .left img {
  /*height: 21.875rem;*/
  height: 14.875rem;
  object-fit: cover;
}

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

.list_news .ul li:hover .name {
  color: rgb(12,65,154);
}

.list_news .ul li .right {
  padding-left: 1.5625rem;
  padding-bottom: 2rem;
}

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

.list_news .ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgb(12,65,154);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

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

.text {
  font-size: 1rem;
  line-height: 1.875rem;
  /*color: #565656;*/
  color: rgb(12,65,154);
  color:#fff;
}

.show_top {
  position: relative;
  padding: 1.25rem 0 5rem;
}

.show_top .title {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.125rem;
  color: #2D2D2D;
}

.show_top .data {
  font-size: 1rem;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
  color: #6B6B6B;
}

.show_top .data .pr {
  display: flex;
  align-items: center;
}

.show_top .data .pr .social-share {
  display: flex;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-left: 0.625rem;
}

.show_top .data .pr .social-share .social-share-icon {
  font-size: 1rem;
}

.show_top .data .pr:hover ul {
  opacity: 1;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_top .data div {
  display: flex;
  align-items: center;
}

.show_top .data .iconfont {
  font-size: 1.25rem;
}

.show_top .data>div {
  margin-right: 2.5rem;
  cursor: pointer;
}

.show_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E8ECF1;
  z-index: -1;
}

.show_top .bread {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #929292;
}

.show_top .bread a {
  color: #929292;
}

.show_top .bread span:last-child {
  display: none;
}

.show_top .title {
  margin: 6.25rem 0 1.25rem;
}

.show_body {
  padding-top: 6.25rem;
}

.show_news {
  padding-bottom: 8.125rem;
}

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

.show_news .text strong {
  color: #232323;
}

.show_news .shangxia .shang .iconfont,
.show_news .shangxia .xia .iconfont {
  font-size: 1.5rem;
}

.show_news .shangxia .shang a,
.show_news .shangxia .xia a {
  display: flex;
  align-items: center;
}

.show_news .shangxia {
  margin-top: 6.875rem;
  padding-top: 1.5625rem;
  border-top: 1px solid #CBCBCB;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.show_left {
  padding-right: 3.4375rem;
}

.show_right {
  position: sticky;
  top: 7.5rem;
  height: 100%;
}

.show_right .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #232323;
  margin-bottom: 1.5625rem;
}

.show_right ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #E4E4E4;
}

.show_right ul li .left1 {
  width: 0;
  float: left;
}

.show_right ul li p {
  width: 100%;
  float: right;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_right ul li:hover .left1 {
  width: 30%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_right ul li:hover a {
  padding-left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_right ul li:hover a::before {
  display: none;
}

.show_right ul li:hover p {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  width: 70%;
  padding-left: 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

.show_right ul li:first-child {
  border-top: 1px solid #E4E4E4;
}

.show_right ul li a {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #565656;
  position: relative;
  padding-left: 1.5625rem;
}

.show_right ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background: rgb(12,65,154);
}

.show_right ul li:hover a {
  color: rgb(12,65,154);
}

@media (max-width: 1440px) {
  .show_top .title {
    font-size: 2.375rem;
  }
}

@media (max-width: 990px) {
  .show_top .title {
    font-size: 26px;
    line-height: 34px;
  }

  .show_left {
    padding-right: 15px;
  }

  .show_right {
    position: static !important;
    margin-top: 25px;
  }

  .show_right ul li:hover .left1 {
    width: 100px;
  }

  .show_right ul li:hover p {
    width: calc(100% - 100px);
  }
}

@media (max-width: 767px) {
    .nyban .hover p.t2{
        font-size: 16px;
        margin-top: 0;
    }
  .show_top .bread,
  .show_top .data .pr {
    display: none;
  }

  .show_top .title {
    font-size: 20px;
    line-height: 30px;
  }

  .show_top .title {
    margin: 0 0 15px;
  }

  .show_top {
    padding: 25px 0;
  }

  .show_news {
    padding-bottom: 25px;
    margin-top: 25px;
  }

  .show_news .shangxia {
    margin-top: 25px;
    padding-top: 20px;
  }

  .show_right .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }

  .show_right ul li a {
    font-size: 14px;
  }
}

table td {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #4C4C4C;
  vertical-align: middle !important;
  /*padding: 0.375rem 3rem !important;*/
  padding: 0;
  /*white-space: nowrap;*/
}

table td:nth-child(1) {
  background: #F5FAFD;
  text-align: center;
  /*border-right: 1px solid #DDDDDD !important;*/
}

table td:nth-child(2) {
  background: #fff;
}

table tr {
  background: #EFF2F4;
  border: 1px solid #DDDDDD !important;
}

table .p_l {
  padding-left: 4.0625rem;
}

.list_case .left,
.list_pro .left {
  width: 28.8125rem;
  padding: 5rem 4.0625rem 5rem 6.25rem;
  height: auto;
  position: sticky;
  top: 6.25rem;
  height: 100%;
}

.list_case .left ul li,
.list_pro .left ul li {
  font-size: 1.125rem;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #868686;
  position: relative;
}

.list_case .left ul li::before,
.list_pro .left ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #fff;
}

.list_case .left ul li::after,
.list_pro .left ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background: rgb(12,65,154);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_case .left ul li:hover a,
.list_pro .left ul li:hover a,
.list_case .left ul li.active a,
.list_pro .left ul li.active a {
  color: rgb(12,65,154);
}

.list_case .left ul li:hover::before,
.list_pro .left ul li:hover::before,
.list_case .left ul li.active::before,
.list_pro .left 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;
}

.list_case .left ul li:hover::after,
.list_pro .left ul li:hover::after,
.list_case .left ul li.active::after,
.list_pro .left ul li.active::after {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 1;
}

.list_case .left ul li a,
.list_pro .left ul li a {
  padding: 0 1.25rem 0 2.1875rem;
  position: relative;
}

.list_case .left .name,
.list_pro .left .name {
  font-size: 1.625rem;
  line-height: 3.4375rem;
  color: #000000;
  margin-bottom: 0.5rem;
}

.list_case .right,
.list_pro .right {
  width: calc(100% - 28.8125rem);
  padding: 5rem 0 6.25rem 3.4375rem;
}

.list_case .fle,
.list_pro .fle {
  display: flex;
  position: relative;
}

.list_case .fle::before,
.list_pro .fle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #E8ECF1;
  width: 28.8125rem;
}

.list_case .right .text {
  text-align: justify;
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #868686;
}

.list_case .right .title {
  margin-bottom: 1rem;
}

.list_case .right .row {
  margin: 0 -1.375rem;
}

.list_case .right .row .left1,
.list_case .right .row .right1 {
  padding: 0 1.375rem;
}

.list_case .right .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_case .right .hover .iconfont {
  color: #fff;
  font-size: 3rem;
}

.list_case .right .about_pro .swiper-pagination {
  bottom: 0;
}

.list_case .right .about_pro .title {
  margin-bottom: 2.1875rem;
}

.list_case .right .about_pro .swiper-slide {
  padding-bottom: 2.5rem;
}

.squera_pro>a {
  border: 1px solid #D3D3D3;
  border-radius: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  height: 100%;
  position: relative;
}

.squera_pro>a .img {
  padding: 0.875rem 0;
}

.squera_pro>a img {
  /*height: 16.75rem;*/
  height: auto;
  object-fit: contain;
}

.squera_pro>a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  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.25rem;
  background: rgb(12,65,154);
}

.squera_pro>a .name {
  font-size: 1.15rem;
  /*display: flex;*/
  display: block;
  align-items: center;
  padding: 0 1.25rem 1.5rem;
  justify-content: center;
  line-height: 2.5rem;
  color: #868686;
}

.squera_pro:hover>a {
  box-shadow: 0 0 1rem rgba(41, 165, 223, 0.3);
  border-color: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.squera_pro:hover>a::before {
  width: calc(100% - 1.75rem);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.squera_pro:hover>a .name {
  color: rgb(12,65,154);
}

.squera_pro:hover>a img {
  transform: scale(1.1);
}

.font18 {
  font-size: 1.125rem;
  line-height: 2.1875rem;
  color: #868686;
}

.list_pro .squera_pro {
  margin-bottom: 1.875rem;
}

.list_pro .right .bread {
  position: absolute;
  top: 1rem;
  right: 0;
}

.show_pro {
  padding-bottom: 3.75rem;
}

.show_pro .bread {
  padding-top: 1rem;
}

.show_pro .left>div {
  border: 1px solid #D8D8D8;
}

.show_pro .left>div img {
  height: 30.3125rem;
  width: 30.3125rem;
  display: block;
    margin: 0 auto;
  /*object-fit: contain;*/
  /*object-position: center;*/
}

.show_pro .right .title {
  margin-bottom: 0.75rem;
  padding-top: 4rem;
}
.show_pro .right .desc{
    line-height: 40px;
    font-size: 18px;
}
.show_pro .right p {
  padding-left: 1.5rem;
  position: relative;
}

.show_pro .right p::before {
  content: "";
  position: absolute;
  top: 0.825rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #868686;
}

.show_pro .row {
  margin: 0 -3.125rem;
}

.show_pro .row .left,
.show_pro .row .right {
  padding: 0 3.125rem;
}

.show_pro_qh {
  line-height: 4.375rem;
  background: rgb(12,65,154);
}

.show_pro_qh ul li {
  font-size: 1.125rem;
  float: left;
  cursor: pointer;
  position: relative;
  margin-right: 4.0625rem;
  color: #FFFFFF;
}

.show_pro_qh ul li a {
  color: #fff;
}

.show_pro_qh ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.125rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.show_pro_qh ul li:hover::before,
.show_pro_qh 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;
}

.p_t_b80 {
  padding: 6.25rem 0 5rem;
}

.pro_sum .title {
  display: inline-block;
  padding-right: 4.6875rem;
}

.pro_sum .title p {
  font-size: 7.5rem;
  /*color: #309ACE;*/
  color: #0061ae;
  
  opacity: 0.1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.show_pro_two .left {
  height: 100%;
  position: sticky;
  top: 11.25rem;
}

.show_pro_three {
  background: #E8ECF1;
}

.show_pro_three .name {
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: rgb(12,65,154);
  font-weight: 600;
}

.show_pro_three .font18 {
  margin: 0.625rem 0 2.5rem;
}

.show_pro_three .left {
  padding-right: 10rem;
}

.show_pro_three .swiper-button-prev,
.show_pro_four .swiper-button-prev {
  left: -6.25rem;
}

.show_pro_three .swiper-button-next,
.show_pro_four .swiper-button-next {
  right: -6.25rem;
}

.about_pro_swiper,
.about_pro_swiper1 {
  margin: 1.25rem 0 0;
}

.about_pro_swiper .swiper-container,
.about_pro_swiper1 .swiper-container {
  margin: 0 -1.25rem;
}

.about_pro_swiper .swiper-slide,
.about_pro_swiper1 .swiper-slide {
  padding: 1.25rem;
}

.list_about .font18 {
  margin-top: 1.25rem;
  text-align: justify;
}

.list_about .row {
  margin: 0 -1.4375rem;
}

.list_about .row .left,
.list_about .row .right {
  padding: 0 1.4375rem;
}

.list_about .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_about .hover .iconfont {
  color: #fff;
  display: block;
  font-size: 4rem;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.5));
}

.list_about .right:hover img {
  transform: scale(1.1);
}

.list_about_two ul li {
  text-align: center;
}

.list_about_two .name {
  font-size: 1.875rem;
  position: relative;
  padding-bottom: 0.25rem;
  margin-top: 0.75rem;
  line-height: 3.125rem;
  color: #FFFFFF;
}

.list_about_two .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.1875rem;
  height: 0.1875rem;
  background: #FFFFFF;
}

.list_about_two .text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 0.9375rem;
  color: #FFFFFF;
}

.list_about_two .icon img {
  height: 4.125rem;
}

.list_about_two .row {
  align-items: flex-start;
  margin: 3.75rem -3.5rem 0;
}

.list_about_two .row>li {
  padding: 0 3.5rem;
}

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

.list_join .bot .ul li:hover>div {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list_join .bot .ul li .name {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
  color: rgb(12,65,154);
}

.list_join .bot .ul li>div {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #FFFFFF;
  border: 1px solid rgba(23, 63, 134, 0.1);
  border-radius: 1.25rem;
  padding: 1rem 1.5rem 0.9625rem;
  height: 100%;
}

.list_join .bot .ul li .text {
  color: rgba(0, 0, 0, 0.6);
  margin: 0.625rem 0 3.125rem;
}

.join_pop_up #staticBackdropLabel {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.25rem;
  text-transform: uppercase;
  color: rgb(12,65,154);
}

.join_pop_up .name {
  /*font-weight: 700;*/
  font-weight: 400;
  /*font-size: 1.125rem;*/
  font-size: 1.525rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  color: rgb(12,65,154);
}

.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: rgb(12,65,154);
}

.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 a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: lowercase;
  color: rgb(12,65,154);
}

.modal-open {
  padding-right: 0 !important;
}

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

.guidePage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow: hidden;
  /*background: #fff;*/
  
}

.guidePage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guidePage.active {
  width: 12.625rem;
  transition: all 1s;
  -webkit-transform: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  left: 5.625rem;
  height: 4.0625rem;
  top: 1.125rem;
  transform: scale(1);
  position: absolute;
}

.guidePage>img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 4.0625rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.guidePage.active1>img {
  /*opacity: 1;*/
  opacity: 0;
  transition: all 0.6s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.guidePage.active1 video {
  transform: scale(1);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
}

.list_shouhou ul {
  margin: 0 -3rem;
}

.list_shouhou ul li {
  padding: 0 3rem;
}

.list_shouhou ul li>div {
  box-shadow: 0 0 1rem rgba(161, 161, 161, 0.61);
  border-radius: 1.25rem;
  padding: 3rem 3rem;
  height: 100%;
  position: relative;
}

.list_shouhou ul li .num {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgb(0 97 174);
  color: #fff;
  text-align: center;
  line-height: 5rem;
  font-size: 2.2rem;
  font-style: italic;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}


/*首页产品动画-----------------------------------------------------------------------------------------------------------------------------------*/
/*.banner .product-box{*/
/*    animation: float3 2s ease-in-out infinite;*/
/*}*/


@keyframes float3 {
    0%,100%{  
        transform: translateY(0px);
    }  
    50% {  
        transform: translateY(-20px);  
    }  
}
.icon-jiahao:before,.icon-jiahao:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 1890px) {
    /*.banner .swiper-slide .img video{margin-top: -6.9rem;}    */
}
@media (max-width: 1840px) {
    /*.banner .swiper-slide .img video{margin-top: -6.9rem;}    */
}
@media (max-width: 1800px) {
    /*.banner .swiper-slide .img video{margin-top: -6.1rem;}    */
}
@media (max-width: 767px) {
    /*.banner .swiper-slide .img video{margin-top: -1.1rem;}   */
    .show_pro .left>div img{height: auto;}
    .join_pop_up .modal-header{padding: 0.375rem 1.25rem;}
    .join_pop_up #staticBackdropLabel{font-size: 1.55rem;}
    .join_pop_up .name{font-size: 1.225rem;}
    .join_pop_up .modal-body{padding: 0.675rem 0 1.125rem;}
    .join_pop_up .modal_end li a{font-size: 1.2rem;line-height: 1.3;}
    .join_pop_up .modal_end{padding: 0.5rem 0;}
}




















