
.sslist li {
  width: 100% ;
  margin-bottom: 0.2rem;
  overflow: hidden;
  display: flex;
}
.sslist li:last-child{
  margin-bottom: 0.4rem;
}
.sslist li i{
  width: 0.12rem;
  height: 0.12rem;
  background: #1C20FF;
  opacity: 0.7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top:0.09rem;
  margin-right: 0.22rem;
}
.sslist li span{
  font-size: 0.22rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 0.3rem;
  letter-spacing: 2px;
}

.banner1{
  width: 100%;
  height: 8.82rem;
  margin-top: 0.88rem;
  background: url(../img/coordination/01.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.63rem 0.55rem 0 0.55rem;
}
.banner1 h1{
  font-size: 0.4rem;
  font-weight: 600;
  color: #172342;
  line-height: 0.6rem;
  letter-spacing: 1px;
  margin-bottom: 0.38rem;
}
.banner1 a{
  width: 1.82rem;
  height: 0.58rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.4rem;
  text-align: center;
  line-height: 0.58rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #7C83FF 0%, #7253FF 100%);
  box-shadow: 0rem 0.06rem 0.14rem 0rem rgba(81, 79, 255, 0.72);
  border-radius: 0.29rem;
}
.banner1 .imgs{
  width: 6.41rem;
 height:  3.91rem;
 display: block;
 margin: 0 auto;
}


.banner2{
  width: 100%;
  padding-top: 0.6rem;
  background-color: #fff;
}
.banner2 h1{
  font-size: 0.4rem;
  font-weight: 600;
  color: #172342;
  line-height: 0.6rem;
  letter-spacing: 1px;
  text-align: center;
}
.banner2 h4{
  font-size: 0.22rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.3rem;
  letter-spacing: 2px;
  margin-top: 0.2rem;
  text-align: center;
}
.banner2 .list{
  width: 100%;
  margin-top: 0.5rem;
  overflow: hidden;
}

.banner2 .list li{
  width: 5.22rem;
  height: 5.03rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.06rem 0.21rem 0rem rgba(62, 84, 255, 0.22);
  border-radius: 0.2rem;
  text-align: center;
  padding: 0.61rem 0.66rem 0 0.66rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
  cursor: pointer;
}
.banner2 .list li img{
  width: 1.21rem;
  height: 1.21rem;
  display: block;
  margin: 0 auto;
}
.banner2 .list li:nth-of-type(3) img{
  width: 1.28rem;
  height: 1.28rem;
}
.banner2 .list li button{
  display: block;
  width: 2.71rem;
  height: 0.58rem;
  background: #7257FF;
  border-radius: 0.29rem;
  font-size: 0.26rem;
  color: #FFFFFF;
  line-height: 0.58rem;
  margin: 0 auto;
  margin-top: 0.35rem;
  margin-bottom: 0.6rem;
}
.banner2 .list li p{
  width: 100%;
  font-size: 0.22rem;
  font-weight: 400;
  color: #000000;
  text-align: left;
  line-height: 0.3rem;
}

/* 轮播图开始 */

.mySwiper{
  width: 100%;
  height: 10.88rem;
  background: #F9F9FF;
  overflow: hidden;
  position: relative;
}
.mySwiper .swiper-slide  {
  width: 100%;
  padding: 0.6rem 0.54rem 0 0.54rem;
}
.mySwiper .swiper-slide h1{
  font-size: 0.36rem;
  font-weight: 600;
  color: #172342;
  line-height: 0.6rem;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 0.4rem;
}
.mySwiper .swiper-slide a
{
  width: 100%;
  font-size: 0.2rem;
  color: #5D61FF;
  line-height: 0.26rem;
  letter-spacing: 3px;
  text-align: center;
}
.mySwiper .swiper-slide a .icon{
  font-size: 0.2rem;
  fill: #5D61FF;
}
.mySwiper .swiper-slide .content_r{
  width: 5.22rem;
  height: 4.36rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.06rem 0.21rem 0rem rgba(62, 84, 255, 0.22);
  border-radius: 0.08rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  overflow: hidden;
}
.mySwiper .swiper-slide .content_r img{
  width: 4.77rem;
  height: 2.62rem;
  display: block;
  margin: 0 auto;
  margin-top: 1.28rem;
}
.mySwiper .swiper-slide:nth-of-type(2) .content_r img{
  width: 4.9rem;
  height: 2.96rem;
  margin-top: 0.85rem;
}
.mySwiper .swiper-slide:nth-of-type(3) .content_r img{
  width: 4.92rem;
  height: 3.14rem;
  margin-top: 0.61rem;
}

.swiper-pagination{
  bottom: 0.4rem;
}
.swiper-pagination-bullet{
  width: 0.37rem;
  height: 0.16rem;
  border-radius: 0.08rem;
  background:none;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
}
.swiper-pagination-bullet span{
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #D8DAFF;
}
.swiper-pagination-bullet-active span{
  width: 0.37rem;
  background: #7257FF;
  border-radius: 0.08rem;
  /* 谁做过渡给谁加 */
  transition: all 0.6s;
}

/* 轮播图结束 */

.banner4{
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0.16rem;
}
.banner4 h2{
  font-size: 0.36rem;
  font-weight: 600;
  color: #172342;
  line-height: 0.6rem;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 0.12rem;
}
.banner4  ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.4rem;
  justify-content: center;
  align-items: center;
}
.banner4  ul li{
  cursor: pointer;
  width: 25%;
  text-align: center;
  margin-top: 0.4rem;
}
.banner4  ul li img{
  width: 0.6rem;
  height: 0.46rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.22rem;
}
.banner4  ul li p
{
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.26rem;
}
.banner4  ul li:nth-of-type(2) img{
  width: 0.54rem;
  height: 0.51rem;
}
.banner4  ul li:nth-of-type(3) img{
  width: 0.52rem;
  height: 0.47rem;
}
.banner4  ul li:nth-of-type(4) img{
  width: 0.49rem;
  height: 0.47rem;
}
.banner4  ul li:nth-of-type(5) img{
  width: 0.49rem;
  height: 0.49rem;
}
.banner4  ul li:nth-of-type(6) img{
  width: 0.53rem;
  height: 0.45rem;
}
.banner4  ul li:nth-of-type(7) img{
  width: 0.53rem;
  height: 0.49rem;
}
.banner4  ul li:nth-of-type(8) img{
  width: 0.45rem;
  height: 0.48rem;
}

