.banner-box {
  background: url('../png/kyiyuh.png') center center no-repeat;;
}
.banner-lf{
  background: url('../png/jmevxv.png') left top;
  background-size: auto 100%;
}
.banner-rt{
  background: url('../png/zeduyj.png') right top;
  background-size: auto 100%;
}
.banner-content {
  
  padding-bottom: 37px;
}
.banner-sjgl .banner-title {
  display: flex;
  align-items: center;
  margin: 29px 0 20px 0;
}
.banner-sjgl .banner-title img {
  width: 27px;
  margin-right: 16px;

  width: 30px;
}
.banner-sjgl ul {
  border-bottom: 1px solid #e8f0f7;
  overflow: hidden;

  border-bottom:none;
}
.banner-sjgl ul li {
  width: 362px;
	height: 60px;
	border-radius: 2px;
	border: solid 1px #aacdf1;
  margin: 0 56px 22px 0;
    padding-top: 0;

  background-color: #f4faff;
  width: 380px;
  height: 80px;
  border-radius: 8px;
  border: none;
  margin-right: 25px;
  padding: 0 44px;
}
.banner-sjgl ul li:nth-child(3n) {
  margin-right: 0;
}
.banner-sjgl ul li a {
  display: inline-block;
  font-size: 18px;
  width: 362px;
	height: 60px;
  line-height: 60px;
	color: #333333;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;

  width: 100%;
  height: 100%;
  line-height: 80px;
  padding: 0;
  font-size: 22px;
  letter-spacing: 2px;
}
.banner-sjgl ul li:hover {
  background-color: #1882ff;
  box-shadow: 0px 2px 10px 0px rgba(115, 165, 223, 0.81);
	border-radius: 8px;
}
.banner-sjgl ul li:hover a {
  color: #fff;
}
.banner-item {
  margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
  .banner-sjgl .banner-title{
    margin:0 0.25rem;
    padding: 0;
  }
  .banner-sjgl{
    padding: 0 0.25rem;
  }
  .banner-sjgl ul li{
    float: none;
    width: 100%;
    height: 1rem;
    margin: 0;
    margin-bottom: 0.3rem;
  }
  .banner-sjgl ul li a{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
    padding: 0 0.1rem;
  }
}