/* 个人服务、法人服务 */
.bszt-t{
  background-color: rgba(245, 248, 252, 0.6);
}
.bszt-item {
  width: 164px;
  height: 48px;
  font-size: 18px;
  border-radius: 24px;
  background: #ecf1f7;
  background-size: 100% 100%;
  line-height: 24px;
  padding: 12px 10px 0 10px;
  text-align: center;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
  color: #333333;
}
.bs-icon-nav{
  display: none;
}
.bszt-item.cur, .bszt-item:hover{
  background: #2789ee;
  color: #fff;
  box-shadow: none;
}
.bszt-tip{
  padding-bottom: 10px;
  border-bottom: 1px solid #edf1f5;
}
.bszt-list-item{
  padding-left: 0;
}
.bszt-tit{
  font-size: 18px;
}
.bszt-tit::before{
  content: "";
  float: left;
  width: 4px;
	height: 4px;
	background-color: #c0cdda;
  border-radius: 50%;
  margin: 15px 15px 0 8px;
}
.bszt-list-item:hover .bszt-tit::before{
  background: #2789ee;
}
/* 个人服务、法人服务结束 */
/* 热门服务 */
.bs-hot{
  padding-bottom: 0;
  border-bottom: none;
}
.bs-hot-tit{
  font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
  padding-top: 45px;
  padding-bottom: 19px;
}
.bs-hot-item {
  float: left;
  width: 285px;
  height: 59px;
  line-height: 59px;
  border-radius: 8px;
  border: none;
  font-size: 18px;
  color: #333333;
  padding: 0 20px;
  position: relative;
  margin-bottom: 19px;
  /*margin-right: 21px;*/
  background-color: #f4f9ff;
}
.bs-hot-item:not(:nth-of-type(4n)){
  margin-right: 13px;
}
.bs-hot-item:before{
  display: none;
}
.bs-hot-item img{
  /* width: 20px; */
  width: 26px;
	/* height: 20px; */
	height: 26px;
  margin-right: 18px;
  margin-top: 0px;
  display: inline-block;
}
.bs-hot-item:hover {
  background-color: #eaf4ff;
  color: #0c7cff;
  font-weight: bold;
}
/* 热门服务结束 */
/* 服务清单 */
/* .banner-ct .banner-hcp h2{
  font-size: 42px;
} */
.banner-sjgl .banner-title img{
  width: 40px;
  margin-top: 2px;
}
.banner-sjgl ul li{
  background-color: #f4faff;
  width: 380px;
	height: 80px;
	border-radius: 8px;
  border: none;
  margin-right: 25px;
  padding: 0 44px;
}
.banner-sjgl ul li a{
  width: 100%;
  height: 100%;
  line-height: 80px;
  padding: 0;
  font-size: 22px;
}
.banner-sjgl ul li:hover{
  background-color: #1882ff;
	box-shadow: 0px 2px 10px 0px rgba(115, 165, 223, 0.81);
}
.banner-sjgl ul li:hover a{
  font-weight: bold;
  color: #fff;
}
.banner-sjgl ul{
  border-bottom: none;
}
/* 服务清单结束 */
@media screen and (max-width: 768px) {
  /* 热门服务 */
  .bs-hot-tit {
    font-size: 0.5rem;
    padding: 0.3rem 0;
    padding-top: 0.6rem;
  }
  .bs-hot-item:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .bs-hot-item {
    width: 3.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.04rem;
    font-size: 0.3rem;
    padding: 0 0.2rem 0 0.2rem;
    margin-bottom: 0.3rem;
    margin-right: 0;
  }
  .bs-hot-item img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
  }
  .bszt-item{
    width: 48%;
    height: 0.6rem;
    font-size: 0.3rem;
    line-height: 0.3rem;
    padding: 0.15rem 0.2rem 0 0.2rem;
    margin: 0;
    margin-bottom: 0.3rem;
  }
  .bszt-t .bszt-item:nth-child(2n){
    float: right;
  }
  /* 热门服务结束 */
  /* 个人服务 */
  .bszt-tit::before {
    width: 0.08rem;
    height: 0.08rem;
    margin: 0.26rem 0.2rem 0 0.1rem;
  }
  /* 个人服务结束 */
  /* 服务清单 */
  .banner-sjgl .banner-title img{
    width: 0.5rem;
    margin-right: 0.2rem;
  }
  .banner-sjgl .banner-title{
    margin-bottom: 0.2rem;
  }
  .banner-sjgl ul li {
    float: none;
    width: 100%;
    height: 1rem;
    margin: 0;
    margin-bottom: 0.3rem;
    padding: 0 0.3rem;
  }
  .banner-sjgl ul li a {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
    padding: 0 0.1rem;
  }
  .banner-item{
    margin-bottom: 0.1rem;
  }
  /* 服务清单结束 */
}