.banner5{
  width: 100%;
  height: 8.71rem;
  background: url(../img/coordination/17.png) no-repeat;
  background-size: 100% 100%;
}


.mfsy{
  position: relative;
  width: 100%;
  height: 1.77rem;
}
.mfsy .onTrial{
  width: 6.6rem;
  height: 2.3rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.05rem 0.2rem 0rem rgba(135, 150, 255, 0.16);
  border-radius: 0.08rem;
  position: absolute;
  left: 50%;
  top: 0.36rem;
  margin-left: -3.3rem;
  text-align: center;
}
.mfsy .onTrial .title{
  font-size: 0.3rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.42rem;
  text-align: center;
  margin-top: 0.34rem;
}
.mfsy .onTrial .title span{
  color: #7368FE;
}
.mfsy .onTrial .phone{
  width: 5.19rem;
  height: 0.8rem;
  margin-top: 0.35rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #F6F6FF;
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(73, 130, 255, 0.11), 0rem 0.01rem 0.05rem 0rem rgba(166, 116, 255, 0.16);
  border-radius: 0.4rem;
  border: 0.01rem solid rgba(110, 117, 255, 0.14);
}
.mfsy .onTrial .phone input{
  width: 3rem;
  float: left;
  height: 100%;
  margin-left: 0.33rem;
  background: #F6F6FF;
  font-size: 0.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 0.28rem;
  letter-spacing: 1px;
}
.mfsy .onTrial .phone .btn{
  width: 1.77rem;
  height: 0.66rem;
  border-radius: 0.5rem;
  font-size: 0.26rem;
  display: inline-block;
  text-align: center;
  line-height: 0.66rem;
  color: white;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #9261FF 0%, #6E6AFE 100%);
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(73, 130, 255, 0.11);
}