.banner {
  background: url("../../imgs/ywzx/banner.png") no-repeat;
  background-size: 100% 100%;
  margin-top:50px;
  height:12rem;
  position: relative;
}
.bgNum{
  background: linear-gradient( 180deg, #EFF1F8 0%, #FFFFFF 100%);
}
.numlist{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  margin:0 20px;
  border-radius: 20px;;
}
.numlist li{
  position: relative;
  padding:16px;
  width:50%;
  min-height:100px;
  border-bottom: solid 1px #ccc;
  border-right:solid 1px #ccc;
  background:url("../../imgs/ywzx/shape.png") no-repeat 20px 20px;
}
.numlist li p{
  padding-left:20px;
}
.numlist li:nth-child(2N){
  border-right: none;
}
.qb{
  border-bottom:none!important  ;
}
.numlist img{
  width:100px;
  position: absolute;
  right:0;
  top:0px;
}
.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 15px;
  height: 1100px;
  background: url("../../imgs/xzData/bg1.png") no-repeat center;
}
.bg-module1{
  background: linear-gradient(180deg, #EAF4FE 0%, rgba(234,244,254,0) 100%);
  background-size: 100% auto;
  height: 1000px;
}
.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{
  padding-bottom:60px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.iconList li{
  margin-bottom:20px;
}
.iconList li div{
    display: flex;
    align-items: center;
}
.iconList li img{
  display: inline-block;
  /* width:50px; */
  /* margin:10px 10px 10px 0; */
}
.bg-module1 .iconList li img{
  width:30px;
}
.iconList li h4{
  /* padding-bottom:10px; */
}
.iconList li p{
  font-size: 14px;
  color: #728091;
  line-height: 28px;
}
.titleList{
  display: flex;
  justify-content: space-around;
  padding:40px 0;
}
.titleList li{
  font-size: 14px;
  color: #fff;
  position: relative;
}
.titleList li.active{
  font-size: 14px;
  font-weight: bolder;
}
.titleList li.active::before{
  content:'';
  width:30px;
  height:3px;
  background: #fff;
  position: absolute;
  bottom:-10px;
  left:50%;
  transform: translateX(-50%);
}
.rightBox{
  background: #fff;
  padding:20px 10px;
  border-radius: 10px;
  display: none;
}
.rightBox p{
  padding:20px 0;
  line-height: 28px;
}
.list-X{
    display: flex;
    flex-wrap: wrap;
    padding-top:20px;
}
.list-X li{
    padding:10px 0;
    width:50%;
    font-size: 14px;
    color: #0A1D31;
    font-weight: bold;
}
.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: linear-gradient( 180deg, #DEE9FF 0%, #FFFFFF 100%);  
}
.blue-module{
  background: url("../../imgs/xzData/bg3.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;
}
.swiper-slide{
  position: relative;
}
.swiper-slide dl dt img{
  width: 200px;
  margin:0 100px;
  /* float: right; */
}
.swiper-slide dl dd span{
  display:block;
}
.swiper-slide dl dd span:first-child{
  font-size: 22px;
  padding-top: 20px;
  font-weight: bolder;
}
.swiper-slide dl dd span:last-child{
  font-size:16px;
  padding-top: 20px;
  line-height: 30px;
  color: #757f92;
}
.swiper-container-horizontal>.swiper-pagination{
  bottom: -4px !important;
}