.row-a1 {
  padding: 58px 0;
}

.row-a1 .con {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.row-a1 .con .left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 110px;

}


.row-a2 .title {
    text-align: center;
    margin: 50px;
    margin-top: 0px;
    font-size: 30px;
    width: 921px;
}

.row-a2 .con {
    padding-left: 197px;
}

.row-a3 .con {
    padding-left: 197px;
}

.row-a4 .con {
    padding-left: 197px;
}
.row-a5 .con {
    padding-left: 197px;
}

.row-a6 .con {
    padding-left: 197px;
}

.row-a7 .con {
    padding-left: 197px;
}


.row-a8 .con {
    padding-left: 197px;
}


.row-a1 .con .left .progress {
  width: 2px;
  height: 200px;
  position: relative;
  background-color: #aabff3;
}

.row-a1 .con .left .progress .num {
  position: absolute;
  width: 2px;
  height: 20px;
  top: 12.5%;
  left: 50%;
  transform: translate(-50%, -20px);
  background-color: #3957ff;
  transition: all .3s;
}

.row-a1 .con .left .tab_navs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.row-a1 .con .left .tab_navs .li {
  height: 45px;
  line-height: 45px;
}

.row-a1 .con .left .tab_navs .li.current {
  color: #4561ff;
}

.row-a1 .con .right .tab_cons .item {
  display: none;
}

.row-a1 .item .a1 {
  width: 1090px;
  height: 420px;
  display: flex;
  flex-direction: column;
}

.row-a1 .item .a1 .title {
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}

    .row-a1 .item .a1 .list {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-left: 88px;
        align-items: center;
        flex-wrap: wrap;
    }


    .row-a2 .item .a2 .title {
        font-size: 30px;
        margin-bottom: 50px;
        text-align: center;
    }













.row-a1 .item .a1 .list .li {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  width: 315px;
  height: 159px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  position: relative;
}

.row-a1 .item .a1 .list .li .bg {
  position: absolute;
  right: 30px;
  top: 30px;
}

.row-a1 .item .a1 .tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.row-a1 .item .a1 .list .li:hover {
  background: linear-gradient(to right, #2b9efb, #3ab8e9);
  color: #fff;
}


.row-a1 .item .a1 .list .li:hover .bg {
  filter: brightness(1000%);
}

.row-a2 {
  padding: 58px 0;
  background: #f3f3f5;
}



.row-a2 .list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

    .row-a2 .list .li {
        display: flex;
        flex-direction: column;
        padding: 30px;
        border: solid 1px #e5e5e5;
        border-radius: 3px;
        width: 315px;
        height: 159px;
        margin-right: 10px;
        margin-bottom: 10px;
        background-color: #fff;
        position: relative;
    }

.row-a2 .list .li .bg {
  position: absolute;
  right: 30px;
  top: 30px;
}

.row-a2 .list .li:hover {
  background: linear-gradient(to right, #2b9efb, #3ab8e9);
  color: #fff;
}


.row-a2 .list .li:hover .bg {
  filter: brightness(1000%);
}

.row-a2 .list .li .tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.row-a3 {
  padding-top: 58px ;
}

    .row-a3 .title {
        text-align: center;
        font-size: 30px;
        margin-bottom: 50px;
    }

.row-a3 .text {
  display: flex;
  flex-direction: column;
  background: #f3f3f5;
}

.row-a3 .text .tits {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: solid 2px #397ff4;
  border-bottom: solid 2px #e4ecfe;
}

.row-a3 .text .tits .tit {
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 33%;
  font-size: 20px;
  font-weight: 700;
  color: #397ff4;
}

.row-a3 .text .txt {
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.row-a4 {
  padding:58px 0;
}

.row-a4 .title {
  text-align: center;
  margin: 50px;
  margin-top:0px;
  font-size: 30px;
}

.row-a4 .list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

    .row-a4 .list .li {
        display: flex;
        flex-direction: column;
        padding: 30px;
        border: solid 1px #e5e5e5;
        border-radius: 3px;
        width: 315px;
        height: 159px;
        margin-right: 10px;
        margin-bottom: 10px;
        background-color: #fff;
        position: relative;
    }

.row-a4 .list .li .bg {
  position: absolute;
  right: 30px;
  top: 30px;
}

.row-a4 .list .li:hover {
  background: linear-gradient(to right, #2b9efb, #3ab8e9);
  color: #fff;
}

.row-a4 .list .li:hover .bg {
  filter: brightness(1000%);
}

.row-a4 .list .li .tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}


.row-a5 {
  padding: 50px 0;
  background: #f3f3f5;
}

.row-a5 .title {
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}

    .row-a5 .text {
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        background: #fff;
    }

.row-a5 .text .tits {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: solid 2px #397ff4;
  border-bottom: solid 2px #e4ecfe;
}

.row-a5 .text .tits .tit {
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 33%;
  font-size: 20px;
  font-weight: 700;
  color: #397ff4;
}

.row-a5 .text .txt {
  height: 100px;
  line-height: 100px;
  padding: 0 100px;
}


.apply {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.apply .con .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apply .con .form .title {
  font-size: 24px;
  margin-bottom: 20px;
}

.apply .con .form .inp {
  width: 350px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.apply .con .form .inp span {
  color: #ff0000;
}

.apply .con .form .inp input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border-radius: 3px;
  border: solid 1px #e7e7e7;
}

.apply .con .form .inp span {
  color: #ad2a4a;
  margin-right: 20px;
}

.apply .con .form .btn {
  width: 100%;
  background: linear-gradient(to right, #2b9efb, #3ab9e8);
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}

.apply .con .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apply .con .text .txt {
  font-size: 12px;
  color: #c3c3c3;
  margin-bottom: 10px;
}

.apply .con .text .tel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #2fa6f7;
}