.clbj .top {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.clbj .top .left {
  flex: 1;
  padding: 0 10px;
}
.clbj .top .left .img {
  display: block;
  width: 100%;
}
.clbj .top .right {
  flex: 1;
  padding: 0 10px;
}
.clbj .top .right .txt {
  padding: 0 30px;
}
.clbj .top .right .txt .main {
  font-size: 30px;
  font-weight: 500;
  color: #00436d;
}
.clbj .top .right .txt .sub {
  font-size: 18px;
  font-weight: 400;
  color: #413a37;
  line-height: 30px;
  margin-top: 30px;
  white-space: pre-wrap;
}
.clbj .bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
}
.clbj .bottom .item {
  padding: 20px 40px;
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  position: relative;
  background-image: linear-gradient(45deg, #fff 0%, #fff 70%, #e7edf8 100%);
  flex: 1;
  min-height: 222px;
}
.clbj .bottom .item .main {
  font-size: 22px;
  font-weight: 500;
  color: #00436d;
  padding: 0 20px 10px;
}
.clbj .bottom .item .sub {
  font-size: 18px;
  color: #413a37;
  min-height: 118px;
  line-height: 30px;
  white-space: pre-wrap;
}
.clbj .bottom .item:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #00436d;
  outline: 2px solid #00436d;
  outline-offset: 5px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.gsln {
  display: flex;
  align-items: center;
}
.gsln .img {
  flex: 1;
  padding: 0 30px;
}
.gsln .img img {
  display: block;
  width: 100%;
}


.zcdf {
  padding: 0 30px;
}
.zcdf .top {
  font-size: 28px;
  font-weight: 500;
  color: #00436d;
}
.zcdf .bottom {
  position: relative;
  margin-top: 30px;
}
.zcdf .bottom .swiper-button-next {
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.3 !important;
  font-size: 20px;
  right: -30px;
  transition: all 0.5s;
  top: 130px;
  text-align: center;
  line-height: 30px;
}
.zcdf .bottom .swiper-button-prev {
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.3 !important;
  font-size: 20px;
  left: -30px;
  transition: all 0.5s;
  top: 130px;
  text-align: center;
  line-height: 30px;
}
.zcdf .bottom .swiper-button-next:hover,.zcdf .bottom .swiper-button-prev:hover {
  opacity: 0.6 !important;
  color: red;
}
.zcdf .bottom .swiper-button-disabled {
  display: none;
}
.zcdf .bottom .sw-prd-card {
  padding: 10px;
  background-image: linear-gradient(45deg, #fff 0%, #fff 70%, #e7edf8 100%);
}
.zcdf .bottom .sw-prd-card .txt {
  padding: 60px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  position: relative;
  font-size: 20px;
  color: #413a37;
  min-height: 118px;
  white-space: pre-wrap;
}
.zcdf .bottom .sw-prd-card .txt:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #00436d;
  outline: 2px solid #00436d;
  outline-offset: 5px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.zcdf .bottom .sw-prd-card .txt:after {
  content: "";
  display: inline-block;
  width: 100px;
  border: 4px solid #00436d;
  position: absolute;
  top: 35px;
  left: 60px;
}
.zcdf .bottom .swiper-pagination {
  bottom: -20px;
  width: 100%;
}
.zcdf .bottom .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  opacity: 1;
  border-radius: 2px;
  background-color: rgba(0,0,0,0.5);
  margin: 0 5px;
}
.zcdf .bottom .swiper-pagination-bullet-active {
  background-color: #00436d;
}

.scqj {
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.scqj .left {
  flex: 1;
}
.scqj .left .txt {
  padding-right: 30px;
}
.scqj .left .txt .main {
  font-size: 24px;
  font-weight: 500;
  color: #00436d;
  margin-top: 40px;
}
.scqj .left .txt .main:first-child {
  margin-top: 0;
}
.scqj .left .txt .sub {
  font-size: 18px;
  font-weight: 400;
  color: #413a37;
  margin-top: 30px;
}
.scqj .left .txt .time {
  margin: 20px 0 0;
}
.scqj .left .txt .time .item {
  font-size: 24px;
  font-weight: 700;
  color: #413a37;
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
}
.scqj .left .txt .time .item:first-child {
  margin-top: 0;
}
.scqj .left .txt .time .item .point {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #00436d;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 9;
}
.scqj .left .txt .time .item .point:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #00436d;
  position: absolute;
  top: 4px;
  left: 4px;
}
.scqj .left .txt .time .item:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 40px;
  border-left: 2px solid #00436d;
  position: absolute;
  top: -34px;
  left: 12px;
}
.scqj .left .txt .time .item:first-child:after {
  display: none;
}
.scqj .right {
  flex: 1;
}
.scqj .right .img {
  display: block;
  width: 100%;
}