@charset "UTF-8";
.index-body .main-w {
  width: 1250px;
  margin: 0 auto;
}

.main-index-w {
  width: 1250px;
  margin: 0 auto;
}

.banner-wrap {
  text-align: center;
}

.banner-wrap img {
  width: 100%;
  display: inline-block;
}

.swiper-con2 {
  position: relative;
  padding-bottom: 30px;
}

.swiper-con2 .swiper-slide {
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
}

.swiper-con2 .swiper-slide img {
  width: 100%;
  height: auto;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.swiper-con2 .swiper-slide img:hover {
  transform: scale(1.05);
}

.swiper-con2 .swiper-slide img.video-btn {
  width: auto;
  height: 66px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
}

.swiper-con2 .swiper-slide.swiper-slide-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.swiper-con2 .swiper-slide video {
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.swiper-con2 .swiper-slide video:hover {
  transform: scale(1.05);
}

.swiper-con2 .swiper-wrapper {
  margin-bottom: 15px;
}

.swiper-con2 .swiper-pagination-bullets {
  bottom: 0;
}

.swiper-con2 .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  margin: 0 17px;
  background-color: #e7e5e5;
  opacity: 1;
  transition: all .3s;
}

.swiper-con2 .swiper-pagination-bullet:hover {
  transform: scale(1.2);
}

.swiper-con2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d8582f;
}

.swiper-con2 .iconfont {
  position: absolute;
  top: 42%;
  font-size: 46px;
  color: rgba(255, 255, 255, 0.53);
  z-index: 99;
  cursor: pointer;
  display: none;
  transition: all .4s;
}

.swiper-con2 .icon-zuojiantou_yuan {
  left: 20px;
}

.swiper-con2 .icon-youjiantou_yuan {
  right: 20px;
}

/*轮播图*/
.index-top {
  margin-top: 20px;
}

.index-top .index-top-con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  margin-top: 15px;
}

.index-top .index-top-con .index-swiper-left {
  position: relative;
  width: 300px;
  flex: 1;
}

.index-top .index-top-con .index-swiper-left .iconfont {
  display: none;
}

.index-top .index-top-con .index-swiper-left.swiper-container {
  height: 400px;
  margin-left: 0;
}

.index-top .index-top-con .index-swiper-left.swiper-container .swiper-slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.index-top .index-top-con .index-swiper-left.swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  transition: all .4s;
  object-fit: cover;
}

.index-top .index-top-con .index-swiper-left.swiper-container .swiper-slide img:hover {
  transform: scale(1.05);
}

.index-top .index-top-con .index-swiper-left.swiper-container .swiper-slide .swiper-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 35px;
  padding-right: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  opacity: .9;
  font-size: 18px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.6);
}

.index-top .index-top-con .index-swiper-left.swiper-container .icon-jiantou {
  position: absolute;
  left: 0;
  top: 43%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 36px;
  font-weight: 400;
  z-index: 999;
  cursor: pointer;
}

.index-top .index-top-con .index-swiper-left.swiper-container .icon-jiantou:hover {
  color: #fff;
}

.index-top .index-top-con .index-swiper-left.swiper-container .icon-icon-keyboard {
  position: absolute;
  right: 0;
  top: 43%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 36px;
  font-weight: 400;
  z-index: 999;
  cursor: pointer;
}

.index-top .index-top-con .index-swiper-left.swiper-container .icon-icon-keyboard:hover {
  color: #fff;
}

.index-top .index-top-con .index-swiper-left.swiper-container .swiper-pagination {
  padding-right: 20px;
  text-align: right;
  bottom: 10px;
}

.index-top .index-top-con .index-swiper-left.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: #fff;
  opacity: 1;
}

.index-top .index-top-con .index-swiper-left.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3282e7;
  opacity: 1;
}

.index-top .index-top-con .index-top-list {
  width: 570px;
  margin-left: 30px;
  z-index: 9;
}

/*轮播图右侧列表样式*/
.index-list {
  margin: 0;
}

.index-list.active {
  display: block;
}

.index-list li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background: linear-gradient(to bottom, rgba(34, 88, 157, 0.1) 50%, transparent 50%);
  background-size: 100% 200%;
  background-position: center bottom;
}

.index-list li:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 15px 0 0;
  border-radius: 9px;
  background: #b5b5b5;
  transition: all .3s;
}

.index-list li:hover {
  transition: all .4s;
  background-position: center top;
}

