.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
  line-height: 0;
}
.banner .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 7.5%;
  transform: translateY(-50%);
}
.banner .txt p {
  color: #fff;
}
.banner .txt span {
  color: #b1c6df;
  display: inline-block;
  width: 27%;
  margin-top: 20px;
  line-height: 1.8;
}
.report {
  width: 100%;
  overflow: hidden;
}
.report .report_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.report .report_cont .report_l {
  width: 40%;
}
.report .report_cont .report_l .tit {
  color: #131415;
}
.report .report_cont .report_l .entrance a {
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.report .report_cont .report_l .entrance a img {
  transition: all 0.3s;
}
.report .report_cont .report_l .entrance a p {
  color: #004097;
  margin-left: 20px;
  transition: all 0.3s;
}
.report .report_cont .report_l .entrance a:hover img {
  transform: translateX(3px);
}
.report .report_cont .report_l .entrance a:hover p {
  transform: translateX(-3px);
}
.report .report_cont .report_r {
  width: 53%;
}
.report .report_cont .report_r .tit {
  color: #131415;
}
.report .report_cont .report_r ul li {
  margin-bottom: 15px;
  color: #666;
}
.report .report_cont .report_r .or {
  margin-top: 10px;
  border: 1px dashed #000;
  display: inline-block;
}
.report .report_cont .report_r .or img {
  width: 150px;
  height: 150px;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}
.popup.on .notice {
  transform: translate(-50%, -50%);
}
.popup .notice {
  position: absolute;
  top: 60%;
  left: 50%;
  transition: all 0.5s;
  transform: translate(-50%, 0%);
  width: 50%;
  background-color: #fff;
  border-radius: 2px;
  padding: 50px 40px 80px;
}
.popup .notice .close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  font-size: 28px;
  line-height: 1;
  color: #ccc;
  cursor: pointer;
  transition: all 0.3s;
}
.popup .notice .close:hover {
  transform: scale(1.5);
}
.popup .notice .title {
  color: #004097;
  font-size: 20px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 15px;
}
.popup .notice p {
  text-indent: 2em;
  width: 100%;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  display: block;
  margin-bottom: 30px;
}
.popup .notice span {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 0 2em;
  margin-bottom: 8px;
}
@media screen and (max-width: 1366px) {
  .popup .notice {
    width: 63%;
  }
}
@media screen and (max-width: 998px) {
  .banner img {
    width: 180%;
    margin-left: -40%;
  }
  .banner .txt {
    top: 52%;
  }
  .banner .txt span {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
  .report {
    padding-bottom: 40px;
  }
  .report .report_cont .report_l {
    width: 100%;
  }
  .report .report_cont .report_r {
    width: 100%;
  }
  .report .report_cont .report_l .entrance a {
    height: 45px;
  }
  .report .report_cont .report_r {
    margin-top: 20px;
  }
  .popup .notice {
    width: 90%;
    padding: 30px 15px 30px;
  }
  .popup .notice .title {
    padding-bottom: 15px;
  }
  .popup .notice .txt {
    height: 300px;
  }
  .popup .notice .txt .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #004097;
  }
}
@media screen and (max-width: 500px) {
  .banner img {
    width: auto;
    height: 250px;
    transform: translateX(-33%);
  }
  .banner .txt span {
    width: 100%;
  }
  .popup .notice {
    width: 100%;
  }
  .popup .notice .txt {
    height: auto;
  }
}
<!--ºÄÊ±1756508358.2038Ãë-->