.cpxq-pad{
  padding: 15px 0;
}
.gsyj-con{
  width: 100%;
}
.gsyj-con h5{
  padding: 0 15px;
  border-left: 4px solid #1795ff;
  color: #000000;
  font-size: 30px;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}
.gssl-con h5{
  padding: 0 15px;
  border-left: 4px solid #1795ff;
  color: #000000;
  font-size: 30px;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}
.gsyj-con span{
  font-size: 18px;
  color: #6a6a6a;
  text-indent: 30pt;
  line-height: 45px;
  width: 100%;
  display: block;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}
.gsyj-con img{
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
}
.gssl-con{
  margin-top: 50px;
}
.gssl-con p{
  text-align: center;
  font-size: 26px;
  color: #3c3c3c;
}
.gssl-con ul{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-flow: wrap;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.gssl-con ul li{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  width: 33.3%;
  padding: 30px 0;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
.gssl-con ul li img{
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
}
.gssl-con ul li p{
  color: #1795ff;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 1024px){
  .gsyj-con span{
    line-height: 35px;
  }
.gsyj-con{
  padding: 0 15px;
}
.gsyj-con img{
  width: 100%;
}
.gsyj-con h5{
  font-size: 18px;
}
.gsyj-con span{
  font-size: 14px;
}
.gssl-con ul li{padding: 15px 0;}
.gssl-con h5{
  font-size: 18px;
}
.gssl-con p{
  font-size: 16px;
}
}