.index-list li a {
  display: block;
  flex: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

.index-list li:hover a {
  color: #22589d;
}

.index-list li:hover:before {
  background: #22589d;
}

.index-list li .common-list-date {
  display: block;
  min-width: 100px;
  padding-left: 15px;
  color: #8d8d8d;
  font-size: 14px;
  text-align: right;
}

.index-top-tabs {
  display: flex;
  height: 80px;
  padding: 0 20px 0 0;
  color: #818080;
  margin-bottom: 17px;
  transition: all .3s;
}

.index-top-tabs .line {
  font-size: 30px;
  font-weight: 700;
  margin: 0 10px 0;
  line-height: 80px;
}

.index-top-tabs li {
  transition: all .3s;
  line-height: 80px;
}

.index-top-tabs li.active a {
  font-size: 36px;
  color: #e94d19;
  padding: 0 14px 27px;
}

.index-top-tabs li.active a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 7px;
  background-color: #e94d19;
}

.index-top-tabs li a {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  color: #818080;
  transition: all .3s;
}

.top-list-wrap {
  display: none;
  flex-direction: column;
}

.top-list-wrap.active {
  display: flex;
}

.top-list-wrap .first-new a {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
  transition: all .3s;
  word-break: break-all;
}

.top-list-wrap .first-new a:hover {
  color: #22589d;
  transform: translate(3px, -5px);
}

.top-list-wrap .first-new .desc {
  margin: 8px 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #878787;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}

.top-list-wrap .news-more {
  width: 300px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 2px solid #7d7d7d;
  color: #585858;
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  transition: .4s;
  z-index: 1;
}

.top-list-wrap .news-more:hover {
  box-shadow: 6px 6px 12px #dedede;
  border-color: #dedede;
  background-image: linear-gradient(to right, #4992de, #15438b);
  color: #fff;
  transform: translateX(5px);
}

.top-list-wrap .news-more:hover::before {
  width: 100%;
}

.top-list-wrap .index-list {
  margin: 0 -10px;
  flex: 1;
}

.top-list-wrap .index-list li {
  padding: 0 10px;
  line-height: 40px;
}

.shipping-wrap {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #003d8a;
}

.shipping-wrap .shipping-bot {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.shipping-wrap .shipping-bot li {
  width: 280px;
  margin-right: 42px;
  height: 375px;
  transition: all .4s;
}

.shipping-wrap .shipping-bot li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.shipping-wrap .shipping-bot li a img {
  width: 100%;
  height: 300px;
  aspect-ratio: 0.93;
  transition: all .4s;
  object-fit: cover;
}

.shipping-wrap .shipping-bot li a .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  color: #22589d;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  word-break: break-all;
  padding: 6px 0;
  margin-top: 5px;
  background: #7a9ac2;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0 1px #ffffff, -2px 0 1px #ffffff, 0 2px 1px #ffffff, -2px 1px #ffffff;
  transition: all .4s;
}

.shipping-wrap .shipping-bot li:last-child {
  margin-right: 0;
}

.shipping-wrap .shipping-bot li:hover {
  border: 1px solid #fff;
}

.shipping-wrap .shipping-bot li:hover img {
  height: 100%;
}

.shipping-wrap .shipping-bot li:hover .desc {
  height: 0;
  color: #d8582f;
  background: transparent;
}

.shipping-wrap .shipping-bot li:hover .desc span {
  position: absolute;
  bottom: 18px;
}

.culture-wrap {
  padding: 40px 0 60px;
}

.culture-wrap .culture-main {
  max-width: 1345px;
  margin: 0 auto;
  position: relative;
}

.culture-wrap .culture-main .icon-jiantou {
  position: absolute;
  left: 0;
  top: 53%;
  color: #b4d4ff;
  font-size: 48px;
  font-weight: 400;
  z-index: 999;
  cursor: pointer;
}

.culture-wrap .culture-main .icon-icon-keyboard {
  position: absolute;
  right: 0;
  top: 53%;
  color: #b4d4ff;
  font-size: 48px;
  font-weight: 400;
  z-index: 999;
  cursor: pointer;
}

.culture-wrap .culture-swiper {
  margin-top: 30px;
}

.culture-wrap .culture-swiper .swiper-slide {
  width: 600px;
  height: 360px;
}

.culture-wrap .culture-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1290px) {
  .shipping-wrap .shipping-top .shipping-top-right .shipping-btn-wrap .shipping-btn {
    font-size: 20px;
  }
  .swiper-con2 .swiper-slide,
  .swiper-con2 .swiper-slide video {
    height: 366px;
  }
}

@media screen and (max-width: 1000px) {
  .swiper-con2 .swiper-slide img:hover {
    transform: scale(1);
  }
}
