ul,
ol {
  list-style-type: none;
}
.consult {
  display: flex;
  justify-content: center;
}
.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;
}
.consult .consult-input .input-box {
  width: 290px;
  border: none;
  outline: none;
  margin: 20px 60px;
}
.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;
}
.content {
  width: 100%;
}
.top {
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.top .banner {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.top .MP-banner {
  display: none;
  width: 100%;
}
.top .crumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.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;
}
.top .crumbs .crumbs-info > img {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.top .crumbs .crumbs-info > a {
  color: #ccc;
}
.top .crumbs .crumbs-info > a:hover {
  color: #fff;
}
.advantage {
  width: 100%;
  height: 120px;
  background-color: #f5f6f9;
  display: flex;
  align-items: center;
}
.advantage > ul {
  margin: 0 auto;
  width: 62.5%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.advantage > ul > li {
  display: flex;
  align-items: center;
}
.advantage > ul > li > img {
  width: 66px;
  height: 66px;
  background-color: #ccc;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.advantage > ul > li > div > p:first-child {
  font-size: 18px;
  color: #333;
}
.advantage > ul > li > div > p:last-child {
  font-size: 14px;
  color: #666;
}
.part2 {
  min-width: 1200px;
  min-height: 850px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26px;
}
.part2 .center-title {
  margin-top: 50px;
  font-size: 32px;
  color: #333333;
}
.part2 .center-titl2 {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
.part2 .business {
  margin-top: 62px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.part2 .business .business-0ne {
  margin-bottom: 30px;
  width: 380px;
  height: 300px;
  position: relative;
}
.part2 .business .business-0ne:hover .onehover {
  display: flex;
}
.part2 .business .business-0ne .onedefault {
  width: 100%;
  height: 100%;
  background-color: #f2f5f9;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part2 .business .business-0ne .onedefault .business-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 206px;
}
.part2 .business .business-0ne .onedefault .content-box {
  height: 94px;
  position: absolute;
  bottom: 80px;
  width: 320px;
  left: 50%;
  margin-left: -160px;
}
.part2 .business .business-0ne .onedefault .content-box .business-title {
  font-size: 18px;
  line-height: 15px;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}
.part2 .business .business-0ne .onedefault .content-box .content-text {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.part2 .business .business-0ne .onedefault .content-box .content-text > p {
  margin: 0 4px 6px;
}
.part2 .business .business-0ne .onedefault .business-button {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: 36px;
  background-color: #204edf;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
}
.part2 .business .business-0ne .onehover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #1858ce;
  flex-direction: column;
  align-items: center;
}
.part2 .business .business-0ne .onehover .business-icon {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 206px;
}
.part2 .business .business-0ne .onehover .content-box {
  position: absolute;
  bottom: 80px;
  width: 320px;
  color: #ffffff;
  left: 50%;
  margin-left: -160px;
  /* height:68px; */
}
.part2 .business .business-0ne .onehover .content-box .business-title {
  font-size: 18px;
  line-height: 15px;
  text-align: center;
  margin-bottom: 24px;
}
.part2 .business .business-0ne .onehover .content-box .content-text {
  text-align: center;
  height: 68px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.part2 .business .business-0ne .onehover .business-button {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  width: 110px;
  height: 36px;
  left: 50%;
  margin-left: -55px;
  background-color: #ffffff;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  line-height: 36px;
  color: #1858ce;
}
.part2 .swiper-container {
  display: none;
}
.part2 .swiper-wrapper {
  margin-top: 62px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.part2 .swiper-wrapper .swiper-slide {
  margin-bottom: 30px;
  width: 380px;
  height: 300px;
  position: relative;
}
.part2 .swiper-wrapper .swiper-slide .onehover {
  display: flex;
  width: 76%;
  margin: 0 auto;
  height: 280px;
  background-color: #1858ce;
  flex-direction: column;
  align-items: center;
}
.part2 .swiper-wrapper .swiper-slide .onehover .business-icon {
  position: absolute;
  bottom: 206px;
}
.part2 .swiper-wrapper .swiper-slide .onehover .content-box {
  position: absolute;
  bottom: 80px;
  width: 260px;
  color: #ffffff;
  /* height:68px; */
}
.part2 .swiper-wrapper .swiper-slide .onehover .content-box .business-title {
  /* font-size: 18px; */
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  margin-bottom: 24px;
}
.part2 .swiper-wrapper .swiper-slide .onehover .content-box .content-text {
  text-align: center;
  height: 68px;
  display: flex;
  /* font-size: 3.6vw; */
  font-size: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.part2 .swiper-wrapper .swiper-slide .onehover .business-button {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  width: 110px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 4px;
  border: none;
  /* font-size: 16px; */
  font-size: 14px;
  line-height: 36px;
  color: #1858ce;
}
.part3 {
  background: url('../static/img/index/processbg.jpg') no-repeat;
  background-size: 100% 100%;
  min-width: 1200px;
  height: 400px;
  position: relative;
}
.part3 .part3-content {
  width: 100%;
  min-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.part3 .part3-content .part3-title {
  margin-top: 72px;
  min-width: 1200px;
  text-align: center;
  font-size: 32px;
  color: #ffffff;
}
.part3 .part3-content .part3-ul {
  margin-top: 70px;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.part3 .part3-content .part3-ul > li:hover .flowimg {
  transform: scale(1.1);
  transition: all 0.3s;
}
.part3 .part3-content .part3-ul > li .imglist {
  display: flex;
  align-items: center;
}
.part3 .part3-content .part3-ul > li .imglist .iconfrist {
  width: 130px;
  text-align: center;
  margin-right: 10px;
}
.part3 .part3-content .part3-ul > li > p {
  margin-top: 10px;
  width: 130px;
  text-align: center;
  color: #ffffff;
}
.part3 .part3-content .MPimg {
  display: none;
}
.part4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
  position: relative;
  margin-bottom: 66px;
}
.part4 .part4-title {
  margin-top: 50px;
  font-size: 32px;
  color: #333333;
}
.part4 .part4-titl2 {
  margin-top: 10px;
  font-size: 18px;
  color: #666666;
}
.part4 .part4-content {
  position: relative;
}
.part4 .part4-content .part4-text {
  position: absolute;
  top: 60px;
  right: -82px;
  min-width: 620px;
  min-height: 270px;
  background: url('../static/img/index/part4border.png') no-repeat;
  background-size: 100% 100%;
}
.part4 .part4-content .part4-text .part4-textinfo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 250px;
  background-color: #f5f9fc;
  border: solid 1px #dae2f1;
}
.part4 .part4-content .part4-text .part4-textinfo .part4-textul {
  padding: 26px 30px;
}
.part4 .part4-content .part4-text .part4-textinfo .part4-textul .part4-infoli {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.part4 .part4-content .part4-text .part4-textinfo .part4-textul .part4-infoli span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #204edf;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
}
.part4 .part4-content .part4-input {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 530px;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #ff9906;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part4 .part4-content .part4-input .input-box {
  width: 290px;
  border: none;
  outline: none;
  margin: 20px 60px;
}
.part4 .part4-content .part4-input .part4-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;
}
.part4 .MP-part4 {
  display: none;
}
.part4-p:hover {
  cursor: default;
  color: #ff8503;
}
.part5 {
  min-width: 1200px;
  min-height: 550px;
  position: relative;
  background-color: pink;
  background: url('../static/img/index/part5bg.png') no-repeat;
  background-size: 100% 100%;
}
.part5 .MPpart5-info {
  display: none;
}
.part5 .part5-content {
  min-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.part5 h2 {
  margin-top: 66px;
  font-size: 32px;
  color: #333333;
}
.part5 .part5-titl2 {
  margin-top: 10px;
  font-size: 18px;
  color: #333333;
}
.part5 .part5-info {
  min-width: 1200px;
  height: 450px;
  position: relative;
}
.part5 .part5-text {
  position: absolute;
  top: 42px;
  left: 0;
  min-width: 622px;
  min-height: 314px;
  background: url('../static/img/index/part4border.png') no-repeat;
  background-size: 100% 100%;
}
.part5 .part5-text .part5-textinfo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 600px;
  height: 290px;
  background-color: #f5f9fc;
  border: solid 1px #dae2f1;
}
.part5 .part5-text .part5-textinfo .part5-textul {
  padding: 26px 30px;
}
.part5 .part5-text .part5-textinfo .part5-textul .part5-infoli {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.part5 .part5-text .part5-textinfo .part5-textul .part5-infoli span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #204edf;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
}
.part6 {
  display: flex;
  justify-content: center;
  min-width: 1200px;
  width: 100%;
  min-height: 840px;
  position: relative;
  background: url('../static/img/index/part6bg.png') no-repeat;
  background-size: 100% 100%;
}
.part6 .part6-info {
  left: 50%;
  margin-left: -600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
  position: absolute;
  top: 0;
  z-index: 2;
}
.part6 .part6-info > img {
  width: 100%;
  height: 100%;
}
.part6 .part6-info .part6-title {
  margin-top: 80px;
  font-size: 32px;
  color: #ffffff;
}
.part6 .part6-info .part6-titl2 {
  margin-top: 10px;
  font-size: 18px;
  color: #ffffff;
}
.part6 .part6-info .part6-content {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part6 .MPpart6-content {
  display: none;
}
.part6 .part6-input {
  margin-top: 38px;
  width: 530px;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #ff9906;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part6 .part6-input .input-box {
  width: 290px;
  border: none;
  outline: none;
  margin: 20px 60px;
}
.part6 .part6-input .part6-button {
  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;
}
.part7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
  min-height: 990px;
  position: relative;
  background: url('../static/img/index/part7bg.png') no-repeat;
  background-size: 100% 100%;
}
.part7 .part7-content {
  padding-bottom: 10vw;
  min-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.part7 .part7-content h2 {
  margin-top: 66px;
  font-size: 32px;
  color: #333333;
}
.part7 .part7-content .part7-titl2 {
  margin-top: 12px;
  font-size: 18px;
  color: #333333;
}
.part7 .part7-content .part7-ul {
  margin-top: 74px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part7 .part7-content .part7-ul > li {
  width: 394px;
  height: 300px;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.part7 .part7-content .part7-ul > li .product-outimg {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.part7 .part7-content .part7-ul > li .product-img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
}
.part7 .part7-content .part7-ul > li .product-img:hover {
  transform: scale(1.2);
  transition: all 0.6s;
}
.part7 .part7-content .part7-ul > li .product-info {
  height: 50px;
  padding: 0px 36px 0px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part7 .part7-content .part7-ul > li .product-info .product-name {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}
.part7 .part7-content .part7-ul > li .product-info .product-icon {
  width: 25px;
  height: 7px;
}
.part7 .part7-content .swiper-container {
  display: none;
}
.part7 .part7-content .swiper-wrapper {
  margin-top: 74px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part7 .part7-content .swiper-wrapper .swiper-slide {
  width: 394px;
  height: 300px;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.part7 .part7-content .swiper-wrapper .swiper-slide .product-outimg {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.part7 .part7-content .swiper-wrapper .swiper-slide .product-img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
}
.part7 .part7-content .swiper-wrapper .swiper-slide .product-info {
  height: 50px;
  padding: 0px 36px 0px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part7 .part7-content .swiper-wrapper .swiper-slide .product-info .product-name {
  /* font-size: 14px; */
  font-size: 15px;
  line-height: 30px;
  color: #333333;
}
.part7 .part7-content .swiper-wrapper .swiper-slide .product-info .product-icon {
  width: 25px;
  height: 7px;
}
.part7 .part7-content .part7-input {
  margin-top: 38px;
  width: 530px;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #ff9906;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part7 .part7-content .part7-input .input-box {
  width: 290px;
  border: none;
  outline: none;
  margin: 20px 60px;
}
.part7 .part7-content .part7-input .part7-button {
  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;
}
@media screen and (max-width: 1230px) {
  .top {
    min-width: 1000px;
  }
  .top .crumbs .crumbs-info {
    min-width: 1000px;
  }
  .advantage > ul {
    min-width: 1000px;
  }
  .advantage > ul .text > p:last-child {
    width: 160px;
  }
  .part2 {
    min-width: 1000px;
  }
  .part2 .business {
    width: 1000px;
  }
  .part2 .business .business-0ne {
    width: 320px;
  }
  .part2 .swiper-wrapper .swiper-slide {
    width: 320px;
  }
  .part3 {
    min-width: 1000px;
    height: auto;
    padding-bottom: 2vw;
  }
  .part3 .part3-content {
    min-width: 1000px;
  }
  .part3 .part3-content .part3-title {
    min-width: 1000px;
  }
  .part3 .part3-content .part3-ul {
    min-width: 1000px;
  }
  .part3 .part3-content .part3-ul > li .imglist .iconfrist {
    width: 100px;
  }
  .part3 .part3-content .part3-ul > li > p {
    width: 100px;
  }
  .part4 {
    min-width: 1000px;
  }
  .part4 .part4-content .part4-contentbg {
    width: 100%;
    object-fit: cover;
  }
  .part4 .part4-content .part4-text {
    min-width: 500px;
    min-height: 270px;
    right: 30px;
  }
  .part4 .part4-content .part4-text .part4-textinfo {
    width: 480px;
  }
  .part5 {
    min-width: 1000px;
  }
  .part5 .part5-content {
    min-width: 1000px;
  }
  .part5 .part5-info {
    min-width: 1000px;
  }
  .part6 {
    min-width: 1000px;
  }
  .part6 .part6-info {
    min-width: 1000px;
  }
  .part6 .part6-info .part6-content > div > img {
    width: 100%;
  }
  .part6 .part6-info .part6-content > div:first-child {
    width: 14%;
  }
  .part6 .part6-info .part6-content > div:nth-child(2) {
    width: 30%;
  }
  .part6 .part6-info .part6-content > div:nth-child(3) {
    width: 30%;
  }
  .part7 {
    min-width: 1000px;
  }
  .part7 .part7-content {
    min-width: 1000px;
  }
  .part7 .part7-content .part7-ul {
    width: 1000px;
  }
  .part7 .part7-content .part7-ul > li {
    width: 300px;
  }
}
@media screen and (max-width: 1020px) {
  .top {
    min-width: auto;
  }
  .top .PC-banner {
    display: none;
  }
  .top .MP-banner {
    display: block;
  }
  .top .crumbs .crumbs-info {
    width: 92%;
    min-width: auto;
	font-size: 12px;
  }
  .advantage {
    height: auto;
  }
  .advantage > ul {
    margin: 7vw auto 3vw;
    width: 92%;
    flex-wrap: wrap;
    min-width: auto;
  }
  .advantage > ul > li {
    width: 50%;
    margin-bottom: 4vw;
  }
  .advantage > ul > li .img1 {
    width: 12vw;
    height: 12vw;
    margin-right: 3vw;
  }
  .advantage > ul > li .text > p:first-child {
    /* font-size: 3.4vw; */
	font-size:13px ;
  }
  .advantage > ul > li .text > p:last-child {
    /* font-size: 3vw; */
	font-size: 12px;
    color: #999;
    width: 28vw;
  }
  .part2 {
    min-height: auto;
    min-width: auto;
  }
  .part2 .center-title {
    /* font-size: 6vw; */
	font-size: 23px;
    margin-top: 10vw;
  }
  .part2 .center-titl2 {
    margin-top: 0vw;
	font-size: 14px;
  }
  .part2 .center-text {
    font-size: 3.6vw;
  }
  .part2 .business {
    display: none;
  }
  .part2 .swiper-container {
    width: 100%;
    display: block;
  }
  .part2 .swiper-wrapper {
    width: auto;
    flex-wrap: nowrap;
  }
  .part3 {
    background: url('../static/img/MP/index/banner3.png') no-repeat;
    background-size: 100% 100%;
    min-width: auto;
  }
  .part3 .part3-content {
    width: 92%;
    margin: 0 auto;
    min-width: auto;
  }
  .part3 .part3-content .part3-title {
    /* font-size: 6vw; */
	font-size: 23px;
    margin-top: 10vw;
    min-width: auto;
  }
  .part3 .part3-content .part3-ul {
    display: none;
    min-width: auto;
    flex-wrap: wrap;
  }
  .part3 .part3-content .part3-ul > li .imglist .iconfrist {
    width: 14vw;
  }
  .part3 .part3-content .part3-ul > li .imglist .iconfrist > img {
    width: 100%;
  }
  .part3 .part3-content .part3-ul > li > p {
    width: 14vw;
  }
  .part3 .part3-content .MPimg {
    margin: 10vw auto;
    width: 100%;
    display: block;
  }
  .part3 .part3-content .MPimg > img {
    width: 100%;
  }
  .part4 {
    min-width: auto;
  }
  .part4 .part4-title {
    margin-top: 8vw;
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .part4 .part4-titl2 {
    margin-top: 0vw;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .part4 .part4-content {
    display: none;
  }
  .part4 .MP-part4 {
    width: 100%;
    background: url('../static/img/MP/index/banne2.png') no-repeat;
    background-size: 100% 100%;
    display: block;
  }
  .part4 .MP-part4 .MPpart4cont {
    margin: 48vw auto 0;
    width: 89vw;
    height: 69vw;
    background: url('../static/img/index/part4border.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .part4 .MP-part4 .MPpart4cont .part4-textinfo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 86vw;
    height: 65vw;
    background-color: #f5f9fc;
    border: solid 1px #dae2f1;
  }
  .part4 .MP-part4 .MPpart4cont .part4-textinfo .part4-textul {
    padding: 3vw 4vw;
  }
  .part4 .MP-part4 .MPpart4cont .part4-textinfo .part4-textul .part4-infoli {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .part4 .MP-part4 .MPpart4cont .part4-textinfo .part4-textul .part4-infoli span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #204edf;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
  }
  .consult {
    width: 100%;
  }
  .consult .consult-input {
    width: 80% !important;
  }
  .consult .consult-input .input-box {
    text-align: center;
    margin: 0 auto !important;
    /* font-size: 3vw; */
	font-size:13px ;
    width: 70% !important;
  }
  .consult .consult-input .consult-button {
    width: 30%;
  }
  .part5 {
    min-width: auto;
    min-height: auto;
  }
  .part5 .MPpart5-info {
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
  }
  .part5 .MPpart5-info > img {
    width: 100%;
  }
  .part5 h2 {
    margin-top: 8vw;
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .part5 .part5-titl2 {
    margin-top: 1vw;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  .part5 .part5-content {
    min-width: auto;
  }
  .part5 .part5-info {
    display: none;
  }
  .part6 {
    min-height: auto;
    min-width: auto;
    background: url('../static/img/MP/index/part4.png') no-repeat;
    background-size: 100%;
  }
  .part6 .part6-info {
    display: none;
    min-width: auto;
  }
  .part6 .part6-info .part6-content {
    display: none;
  }
  .part6 .MPpart6-content {
    display: block;
    width: 100%;
    position: relative;
  }
  .part6 .MPpart6-content .part6-title {
    top: 6vw;
    position: absolute;
    width: 100%;
    text-align: center;
    /* font-size: 6vw; */
	font-size: 23px;
    color: #ffffff;
  }
  .part6 .MPpart6-content .part6-titl2 {
    margin-top: 14vw;
    width: 100%;
    position: absolute;
    text-align: center;
    /* font-size: 4vw; */
	font-size: 14px;
    color: #ffffff;
  }
  .part6 .MPpart6-content > img {
    width: 100%;
  }
  .part6 .MPpart6-content .consult {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 13vw;
  }
  .part7 {
    min-width: auto;
    min-height: auto;
  }
  .part7 .part7-content {
    width: 100%;
    min-width: auto;
  }
  .part7 .part7-content h2 {
    margin-top: 8vw;
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .part7 .part7-content .part7-titl2 {
    margin-top: 0;
    /* font-size: 3vw; */
	font-size: 14px;
  }
  .part7 .part7-content .part7-div {
    display: none;
  }
  .part7 .part7-content .swiper-container {
    display: block;
    width: 100%;
    margin-top: 8vw;
  }
  .part7 .part7-content .swiper-wrapper {
    margin-top: 0;
    flex-wrap: nowrap;
  }
}
/*# sourceMappingURL=softwara.css.map */