.bl {
  display: block !important;
}

.cl {
  clear: both;
}

.contains {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.banner {
  width: 100%;
  height: 714px;
  background: url(../image/bl_01-min.png) center;

}
.banner img{
  vertical-align: middle;
}
h1{
  font-size: 44px;
  color: #fff;
  text-align: left;
  margin: 0;
  padding-top: 120px;
  padding-left: 80px;
}
h1 span{
  color: #33cccc;
}
.ba_zx1{
  float: left;
  width: 340px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  color: #413f39;
  background: #fbc942;
  margin-left: 80px;
  margin-top: 140px;
}
.ba_zx2{
  display: block;
  float: left;
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  color: #282f57;
  background: #fff;
  margin-left: 35px;
  margin-top: 140px;
}
.banner h5{
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #394141;
  font-weight: normal;
  margin-top: 285px;
}
.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;
}
.m1_list{
  margin-top: 50px;
}
.m1_list>li{
  width: 100%;
  margin-bottom: 70px;
  height: 304px;
}
.m1_ct{
  width: 320px;
  height: 304px;
  float: left;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  box-sizing: border-box;
  padding: 35px;
}
.m1_list>li:nth-of-type(1) .m1_ct{
  border-bottom-right-radius: 40px;
}
.m1_list>li:nth-of-type(2) .m1_ct{
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.m1_list>li:nth-of-type(3) .m1_ct{
  border-top-right-radius: 40px;
}
.m1_ct img{
  display: block;
}
.m1_ct h3{
  font-size: 20px;
  color: #2c3e50;
  margin-top: 10px;
}
.m1_ct p{
  font-size: 16px;
  color: #2c3e50;
  line-height: 28px;
  margin-top: 30px;
}
.m1_box{
  width: 880px;
  height: 304px;
  float: left;
}
.m1_list2 li{
  width: 293px;
  height: 40px;
  float: left;
  border-bottom: 4px solid #f7f7f7;
  text-align: center;
  font-size: 16px;
  color: #2c3e50;
  line-height: 40px;
  cursor: pointer;
}
.m1_list2 .m1_act{
  font-size: 18px;
  font-weight: bold;
  border-color: #2980b9;
}
.m1_cont{
  width: 880px;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 40px;
  padding-top: 35px;
  display: none;
}
.m1_cont h3{
  font-size: 16px;
  color: #2c3e50;
}
.m1_cont h3 span{
  float: right;
  margin-left: 40px;
  font-weight: normal;
}
.m1_cont h3 span b{
  color: #33cccc;
}
.m1_cont p{
  font-size: 14px;
  color: #6a6e73;
  line-height: 24px;
  margin-top: 20px;
}
.m1_cont p span{
  color: #2c3e50;
}
.m1_zx1{
  float: left;
  width: 270px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background: #33cccc;
  margin-left: 50px;
  margin-top: 20px;
}
.m1_zx2{
  display: block;
  box-sizing: border-box;
  float: left;
  width: 180px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  font-size: 14px;
  color: #33cccc;
  border: 1px solid #33cccc;
  font-weight: bold;
  background: #fff;
  margin-left: 40px;
  margin-top: 20px;
}
.main2{
  width: 100%;
  height: 550px;
  background: url(../image/bl_13-min.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: #33cccc;
  position: relative;
}
.m3_act::after{
  position: absolute;
  content: '';
  width: 5px;
  height: 60px;
  background: #2980b9;
  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: #f7f7f7;
  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;
}
.ft_list{
  margin-top: 50px;
}
.ft_list li{
  width: 25%;
  float: left;
  text-align: center;
}
.ft_list li img{
  display: block;
  margin: 0 auto;
}
.ft_list li h3{
  font-weight: normal;
  font-size: 48px;
  color: #2980b9;
  margin-top: 20px;
}
.ft_list li p{
  font-size: 18px;
  color: #2c3e50;
  margin-top: 15px;
}
.footer{
  padding-bottom: 100px;
}