.ylibanner{
  background-image: url(img/banbg.png);
}
.ylibanner .banText1{
  padding-top: .9rem;
}
.ylibanner .banp1{
  font-size: .46rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: .25rem;
}
.ylibanner .banp2{
  width: 8rem;
  font-size: .26rem;
  font-weight: 400;
  color: #fff;
  line-height: .32rem;
}
.ylibanner .banText2{
  padding-top: .32rem;
}
.banIconList{
  font-size: 0;
  text-align: right;
  margin-top: .3rem;
}
.banIconList li{
  display: inline-block;
  width: 0.78rem;
  height: 0.78rem;
  margin-right: .4rem;
}
.banIconList li:last-of-type{
  margin-right: 0;
}
.banIconList .banIcon{
  width: 100%;
  height: 100%;
}
/* business */
.business {
  padding: 0.8rem 0;
}
.business .ylititle1{
  margin-bottom: 0.4rem; 
}
.businessul{
  width: 100%;
  padding: 0 .5rem;
}
.businessul li{
  width: 11rem;
  height: 3.44rem;
  margin-bottom: .42rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border: 1px solid #0088A6;
  border-radius: .1rem;
}
.businessul li:last-child{
  margin-bottom: 0;
}
.businessul li:hover{
  border: 1px solid #7CCB2C;
  box-shadow: 0px 4px 10px 2px rgba(124, 203, 44, 0.2);
}
.businessul li a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  padding: .32rem;
}
.businessul li .itemImg{
  display: inline-block;
  width: 3.4rem;
  height: 2.8rem;
}
.businessul li .itemContent{
  display: inline-block;
  margin-left: .32rem;
  vertical-align: top;
  padding-top: .65rem;
}
.businessul li .itemTitle{
  font-size: .26rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  margin-bottom: .3rem;
}
.businessul li .itemText{
  width: 5.48rem;
  font-size: .18rem;
  font-weight: 400;
  color: #666;
  line-height: .24rem;
  word-break: break-word;
}
.businessul li .arrowImg{
  display: inline-block;
  width: 0.5rem;
  height: 0.46rem;
  vertical-align: top;
  margin-left: .4rem;
  margin-top: 1.15rem;
}

