body {
  background: url(../images/con-bg.png) no-repeat;
  background-size: cover;
}

/*.Other002373*/
.Other002373 #fullPage {
  height: 100%;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  transition: all 700ms ease;
}
#fp-nav {
  left: 2vw !important;
  right: auto !important;
}
#fp-nav ul li + li {
  position: relative;
  margin-top: 30px;
}
#fp-nav ul li:last-child {
  display: none;
}
#fp-nav ul li a {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0 auto;
}
#fp-nav ul li a span {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #ccc;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
#fp-nav ul li:hover a span {
  background: url(../images/on.svg) no-repeat center;
  border-radius: 0;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  background-size: contain;
}

.fp-viewing-footer #fp-nav,
.fp-viewing-footer .Top002262 {
  display: none;
}

/*Top002262*/
.Top002262 {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
}
.Top002262_fixed {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.Top002262 .header-left {
  float: left;
  width: 30%;
  display: table;
  height: calc(150 / 16 * 1em);
  max-width: calc(154 / 16 * 1em);
  transition: 0.3s;
}
.Top002262_fixed .header-left {
  max-width: calc(110 / 16 * 1em);
  height: calc(100 / 16 * 1em);
}
.Top002262 .logo {
  display: table-cell;
  vertical-align: middle;
}
.Top002262 .header-mids,
.Top002262 .header-right {
  float: right;
}
.Top002262 .header-right dd {
  float: left;
  padding: calc(35 / 16 * 1em) 0;
}
.Top002262 .search {
  position: relative;
  z-index: 100;
}
.Top002262 .open-search {
  background: url(../images/search-white.svg) no-repeat center center;
  width: calc(30 / 16 * 1em);
  height: calc(30 / 16 * 1em);
  display: block;
  background-size: auto 70%;
}
.Top002262_on .open-search,
.Top002262_fixed .open-search {
  background-image: url(../images/search.svg);
}
.Top002262 .top-search {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  border: 1px solid #b4b4b4;
  background: rgba(0, 0, 0, 0.2);
}
.Top002262 .top-search .text {
  width: calc(254 / 16 * 1em);
  line-height: calc(46 / 16 * 1em);
  height: calc(46 / 16 * 1em);
  color: #fff;
  padding: 0 calc(46 / 16 * 1em) 0 calc(12 / 16 * 1em);
  background: none;
  font-size: 1em;
}
.Top002262 .top-search .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: calc(46 / 16 * 1em);
  width: calc(46 / 16 * 1em);
  background: url(../images/search.svg) no-repeat center;
  background-size: auto 40%;
}
.Top002262 .top-search .btn::before {
  position: absolute;
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #b4b4b4;
  top: -16px;
  right: 4px;
}
.search-show .Top002262 .top-search {
  display: block;
}
.Top002262 .open-search.on:before,
.Top002262 .open-search.on:after {
  background: #00307b;
}
.Top002262 .header-right .open-menu {
  position: relative;
}
.Top002262 .header-mids li .sub {
  display: none;
}
.Top002262 .header-mids li span,
.Top002262 .header-mids li a {
  display: block;
}
@media (min-width: 1025px) {
  .Top002262 .header-right dd:last-child {
    display: none;
  }
  .Top002262 .header-mids li {
    margin-right: 4.5vw;
    float: left;
    position: relative;
  }
  .Top002262 .header-mids li span {
    position: relative;
  }
  .Top002262 .header-mids li span a {
    line-height: calc(100 / 18 * 1em);
    position: relative;
    color: #fff;
    font-size: calc(18 / 16 * 1em);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .Top002262_on .header-mids li span a,
  .Top002262_fixed .header-mids li span a {
    color: #333;
  }
  .Top002262 .header-mids li span a::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    height: 6px;
    width: 0;
    transition: ease-in-out 0.3s;
    transform: translateX(-50%);
    border-radius: 0 0 2px 2px;
  }
  .Top002262 .header-mids li span a:hover::before,
  .Top002262 .header-mids li.aon span a::before {
    width: 100%;
    background: #fff;
  }

  .Top002262_on .header-mids li span a:hover::before,
  .Top002262_on .header-mids li.aon span a::before,
  .Top002262_fixed .header-mids li span a:hover::before,
  .Top002262_fixed .header-mids li.aon span a::before {
    width: 100%;
    background: #00307b;
  }
  .Top002262 .header-mids li span a:hover,
  .Top002262 .header-mids li.aon span a {
    color: #fff;
  }
  .Top002262_on .header-mids li span a:hover,
  .Top002262_on .header-mids li.aon span a,
  .Top002262_fixed .header-mids li span a:hover,
  .Top002262_fixed .header-mids li.aon span a {
    color: #00307b;
  }
.Top002262 .header-mids li .sub{width:130%;left: 50%;overflow:hidden;background: #fff;padding: 0;border-radius: 6px;box-shadow: 0 0 15px rgba(0,0,0,.2);position: absolute;width: 140px;margin-left: -70px;top: 80%;}
.Top002262 .header-mids li .sub-menu{ padding:10px; text-align:center;}
.Top002262 .header-mids li .sub-menu dt{ border-bottom:1px solid #f2f2f2;line-height: 1.2;padding: 15px 0}
.Top002262 .header-mids li .sub-menu dt:last-child{ border-bottom:0;}
.Top002262 .header-mids li .sub-menu dt a{color:#666; transition:0.3s;}
.Top002262 .header-mids li .sub-menu dt a:hover{ background:none; color:#e60012; }
}
@media (max-width: 1024px) {
  .Top002262 .open-menu i {
    margin-top: 0;
    background: #fff;
  }
  .Top002262.Top002262_fixed .open-menu i{background: #666}
  .Top002262 .header-left {
    height: calc(60 / 16 * 1em);
  }
  .Top002262 .header-right dd {
    padding: calc(15 / 16 * 1em) 0;
  }
  .Top002262 .header-right dd:not(:first-child) {
    padding-left: calc(25 / 16 * 1em);
  }
  .Top002262 .open-menu {
    margin: calc(10 / 16 * 1em) 0;
    margin-left: calc(25 / 16 * 1em);
    width: calc(40 / 16 * 1em);
    height: calc(40 / 16 * 1em);
  }
  .Top002262 .header-mids {
    position: fixed;
    right: -100%;
    opacity: 0;
    top: calc(60 / 16 * 1em);
    bottom: 0;
    overflow: auto;
    z-index: 99;
    width: 40%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    width: 45%;
    background: rgba(255, 255, 255, 0.95);
  }
  .menu-show .Top002262 .header-mids {
    right: -1px;
    opacity: 1;
  }
  .Top002262 .open-menu:not(.on) i:nth-child(1) {
    margin-top: calc(-10 / 16 * 1em);
  }
  .Top002262 .open-menu:not(.on) i:nth-child(3) {
    margin-top: calc(10 / 16 * 1em);
  }
  .Top002262 .logo img {
    max-height: calc(40 / 16 * 1em);
  }
  .Top002262 .header-mids li {
    border-bottom: 1px solid #eaeaea;
  }
  .Top002262 .header-mids li span {
    line-height: calc(50 / 16 * 1em);
    padding: 0 4em 0 1em;
    font-size: calc(16 / 16 * 1em);
  }
  .Top002262 .header-mids li dt{padding-left: 2em;padding-right: 1em;line-height: 2}
  .Top002262 .has-multi aside .op-multi:before,
  .Top002262 .has-multi aside .op-multi:after,
  .Top002262 .has-sub span .op:before,
  .Top002262 .has-sub span .op:after {
    transform: translate(0, 0);
    width: 7px;
  }
  .Top002262 .has-multi aside .op-multi:after,
  .Top002262 .has-sub span .op:after {
    height: 7px;
    width: 2px;
  }
  .Top002262 .has-multi aside .op-multi,
  .Top002262 .has-sub span .op {
    right: 2%;
    transform: rotate(135deg);
  }
  .Top002262 .has-sub span .op:before,
  .Top002262 .has-sub span .op:after {
    background-color: #00307b;
  }
  .Top002262 .has-sub span .op.click {
    transform: rotate(225deg);
  }
}

/*Banner003192 */
.Banner003192 {
  position: relative;
  background: #000;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .Banner003192 .pc {
    height: 100vh;
    display: block;
    width: 100%;

  }
   .Banner003192 .slick-active .pc {animation: scaleUp 30s infinite;}
  .Banner003192 .wap {
    display: none;
  }
}
@keyframes scaleUp {
    0% {
        transform: scale(1); /* 初始状态 */
    }
    50% {
        transform: scale(1.05); /* 中间状态，放大到 1.1 */
    }
    100% {
        transform: scale(1); /* 结束状态，回到初始 */
    }
}
@media (max-width: 1024px) {
  .Banner003192 .pc {
   padding-bottom: 72%;
  }
}
.Banner003192 li.slick-slide {
  position: relative;
}
.Banner003192 li.slick-slide .txt{position: absolute;top: 50%;left: 50%;width: 100%;transform: translate(-50%,-50%);z-index: 9;}
.Banner003192 li.slick-slide .txt .subtit,
.Banner003192 li.slick-slide .txt .title{transform: translateY(60px); opacity: 0;transition: 0.6s 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75);;color: #ffffff;font-size: 64px;font-weight: bold;text-shadow: 0 0 5px #193C7F, 0 0 10px #193C7F, 0 0 20px #193C7F;}
.Banner003192 li.slick-slide .txt .subtit{transition-delay: 1s;font-size: 20px;line-height: 36px;margin-top: 20px;font-weight: normal;letter-spacing:5px;}
.Banner003192 li.slick-slide.slick-active .title,
.Banner003192 li.slick-slide.slick-active .subtit{transform: translateY(0); opacity: 1;}






.Banner003192 .slick-pages {
  position: absolute;
  left: calc(151.5 / 1920 * 100vw);
  bottom: calc(66 / 20 * 1em);
  color: #fff;
  z-index: 20;
  font-size: calc(20 / 16 * 1em);
}
.Banner003192 .slick-dots {
  position: absolute;
  right: calc(151.5 / 1920 * 100vw);
  bottom: calc(66 / 20 * 1em);
  z-index: 20;
}
.Banner003192 .slick-dots li {
  float: left;
  width: calc(30 / 1920 * 100vw);
  height: 4px;
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.5;
  margin-left: 10px;
  border-radius: 2px;
}
.Banner003192 .slick-dots li button {
  display: none;
}
.Banner003192 .slick-dots li.slick-active {
  opacity: 1;
}

.Banner003192 .mouse {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: calc(-17 / 16 * 1em);
  bottom: calc(58 / 16 * 1em);
  width: calc(34 / 16 * 1em);
  height: calc(48 / 16 * 1em);
  border-radius: calc(17 / 16 * 1em);
  border: solid 2px #fff;
}
.Banner003192 .mouse:after {
  position: absolute;
  content: "";
  width: calc(3 / 16 * 1em);
  height: calc(10 / 16 * 1em);
  background-color: #fff;
  top: calc(8 / 16 * 1em);
  left: 50%;
  margin-left: calc(-1.5 / 16 * 1em);
  animation: infinite 1s linear updown;
}

@keyframes updown {
  0% {
    top: calc(8 / 16 * 1em);
    opacity: 1;
  }
  100% {
    top: calc(30 / 16 * 1em);
    opacity: 0;
  }
}

.Hometitle {
  margin-bottom: calc(50 / 1920 * 100vw);
  position: relative;
  z-index: 1;
  line-height: 1;
  letter-spacing: 2px;
  color: #00307b;
}
.Hometitle .cn {
  font-size: calc(36 / 16 * 1em);
}
.Hometitle .en,
.Hometitle .bg {
  text-transform: uppercase;
}
.Hometitle .en {
  font-size: calc(20 / 16 * 1em);
  padding-top: calc(10 / 20 * 1em);
}
.Hometitle .bg {
  font-size: calc(80 / 16 * 1em);
  opacity: 0.05;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-weight: bold;
  z-index: -1;
  color: #00307b;
}

.index-more a {
  display: inline-block;
  color: #00307b;
  border: solid 2px #00307b;
  line-height: calc(45 / 16 * 1em);
  border-radius: calc(45 / 16 * 1em);
  padding: 0 calc(70 / 16 * 1em) 0 calc(30 / 16 * 1em);
  background: url(../images/more.svg) no-repeat right calc(30 / 16 * 1em) center;
  background-size: calc(12 / 16 * 1em) auto;
  transition: 0.3s;
}
.index-mores a:not(:hover) {
  color: #fff;
  border-color: #fff;
  background-image: url(../images/more-on.svg);
}
.index-more a:hover {
  background-color: #d82633;
  color: #fff;
  background-image: url(../images/more-on.svg);
  border-color: #d82633;
}

/*Floor002143 */
.Floor002143 {
  padding-top: 1.5rem;
}
.Floor002143 .video {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.Floor002143 .pic .Ispic {
  display: block;
  padding-bottom: 66vh;
  opacity: 0.9;
}
.Floor002143 .pic img.wap {
  display: none;
}
.fullvideo{position: fixed;left: 0;top: 0;background-color: #000;object-fit: contain;z-index: 10000;width: 100%;height: 100%;}
.fullvideo .close{right: 0.75rem;
  z-index: 100002;
  width: 0.8rem;
  height: 0.5rem;cursor: pointer;
  position: fixed;
  bottom: 0.35rem;}
  .fullvideo .close2{right: 0.1rem;top: 0.1rem;
    z-index: 100002;
    width: 0.65rem;background: #fff url(../images/close.svg) no-repeat center center/0.35rem 0.35rem;
    height: 0.65rem;cursor: pointer;
    position: fixed;}
.fullvideo video{position: fixed;left: 0;top: 0;background-color: #000;object-fit: contain;z-index: 10000;width: 100%;height: 100%;}

.Floor002143 .file .full {right: 0.75rem;
  z-index: 100;
  width: 0.8rem;
  height: 0.5rem;cursor: pointer;
  position: absolute;
  bottom: 0.35rem;display: none;}
  .Floor002143 .file:hover .full{display: block;}


.Floor002143 .file,
.Floor002143 .file video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Floor002143 .open_video {
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.Floor002143 .open_video span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 10;
}
.Floor002143 .open_video .tit {
  letter-spacing: 4px;
  font-size: calc(30 / 16 * 1em);
  color: #fff;
  text-align: center;
  margin-top: calc(44 / 30 * 1em);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-weight: bold;
}
.Floor002143 .open_video .tit b {
  display: block;
  font-size: calc(48 / 30 * 1em);
}
.Floor002143 .open_video span i {
  display: block;
  width: calc(80 / 16 * 1em);
  height: calc(80 / 16 * 1em);
  border-radius: 50%;
  background: #00307b url(../images/icon-play.svg) no-repeat center center;
  background-size: calc(26 / 16 * 1em);
  position: relative;
  z-index: 4;
}
.Floor002143 .open_video span:before,
.Floor002143 .open_video span:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #00307b;
  opacity: 0.15;
  -webkit-opacity: 0.15;
  animation: scale 3s infinite;
  -webkit-animation: scale 3s infinite;
}
.Floor002143 .open_video span:before {
  left: -20px;
  top: -20px;
  bottom: -20px;
  right: -20px;
  animation-delay: 0.3s;
}
.Floor002143 .open_video span:after {
  left: -40px;
  top: -40px;
  bottom: -40px;
  right: -40px;
}
.Floor002143 .file {
  /* display: none; */
  z-index: 10;
}
.Floor002143 .t1 {
  font-size: calc(32 / 16 * 1em);
  color: #333;
}
.Floor002143 .t1 b {
  color: #00307b;
  font-size: 4vw;
  font-style: italic;
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .Floor002143 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(50 / 1920 * 100vw);
  }
  .Floor002143 .Hometitle {
    margin-bottom: 0;
  }
  .Floor002143 .con {
    padding: 0 5vw;
    width: 50%;
    margin-left: 5vw;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 1024px) {
  .Floor002143 .pic .Ispic {
    display: none;
  }
  .Floor002143 .pic img.wap {
    display: block;
    min-height: 50vh;
  }
   .Banner003192 li.slick-slide .txt .fl,.Banner003192 li.slick-slide .txt .fr{width: 100%;text-align: center;line-height: 1.5}
 .Banner003192 li.slick-slide .txt .title{font-size: 24px;}
 .Banner003192 li.slick-slide .txt .subtit{font-size: 16px;letter-spacing: 0;margin-top: 0;}
  .Banner003192 li.slick-slide .wap{min-height: 50vh;}
}
@media (max-width: 768px) {
  .Floor002143 .Hometitle,.Floor002717  .Hometitle,.Floor002491 .Hometitle{float: left;}
    .Floor002143 .index-more,.Floor002717 .index-more,.Floor002491 .index-more{float: right;}
.Floor002143 .video{width: 100%;}
.Banner003192 .mouse{display: none}

}
/* 
@keyframes scale {
  0% {
 transform: scale(1);
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 }
  50% {
 transform: scale(0.8);
 -webkit-transform: scale(0.8);
 -ms-transform: scale(0.8);
 }
  100% {
 transform: scale(1);
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 }
 }
 @-webkit-keyframes scale {
  0% {
 transform: scale(1);
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 }
  50% {
 transform: scale(0.8);
 -webkit-transform: scale(0.8);
 -ms-transform: scale(0.8);
 }
  100% {
 transform: scale(1);
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 }
 }
 @-ms-keyframes scale {
  0% {
 transform: scale(1);
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 }
  50% {
 transform: scale(0.8);
 -webkit-transform: scale(0.8);
 -ms-transform: scale(0.8);
 }
  100% {
 transform: scale(1);
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 }
 }

 */

/*Floor002717 */
.Floor002717 {
  position: relative;
  overflow: hidden;
  padding-top: calc(80 / 1920 * 100vw);
  z-index: 1;
}
.Floor002717 li {
  width: 100%;display: inline-block;
}
.Floor002717 li a {
  position: relative;
  display: block;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.Floor002717 li a:after {
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  z-index: 3;
  content: "";
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 65%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.Floor002717 li .txt {
  transition: 0.3s;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 2.5vw;
  z-index: 10;
}
.Floor002717 li .icon {
  display: block;
  height: calc(45 / 16 * 1em);
  margin-bottom: 1em;
}
.Floor002717 li .tit {
  font-size: calc(22 / 16 * 1em);
}
.Floor002717 li p {
  opacity: 0.8;
  display: none;
  line-height: 1.75;
}
.Floor002717 li .Ispic {
  padding-bottom: 31.796%;
  border-radius: 10.5px;
}
.Floor002717 li a:hover {
  color: #fff;
}
.Floor002717 li a:hover .icon {
  margin: 0 0 1em;
  filter: brightness(1000%);
}
.Floor002717 li a:hover:after {
  background: rgba(0, 48, 123, 0.7);
}
.Floor002717 li a:hover .txt {
  bottom: 50%;
  transform: translateY(50%);
}
.Floor002717 li a:hover .tit {
  font-weight: bold;
}
.Floor002717 li a:hover .txt p {
  display: block;
  width: 60%;
  margin: 1em 0 0;
}
@media (min-width: 1025px) {
  .Floor002717 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(50 / 1920 * 100vw);
  }
  .Floor002717 .Hometitle {
    margin-bottom: 0;
  }
  .Floor002717 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .Floor002717 li {
    width: calc(50% - calc(20 / 16 * 1em));
    margin-right: calc(40 / 16 * 1em);
  }
  .Floor002717 li:nth-child(2n) {
    margin-right: 0;
  }
  .Floor002717 li:nth-child(2n) ~ li {
    margin-top: calc(40 / 16 * 1em);
  }
}
@media (max-width: 1024px) {
  .Floor002717 li + li {
    margin-top: calc(40 / 16 * 1em);
  }
}

/*Floor002491*/
.Floor002491 {
  width: 100%;
  position: relative;
  z-index: 9;
  padding-top: calc(80 / 1920 * 100vw);
}
.Floor002491 ul {
  display: flex;
}
.Floor002491 ul * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.Floor002491 ul li {
  width: 25%;
  height: 200px;
  overflow: hidden;
  border-radius: 15px;
}
.Floor002491 ul li .Ispic {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 15.5px;
}
.Floor002491 ul li .Ispic:after {
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70%;
  right: 0;
  z-index: 3;
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 37%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 37%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 37%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.Floor002491 ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.Floor002491 ul li .icon {
  margin: 0 auto 1em;
  width: calc(40 / 16 * 1em);
  height: calc(40 / 16 * 1em);
  position: relative;
  display: block;
}
.Floor002491 ul li .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: calc(32 / 16 * 1em);
  max-height: calc(32 / 16 * 1em);
  transform: translate(-50%, -50%);
}
.Floor002491 ul li .tit {
  text-align: center;
  font-size: calc(22 / 16 * 1em);
  text-align: center;
}
.Floor002491 ul li .txt {
  display: none;
  line-height: 1.75;
  opacity: 0.85;
}
.Floor002491 ul li .con {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2vw;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 1025px) {
  .Floor002491 .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: calc(50 / 1920 * 100vw);
  }
  .Floor002491 .Hometitle {
    margin-bottom: 0;
  }
  .Floor002491 ul li {
    height: 550px;
    width: 18%;
    margin-right: 10px;
  }
  .Floor002491 ul li:last-child {
    margin-right: 0;
  }
  .Floor002491 ul li.on {
    width: 46%;
  }
  .Floor002491 ul li.on .con {
    padding-left: calc(150 / 16 * 1em);
  }
  .Floor002491 ul li.on .icon {
    position: absolute;
    left: 2vw;
    top: 50%;
    transform: translateY(-50%);
    width: calc(70 / 16 * 1em);
    height: calc(70 / 16 * 1em);
    margin: 0;
  }
  .Floor002491 ul li.on .icon img {
    max-width: calc(50 / 16 * 1em);
    max-height: calc(50 / 16 * 1em);
  }
  .Floor002491 ul li.on .tit {
    text-align: left;
    font-weight: bold;
  }
  .Floor002491 ul li.on .txt {
    display: block;
    margin-top: 1em;
  }
}

/*Bottom002887 */
.Bottom002887 {
  background: url("../images/bot-bg.svg") no-repeat bottom center #232323;
  background-size: auto 64%;
}
.Bottom002887,
.Bottom002887 a {
  color: rgba(255, 255, 255, 0.9);
}
.Bottom002887 .copyright {
  padding: calc(20 / 16 * 1em) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: calc(30 / 16 * 1em);
}
.Bottom002887 .copyright .fr {
  overflow: hidden;
}
.Bottom002887 .copyright .fr a {
  display: inline-block;
}
.Bottom002887 .copyright .fr a:not(:last-child)::after {
  display: inline-block;
  content: "  ·  ";
  margin: 0 calc(10 / 14 * 1em);
  color: rgba(255, 255, 255, 0.5);
}

.Bottom002887 .code {
  max-width: 130px;
  margin: 0 auto;
  text-align: center;
}
.Bottom002887 .code aside {
  color: rgba(255, 255, 255, 0.6);
  margin-top: calc(10 / 16 * 1em);
}
.Bottom002887 .code img {
  border-radius: 4px;
  display: block;
  width: 100%;
}
.Bottom002887 .b_nav {
  padding: calc(80 / 16 * 1em) 0;
}
.Bottom002887 .b_nav .tit {
  font-size: calc(18 / 16 * 1em);
  color: #fff;
  font-weight: bold;
}
.Bottom002887 .b_nav nav dd {
  line-height: calc(25 / 16 * 1em);
}
.Bottom002887 .b_nav nav dd + dd {
  margin-top: calc(10 / 16 * 1em);
}
.Bottom002887 .b_nav nav dd a {
  color: rgba(255, 255, 255, 0.6);
}
.Bottom002887 .b_nav nav dd a:hover {
  color: #fff;
}
.Bottom002887 .contact .call {
  font-size: calc(38 / 16 * 1em);
  font-weight: bold;
  color: #fff;
}
.Bottom002887 .contact p {
  margin: 1.25em 0 0;
  line-height: 1.5;
}
.Bottom002887 .contact p a {
  font-size: calc(14 / 18 * 1em);
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  margin-left: 1em;
  line-height: calc(30 / 14 * 1em);
  padding: 0 1vw;
  border-radius: 5px;
  color: #fff;
}
.Bottom002887 .contact p a:hover {
  background: #d82633;
}
.Bottom002887 .contact p a::after {
  width: calc(10 / 14 * 1em);
  height: calc(10 / 14 * 1em);
  content: "";
  display: inline-block;
  background: url(../images/more-on.svg) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-left: calc(5 / 14 * 1em);
  margin-top: calc(-3 / 14 * 1em);
}
@media (min-width: 641px) {
  .Bottom002887 .b_nav nav .item {
    float: left;
    max-width: 120px;
  }
  .Bottom002887 .b_nav .tit {
    padding-bottom: calc(24 / 18 * 1em);
  }
  .Bottom002887 .b_nav nav .item dl {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .Bottom002887 .code {
    width: 20%;
  }
  .Bottom002887 .b_nav nav {
    width: 50%;
  }
  .Bottom002887 .contact {
    width: 40%;
    padding: 0 3% 0 5%;
  }
}
@media (max-width: 1024px) {
  .Bottom002887 .contact,
  .Bottom002887 .code .tit {
    text-align: center;
  }
  .Bottom002887 .contact {
    padding: 20px 0;
  }
}
@media (max-width: 640px) {
  .Bottom002887 .b_nav nav .item {
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .Bottom002887 .b_nav nav .item dl {
    display: none;
    padding-bottom: 20px;
  }
  .Bottom002887 .b_nav .tit {
    padding: 20px 0;
  }
  .Bottom002887 .b_nav nav .tit {
    position: relative;
    z-index: 1;
    padding-right: 40px;
  }
  .Bottom002887 .b_nav nav .tit i {
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    transition: 0.3s;
  }
  .Bottom002887 .b_nav nav .tit i.on {
    transform: rotate(45deg);
  }
  .Bottom002887 .b_nav nav .tit i:before,
  .Bottom002887 .b_nav nav .tit i:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
  }
  .Bottom002887 .b_nav nav .tit i:before {
    width: 50%;
    height: 2px;
  }
  .Bottom002887 .b_nav nav .tit i:after {
    width: 2px;
    height: 50%;
  }
  .Bottom002887 .b_nav nav dd {
    padding: 5px 0;
  }
  .Bottom002887 .code {
    max-width: 280px;
  }
  .Bottom002887 .code li img {
    width: 80%;
    margin: 0 auto;
  }
}

/*Banner002730 */
.Banner002730 {
  position: relative;
  overflow: hidden;
}
.Banner002730 .ytable {
  height: 100%;
}
.Banner002730 .txt {
  position: absolute;
  left: 0;
  top: 6%;
  height: 94%;
  width: 100%;
  z-index: 10;
  color: #fff;
}
.Banner002730 .txt .cn {
  letter-spacing: 8px;
  font-size: calc(50 / 16 * 1em);
  font-weight: bold;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.Banner002730 .txt .en {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: calc(22 / 16 * 1em);
  margin-top: 8px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.Banner002730 .txt .con {
  width: 48%;
  background: rgba(25, 60, 127, 0.75);
  padding: 30px;
  border-radius: 15px;
  backdrop-filter: blur(3px);
}
.Banner002730 .txt .t2 {
  font-size: calc(40 / 16 * 1em);
  font-weight: bold;
}
.Banner002730 .txt .t3 {
  font-size: calc(18 / 16 * 1em);
  color: #fff;
  line-height: 1.75;
  text-align: justify;
}
.Banner002730 .txt .t2 + .t3 {
  margin-top: calc(20 / 18 * 1em);
}

@media (min-width: 1025px) {
  .Banner002730 .Ispic {
    height: 600px;
  }
  .Banner002730 img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .Banner002730 .Ispic {
    display: none;
  }
  .Banner002730 img {
    width: 100%;
    display: block;
  }
}

/*Banner002730 */
.Banner002731 {
  position: relative;
  overflow: hidden;
}
.Banner002731 .ytable {
  height: 100%;
}
.Banner002731 .txt {
  position: absolute;
  left: 0;
  top: 6%;
  height: 94%;
  width: 100%;
  z-index: 10;
  color: #fff;
}
.Banner002731 .box {
  width: 48%;
  background: rgba(25, 60, 127, 0.75);
  padding: 30px;
  border-radius: 15px;
  backdrop-filter: blur(3px);
}
.Banner002731 .txt .t1 {
  font-size: calc(44 / 16 * 1em);
  color: #fff;
  font-weight: bold;
}
.Banner002731 .txt .t1::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin-left: 0.5em;
}
.Banner002731 .txt .t2 {
  font-size: calc(26 / 16 * 1em);
  line-height: 1.5;
}
.Banner002731 .txt .t1 + .t2 {
  margin-top: calc(24 / 26 * 1em);
}
.Banner002731 .txt .t3 {
  font-size: calc(18 / 16 * 1em);
  color: #fff;
  line-height: 1.75;
  opacity: 0.85;
  text-align: justify;
}
.Banner002731 .txt .t2 + .t3 {
  margin-top: calc(24 / 18 * 1em);
}
.Banner002731 .con {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  text-align: center;
}
.Banner002731 .con .t1 {
  font-size: calc(50 / 16 * 1em);
  font-weight: bold;
  letter-spacing: 3px;
}
.Banner002731 .con .t2 {
  font-size: calc(22 / 16 * 1em);
  line-height: 1.75;
  margin: 1em 0 3em;
}
@media (min-width: 1025px) {
  .Banner002731 .Ispic {
    height: 960px;
  }
  .Banner002731 img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .Banner002731 .Ispic {
    display: none;
  }
  .Banner002731 img {
    width: 100%;
    display: block;
  }
}

/*PicList003142 */
.PicList003142 {
  padding-top: calc(100 / 1920 * 100vw);
  overflow: hidden;
}
.PicList003142 .pic {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.PicList003142 .Ispic {
  padding-bottom: 64.6%;
  transition: 0.3s ease-out;
}
.PicList003142 li:hover .Ispic {
  transform: scale(1.1);
}
.PicList003142 time {
  line-height: calc(18 / 14 * 1em);
  color: #fff;
  display: inline-block;
  position: absolute;
  padding: 15px;
  background: #00307b;
  left: 20px;
  top: 0;
  border-radius: 0 0 10px 10px;
  z-index: 10;
  font-size: calc(14 / 16 * 1em);
}
.PicList003142 time b {
  display: block;
  text-align: center;
  font-size: calc(38 / 14 * 1em);
  margin-bottom: 10px;
}
.PicList003142 .t1 {
  font-size: calc(18 / 16 * 1em);
  color: #333;
  font-weight: bold;
}
.PicList003142 li .txt {
  padding: calc(24 / 16 * 1em) 0;
  border-bottom: 2px solid #eaeaea;
}
.PicList003142 a:hover .t1 {
  color: #00307b;
}

@media (min-width: 1025px) {
  .PicList003142 li {
    float: left;
    width: calc((100% - calc(100 / 16 * 1em)) / 3);
  }
  .PicList003142 li:not(:nth-of-type(3n)) {
    margin-right: calc(50 / 16 * 1em);
  }
  .PicList003142 li:nth-of-type(3n) ~ li {
    margin-top: calc(70 / 16 * 1em);
  }
}

/*Page002737 */
.Page002737 {
  padding: calc(60 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw);
}
.Page002737 .Pages {
  text-align: center;
}
.Page002737 .Pages > span {
  display: inline-block;
  vertical-align: middle;
}
.Page002737 .Pages .a_first,
.Page002737 .Pages .a_end,
.Page002737 .Pages .p_cur,
.Page002737 .Pages .p_count,
.Page002737 .Pages .p_total {
  display: none;
}
.Page002737 .Pages .p_jump,
.Page002737 .Pages .p_page {
  overflow: hidden;
}
.Page002737 .Pages .p_jump{display: none}
.Page002737 .Pages .p_page em {
  font-style: normal;
}
.Page002737 .Pages .p_page a {
  float: left;
  line-height: calc(40 / 16 * 1em);
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 calc(15 / 16 * 1em);
  margin: 0 5px;
  font-size: 1em;
  color: #999;
  background: #fff;
}
.Page002737 .Pages .p_page a:hover,
.Page002737 .Pages .p_page a.a_cur {
  background-color: #00307b;
  border-color: #00307b;
  color: #fff;
}
.Page002737 .Pages .p_page a.a_next,
.Page002737 .Pages .p_page a.a_prev {
  font-size: 1em;
  height: calc(42 / 16 * 1em);
  width: calc(54 / 16 * 1em);
  padding: 0;
  margin: 0 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto calc(12 / 16 * 1em);
  line-height: 1000;
  overflow: hidden;
}
.Page002737 .Pages .p_page a.a_prev,
.Page002737 .Pages .p_page a.a_next {
  background-image: url(../images/more2.svg);
}
.Page002737 .Pages .p_page a.a_prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.Page002737 .Pages .p_page a.a_prev:hover,
.Page002737 .Pages .p_page a.a_next:hover {
  background-image: url(../images/more-on.svg);
}

@media (max-width: 768px) {
  .Page002737 .Pages .p_page em,
  .Page002737 .Pages .p_jump {
    display: none;
  }
}

/*.RighInfo000171*/
.RighInfo000171 {
  padding: calc(100 / 1920 * 100vw) 0;
}
.RighInfo000171 .title {
  color: #333;
  text-align: center;
  padding-bottom: calc(30 / 16 * 1em);
  padding: 2vw;
  background: #f0f3f8;
  border-radius: 15px;
}
.RighInfo000171 .title h1 {
  margin: 0;
  padding-bottom: 1vw;
  font-size: calc(28 / 16 * 1em);
}
.RighInfo000171 .title time {
  font-family: Arial;
  color: #00307b;
  padding-left: calc(28 / 16 * 1em);
  background: url(../images/time.svg) no-repeat center left;
  background-size: calc(18 / 16 * 1em) auto;
  line-height: calc(28 / 16 * 1em);
  display: inline-block;
}
.RighInfo000171 .info {
  color: #666;
  line-height: 2;
  text-align: justify;
  border-bottom: 1px dashed #d2d2d2;
  padding: calc(30 / 16 * 1em) 0;
}
.RighInfo000171 .info .pic {
  margin: 2% auto;
  display: block;
}
.RighInfo000171 .info .pic1 {
  float: right;
  margin-bottom: 2%;
  margin-left: 3%;
}
.RighInfo000171 .info .pic2 {
  float: left;
  margin-bottom: 2%;
  margin-right: 3%;
}
.RighInfo000171 .info img {
  border-radius: 15px;
}
.RighInfo000171 .info .p1 {
  text-align: center;
  font-size: calc(18 / 16 * 1em);
}
.RighInfo000171 .bot {
  position: relative;
  margin-top: 50px;
}
.RighInfo000171 .info_back {
  text-align: center;
  clear: both;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.RighInfo000171 .info_back a {
  color: #fff;
  background: #00307b;
  display: block;
  padding: 10px 30px;
  border-radius: 10px;
}
.RighInfo000171 .info_back a:hover {
  background: #fff;
  color: #00307b;
  border: 1px #00307b solid;
}
.RighInfo000171 .info_pn span {
  display: block;
  margin: 15px 0;
}
.RighInfo000171 .info_pn span a {
  color: #888;
}
.RighInfo000171 .info_pn span a:hover {
  color: #00307b;
  text-decoration: underline;
}
@media (max-width: 1000px) {
  .RighInfo000171 {
    padding: 50px 0;
  }
  .RighInfo000171 .info_back {
    position: relative;
  }
  .RighInfo000171 .bot {
    position: relative;
    margin-top: 15px;
  }
}
@media (min-width: 1000px) {
  .RighInfo000171 .info_pn span {
    width: 80%;
  }
}

/*PicList002953 */
.PicList002953 {
  padding: calc(100 / 1920 * 100vw) 0;
}
.PicList002953 a {
  position: relative;
}
.PicList002953 li + li {
  margin-top: calc(60 / 1920 * 100vw);
}
.PicList002953 li .pic {
  overflow: hidden;
  border-radius: 10px;
}
.PicList002953 li .Ispic {
  display: block;
  padding-bottom: 58.75%;
  transition: 0.3s;
}
.PicList002953 li .txt {
  position: relative;
}
.PicList002953 li .icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100 / 16 * 1em);
  height: calc(100 / 16 * 1em);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.PicList002953 li .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: calc(40 / 16 * 1em);
  max-height: calc(40 / 16 * 1em);
  transform: translate(-50%, -50%);
}
.PicList002953 li .tit {
  font-size: calc(40 / 16 * 1em);
  color: #333;
}
.PicList002953 li .tit::after {
  display: block;
  width: 2em;
  height: 2px;
  content: "";
  background: #00307b;
  margin: calc(30 / 40 * 1em) 0;
}
.PicList002953 li p {
  margin: 0;
  color: #666;
  font-size: calc(20 / 16 * 1em);
  line-height: 1.75;
}
.PicList002953 .dl dd {
  font-size: calc(18 / 16 * 1em);
  padding-left: calc(22 / 18 * 1em);
  position: relative;
  color: #666;
}
.PicList002953 .dl dd::before {
  position: absolute;
  left: 0;
  top: calc(10 / 18 * 1em);
  background: #d82633;
  width: calc(7 / 18 * 1em);
  height: calc(7 / 18 * 1em);
  content: "";
  border-radius: 50%;
}
.PicList002953 a:hover .Ispic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.PicList002953 a:hover .tit {
  color: #00307b;
}

.PicList002953 .more {
  display: inline-block;
  color: #00307b;
  border: solid 2px #00307b;
  line-height: calc(45 / 16 * 1em);
  border-radius: calc(45 / 16 * 1em);
  padding: 0 calc(70 / 16 * 1em) 0 calc(30 / 16 * 1em);
  background: url(../images/more.svg) no-repeat right calc(30 / 16 * 1em) center;
  background-size: calc(12 / 16 * 1em) auto;
  transition: 0.3s;
  margin-top: calc(50 / 16 * 1em);
}
.PicList002953 .more1 {
  padding: 0 calc(30 / 16 * 1em) 0 calc(70 / 16 * 1em);
  background-position: left calc(30 / 16 * 1em) center;
}
.PicList002953 a:hover .more {
  background-color: #d82633;
  color: #fff;
  background-image: url(../images/more-on.svg);
  border-color: #d82633;
}

.PicList002953 .num {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15vw;
  color: #00307b;
  opacity: 0.025;
  font-weight: bold;
}

@media (min-width: 1025px) {
  .PicList002953 li a {
    display: flex;
    align-items: center;
  }
  .PicList002953 .pic,
  .PicList002953 .txt {
    width: 50%;
  }
  .PicList002953 .txt {
    padding-left: 7vw;
  }
  .PicList002953 li:nth-child(2n) .txt {
    padding-left: 0;
    padding-right: 7vw;
  }
  .PicList002953 li:nth-child(2n) .pic {
    order: 2;
  }
  .PicList002953 li:nth-child(2n) .icon {
    left: 100%;
  }
  .PicList002953 li:nth-child(2n) .num {
    right: 4vw;
  }
  .PicList002953 .dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5vw;
  }
  .PicList002953 .dl dd {
    width: 48%;
    margin-right: 4%;
  }
  .PicList002953 .dl dd:nth-child(2n) {
    margin-right: 0;
  }
  .PicList002953 .dl dd:nth-child(2n) ~ dd {
    margin-top: 4%;
  }
}

.Listtit {
  position: relative;
  z-index: 1;
  padding-bottom: calc(24 / 34 * 1em);
  color: #00307b;
  text-align: center;
  font-size: calc(34 / 16 * 1em);
  margin-bottom: calc(40 / 34 * 1em);
  font-weight: bold;
}
.Listtit:before {
  position: absolute;
  content: "";
  width: calc(40 / 34 * 1em);
  height: 2px;
  background-color: #00307b;
  left: 50%;
  bottom: 0;
  margin-left: calc(-20 / 34 * 1em);
}

/*RighInfo002810*/
.RighInfo002810 {
  padding: calc(130 / 1920 * 100vw) 0;
  overflow: hidden;
}
.RighInfo002810 .pic img {
  border-radius: 15px;
}
.RighInfo002810 .dl {
  margin-top: calc(20 / 16 * 1em);
}
.RighInfo002810 .dl dd {
  padding-left: calc(22 / 16 * 1em);
  position: relative;
  color: #fff;
}
.RighInfo002810 .dl dd + dd {
  margin-top: 0.5em;
}
.RighInfo002810 .dl dd::before {
  position: absolute;
  left: 0;
  top: calc(12 / 16 * 1em);
  background: #fff;
  width: calc(10 / 16 * 1em);
  height: 2px;
  content: "";
}
.RighInfo002810 .t1 {
  font-size: calc(24 / 16 * 1em);
  color: #00307b;
  line-height: 1.5;
  padding-top: 30px;
}
.RighInfo002810 .t2 {
  color: #333;
  line-height: 1.75;
  margin-top: 2vw;
  text-align: justify;
}

.RighInfo002810 .w4 li {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.RighInfo002810 .w4 li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  opacity: 0.6;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.RighInfo002810 .w4 .con {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: calc(30 / 16 * 1em);
  width: 100%;
  z-index: 10;
  transition: 0.3s;
}
.RighInfo002810 .w4 .icon img {
  height: calc(40 / 16 * 1em);
}
.RighInfo002810 .w4 li:not(:hover) .dl {
  display: none;
}
.RighInfo002810 .w4 .t1 {
  color: #fff;
  padding-top: calc(20 / 24 * 1em);
}
.RighInfo002810 .w4 li:hover .t1 {
  font-weight: bold;
}
.RighInfo002810 .w4 li:hover:after {
  height: 100%;
  opacity: 0.8;
  background: #00307b;
}
.RighInfo002810 .w4 li:hover .con {
  bottom: 50%;
  transform: translateY(50%);
}

.RighInfo002810 .w3 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.RighInfo002810 .w3 .con {
  padding-bottom: calc(40 / 1920 * 100vw);
}
.RighInfo002810 .w3 .icon {
  display: block;
  height: calc(80 / 16 * 1em);
  width: calc(80 / 16 * 1em);
  background: #00307b;
  border-radius: 50%;
  margin: calc(-40 / 16 * 1em) auto 0;
  position: relative;
}
.RighInfo002810 .w3 .icon img {
  display: block;
  height: calc(35 / 16 * 1em);
  width: calc(35 / 16 * 1em);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1025px) {
  .RighInfo002810 .ul {
    display: flex;
    flex-wrap: wrap;
  }
  .RighInfo002810 .w3 li {
    width: 31.3%;
    margin-right: 3%;
  }
  .RighInfo002810 .w3 li:nth-child(3n) {
    margin-right: 0;
  }
  .RighInfo002810 .w3 li:nth-child(3n) ~ li {
    margin-top: 3%;
  }
  .RighInfo002810 .w4 li {
    width: 23.5%;
    margin-right: 2%;
  }
  .RighInfo002810 .w4 li:nth-child(4n) {
    margin-right: 0;
  }
  .RighInfo002810 .w4 li:nth-child(4n) ~ li {
    margin-top: 2%;
  }
}

/*Floor003099 */
.Floor003099 {
  padding-bottom: calc(130 / 1920 * 100vw);
}
.Floor003099 .auto {
  position: relative;
  z-index: 1;
}
.Floor003099 .slider {
  padding: 0 80px;
}
.Floor003099 .slider .slick-list li {
  padding: 5px;
}
.Floor003099 .slider .slick-list li  .flex {
  display: block;
}
.Floor003099 .pic {
  overflow: hidden;
  position: relative;
}
.Floor003099 .pic .Ispic {
  padding-bottom: 82.518%;
  transition: 0.5s;
}
.Floor003099 li a:hover .Ispic {
  transform: scale(1.1);
}
.Floor003099 .slider li .txt {
  padding-top: 2vw;
}
.Floor003099 .slider .slick-dots {
  display: table;
  margin: 2% auto 0;
}
.Floor003099 .slider .slick-dots li {
  float: left;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 12px;
  background: #eaeaea;
}
.Floor003099 .slider .slick-dots li button {
  display: none;
}
.Floor003099 .slider .slick-dots li.slick-active {
  border-color: #00307b;
  background: none;
}
.Floor003099 .txt .tit {
  font-size: calc(24 / 16 * 1em);
  color: #333;
  font-weight: bold;
  text-align: center;
}
.Floor003099 .txt .tit::after {
  display: block;
  width: 1.5em;
  height: 2px;
  content: "";
  background: #00307b;
  margin: calc(18 / 24 * 1em) auto;
}
.Floor003099 .txt .dl {
  padding: 20px;
  background: #f3f9fe;
  border-radius: 15px;
}
.Floor003099 .txt .dl .t1 {
  color: #999;
  font-size: calc(14 / 16 * 1em);
  margin-bottom: 10px;
}
.Floor003099 .txt .dl .t2 {
  color: #294988;
  font-size: calc(24 / 16 * 1em);
  font-weight: bold;
}
.Floor003099 .txt .dl .t3 {
  color: #333;
  line-height: 1.5;
}
.Floor003099 .txt .subtit {
  font-size: calc(18 / 16 * 1em);
  font-weight: bold;
  margin: 2em 0 1em;
  line-height: 1;
  color: #d82633;
  border-left: 3px solid #d82633;
  padding-left: 0.5em;
}
.Floor003099 .txt .dl dt {
  padding-left: 1em;
  position: relative;
  color: #333;
}
.Floor003099 .txt .dl dt::after {
  position: absolute;
  width: calc(8 / 16 * 1em);
  height: 2px;
  content: "";
  left: 0;
  top: calc(10 / 16 * 1em);
  background: #d82633;
}

.Floor003099 .slick-arrow {
  position: absolute;
  z-index: 30;
  top: calc(50% + calc(69 / 16 * 1em));
  width: 60px;
  height: 60px;
  border: 1px solid #c0c0c0;
  padding: 0;
  margin-top: -30px;
  border-radius: 50%;
  transition: 0.3s;
  font-size: 1em;
  line-height: 1000;
  overflow: hidden;
}
.Floor003099 .slick-arrow:hover {
  background: #00307b;
}
.Floor003099 .slick-arrow:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #c0c0c0;
  border-left: 2px solid #c0c0c0;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.Floor003099 .slick-arrow:hover:before {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.Floor003099 .slick-next:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.Floor003099 .slick-prev {
  left: 0;
}
.Floor003099 .slick-next {
  right: 0;
}
@media (min-width: 1025px) {
  .Floor003099 .slider .slick-list li  .flex {
    display: flex;
    /* align-items: center; */
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .Floor003099 .pic,
  .Floor003099 .txt {
    width: 50%;
  }
  .Floor003099 .txt {
    padding: 2vw;
  }
  .Floor003099 .dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .Floor003099 .dl dd {
    width: 50%;
    text-align: center;
    padding: 0 20px;
  }
  .Floor003099 .dl dd:nth-child(2n) {
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
  }
  .Floor003099 .dl dd:nth-child(2n) ~ dd {
    margin-top: 20px;
  }
  .Floor003099 .txt .dl dt {
    width: 49%;
    margin-right: 2%;
  }
  .Floor003099 .dl dt:nth-child(2n) {
    margin-right: 0;
  }
  .Floor003099 .dl dt:nth-child(2n) ~ dt {
    margin-top: 2%;
  }
}

@media (max-width: 640px) {
  .Floor003099 .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

/*RighInfo002811*/
.RighInfo002811 .box {
  padding: calc(120 / 1920 * 100vw) 0;
  overflow: hidden;
}

.RighInfo002811 .dl dd {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: calc(50 / 16 * 1em) calc(20 / 16 * 1em) calc(110 / 16 * 1em);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.RighInfo002811 .dl .icon {
  height: calc(70 / 16 * 1em);
  display: block;
  margin: 0 auto 1em;
}
.RighInfo002811 .dl .tit {
  font-size: calc(20 / 16 * 1em);
  color: #333;
}
.RighInfo002811 .dl .num {
  position: absolute;
  left: 0;
  top: 60%;
  font-size: calc(150 / 1920 * 100vw);
  width: 100%;
  font-weight: bold;
  color: #00307b;
  opacity: 0.04;
}

.RighInfo002811 .w4 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.RighInfo002811 .w4 .icon {
  display: block;
  height: calc(80 / 16 * 1em);
  width: calc(80 / 16 * 1em);
  background: #fff;
  border-radius: 50%;
  margin: calc(-40 / 16 * 1em) auto 0;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.RighInfo002811 .w4 .icon img {
  display: block;
  height: calc(34 / 16 * 1em);
  width: calc(34 / 16 * 1em);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.RighInfo002811 .w4 .t1 {
  font-size: calc(20 / 16 * 1em);
  color: #333;
  line-height: 1.5;
  padding: 30px 0;
  text-align: center;
}
.RighInfo002811 .w4 .pic img {
  border-radius: 15px;
}

.RighInfo002811 .list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.RighInfo002811 .list .Listtit {
  position: absolute;
  left: 0;
  top: calc(120 / 1920 * 100vw);
  width: 100%;
  z-index: 10;
  color: #fff;
}
.RighInfo002811 .list .Listtit:before {
  background: #fff;
}
.RighInfo002811 .list .bg-img {
  position: relative;
}
.RighInfo002811 .list .main .slider li {
  text-align: center;
  padding: 0 2px;
  color: #fff;
  cursor: pointer;
}
.RighInfo002811 .list .main .slider li .con {
  background: rgba(255, 255, 255, 0.2);
  padding: calc(30 / 16 * 1em) 1vw;
  border-radius: calc(20 / 16 * 1em) calc(20 / 16 * 1em) 0 0;
  backdrop-filter: blur(8px);
}
.RighInfo002811 .list .main .slider li .icon {
  position: relative;
  display: inline-block;
  margin-right: calc(15 / 16 * 1em);
  vertical-align: middle;
  width: calc(34 / 16 * 1em);
  height: calc(34 / 16 * 1em);
}
.RighInfo002811 .list .main .slider li .icon img {
  display: block;
  max-width: calc(34 / 16 * 1em);
  max-height: calc(34 / 16 * 1em);
  opacity: 0.8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.RighInfo002811 .list .main .slider li .name {
  font-size: calc(18 / 16 * 1em);
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.RighInfo002811 .list .main .slider li:hover .con,
.RighInfo002811 .list .main .slider li.slick-current .con {
  background: #00307b;
}
.RighInfo002811 .list .main .slider li.slick-current .icon img,
.RighInfo002811 .list .main .slider li:hover .icon img {
  opacity: 1;
}
.RighInfo002811 .list .tit {
  font-size: calc(28 / 16 * 1em);
  padding-left: calc(15 / 28 * 1em);
  border-left: calc(3 / 28 * 1em) solid #fff;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.RighInfo002811 .list .slick-arrow {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  background: none;
  transition: 0.3s;
}
.RighInfo002811 .list .slick-arrow:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -12px;
}
.RighInfo002811 .list .slick-prev {
  left: -60px;
  transform: rotate(-180deg);
}
.RighInfo002811 .list .slick-next {
  right: -60px;
}
.RighInfo002811 .list .slick-arrow:hover:before {
  border-color: #00307b;
}
.RighInfo002811 .list .txt-area {
  margin: 0 auto;
}
.RighInfo002811 .list .bg-img .Ispic {
  height: 50%;
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .RighInfo002811 .list .main {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 20;
  }
  .RighInfo002811 .list .main .slider li .icon {
    display: inline-block;
    margin-right: calc(10 / 16 * 1em);
    vertical-align: middle;
  }
  .RighInfo002811 .list .bg-img .Ispic {
    height: 800px;
  }
  .RighInfo002811 .list .bg-img .Ispic::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
  }
}

@media (min-width: 1025px) {
  .RighInfo002811 .w4 {
    display: flex;
    flex-wrap: wrap;
  }
  .RighInfo002811 .w4 li {
    width: 22.75%;
    margin-right: 3%;
  }
  .RighInfo002811 .w4 li:nth-child(4n) {
    margin-right: 0;
  }
  .RighInfo002811 .w4 li:nth-child(4n) ~ li {
    margin-top: 3%;
  }
  .RighInfo002811 .dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .RighInfo002811 .dl dd {
    width: 31.3%;
    margin-right: 3%;
  }
  .RighInfo002811 .dl dd:last-child,
  .RighInfo002811 .dl dd:nth-child(3n) {
    margin-right: 0;
  }
  .RighInfo002811 .dl dd:nth-child(3n) ~ dd {
    margin-top: 3%;
  }
}

/*Floor002718 */
.Floor002718 {
  position: relative;
  overflow: hidden;
  padding: calc(120 / 1920 * 100vw) 0;
  z-index: 1;
}
.Floor002718 li a {
  position: relative;
  display: block;
}
.Floor002718 li .con {
  z-index: 10;
  padding: calc(35 / 16 * 1em);
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 80%;
  margin: -3.5vw auto 0;
  position: relative;
  border-radius: 10px;
  align-items: center;
}
.Floor002718 li .tit {
  font-size: calc(22 / 16 * 1em);
  color: #333;
  font-weight: bold;
}
.Floor002718 li p {
  line-height: 1.75;
  margin: 1em 0 0;
  height: calc(1.75em * 2);
  color: #666;
}
.Floor002718 li .pic {
  border-radius: 10px;
  overflow: hidden;
  background: #00307b;
  position: relative;
}
.Floor002718 li .icon {
  width: calc(60 / 16 * 1em);
}
.Floor002718 li .txt {
  width: calc(100% - calc(60 / 16 * 1em));
  padding-left: 1.75vw;
}
.Floor002718 li .Ispic {
  padding-bottom: 50%;
  transition: 0.3s;
}
.Floor002718 li a:hover .Ispic {
  transform: scale(1.1);
}
.Floor002718 li a:hover .tit {
  color: #00307b;
}
@media (min-width: 1025px) {
  .Floor002718 .ul {
    display: flex;
    flex-wrap: wrap;
  }
  .Floor002718 li {
    width: 48%;
    margin-right: 4%;
  }
  .Floor002718 li:nth-child(2n) {
    margin-right: 0;
  }
  .Floor002718 li:nth-child(2n) ~ li {
    margin-top: 5%;
  }
}

/*RighInfo002738*/
.RighInfo002738 .box {
  padding: calc(120 / 1920 * 100vw) 0;
  overflow: hidden;
}
.RighInfo002738 .box:nth-child(2n) {
  background: #edf1f7;
}
.RighInfo002738 p {
  margin: 0;
  line-height: 1.75;
}
.RighInfo002738 p + p {
  margin-top: 1em;
}
.RighInfo002738 .about .flex {
  background: #edf1f7;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.RighInfo002738 .about .con {
  padding: 3.5vw;
  color: #666;
}
.RighInfo002738 .about .con p {
  text-indent: 2em;
  text-align: justify;
}
.RighInfo002738 .about .con b {
  color: #00307b;
}

.RighInfo002738 .ywfw li {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.RighInfo002738 .ywfw li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  opacity: 0.6;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.RighInfo002738 .ywfw ul{justify-content: center;display: flex;flex-wrap: wrap;margin: -1%;}
.RighInfo002738 .ywfw ul li{width: 31.33%;margin: 1%;}
.RighInfo002738 .ywfw .con {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: calc(30 / 16 * 1em);
  width: 100%;
  z-index: 10;
  transition: 0.3s;
}
.RighInfo002738 .ywfw li .txt {
  display: none;
  line-height: 1.75;
  color: #fff;
  margin-top: 1em;
}
.RighInfo002738 .ywfw .tit {
  color: #fff;
  padding-top: calc(20 / 24 * 1em);
  font-size: calc(24 / 16 * 1em);
}
.RighInfo002738 .ywfw li:hover .tit {
  font-weight: bold;
}
.RighInfo002738 .ywfw li:hover:after {
  height: 100%;
  opacity: 0.8;
  background: #00307b;
}
.RighInfo002738 .ywfw li:hover .con {
  bottom: 50%;
  transform: translateY(50%);
}
.RighInfo002738 .ywfw li:hover .txt {
  display: block;
}

.RighInfo002738 .case .auto {
  position: relative;
  z-index: 2;
}
.RighInfo002738 .case .ytable {
  table-layout: fixed;
}
.RighInfo002738 .case .category .item {
  border: solid 1px #eee;
  padding: calc(25 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  padding-right: calc(60 / 1920 * 100vw);
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}
.RighInfo002738 .case .category .active {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.RighInfo002738 .case .category .tit {
  font-size: calc(24 / 16 * 1em);
  color: #999;
  line-height: 1;
}
.RighInfo002738 .case .category .active .tit {
  color: #00307b;
  font-weight: bold;
}
.RighInfo002738 .case .category .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00307b;
  box-shadow: 0 8px 18px rgba(0, 64, 152, 0.5);
  position: absolute;
  transition: 0.3s;
  transform: scale(0);
}
.RighInfo002738 .case .category .active .icon {
  transform: scale(1);
}
.RighInfo002738 .case .category .icon:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
}
.RighInfo002738 .case .dots li {
  width: 8px;
  height: 8px;
  margin: 10px 0;
  position: relative;
  list-style: none;
}
.RighInfo002738 .case .dots li button {
  font-size: 0;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  padding: 0;
  position: absolute;
  border-radius: 50%;
}
.RighInfo002738 .case .dots li:not(.slick-active) button {
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
}
.RighInfo002738 .case .dots li.slick-active button {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00307b;
}
.RighInfo002738 .case .slider {
  position: relative;
}
.RighInfo002738 .case .slider a {
  color: #fff;
  display: block;
  position: relative;
}
.RighInfo002738 .case .slider .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2vw 3vw;
  z-index: 10;
}
.RighInfo002738 .case .slider .txt aside {
  line-height: 1;
  font-size: calc(22 / 16 * 1em);
}
.RighInfo002738 .case .slider li {
  transition: 0.3s;
}
.RighInfo002738 .case .slider li:not(.slick-active) {
  opacity: 0.2;
}
.RighInfo002738 .case .slider .pic .Ispic {
  width: 100%;
  padding-bottom: 48.705%;
}
.RighInfo002738 .case .slider .pic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.RighInfo002738 .case .slider .pic:after {
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  right: 0;
  z-index: 3;
  content: "";
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.RighInfo002738 .case .pages {
  position: absolute;
  z-index: 10;
  left: 3vw;
  top: 3vw;
  color: #fff;
  font-size: calc(60 / 16 * 1em);
}
.RighInfo002738 .case .pages span {
  line-height: 1;
  display: inline-block;
  vertical-align: text-bottom;
  font-family: "Oswald-Regular";
}
.RighInfo002738 .case .pages span.cur {
  font-size: calc(48 / 60 * 1em);
  position: relative;
  padding-right: 14px;
  padding-bottom: 5px;
}
.RighInfo002738 .case .pages span.cur:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  transform: skewX(-30deg);
  left: 100%;
  top: 20%;
  background: #fff;
}
.RighInfo002738 .case .pages span.total {
  font-size: calc(16 / 60 * 1em);
  padding-left: 10px;
}
/* @media (max-width: 1560px) {
  .RighInfo002738 .case .slider {
    width: 106%;
  }
  .RighInfo002738 .case .dots {
    right: 1%;
    left: auto;
  }
} */

@media (min-width: 1025px) {
  .RighInfo002738 .case .left{
    width: 39.743%;
  }
  .RighInfo002738 .case .right {
    width: 60.257%;
  }
  .RighInfo002738 .case .category {
    max-width: 470px;
    width: 90%;
  }
  .RighInfo002738 .case .category .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .RighInfo002738 .case .slider {
    overflow: hidden;
    width: calc(100% + 20vw);
    padding-right: 20vw;
  }
  .RighInfo002738 .case .slider .ul {
    margin: 0 calc(-50 / 1920 * 100vw);
  }
  .RighInfo002738 .case .slider a {
    margin: 0 calc(50 / 1920 * 100vw);
  }
  .RighInfo002738 .case .slider .slick-list {
    overflow: inherit;
  }
  .RighInfo002738 .case .dots {
    position: absolute;
    left: 100%;
    width: calc(100 / 1920 * 100vw);
    top: 0;
    height: 100%;
    z-index: 20;
  }
  .RighInfo002738 .case .dots .slick-dots {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .RighInfo002738 .case .category .icon {
    right: -20px;
    top: 50%;
    margin-top: -20px;
  }
}

@media (max-width:1680px) and  (min-width:1025px)  {
.RighInfo002738 .case .right {
  padding-right:8vw;
}
.RighInfo002738 .case .dots {
  left: calc(100% - 8vw);
}
}

@media (max-width: 1024px) {
  .RighInfo002738 .case .ytable,
  .RighInfo002738 .case .ytable-cell {
    display: block;
  }
  .RighInfo002738 .case .dots {
    padding-top: 4vw;
  }
  .RighInfo002738 .case .dots .slick-dots {
    display: table;
    margin: 0 auto;
  }
  .RighInfo002738 .case .dots .slick-dots li {
    float: left;
    margin: 0 5px;
  }
  .RighInfo002738 .case .category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .RighInfo002738 .case .category .item {
    width: 48%;
    margin-bottom: 38px;
    padding: 3vw 3vw 30px 3vw;
  }
  .RighInfo002738 .case .category .icon {
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
  }
  .RighInfo002738 .case .category .icon:after {
    transform: rotate(135deg);
  }
}

.RighInfo002738 .partners .Listtit {
  margin-bottom: 0;
}
.RighInfo002738 .partners .auto {
  position: relative;
  z-index: 2;
}
.RighInfo002738 .partners .slick-dots {
  text-align: center;
  padding-top: 10px;
}
.RighInfo002738 .partners .slick-dots li {
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  background: #999;
  border-radius: 50%;
}
.RighInfo002738 .partners .slick-dots li button {
  display: none;
}
.RighInfo002738 .partners .slick-dots li.slick-active {
  background: #184477;
}

.RighInfo002738 .partners .slick-dots li:not(.slick-active) button {
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
}
.RighInfo002738 .partners .slick-dots li.slick-active button {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #184477;
}

.RighInfo002738 .partners .slider {
  margin: 0 -45px 0 -40px;
  padding-right: 5px;
}
.RighInfo002738 .partners .slick-slide {
  overflow: hidden;
  padding: 30px;
  font-size: 0;
}
.RighInfo002738 .partners .slick-slide > div {
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}

.RighInfo002738 .partners .slick-slide a {
  position: relative;
  z-index: 3;
  display: block;
  padding: 0 10px;
  background: #fff;
  border-radius: 10px;
}
.RighInfo002738 .partners .slick-slide .Ispic {
  height: 120px;
  background-size: contain;
}
.RighInfo002738 .partners .slick-slide .url {
  position: relative;
  padding: 15px;
}
.RighInfo002738 .partners .slick-slide .url:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
  border-radius: 10px;
}
.RighInfo002738 .partners .slick-slide .url:hover:before {
  opacity: 1;
}
.RighInfo002738 .partners .slick-slide .url:hover {
  z-index: 4;
}

@media (min-width: 1025px) {
  .RighInfo002738 .flex {
    display: flex;
  }
  .RighInfo002738 .about .pic,
  .RighInfo002738 .about .con {
    width: 50%;
  }
  .RighInfo002738 .about .con p {
    font-size: calc(18 / 16 * 1em);
  }
  .RighInfo002738 .about .con p b {
    font-size: calc(22 / 18 * 1em);
    padding: 0 2px;
  }
  .RighInfo002738 .partners .slick-slide > div {
    width: 16.66666666666667%;
  }
  .RighInfo002738 .ywfw li {
    width: 100%;
  }
  
  .RighInfo002738 .list-scroll {
    width: 60%;
    max-width: 768px;
    margin: 50px auto;
  }
}

@media (min-width: 751px) and (max-width: 1024px) {
  .RighInfo002738 .partners .slick-slide > div {
    width: 25%;
  }
  .RighInfo002738 .ywfw ul li{width: 31.33%}
}
@media (min-width: 641px) and (max-width: 750px) {
  .RighInfo002738 .partners .slick-slide > div {
    width: 33.333%;
  }
}
@media (max-width: 640px) {
  .RighInfo002738 .partners .slick-slide > div {
    width: 50%;
  }
  .RighInfo002738 .partners .slick-slide .Ispic {
    height: 28vw;
  }
  .RighInfo002738 .ywfw ul li{width: 48%;}
}

.ywfw .owl-carousel .owl-nav .owl-next,.ywfw .owl-carousel .owl-nav .owl-prev{width: 55px;height: 55px;border-radius: 100px;position: absolute;font-size: 22px;position: absolute;text-indent: 100px;overflow: hidden;}
.ywfw .owl-carousel .owl-nav .owl-next{background-size: cover;background-image: url(../images/b_right.png);background-position: center center;background-repeat: no-repeat;background-color: #ccc;}
.ywfw .owl-carousel .owl-nav .owl-prev{background-image: url(../images/b_left.png);background-position: center center;background-repeat: no-repeat;background-color: #ccc}
.ywfw .owl-nav{position: absolute;top: 40%;transform: translateY(-50%);width: 100%;}
.ywfw .owl-carousel .owl-nav .owl-prev{left: 0%;}
.ywfw .owl-carousel .owl-nav .owl-next{right:0%;}

.ywfw .owl-carousel .owl-nav .owl-prev:hover{background-color: #00307b;}
.ywfw .owl-carousel .owl-nav .owl-next:hover{background-color: #00307b;}

/*TextList002514 */
.TextList002514 {
  padding-top: calc(120 / 1920 * 100vw);
}
.TextList002514 .list {
  box-shadow: 0 0 10px rgba(0, 31, 90, 0.1);
  margin-bottom: 2.5%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.TextList002514 .list:last-child {
  margin-bottom: 0;
}
.TextList002514 .job-title {
  line-height: 2em;
  padding: 1em 2em;
  font-size: calc(20 / 16 * 1em);
  cursor: pointer;
  position: relative;
  padding-right: 120px;
}
.TextList002514 .job-title .tit {
  position: relative;
  padding-left: calc(22 / 20 * 1em);
}
.TextList002514 .job-title .tit::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 18px;
  background-color: #ccc;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.TextList002514 .job-title i {
  position: absolute;
  width: 22px;
  height: 22px;
  background: #00307b;
  border-radius: 50%;
  right: 40px;
  top: 50%;
  margin-top: -11px;
}
.TextList002514 .job-title i::before,
.TextList002514 .job-title i::after {
  position: absolute;
  content: "";
  background: #fff;
}
.TextList002514 .job-title i::before {
  left: 20%;
  width: 62%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.TextList002514 .job-title i::after {
  left: 50%;
  margin-left: -1px;
  width: 2px;
  top: 20%;
  height: 62%;
}
.TextList002514 .job-title.select i::after {
  display: none;
}
.TextList002514 .job-title.select {
  color: #00307b;
  font-weight: bold;
}
.TextList002514 .job-title.select .tit::before {
  background: #00307b;
}
.TextList002514 .job-title time {
  float: right;
  color: #888;
  font-weight: normal;
  margin-left: 1em;
  font-size: calc(14 / 20 * 1em);
}
.TextList002514 .job-main {
  display: none;
  padding: 40px;
  border-top: 1px solid #eaeaea;
  background: #f8f8f8;
}
.TextList002514 .job-main strong {
  color: #333;
  display: block;
  margin-bottom: 6px;
}
.TextList002514 .job-main p {
  line-height: 2em;
  margin: 0;
}
.TextList002514 .job-main .ul {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px dashed #cdcdcd;
}
.TextList002514 .job-main li {
  float: left;
  margin-right: 10%;
}
.TextList002514 .job-main li span {
  color: #333;
  display: inline-block;
  font-weight: bold;
}

.TextList002514 .job-main .p {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px dashed #cdcdcd;
}
.TextList002514 .send em {
  font-style: normal;
  border-bottom: #00307b 1px solid;
  font-weight: bold;
  margin-left: 10px;
}
.TextList002514 .send a {
  display: inline-block;
  line-height: 2em;
  color: #00307b;
  background: url(../images/TextList002514_icon.svg) no-repeat right center;
  padding-right: 2.5em;
  background-size: auto 2em;
}
.TextList002514 .send a:nth-of-type(2){
  margin-left: 2em;
  background: none;
}
.Map002364 {
  padding: calc(120 / 1920 * 100vw) 0;
}
.Map002364 .pic {
  border-radius: 10px;
  overflow: hidden;
}
.Map002364 .text{margin-bottom: 2vw;}
.Map002364 .ul {
  margin-bottom: 2vw;
}
.Map002364 li {
  padding: calc(40 / 16 * 1em) calc(24 / 16 * 1em) calc(30 / 16 * 1em);
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
.Map002364 li:hover{ box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);top: -4px;}
.Map002364 .t1 {
  padding-top: calc(50 / 15 * 1em);
  color: #666;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto calc(35 / 15 * 1em);
  margin-bottom: 1em;
  font-size: calc(15 / 16 * 1em);
}
.Map002364 li.tel .t1 {
  background-image: url(../images/tel.svg);
}
.Map002364 li.tel2 .t1 {
  background-image: url(../images/phone.svg);
}
.Map002364 li.add .t1 {
  background-image: url(../images/add.svg);
}
.Map002364 li.mailbox .t1{
  background-image: url(../images/mailbox.svg);
}
.Map002364 .text{font-size: calc(16 / 16 * 1em);line-height: 1.6;}
.Map002364 .t2 {
  font-size: calc(18 / 16 * 1em);
  line-height: 1.5;
  color: #333;
}
.Map002364 .t3 {
  font-size: calc(25 / 16 * 1em);
  color: #333;
  font-weight: bold;
}
.Map002364 a {
  display: inline-block;
  font-size: calc(15 / 16 * 1em);
  color: #00307b;
  padding-right: calc(24 / 15 * 1em);
  background: url(../images/more.svg) no-repeat right center;
  background-size: auto calc(12 / 15 * 1em);
  margin-top: 1em;
}

@media (min-width: 1025px) {
  .Map002364 .ul {
    display: flex;
  }
  .Map002364 .ul li {
    width: 100%;
  }
  .Map002364 .ul li:not(:last-child) {
    margin-right: 1.5%;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
  overflow-x: hidden;
}

html {
  font-size: 5.2083334vw;
}

@media (max-width: 1024px) {
  html {
    font-size: 9.765625vw;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14vw;
  }
}
@media screen and (max-width: 1600px) {
  .Top002262 .header-left {
    height: calc(100 / 16 * 1em);
  }
  .Floor002143 .flex,
  .Floor002491 .flex,
  .Floor002717 .flex {
    margin-bottom: calc(50 / 1920 * 60vw);
  }

  .Hometitle .bg {
    font-size: calc(90 / 16 * 1em);
  }
  .Floor002491 ul li {
    height: calc(550 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1281px) {
  .Floor002143,
  .Floor002717 {
    padding-top: calc(160 / 1920 * 100vw);
  }
  .Floor002717 li:nth-child(2n) ~ li {
    margin-top: calc(20 / 16 * 1em);
  }
}

.aboutH {
  font-size: 0.36rem;
  color: #333333;
  font-weight: bold;
  line-height: 1;
}
.aboutH2 {
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.aboutOne {
  padding-left: 1.6rem;
  padding-top: 1.4rem;
}
.aboutOne .aboutOneCon {
}
.aboutOne .aboutOneCon .aboutOneConList {
  display: flex;
}
.aboutOne .aboutOneCon .aboutOneConList .leftbox {
  flex: 1;
  font-size: 0.18rem;
  padding-right: 0.7rem;
}
.aboutOne .aboutOneCon .aboutOneConList .aboutOneConListCon {
  margin-top: 0.9rem;
  line-height: 2;
  font-size: 0.18rem;
}
.aboutOne .aboutOneCon .aboutOneConList .aboutOneConListCon p {
  margin-top: 0.4rem;
  margin-bottom: 0;
  text-align: justify;
}
.aboutOne .aboutOneCon .aboutOneConList .aboutOneConListCon strong {
  font-weight: bold;
  color: #00307b;
}
.aboutOne .aboutOneCon .aboutOneConList .rightbox {
  width: 8.6rem;
  height: 7.7rem;
  background-image: url(../images/gsjjBg.png);
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.8rem;
  background-size: cover;
}
.aboutOne .aboutOneCon .aboutOneConList .rightbox .time {
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
}
.aboutOne .aboutOneCon .aboutOneConList .rightbox .time dl {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.9rem;
  padding-top: 1.9rem;
}
.aboutOne .aboutOneCon .aboutOneConList .rightbox .time dl dd {
  width: calc(50% - 0.8rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: 0.8rem;
  border-bottom: 1px solid #205aa3;
  padding-bottom: 0.42rem;
  position: relative;
}
.aboutOne .aboutOneCon .aboutOneConList .rightbox .time dl dd img {
  width: 0.5rem;
}
.aboutOne .aboutOneCon .aboutOneConList .rightbox .time dl dd .timeCon {
}
.aboutOne .aboutOneCon .aboutOneConList .rightbox .time dl dd::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -0.05rem;
}
.aboutOne .aboutOneCon .aboutOneConList .rightbox .time dl dd .timeCon .numBox {
  display: flex;
  align-items: center;
}
.aboutOne .aboutOneCon .aboutOneConList .rightbox .time dl dd .timeCon .num {
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1;
}
.aboutOne
  .aboutOneCon
  .aboutOneConList
  .rightbox
  .time
  dl
  dd
  .timeCon
  .numBoxR {
  display: flex;
  flex-direction: column;
  margin-left: 0.16rem;
  justify-content: space-between;
  height: 100%;
}
.aboutOne
  .aboutOneCon
  .aboutOneConList
  .rightbox
  .time
  dl
  dd
  .timeCon
  .numBoxR
  span {
  line-height: 1.5;
}
.aboutOne .aboutOneCon .aboutOneConList .rightbox .time dl dd .timeCon .name {
  line-height: 1;
  margin-top: 0.18rem;
}

.aboutTwo {
  position: relative;
}
.aboutTwo .aboutH2 {
  position: absolute;
  left: 1.6rem;
  top: 1.12rem;
  z-index: 2;
}
.aboutTwo .zlbjIndex {
}
.aboutTwo .zlbjIndex .HomeSlider {
  position: relative;
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider {
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .item {
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .item .imgBox {
  width: 100%;
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .item .itemCon {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  padding-left: 1.6rem;
  padding-top: 3.75rem;
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .item .itemCon .title {
  font-size: 0.2rem;
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .item .itemCon .intro {
  font-size: 0.36rem;
  color: #fff;
  margin-top: 0.1rem;
  line-height: 1.7;
}
.aboutTwo .zlbjIndex .HomeSlider .myMenu {
  position: absolute;
  bottom: 1.3rem;
  width: 12.85rem;
  left: 1.6rem;
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 1.6rem;
  color: #fff;
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 .intro3 {
  margin-top: 2.68rem;
  max-width: 9rem;
  line-height: 1.7;
  font-size: 0.2rem;
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 dl {
  margin-top: 1.2rem;
  display: flex;
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 dl dd {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 0.24rem;
  padding-right: 0.24rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 dl dd:first-child {
  padding-left: 0;
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 dl dd:last-child {
  border-right: none;
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 dl dd .title2 {
  font-size: 0.3rem;
  line-height: 1;
}
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 dl dd .intro2 {
  font-size: 0.18rem;
  line-height: 1;
  margin-top: 0.24rem;
}
.aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon {
}
.aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left {
  position: relative;
  width: 3rem;
  height: 1.5rem;
  border-radius: 0.1rem;
}
.aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 48, 123, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  /* border: 1px solid #fff; */
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left:hover::after {
  opacity: 1;
}
.aboutTwo
  .zlbjIndex
  .HomeSlider
  .myMenu
  .slick-current
  .myMenuCon
  .left::after {
  opacity: 1;
}
.aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left .qyjjLittle {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left .qyjjIcon {
  height: 0.5rem;
}
.aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left .intro {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.7);
}
.aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left .fontBox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 3;
}

.aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left:hover .intro {
  color: #fff;
}
.aboutTwo
  .zlbjIndex
  .HomeSlider
  .myMenu
  .slick-current
  .myMenuCon
  .left
  .intro {
  color: #fff;
}
.ydBtn {
  width: 2.22rem;
  height: 0.62rem;
  border-radius: 0.3rem;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  font-size: 0.18rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1.6rem;
  bottom: 1.75rem;
  z-index: 2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.ydBtn img {
  width: 0.22rem;
  margin-right: 0.2rem;
}

.ydBtn:hover {
  background-color: #002f7c;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .aboutOne,
  .aboutTwo .zlbjIndex .HomeSlider .BigSlider .item .itemCon,
  .aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 {
    padding-left: 3%;
  }
  .aboutOne .aboutOneCon .aboutOneConList .rightbox {
    padding-right: 3%;
    /* margin-right: 3%; */
    /* width: 97% !important; */
    margin-bottom: 30px;
  }
  .aboutTwo .aboutH2,
  .aboutTwo .zlbjIndex .HomeSlider .myMenu {
    left: 3%;
  }
}

@media screen and (max-width: 1024px) {
  .aboutOne .aboutOneCon .aboutOneConList .rightbox,
  .aboutOne .aboutOneCon .aboutOneConList .leftbox {
    width: 100%;
  }
  .aboutOne .aboutOneCon .aboutOneConList {
    flex-direction: column;
  }
  .aboutOne .aboutOneCon .aboutOneConList .aboutOneConListCon {
    margin-top: 0;
  }
  .aboutOne {
    padding-top: 30px;
  }
  .aboutOne .aboutOneCon .aboutOneConList .aboutOneConListCon p,
  .aboutOne .aboutOneCon .aboutOneConList .rightbox {
    margin-top: 15px;
  }
  .aboutOne .aboutOneCon .aboutOneConList .leftbox {
    padding-right: 3%;
  }
  .aboutTwo .aboutH2 {
    top: 30px;
  }
  .aboutTwo .zlbjIndex .HomeSlider .myMenu {
    width: 96%;
  }
  .aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left {
    width: auto;
    height: auto;
  }
  .aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left .intro,
  .aboutTwo .zlbjIndex .HomeSlider .BigSlider .item .itemCon .intro,
  .aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 dl dd .title2 {
    font-size: 16px;
  }
  .aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left {
    margin-right: 0.2rem;
  }
  .aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left .qyjjIcon {
    height: 24px;
  }
  .ydBtn {
    width: auto;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    bottom: 30px;
    right: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 0 20px;
}
  .aboutTwo .zlbjIndex .HomeSlider .BigSlider .item .itemCon {
    padding-top: 100px;
  }
  .aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 .intro3 {
    margin-top: 100px;
    font-size: 14px;
  }
  .aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 dl {
    margin-top: 20px;
  }
  .aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 dl dd .intro2 {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .aboutTwo .zlbjIndex .HomeSlider .BigSlider .itemCon2 dl dd {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .aboutTwo .zlbjIndex .HomeSlider .myMenu {
    bottom: 90px;
  }
  .aboutTwo .zlbjIndex .HomeSlider .BigSlider .item .imgBox {
    min-height: 500px;
    object-fit: cover;
  }
}

.About .aboutH {
  padding-top: 1.12rem;
  margin-bottom: 0.12rem;
}
.About .Part_4 {
  background: url(../images/aboutbg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 1.2rem;
}
.About .Part_4 .PartTit h1 {
  color: #fff;
}
.About .Part_4 .PartTit .dec {
  color: #fff;
  opacity: 0.6;
}
.About .Part_4 .PartBox {
  position: relative;
}
.About .Part_4 .PartBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
}
.About .Part_4 .PartBox .slider {
  padding: 0 60px;
}

.Other002781 .slick-arrow,
.aboutFour .slick-arrow,
.aboutFive .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid#002F7C;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -25px;
  font-size: 0;
  color: transparent;
  background-color: #032789;
  position: absolute;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 99;
}
.Other002781 .slick-arrow.slick-prev,
.About .Part_4 .PartBox .slider .slick-arrow.slick-prev,
.aboutFour .slick-arrow.slick-prev,
.aboutFive .slick-arrow.slick-prev {
  background-image: url(../images/prev.png);
  left: 0;
}
.Other002781 .slick-arrow.slick-next,
.About .Part_4 .PartBox .slider .slick-arrow.slick-next,
.aboutFour .slick-arrow.slick-next,
.aboutFive .slick-arrow.slick-next {
  background-image: url(../images/next.png);
  right: 0;
}
.About .Part_4 .PartBox .slider .slick-arrow:hover,
.aboutFour .slick-arrow:hover,
.aboutFive .slick-arrow:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.About .Part_4 .PartBox .slider .item {
  position: relative;
  height: 6.9rem;
}
.About .Part_4 .PartBox .slider .item::before {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/devdot.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.09rem;
  z-index: 9;
}
.About .Part_4 .PartBox .slider .item .date {
  color: rgba(0, 0, 0, 0.2);
  text-align: left;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.1rem;
  margin-top: 0.45rem;
}
.About .Part_4 .PartBox .slider .item .con {
  color: #333;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.28rem;
}
.About .Part_4 .PartBox .slider .item .con2 {
  color: #4c4948;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.About .Part_4 .PartBox .slider .item:nth-child(2n) {
}
.About .Part_4 .PartBox .slider .item:nth-child(2n) .con {
  height: auto;
}
.About .Part_4 .PartBox .slider .item:nth-child(2n) .itembox {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-top: 0;
  padding-bottom: 0.45rem;
}
.About .Part_4 .PartBox .slider .item .itembox {
  padding: 0 0 0 0.3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 3.45rem;
  margin-top: 3.45rem;
}
.About .Part_4 .PartBox .slider .item::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #cdcdcd;
  position: absolute;
  left: 0.09rem;
  bottom: -0.18rem;
}
.About .Part_4 .PartBox .slider .item:nth-child(2n)::after {
  bottom: auto;
  top: -0.18rem;
}

.About .Part_4 .PartBox .slider .item .itembox img {
  margin-top: 0.1rem;
  width: 2rem;
}
.About .Part_4 .PartBox .slider .item:nth-child(2n) .itembox img {
  margin-top: 0;
  margin-bottom: 0.12rem;
}
.About .Part_4 .PartBox .slider .item:nth-child(2n) .date {
  margin-top: 0;
}
.About .Part_4 .slick-arrow {
  position: absolute;
  z-index: 30;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #c0c0c0;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s;
  font-size: 1em;
  line-height: 1000;
  overflow: hidden;
  transform: translateY(-50%)
}
.About .Part_4 .slick-arrow.slick-disabled{display: none;}
.About .Part_4 .slick-arrow:hover {
  background: #00307b;
}
.About .Part_4 .slick-arrow:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #c0c0c0;
  border-left: 2px solid #c0c0c0;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.About .Part_4 .slick-arrow:hover:before {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.About .Part_4 .slick-next:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.About .Part_4 .slick-prev {
  left: 0;
}
.About .Part_4 .slick-next {
  right: 0;
}
.About .Part_4 .por{position: relative;}
@media (max-width: 640px) {
  .About .Part_4 .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.aboutFour {
  padding: 1.12rem 0;
  background-image: url(../images/qyryBg.jpg);
  background-size: cover;
  background-position: top center;
}
.aboutFour .aboutH {
  text-align: center;
}
.aboutFour .qyryList {
  margin: 0 auto;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 1.88rem);
}
.aboutFour .qyryList .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 3.44rem;
}
.aboutFour .qyryList .item::before,
.aboutFour .qyryList .item::after {
  content: "";
  display: block;
  width: 0.66rem;
  height: 1.22rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.aboutFour .qyryList .item::before {
  background-image: url(../images/qyry01.png);
}
.aboutFour .qyryList .item::after {
  background-image: url(../images/qyry02.png);
}
.aboutFour .qyryList .itemCon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  padding-bottom: 0.24rem;
}
.aboutFour .qyryList .itemCon .title {
  font-weight: bold;
  color: #193c7f;
  font-size: 0.2rem;
}
.aboutFour .qyryList .itemCon .title span {
  font-size: 0.6rem;
}
.aboutFour .qyryList .itemCon .intro {
  color: rgba(51, 51, 51, 0.8);
  font-size: 0.18rem;
  margin-top: 0.14rem;
}

.tab_liBox {
  width: 100%;
  overflow-x: auto;
  margin-top: 0.7rem;
}
.tab_liBox .tab_li {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  padding-bottom: 0.2rem;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.tab_liBox .tab_li span {
  flex: 0 0 auto;
  margin-right: 0.12rem;
  font-size: 0.18rem;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #999999;
  width: 2.2rem;
  height: 0.6rem;
  background: #ffffff;
  border-radius: 0.1rem;
  text-align: center;
  line-height: 0.6rem;
  margin-left: 0.12rem;
}
.tab_liBox .tab_li span:hover,
.tab_liBox span.on {
  background-color: #193c7f;
  color: #fff;
}
.nones {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  width: 100%;
  z-index: -10;
  left: 0;
}
.qyrySlider {
  /* width: calc(100% + 0.3rem); */
  /* margin-left: -0.3rem; */
  padding: 0 60px;
}
.qyrySlider .itemCon {
  background: #ffffff;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.58rem 0.39rem 0.32rem 0.39rem;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.qyrySlider .itemCon .title {
  margin-top: 0.52rem;
  font-size: 0.18rem;
  color: #333333;
}
.qyrySlider .itemCon .imgBox {
  overflow: hidden;
}
.qyrySlider .itemCon .imgBox img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.qyrySlider .itemCon:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .aboutFour .qyryList .itemCon .intro {
    font-size: 14px;
  }
  .aboutFour .qyryList .itemCon .title,
  .qyrySlider .itemCon .title {
    font-size: 16px;
  }
  .aboutFour .qyryList .itemCon .title span {
    font-size: 24px;
  }
  .aboutFour .qyryList .item::before,
  .aboutFour .qyryList .item::after {
    width: 33px;
    height: 61px;
  }
  .aboutFour .qyryList {
    width: 100%;
  }
  .aboutFour .qyryList .item {
    width: 31%;
    max-width: 220px;
  }
  .qyrySlider .itemCon {
    padding: 20px;
  }
  .qyrySlider .itemCon .title {
    margin-top: 15px;
  }
  .tab_liBox .tab_li span {
    width: calc(33% - 0.24rem);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    bottom: 30px;
    max-width: 156px;
  }
}

.aboutFive .tab_liBox {
  width: 100%;
  overflow-x: auto;
  margin-top: 0;
  display: flex;
}
.aboutFive .tab_liBox .tab_li {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  padding-bottom: 0;
  margin-bottom: 0;
  flex-direction: column;
}
.aboutFive .tab_liBox .tab_li span {
  flex: 0 0 auto;
  margin-right: 0;
  font-size: 0.18rem;
  padding: 0 0.3rem;
  background: #ffffff;
  cursor: pointer;
  height: 1.1rem;
  line-height: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 100%;
  margin-left: 0;
  margin-top: 0.2rem;
}
.aboutFive .tab_liBox .tab_li span:hover,
.aboutFive .tab_liBox .tab_li span.on {
  background-color: #193c7f;
  color: #fff;
}
.aboutFive {
  padding-top: 1.12rem;
  padding-bottom: 1.12rem;
}
.aboutFive .Tab001 {
  display: flex;
}
.aboutFive .Tab001 .tab_liBox {
  flex-direction: column;
  width: 5.64rem;
}
.aboutFive .tab_liBox .tab_li span .tab_li_con {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.aboutFive .Tab001 .tab_liBox .aboutFiveCon {
}
.aboutFive .Tab001 .tab_liBox .aboutFiveCon .aboutH {
}
.aboutFive .Tab001 .tab_liBox .aboutFiveCon .intro {
  font-size: 0.18rem;
  line-height: 0.34rem;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}
.aboutFive .Tab001 .tab_liBox .tab_li_con .leftbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.aboutFive .Tab001 .tab_liBox .tab_li_con .leftbox .title {
  font-size: 0.2rem;
}
.aboutFive .Tab001 .tab_liBox .tab_li_con .leftbox .intro {
  margin-top: 0.24rem;
}
.aboutFive .Tab001 .tab_liBox .tab_li_con .rightbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutFive .Tab001 .tab_liBox .tab_li_con .rightbox .top {
  display: flex;
  font-size: 0.18rem;
  align-items: center;
}
.aboutFive .Tab001 .tab_liBox .tab_li_con .rightbox .top .num {
  font-size: 0.45rem;
  margin-right: 0.1rem;
}
.aboutFive .Tab001 .tab_liBox .tab_li_con .rightbox .bottom {
  margin-top: 0.1rem;
}

.aboutFive .tab_info {
  padding-left: 0.78rem;
  width: calc(100% - 5.64rem);
  box-sizing: border-box;
}
.aboutFive .tab_info .info {
  width: 100%;
}
.aboutFive .tab_info .info .shzrSlide {
  width: 100%;
  padding: 0 70px;
}
.aboutFive .tab_info .info .shzrSlide .item {
}
.aboutFive .tab_info .info .shzrSlide .itemCon {
  position: relative;
  border-radius: 0.2rem;
  display: flex;
  overflow: hidden;
}
.aboutFive .tab_info .info .shzrSlide .itemCon img {
  width: 100%;
  border-radius: inherit;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.aboutFive .tab_info .info .shzrSlide .itemCon .titleBox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 0.2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.aboutFive .tab_info .info .shzrSlide .itemCon .titleBox .title {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 0.22rem;
  margin-bottom: 0.36rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  padding: 0 10px;
}
.aboutFive .tab_info .info .shzrSlide .itemCon:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .About .aboutH {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .About .Part_4 .PartBox .slider .item .date{
    font-size: 18px;
  }
 
  .aboutFive .tab_info .info .shzrSlide .itemCon .titleBox .title {
    font-size: 16px;
  }
  .About .Part_4 .PartBox .slider .item .con {
    font-size: 14px;
    line-height: 1.5;
  }
  .About .Part_4 {
    padding-bottom: 30px;
  }
  .aboutFour,
  .aboutFive,
  .aboutOne .aboutOneCon .aboutOneConList .rightbox .time dl {
    padding: 30px 0;
  }
  .aboutFive .Tab001 {
    flex-direction: column;
  }
  .aboutFive .Tab001 .tab_liBox {
    width: 100%;
  }
  .aboutFive .tab_liBox .tab_li span {
    max-width: 100%;
    width: calc(100% / 3 - 0.12rem);
    padding: 15px 10px;
    height: auto;
  }
  .aboutFive .tab_liBox .tab_li {
    flex-direction: row;
    justify-content: space-between;
  }
  .aboutFive .Tab001 .tab_liBox .tab_li_con .leftbox .intro {
    margin-top: 10px;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
  }
  .aboutFive .tab_info {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .aboutFive .Tab001 .tab_liBox .aboutFiveCon .intro,
  .aboutOne .aboutOneCon .aboutOneConList .aboutOneConListCon p,
  .aboutOne .aboutOneCon .aboutOneConList .rightbox .time dl dd .timeCon .name {
    font-size: 14px;
    line-height: 1.6785;
  }
  .aboutFive .Tab001 .tab_liBox .tab_li_con .leftbox .title {
    font-size: 16px;
  }
  .aboutOne
    .aboutOneCon
    .aboutOneConList
    .rightbox
    .time
    dl
    dd
    .timeCon
    .numBoxR,
  .About .Part_4 .PartBox .slider .item .con2 {
    font-size: 12px;
    line-height: 1.5;
  }
  .aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left .intro {
    text-align: center;
  }
  .aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left {
    height: 1.4rem;
  }
  .aboutOne .aboutOneCon .aboutOneConList .rightbox {
    padding-right: 3%;
    margin-right: 3%;
    width: 97% !important;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .aboutFour .qyryList .item::before {
    display: none;
  }
  .aboutFour .qyryList .item::after {
    display: none;
  }
  .aboutTwo .zlbjIndex .HomeSlider .myMenu .myMenuCon .left .intro {
    font-size: 14px;
  }
  .aboutFour .qyryList .itemCon .title {
    font-size: 12px;
  }
  .aboutFour .qyryList .itemCon .intro {
    font-size: 12px;
    line-height: 1.5;
    height: 36px;
  }
  .tab_liBox {
    margin-top: 20px;
  }
  .aboutFive .tab_liBox .tab_li span .tab_li_con {
    flex-direction: column;
  }
  .aboutFive .Tab001 .tab_liBox .tab_li_con .rightbox {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }
  .About .Part_4 .PartBox .slider .item {
    height: 9rem;
  }
  .About .Part_4 .PartBox .slider .item .itembox {
    height: 4.5rem;
    margin-top: 4.5rem;
  }
  .About .Part_4 .PartBox .slider .item .con2 {
    font-size: 11px;
  }
}

@media screen and (max-width: 1024px) {
  .root-sz-16 {
    font-size: 2.5vw;
  }
  .Top002262 .header-left {
    height: 60px;
  }
  .Top002262 .header-right dd {
    padding: 20px;
  }
  .Top002262 .open-search {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  .Top002262 .open-menu {
    margin: 0;
    margin-left: 0;
    width: 24px;
    height: 24px;
  }
  .Top002262 .open-menu:not(.on) i:nth-child(3) {
    margin-top: 10px;
  }
  .Top002262 .open-menu:not(.on) i:nth-child(1) {
    margin-top: -10px;
  }
  .Top002262 .header-right {
    float: right;
    display: flex;
    align-items: center;
  }
  .Top002262 .header-mids {
    top: 60px;
  }
  .Top002262 .logo img {
    max-height: 40px;
  }
  .Floor002491 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  
  /* .Bottom002887,
  .menu-show .Top002262 .header-mids,
  .RighInfo002738 .about .flex,
  .RighInfo002738 .ywfw li {
    font-size: 2.5vw;
  } */
  .RighInfo002738 .ywfw li{
    margin-bottom: 15px;
  }
  .Floor002143 .flex, .Floor002491 .flex, .Floor002717 .flex,
  .Hometitle {
    margin-bottom: 20px;
}
.Floor002143 .pic img.wap {
  display: block;
  min-height: 260px;
  object-fit: cover;
}
.Floor002143 .open_video .tit {
  margin-top: 50px;
}
.Bottom002887 .copyright{
  text-align: center;
}
.Floor002143 .open_video .tit b{
  font-size: 16px;
}
.Floor002143 .open_video .tit,
.Floor002717 li .tit,
.Floor002491 ul li .tit,
.index-more a,
.aboutTwo .zlbjIndex .HomeSlider .BigSlider .item .itemCon .title,
.Floor003099 .txt .dl .t1{
  font-size: 14px;
}
.Bottom002887 .b_nav{
  padding: 30px 0;
}
.Bottom002887 .contact p a {
  font-size: 14px;
  margin-top: 10px;
  margin-left: 0;
}
.Banner002730 .txt .cn,
.Banner002731 .con .t1,
.Banner002730 .txt .t2,
.Banner002731 .txt .t1{
  font-size: 20px;
}
.Banner002730 img,
.Banner002731 img {
  min-height: 320px;
  object-fit: cover;
}
.Banner002731 .con .t2 {
  font-size: 14px;
  line-height: 1.75;
  margin: 10px;
}
.Map002364 li,.Floor002718 li a,
.RighInfo002810 .w3 li{
  margin-bottom: 30px;
}
.PicList002953 li .tit{
  font-size: 18px;
  margin-top: 15px;
}
.Banner002731 .txt .t1 + .t2{
  font-size: 16px;
}
.PicList002953 li p{
  font-size: 14px;
}
.PicList002953 li .icon{
  display: none;
}
.PicList002953 .more{
  margin-top: 15px;
  margin-bottom: 20px;
}
.Banner002730 .txt .con,
.Banner002731 .box {
  width: 100%;
  padding: 20px;
  margin-top: 20px;
}
.Banner002731 .txt .t2 + .t3 {
  margin-top: 10px;
}
.Floor003099 .slider {
  padding: 0 50px;
}
}
@media screen and (max-width: 480px) {
  .root-sz-16 {
    font-size: 3.5vw;
  }
  /* .Bottom002887,
  .menu-show .Top002262 .header-mids,
  .RighInfo002738 .about .flex,
  .RighInfo002738 .ywfw li {
    font-size: 3.5vw;
  } */
  .RighInfo002738 .ywfw li{
    margin-bottom: 15px;
  }
}

@media screen and (max-width:1024px){
  .Hometitle .bg,
  .RighInfo002811 .dl .num{
    font-size: 70px;
  }
  .Listtit,
  .Floor003099 .txt .tit,
  .PicList003142 time b,
  .Map002364 .t3{
    font-size: 24px;
  }
  .PicList002953 li .tit,
  .Hometitle .cn,
  .Floor002718 li .tit,
  .RighInfo002810 .t1,
  .Floor003099 .txt .dl .t2,
  .RighInfo002811 .dl .tit,
  .RighInfo002811 .w4 .t1,
  .RighInfo002738 .ywfw .tit,
  .PicList003142 a .t1,
  .Map002364 .t1{
    font-size: 18px;
  }
  .Hometitle .en,
  .Floor002717 li .tit,
  .Floor003099 .txt .subtit,
  .RighInfo002810 .w4 .t1,
  .RighInfo002810 .w4 li:hover .t1,
  .RighInfo002811 .list .main .slider li .name,
  .RighInfo002738 .case .category .item{
    font-size: 16px;
  }
  .Banner002730 .txt .t2 + .t3,
  .PicList002953 .dl dd,
  .Floor002717 li a:hover .txt p,
  .Floor002718 li p,
  .Banner002731 .txt .t2 + .t3,
  .RighInfo002810 .t2,
  .Floor003099 .txt .dl .t3,
  .Floor003099 .txt .dl dt,
  .RighInfo002810 .dl dd,
  .RighInfo002738 .about .con p,
  .RighInfo002738 .ywfw li:hover .txt,
  .PicList003142 time,
  .TextList002514 .job-main,
  .Map002364 .t2,
  .Map002364 a{
    font-size: 14px;
  }
  .TextList002514 .job-title time{
    font-size: 12px;
  }
  .Floor003099 .txt .dl dt,
  .RighInfo002810 .dl dd,
  .PicList002953 li p,
  .PicList002953 .dl dd{
    line-height: 1.6875;
  }
  .PicList002953 .more {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    padding-left: 36px;
    background-position: left 14px center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 22px;
}
.index-more a{
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  padding-right: 36px;
  background-position: right 14px center;
  margin-top: 0px;
  margin-bottom: 0;
}
.PicList002953 li + li,
.Floor002717 li + li,
.Floor002717 li:nth-child(2n) ~ li,
.RighInfo002810 .w4 li {
  margin-top: 30px;
}
.RighInfo002810 .t2{
  margin-top: 10px;
}
.RighInfo002810 .t1,
.RighInfo002810 .w4 .t1{
  padding-top: 15px;
}
.Floor002143 .open_video span i {
  width: 40px;
  height: 40px;
  background-size: 16px;
}
.Floor002718 li .icon{
  width: 40px;
}
.Floor002717 li .icon,
.Floor002491 ul li .icon img {
  height: 24px;
  margin-bottom: 15px;
  width: auto;
}
.Floor002717 li .txt {
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}
.Floor002491 ul li .icon,
.RighInfo002810 .w4 .icon img,
.RighInfo002811 .dl .icon{
  height: 24px;
}
.Floor002491 ul li {
  width: calc(25% - 5px);
  margin-right: 5px;
}
.Floor002491 ul li:last-child{
  margin-right: 0;
}
.Floor002717 li .Ispic {
  padding-bottom: 46.796%;
}
.Floor002717 li a:hover .txt p{
  width: 100%;
}
.Banner003192 .slick-pages{
  bottom: 30px;
}
.Floor002718 li .con,
.RighInfo002810 .w4 .con,
.RighInfo002811 .dl dd,
.RighInfo002738 .ywfw .con,
.PicList003142 li .txt,
.TextList002514 .job-main{
  padding: 30px;
}
.Floor002718 li .txt{
  padding-left: 30px;
}
.Floor003099 .txt .dl{
  padding: 0;
}
.RighInfo002811 .dl dd{
  padding-bottom: 80px;
  margin-bottom: 30px;
}
.RighInfo002811 .list .main .slider li .con{
  padding: 20px 0;
}
.RighInfo002811 .w4 .t1,
.PicList003142 li .txt{
  padding-top: 20px;
}
.PicList003142 li .txt{
  padding-left: 0;
}
.RighInfo002811 .list .main .slider li .icon{
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.RighInfo002811 .list .bg-img .Ispic {
  height: 500px;
}
.RighInfo002811 .list .main {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.RighInfo002811 .list .main .slider li .icon img {
  max-width: 24px;
  max-height: 24px;
}
.RighInfo002738 .ywfw li img{
  width: 100%;
  object-fit: cover;
}
.TextList002514 .job-title {
  padding: 20px 30px;
  font-size: 18px;
  padding-right: 80px;
}
.Top002262 .header-right dd:not(:first-child) {
  padding-left: 15px;
}
.Top002262 .header-mids li span, .Top002262 .header-mids li a{
  font-size: 16px;
}
.Banner003192 .mouse{
  bottom: 30px;
}
}

@media screen and (max-width:640px){
  .Bottom002887 .code {
    max-width: 120px;
}
  .Floor002491 ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}
.Floor002491 ul li:nth-child(2n){
  margin-right: 0;
}
.Floor002491 ul{
  flex-wrap: wrap;
  width: 100%;
}
.Hometitle .bg,
  .RighInfo002811 .dl .num{
    font-size: 40px;
  }
}


/*TextList002957 */
.TextList002957{margin: 2.08vw 0;}
.TextList002957 li{ border-bottom: 1px dotted #d9d9d9; line-height: 54px;}
.TextList002957 li time{float: right;color: #b2b2b2; margin-left: 20px;}
.TextList002957 li a{font-size: 18px;}
@media(max-width:480px){
.TextList002957 li{font-size: 3vw;line-height: 10vw;}
.TextList002957 li a{font-size: 3.5vw;}
}



.Other002781 .pop-up{ display:none; position:fixed; z-index:150; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);}
.Other002781 .pop-up .ycenter{ height:100%;display: flex;align-items: center;justify-content: center;}
.Other002781 .pop-up .main{ position:relative; width:90%; max-width:1200px; background:#fff; border:5px solid #00307b; border-radius:10px; padding:2%;}
.Other002781 .pop-up .close{ position:absolute; width:30px; height:30px; right:-15px; top:-15px; border-radius:50%; background:#00307b; cursor:pointer;}
.Other002781 .pop-up .close::before,
.Other002781 .pop-up .close::after{ position:absolute; content:''; left:20%; top:50%; width:60%; height:3px; background:#fff; margin-top:-1px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.Other002781 .pop-up .close::before{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.Other002781 .pop-up#form td{ padding-top:4%; vertical-align:top;}
.Other002781 .pop-up#form td.f-name{ text-align:right; width:90px; line-height:32px;}
.Other002781 .pop-up#form td .text{ width:100%; line-height:32px; height:32px; border:1px solid #eee; border-radius:3px; padding:0 5px;}
.Other002781 .pop-up#form td .btn{ width:40%; margin-right:3%; height:40px; cursor:pointer; border:none; border-radius:3px;color:#fff; background:#00307b; max-width:120px;}
.Other002781 .pop-up#form td .btn_reset{ background:#999;}
.Other002781 .pop-up#form td textarea.text{ height:90px;}
.Other002781 .pop-up#form p{ margin:0; text-align:center; font-size:18px; font-weight:bold; color:#294593;}
.Other002781 .pop-up#map .main{ padding:15px;}
.Other002781 .pop-up .map{ height:300px;}
/* @media(max-width:640px){
.Other002781{display: none;}
} */

.zt_pic .owl-carousel .owl-dots{text-align: center;position: absolute;left: 50%;transform: translateX(-50%);bottom:-20px;}
.zt_pic .owl-carousel .owl-dots .owl-dot{width: 10px;height: 10px;background:#ccc;margin-left: 10px;display: inline-block;border-radius: 100px;}
.zt_pic .owl-carousel .owl-dots .owl-dot:first-child{margin-left: 0;}
.zt_pic .owl-carousel .owl-dots .active{background: #294593;width: 10px;}


.zt_pic .owl-nav{display: none !important;}

.Other002781 .pop-up .main{
  height: 80%;
}
.Other002781 .pop-up .main .zt_pic .auto ul .slick-list,
.Other002781 .pop-up .main .zt_pic .auto ul,
.Other002781 .pop-up .main .zt_pic,
.Other002781 .pop-up .main .zt_pic .auto{
  height: 100%;
}
@media screen and (max-width:1024px){
  .Other002781 .pop-up .main {
    height: auto;
}
}

.pop-up .slick-track,
.pop-up .slick-track .item
{
  height: 100%;
}
.pop-up .slick-track .item a{
  display: block;
  height: 100%;
}
.pop-up .slick-track .item a img{
  height: 100%;
  display: block;
  margin: 0 auto;
}


.Floor003099 .slider .slick-list li .flex .pic img{
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.Floor003099 .slider .slick-list li .flex:hover .pic img {
  transform: scale(1.1);
}

@media screen and (max-width:1024px){
  .Floor003099 .slider li .txt {
    padding: 2vw;
}
.Floor003099 .pic {
  height: 3.65rem;
}
.Floor003099 .slider .slick-list li .flex .pic img {
  height: 100%;
  width: 100%;
}
}










/*Other002539 */
.Other002539{ position:fixed; z-index:200; right:1vw; top:50%; transform:translateY(-50%);}
.Other002539 ul li{ position:relative; border-radius: 10px; background-color:#294593; float: right; clear: both;}
.Other002539 ul li a{ display: flex; align-items: center;}
.Other002539 ul li+li{margin-top:1em;}
.Other002539 ul li figure{color:#fff;white-space:nowrap;  width: 0; overflow: hidden; } 
.Other002539 ul li a figure{padding:1em; width: auto; font-size: 1em; padding-left: 0;} 
.Other002539 .icon{ display:block; width:calc(60 / 16 * 1em); height:calc(60 / 16 * 1em); background:url(../images/zx.svg) no-repeat center; background-size:auto calc(24 / 16 *1em);}

