.banner {
  position: relative;
  width: 1920px;
}

.banner .con {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.banner .con .left {
  margin-left: 100px;
}

.banner .con .left .title {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.banner .con .left .echarts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}

.banner .con .left .echarts .echart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner .con .left .echarts .echart .num {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.banner .con .left .echarts .echart:first-child .zhu {
  height: 200px;
  background: #09d9ff;
  width: 50px;
}

.banner .con .left .echarts .echart:last-child .zhu {
  height: 110px;
  background: #2698ff;
  width: 50px;
}

.banner .con .left .echarts .echart .state {
  color: #fff;
}

.banner .con .left .text {
  display: flex;
  flex-direction: column;
}

.banner .con .left .text .txt1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 5px;
}

.banner .con .left .text .txt1 .num {
  font-size: 30px;
  font-weight: 700;
  color: #ffc22b;
  font-style: oblique;
}

.banner .con .left .text .txt2 {
  color: #fff;
  margin-bottom: 5px;
}

.banner .con .left .text .txt3 {
  color: #ffc22b;
  font-weight: 700;
  font-style: oblique;
  font-size: 16px;
}


.banner .con .right .form {
  background: rgba(31, 64, 145, .5);
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner .con .right .form .a {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border-left: solid 2px #4a8fe4;
  border-top: solid 2px #4a8fe4;
}

.banner .con .right .form .b {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  border-right: solid 2px #4a8fe4;
  border-bottom: solid 2px #4a8fe4;
}

.banner .con .right .form .tit {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner .con .right .form .inp {
  width: 280px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.banner .con .right .form .inp input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border-radius: 3px;
}

.banner .con .right .form .inp span {
  color: #ad2a4a;
  margin-right: 20px;
}

.banner .con .right .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;
}



.row-a1 {
  padding: 50px 0;
}

.row-a1 .con {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

    .row-a2 .con {
        padding-left:150px;
    }

.row-a3 .con {
    padding-left: 150px;
}
.row-a4 .con {
    padding-left: 150px;
}
.row-a5 .con {
    padding-left: 150px;
}

.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;
}

.row-a1 .item .a1 {
  width: 1090px;
  display: flex;
  flex-direction: column;
  padding: 0 50px;
}

.row-a1 .item .a1 .title {
  margin-bottom: 50px;
  text-align: center;
}

.row-a1 .item .a1 .title .tit {
  font-size: 30px;
}

.row-a1 .item .a1 .title .txt {
  font-size: 18px;
  color: #808080;
  font-weight: 700;
}

.row-a1 .item .a1 .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.row-a1 .item .a1 .list .li {
  width: 255px;
  height: 224px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 2px #f2f2f2;
  position: relative;
  margin-bottom: 20px;
}

.row-a1 .item .a1 .list .li::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #48aaf8;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}

.row-a1 .item .a1 .list .li .tit {
  font-size: 30px;
  font-weight: 700;
  color: #2b9efb;
  margin-bottom: 20px;
}

.row-a1 .item .a1 .list .li .desc {
  text-align: center;
}

.row-a2 {
  background: #f3f3f3;
  padding: 50px 0;
}


.row-a2 .title {
  margin-bottom: 50px;
  text-align: center;
}

.row-a2 .title .tit {
  font-size: 30px;
}

.row-a2 .title .txt {
  font-size: 18px;
  color: #808080;
  font-weight: 700;
}

.row-a2 .con {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row-a2 .pic {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-size: 16px;
}


.row-a2 .pic .a1 {
  position: absolute;
  left: -200px;
  top: 20px;

}

.row-a2 .pic .a2 {
  position: absolute;
  left: -240px;
  top: 90px;
}

.row-a2 .pic .a3 {
  position: absolute;
  left: -220px;
  top: 160px;
}

.row-a2 .pic .a4 {
  position: absolute;
  left: -200px;
  top: 230px;
}




.row-a2 .pic .a5 {
  position: absolute;
  right: -200px;
  top: 20px;

}

.row-a2 .pic .a6 {
  position: absolute;
  right: -240px;
  top: 90px;
}

.row-a2 .pic .a7 {
  position: absolute;
  right: -220px;
  top: 160px;
}

.row-a2 .pic .a8 {
  position: absolute;
  right: -200px;
  top: 230px;
}



.row-a3 {
  padding: 80px 0;
}


.row-a3 .title {
  margin-bottom: 50px;
  text-align: center;
}

.row-a3 .title .tit {
  font-size: 30px;
}

.row-a3 .title .txt {
  font-size: 18px;
  color: #808080;
  font-weight: 700;
}

.row-a3 .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.row-a3 .list .li {
  width: 250px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
  border:0.5px  solid #e4e3e3;
}

.row-a3 .list .li .tit {
  font-size: 30px;
  font-weight: 700;
  color: #44a4ff;
  margin-bottom: 30px;
}

.row-a3 .list .li .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row-a3 .list .li .desc p {
  font-size: 16px;
  color: #787878;
}



.row-a4 {
  background: url("../images/bgpic003.png") no-repeat center;
  padding: 50px 0;
  height: 647px;
}

.row-a4 .con {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.row-a4 .con .title {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  align-items: flex-start;
}

.row-a4 .con .title>.tit {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.row-a4 .con .title>.txt {
  font-size: 16px;
  color: #fff;
  width: 550px;
}

.row-a4 .con .list {
  display: flex;
  flex-direction: column;
  width: 550px;
}

.row-a4 .con .list .li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  color: #fff;
}

.row-a4 .con .list .li .text {
  display: flex;
  flex-direction: column;
}

.row-a4 .con .list .li img {
  margin-right: 20px;
}

.row-a4 .con .list .li .text .tit {
  font-size: 20px;
  margin-bottom: 5px;
}

.row-a4 .con .list .li .text .txt {
  color: #9b9dbb;
}


.row-a5 {
  padding: 50px 0;
}

.row-a5 .title {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.row-a5 .con {
  background: #f3f3f3;
}


.row-a5 .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.row-a5 .list .li {
  width: 200px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  height: 260px;
}

.row-a5 .list .li .icon {
  margin-bottom: 10px;
  position: static;
  z-index: 5;
}

.row-a5 .list .li .tit {
  margin-bottom: 10px;
  font-size: 20px;
  position: static;
  z-index: 5;
}

.row-a5 .list .li .desc {
  display: none;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  position: static;
  z-index: 5;
}

.row-a5 .list .li .shade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .1);
  z-index: 1;
}

.row-a5 .list .li:nth-child(1) {
  background: url("../images/pic006.png") no-repeat center;
}

.row-a5 .list .li:nth-child(2) {
  background: url("../images/pic006.png") no-repeat center;
}

.row-a5 .list .li:nth-child(3) {
  background: url("../images/pic007.png") no-repeat center;
}

.row-a5 .list .li:nth-child(4) {
  background: url("../images/pic008.png") no-repeat center;
}

.row-a5 .list .li:nth-child(5) {
  background: url("../images/pic009.png") no-repeat center;
}

.row-a5 .list .li:hover .shade {
  background: rgb(0, 68, 255, .5);
}

.row-a5 .list .li:hover .desc {
  display: flex;
}

.row-a5 .list .li:hover .icon img {
  filter: brightness(10000000%);
}



.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;
}