.bl {
  display: block !important;
}
.wx{
  opacity: 0;
}
.cl {
  clear: both;
}

.contains {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.tit {
  font-size: 40px;
  text-align: center;
  color: #2c3e50;
  padding-top: 70px;
  font-weight: normal;
}

/* .tit span{
  position: relative;
  z-index: 3;
}
.tit span::after{
  width: 100%;
  height: 12px;
  position: absolute;
  content: '';
  background: #fbc942;
  left: 0;
  bottom: 2px;
  z-index: -1;
} */

.main2 {
  width: 100%;
  height: 580px;
  background: url(../image/ms_05.png) center;
}

.main2 .tit {
  color: #fff;
}

.m2_lf {
  width: 450px;
  float: left;
  margin-top: 60px;
}

.m2_lf p {
  font-size: 18px;
  color: #fff;
  text-align: right;
  margin-bottom: 40px;
}

.m2_form {
  float: left;
  width: 600px;
  height: 310px;
  background: #fff;
  margin-top: 45px;
  margin-left: 70px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 30px 50px;
}

.m2_form h3 {
  font-size: 18px;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 35px;
}

.m2_form h3 b {
  color: #33cccc;
  font-size: 30px;
}

select,
input {
  width: 240px;
  height: 45px;
  box-sizing: border-box;
  background: #f4f6f7;
  border-radius: 8px;
  padding-left: 40px;
  border: none;
  font-size: 14px;

}

.fm_box {
  width: 240px;
  height: 45px;
  float: left;
  position: relative;
  margin-bottom: 20px;
}

.fm_box:nth-of-type(even) {
  float: right;
}

.fm_box img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 10px;
}

.btn {
  display: block;
  width: 280px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 22px;
  font-weight: bold;
  background: #33cccc;
  margin: 0 auto;
  margin-top: 15px;
}

.m3_box {
  margin-top: 50px;
  width: 100%;
  height: 430px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 60px;
  box-sizing: border-box;
  padding-top: 25px;
}

.m3_list {
  width: 340px;
  float: left;
}

.m3_list li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 35px;
  border-right: 1px solid #e7e7e7;
  font-size: 18px;
  color: #2c3e50;
  cursor: pointer;
}

.m3_list .m3_act {
  font-weight: bold;
  color: #428dfc;
  position: relative;
}

.m3_act::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 60px;
  background: #428dfc;
  top: 0;
  right: -3px;
}

.m3_cont {
  width: 860px;
  float: left;
  box-sizing: border-box;
  padding: 0 45px;
  padding-top: 35px;
  display: none;
}

.m3_cont h3 {
  font-size: 20px;
  color: #2c3e50;
  margin-bottom: 20px;
}

.m3_cont h4 {
  font-size: 16px;
  color: #2c3e50;
}

.m3_cont h4 span {
  font-weight: normal;
  margin-right: 60px;

}

.m3_cont .m3_text {
  font-size: 16px;
  color: #6a6e73;
  line-height: 28px;
  margin-top: 45px;

}

.m3_zx1 {
  width: 330px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #33cccc;
  margin-top: 60px;
  float: left;
}

.m3_zx1 img {
  vertical-align: middle;
}

.m3_zx2 {
  display: block;
  float: left;
  margin-left: 40px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  box-sizing: border-box;
  border: 1px solid #33cccc;
  font-size: 16px;
  color: #33cccc;
  font-weight: bold;
  width: 180px;
  margin-top: 60px;
}

.main3 {
  perspective-origin: 70px;
  padding-bottom: 70px;
}

.main4 {
  background: #f4f9fc;
  padding-bottom: 70px;
}

.m4_list {
  margin-top: 45px;
}

.m4_list li {
  float: left;
  width: 480px;
  margin-left: 70px;
  margin-right: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 48px;

}

.m4_list li h3 {
  font-size: 16px;
  color: #2c3e50;
  font-weight: normal;

}

.m4_list li h3 img {
  vertical-align: middle;
}

