@charset "UTF-8";

/* ****************************************页面版心*************************************** */
#main {
  width: 100%;
  position: relative;
}

.container {
  max-width: 79.167vw;
  width: 90%;
  margin: 4.687vw auto;
  position: relative;
}




/* *****************************************轮播图******************************* */
#banner {
  width: 100%;
  padding-top: 7.5vw;
  position: relative;
}

.swiper-banner {
  width: 100%;
  height: 37.5vw;
  overflow: hidden;
}

.banner-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner-item img {
  width: 100%;
  height: 100%;
}


/* 轮播分页器自定义 */
.swiper-banner .swiper-pagination-bullets {
  bottom: 20% !important;
}

.swiper-banner .swiper-pagination-bullet {
  width: .723VW !important;
  height: .723VW !important;
  border-radius: 50% !important;
  margin: .417VW !important;
}


.swiper-banner .swiper-pagination-bullet-active {
  background: #fff !important;
}


/* 自定义按钮 */

.swiper-banner .swiper-button-prev {
  width: 3.125vw;
  height: 3.125vw;
  box-sizing: border-box;
  padding: 0.729vw;
  background-color: hsla(0, 0%, 100%, .2);
  border-radius: 50%;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}


.swiper-banner .swiper-button-prev:hover,
.swiper-banner .swiper-button-next:hover {
  background-color: hsla(0, 0%, 100%, .5);
}

.swiper-banner .swiper-button-next {
  width: 3.125vw;
  height: 3.125vw;
  box-sizing: border-box;
  padding: 0.729vw;
  background-color: hsla(0, 0%, 100%, .2);
  border-radius: 50%;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.swiper-banner .swiper-button-prev:after,
.swiper-banner .swiper-button-next:after {
  font-size: 1.875vw !important;
}


/* 服务卡片 */
.service-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-profile,
.service-poster {
  width: 50%;
  height: 20.833vw;
  margin: 0 0.3125vw;
}

.service-profile {
  background-color: #eceff4;
  padding: 2.5vw;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.service-title {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3rem;
}

.service-title-en {
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.service-detail {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1rem;
}

.service-poster img {
  display: block;
  width: 100%;
  height: 100%;
}


.service-card {
  width: 100%;
  height: 26.041vw;
  display: flex;
  align-items: center;
}

.service-card.customs-declaration {
  background: url("../images/home-card-customs.png") no-repeat center center;
  background-size: cover;
}

.service-card.cross-border-settlement {
  background: url("../images/home-card-settlement.png") no-repeat center center;
  background-size: cover;
}

.service-card.cross-border-warehousing {
  background: url("../images/home-card-store.png") no-repeat center center;
  background-size: cover;
}

.service-card.credit-insurance-financing {
  background: url("../images/home-card-surety.png") no-repeat center center;
  background-size: cover;
}

.service-card-profile {
  width: 49%;
  background-color: transparent;
  padding: 2.5vw;
  color: #fff;
}

.service-card-profile.right {
  margin-left: auto;
  text-align: right;
}

.service-card-profile.left {
  margin-right: auto;
}