.bannerSwiper {
  width: 100%;
  height: 750px;
}
.bannerSwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerSwiper img {
  display: none;
}
.banner {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.banner1 {
  background: url("../img/index/banner1.jpg") no-repeat center top;
  background-size: cover;
}
.banner2 {
  background: url("../img/index/banner2.jpg") no-repeat center top;
  background-size: cover;
}
.banner3 {
  background: url("../img/index/banner3.jpg") no-repeat center top;
  background-size: cover;
}
.banner4 {
  background: url("../img/index/banner4.jpg") no-repeat center top;
  background-size: cover;
}
.bannerSwiper .swiper-pagination {
  display: none;
}
.swiper-button {
  position: absolute;
  left: 50%;
  bottom: 94px;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
}
.swiper-button .swiper-button-next,
.swiper-button .swiper-button-prev {
  position: initial;
  top: initial;
  right: initial;
  left: initial;
  bottom: initial;
  margin-top: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 20px;
}
.swiper-button .swiper-button-next {
  background: url("../img/index/arrow_right.png") no-repeat center center
    #fff;
  background-size: 16px auto;
}
.swiper-button .swiper-button-prev {
  background: url("../img/index/arrow_left.png") no-repeat center center
    #fff;
  background-size: 16px auto;
}

/* 公司口号 */
.slogan {
  margin-top: -50px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.slogan-list {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.slogan-list li {
  width: 20%;
  box-sizing: border-box;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.slogan-list li::before {
  content: "";
  display: block;
  width: 1px;
  height: 35%;
  background: #d7d7d7;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slogan-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  transition: 0.4s;
}
.slogan-list li:last-child::before {
  display: none;
}
.slogan-list li p {
  font-size: 20px;
  color: #333;
  text-align: center;
  transition: 0.2s;
  padding-top: 90px;
  position: relative;
  z-index: 2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 72px;
}
.slogan-icon1 {
  background-image: url("../img/index/slogan-icon1.png");
}
.slogan-icon2 {
  background-image: url("../img/index/slogan-icon2.png");
}
.slogan-icon3 {
  background-image: url("../img/index/slogan-icon3.png");
}
.slogan-icon4 {
  background-image: url("../img/index/slogan-icon4.png");
}
.slogan-icon5 {
  background-image: url("../img/index/slogan-icon5.png");
}
.slogan-list li:hover::after {
  background: #241ad1;
  transform: scaleY(1.15);
}
.slogan-list li:hover p {
  color: #fff;
  margin-top: -20px;
}
.slogan-list li:hover .slogan-icon1 {
  background-image: url("../img/index/slogan-icon1-act.png");
}
.slogan-list li:hover .slogan-icon2 {
  background-image: url("../img/index/slogan-icon2-act.png");
}
.slogan-list li:hover .slogan-icon3 {
  background-image: url("../img/index/slogan-icon3-act.png");
}
.slogan-list li:hover .slogan-icon4 {
  background-image: url("../img/index/slogan-icon4-act.png");
}
.slogan-list li:hover .slogan-icon5 {
  background-image: url("../img/index/slogan-icon5-act.png");
}

/* 市场分析 */
.market {
  background: url("../img/index/market-bg.png") no-repeat center
    center/auto 100%;
}
.market-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.market-item {
  width: 20%;
  text-align: center;
}
.market-item:nth-child(-n + 4) {
  margin-bottom: 50px;
}
.market-info h3 {
  font-size: 20px;
  color: #303030;
  font-weight: 600;
  margin-bottom: 20px;
}
.market-info p {
  font-size: 14px;
  color: #606060;
  line-height: 2;
}

/* 优势*/
.advantage {
  background: #f8f8f8;
}
.advantage-img {
  display: block;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.advantage-img-m {
  display: none;
}
.shop-type {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.shop-type li {
  width: 600px;
  height: 56px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #241ad1;
  font-weight: 600;
}

/* 本土店 */
.shop-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop-item {
  width: 31%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 50px;
}
/*
.shop-item:last-child{
  margin-bottom: 0;
}
*/
.shop-item > img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.shop-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
.shop-title {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.shop-title h3 {
  font-size: 20px;
  font-weight: 600;
  margin-right: 15px;
  color: #fff;
}
.shop-title img {
  display: block;
  width: auto;
  height: 30px;
}
.shop-text {
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  transition: 1s;
  opacity: 0;
  transform: translateY(100%);
}
.shop-item:hover > img {
  transform: scale(1.1);
}
.shop-item:hover .shop-mask {
  height: 100%;
  padding: 50px 0;
}
.shop-item:hover .shop-text {
  opacity: 1;
  transform: translateY(0);
}

/* warehouse 海外仓 */
.warehouse {
  background: #f8f8f8;
}
.warehouse-advantage-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.warehouse-advantage-list li {
  width: 23%;
  box-sizing: border-box;
}
.warehouse-advantage-list li:nth-child(-n + 4) {
  margin-bottom: 35px;
}
.warehouse-item {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.5s;
}
.warehouse-img img {
  width: 100%;
  display: block;
}
.warehouse-txt {
  text-align: center;
  padding: 30px;
}
.warehouse-txt h3 {
  font-size: 20px;
  color: #303030;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 26px;
}
.warehouse-txt p {
  font-size: 14px;
  color: #606060;
  line-height: 1.6;
  text-align: left;
  min-height: 44px;
}
.warehouse-item:hover {
  box-shadow: 0px 3px 8px 1px rgba(9, 20, 39, 0.1);
  transform: translateY(-10px);
}
.warehouse-item:hover h3 {
  color: #241ad1;
}
.check-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 2px solid #241ad1;
  font-size: 16px;
  font-weight: 500;
  color: #241ad1;
  transition: 0.2s;
  margin: 50px auto 0;
  text-decoration: none;
}
.check-more:hover {
  background: #241ad1;
  color: #fff;
}

/* 回款 */
.payment-infos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.payment-item {
  width: 20%;
}
.payment-icon img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  transition: 0.4s;
}
.payment-content {
  margin-top: -20px;
}
.payment-content h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.payment-content p {
  font-size: 14px;
  color: #606060;
  line-height: 1.6;
  padding: 20px 50px 0;
}
.payment-item:hover img {
  transform: translateY(-10px);
}

/* 关于燕在飞 */
.about {
  background: #f8f8f8;
}
.about-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutSwiper {
  width: 75%;
}
.aboutSwiper img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.aboutSwiper .swiper-pagination-bullet {
  background: #fff;
  width: 20px;
  height: 6px;
  border-radius: 6px;
}
.about-info {
  flex: 1;
  margin-right: 30px;
}
.about-info li {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* partner 合作伙伴 */
.partner {
  width: 100%;
  background: url("../img/index/partner-bg.jpg") no-repeat center
    center/cover;
}
.partner-list {
  display: flex;
  flex-wrap: wrap;
}
.partner-list li {
  width: 25%;
}
.partner-list li:nth-child(-n + 4) {
  margin-bottom: 40px;
}
.partner-item {
  width: 88%;
  height: 68px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
}
.partner-item img {
  display: block;
  width: auto;
  height: 40px;
  transition: 0.2s;
  transform: scale(0.95);
  flex-shrink: 0;
}
.partner-list li:nth-child(6) img {
  height: 30px;
}
.partner-item:hover img {
  transform: scale(1);
}

@media (max-width: 1440px) {
  .bannerSwiper {
    height: 630px;
  }
  .shop-type li {
    width: 500px;
  }
  .shop-item:hover .shop-mask {
    padding: 30px 0;
  }
  .warehouse-txt {
    padding: 30px 20px;
  }
  .about-info li {
    font-size: 14px;
  }
  .aboutSwiper img {
    width: 92%;
  }
}
@media (max-width: 1366px) {
  .bannerSwiper {
    height: 610px;
  }
  .slogan-list li p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .bannerSwiper {
    height: 470px;
  }
  .swiper-button {
    bottom: 70px;
  }
  .swiper-button .swiper-button-next,
  .swiper-button .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .slogan-list li {
    padding: 30px 0;
  }
  .slogan-list li p {
    font-size: 16px;
  }
  .advantage-img {
    max-width: 100%;
  }
  .shop-type li {
    width: 410px;
  }
  .shop-item:hover .shop-mask {
    padding: 5px 0;
  }
  .shop-title {
    margin-bottom: 0;
  }
  .shop-text {
    padding: 0 10px;
  }
  .payment-content p {
    padding: 20px 20px 0;
  }
  .about-info {
    margin-right: 0;
  }
  .aboutSwiper {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .bannerSwiper {
    height: 380px;
  }
  .slogan-list li {
    padding: 20px 0;
  }
  .market-item {
    width: 32.5%;
  }
  .shop-type li {
    width: 330px;
  }
  .shop-item {
    width: 32%;
    margin-bottom: 16px;
  }
  .shop-text {
    font-size: 12px;
  }
  .warehouse-txt {
    padding: 20px 14px;
  }
  .warehouse-txt h3 {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .warehouse-txt p {
    height: 68px;
  }
  .payment-content {
    margin-top: -10px;
  }
  .payment-content p {
    padding: 20px 10px 0;
  }
  .partner-list li:nth-child(-n + 4) {
    margin-bottom: 22px;
  }
  .partner-item img {
    height: 30px;
  }
  .partner-list li:nth-child(6) img {
    height: 22px;
  }
}
@media (max-width: 768px) {
  .bannerSwiper {
    height: 360px;
  }
  .shop-type li {
    width: 305px;
  }
  .shop-mask {
    height: 40px;
  }
  .shop-title {
    height: 40px;
  }
  .shop-title h3 {
    font-size: 16px;
  }
  .shop-title img {
    height: 24px;
  }
}
@media (max-width: 767px) {
  .bannerSwiper {
    height: auto;
  }
  .banner {
    background: none;
  }
  .bannerSwiper img {
    display: block;
    width: 100%;
  }
  .swiper-button {
    display: none;
  }
  .bannerSwiper .swiper-pagination {
    display: block;
    bottom: 0.7rem;
  }
  .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
    width: 0.2rem;
    height: 0.2rem;
  }
  .bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
  }

  /* 公司优势 */
  .slogan {
    margin-top: -0.5rem;
    display: block;
  }
  .slogan-list {
    box-shadow: none;
    background: none;
  }
  .slogan-list li {
    width: 100%;
    padding: 10px 0;
    border-radius: 4px;
    margin-bottom: 0.2rem;
    justify-content: flex-start;
    background: #fff;
    box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 6%);
  }
  .slogan-list li::before {
    display: none;
  }
  .slogan-list li::after {
    border-radius: 4px;
    transition: 0.2s;
  }
  .slogan-list li p {
    padding-top: 0;
    background-position: 0.5rem center;
    background-size: auto 100%;
    line-height: 1.8;
    font-size: 0.3rem;
    text-align: left;
    padding-left: 1.4rem;
  }
  .slogan-list li:hover::after {
    background: #241ad1;
    transform: scaleY(1);
  }
  .slogan-list li:hover p {
    color: #fff;
    margin-top: 0;
  }

  /* 市场分析 */
  .market-item {
    width: 50%;
    margin-bottom: 0.3rem !important;
  }
  .market-item:nth-child(7),
  .market-item:nth-child(8) {
    margin-bottom: 0 !important;
  }
  .market-country-logo img {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  .market-info h3 {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .market-info p {
    font-size: 0.26rem;
    padding: 0 0.2rem;
    line-height: 1.6;
  }

  /* 优势 */
  .advantage-img {
    display: none;
  }
  .advantage-img-m {
    display: block;
    width: 100%;
  }
  .shop-type {
    margin-top: 0.5rem;
    display: none;
  }
  .shop-type li {
    height: 0.7rem;
    font-size: 0.3rem;
    width: 41.5%;
  }

  /* 本土店 */
  .shop-item {
    width: 48%;
    margin-bottom: 0.3rem;
    border-radius: 0.1rem;
  }
  .shop-item:hover .shop-mask {
    padding: 0;
  }
  .shop-mask {
    height: 0.6rem;
  }
  .shop-title {
    height: 0.6rem;
  }
  .shop-title h3 {
    font-size: 0.3rem;
  }
  .shop-title img {
    height: 0.36rem;
  }
  .shop-text {
    font-size: 0.24rem;
    line-height: 1.4;
  }
  .check-more {
    margin-top: 0.5rem;
    width: 2.2rem;
    height: 0.7rem;
    font-size: 0.28rem;
    border-width: 1px;
  }

  /* 海外仓 */
  .warehouse-advantage-list li {
    width: 48%;
    margin-bottom: 0.3rem !important;
  }
  .warehouse-advantage-list li:nth-of-type(7),
  .warehouse-advantage-list li:nth-of-type(8) {
    margin-bottom: 0 !important;
  }
  .warehouse-txt {
    padding: 0.3rem 0.2rem 0.24rem;
  }
  .warehouse-txt h3 {
    font-size: 0.32rem;
    margin: 0;
  }
  .warehouse-txt p {
    font-size: 0.24rem;
    margin-top: 0.2rem;
    height: auto;
  }

  /* 回款 */
  .payment-item {
    width: 48%;
  }
  .payment-icon img {
    width: 70%;
  }
  .payment-content h3 {
    font-size: 0.32rem;
  }
  .payment-content p {
    font-size: 0.24rem;
    padding: 0.2rem;
  }

  /* 合作伙伴 */
  .partner-list li {
    width: 48%;
    box-sizing: border-box;
    margin-bottom: 0.3rem !important;
  }
  .partner-list li:nth-child(7),
  .partner-list li:last-child {
    margin-bottom: 0 !important;
  }
  .partner-item {
    height: 1.2rem;
  }
  .partner-item img {
    width: auto;
    height: 50%;
  }
  .partner-list li:nth-of-type(6) img {
    height: 40%;
  }

  /* 关于燕在飞 */
  .about-info li {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
  }
  .aboutSwiper {
    margin-top: 0.2rem;
  }
  .aboutSwiper .swiper-button-next,
  .aboutSwiper .swiper-button-prev {
    width: 17px;
    height: 28px;
    background-size: 17px 28px;
    margin: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 375px) {
  .shop-text {
    font-size: 0.18rem;
  }
}
