﻿/* 隐藏横滚动条 */
/* html {
  overflow-x: hidden;
} */

.zwcenter {
  width: 100%;
  margin: 0 auto;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  width: 100%;
  height: 150px;
  background: url(../img/banner1.png) center center;
  background-repeat: no-repeat;
}

.sdqbanner {
  width: 100%;
  height: 150px;
  background: url(../img/bannner_sd.png) center center;
  background-repeat: no-repeat;

}

.slhbanner {
  width: 100%;
  height: 150px;
  background: url(../img/banner2.png) center center;
  background-repeat: no-repeat;

}

.yjsbanner {
  width: 100%;
  height: 150px;
  background: url(../img/yijianshibannner.png) center center;
  background-repeat: no-repeat;

}

.zwcenter .content {
  margin-top: 34px;
}

.zwcenter .content .title {
  display: flex;
  align-items: center
}

.zwcenter .content .title .Rtitle {
  width: 150px;
  height: 40px;
  background: rgba(101, 141, 255, 0.23);
  /* position: relative;
  top: 1px;
  left: 781px; */
  margin-left: 781px;
  display: flex;
  align-items: center
}

.zwcenter .content .title .Rtitle img {
  height: 18px;
  width: 18px;
  margin-left: 13.59px;
  margin-top: 2.24px;
}

.zwcenter .content .title .Rtitle p {
  width: 101px;
  height: 29px;
  line-height: 29px;
  font-family: SourceHanSansSC-Medium;
  font-size: 20px;
  color: #5D7CD1;
  letter-spacing: 0;
  font-weight: 500;
}



.zwcenter .content .line {
  margin: 16px 0 16px 0;
  height: 1px;
  background: #ECECEC;
}

.zwcenter .content .title p {
  margin-left: 12px;
  /* width: 150px; */
  width: 210px;
  height: 42px;
  line-height: 42px;
  font-family: PingFangSC-Semibold;
  font-size: 30px;
  color: #4366A8;
  letter-spacing: 0;
  font-weight: 600;
}

.blue {
  background: #EEFDFF;
}

.pink {
  background: #FFF6EB;
}

.purper {
  background: #E9F1FF;
}

.sdqblue {
  background: #E7F1FF;
}

.sdqgreen {
  background: #EBFEFF;
}




.zwcenter .content .con ul {
  overflow: hidden;
}


.zwcenter .content .con ul li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 285px;
  height: 210px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.zwcenter .content .con ul .jhjn {
  align-content: center !important;
}

.zwcenter .content .con ul .jhjn p {
  margin-top: 9px !important;
}


.zwcenter .content .con ul li:nth-child(4n) {
  margin-right: 0;
}

.zwcenter .content .con ul li img {
  margin-top: 9px;
}

.zwcenter .content .con ul li p {
  margin-top: -10px;
  width: 230px;
  height: 45px;
  /* line-height: 27px; */
  line-height: 34px;
  text-align: center;
  font-family: SourceHanSansSC-Medium;
  /* font-size: 25px; */
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
}