/* CSS Document */

#footer h6,
#footer .h6 {
  text-align: left;
  font-weight: bold;
}
.eclip {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eclip2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: block\0;
}

.slick-slider {
  touch-action: auto !important;
}
.body-list {
  padding-top: 0;
}

.img-hide {
  overflow: hidden;
  display: block;
}
.slick-slider {
  touch-action: auto !important;
}

.img-hide img {
  transition: 0.5s all;
  transform: scale(1, 1);
}
.img-hide:hover img {
  transform: scale(1, 1);
}
.txt-elise {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
li {
  list-style: none;
}
a {
  color: #333;
}
ul {
  display: block;

  padding: 0 !important;
  margin: 0;
}
a:hover,
a {
  text-decoration: none !important;
}
a:focus {
  text-decoration: none !important;
  outline: none !important;
}
button:focus,
button:hover,
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.gy::before {
  content: "";
  position: absolute;
  top: 0;
  left: -86%;
  z-index: 100;
  display: block;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.1)
  );
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
}
a:hover .gy::before,
.gy:hover::before {
  -webkit-animation: shine 0.5s;
  animation: shine 0.5s;
}
@-webkit-keyframes shine {
  100% {
    left: 115%;
  }
}
@keyframes shine {
  100% {
    left: 115%;
  }
}

.gy {
  position: relative;
  overflow: hidden;
}
.tab-content {
  position: relative;
}
.tab-content .tab-pane {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s all;
}
.tab-content .tab-pane.active {
  position: relative;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
}
.banner .slick-current a {
  animation: 6s linear bigScale;
  -webkit-animation: 6s linear bigScale;
  display: block;
}
.banner .slick-current a img {
  display: none;
}
.banner .slick-current a div {
  height: 6.3rem;
}

/* 新增开始 */
.banner,
.banner .slick-list,
.banner .slick-track,
.banner .slick-slide,
.banner .slick-slide a,
.banner .slick-slide a div {
  /* height: 6.3rem; */
  overflow: hidden;
}

.banner .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* 新增结束 */

@keyframes bigScale {
  from {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.banner .slick-dots {
  bottom: 0.4rem;
}

.banner .slick-dots li {
  margin: 0 0.25rem;
  position: relative;
}
.banner .slick-dots li.slick-active:before {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  width: 0.36rem;
  border-top: solid 0.01rem #9c9c9d;
  top: 50%;
  margin-left: 0.1rem;
}

.banner .slick-dots li,
.banner .slick-dots li button {
  width: 0.2rem;
  height: 0.2rem;
}

.ban_dots:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #9c9c9d;
  zoom: 1;
}
.banner .slick-dots li.slick-active .ban_dots:after,
.banner .slick-dots li.slick-active .ban_dots.fallback {
  background: #ff9900;
}

.slick-dots li button:before {
  display: none;
}

.ban_dots.fallback {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;

  margin: 0 auto;
}

.banner .slick-dots li.slick-active .ban_dots.fallback {
  background: #ff9900;
}

.progress-svg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  zoom: 1;
}

.path-loop-bg {
  stroke: transparent;
  stroke-width: 4;
}

.banner .slick-dots li.slick-active .path-loop-bg {
  stroke: #ff9900;
  opacity: 0.3;
}

.path-loop {
  stroke: #ff9900;
  stroke-width: 3;
  opacity: 1;
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  -webkit-transition: stroke-dashoffset 6s linear;
  -moz-transition: stroke-dashoffset 6s linear;
  -o-transition: stroke-dashoffset 6s linear;
  transition: stroke-dashoffset 6s linear;
}
.custom-dots li.slick-active .path-loop {
  stroke-dashoffset: 0;
}

.box-center {
  width: 14rem;
  margin: 0 auto;
}
.banner-bottom {
  background: url(../images/page/jiuye/back01.png) center no-repeat;
  background-size: cover;
  padding: 0.2625rem 0;
}
.one-left {
  width: 6.475rem;
}
.one-left-tt {
  font-size: 0.35rem;

  color: #222;
  line-height: 1;
}
.banner {
  margin: 0;
}
.one-left-p {
  font-size: 0.14rem;
  margin-top: 0.175rem;
  text-align: justify;
  line-height: 0.2625rem;
}
.one-right-ul li {
  float: left;
  margin-left: 0.80rem;
  margin-top: 0.39375rem;
}
.number-top span {
  display: inline-block;

  font-size: 0.525rem;
  line-height: 1;
  color: #0b318f;
  position: relative;
  padding-right: 0.2625rem;
}
.number-top span font {
  position: absolute;
  right: 0;
  top: 0.0875rem;
  font-size: 0.175rem;
}
.number-b {
  line-height: 1;
  font-size: 0.1575rem;
  margin-top: 0.21875rem;
}
.page-tow {
  background: url(../images/page/jiuye/back02.png) center no-repeat;
  background-size: cover;
  padding-top: 1.225rem;
  padding-bottom: 0.7875rem;
}
.title-top span {
  display: inline-block;
  line-height: 1;

  position: relative;
  padding-right: 0.9625rem;
  padding-left: 0.9625rem;
  font-size: 0.42rem;
  color: #000;
}
.title-top span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.7175rem;
  background: url(../images/page/jiuye/tt-l.png) center no-repeat;
  background-size: 100% auto;
}
.title-top span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.7175rem;
  background: url(../images/page/jiuye/tt-r.png) center no-repeat;
  background-size: 100% auto;
}
.title-b {
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.0875rem;
  font-size: 0.1225rem;
  color: #999;
  line-height: 1;
}
.tow-tabs {
  background: url(../images/page/jiuye/tabs-lind.png) center no-repeat;
  margin-bottom: 0.175rem;
  background-size: 100% 0.01rem;
}
.tow-tabs li {
  display: inline-block;
  margin: 0 0.175rem;
}
.tow-tabs li a {
  display: block;
  font-size: 0.175rem;
  width: 1.4rem;
  color: #222;
  height: 0.42rem;
  position: relative;
  border: solid 0.01rem #ddd;
  border-radius: 0.4375rem;
}
.tow-tabs li.active a {
  color: #0d369e;
  border-color: #0d369e;
  font-size: 0.21rem;
}
.tow-tabs li a span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  right: 0;
}
.swiper-container-a .swiper-slide a {
  display: block;
  transition: 0.3s all;
  position: relative;
  overflow: hidden;
  height: 2.8rem;
  background: #fff;
  border-radius: 0.0875rem;
  box-shadow: 0 0 0.175rem rgba(154, 21, 23, 0.2);
}
.swiper-slide {
  padding: 0.175rem;
  height: 3.85rem;
}
.swiper-container-a .swiper-slide-prev a,
.swiper-container-a .swiper-slide-next a,
.swiper-container-a .swiper-slide-active a {
  height: 3.5rem;
}
.lb-c {
  position: relative;
}
.team-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3.5rem;
}
.team-img {
  height: 3.5rem;
  transition: 0.3s all;
}
a:hover .team-img {
  transform: scale(1, 1);
}
.team-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.75rem;
  background: url(../images/page/jiuye/mask.png) center no-repeat;
  background-size: 100% 100%;
}
.team-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2625rem;
}
.team-tt {
  margin-right: 0.175rem;
  line-height: 1;
  margin-bottom: 0.175rem;
  font-size: 0.175rem;
  color: #fff;
  background: url(../images/page/jiuye/tt-lind.png) left center no-repeat;
  padding-left: 0.20125rem;
  background-size: 0.105rem auto;
}
.team-sm {
  position: relative;
  transition: 0.3s all;
  margin-right: 0.175rem;
  opacity: 0;
  padding-right: 0.7rem;
  margin-left: 0.175rem;
}
.swiper-container-a-b .team-sm,
.swiper-container-a-c .team-sm {
  padding-right: 0;
}

