.banner-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.banner-swiper .container {
  height: 25vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 1.56vw;
  transform: translateX(-50%);
  z-index: 99;
  cursor: pointer;
}
.banner-swiper .slide-1 {
  background: url(../img/slide_1.png) no-repeat center center/cover;
}
.banner-swiper .slide-1.xingke {
  background: url(../img/xingke_banner.png) no-repeat center center/cover;
}
@media (max-width: 1080px) {
  .banner-swiper .slide-1.xingke {
    background: url(../img/xingke_banner.png) no-repeat left -13vw center/cover;
  }
}
.banner-swiper .slide-1.invite {
  background: url(../img/invite.png) no-repeat center center/cover;
}
.banner-swiper .slide-1 h1 {
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 4px 14px rgba(62, 28, 0, 0.6);
  margin-bottom: 20px;
}
.banner-swiper .slide-1 p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.banner-swiper .slide-1 p:last-child {
  margin-top: 40px;
}
.banner-swiper .slide-1 a {
  color: #ffffff;
  text-decoration: none;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  transition: 0.25s;
  margin: 0 5px;
  cursor: pointer;
}
.swiper-pagination-bullet:hover, .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3659B6;
  opacity: 0.7;
  transition: 0.25s;
}

@media (max-width: 1080px) {
  .banner-swiper .container {
    height: 37vw;
  }
  .banner-swiper .swiper-pagination {
    bottom: 1vw;
  }
  .banner-swiper .slide-1 h1 {
    line-height: 1;
    font-size: 6.4vw;
    text-shadow: 0 0.533vw 1.867vw rgba(62, 28, 0, 0.6);
    margin-bottom: 2.667vw;
  }
  .banner-swiper .slide-1 p {
    font-size: 3.733vw;
  }
  .banner-swiper .slide-1 p:nth-of-type(2) {
    display: none;
  }
  .banner-swiper .slide-1 p:last-child {
    margin-top: 5.333vw;
  }
  .swiper-pagination-bullet {
    width: 2.667vw;
    height: 0.533vw;
    border-radius: 1.333vw;
    margin: 0 0.667vw;
  }
}
.marketbar {
  padding: 11px 0;
  box-shadow: 0 1px 0 #eeeeee;
}
.marketbar > .container {
  overflow: hidden;
}
.marketbar .swiper-wrapper {
  min-height: 78px;
  justify-content: space-between;
}
.marketbar .product-info {
  background-color: #ffffff;
}
.marketbar .product-info h3 {
  font-weight: bold;
}
.marketbar .swiper-pagination2 {
  display: none;
}

