.banner-big {
  width: 100%;
  height: 6rem;
}
.swiper-slide{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.my-bullet{
  width: .2rem;
  height: .2rem;
  display: inline-block;
  background: #b0dde0;
  margin-right: .2667rem;
  border-radius: .2rem;
}
.my-bullet-active{
  background: #575E96;
}
.part{
  padding: 1.2rem .3333rem 0;
}
.title-w{
  background-color: #ffffff;
  color: #0e101a;
  text-align: center;
  width: 8.5rem;
}
.min-title{
  font-size: .3067rem;
}
.services{
  padding-top: .5333rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.s-item{
  cursor: pointer;
  width: 4.2667rem;
  height: 3.8667rem;
  border: .0267rem solid #b0dde0;
  position: relative;
  border-top-right-radius: .4rem;
  background-size: cover;
  background-position: center;
  margin-bottom: .2667rem;
}
.s-item-title{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(177, 221, 224, .9);
  font-size: .3733rem;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  color: #0e101a;
}
.collection{
  display: flex;
  justify-content: space-between;
  margin-top: .6667rem;
}
.coll-left,.coll-right{
}
.c-item{
  width: 4.5333rem;
  background-repeat: no-repeat;
  background-size: cover;
  height: 4.2667rem;
  margin-bottom: .2667rem;
  position: relative;
}
.c-item1{
  height: 7.3333rem;
}
.c-item2{
  height: 5.7333rem;
}
.c-info{
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4.5333rem;
  height: 1.2rem;
  z-index: 2;
  background-color: rgba(89,89,155, 0.7);
}

.c-item1 > .c-info{
  bottom: 3.0667rem;
}

.c-info-title{
  font-size: .4rem;
  color: #ffffff;
  text-decoration: underline;
}
.c-info-more{
  margin-top: .0667rem;
  background-color: #afdde0;
  font-size: .16rem;
  line-height: .4rem;
  border-radius: .32rem;
  text-align: center;
  padding: 0 .1333rem;
  cursor: pointer;
  color: #0e101a;
}
.about-part{
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.2rem .2rem 0;
}
.i-title-bg{
  background-color: #b0dde0;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  margin: 0 auto .4rem;
  font-size: .5333rem;
  text-align: center;
}
.desc{
  color: #0e101a;
  font-family: textregular;
  font-size: .3733rem;
  margin: 0 auto;
  padding: 0 .4667rem;
}
.desc > p{
  color: #ffffff;
  font-size: .3733rem;;
  padding: .2rem 0;
  line-height: .4533rem;
}
.vscoo-video{
  position: relative;
  width: 9.6rem;
  height: 5.4rem;
  background-color: #808080;
  margin: .4rem auto 1rem;
}
.vscoo-video video{
  background-color: #262626;
  width: 9.6rem;
  height: 5.4rem;
}
/* 750px 420px */
.video-play{
  cursor: pointer;
  position: absolute;
  left: 4.1333rem;
  top: 2.0333rem;
  width: 1.3333rem;
  height: 1.3333rem;
  background: url(../images/play.png) center no-repeat;
  background-size: 1.3333rem 1.3333rem;
}
.about-link{
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-family: textbold;
  background-color: #b0dde0;
  position: absolute;
  bottom: -30px;
  left: calc(50vw - 100px);
  text-align: center;
  /*text-decoration: underline;*/
  cursor: pointer;
}
.about-link:hover {text-decoration: underline;}
.partners{
  margin: .7333rem auto .8667rem;
  display: flex;
  flex-wrap: wrap;
}
.p-item{
  width: 2.8rem;
  margin: 0 .39rem .3733rem 0;
  border: .0133rem solid #F1F2F3;
}
.p-item:nth-child(3n+3){
  margin-right: 0;
}

.exhibition-swiper{
  margin-bottom: 1.0667rem;
}
.exhibition-swiper>.swiper-wrapper{
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.ex-slide{
  width: 4.5333rem;
  height: 3.2rem;
}
.part-bg{
  background-color: #e7f5f6;
  padding: 1.2rem .3333rem 1.0667rem;
  position: relative;
}
.become-partner{
  background-color: #ffffff;
  display: flex;
  justify-content: space-around;
  width: 9.3333rem;
  margin: .5067rem auto 0;
}
.bp-item{
  padding: .5333rem .4667rem;
  box-sizing: border-box;
  width: 9.3333rem;
  height: 5.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.bp-icon{
  height: .6667rem;
  width: .6667rem;
}
.bp-title{
  font-family: textbold;
  font-size: .3733rem;
  margin: .24rem 0 .4rem;
}
.bp-desc{
  font-size: .3733rem;
  text-align: center;
}
.ready-part{
  border: .2667rem solid #b0dde0;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .8667rem 0 .6rem;
  margin-bottom: .9333rem;
}
.ready-title{
  font-family: textbold;
  font-size: .48rem;
}
.ready-btn{
  padding: 0 .2rem;
  height: .6667rem;
  line-height: .6667rem;
  text-align: center;
  background-color: #b0dde0;
  margin-top: .4rem;
  font-size: .2667rem;
  color: #0e101a;
}
.ready-btn:hover {text-decoration: underline;}