.team-zy {
  font-size: 0.14rem;
  color: #fff;
}
.team-name {
  font-size: 0.14rem;
  margin-top: 0.0875rem;
  color: #fff;
  line-height: 1;
}
.tame-number {
  position: absolute;
  line-height: 1;
  right: 0;
  top: -0.0875rem;
  font-size: 0.105rem;
  color: #fff;
}
.tame-number span {
  display: inline-block;
  margin-bottom: 0.04375rem;
  font-size: 0.35rem;
  font-weight: normal;
}
.swiper-slide-next a,
.swiper-slide-prev a,
.swiper-slide-active a {
  height: 3.5rem;
}
.swiper-slide-next a .team-sm,
.swiper-slide-prev a .team-sm,
.swiper-slide-active a .team-sm {
  opacity: 1;
}
.team-label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 1.05rem;
  height: 0.28rem;
  background: url(../images/page/jiuye/team-label.png) center no-repeat;
  background-size: 100% 100%;
  line-height: 0.28rem;
  font-size: 0.1225rem;
  color: #ffffff;
  font-weight: bold;
  padding-left: 0.0875rem;
}
.swiper-container {
  margin: 0 - 0.175rem;
}
.swiper-button-prev {
  left: 2.0125rem;
  top: auto;
  bottom: 0.2625rem;
  width: 0.35rem;
  height: 0.35rem;
  background: url(../images/page/jiuye/left01.png) center no-repeat;
  background-size: 100% 100%;
}
.swiper-button-next {
  right: 2.0125rem;
  top: auto;
  bottom: 0.2625rem;
  width: 0.35rem;
  height: 0.35rem;
  background: url(../images/page/jiuye/right01.png) center no-repeat;
  background-size: 100% 100%;
}
.swiper-button-prev:hover {
  background: url(../images/page/jiuye/left02.png) center no-repeat;
  background-size: 100% 100%;
}
.swiper-button-next:hover {
  background: url(../images/page/jiuye/right02.png) center no-repeat;
  background-size: 100% 100%;
}
.page-three {
  background: url(../images/page/jiuye/back03.png) center no-repeat;
  background-size: cover;
  padding: 1.05rem 0 0.525rem 0;
}