@media (max-width: 1080px) {
  .marketbar .marketbar-swiper {
    padding: 3.333vw 0;
    background: #fafafa;
  }
  .marketbar .product-info {
    text-align: center;
    padding: 4.333vw 2.667vw 5.333vw;
  }
  .marketbar .product-info strong {
    font-size: 3.733vw;
    margin-right: 0.8vw;
  }
  .marketbar .product-info span:last-child {
    display: block;
  }
  .marketbar .container {
    width: 100%;
    padding: 0 4vw;
  }
}
.strength {
  padding: 50px 0 40px;
}
.strength > .container {
  overflow: hidden;
}
@media (max-width: 1080px) {
  .strength > .container {
    padding: 0 2.667vw;
  }
}
.strength .strength-swiper {
  padding: 5px;
}
.strength-item {
  float: left;
  width: 55vw;
  height: 320px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
@media (max-width: 1080px) {
  .strength-item {
    height: 58vw;
    margin: 2.667vw 0;
    padding-top: 2vw;
  }
}
.strength-item__img {
  height: 144px;
  background-image: url(../img/icon/li1.png);
  background-repeat: no-repeat;
  background-position: center 60px;
}
@media (max-width: 1080px) {
  .strength-item__img {
    height: 10vw;
    background-position: center center;
    background-size: auto 100%;
  }
}
.strength-item__body {
  text-align: center;
  padding: 20px;
  height: 144px;
}
@media (max-width: 1080px) {
  .strength-item__body {
    height: auto;
  }
}
.strength-item .img1 {
  background-image: url(../img/icon/li1.png);
}
.strength-item .img2 {
  background-image: url(../img/icon/li2.png);
}
.strength-item .img3 {
  background-image: url(../img/icon/li3.png);
}
.strength-item .img4 {
  background-image: url(../img/icon/li4.png);
}
.strength-item .img5 {
  background-image: url(../img/icon/li5.png);
}
.strength-item .img6 {
  background-image: url(../img/icon/li6.png);
}
.strength-item .img7 {
  background-image: url(../img/icon/li7.png);
}
.strength-item .img8 {
  background-image: url(../img/icon/li8.png);
}
.strength p {
  color: #999;
}
.strength p strong {
  font-size: 24px;
  color: #333;
  margin-right: 5px;
}
.strength p:first-of-type {
  color: #333;
  margin-bottom: 14px;
}
.strength .swiper-pagination3 {
  text-align: center;
}
.strength .swiper-pagination3 .swiper-pagination-bullet {
  background: #eee;
  opacity: 1;
}
.strength .swiper-pagination3 .swiper-pagination-bullet-active {
  background: #3659B6;
  opacity: 0.7;
  transition: 0.25s;
}
.strength .tips {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  line-height: 1;
}
.strength .tips a {
  color: #3659B6;
  display: inline-flex;
  align-items: center;
}
.strength .tips i {
  display: none;
  vertical-align: middle;
}
@media (max-width: 1080px) {
  .strength .tips {
    font-size: 3.733vw;
  }
  .strength .tips a {
    color: #999;
  }
  .strength .tips i {
    display: inline-block;
    font-size: 2.8vw;
  }
}

.news {
  padding: 40px 0;
}
.news .container {
  display: flex;
}
.news-wrapper {
  flex: 1;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
}
.news-wrapper:first-child {
  margin-right: 20px;
}
.news-wrapper-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1px 0 #eee;
}
.news-wrapper-header a {
  font-size: 14px;
  color: #3659B6;
}
.news-wrapper-header a i {
  padding-right: 20px;
  font-size: 12px;
  transform: scale(0.6);
  color: #3659B6;
}
.news-list {
  width: 580px;
}
.news-list-item {
  display: flex;
  position: relative;
  margin-top: 40px;
  margin-right: 20px;
  min-height: 120px;
}
.news-list-item__thumb {
  width: 180px;
  height: 120px;
  border-radius: 6px;
  margin-right: 20px;
  display: block;
  flex-shrink: 0;
}
.news-list-item__thumb img {
  display: block;
  border-radius: 6px;
}
.news-list-item__content {
  flex-grow: 1;
}
.news-list-item h3 {
  color: #333;
  font-weight: 700;
  text-align: justify;
  margin-bottom: 20px;
}
.news-list-item p {
  font-size: 12px;
  color: #999;
}
.news-list-item p:not(:last-child) {
  margin-bottom: 15px;
}
.news-list-item p:last-child {
  position: absolute;
  bottom: 0;
  text-align: right;
}
.news .calendar-list {
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
  border-left: 1px solid rgba(237, 202, 140, 0.5);
  width: 580px;
}
.news .calendar-item {
  width: 490px;
  background: #fff;
  border: 1px solid #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-left: 29px;
  position: relative;
}
.news .calendar-item:before {
  display: block;
  content: "";
  border: 10px solid transparent;
  border-right-color: #fff;
  position: absolute;
  right: 100%;
  top: 10%;
}
.news .calendar-item:after {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
  border: 2px solid #3659B6;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  top: 10%;
  left: -38px;
}
.news .calendar-item:not(:first-child) {
  margin-top: 20px;
}
.news .calendar-item p {
  color: #3659B6;
}
.news .calendar-item p:first-of-type b {
  display: none;
}
.news .calendar-item h3 {
  color: #333;
  margin: 20px 0;
}
.news .calendar-item span {
  color: #333;
  display: inline-block;
}
.news .calendar-item span:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 1080px) {
  .news .container {
    flex-direction: column-reverse;
  }
  .news-wrapper-header {
    box-shadow: none;
  }
  .news-wrapper-header a {
    font-size: 3.2vw;
    color: #3659B6;
  }
  .news-wrapper-header a i {
    padding-right: 0;
    font-size: 3.2vw;
    transform: scale(0.6);
    color: rgba(0, 0, 0, 0.15);
  }
  .news-wrapper {
    box-shadow: none;
  }
  .news-wrapper:first-child {
    margin-right: 0;
  }
  .news-wrapper:nth-child(2) {
    margin-bottom: 2vw;
  }
  .news .news-list {
    width: 100%;
  }
  .news .news-list-item {
    position: relative;
    margin-top: 4vw;
    min-height: 21.333vw;
  }
  .news .news-list-item__thumb {
    width: 32vw;
    height: 21.333vw;
    border-radius: 0.8vw;
    margin-right: 4vw;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    flex-shrink: 0;
  }
  .news .news-list-item h3 {
    text-align: left;
    margin-bottom: 1.333vw;
  }
  .news .news-list-item p {
    font-size: 3.2vw;
  }
  .news .news-list-item p:not(:last-child) {
    margin-bottom: 2vw;
  }
  .news .news-list-item p:last-child {
    text-align: left;
    position: static;
  }
  .news .news-list-item span {
    display: inline-block;
  }
  .news .news-list-item span:not(:last-child) {
    margin-right: 2.667vw;
  }
  .news .calendar-list {
    width: 100%;
    border-left: none;
    margin-top: 1vw;
  }
  .news .calendar-item {
    width: auto;
    filter: none;
    padding: 2.667vw;
    border-radius: 0.533vw;
    margin-left: 0;
    background: #fafafa;
  }
  .news .calendar-item:after {
    display: none;
  }
  .news .calendar-item p {
    color: #999;
  }
  .news .calendar-item p:first-of-type b {
    display: inline-block;
    margin-left: 4vw;
  }
  .news .calendar-item span:first-child {
    display: none;
  }
}

