.sp1{color: #06b2a7 !important;}
.sp3{display: block !important;margin-bottom: 20px;}
.in_04 .wrap_c > ul li{width: 290px;}
.w_smc{background: #fff;padding-bottom: 50px;margin-top: 40px;}
.wrap_c_ul{
  justify-content: initial !important;
}
.smc_i{
  background: #eeeeee !important;
  padding-bottom: 28px;
}
.smc_i > h4{
  font-weight: normal;
  color: #009999;
  padding: 0 20px;
}
.smc_p{
  word-wrap: break-word;
  padding: 0 20px;
}
.w_how{
  background-image: linear-gradient(#f2a955,#ffc342);
  padding-bottom: 50px;
}
.w_how_c{
  width: 1220px;
  margin: 0 auto;
  margin-top: 30px;
}
.w_how_c > ul > li{
  width: 290px;height: 150px;
  position: relative;
  text-align: center;
}
.w_how_c > ul > li .serial{
  position: absolute;
  top: -20px;left: 0;right: 0;margin: 0 auto;
  width: 70px;
  height: 40px;
  color: #fff;
  border: 2px solid #fff;
  background-image: linear-gradient(#00cccc,#05375a);
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  box-sizing: content-box;
}
.c_text{
  padding: 0 50px;
  margin-top: 35px;
}
.w_how_c > ul > li > img{
  position: absolute;
  bottom: 10px;
  right: 0;left: 0;
  margin: 0 auto;
}
.photos{
  margin-top: 30px;
}
.photos > div{
  width: 290px;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_text{
  font-size: 16px;
  padding-left: 50px;
  height: 65px;
  line-height: 26px;
  background: #fff;
  margin-top: 10px;
  color: #666666;
  padding-top: 15px;
}
.contact{
  width: 1220px;
  height: 100px;
  margin: 0 auto;
  background-image: url(../upimg/bg.png);
  background-position: center;
  background-size: cover;
  font-size: 16px;
}
.contact_text{
  height: 100px;
  margin-left: 500px;
  display: flex; 
  align-items: center;
}
.contact_text > b{
  width: 2px;height: 60px;
  background: rgba(255,255,255,.5);
  margin-right: 80px;
}
.contact_ti > div{
  margin-right: 75px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.contact_ti :first-child{
  color: #ffcc33;
}
@media screen and (max-width:1220px) {
  .wrap_c_ul > li{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    margin-right: 30px;
  }
  .w_how_c{
    width: auto;
  }
  .w_how_c > ul{
    align-items: center;
    flex-direction: column;
  }
  .w_how_c > ul > li{
    margin-bottom: 30px;
  }
  .photos {
  }
  .p_text {
    font-size: 12px;
    padding: 40px;
    height: auto;
  }
  .contact{
    width: 100%;
    font-size: 12px;
  }
  .contact_text{
    width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: space-around; 
    align-items: center;
  }
  .contact_text > b{
    margin-right: 0;
  }
  .contact_ti > div{
    margin-right: 0;
  }
}