.banner .slick-dots li:last-child:before {
  display: none !important;
}
.ztc-slick a {
  display: block;
  margin: 0.175rem;
}
.ztc-slick a:hover {
  box-shadow: 0 0 0.175rem rgba(154, 21, 23, 0.2);
}
a:hover .ztc-tt {
}
.ztc-img {
  height: 2.8rem;
  transition: 0.3s all;
}
a:hover .ztc-img {
  transform: scale(1, 1);
}
.ztc-bottom {
  padding: 0.21875rem 0.35rem;
  background: #fff;
  position: relative;
  border-bottom: solid 0.04375rem #0d369e;
}
.ztc-tt {
  font-size: 0.1575rem;
  margin-top: 0.0875rem;
  color: #222;
  text-align: justify;
  line-height: 0.2975rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ztc-more {
  font-size: 0.1225rem;
  color: #666;
  display: inline-block;
  margin-top: 0.11375rem;
  background: url(../images/page/jiuye/more01.png) right center no-repeat;
  padding-right: 0.30625rem;
  background-size: 0.25375rem auto;
}
.ztc-slick a:hover .ztc-more {
  color: #0d369e;
  background: url(../images/page/jiuye/more02.png) right center no-repeat;
  background-size: 0.25375rem auto;
}
.ztc-slick {
  padding-bottom: 0.7rem;
  margin-bottom: 0;
}
.ztc-slick .slick-dots {
  bottom: 0;
}
.ztc-slick .slick-dots li {
  margin: 0 0.25rem;
}
.ztc-slick .slick-dots li,
.ztc-slick .slick-dots li button {
  width: 0.22rem;
  height: 0.22rem;
}
.ztc-slick .slick-dots li button {
  background: url(../images/page/jiuye/li01.png) center no-repeat;
}
.ztc-slick .slick-dots li.slick-active button {
  background: url(../images/page/jiuye/li02.png) center no-repeat;
}
.ztc-slick .slick-dots li.slick-active:before {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  width: 0.36rem;
  border-top: solid 0.01rem #0d369e;
  top: 50%;
  margin-left: 0.1rem;
}
.ztc-slick .slick-dots li:last-child:before {
  display: none !important;
}
.swiper-container-a {
  overflow: hidden;
  position: relative;
}
.video-swiper .swiper-slide {
  height: 6.3rem;
  padding: 0;
}
.video-swiper .swiper-slide video {
  height: 6.3rem;
  width: 100%;
  object-fit: cover;
}
.video-swiper .video-img {
  height: 6.3rem;
  width: 100%;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
.page-four {
  position: relative;
}
.slt-box {
  position: absolute;
  left: 1.3125rem;
  bottom: 0.04375rem;
  width: 9.1rem;
}
.video-thumb-swiper .video-img {
  border: solid 0.035rem #fff;
  transition: 0.3s all;
  position: relative;
}
.video-thumb-swiper .video-img i {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: url(../images/page/jiuye/play.png) center no-repeat;
  background-size: 0.4725rem 0.4725rem;
}
.swiper-slide-thumb-active .video-img i {
  display: none;
}
.video-thumb-swiper .img-sp {
  height: 1.1375rem;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s all;
  width: 100%;
}
.video-img:hover .img-sp {
  transform: scale(1, 1);
}
.video-thumb-swiper .swiper-slide {
  height: auto;
  padding: 0.175rem 0.0875rem;
}
.swiper-button-prev-a {
  left: 0.875rem;
  top: auto;
  bottom: 0.65625rem;
  display: block;
}
.swiper-button-next-a {
  left: 10.5rem;
  top: auto;
  bottom: 0.65625rem;
  display: block;
}
.swiper-slide-thumb-active .video-img {
  transform: translate(0, -0.175rem);
}
.slt-txt {
  position: absolute;
  left: 0;
  transition: 0.3s all;
  top: 100%;
  height: 100%;
  right: 0;
  background: rgba(11, 49, 143, 0.9);
  font-size: 0.175rem;
  color: #fff;
}
.slt-txt span {
  position: absolute;
  left: 0;
  text-align: center;
  right: 0;
  top: 50%;
  padding: 0 0.175rem;
  transform: translate(0, -50%);
  line-height: 0.28rem;
}
.swiper-slide-thumb-active .slt-txt {
  top: 0;
}
.four-about {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 2.3625rem;
  padding: 0.525rem 0.35rem;
  background: rgba(255, 255, 255, 0.9);
  width: 5.6rem;
  border-radius: 0.525rem 0 0 0;
}
.four-about-tt {
  font-size: 0.21rem;
}
.four-about-p {
  font-size: 0.1225rem;
  text-align: justify;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 0.04375rem;
}
.about-more {
  display: block;
  font-size: 0.1225rem;
  color: #0d369e;
  background: #fff;
  width: 1.05rem;
  height: 0.35rem !important;
  box-shadow: none !important;
  line-height: 0.35rem;
  border-radius: 0.35rem;
  text-align: center;
  margin-top: 0.0875rem;
}
.about-more:hover {
  background: #0d369e;
  color: #fff;
}
.page-five {
  background: url(../images/page/jiuye/back05.png) center no-repeat;
  overflow: hidden;
  background-size: cover;
  padding-top: 0.525rem;
  padding-bottom: 0.9625rem;
}

.five-slick a {
  display: block;
  background: #fff;
  position: relative;
  border-radius: 0.0525rem;
  border: solid 0.01rem #eee;
  height: 1.575rem;
  overflow: hidden;
  margin: 0 0.0875rem;
}
.five-slick {
  margin: 0 - 0.0875rem;
  z-index: 50;
}
.five-slick .slick-slide {
  padding: 0.175rem 0;
}
.five-slick a span,
.five-slick a font {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.five-slick a span img {
  margin: 0 auto;
}
.five-slick a font {
  display: none;
}
.five-slick .slick-prev {
  left: 50%;
  bottom: -0.7875rem;
  margin: 0;
  margin-left: -1.925rem;
  width: 0.35rem;
  height: 0.35rem;
  top: auto;
  z-index: 100;
  background: url(../images/page/jiuye/left01.png) center no-repeat;
  background-size: 100% 100%;
}
.five-slick .slick-next {
  right: 50%;
  bottom: -0.7875rem;
  margin: 0;
  margin-right: -1.925rem;
  width: 0.35rem;
  height: 0.35rem;
  top: auto;
  z-index: 100;
  background: url(../images/page/jiuye/right01.png) center no-repeat;
  background-size: 100% 100%;
}
.five-slick .slick-prev:hover {
  background: url(../images/page/jiuye/left02.png) center no-repeat;
  background-size: 100% 100%;
}
.five-slick .slick-next:hover {
  background: url(../images/page/jiuye/right02.png) center no-repeat;
  background-size: 100% 100%;
}
.five-slick-box {
  position: relative;
  z-index: 50;
}

/*.five-slick a:hover span{ display: none; }*/
/*.five-slick a:hover font{ display: block; }*/
.five-slick a:hover b {
  font-weight: bold;
  color: #0b318f;
}
.five-slick a:hover {
  box-shadow: 0 0 0.0875rem rgba(154, 21, 23, 0.3);
  color: #0d369e;
}
.five-slick a b {
  position: absolute;
  left: 0.175rem;
  right: 0.175rem;
  text-align: center;
  line-height: 1;
  bottom: 0.175rem;
  font-size: 0.1575rem;
  color: #222;
  line-height: 1;
  font-weight: normal;
}
.logo-more {
  display: inline-block;
  margin-top: 0.056rem;
  width: 2.1rem;
  line-height: 0.5075rem;
  border-radius: 0.525rem;
  border: solid 0.01rem #0d369e;
  color: #0d369e;
  font-size: 0.14rem;
}
.logo-more span {
  display: inline-block;
  padding-right: 0.4725rem;
  background: url(../images/page/jiuye/more-right.png) right center no-repeat;
  background-size: 0.41125rem auto;
}
.logo-more:hover {
  background: #0d369e;
  color: #fff;
}
.logo-more:hover span {
  background: url(../images/page/jiuye/more-right02.png) right center no-repeat;
  background-size: 0.41125rem auto;
}
.logo-txt {
  font-size: 0.1225rem;
  color: #999;
  margin-top: 0.175rem;
  line-height: 1;
}
.title-top {
  position: relative;
}
.title-top a {
  padding-right: 0.4725rem;
  position: absolute;
  right: 0;
  top: 0.175rem;
  background: url(../images/page/jiuye/more-right.png) right center no-repeat;
  background-size: 0.41125rem auto;
  font-size: 0.14rem;
  color: #0d369e;
}
.five-tow {
  margin-top: 0.7rem;
}
.title-p {
  font-size: 0.21rem;
  color: #222;
  margin-bottom: 0.2625rem;
  line-height: 0.35rem;
}
.five-tow .title-b {
  margin-bottom: 0.04375rem;
}
.five-lb {
  width: 6.825rem;
  height: 5.425rem;
  overflow: hidden;
  margin: 0;
}
.lb-img {
  height: 3.9375rem;
  transition: 0.3s all;
}
a:hover .lb-img {
  transform: scale(1, 1);
}
.five-lb a {
  display: block;
  background: #fff;
  height: 5.425rem;
}
.five-lb-tt {
  font-size: 0.21rem;
  color: #222;
  line-height: 0.2625rem;
  width: 4.1125rem;
  margin: 0.21875rem auto 0 auto;
}
.five-lb .slick-prev {
  left: 0.175rem;
  width: 0.35rem;
  height: 0.35rem;
  top: 4.55rem;
  margin: 0;
  z-index: 100;
  background: url(../images/page/jiuye/left01.png) center no-repeat;
  background-size: 100% 100%;
}
.five-lb .slick-next {
  right: 0.175rem;
  width: 0.35rem;
  height: 0.35rem;
  top: 4.55rem;
  margin: 0;
  z-index: 100;
  background: url(../images/page/jiuye/right01.png) center no-repeat;
  background-size: 100% 100%;
}
.five-lb .slick-prev:hover {
  background: url(../images/page/jiuye/left02.png) center no-repeat;
  background-size: 100% 100%;
}
.five-lb .slick-next:hover {
  background: url(../images/page/jiuye/right02.png) center no-repeat;
  background-size: 100% 100%;
}
.banner .slick-prev {
  opacity: 0;
  left: 0.175rem;
  width: 0.35rem;
  height: 0.35rem;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
  z-index: 100;
  background: url(../images/page/jiuye/left01.png) center no-repeat;
  background-size: 100% 100%;
}
.banner .slick-next {
  opacity: 0;
  right: 0.175rem;
  width: 0.35rem;
  height: 0.35rem;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
  z-index: 100;
  background: url(../images/page/jiuye/right01.png) center no-repeat;
  background-size: 100% 100%;
}
.banner .slick-prev:hover {
  background: url(../images/page/jiuye/left02.png) center no-repeat;
  background-size: 100% 100%;
}
.banner .slick-next:hover {
  background: url(../images/page/jiuye/right02.png) center no-repeat;
  background-size: 100% 100%;
}
.banner:hover .slick-prev,
.banner:hover .slick-next {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}
.five-lb .slick-dots li,
.five-lb .slick-dots li button {
  font-size: 0.21rem;
  text-indent: 99.99rem;
  width: 0.21rem;
  height: 0.21rem;
  padding: 0;
  color: #0b318f;
  line-height: 1;
}
.five-lb .slick-dots {
  bottom: 0.2625rem;
}
.five-lb .slick-dots li {
  margin: 0 0.0875rem;
}
.five-lb .slick-dots li button {
  background: url(../images/page/jiuye/dian.png) center no-repeat;
  background-size: 0.07rem 0.07rem;
}
.five-lb .slick-dots li.slick-active button {
  text-indent: 0;
  background: none;
}
.five-right {
  width: 6.825rem;
}
.five-list-img {
  height: 1.925rem;
  transition: 0.3s all;
}
a:hover .five-list-img {
  transform: scale(1, 1);
}
.five-right-ul li {
  float: left;
  width: 50%;
  padding: 0 0.0875rem;
  margin-bottom: 0.175rem;
}
.five-right-ul {
  margin: 0 - 0.0875rem;
}
.five-right-ul li a {
  display: block;
  background: #fff;
}
.five-list-bottom {
  height: 1.4rem;
  position: relative;
  border-bottom: solid 0.04375rem #0d369e;
  padding: 0.175rem;
}
.five-date {
  font-size: 0.1575rem;
  color: #0d369e;

  padding-left: 0.2275rem;
  background: url(../images/page/jiuye/icon-date.png) left center no-repeat;
  background-size: 0.14875rem auto;
}
.five-tt {
  font-size: 0.1575rem;
  line-height: 0.28875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.13125rem;
}
a:hover .five-tt {
  color: #0d369e;
}
.five-right-ul li:nth-of-type(3) .five-list-bottom,
.five-right-ul li:nth-of-type(4) .five-list-bottom {
  height: 1.925rem;
}
.five-list-b {
  position: relative;
  margin-top: 0.28875rem;
  font-size: 0.14rem;
  color: #666;
}
.five-list-b:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0.65625rem;
  border-top: dashed 0.01rem #ddd;
}
.five-right-ul li a:hover .five-list-bottom {
  border: none;
  background: url(../images/page/jiuye/hover.png) center no-repeat;
  background-size: cover;
}
.five-right-ul li a:hover .five-list-bottom:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: solid 0.01rem #0d369e;
}
.five-right-ul li a:hover .five-list-b {
  color: #0d369e;
}
.five-right-ul li a:hover .five-list-b:before {
  border-color: #0d369e;
}
.page-six {
  background: url(../images/page/jiuye/back05.png) center no-repeat;
  background-size: cover;
  padding: 0.875rem 0 0.7rem 0;
}
.cg-txt {
  font-size: 0.245rem;
  margin-bottom: 0.2625rem;
}
.cg-txt span {
  position: relative;
  padding: 0 0.7rem;
}
.cg-txt span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.55125rem;
  background: url(../images/page/jiuye/txt-l.png) center no-repeat;
  background-size: 100%;
}
.cg-txt span:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.55125rem;
  background: url(../images/page/jiuye/txt-r.png) center no-repeat;
  background-size: 100%;
}
.page-six .title-b {
  margin-bottom: 0.175rem;
}
.cg-slick-back {
  display: block;
  margin: 0 auto 0.0875rem auto;
  width: 3.15rem;
  height: 5.425rem;
  padding-top: 0rem;
  background-size: 100% 100%;
}
.cg-slick-back .img-hide {
  width: 2.8rem;
  height: 5.425rem;
  margin: 0 auto;
}
.cg-slick-img {
  width: 2.8rem;
  height: 5.425rem;
  margin: 0 auto;
  transition: 0.3s all;
}
a:hover .cg-slick-img {
  transform: scale(1, 1);
}
.cg-slick a p {
  font-size: 0.1575rem;
  color: #222;
  text-align: center;
  margin: 0;
  line-height: 0.28rem;
}
.cg-slick a:hover p {
  color: #0b318f;
}
.cg-slick a .img-hide {
  margin-bottom: 0.13125rem;
}
.cg-slick a {
  display: block;
}
.cg-slick .slick-prev {
  left: -0.35rem;
  width: 0.35rem;
  height: 0.35rem;
  top: 2.40625rem;
  margin: 0;
  z-index: 100;
  background: url(../images/page/jiuye/left01.png) center no-repeat;
  background-size: 100% 100%;
}
.cg-slick .slick-next {
  right: -0.35rem;
  width: 0.35rem;
  height: 0.35rem;
  top: 2.40625rem;
  margin: 0;
  z-index: 100;
  background: url(../images/page/jiuye/right01.png) center no-repeat;
  background-size: 100% 100%;
}
.cg-slick .slick-prev:hover {
  background: url(../images/page/jiuye/left02.png) center no-repeat;
  background-size: 100% 100%;
}
.cg-slick .slick-next:hover {
  background: url(../images/page/jiuye/right02.png) center no-repeat;
  background-size: 100% 100%;
}
.cg-slick {
  margin-bottom: 0.7875rem;
}
.hp-box {
  width: 4.375rem;
  height: 1.8375rem;
  padding: 0.2625rem 0.21875rem 0 0.9625rem;
  position: relative;
  z-index: 10;
  background: url(../images/page/jiuye/hp-back.png) center no-repeat;
  background-size: 100% 100%;
}
.hp-slick .slick-slide {
  padding: 0.175rem;
}
.hp-link {
  display: block;
  position: relative;
}
.hp-img {
  position: absolute;
  left: 0.175rem;
  top: 0.175rem;
}
.hp-img img {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}
.hp-name {
  font-size: 0.21rem;
  color: #222;
  line-height: 1;
  margin-bottom: 0.0875rem;
}
.hp-label span {
  display: inline-block;
  background: url(../images/page/jiuye/hp-a.png) center no-repeat;
  background-size: 100% 100%;
  font-size: 0.1225rem;
  color: #0d369e;
  line-height: 0.21875rem;
  padding: 0 0.175rem 0 0.0875rem;
}
.hp-p {
  font-size: 0.1225rem;
  line-height: 0.2625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #222;
  -webkit-box-orient: vertical;
  margin-top: 0.0875rem;
}
.hp-link:hover:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0.0875rem;
  box-shadow: 0 0 0.0875rem rgba(154, 21, 23, 0.3);
}
.hp-link:hover .hp-box {
  background-size: 100% 100%;
}
.hp-slick .slick-dots {
  bottom: 0;
}
.hp-slick .slick-dots li {
  margin: 0 0.25rem;
}
.hp-slick .slick-dots li,
.hp-slick .slick-dots li button {
  width: 0.22rem;
  height: 0.22rem;
}
.hp-slick .slick-dots li button {
  background: url(../images/page/jiuye/li01.png) center no-repeat;
}
.hp-slick .slick-dots li.slick-active button {
  background: url(../images/page/jiuye/li02.png) center no-repeat;
}
.hp-slick .slick-dots li.slick-active:before {
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  width: 0.36rem;
  border-top: solid 0.01rem #0d369e;
  top: 50%;
  margin-left: 0.1rem;
}
.hp-slick .slick-dots li:last-child:before {
  display: none !important;
}
.hp-slick {
  padding-bottom: 0.35rem;
}
.by-list li {
  float: left;
  width: 25%;
  margin-bottom: 0.875rem;
  position: relative;
  z-index: 100;
}
.by-list-number {
  padding-bottom: 0.6125rem;
  position: relative;
  background: url(../images/page/jiuye/number-b.png) center bottom no-repeat;
  background-size: 1.75875rem auto;
  font-size: 0.525rem;
}
.by-list-number:before {
  display: block;
  content: "";
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0.2625rem;
  transition: 0.3s all;
  background: url(../images/page/jiuye/number-t.png) center no-repeat;
  background-size: auto 1.21625rem;
}
.by-list li:hover .by-list-number:before {
  height: 1.21625rem;
}
.by-list li:hover .by-list-number {
  color: #0b318f;
}
.by-list-number span {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding-right: 0.175rem;
}
.by-list-number span font {
  font-size: 0.175rem;
  position: absolute;
  right: 0;
  top: 0.0875rem;
}
.by-list-txt {
  font-size: 0.1575rem;
  color: #222;
  line-height: 0.2625rem;
  margin-top: 0.7875rem;
}
.by-list li:hover .by-list-txt {
  color: #0b318f;
}