.nav-tabs {
  display: flex;
}
.nav-tabs .nav-link {
  color: #666;
  background: #fafafa;
  font-size: 18px;
  padding: 18px 20px;
  cursor: pointer;
  transition: 0.25s;
}
.nav-tabs .nav-link.active {
  color: #fff;
  background: #3659B6;
}
@media (max-width: 1080px) {
  .nav-tabs .nav-link {
    font-size: 4.267vw;
    color: #333333;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    position: relative;
    font-weight: bold;
  }
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 4vw;
  }
  .nav-tabs .nav-link.mobile-style.active:after, .nav-tabs .nav-link.mobile-style:hover:after {
    display: block;
    content: "";
    background: linear-gradient(180deg, #3659B6 0%, #3659B6 100%);
    border-radius: 0.533vw;
    border-radius: 0.533vw;
    width: 5.333vw;
    height: 1.067vw;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    color: #333333;
    background: transparent;
  }
}

.tab-content {
  min-height: 500px;
  padding-left: 20px;
}
.tab-content .tab-pane {
  display: none;
  opacity: 0;
  width: 0;
  transition: opacity 1s ease-in-out;
}
.tab-content .tab-pane.active {
  display: block;
  width: 100%;
  opacity: 1;
}
@media (max-width: 1080px) {
  .tab-content {
    padding-left: 0;
    min-height: unset;
  }
}

body {
  padding-bottom: 80px;
}
@media (max-width: 1080px) {
  body {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=index.css.map */