.m4_list li p {
  font-size: 14px;
  color: #6a6e73;
  margin-top: 20px;
}

.m4_zx1 {
  width: 250px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #33cccc;
  margin-top: 40px;
  float: left;
  margin-left: 330px;
}

.m4_zx1 img {
  vertical-align: middle;
}

.m4_zx2 {
  display: block;
  float: left;
  margin-left: 30px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  box-sizing: border-box;
  border: 1px solid #33cccc;
  font-size: 16px;
  color: #33cccc;
  font-weight: bold;
  width: 250px;
  margin-top: 40px;
}

.banner {
  width: 100%;
  height: 734px;
  background: url(../image/ms_01.png) center;

}

.banner .contains {
  box-sizing: border-box;
  padding-top: 460px;
}

.ba_zx {
  width: 500px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #20cbd3;
  border-radius: 8px;
  margin-left: 30px;
}

.ba_zx img {
  vertical-align: middle;
}

.ba-swiper {
  width: 420px;
  position: absolute !important;
  padding-top: 120px !important;
  right: 0;
  top: 0;
}

.ba-swiper .swiper-slide>img {
  display: block;
  width: 330px;
  height: 450px;
  margin: 0 auto;
}

.ba_name {
  font-size: 16px;
  color: #25343e;
  padding-left: 110px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.ba_msg {
  font-size: 16px;
  color: #25343e;
  padding-left: 110px;
  margin-bottom: 10px;
}

.ba-swiper .swiper-button-next,
.ba-swiper .swiper-button-prev {
  width: 32px;
  height: 32px;
}

.ba-swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../image/m1_09.png);
  background-size: 100% 100%;
  right: 0;
}

.ba-swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../image/m1_06.png);
  background-size: 100% 100%;
  left: 0;
}

.m1_box {
  width: 100%;
  height: 489px;
  background: url(../image/ms_03.png) center;
  margin-bottom: 110px;
}

.m1-swiper {
  width: 600px !important;
  padding-top: 60px !important;
  float: left;
}

.m1-swiper .swiper-slide {
  width: 400px !important;
  margin: 0 100px;
}

.m1-swiper h2 {
  font-size: 24px;
  color: #25343e;
  font-weight: normal;
}

.m1-swiper h5 {
  font-size: 14px;
  color: #25343e;
  font-weight: normal;
  margin-bottom: 30px;
}

.m1_rank {
  font-size: 14px;
  color: #20cbd3;
}

.m1_rank span {
  margin-right: 20px;
}

.m1_msg {
  margin-top: 30px;
  font-size: 16px;
  color: #515558;
  line-height: 30px;
}

.m1_msg span {
  margin-right: 45px;
}

.m1_box .contains {
  height: 489px;
}

.m1_zx {
  position: absolute;
  width: 270px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #428dfc;
  right: 60px;
  bottom: 40px;
}

.m1-swiper .swiper-button-next,
.m1-swiper .swiper-button-prev {
  width: 14px;
  height: 24px;
}

.m1-swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../image/jt_05.png);
  background-size: 100% 100%;
  right: 0;
}

.m1-swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../image/jt_03.png);
  background-size: 100% 100%;
  left: 0;
}

.m5_box {
  width: 100%;
  height: 522px;
  background: url(../image/ms_07.png) center;
}

.m5_box .contains {
  height: 522px;
  box-sizing: border-box;
  padding-top: 240px;
}

.m5_zx {
  width: 260px;
  padding-left: 560px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
  line-height: 40px;
}

.m5_zx img {
  vertical-align: middle;
}

.ad {
  width: 100%;
  height: 180px;
  background: url(../image/ms_09.png) center;
  margin-top: 110px;
}

.ad h2 {
  font-size: 24px;
  color: #434c7a;
  font-weight: normal;
  padding-top: 105px;
}

.ad img {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 36px;
  right: 288px;
}

.ad_zx {
  width: 230px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 65px;
  line-height: 30px;
  right: 0;
  font-weight: bold;
}