.top_img {
  width: 100%;
}
*{
  margin: 0;
}
.jy_1200 {
  width: 1200px;
  margin: 0 auto;
}

.slh_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.slh_ul li {
  cursor: pointer;
  text-align: center;
  margin-bottom: 50px;
}
.slh_ul li p{
  font-size: 24px;
}
.slh_ul li img {
  margin-bottom: 20px;
}

.bgfff {
  background-color: #fff;
}
.bgf3{
  background-color:  #F3F5F7
}

.slh_bgout {
  padding-top: 54px;
}
.slh_title{
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
.slh_title h2{
  font-size: 38px;
  color: #292836;
  margin: 0 18px;
}
.slh_ul li:hover {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
  -webkit-transform: all 1s ease 0s;
}
.slh_bs_ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.slh_bs_ul li img{
  width: 100%;
  border-radius: 4px;
}
.slh_bs_ul li{
  position: relative;
  width: 32%;
}
.slh_bs_ul li .slh_bs_text{
width: 90%;
height: 117px;
line-height: 117px;
font-size: 24px;
color: #262626;
text-align: center;
position: absolute;
z-index: 10;
bottom: -36px;
left: 5%;
background: #fff;
box-shadow: 0px 5px 17px #E8E8E9;
border-radius: 4px;
overflow: hidden;
transition: all .3s;
cursor: pointer;
}
.slh_bs_ul li .slh_bs_text:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  transition: all .25s ease-in;
  position: absolute;
  z-index: -1;
  top: 100%;
  background: linear-gradient(180deg, #F3B15B 0%, #F4C07C 100%);
}
.slh_bs_ul li .slh_bs_text:hover:after{
top: 0%;
transition: all .3s ease-out;
}
.slh_bs_ul li .slh_bs_text:hover{
  color: #fff;
  transition: all .3s ease-out;
}
.more_li{
  text-align: center;
  line-height: 239px;
  font-size: 28px;
text-align: center;
color: #FFFFFF;
background: linear-gradient(180deg, #F3B15B 0%, #F4C07C 100%);
border-radius: 4px;
cursor: pointer;
}
.more_li:hover{
  opacity: .8;
}
.pb64{
  padding-bottom: 64px;
}
.slh_zt_ul{
  display: flex;
  justify-content: space-between;
}
.slh_zt_ul li{
  width: 22%;
  padding: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
border: 2px solid #FFFFFF;
box-shadow: 0px 2px 24px #F5EEE3;
border-radius: 8px;
display: flex;
flex-direction: column;
align-items: center;
cursor: pointer;
}
.slh_icon_box{
  width: 86px;
  height: 86px;
  border-radius: 50%;
  text-align: center;
  line-height: 86px;
  margin-bottom: 16px;
  background: #FFF8EE;
  transition: all .3s ease-out;
}
.slh_icon_box i{
  font-size: 40px;
  color: #F3B25D;
}
.slh_zt_ul p {
  font-size: 22px;
text-align: center;
color: #333333;
}
.slh_zt_ul li:hover .slh_icon_box {
  background: #F3B25D;
}
.slh_zt_ul li:hover .slh_icon_box i{
 color: #fff;
}
.pb106{
  padding-bottom: 106px;
}
@media (max-width: 1200px){
  .jy_1200 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
}
@media (max-width: 750px){
  
  .slh_bs_ul,.slh_zt_ul {
    display: block;
    margin-bottom: 0;
  }
  .slh_bs_ul li,.slh_zt_ul li{
    width: 100%;
    margin-bottom: 60px;
  }
  .pb64{
    padding-bottom: 1px;
  }
  .pb106{
    padding-bottom: 10px;
  }
}