.by-box {
  position: relative;
  overflow: hidden;
  margin-top: 0.875rem;
}
.by-box:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1.75rem;
  border-top: solid 0.01rem #0b318f;
}
.by-list li:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 1.715rem;
  margin-left: -0.035rem;
  width: 0.07rem;
  height: 0.07rem;
  background: #0b318f;
  border-radius: 50%;
}
.by-list li:hover:after {
  display: block;
  content: "";
  animation: circle 2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 1.715rem;
  margin-left: -0.035rem;
  width: 0.07rem;
  height: 0.07rem;
  background: #0b318f;
  border-radius: 50%;
}

.zs-slick-img {
  display: block;
  width: 3.15rem;
  padding: 0.0875rem;
  height: 2.275rem;
  margin: 0 auto;
  background: url(../images/page/jiuye/zs-back.png) center no-repeat;
}
.zs-slick-img img {
  width: 3.0625rem;
  height: 2.1rem;
  transition: 0.3s all;
}
a:hover .zs-slick-img img {
  transform: scale(1, 1);
}
.zs-slick .slick-slide {
  padding: 0 0.175rem;
}
.zs-tt {
  background: url(../images/page/jiuye/zs-tt.png) center no-repeat;
  background-size: 3.0625rem auto;
  margin-top: 0.39375rem;
}
.zs-p {
  font-size: 0.21rem;
  color: #222;
  margin-bottom: 0;
}
.zs-b {
  font-size: 0.1575rem;
  color: #222;
  margin-top: 0.04375rem;
}
a:hover .zs-p,
a:hover .zs-b {
  color: #0b318f;
}
.zs-slick .slick-prev {
  left: -0.35rem;
  width: 0.35rem;
  height: 0.35rem;
  top: 1.00625rem;
  margin: 0;
  z-index: 100;
  background: url(../images/page/jiuye/left01.png) center no-repeat;
  background-size: 100% 100%;
}
.zs-slick .slick-next {
  right: -0.35rem;
  width: 0.35rem;
  height: 0.35rem;
  top: 1.00625rem;
  margin: 0;
  z-index: 100;
  background: url(../images/page/jiuye/right01.png) center no-repeat;
  background-size: 100% 100%;
}
.zs-slick .slick-prev:hover {
  background: url(../images/page/jiuye/left02.png) center no-repeat;
  background-size: 100% 100%;
}
.zs-slick .slick-next:hover {
  background: url(../images/page/jiuye/right02.png) center no-repeat;
  background-size: 100% 100%;
}
.zs-slick {
  margin-bottom: 0;
}
.bottom {
  background: url(../images/page/jiuye/bottom.png) center no-repeat;
  background-size: cover;
  padding: 1.05rem 0 0.875rem 0;
}
.bottom-left-tt {
  font-size: 0.42rem;
  color: #000;
  margin-bottom: 0.175rem;
}
.bottom-left-tt span {
  font-size: 0.1225rem;
  color: #999;
  padding-left: 0.0875rem;
}
.bottom-left-tt a {
  background: url(../images/page/jiuye/more-right.png) right center no-repeat;
  background-size: 0.41125rem auto;
  font-size: 0.14rem;
  margin-top: 0.30625rem;
  color: #0d369e;
  float: right;
  padding-right: 0.4725rem;
}
.bottom-left {
  width: 6.3rem;
}
.sp-img {
  height: 4.4625rem;
  transition: 0.3s all;
}
a:hover .sp-img {
  transform: scale(1, 1);
}
.sp-link {
  display: block;
  position: relative;
}
.sp-mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.3125rem;
  background: url(../images/page/jiuye/sp-mask.png) center no-repeat;
  background-size: 100% 100%;
}
.sp-bottom {
  position: absolute;
  left: 0.175rem;
  bottom: 0.175rem;
}
.sp-label {
  font-size: 0.1225rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.sp-title {
  line-height: 1;
  font-size: 0.1925rem;
  color: #fff;
  margin-top: 0.175rem;
}
.bottom-right {
  width: 7.35rem;
  padding-top: 0.1575rem;
}
.bottom-right ul li {
  float: left;
  width: 50%;
  padding: 0 0.0875rem;
  margin-bottom: 0.175rem;
}
.bottom-right ul {
  margin: 0 - 0.0875rem;
}
.sp-img-t {
  height: 5.075rem;
  transition: 0.3s all;
}
a:hover .sp-img-t {
  transform: scale(1, 1);
}
.bottom-right ul li a {
  display: block;
  position: relative;
}
a:hover .sp-title {
}
.bottom-right ul li:nth-of-type(2) .sp-img-t,
.bottom-right ul li:nth-of-type(3) .sp-img-t {
  height: 2.45rem;
}
.bottom-right ul li:nth-of-type(1) .sp-mask {
  height: 1.225rem;
}
.bottom-right ul li:nth-of-type(2) .sp-mask,
.bottom-right ul li:nth-of-type(3) .sp-mask {
  height: 1.75rem;
}
.footer-top {
  background: url(../images/page/jiuye/footer-top.png) center no-repeat;
  background-size: cover;
  padding: 0.2625rem 0;
}
.logo-b img {
  height: 0.525rem;
}
.logo-b {
  margin-bottom: 0.2625rem;
}
.footer-top-p p {
  font-size: 0.1225rem;
  color: #fff;
  margin-bottom: 0.175rem;
  line-height: 1;
}
.footer-top-p .pull-left {
  width: 1.88125rem;
}
.footer-tt {
  font-size: 0.1575rem;
  margin-left: 0.06125rem;
  margin-bottom: 0.21875rem;
  line-height: 1;

  color: #fff;
  position: relative;
}
.footer-tt:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0.04375rem;
  width: 0.175rem;
  height: 0.035rem;
  background: #fff;
}
.footer-list li a {
  font-size: 0.1225rem;
  color: #fff;
}
.footer-list li a:hover {
  text-decoration: underline !important;
}
.footer-list li {
  line-height: 1;
  margin-bottom: 0.175rem;
}
.footer-right-a {
  width: 1.88125rem;
}
.ewm-list li {
  float: left;
  margin-left: 0.35rem;
  margin-top: 0.7875rem;
}
.ewm-list li a img.a {
  display: block;
  margin: 0 auto 0.04375rem auto;
}
.ewm-list li a img.b {
  display: none;
  margin: 0 auto 0.04375rem auto;
}
.ewm-list li a {
  font-size: 0.105rem;
  display: inline-block;
  color: #fff;
  position: relative;
}
.ewm-list li:nth-of-type(1) {
  margin-left: 0;
}
.ewm-list li a span {
  position: absolute;
  display: none;
  text-align: center;
  left: 50%;
  margin-left: -0.39375rem;
  bottom: 100%;
  width: 0.7875rem;
  height: 0.83125rem;
  background: url(../images/page/jiuye/ewm-back.png) center no-repeat;
  background-size: 100% 100%;
}
.ewm-list li a span img {
  width: 0.77rem;
}
.ewm-list li a:hover span {
  display: block;
}
.ewm-list li a:hover img.a {
  display: none;
}
.ewm-list li a:hover img.b {
  display: block;
}
.footer-bottom {
  font-size: 0.1225rem;
  color: #999;
  padding: 0.21875rem;
  background: #222;
}
.fix-box{ position: fixed; right: 0.16rem; transition: 0.3s all; bottom: 0.2rem; z-index: 500; }
.fix-ul li a{ display: block; width: 0.6rem; margin:0 auto; font-size: 0.14rem; padding:0.16rem 0; background: url(../images/page/jiuye/lind-a.png) center bottom no-repeat; background-size: 0.6rem auto; }
.fix-ul li a:hover{ background: url(../images/page/jiuye/lind-b.png) center bottom no-repeat; background-size: 0.6rem auto; }
.fix-ul{ width: 0.81rem; padding-top: 0.6rem; background: url(../images/page/jiuye/fix-back.png) center no-repeat; background-size: 100% auto; }
.fix-ul li a img{ margin-bottom: 0.05rem; }
.fix-ul-b li a{ display: block; position: relative; width: 0.6rem; height: 0.6rem; background: #fff; }
.fix-ul-b li:nth-of-type(1) a{ border-radius: 0.05rem 0.05rem 0 0; background: #fff url(../images/page/jiuye/dh01.png) center no-repeat; background-size: 0.23rem; }
.fix-ul-b li:nth-of-type(2) a{ border-radius: 0 0 0.05rem 0.05rem; background: #fff url(../images/page/jiuye/ly.png) center no-repeat; background-size: 0.24rem; }
.fix-ul-b{ margin:0.2rem 0 0 0.21rem; box-shadow: 0 0 0.1rem rgba(11, 49, 143, 0.3); }
.fix-ul-b li:nth-of-type(1) a:hover{ background: #0d369e url(../images/page/jiuye/dh02.png) center no-repeat; background-size: 0.23rem; }
.fix-ul-hover{ position: absolute; right: 100%; white-space:nowrap; width: 0; transition: 0.3s all; overflow:hidden; background: #fff;  padding:0.1rem 0; height: 0.6rem; border-radius: 0.05rem; }
.hover-tt{ font-size: 0.12rem; color: #0d369e; font-weight: bold; }
.hover-phone{ font-size: 0.16rem; color: #222; font-weight: bold; }
.fix-ul-b li a:hover .fix-ul-hover{ width: 1.8rem; padding:0.1rem 0.2rem; box-shadow: 0 0 0.1rem rgba(11, 49, 143, 0.3); }
.fix-ul li:last-child a{ background: none!important; }
.fix-ul li a:hover{ color: #0b318f; font-family: 'msyhsb'; }
.fix-box.active{ right: 0.16rem; }
.bg-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  margin-left: -0.35rem;
  margin-top: -0.35rem;
  z-index: 50;
  background: rgba(11, 49, 143, 0.5);
  border-radius: 50%;
}
.bg-circle:before {
  display: block;
  content: "";
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/page/jiuye/raw.png) center no-repeat;
  background-size: 0.14rem auto;
}
.bg-circle__elem {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(154, 21, 23, 0.5);
  border-radius: 50%;
}
.bg-circle__elem {
  animation: circle 2s infinite ease-in-out;
}
.bg-circle__elem.mod--second {
  animation-delay: 500ms;
}
.bg-circle__elem.mod--third {
  animation-delay: 2s;
}
@keyframes circle {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.logo-label {
}

.dt-ul li {
  float: left;
  width: 50%;
  padding: 0 0.175rem;
  margin-bottom: 0.35rem;
}
.dt-ul {
  margin: 0 - 0.175rem;
}
.dt-ul li a {
  display: block;
  position: relative;
  padding: 0.2625rem 0.175rem 0 2.84375rem;
  height: 1.75rem;
  background: #fff;
}
.dt-ul-img {
  position: absolute;
  left: 0.175rem;
  top: 0.175rem;
}
.dt-ul-img div {
  width: 2.45rem;
  height: 1.4rem;
  transition: 0.3s all;
}
.dt-ul-tt {
  font-size: 0.1575rem;
  color: #222;
  line-height: 0.2625rem;
  height: 0.525rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.dt-ul-p {
  color: #666;
  font-size: 0.1225rem;
  line-height: 0.2625rem;
  margin-top: 0.0875rem;
  height: 0.525rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.dt-ul li a:hover .dt-ul-tt {
  color: #0d369e;
}
.dt-ul li a:hover .dt-ul-img div {
  transform: scale(1, 1);
}
.ztc-slick {
  margin-bottom: 0.7rem;
}


@media (max-width: 768px) {
  .down a {
    font-size: 16px;
  }
  .banner .slick-dots li {
    margin: 0 5px;
  }
  .banner .slick-dots li:before {
    display: none !important;
  }
  .banner .slick-current a div {
    height: auto;
    padding-top: 37.5%;
  }
  .banner .slick-dots {
    bottom: 15px;
  }
  .one-left {
    width: 100%;
  }
  .one-left-tt {
    font-size: 24px;
  }
  .one-left-p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
  }
  .banner-bottom {
    padding: 15px 0;
  }
  .box-center {
    width: 100%;
    padding: 0 15px;
  }
  .one-right-ul {
    width: 100%;
    margin-top: 15px;
  }
  .one-right-ul li {
    width: 33.333333%;
    margin: 0;
  }
  .number-b {
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
  }
  .number-top span {
    font-size: 36px;
    padding-right: 20px;
  }
  .number-top span font {
    font-size: 14px;
  }
  .swiper-container-a .swiper-slide a {
    height: auto !important;
    border-radius: 10px;
    padding-top: 140%;
  }
  .team-box,
  .team-img {
    height: 100%;
  }
  .swiper-slide {
    height: auto;
  }
  .swiper-container-a .swiper-slide {
    padding: 10px;
  }
  .team-label {
    width: 110px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 15px;
  }
  .team-bottom {
    bottom: 15px;
  }
  .team-tt {
    font-size: 16px;
    padding-left: 23px;
    background-size: 12px auto;
    margin-bottom: 15px;
  }
  .team-sm {
    padding-right: 60px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .team-zy {
    font-size: 15px;
  }
  .tame-number {
    font-size: 12px;
  }
  .tame-number span {
    font-size: 36px;
  }
  .team-name {
    font-size: 16px;
    margin-top: 10px;
  }
  .swiper-container-a {
    margin: 0 40px;
  }
  .lb-c .swiper-button-prev {
    left: 0px;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
  }
  .lb-c .swiper-button-next {
    right: 0px;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
  }
  .lb-c {
    position: relative;
  }
  .title-top span {
    font-size: 24px;
    padding-left: 55px;
    padding-right: 55px;
  }
  .title-top span:before,
  .title-top span:after {
    width: 41px;
  }
  .title-b {
    font-size: 12px;
    margin-top: 10px;
  }
  .tow-tabs li a {
    font-size: 14px;
    border-radius: 34px;
    width: 100px;
    height: 34px;
    line-height: 32px;
  }
  .tow-tabs {
    background: none;
    margin-top: 20px;
  }
  .tow-tabs li.active a {
    font-size: 14px;
  }
  .ztc-img {
    height: auto;
    padding-top: 64%;
  }
  .ztc-bottom {
    padding: 15px;
    border-width: 5px;
  }
  .ztc-date {
    left: 15px;
    top: 15px;
    border-radius: 6px;
  }
  .ztc-date span {
    padding: 0 5px;
    line-height: 25px;
    font-size: 14px;
  }
  .ztc-date font {
    font-size: 24px;
    line-height: 40px;
  }
  .ztc-label {
    font-size: 14px;
  }
  .ztc-tt {
    font-size: 16px;
    margin-top: 10px;
    line-height: 26px;
  }
  .ztc-more {
    font-size: 14px;
    margin-top: 10px;
    background-size: 29px auto;
    padding-right: 35px;
  }
  .ztc-slick {
    padding-bottom: 40px;
  }
  .page-three {
    padding: 30px 0;
  }
  .ztc-slick .slick-dots li {
    margin: 0 10px;
  }
  .ztc-slick .slick-dots li:before {
    display: none !important;
  }
  .team-mask {
    height: 50%;
  }
  .slt-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 50px;
    width: 100%;
  }
  .video-thumb-swiper {
    width: 100%;
  }
  .video-thumb-swiper .img-sp {
    height: 100px;
  }
  .swiper-slide-thumb-active .video-img {
    transform: translate(0, 0);
    border: none;
  }
  .slt-txt span {
    font-size: 16px;
    line-height: 25px;
  }
  .four-about {
    position: static;
    margin: 0;
    padding: 20px;
    height: 205px;
    width: 100%;
  }
  .video-swiper .swiper-slide {
    height: auto;
  }
  .video-swiper {
    padding-bottom: 100px;
  }
  .four-about-tt {
    font-size: 18px;
  }
  .four-about-p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .about-more {
    font-size: 14px;
    margin-top: 15px;
    width: auto;
    display: inline-block;
    height: auto;
  }
  .swiper-button-prev-a {
    width: 30px;
    left: 15px;
    height: 30px;
    top: auto !important;
    bottom: 40px;
  }
  .swiper-button-next-a {
    width: 30px;
    left: auto;
    right: 15px;
    height: 30px;
    top: auto !important;
    bottom: 40px;
  }
  .video-swiper .video-img {
    height: 200px;
  }
  .video-swiper .swiper-slide video {
    height: 200px;
  }
  .video-c {
    height: 200px;
    overflow: hidden;
  }
  .fix-box {
    display: none;
  }
  .five-slick {
    margin: 0 15px;
  }
  .five-slick a {
    height: 100px;
    border-radius: 10px;
    margin: 0 10px;
  }
  .five-slick a b {
    font-size: 14px;
    bottom: 10px;
  }
  .logo-more {
    margin-top: 20px;
    width: 160px;
    border-radius: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .logo-more span {
    background-size: 47px auto !important;
    padding-right: 54px;
  }
  .logo-txt {
    font-size: 14px;
    margin-top: 10px;
  }
  .title-top a {
    font-size: 14px;
    background-size: 47px auto;
    padding-right: 54px;
    top: 20px;
  }
  .title-p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .five-lb {
    width: 100%;
    height: auto;
  }
  .lb-img,
  .five-list-img {
    height: auto;
    padding-top: 58%;
  }
  .five-lb a {
    height: auto;
    padding-bottom: 30px;
  }
  .five-lb-tt {
    font-size: 16px;
    line-height: 25px;
    margin: 20px 50px;
    width: auto;
  }
  .five-lb .slick-dots {
    bottom: 15px;
  }

  .five-lb .slick-dots li {
    margin: 0 0px;
  }
  .five-lb .slick-dots li,
  .five-lb .slick-dots li button {
    font-size: 24px;
    width: 30px;
    height: 30px;
  }
  .five-lb .slick-dots li button {
    background-size: 8px 8px;
  }
  .five-lb .slick-prev {
    left: 15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .five-lb .slick-next {
    right: 15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .five-right {
    width: 100%;
    margin-top: 15px;
  }
  .five-right-ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .five-list-bottom {
    height: auto;
    padding: 15px 20px;
    border-width: 4px;
  }
  .five-date {
    font-size: 18px;
    background-size: 17px auto;
    padding-left: 25px;
  }
  .five-tt {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
  }
  .five-right-ul li:nth-of-type(3) .five-list-bottom,
  .five-right-ul li:nth-of-type(4) .five-list-bottom {
    height: auto;
  }
  .five-list-b {
    font-size: 16px;
    margin-top: 10px;
  }
  .five-list-b:before {
    right: 80px;
  }
  .cg-slick-back {
    width: 290px;
    height: 500px;
    padding: 0px 0px;
  }
  .cg-slick-back .img-hide {
    width: 250px;
    height: 500px;
  }
  .cg-slick-img {
    width: 250px;
    height: 500px;
  }
  .cg-slick a p {
    font-size: 16px;
    line-height: 30px;
  }
  .cg-slick .slick-prev {
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -40px;
  }
  .cg-slick .slick-next {
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -40px;
  }
  .cg-txt span {
    padding: 0;
    font-size: 18px;
  }
  .page-six .title-b {
    margin-bottom: 10px;
  }
  .cg-txt span:before,
  .cg-txt span:after {
    width: 31px;
    display: none;
  }
  .hp-box {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 20px 20px 20px 100px;
    background: none;
    border: solid 1px #ddd;
  }
  .hp-img {
    left: 20px;
    top: 20px;
  }
  .hp-img img {
    width: 60px;
    height: 60px;
  }
  .hp-name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .hp-label span {
    font-size: 14px;
    line-height: 25px;
    padding: 0 20px 0 10px;
  }
  .hp-p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
  }
  .hp-slick {
    padding-bottom: 40px;
    margin: 0;
  }
  .hp-slick .slick-dots li.slick-active:before {
    display: none;
  }
  .hp-slick .slick-dots li {
    margin: 0 10px;
  }
  .by-list li {
    width: 50%;
    margin-bottom: 30px;
  }
  .by-box:before {
    display: none;
  }
  .by-list-number {
    font-size: 40px;
    background-size: 100px auto;
    padding-bottom: 20px;
  }
  .by-list-number span font {
    font-size: 14px;
  }
  .by-list-number span {
    padding-right: 20px;
  }
  .by-list-txt {
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
  }
  .zs-slick-img {
    width: 270px;
    height: 195px;
    padding: 10px;
    background-size: 100% 100%;
  }
  .zs-slick-img img {
    width: 250px;
    height: 175px;
  }
  .zs-b {
    font-size: 16px;
    margin-top: 5px;
  }
  .zs-p {
    font-size: 16px;
  }
  .zs-tt {
    background-size: 250px auto;
  }
  .zs-slick .slick-prev {
    left: 0;
    width: 30px;
    height: 30px;
    top: 90px;
  }
  .zs-slick .slick-next {
    right: 0;
    width: 30px;
    height: 30px;
    top: 90px;
  }
  .cg-txt {
    margin-bottom: 20px;
  }
  .bottom-left {
    width: 100%;
  }
  .bottom-left-tt {
    font-size: 24px;
  }
  .bottom-left-tt span {
    font-size: 14px;
    padding-left: 10px;
  }
  .bottom-left-tt a {
    font-size: 14px;
    background-size: 47px auto;
    padding-right: 54px;
  }
  .sp-img {
    height: auto;
    padding-top: 62.5%;
  }
  .sp-mask {
    height: 50%;
  }
  .sp-bottom {
    left: 20px;
    bottom: 20px;
  }
  .sp-label {
    font-size: 14px;
  }
  .sp-title {
    font-size: 16px;
    margin-top: 15px;
  }
  .bottom-right {
    width: 100%;
    padding: 0;
  }
  .bottom-right ul li a .sp-title {
    font-size: 16px;
  }
  .bottom-right ul li {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .sp-img-t {
    height: auto;
    padding-top: 62.5%;
  }
  .bottom-right ul li:nth-of-type(2) .sp-mask,
  .bottom-right ul li:nth-of-type(3) .sp-mask {
    height: 50%;
  }
  .bottom-right ul li:nth-of-type(1) .sp-img-t {
    padding-top: 141.4%;
  }
  .footer-top {
    padding: 20px 0;
  }
  .footer-left {
    width: 100%;
  }
  .logo-b {
    margin-bottom: 15px;
    text-align: center;
  }
  .logo-b img {
    width: 200px;
    height: auto;
  }
  .footer-top-p .pull-left {
    width: 100%;
  }
  .footer-top-p .pull-left p {
    font-size: 14px;
    line-height: 25px;
  }
  .footer-right {
    width: 100%;
    margin-top: 15px;
  }
  .footer-right-a {
    width: 50%;
  }
  .footer-tt {
    font-size: 16px;
    margin-bottom: 25px;
    padding-bottom: 5px;
  }
  .footer-tt:before {
    width: 20px;
    height: 4px;
    margin-bottom: -10px;
  }
  .footer-list li {
    margin-bottom: 15px;
  }
  .footer-list li a {
    font-size: 14px;
  }
  .ewm-list li {
    width: 25%;
    margin: 0;
  }
  .ewm-list {
    width: 100%;
  }
  .ewm-list li a {
    font-size: 14px;
  }
  .footer-bottom {
    font-size: 14px;
    line-height: 25px;
    padding: 10px;
  }
  .footer-bottom div {
    width: 100%;
    text-align: center;
  }
  .ewm-list li a span {
    width: 90px;
    height: 95px;
    margin-left: -45px;
  }
  .ewm-list li a span img {
    width: 88px;
  }
  .bottom-left-tt span {
    display: none;
  }
  .bottom-left-tt {
    margin-bottom: 10px;
  }
  .menu-button {
    display: block;
  }
  .nav-click {
    display: block;
    text-align: center;
    transition: 0.3s all;
    padding-top: 13px;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    color: #fff;
  }
  .nav-click.active {
    transform: rotate(180deg);
  }
  .down {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    text-align: left;
  }
  .down a {
    text-align: left;
  }
  .bg-circle {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
  }
  .bg-circle:before {
    background-size: 10px auto;
  }
  .video-thumb-swiper .video-img i {
    background-size: 30px 30px;
  }

  .five-slick .slick-prev {
    width: 30px;
    height: 30px;
    margin-left: -130px;
    bottom: -58px;
  }
  .five-slick .slick-next {
    width: 30px;
    height: 30px;
    margin-right: -130px;
    bottom: -58px;
  }
  .dt-ul li {
    width: 100%;
  }
  .dt-ul-img div {
    width: 140px;
    height: 80px;
  }
  .dt-ul li a {
    height: 100px;
    padding-left: 160px;
    padding-top: 10px;
  }
  .dt-ul-img {
    left: 10px;
    top: 10px;
  }
  .dt-ul-tt {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    -webkit-line-clamp: 1;
  }
  .dt-ul-p {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .ztc-slick {
    margin-bottom: 20px;
  }
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos="fade-up"] {
  transform: translate3d(0, 1rem, 0);
}

[data-aos="fade-down"] {
  transform: translate3d(0, -1rem, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-1rem, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(1rem, 0, 0);
}

[data-aos="fade-up-right"] {
  transform: translate3d(-1rem, 1rem, 0);
}

[data-aos="fade-up-left"] {
  transform: translate3d(1rem, 1rem, 0);
}

[data-aos="fade-down-right"] {
  transform: translate3d(-1rem, -1rem, 0);
}

[data-aos="fade-down-left"] {
  transform: translate3d(1rem, -1rem, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos="zoom-in"] {
  transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
  transform: translate3d(0, 1rem, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
  transform: translate3d(0, -1rem, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
  transform: translate3d(-1rem, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
  transform: translate3d(1rem, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
  transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
  transform: translate3d(0, 1rem, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
  transform: translate3d(0, -1rem, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
  transform: translate3d(-1rem, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
  transform: translate3d(1rem, 0, 0) scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}

[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos="flip-left"] {
  transform: perspective(25rem) rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
  transform: perspective(25rem) rotateY(0);
}

[data-aos="flip-right"] {
  transform: perspective(25rem) rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
  transform: perspective(25rem) rotateY(0);
}

[data-aos="flip-up"] {
  transform: perspective(25rem) rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
  transform: perspective(25rem) rotateX(0);
}

[data-aos="flip-down"] {
  transform: perspective(25rem) rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
  transform: perspective(25rem) rotateX(0);
}