main {
  width: 100%;
}
main .BA-top {
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
main .BA-top .banner {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
main .BA-top .MP-banner {
  display: none;
  width: 100%;
}
main .BA-top .crumbs {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
main .BA-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;
}
main .BA-top .crumbs .crumbs-info > img {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
main .BA-top .crumbs .crumbs-info > a {
  color: #ccc;
}
main .BA-top .crumbs .crumbs-info > a:hover {
  color: #fff;
}
main .BA-part2 {
  width: 100%;
  height: 120px;
  background-color: #f5f6f9;
  display: flex;
  align-items: center;
}
main .BA-part2 > ul {
  margin: 0 auto;
  width: 62.5%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .BA-part2 > ul > li {
  display: flex;
  align-items: center;
}
main .BA-part2 > ul > li .img1 {
  width: 66px;
  height: 66px;
  border-radius: 33px;
  margin-right: 10px;
}
main .BA-part2 > ul > li .text > p:first-child {
  font-size: 18px;
  color: #333;
}
main .BA-part2 > ul > li .text > p:last-child {
  font-size: 14px;
  color: #666;
}
main .BA-part3 {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto 70px;
}
main .BA-part3 > h2 {
  text-align: center;
  font-size: 32px;
  color: #333333;
}
main .BA-part3 > p {
  text-align: center;
  font-size: 14px;
  color: #252c34;
}
main .BA-part3 .BApart3-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main .BA-part3 .BApart3-ul .part3li {
  margin: 10px 0;
  width: 280px;
  height: 300px;
  background-color: #f5f6f9;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .BA-part3 .BApart3-ul .part3li .imglist {
  width: 100%;
  height: 158px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
main .BA-part3 .BApart3-ul .part3li .imglist .img1 {
  width: 100%;
  height: 100%;
}
main .BA-part3 .BApart3-ul .part3li .imglist .triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main .BA-part3 .BApart3-ul .part3li > h2 {
  font-size: 20px;
  color: #333333;
}
main .BA-part3 .BApart3-ul .part3li .BA-exist {
  cursor: pointer;
  width: 120px;
  height: 40px;
  background-color: #ccced2;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}
main .BA-part3 .BApart3-ul .part3li:hover .BA-exist {
  background-color: #ff7601;
}
main .BA-part3 .BApart3-ul .part3li:hover .imglist > .img1 {
  transform: scale(1.2);
  transition: all 1s;
}
main .BA-part3 .BApart3-ul .itembox {
  display: block;
  width: 280px;
  height: 0px;
  padding: 0;
}
main .BA-part3 .swiper-container {
  display: none;
}
main .BA-part3 .swiper-wrapper {
  width: 30vw !important ;
}
main .BA-part3 .swiper-slide {
  background-color: #f5f6f9;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .BA-part3 .swiper-slide .imglist {
  width: 100%;
  height: 158px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
main .BA-part3 .swiper-slide .imglist .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .BA-part3 .swiper-slide .imglist .triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main .BA-part3 .swiper-slide > h2 {
  font-size: 20px;
  color: #333333;
}
main .BA-part3 .swiper-slide .BA-exist {
  cursor: pointer;
  width: 120px;
  height: 40px;
  background-color: #ff7601;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}
main .BA-part4 {
  width: 100%;
  min-width: 1200px;
  background: url('../static/img/BA/banner4.png') no-repeat;
  background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 80px;
}
main .BA-part4 > h2 {
  text-align: center;
  font-size: 32px;
  color: #ffffff;
}
main .BA-part4 > p {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
main .BA-part4 .box {
  width: 62.5%;
  min-width: 1200px;
  margin: 38px auto 22px;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
main .BA-part4 .box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .BA-part4 .box .BA-part4boxtitle {
  font-size: 20px;
  margin-top: 50px;
}
main .BA-part4 .box .BA-part4left {
  width: 300px;
  height: 374px;
  background-color: #ffffff;
}
main .BA-part4 .box .BA-part4left > ul {
  margin-top: 50px;
}
main .BA-part4 .box .BA-part4left > ul > li {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-end;
}
main .BA-part4 .box .BA-part4left > ul > li > span:first-child {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #ff7601;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
}
main .BA-part4 .box .BA-part4left > ul > li > span:nth-child(2) {
  font-size: 16px;
}
main .BA-part4 .box .BA-part4left > ul > li:hover > span:nth-child(2) {
  color: #ff7601;
}
main .BA-part4 .box .BA-part4right {
  width: 890px;
  height: 374px;
  background-color: #ffffff;
  padding: 0 36px;
  box-sizing: border-box;
}
main .BA-part4 .box .BA-part4right > ul {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main .BA-part4 .box .BA-part4right > ul > li {
  width: 156px;
  height: 170px;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .BA-part4 .box .BA-part4right > ul > li .BA-part4img {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
main .BA-part4 .box .BA-part4right > ul > li .BA-part4img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .BA-part4 .box .BA-part4right > ul > li:hover .BA-part4img > img {
  transform: scale(1.2);
  transition: all 0.2s;
}
main .BA-part4 .box .BA-part4right > ul > li .BA-part4info {
  margin-top: 20px;
}
main .BA-part4 .box .BA-part4right > ul > li .BA-part4info > p:first-child {
  font-size: 20px;
}
main .BA-part4 .box .BA-part4right > ul > li .BA-part4info > p:nth-child(2) {
  font-size: 16px;
}
main .consult {
  display: flex;
  justify-content: center;
}
main .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;
}
main .consult .consult-input .input-box {
  width: 290px;
  border: none;
  outline: none;
  margin: 20px 60px;
}
main .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;
}
main .BA-part5 {
  min-width: 1200px;
  position: relative;
  z-index: 2;
  background: url('../static/img/BA/banner5.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #eef6ff;
}
main .BA-part5 .center-title {
  margin-top: 80px;
  font-size: 32px;
  color: #333333;
}
main .BA-part5 .center-titl2 {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
main .BA-part5 .business {
  margin-top: 62px;
  width: 62.5%;
  min-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
main .BA-part5 .business .business-0ne {
  margin-bottom: 12px;
  width: 285px;
  height: 230px;
  position: relative;
}
main .BA-part5 .business .business-0ne:hover .onehover {
  display: flex;
}
main .BA-part5 .business .business-0ne .onedefault {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .BA-part5 .business .business-0ne .onedefault .business-icon {
  width: 93px;
  height: 93px;
  border-radius: 50%;
  overflow: hidden;
  margin: 46px auto 20px;
}
main .BA-part5 .business .business-0ne .onedefault > p {
  text-align: center;
  width: 160px;
  font-size: 16px;
  color: #666666;
}
main .BA-part5 .business .business-0ne .onehover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1858ce;
  flex-direction: column;
  align-items: center;
}
main .BA-part5 .business .business-0ne .onehover .business-icon {
  overflow: hidden;
  margin: 46px auto 20px;
  width: 93px;
  height: 93px;
  border-radius: 50%;
}
main .BA-part5 .business .business-0ne .onehover > p {
  text-align: center;
  width: 160px;
  font-size: 16px;
  color: #fff;
}
main .BA-part5 .business .itembox2 {
  width: 285px;
  height: 0;
}
main .BA-part5 .part5-endimg {
  width: 100%;
}
main .BA-part5 .part5-endimg > img {
  width: 100%;
  display: block;
}
main .BA-part5 .part5-endimg .MPpart5tip {
  display: none;
}
main .BA-part6 {
  background: url('../static/img/BA/banner6.png') no-repeat;
  background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 93px;
}
main .BA-part6 > h2 {
  text-align: center;
  font-size: 32px;
  color: #ffffff;
}
main .BA-part6 > p {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
main .BA-part6 > div > ul {
  margin: 64px auto 0;
  width: 62.5%;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
}
main .BA-part6 > div > ul > li {
  width: 225px;
  height: 346px;
  position: relative;
}
main .BA-part6 > div > ul > li .bgimg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
main .BA-part6 > div > ul > li .BA-part6info {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
main .BA-part6 > div > ul > li .BA-part6info .number {
  margin: 96px auto 42px;
  width: 88px;
  height: 50px;
  border: solid 1px #ffffff;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fefefe;
}
main .BA-part6 > div > ul > li .BA-part6info .cont {
  text-align: center;
  margin: 0 auto;
  width: 150px;
  font-size: 18px;
  line-height: 26px;
  color: #fefefe;
  font-weight: bold;
}
main .BA-part6 > div > ul > li .BA-part6info .button {
  width: 100%;
  position: absolute;
  bottom: 0;
}
main .BA-part6 > div > ul > li .BA-part6info .button > p {
  cursor: pointer;
  margin: 20px auto;
  width: 92px;
  height: 28px;
  border-radius: 4px;
  border: solid 1px #666666;
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 28px;
}
main .BA-part6 > div > ul > li:hover .BA-part6info {
  background-color: rgba(0, 0, 0, 0.1);
}
main .BA-part6 > div > ul > li:hover .bgimg > img {
  transform: scale(1.4);
  transition: all 1s;
}
main .BA-part6 > div > ul > li:hover .button {
  width: 100%;
  background-color: #626262;
}
main .BA-part6 > div > ul > li:hover .button > p {
  background-color: #ffffff;
  color: #626262;
  border: none;
}
main .BA-part6 .swiperIndex2 {
  display: none;
}
main .BA-part6 .swiperIndex2.swiper-container {
  width: 100%;
  height: auto;
}
main .BA-part6 .swiperIndex2.swiper-container .swiper-slide > div {
  margin: 0 auto;
  width: 225px;
  height: inherit;
  position: relative;
}
main .BA-part6 .swiperIndex2.swiper-container .swiper-slide > div .bgimg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main .BA-part6 .swiperIndex2.swiper-container .swiper-slide > div .bgimg > img {
  width: 100%;
  height: 100%;
}
main .BA-part6 .swiperIndex2.swiper-container .swiper-slide > div .BA-part6info {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
main .BA-part6 .swiperIndex2.swiper-container .swiper-slide > div .BA-part6info .number {
  margin: 96px auto 42px;
  width: 88px;
  height: 50px;
  border: solid 1px #ffffff;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fefefe;
}
main .BA-part6 .swiperIndex2.swiper-container .swiper-slide > div .BA-part6info .cont {
  text-align: center;
  margin: 0 auto;
  width: 150px;
  font-size: 18px;
  line-height: 26px;
  color: #fefefe;
  font-weight: bold;
}
main .BA-part6 .swiperIndex2.swiper-container .swiper-slide > div .BA-part6info .button {
  width: 100%;
  position: absolute;
  bottom: 0;
}
main .BA-part6 .swiperIndex2.swiper-container .swiper-slide > div .BA-part6info .button > p {
  cursor: pointer;
  margin: 20px auto;
  width: 92px;
  height: 28px;
  border-radius: 4px;
  border: solid 1px #666666;
  font-size: 16px;
  color: #999;
  text-align: center;
  line-height: 28px;
}
main .BA-part7 {
  padding-bottom: 83px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
  background: url('../static/img/BA/banner7.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
}
main .BA-part7 .part7-title {
  margin-top: 80px;
  font-size: 32px;
  color: #333333;
}
main .BA-part7 .part7-titl2 {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
main .BA-part7 .part7-content {
  margin-top: 64px;
  position: relative;
  display: flex;
  align-items: center;
}
main .BA-part7 .part7-content > img {
  margin-right: 90px;
}
main .BA-part7 .part7-content .part7-textul {
  width: 360px;
}
main .BA-part7 .part7-content .part7-textul .part7-infoli {
  box-sizing: border-box;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  height: 42px;
  background-color: #f5f9fc;
  border: solid 1px #dae2f1;
  font-size: 16px;
  color: #333;
}
main .BA-part7 .part7-content .part7-textul .part7-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;
}
main .BA-part7 .part7-content .part7-textul .part7-infoli .part7-p:hover {
  color: #0a7de9;
}
main .BA-part8 {
  padding-bottom: 90px;
  width: 100%;
  min-width: 1200px;
  background-color: #f2f5f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .BA-part8 .part8-title {
  margin-top: 72px;
  text-align: center;
  font-size: 32px;
  color: #333;
}
main .BA-part8 > p {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
main .BA-part8 .part8-ul {
  margin-top: 70px;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
}
main .BA-part8 .part8-ul > li:hover .flowimg {
  transform: scale(1.1);
  transition: all 0.3s;
}
main .BA-part8 .part8-ul > li:last-child .imglist > img {
  display: none;
}
main .BA-part8 .part8-ul > li .imglist {
  display: flex;
  align-items: center;
}
main .BA-part8 .part8-ul > li .imglist .iconfrist {
  width: 130px;
  text-align: center;
  margin-right: 10px;
}
main .BA-part8 .part8-ul > li .imglist .iconfrist > img {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
main .BA-part8 .part8-ul > li > p {
  font-size: 18px;
  margin-top: 30px;
  width: 130px;
  text-align: center;
  color: #333;
}
main .BA-part8 .delete {
  display: none;
}
@media screen and (max-width: 1230px) {
  main .BA-top {
    min-width: 1000px;
  }
  main .BA-top .crumbs .crumbs-info {
    min-width: 1000px;
  }
  main .BA-part2 > ul {
    min-width: 1000px;
  }
  main .BA-part3 {
    min-width: 1000px;
  }
  main .BA-part4 {
    min-width: 1000px;
  }
  main .BA-part4 .box {
    min-width: 1000px;
  }
  main .BA-part4 .box .BA-part4left {
    width: 26%;
  }
  main .BA-part4 .box .BA-part4right {
    width: 72%;
  }
  main .BA-part4 .box .BA-part4right > ul > li {
    width: 16%;
  }
  main .BA-part5 {
    min-width: 1000px;
  }
  main .BA-part5 .business {
    min-width: 1000px;
  }
  main .BA-part6 > div > ul {
    min-width: 1000px;
  }
  main .BA-part6 > div > ul > li {
    width: 18%;
  }
  main .BA-part7 {
    min-width: 1000px;
  }
  main .BA-part8 {
    overflow: hidden;
    min-width: 1000px;
  }
  main .BA-part8 .part8-ul {
    min-width: 1000px;
  }
  main .BA-part8 .part8-ul > li .imglist .iconfrist {
    width: 100px;
    margin-right: 1vw;
  }
  main .BA-part8 .part8-ul > li > p {
    width: 100px;
  }
}
@media screen and (max-width: 1020px) {
  main .BA-top {
    min-width: auto;
  }
  main .BA-top .PC-banner {
    display: none;
  }
  main .BA-top .MP-banner {
    display: block;
  }
  main .BA-top .crumbs .crumbs-info {
    width: 92%;
    min-width: auto;
	font-size: 11px;
  }
  main .BA-part2 {
    height: auto;
  }
  main .BA-part2 > ul {
    margin: 7vw auto 3vw;
    width: 92%;
    flex-wrap: wrap;
    min-width: auto;
  }
  main .BA-part2 > ul > li {
    width: 50%;
    margin-bottom: 4vw;
  }
  main .BA-part2 > ul > li .img1 {
    width: 12vw;
    height: 12vw;
    margin-right: 3vw;
  }
  main .BA-part2 > ul > li .text > p:first-child {
    /* font-size: 3.4vw; */
	font-size: 13px;
  }
  main .BA-part2 > ul > li .text > p:last-child {
    /* font-size: 3vw; */
	font-size: 11px;
    color: #999;
  }
  main .BA-part3 {
    width: 92%;
    min-width: auto;
  }
  main .BA-part3 > h2 {
	  font-size: 23px;
  }
  main .BA-part3 > div .BApart3-ul {
    display: none;
    width: 2400px;
    flex-wrap: nowrap;
    margin-left: -280px;
    transition: all 0.5s;
  }
  main .BA-part3 > div .BApart3-ul .part3li {
    margin: 10px 2vw;
  }
  main .BA-part3 > div .BApart3-ul .part3li:first-child {
    margin-left: 20vw;
  }
  main .BA-part3 > div .BApart3-ul .part3li .BA-exist {
    background-color: #ff7601;
  }
  main .BA-part3 > div .BApart3-ul .part3li:hover .imglist > .img1 {
    transform: scale(1.1);
  }
  main .BA-part3 > div .BApart3-ul .itembox {
    display: none;
  }
  main .BA-part3 > div::-webkit-scrollbar {
    display: none;
  }
  main .BA-part3 .swiper-container {
    margin-top: 10vw;
    display: block;
  }
  main .BA-part4 {
    background: url('../static/img/MP/BA/banner4.png') no-repeat;
    background-size: 100% 100%;
    min-width: auto;
  }
  main .BA-part4 > h2 {
    /* font-size: 6vw; */
	font-size: 23px;
  }
  main .BA-part4 > p {
    /* font-size: 4vw; */
	font-size: 14px;
  }
  main .BA-part4 .box {
    width: 92%;
    min-width: auto;
    flex-direction: column;
  }
  main .BA-part4 .box .BA-part4left {
    width: 100%;
    margin-bottom: 7vw;
  }
  main .BA-part4 .box .BA-part4boxtitle{
  	  font-size: 16px;
  }
  main .BA-part4 .box .BA-part4left > ul {
    width: 78%;
  }
  main .BA-part4 .box .BA-part4left > ul > li > span:first-child{
	  font-size: 11px;
  }
  main .BA-part4 .box .BA-part4left > ul > li > span:nth-child(2){
	  font-size: 13px;
  }
  main .BA-part4 .box .BA-part4left > ul > li:hover > span:nth-child(2) {
    color: #333;
  }
  main .BA-part4 .box .BA-part4right {
    width: 100%;
    height: auto;
    padding: 0 5vw;
  }
  main .BA-part4 .box .BA-part4right > ul {
    flex-wrap: wrap;
  }
  main .BA-part4 .box .BA-part4right > ul > li {
    width: 38vw;
    margin-bottom: 5vw;
  }
  main .BA-part4 .box .BA-part4right > ul > li:hover .BA-part4img > img {
    transform: none;
  }
  main .BA-part4 .box .BA-part4right > ul > li .BA-part4info > p:first-child {
	font-size: 18px;
  }
  main .BA-part4 .box .BA-part4right > ul > li .BA-part4info > p:nth-child(2){
	  font-size: 14px;
  }
  main .BA-part5 {
    background: url('../static/img/MP/BA/banner5.png') no-repeat;
    background-size: 100% 100%;
    min-width: auto;
  }
  main .BA-part5 .center-title {
    margin-top: 12vw;
    /* font-size: 6vw; */
	font-size: 23px;
  }
  main .BA-part5 .center-titl2 {
    margin-top: 0vw;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  main .BA-part5 .business {
    width: 92%;
    min-width: auto;
    margin-top: 10vw;
  }
  main .BA-part5 .business .business-0ne {
    width: 44vw;
    height: 38vw;
    margin: 0 auto 2vw;
  }
  main .BA-part5 .business .business-0ne:hover .onehover {
    display: none;
  }
  main .BA-part5 .business .business-0ne .onedefault .business-icon {
    width: 13vw;
    height: 13vw;
    margin: 7vw auto 3vw;
  }
  main .BA-part5 .business .business-0ne .onedefault > p {
    /* font-size: 4vw; */
	font-size: 12px;
    width: 90%;
  }
  main .BA-part5 .business .business-0ne .onehover .business-icon {
    width: 13vw;
    height: 13vw;
    margin: 7vw auto 3vw;
  }
  main .BA-part5 .business .business-0ne .onehover > p {
    font-size: 4vw;
  }
  main .BA-part5 .part5-endimg .PCpart5tip {
    display: none;
  }
  main .BA-part5 .part5-endimg .MPpart5tip {
    margin-top: 6vw;
    display: block;
  }
  main .BA-part6 > h2 {
    /* font-size: 6vw; */
	font-size: 23px;
  }
  main .BA-part6 > p {
    margin: 2vw auto 0;
    width: 92%;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  main .BA-part6 > div {
    display: none;
    margin: 0 auto;
    width: 92%;
    overflow: hidden;
    position: relative;
  }
  main .BA-part6 > div > ul {
    width: 500%;
    min-width: auto;
  }
  main .BA-part6 > div > ul > li {
    margin: 0 18vw;
    width: 52vw;
  }
  main .BA-part6 .swiperIndex2 {
    margin-top: 10vw;
    display: block;
  }
  main .BA-part6 .swiperIndex2.swiper-container .swiper-slide > div .BA-part6info .number{
	  font-size: 15px;
  }
  main .BA-part6 .swiperIndex2.swiper-container .swiper-slide > div .BA-part6info .cont{
	  font-size: 16px;
  }
  main .BA-part7 {
    background: url('../static/img/MP/BA/banner7.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    margin: auto;
    min-width: auto;
    padding-bottom: 10vw;
  }
  main .BA-part7 .part7-title {
    margin-top: 10vw;
    /* font-size: 6vw; */
	font-size: 23px;
  }
  main .BA-part7 .part7-titl2 {
    margin-top: 0vw;
    /* font-size: 4vw; */
	font-size: 14px;
  }
  main .BA-part7 .part7-content {
    flex-wrap: wrap;
    width: 70vw;
    margin: 9vw auto 0;
    align-items: flex-start;
  }
  main .BA-part7 .part7-content > img {
    width: 66vw;
  }
  main .BA-part7 .part7-content .part7-textul {
    width: 100%;
    margin-top: 7vw;
  }
  main .BA-part7 .part7-content .part7-textul .part7-infoli .part7-p:hover {
    color: #333;
  }
  main .BA-part8 {
    overflow: hidden;
    min-width: auto;
  }
 main .BA-part8 .part8-title {
	   font-size: 23px; 
  }
  main .BA-part8 > p {
	  font-size: 14px;
  }
  main .BA-part8 .part8-ul {
    width: 89%;
    min-width: auto;
    flex-wrap: wrap;
    display: none;
  }
  main .BA-part8 .part8-ul > li {
    margin-right: 14px;
  }
  main .BA-part8 .part8-ul > li .imglist .iconfrist {
    margin-right: 1vw;
  }
  main .BA-part8 .part8-ul > li:last-child .imglist > img {
    display: block;
    opacity: 0;
  }
  main .BA-part8 .part8-ul > li:nth-child(-n + 6) {
    float: left;
    position: relative;
  }
  main .BA-part8 .part8-ul > li:nth-child(6) {
    float: left;
  }
  main .BA-part8 .part8-ul > li:nth-child(6) .imglist > img {
    transform: rotate(90deg);
    position: absolute;
    right: 50%;
    margin-right: -12px;
    bottom: -7vw;
  }
  main .BA-part8 .part8-ul > li:nth-child(n + 7) {
    margin-top: 8vw;
    float: right;
    position: relative;
  }
  main .BA-part8 .part8-ul > li:nth-child(n + 7) .imglist {
    height: 13vw;
  }
  main .BA-part8 .part8-ul > li:nth-child(n + 7) .imglist > img {
    transform: rotate(180deg);
  }
  main .BA-part8 .delete {
    margin-top: 70px;
    width: 90%;
    display: block;
  }
  .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%;
	/* font-size: 14px; */
  }
}
@media screen and (max-width: 768px) {
  .BA-content .BA-part8 {
    min-width: auto;
    overflow: hidden;
    padding-bottom: 10vw;
  }
 main .BA-content .BA-part8 .part8-title {
    margin-top: 10vw;
    /* font-size: 6vw; */
	font-size: 23px;
  }
  .BA-content .BA-part8 > p {
    margin-top: 0vw;
    font-size: 4vw;
  }
  .BA-content .BA-part8 .part8-ul {
    display: block;
    width: 84%;
    min-width: auto;
    margin-top: 8vw;
  }
  .BA-content .BA-part8 .part8-ul > li {
    margin-right: auto;
  }
  .BA-content .BA-part8 .part8-ul > li .imglist .iconfrist {
    width: 16vw;
    margin-right: 1vw;
  }
  .BA-content .BA-part8 .part8-ul > li .imglist .iconfrist > img {
    width: 14vw;
    height: 14vw;
  }
  .BA-content .BA-part8 .part8-ul > li .imglist > img {
    width: 4vw;
    height: 3vw;
  }
  .BA-content .BA-part8 .part8-ul > li > p {
    width: 18vw;
    font-size: 3.5vw;
    margin-top: 3vw;
  }
  .BA-content .BA-part8 .part8-ul > li:last-child {
    margin-top: 0;
  }
  .BA-content .BA-part8 .part8-ul > li:last-child .imglist > img {
    display: block;
  }
  .BA-content .BA-part8 .part8-ul > li:not(:nth-child(n + 5)) {
    float: left;
    position: relative;
    margin-bottom: 10vw;
  }
  .BA-content .BA-part8 .part8-ul > li:nth-child(4) {
    float: right;
  }
  .BA-content .BA-part8 .part8-ul > li:nth-child(4) .imglist > img {
    transform: rotate(90deg);
    position: absolute;
    right: 50%;
    margin-right: -3vw;
    bottom: -7vw;
  }
  .BA-content .BA-part8 .part8-ul > li:nth-child(5) .imglist > img {
    display: none;
  }
  .BA-content .BA-part8 .part8-ul > li:not(:nth-child(-n + 4)) {
    float: right;
    position: relative;
  }
  .BA-content .BA-part8 .part8-ul > li:not(:nth-child(-n + 4)) .imglist {
    height: 13vw;
  }
  .BA-content .BA-part8 .part8-ul > li:not(:nth-child(-n + 4)) .imglist > img {
    opacity: 1;
    position: relative;
    margin-right: 0;
    right: auto;
    bottom: auto;
    transform: rotate(180deg);
  }
}
/*# sourceMappingURL=BA.css.map */