.banner {
  background: url("../../imgs/sybl/banner.png") no-repeat;
  background-size: 100% 100%;
  margin-top:50px;
  height:12rem;
  position: relative;
}
.bannerText{
  position: absolute;
  bottom:60px;
  padding:20px;
}
.bannerText p span{
  display: inline-block;
}
.bannerText .text{
  font-size:12px;
  line-height: 28px;
  color: #575D6C;
  padding-top:20px;
}
.title{
  color: #000;
  font-size:24px;
  font-weight: bolder;
}
.twoTitle{
  color: #000;
  font-size:14px;
  padding-top:10px;
}
.bg-module{
  padding:60px 30px;
  height: 900px;
  background: url("../../imgs/defx/bg1.png") no-repeat center;
}
.bg-module1{
  background: linear-gradient(180deg, #EAF4FE 0%, rgba(234,244,254,0) 100%);
  background-size: 100% auto;
  height: 750px;
}
.lh28{
    line-height: 28px;
    /* color: #575D6C; */
    font-size: 12px;
}
.ct{
    text-align: center;
    position: relative;
    top:350px;
    left:50%;
    transform: translate(-50%);
    color: #575D6C;
    font-size: 12px;
    padding-bottom:10px;
}
.oneLevel{
  text-align: center;
  font-size:22px;
  padding:40px 0 0;
  font-weight: bolder;
}
.twoLevel{
  text-align: center;
  padding:20px 0;
  font-size: 14px;
}
.bgWhite{
  background: #fff;
  /* padding:20px; */
  margin-top:20px;
}
.iconList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom:60px;
}
.iconList li{
  width:49%;
  margin-bottom:20px;
}
.iconList li img{
  display: inline-block;
}
.bg-module1 .iconList li img{
  width:30px;
}
.iconList li h4{
  padding:10px 0;
}
.iconList li p{
  font-size: 14px;
  color: #728091;
  line-height: 28px;
}
.list-X{
    color: #fff;
}
.list-X li{
    padding:10px 0;
}
.list-X li h4{
  font-size: 14px;
  padding-top: 30px;
}
.list-X li p{                                             
  font-size: 14px;
  line-height: 32px;
}
.whiteText{
  color: #fff;
}
.lh30{
  padding-top:30px;
  line-height: 30px;
}
.img{
  width:100%;
  height:100%;
  display: block;
  margin-top:60px;
}
.boxIT{
  /* display: flex;
  align-items: center; */
}
.iconList li img{
  display: inline-block;
}
.boxIT span{
  padding-bottom:10px;
  font-size: 12px;
  font-weight: bolder;
  display: block;
}
/* background:#F4F9FF; */
.white-module{
  background:#fff;   
}
.blue-module{
  background: url("../../imgs/xzb/bg2.png") no-repeat center;
}
.blue-module .iconList li img{
    width: 30px;
}
.blue-module .iconList li p{
    color: #fff;
    padding-top:10px;
}
.imgWidth .iconList li img{
  width: 150px;
}
.imgWidth .iconList{
  padding-bottom: 10px;
}
.imgWidth .iconList li{
  display: flex;
  align-items: center;
}
.imgBlock{
  width:100%;
}
.pj{
  font-weight: 400;
  color: #575D6C;
  padding:20px;
  line-height: 30px;
}
.imgWidth{
  background: linear-gradient(180deg, #EAF4FE 0%, rgba(234,244,254,0) 100%);
}
.p20{
  background: #fff;
  padding:50px 20px;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  margin-bottom: 40px;
}
.box-swiper{
  box-shadow: 0 2px 4px rgba(0,0,0,0.26);
  padding:40px 20px;
  border-radius: 5px;
  margin-top:20px;
}
.box-swiper .swiper{
}
.swiper h4,.swiper h6{
  padding-bottom:6px;
}
.swiper h6{
  font-weight: 400;
}
.swiper p{
  color:#575D6C;
  padding-top: 15px;
}