
.hadbg {
  background: url('../static/img/SL/hot.png') no-repeat;
  background-size: 100% 100%;
}
.SLcontent {
  width: 100%;
}
.SLcontent .consult {
  display: flex;
  justify-content: center;
}
.SLcontent .consult .consult-input {
  margin-top: 38px;
  width: 530px;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #ff9906;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SLcontent .consult .consult-input .input-box {
  width: 290px;
  border: none;
  outline: none;
  margin: 20px 60px;
}
.SLcontent .consult .consult-input .consult-button {
  cursor: pointer;
  border: none;
  text-align: center;
  line-height: 54px;
  width: 130px;
  height: 54px;
  background-image: linear-gradient(90deg, #ff6e00 0%, #ff9906 100%);
  font-size: 14px;
  color: #ffffff;
}
.SLcontent .SL-top {
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.SLcontent .SL-top > img {
  width: 100%;
  display: block;
}
.SLcontent .SL-top .MPtopimg {
  display: none;
}
.SLcontent .SL-top .crumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.SLcontent .SL-top .crumbs .crumbs-info {
  margin: 0 auto;
  width: 62.5%;
  min-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ccc;
  font-size: 14px;
}
.SLcontent .SL-top .crumbs .crumbs-info > img {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.SLcontent .SL-top .crumbs .crumbs-info > a {
  color: #ccc;
}
.SLcontent .SL-top .crumbs .crumbs-info > a:hover {
  color: #fff;
}
.SLcontent .SL-part2 {
  width: 100%;
  height: 120px;
  background-color: #f5f6f9;
  display: flex;
  align-items: center;
}
.SLcontent .SL-part2 > ul {
  margin: 0 auto;
  width: 62.5%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.SLcontent .SL-part2 > ul > li {
  display: flex;
  align-items: center;
}
.SLcontent .SL-part2 > ul > li > img {
  width: 66px;
  height: 66px;
  background-color: #ccc;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.SLcontent .SL-part2 > ul > li > div > p:first-child {
  font-size: 18px;
  color: #333;
}
.SLcontent .SL-part2 > ul > li > div > p:last-child {
  font-size: 14px;
  color: #666;
}
.SLcontent .SL-part3 {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 66px;
}
.SLcontent .SL-part3 > h2 {
  margin-top: 84px;
  text-align: center;
  font-size: 32px;
  color: #2e2e2e;
  display: flex;
  align-items: center;
}
.SLcontent .SL-part3 > h2 .SL-line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #cccccc;
}
.SLcontent .SL-part3 > p {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.SLcontent .SL-part3 > div {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.SLcontent .SL-part3 > div > p {
  width: 74%;
  font-size: 16px;
  line-height: 32px;
  color: #2e2e2e;
  margin-right: 70px;
}
.SLcontent .SL-part3 > div > img {
  width: 184px;
  height: 163px;
}
.SLcontent .SL-part4 {
  background-color: #f5f6f9;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 104px;
}
.SLcontent .SL-part4 > h2 {
  margin-top: 84px;
  text-align: center;
  font-size: 32px;
  color: #2e2e2e;
  display: flex;
  align-items: center;
}
.SLcontent .SL-part4 > h2 .SL-line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #cccccc;
}
.SLcontent .SL-part4 > p {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.SLcontent .SL-part4 > div {
  margin-top: 46px;
  width: 62.5%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.SLcontent .SL-part4 > div .SL-typeinfo {
  width: 74%;
  display: flex;
  justify-content: space-between;
}
.SLcontent .SL-part4 > div .SL-typeinfo > li {
  width: 210px;
  height: 300px;
}
.SLcontent .SL-part4 > div .SL-typeinfo > li > div {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
  border: solid 1px #ebebeb;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.SLcontent .SL-part4 > div .SL-typeinfo > li > div > img {
  margin-top: 32px;
  width: 92px;
  height: 92px;
  background-color: #ffe8a1;
  border-radius: 46px;
  overflow: hidden;
}
.SLcontent .SL-part4 > div .SL-typeinfo > li > div > h2 {
  margin-top: 24px;
  font-size: 20px;
  color: #2e2e2e;
}
.SLcontent .SL-part4 > div .SL-typeinfo > li > div > p {
  margin-top: 24px;
  text-align: center;
  width: 170px;
  font-size: 14px;
  color: #666666;
}
.SLcontent .SL-part4 > div .SL-typeinfo > li:hover > div {
  background-color: #1758ce;
}
.SLcontent .SL-part4 > div .SL-typeinfo > li:hover > div > h2 {
  color: #ffffff;
}
.SLcontent .SL-part4 > div .SL-typeinfo > li:hover > div > p {
  color: #fff;
}
.SLcontent .SL-part4 > div .SL-typeinfo > li:hover .hadbg {
  background: url('../static/img/SL/hot2.png') no-repeat !important;
}
.SLcontent .SL-part4 > div .swiper-container {
  display: none;
}
.SLcontent .SL-part4 > div .swiper-wrapper {
  width: 28vw !important ;
  display: none;
  justify-content: space-between;
}
.SLcontent .SL-part4 > div .swiper-wrapper .swiper-slide {
  height: 89vw;
}
.SLcontent .SL-part4 > div .swiper-wrapper .swiper-slide > div {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 8px;
  border: solid 1px #ebebeb;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.SLcontent .SL-part4 > div .swiper-wrapper .swiper-slide > div > img {
  margin-top: 32px;
  width: 92px;
  height: 92px;
  background-color: #ffe8a1;
  border-radius: 46px;
  overflow: hidden;
}
.SLcontent .SL-part4 > div .swiper-wrapper .swiper-slide > div > h2 {
  margin-top: 24px;
  font-size: 22px;
  color: #2e2e2e;
}
.SLcontent .SL-part4 > div .swiper-wrapper .swiper-slide > div > p {
  margin-top: 24px;
  text-align: center;
  width: 170px;
  font-size: 14px;
  color: #666666;
}
.SLcontent .SL-part5 {
  width: 100%;
  background: url('../static/img/SL/banner5.png') no-repeat;
  background-size: 100% 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 106px;
}
.SLcontent .SL-part5 > h2 {
  text-align: center;
  font-size: 32px;
  color: #fff;
  display: flex;
  align-items: center;
}
.SLcontent .SL-part5 > h2 .SL-line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #cccccc;
}
.SLcontent .SL-part5 > p {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  color: #ccc;
}
.SLcontent .SL-part5 .SL-introduce {
  text-align: center;
  margin-top: 56px;
  width: 870px;
  font-size: 20px;
  color: #ffffff;
  text-indent: 1em;
  line-height: 34px;
}
.SLcontent .SL-part5 > ul {
  width: 62.5%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.SLcontent .SL-part5 > ul > li {
  width: 210px;
  height: 350px;
}
.SLcontent .SL-part5 > ul > li > div {
  width: 100%;
  height: 100%;
  background-color: #f7f8fa;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.SLcontent .SL-part5 > ul > li > div .SL-Img {
  height: 200px;
  display: flex;
  align-items: center;
}
.SLcontent .SL-part5 > ul > li > div .SL-name {
  height: auto;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.SLcontent .SL-part5 > ul > li > div .SL-name > p {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-bottom: 40px;
}
.SLcontent .SL-part5 > ul > li > div .SL-name .SL-exist {
  margin: auto;
  cursor: pointer;
  width: 120px;
  height: 40px;
  background-color: #ccced2;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}
.SLcontent .SL-part5 > ul > li:hover > div {
  margin-top: -20px;
  transition: all 0.2s;
}
.SLcontent .SL-part5 > ul > li:hover > div .SL-exist {
  background-color: #ff7601;
}
.SLcontent .SL-part5 .swiper-wrapper {
  width: 62.5%;
  min-width: 1200px;
  display: none;
  justify-content: space-between;
}
.SLcontent .SL-part5 .swiper-wrapper .swiper-slide {
  width: 100%;
}
.SLcontent .SL-part5 .swiper-wrapper .swiper-slide > div {
  /* width: 58vw;
  height: 88vw; */
  width: 236px;
  height: 392px;
  margin: 0 auto;
  background-color: #f7f8fa;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.SLcontent .SL-part5 .swiper-wrapper .swiper-slide > div .SL-Img {
  height: 200px;
  display: flex;
  align-items: center;
}
.SLcontent .SL-part5 .swiper-wrapper .swiper-slide > div .SL-name {
  height: auto;
  position: absolute;
  bottom: 40px;
}
.SLcontent .SL-part5 .swiper-wrapper .swiper-slide > div .SL-name > p {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-bottom: 40px;
}
.SLcontent .SL-part5 .swiper-wrapper .swiper-slide > div .SL-name .SL-exist {
  width: 120px;
  height: 40px;
  background-color: #ff7601;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}
.SLcontent .SL-part6 {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}
.SLcontent .SL-part6 > h2 {
  margin-top: 78px;
  text-align: center;
  font-size: 32px;
  color: #2e2e2e;
  display: flex;
  align-items: center;
}
.SLcontent .SL-part6 > h2 .SL-line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #cccccc;
}
.SLcontent .SL-part6 > p {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.SLcontent .SL-part6 .advantage-box {
  margin-top: 40px;
  box-sizing: border-box;
  width: 100%;
  height: 360px;
  border: 10px solid #1758ce;
  border-radius: 18px;
}
.SLcontent .SL-part6 .advantage-box > ul {
  display: flex;
  justify-content: space-between;
  margin-top: 66px;
}
.SLcontent .SL-part6 .advantage-box > ul > li {
  width: 50%;
  display: flex;
  padding-left: 24px;
}
.SLcontent .SL-part6 .advantage-box > ul > li > img {
  margin-right: 40px;
}
.SLcontent .SL-part6 .advantage-box > ul > li .advantage-info > h5 {
  font-size: 20px;
  color: #4e4e4e;
  line-height: 48px;
}
.SLcontent .SL-part6 .advantage-box > ul > li .advantage-info > ul > li {
  font-size: 16px;
  line-height: 36px;
  color: #4e4e4e;
  display: flex;
  align-items: flex-start;
  list-style: none;
}
.SLcontent .SL-part6 .advantage-box > ul > li .advantage-info > ul > li > div > span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #1959cd;
  margin-right: 10px;
}
.SLcontent .SL-part6 .advantage-box > ul > li .advantage-info > ul > li:hover {
  color: #5aa8fd;
}
.SLcontent .SL-part6 .advantage-box > ul > li .advantage-info > ul > li > P {
  color: #4e4e4e;
}
.SLcontent .SL-part7 {
  width: 100%;
  background: url('../static/img/SL/banner7.png') no-repeat;
  background-size: 100% 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 66px;
}
.SLcontent .SL-part7 > h2 {
  text-align: center;
  font-size: 32px;
  color: #333333;
  display: flex;
  align-items: center;
}
.SLcontent .SL-part7 > h2 .SL-line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #cccccc;
}
.SLcontent .SL-part7 > p {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.SLcontent .SL-part7 .SL-introduce {
  text-align: center;
  margin-top: 36px;
  width: 996px;
  font-size: 18px;
  color: #333;
  text-indent: 1em;
  line-height: 34px;
}
.SLcontent .SL-part7 > ul {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.SLcontent .SL-part7 > ul > li {
  width: 422px;
  height: 314px;
  overflow: hidden;
}
.SLcontent .SL-part7 > ul > li > img {
  width: 100%;
  height: 100%;
}
.SLcontent .SL-part7 > ul > li:hover > img {
  transform: scale(1.1);
  transition: all 0.2s;
}
.SLcontent .SL-part7 > ul > li:first-child {
  margin-right: 100px;
}
.SLcontent .SL-part8 {
  padding-bottom: 66px;
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.SLcontent .SL-part8 > h2 {
  margin-top: 70px;
  text-align: center;
  font-size: 32px;
  color: #333333;
  display: flex;
  align-items: center;
}
.SLcontent .SL-part8 > h2 .SL-line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #cccccc;
}
.SLcontent .SL-part8 > p {
  margin-top: 16px;
  font-size: 16px;
  color: #666666;
}
.SLcontent .SL-part8 .part8-ul {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 34px;
}
.SLcontent .SL-part8 .part8-ul > li {
  width: 32%;
  height: 290px;
  display: flex;
  position: relative;
}
.SLcontent .SL-part8 .part8-ul > li .imglist {
  display: flex;
}
.SLcontent .SL-part8 .part8-ul > li .imglist .iconfrist {
  text-align: center;
  display: flex;
  position: relative;
  align-items: center;
}
.SLcontent .SL-part8 .part8-ul > li .imglist .iconfrist .part8-contentbox {
  width: 290px;
  height: 290px;
  background: url('../static/img/SL/lastBg1.png') no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 6px 43px 0px rgba(139, 143, 154, 0.24);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.SLcontent .SL-part8 .part8-ul > li .imglist .iconfrist .part8-contentbox > img {
  min-height: 58px;
  margin-top: 58px;
  margin-bottom: 40px;
}
.SLcontent .SL-part8 .part8-ul > li .imglist .iconfrist .part8-contentbox > h5 {
  font-size: 18px;
  color: #333;
  margin-bottom: 24px;
}
.SLcontent .SL-part8 .part8-ul > li .imglist .iconfrist .part8-contentbox > p {
  padding: 0 30px;
  font-size: 17px;
  color: #666;
}
.SLcontent .SL-part8 .part8-ul > li .imglist .iconfrist .numbericon {
  width: 46px;
  height: 80px;
  background: url('../static/img/SL/lastBg2.png') no-repeat;
  background-size: 100% 100%;
  font-size: 24px;
  line-height: 80px;
  color: #fff;
}
.SLcontent .SL-part8 .part8-ul > li .imglist .iconfrist > img {
  overflow: hidden;
  background-color: #ffffff;
  border: 1px dashed #313131;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.SLcontent .SL-part8 .part8-ul > li .imglist:hover .iconfrist {
  margin-top: -20px;
  transition: all 0.2s;
}
.SLcontent .SL-part8 .part8-ul > li .arrowstyle {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  width: 25px;
  height: 18px;
}
.SLcontent .SL-part9 {
  height: 110px;
  background-color: #f5f5f9;
  padding-top: 48px;
}
.SLcontent .SL-part9 > div {
  margin: 0 auto;
  width: 62.5%;
  min-width: 1200px;
  display: flex;
}
.SLcontent .SL-part9 > div > p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #2e2e2e;
  margin-right: 20px;
}
.SLcontent .SL-part9 > div > div {
  width: 80px;
  height: 32px;
  background-image: linear-gradient(-90deg, #5aa8fd 0%, #486ff8 100%), linear-gradient(#0551fe, #0551fe);
  background-blend-mode: normal, normal;
  border-radius: 6px;
  opacity: 0.85;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #ffffff;
  user-select: none;
}
.SLcontent .SL-part9 > div > div:hover {
  background-image: linear-gradient(90deg, #ff6e00 0%, #ff9906 100%);
}
@media screen and (max-width: 1230px) {
  .SLcontent .SL-top {
    min-width: 1000px;
  }
  .SLcontent .SL-top .crumbs .crumbs-info {
    min-width: 1000px;
  }
  .SLcontent .SL-part2 > ul {
    min-width: 1000px;
  }
  .SLcontent .SL-part3 {
    min-width: 1000px;
  }
  .SLcontent .SL-part4 {
    min-width: 1000px;
  }
  .SLcontent .SL-part4 > div {
    min-width: 1000px;
  }
  .SLcontent .SL-part4 > div > img {
    width: 24%;
  }
  .SLcontent .SL-part4 > div .SL-typeinfo > li {
    width: 180px;
  }
  .SLcontent .SL-part5 {
    min-width: 1000px;
  }
  .SLcontent .SL-part5 > ul {
    min-width: 1000px;
  }
  .SLcontent .SL-part5 > ul > li {
    width: 180px;
  }
  .SLcontent .SL-part6 {
    min-width: 1000px;
  }
  .SLcontent .SL-part6 .advantage-box > ul {
    margin-top: 3vw;
  }
  .SLcontent .SL-part6 .advantage-box > ul > li > img {
    height: auto;
  }
  .SLcontent .SL-part7 {
    min-width: 1000px;
  }
  .SLcontent .SL-part8 {
    min-width: 1000px;
  }
  .SLcontent .SL-part8 .part8-ul > li {
    width: auto;
  }
  .SLcontent .SL-part8 .part8-ul > li .imglist .iconfrist .part8-contentbox {
    width: 240px;
    height: 240px;
  }
  .SLcontent .SL-part8 .part8-ul > li .imglist .iconfrist .part8-contentbox > img {
    min-height: 58px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .SLcontent .SL-part8 .part8-ul > li .imglist .iconfrist .part8-contentbox > p {
    padding: 0 20px;
    font-size: 17px;
    color: #666;
  }
  .SLcontent .SL-part8 .part8-ul > li .arrowstyle {
    right: -30px;
  }
  .SLcontent .SL-part9 > div {
    min-width: 1000px;
  }
}
@media screen and (max-width: 1020px) {
  .SLcontent .SL-top {
    min-width: auto;
  }
  .SLcontent .SL-top .PCtopimg {
    display: none;
    object-fit: cover;
  }
  .SLcontent .SL-top .MPtopimg {
    display: block;
    object-fit: cover;
  }
  .SLcontent .SL-top .crumbs .crumbs-info {
    width: 92%;
    min-width: auto;
	font-size: 11px;
  }
  .SLcontent .SL-part2 {
    height: auto;
  }
  .SLcontent .SL-part2 > ul {
    margin: 7vw auto 3vw;
    width: 92%;
    flex-wrap: wrap;
    min-width: auto;
  }
  .SLcontent .SL-part2 > ul > li {
    width: 50%;
    margin-bottom: 4vw;
  }
  .SLcontent .SL-part2 > ul > li .img1 {
    width: 12vw;
    height: 12vw;
    margin-right: 3vw;
  }
  .SLcontent .SL-part2 > ul > li .text > p:first-child {
    /* font-size: 3.4vw; */
	font-size: 13px;
  }
  .SLcontent .SL-part2 > ul > li .text > p:last-child {
    /* font-size: 3vw; */
	font-size: 11px;
    width: 27vw;
    color: #999;
  }
  .SLcontent .SL-part3 {
    width: 92%;
    min-width: auto;
  }
  .SLcontent .SL-part3 > h2 {
    margin-top: 8vw;
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .SLcontent .SL-part3 > p {
    margin-top: 0vw;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .SLcontent .SL-part3 > div {
    margin-top: 10vw;
    flex-direction: column-reverse;
  }
  .SLcontent .SL-part3 > div > p {
    width: 88vw;
    margin: 7vw 0 0;
	font-size: 14px;
  }
  .SLcontent .SL-part4 {
    padding-bottom: 20vw;
    min-width: auto;
  }
  .SLcontent .SL-part4 > h2 {
    /* font-size: 6vw; */
	font-size: 23px;
    margin-top: 10vw;
  }
  .SLcontent .SL-part4 > p {
    /* font-size: 4vw; */
	font-size: 14px;
    margin-top: 0vw;
  }
  .SLcontent .SL-part4 > div {
    margin-top: 10vw;
    width: 92%;
    min-width: auto;
    flex-direction: column-reverse;
  }
  .SLcontent .SL-part4 > div > img {
    width: 70%;
    margin: 8vw auto;
  }
  .SLcontent .SL-part4 > div .SL-typeinfo {
    display: none;
    width: 100%;
    overflow: auto;
  }
  .SLcontent .SL-part4 > div .SL-typeinfo > li {
    width: 63vw;
    margin: 0 3vw;
  }
  .SLcontent .SL-part4 > div .swiper-container {
    width: 100%;
  }
  .SLcontent .SL-part4 > div .swiper-container {
    display: block;
  }
  .SLcontent .SL-part4 > div .swiper-wrapper {
    display: flex;
  }
  .SLcontent .SL-part5 {
    min-width: auto;
    padding-top: 10vw;
    padding-bottom: 20vw;
  }
  .SLcontent .SL-part5 > h2 {
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .SLcontent .SL-part5 > p {
    margin-top: 0;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .SLcontent .SL-part5 .SL-introduce {
    margin-top: 8vw;
    /* font-size: 4vw; */
	font-size: 14px;
    width: 80%;
  }
  .SLcontent .SL-part5 > ul {
    display: none;
  }
  .SLcontent .SL-part5 .swiper-container {
    width: 100%;
    margin-top: 8vw;
  }
  .SLcontent .SL-part5 .swiper-wrapper {
    display: flex;
    width: 92%;
    min-width: auto;
  }
  .SLcontent .SL-part5 .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .SLcontent .SL-part6 {
    width: 92%;
    min-width: auto;
  }
  .SLcontent .SL-part6 > h2 {
    margin-top: 10vw;
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .SLcontent .SL-part6 > p {
    margin-top: 0;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .SLcontent .SL-part6 .advantage-box {
    height: 102vw;
  }
  .SLcontent .SL-part6 .advantage-box > ul {
    flex-direction: column;
    margin-top: 3vw;
  }
  .SLcontent .SL-part6 .advantage-box > ul > li {
    padding: 6vw 5vw 9vw;
    width: auto;
    align-items: flex-start;
  }
  .SLcontent .SL-part6 .advantage-box > ul > li:first-child {
    border-bottom: 2px solid #eee;
  }
  .SLcontent .SL-part6 .advantage-box > ul > li > img {
    /* width: 25vw; */
	width: 92px;
    margin-right: 4vw;
  }
  .SLcontent .SL-part6 .advantage-box > ul > li .advantage-info {
    width: 48vw;
  }
  .SLcontent .SL-part6 .advantage-box > ul > li .advantage-info > h5 {
    /* font-size: 4vw; */
	font-size: 16px;
    line-height: 6vw;
  }
  .SLcontent .SL-part6 .advantage-box > ul > li .advantage-info > ul > li {
    font-size: 13px;
    line-height: 5vw;
  }
  .SLcontent .SL-part6 .advantage-box > ul > li .advantage-info > ul .Specialstyle {
    margin-bottom: 4vw;
  }
  .SLcontent .SL-part7 {
    background: url('../static/img/MP/SL/banner7.png') no-repeat;
    background-size: 100% 100%;
    min-width: auto;
    padding-top: 10vw;
    padding-bottom: 20vw;
  }
  .SLcontent .SL-part7 > h2 {
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .SLcontent .SL-part7 > p {
    margin-top: 0;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .SLcontent .SL-part7 .SL-introduce {
    /* font-size: 4vw; */
	font-size: 14px;
    width: 82%;
  }
  .SLcontent .SL-part7 > ul {
    flex-direction: column;
    margin-top: 10vw;
  }
  .SLcontent .SL-part7 > ul > li {
    /* width: 80vw; */
	width: 298px;
    height: auto;
  }
  .SLcontent .SL-part7 > ul > li:hover > img {
    transform: none;
  }
  .SLcontent .SL-part7 > ul > li:first-child {
    margin: 0 auto;
  }
  .SLcontent .SL-part8 {
    width: 92%;
    min-width: auto;
  }
  .SLcontent .SL-part8 > h2 {
    /* font-size: 6vw; */
	font-size: 23px;
    margin-top: 10vw;
  }
  .SLcontent .SL-part8 > p {
    margin-top: 0vw;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .SLcontent .SL-part8 .part8-ul {
    flex-direction: column;
  }
  .SLcontent .SL-part8 .part8-ul > li {
    width: 60vw;
    margin: 0 auto;
  }
  .SLcontent .SL-part8 .part8-ul > li .arrowstyle {
    top: auto;
    bottom: -3vw;
    right: 50%;
    margin-right: -9px;
    transform: rotate(90deg);
  }
  .SLcontent .SL-part8 .part8-ul > li .imglist:hover .iconfrist {
    margin-top: 0;
  }
  .SLcontent .SL-part8 .part8-ul > li .imglist .iconfrist .part8-contentbox > h5 {
	  font-size: 15px;
  }
  .SLcontent .SL-part8 .part8-ul > li .imglist .iconfrist .part8-contentbox > p{
	  font-size: 13px;
  }
  .SLcontent .SL-part9 > div {
    width: 92%;
    min-width: auto;
    align-items: flex-end;
  }
  .SLcontent .SL-part9 > div>p{
	  font-size: 15px;
  }
  .consult {
    width: 100%;
  }
  .consult .consult-input {
    width: 80% !important;
  }
  .consult .consult-input .input-box {
    text-align: center;
    margin: 0 auto !important;
    /* font-size: 3.5vw; */
	font-size: 13px;
    width: 90% !important;
  }
  .consult .consult-input .consult-button {
    width: 10%;
  }
}
/*# sourceMappingURL=SL.css.map */