@charset "UTF-8";
.banner {
  position: relative;
}
.banner .swiper-wrap {
  height: 165px;
}
.banner .swiper-wrap .swiper {
  width: 100%;
  height: 100%;
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
}
.banner .swiper-wrap .swiper .swiper-button-next,
.banner .swiper-wrap .swiper .swiper-button-prev {
  width: 27px;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.44);
  transform: translateY(-18px);
}
.banner .swiper-wrap .swiper .swiper-button-prev {
  left: 0;
  border-radius: 0px 3px 3px 0px;
}
.banner .swiper-wrap .swiper .swiper-button-next {
  right: 0;
  border-radius: 3px 0px 0px 3px;
}
.banner .swiper-wrap .swiper img {
  width: 100%;
  height: 100%;
}

.wrap1 {
  margin-top: 50px;
  background: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(142, 142, 142, 0.25);
  padding: 20px;
}
.wrap1 .top .title {
  font-size: 22px;
  font-weight: bold;
  color: #015293;
}
.wrap1 .top .title::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 4px;
  height: 20px;
  background-color: #015293;
}
.wrap1 .top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 30px;
  background: #015293;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.wrap1 .top a .iconfont {
  margin-left: 5px;
}
.wrap1 .top a:hover {
  color: #fff !important;
}
.wrap1 .slideTxtBox {
  margin-top: 20px;
}
.wrap1 .slideTxtBox .hd {
  display: none;
}
.wrap1 .slideTxtBox .hd ul li {
  width: 50%;
  height: 108px;
  border: 1px solid #c7c7c7;
  position: relative;
}
.wrap1 .slideTxtBox .hd ul li .icon {
  width: 66px;
  height: 66px;
  background: #015293;
  border-radius: 50%;
  margin: 0 30px 0 60px;
}
.wrap1 .slideTxtBox .hd ul li .icon .iconfont {
  color: #fff;
  font-size: 38px;
}
.wrap1 .slideTxtBox .hd ul li .info .t {
  font-size: 20px;
  color: #727272;
}
.wrap1 .slideTxtBox .hd ul li .info a {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #848484;
  margin-right: 15px;
}
.wrap1 .slideTxtBox .hd ul li .info a:hover {
  color: #fff !important;
}
.wrap1 .slideTxtBox .hd ul li.on {
  background-color: #015293;
  border-color: #015293;
}
.wrap1 .slideTxtBox .hd ul li.on::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #015293;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.wrap1 .slideTxtBox .hd ul li.on .icon {
  background: #fff;
}
.wrap1 .slideTxtBox .hd ul li.on .icon .iconfont {
  color: #015293;
}
.wrap1 .slideTxtBox .hd ul li.on .info .t {
  color: #fff;
}
.wrap1 .slideTxtBox .hd ul li.on .info a {
  color: #fff;
}
.wrap1 .slideTxtBox .hd ul li:nth-child(1) {
  border-right: none;
}
.wrap1 .slideTxtBox .hd ul li:nth-child(2) {
  border-left: none;
}
.wrap1 .slideTxtBox .bd {
  margin-top: 30px;
}
.wrap1 .slideTxtBox .bd ul li .tbe {
  width: 856px;
}
.wrap1 .slideTxtBox .bd ul li .tbe table {
  width: 100%;
}
.wrap1 .slideTxtBox .bd ul li .tbe table th {
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.wrap1 .slideTxtBox .bd ul li .tbe table tbody tr:nth-child(even) {
  background-color: #f3f8ff;
}
.wrap1 .slideTxtBox .bd ul li .tbe table tbody tr td {
  font-size: 14px;
  text-align: center;
  padding: 15px 10px;
}
.wrap1 .slideTxtBox .bd ul li .tbe table tbody tr td.undone {
  color: #fac858;
}
.wrap1 .slideTxtBox .bd ul li .tbe table tbody tr td.done {
  color: #91cc75;
}
.wrap1 .slideTxtBox .bd ul li .tbe table tbody tr td:first-child {
  text-align: left;
}
.wrap1 .slideTxtBox .bd ul li .tbe table tbody tr td .of1 {
  display: block;
  width: 470px;
}
.wrap1 .slideTxtBox .bd ul li .chart .send{
  width: 474px;
height: 108px;
background: #015293;
  margin-left: 30px;
}

.wrap1 .slideTxtBox .bd ul li .chart .send .icon {
  width: 66px;
  height: 66px;
  background: #fff;
  border-radius: 50%;
  margin: 0 30px;
}
.wrap1 .slideTxtBox .bd ul li .chart .send .icon .iconfont {
  color: #015293;
  font-size: 38px;
}
.wrap1 .slideTxtBox .bd ul li .chart .send .info .t {
  font-size: 20px;
  color: #fff;
}
.wrap1 .slideTxtBox .bd ul li .chart .send .info a {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  margin-right: 15px;
}


.wrap1 .slideTxtBox .bd ul li .chart .tit {
  margin-left: 30px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #015293;
}
.wrap1 .slideTxtBox .bd ul li .chart .tit::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 4px;
  height: 20px;
  background-color: #015293;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap {
  margin-left: 18px;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap .progress:not(:first-child) {
  margin-top: 20px;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap .progress .progress-bar {
  width: 168px;
  height: 10px;
  border-radius: 20px;
  margin: 0 23px 0 6px;
  position: relative;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap .progress .progress-bar .progress-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 20px;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap .progress span {
  color: #000000;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap .progress:nth-child(1) {
  color: #5470c6;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap .progress:nth-child(1) .progress-line {
  background-color: #5470c6;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap .progress:nth-child(2) {
  color: #91cc75;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap .progress:nth-child(2) .progress-line {
  background-color: #91cc75;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap .progress:nth-child(3) {
  color: #fac858;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap .progress:nth-child(3) .progress-line {
  background-color: #fac858;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap .progress:nth-child(1) .progress-bar {
  background-color: #adcfff;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap .progress:nth-child(2) .progress-bar {
  background-color: #c6f6af;
}
.wrap1 .slideTxtBox .bd ul li .chart .progress-wrap .progress:nth-child(3) .progress-bar {
  background-color: #ffe9c5;
}
.wrap1 .slideTxtBox .bd ul li .chart .number {
  margin-left: 30px;
  width: 469px;
  height: 105px;
  border: 1px solid #a0a0a0;
  padding: 20px;
  font-size: 14px;
  color: #a0a0a0;
}
.wrap1 .slideTxtBox .bd ul li .chart .number .num {
  font-size: 28px;
  font-weight: bold;
  color: #015293;
  margin-bottom: 10px;
}

.wrap2 {
  margin-top: 50px;
}
.wrap2 .btn {
  font-size: 24px;
  color: #015293;
  width: 424px;
  height: 74px;
  border: 1px solid #015293;
  align-items: center;
  padding: 0 30px;
}
.wrap2 .btn:hover {
  background-color: #015293;
  color: #fff !important;
}
.wrap2 .btn:hover .iconfont {
  border-color: #fff;
}
.wrap2 .btn .iconfont {
  margin-right: 13px;
  padding: 6px;
  border: 1px solid #015293;
  border-radius: 50%;
  font-size: 28px;
  transition: 3s;
}

.wrap3 {
  margin-top: 50px;
  padding: 20px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}
.wrap3 .tit p {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  color: #015293;
}
.wrap3 .tit p::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 4px;
  height: 20px;
  background-color: #015293;
}
.wrap3 .tit a {
  width: 106px;
  height: 30px;
  background: #015293;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.wrap3 .tit a .iconfont {
  margin-left: 5px;
}
.wrap3 .tit a:hover {
  color: #fff !important;
}
.wrap3 .interviewList ul {
  display: flex;
}
.wrap3 .interviewList ul li {
  font-size: 0;
  margin-top: 16px;
  flex: 1;
}
.wrap3 .interviewList ul li img {
  width: 292px;
  height: 179px;
}
.wrap3 .interviewList ul li .info {
  font-size: 16px;
  margin-left: 20px;
}
.wrap3 .interviewList ul li .info .of1 {
  width: 267px;
  font-weight: bold;
}
.wrap3 .interviewList ul li .info a:not(:first-child) {
  margin-top: 17px;
}
.wrap3 .interviewList ul li .info a div:not(.of1) {
  color: #666666;
}
.wrap3 .interviewList ul li .info a span {
  display: inline-block;
  width: 58px;
  height: 24px;
  background: url(../images/bg1.png) no-repeat;
  background-size: 100%;
  padding-left: 10px;
  line-height: 24px;
  margin-right: 8px;
  color: #2a5fbf;
}

.ad {
  margin-top: 50px;
}
.ad .swiper-wrap1 {
  width: 785px;
  height: 93px;
}
.ad .swiper-wrap2 {
  width: 575px;
  height: 93px;
}
.ad .swiper {
  width: 100%;
  height: 100%;
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
  --swiper-navigation-color: #fff; /* 单独设置按钮颜色 */
}
.ad .swiper .swiper-button-next,
.ad .swiper .swiper-button-prev {
  width: 27px;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.44);
  transform: translateY(-14px);
}
.ad .swiper .swiper-button-prev {
  left: 0;
  border-radius: 0px 3px 3px 0px;
}
.ad .swiper .swiper-button-next {
  right: 0;
  border-radius: 3px 0px 0px 3px;
}
.ad .swiper img {
  width: 100%;
  height: 100%;
}

.wrap4 {
  margin-top: 50px;
}
.wrap4 .item {
  width: 49%;
  height: 408px;
  border: 1px solid #eeeeee;
  padding: 20px 20px 10px;
}
.wrap4 .item:first-child {
  background: linear-gradient(180deg, #ecf6ff 0%, rgba(255, 255, 255, 0) 24%);
}
.wrap4 .item:last-child {
  background: linear-gradient(180deg, #ededff 0%, rgba(255, 255, 255, 0) 24%);
}
.wrap4 .item .title p {
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
.wrap4 .item .title p::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 4px;
  height: 20px;
}
.wrap4 .item .title a {
  width: 106px;
  height: 30px;
  background: #015293;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.wrap4 .item .title a .iconfont {
  margin-left: 5px;
}
.wrap4 .item .title a:hover {
  color: #fff !important;
}
.wrap4 .item ul {
  margin-top: 10px;
}
.wrap4 .item ul li {
  padding: 10px 0;
  height: 112px;
  display: flex;
  flex-direction: column;
}
.wrap4 .item ul li:not(:nth-child(3)) {
  border-bottom: 1px solid #eeeeee;
}
.wrap4 .item ul li .tit .iconfont {
  position: relative;
  font-size: 24px;
  color: #2a5fbf;
}
.wrap4 .item ul li .tit .iconfont span {
  position: absolute;
  display: block;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
  z-index: 9;
  font-size: 14px;
}
.wrap4 .item ul li .tit .of1 {
  max-width: 500px;
}
.wrap4 .item ul li .of2 {
  font-size: 12px;
  color: #a1a1a1;
  margin-top: 10px;
}
.wrap4 .item ul li .date {
  font-size: 12px;
  color: #a1a1a1;
  margin-top: auto;
}
.wrap4 .item:nth-child(1) .title p {
  color: #015293;
}
.wrap4 .item:nth-child(1) .title p::before {
  background-color: #015293;
}
.wrap4 .item:nth-child(1) .title a {
  background: #015293;
}
.wrap4 .item:nth-child(1) ul li .tit .iconfont {
  color: #015293;
}
.wrap4 .item:nth-child(2) .title p {
  color: #736cf1;
}
.wrap4 .item:nth-child(2) .title p::before {
  background-color: #736cf1;
}
.wrap4 .item:nth-child(2) .title a {
  background: #736cf1;
}
.wrap4 .item:nth-child(2) ul li .tit .iconfont {
  color: #736cf1;
}

.wrap5 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.wrap5 .item {
  width: 49%;
  background: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(183, 183, 183, 0.25);
  padding: 20px;
}
.wrap5 .item .top .tit {
  color: #015293;
  font-size: 22px;
  font-weight: bold;
}
.wrap5 .item .top .tit::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 4px;
  height: 20px;
  background-color: #015293;
}
.wrap5 .item .top .more {
  font-size: 14px;
  color: #999999;
}
.wrap5 .item ul li {
  margin-top: 20px;
  font-size: 18px;
}
.wrap5 .item ul li .of1 {
  display: block;
  max-width: 500px;
}
.wrap5 .item ul li .of1:hover span {
  background: #015293;
  transition: 0.5s;
}
.wrap5 .item ul li .of1 span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #b3b3b3;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
.wrap5 .item ul li .date {
  color: #666666;
}

@media (max-width: 1420px) {
  .wrap1 .slideTxtBox .bd ul li .tbe {
    width: 656px;
  }
  .wrap1 .slideTxtBox .bd ul li .tbe table tbody tr td .of1 {
    width: 328px;
  }
  .wrap2 .btn {
    width: 370px;
  }
  .wrap3 .interviewList ul li .info {
    margin-left: 10px;
  }
  .wrap3 .interviewList ul li .info .of1 {
    width: 210px;
  }
  .wrap4 .item ul li .tit .of1 {
    max-width: 470px;
  }
  .wrap5 .item ul li .of1 {
    max-width: 430px;
  }
  .ad .swiper-wrap1 {
    width: 710px;
  }
  .ad .swiper-wrap2 {
    width: 470px;
  }
}