html {
  scroll-behavior: smooth;
}

.banner_container {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin-bottom: 50px;
  overflow: hidden;
}

/* 背景图 */
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/cms_files/filemanager/1573/picture/20258/A3578F0A106B4DA99602EBF85D6CF524.jpg');
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
}

.banner_title {
  position: absolute;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  width: 83.3%;
  bottom: 70px;
  z-index: 20;
  left: 8%;
}

/* .banner_container img.Mask{
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    width: 100%;
    height: 700px;
   animation: move-forever 3s cubic-bezier(0.55,0.5,0.45,0.1) infinite;
  } */

.ty_more {
  border-radius: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  height: 40px;
  border: 2px solid #00A4B1;
  padding: 0 8px 0 31px;
  color: #00A4B1;
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition: 0.4s all;
}

.ty_more span {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.ty_more p {
  z-index: 4;
}

.ty_more img {
  transition: 0.5s all;
}

.ty_more .active {
  display: none;
}

.ty_more::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: 0.3s all;
  border-radius: 50px;
}

.ty_more:hover p {
  color: #fff;
}

.ty_more:hover span {
  background-color: #00A4B1;
}

.ty_more:hover .active {
  display: block;
}

.ty_more:hover .no_active {
  display: none;
}

.ty_more:hover::before {
  width: 100%;
  background-color: #00A4B1;
  z-index: 2;
}


svg.waves {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100px;
  max-height: 200px;
  overflow: auto;
  transform: rotateY(180deg);
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 5s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 8s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 11s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 8s;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.1) infinite;
}

@keyframes move-forever {
  0% {
    transform: translate3d(85px, 0, 0)
  }

  100% {
    transform: translate3d(-90px, 0, 0)
  }
}


/* 导航 */
.breadcrumb {
  max-width: 100%;
  max-height: 70px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  color: #555555;
}

.breadcrumb img {
  margin-top: 4px;
}

.select{
  position: relative;
}
.breadcrumb .other_col{
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 999;
  border-radius: 20px;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 10px 60px 0 rgba(112,112,112,0.1);
  width: 300px;
  height: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.select.active .other_col{
 height: auto;
  padding: 20px;
}
.breadcrumb .other_col li{
  line-height: 40px;
  font-size: 18px;
}

.Con {
  margin: 52px auto 0 auto;
  width: 83.3%;
}

.big_title {
  width: 100%;
  font-size: 44px;
  line-height: 50px;
  font-weight: bold;
  color: #111;
  margin: 75px 0 30px 0;
}

.Introduction {
  font-size: 20px;
  line-height: 36px;
  color: #333;
  margin-bottom: 72px;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.flex .flex_box {
  width: 23.75%;
  background-color: #F2F5FA;
  text-align: center;
  height: 450px;
}

.flex .flex_box img {
  margin-top: 65px;
}

.flex .flex_box p {
  width: 84.21%;
  margin: 0 auto;
}

.flex .flex_box .box_title {
  font-size: 30px;
  line-height: 40px;
  color: #111;
  margin: 26px auto 36px auto;
}

.flex .flex_box .box_Introduction {
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.flex .flex_box .box_Introduction span {
  font-size: 22px;
}

.section {
  background-color: #F2F5FA;
  width: 100%;
  margin-top: 146px;
  padding: 111px 0;
}

.section .Con {
  width: 83.3%;
}

.con_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.con_box img {
  width: 50%;
  border-radius: 20px;
  object-fit: cover;
}

.con_box_text {
  width: 45.1%;
}

.con_box_text .title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 33px;
}

.con_box_text .con_box_Introduction {
  font-size: 20px;
  line-height: 36px;
  color: #333;

}

.con_box_text .con_box_Introduction span {
  display: block;
}
.con_box_bottom{
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.con_box_bottom img{
  width: 48.75%;
  object-fit: cover;
  border-radius: 20px;
  max-height: 500px;
}
.con_box_bottom_con{
  width: 46.25%;
}
.con_box_bottom_con .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
}
.con_box_bottom_con ul li{
  padding-bottom: 40px;
  border-bottom: 1px solid #DCDBDB;
  margin-top: 33px;
}
.con_box_bottom_con ul li p{
font-size: 30px;
line-height: 36px;
}
.con_box_bottom_con ul li>div{
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 14px;
  transition: max-height 0.6s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.con_box_bottom_con ul li.active{
  padding-bottom: 10px;
}
.con_box_bottom_con ul li.active p{
 color: #004098;
}
.logistics{
  font-size: 50px;
  font-weight: bold;
  color: #333;
  margin: 100px 0 40px 0;
  text-align: center;
}
.logistics_swiper{
  margin-bottom: 158px;
}
.logistics_swiper .swiper-slide{
  width:1100px;
  border-radius: 20px;
  position: relative;
  height: 540px;
}
.logistics_swiper .swiper-slide img{
  width: 100%;
  height: 100%;
}
.logistics_swiper .swiper-slide.swiper-slide-prev,
.logistics_swiper .swiper-slide.swiper-slide-next{ 
  transform: scale(0.8);
}
.slide_box{
  border-radius: 20px;
  background-color: #fff;
  width: 40%;
  height: 440px;
  position: absolute;
  right: 5.4%;
  bottom: 50px;
  padding: 0 36px;
}
.slide_box .title{
  font-size: 36px;
  line-height: 44px;
  color: #111;
  margin-top: 85px;
}
.slide_box span{
  width: 40px;
  height: 3px;
  background-color: #004098;
  display: block;
  margin: 36px 0;
}
.slide_box .slide_box_Introduction{
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: none;
  margin-top: 0;
}

/* 左箭头 */
.swiper-button-prev {
  left: 20.8%;
  right: auto;
  background: url(prev_active.png) #004098 no-repeat center center;
  transform: rotateY(180deg);
}

/* 右箭头 */
.swiper-button-next {
  right: 20.8%;
  left: auto;
  background: url(prev_active.png) #004098 no-repeat center center;
  transform: rotateY(360deg);
  
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
  opacity: 1;
  border: 1px solid #004098;
  background: url(prev.png) #ffffff no-repeat center center;
}
.swiper-button-prev.swiper-button-disabled{
  transform: rotateY(360deg);
}
.swiper-button-next.swiper-button-disabled{
  transform: rotateY(180deg);
}
@media only screen and (max-width:1750px) {
  .swiper-button-prev {
    left: 9.8%;
  }
  .swiper-button-next {
    right: 9.8%;
  }
}
.zoetrope{
  margin: 20px 0 150px 0;
}
.zoetrope-swiper{
  padding: 10px;
}
.zoetrope-swiper .swiper-slide{
  width: 317px;
  height: 140px;
  border-radius: 10px;
  background-color: #e6e6e6;
  border: 1px solid #E4EEFF;
}
.zoetrope-swiper .swiper-slide:hover{
  border: 1px solid #004098;
  box-shadow: 0 9px 20px 0 rgba(46,35,94,0.07);
}