.banner {
  position: relative;
}

.banner .text {
  position: absolute;
  top: 50%;
  left: 500px;
  transform: translate(-50%, -50%);
}

.banner .text .tit {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
}

.banner .text .tit .txt1 {
  font-size: 30px;
}

.banner .text .tit .txt2 {
  font-size: 24px;
}

.banner .text .txt {
  color: #fff;
}

.row-a1 {
  padding: 50px 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-a1 .con .left .progress {
  width: 2px;
  height: 150px;
  position: relative;
  background-color: #aabff3;
}

.row-a1 .con .left .progress .num {
  position: absolute;
  width: 2px;
  height: 30px;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -30px);
  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;
}
#a1 {
    background: url("../images/bgpic002.png") no-repeat 100% center;
}
.row-a1 .item .a1 {
    width: 1090px;
    height: 500px;
    display: flex;
    flex-direction: column;
    padding: 0 100px;
}

.row-a1 .item .a1 .title {
  font-size: 30px;
  margin-bottom: 50px;
}

.row-a4 .list {
    padding: 0px 50px;
}


.row-a1 .item .a1 .text {
    width: 528px;
}

.row-a1 .item .a1 .tit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}


.row-a2 {
  padding: 50px 0;
}

    .row-a2 .con {
        display: flex;
        flex-direction: column;
        padding-left: 110px;
    }

.row-a2 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}

.row-a2 .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.row-a2 .list .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
}

.row-a2 .list .li img {
  margin-bottom: 20px;
}

.row-a2 .list .li .tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.row-a2 .btn {
  margin: 30px auto;
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #2b9efb, #3ab8e9);
  border-radius: 3px;
}

.row-a3 {
  padding: 50px 0;
  background: #f3f3f5;
}

    .row-a3 .con {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 110px;
    }

.row-a3 .title {
  font-size: 30px;
  margin-bottom: 50px;
}

.row-a3 .list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.row-a3 .list .li {
  width: 470px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 30px;
}

.row-a3 .list .li img {
  margin-bottom: 20px;
}

.row-a3 .list .li .tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.row-a3 .list .li .desc {
  text-align: center;
}



.row-a4 {
  padding: 50px 0;
}

    .row-a4 .con {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 110px;
    }

.row-a4 .title {
  font-size: 30px;
  margin-bottom: 50px;
}

.row-a4 .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.row-a4 .list .li {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
  height: 200px;
}
    .row-a5 .con {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 110px;
    }
.row-a4 .list .li img {
  margin-bottom: 20px;
}

.row-a4 .list .li .tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.row-a4 .list .li .desc {
  text-align: center;
}

.row-a5 {
  padding: 50px 0;
  background: #f3f3f5;
}

.row-a5 .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.row-a5 table {
  margin: 0 auto;
  background: #fff;
  width: 987px;
}

.row-a5 table tr th {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  border-bottom: solid 1px #f9f9fa;
}

.row-a5 table tr td {
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.row-a5 table tr .y {
  color: #2b9efb;
  font-weight: 700;
}

.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;
}