.banner {
  position: relative;
}

.banner .con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


.banner .con .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.banner .con .left .title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  color: #fff;
  margin-bottom: 50px;
}

.banner .con .left .title .tit {
  font-size: 35px;
  font-weight: 700;
}

.banner .con .left .title .txt {
  font-size: 20px;
  margin-left: 5px;
}

.banner .con .left .list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.banner .con .left .list .li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(to right, rgb(31, 68, 229), rgba(66, 114, 238, .5));
  margin-right: -10px;
}

.banner .con .left .list .li .txt1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.banner .con .left .list .li .txt1 .num {
  font-size: 30px;
  font-weight: 700;
  font-style: oblique;
}

.banner .con .left .list .li .txt2 {
  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 .con {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row-a1 .con .title {
  font-size: 35px;
  margin-bottom: 50px;
}

.row-a1 .con .admin {
  position: relative;
}

.row-a1 .con .admin .a {
  background: url("../images/pic002.png");
  width: 441px;
  height: 96px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  padding: 20px 50px;
  left: -440px;
  top: 30px;
}

.row-a1 .con .admin .c {
  background: url("../images/pic002.png");
  width: 441px;
  height: 96px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  padding: 20px 50px;
  left: -440px;
  top: 300px;
}

.row-a1 .con .admin .b {
  background: url("../images/pic003.png");
  width: 408px;
  height: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  padding: 20px 50px;
  right: -440px;
  top: 30px;
}

.row-a1 .con .admin .d {
  background: url("../images/pic003.png");
  width: 408px;
  height: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  padding: 20px 50px;
  right: -440px;
  top: 300px;
}


.row-a1 .con .admin .tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.row-a1 .con .text {
  display: flex;
  flex-direction: column;
  font-size: 20px;
}

.row-a1 .con .text .txt1 {
  margin-bottom: 5px;
}

.row-a1 .con .text .txt2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.row-a1 .con .text .txt2 span:last-child {
  font-weight: 700;
  color: #2e5acc;
}

.row-a2 {
  background: url("../images/bgpic001.png");
  padding: 50px 0;
}

.row-a2 .con {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row-a2 .con .title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 50px;
}

.row-a2 .con .title span:first-child {
  font-weight: 700;
}

.row-a2 .con .vs {
  background: url("../images/pic004.png");
  width: 1169px;
  height: 594px;
  position: relative;
}

.row-a2 .con .vs .left {
  position: absolute;
  left: 190px;
  top: 105px;
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.row-a2 .con .vs .left .tit {
  font-size: 26px;
  color: #686868;
  font-weight: 700;
  margin-bottom: 80px;
}

.row-a2 .con .vs .list {
  display: flex;
  flex-direction: column;
}

.row-a2 .con .vs .li {
  font-size: 20px;
  font-weight: 700;
  color: #7c7c7d;
  margin-bottom: 20px;
}

.row-a2 .con .vs .right {
  position: absolute;
  right: 220px;
  top: 55px;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row-a2 .con .vs .right .tit {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 80px;
}

.row-a2 .con .vs .right .li {
  color: #fff;
}

.row-a2 .con .text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #75b0e1;
  margin-bottom: 50px;
}

.row-a2 .con .text span:nth-child(2) {
  color: #2dc9fd;
}

.row-a3 {
  padding: 50px 0;
}

.row-a3 .con {
  display: flex;
  flex-direction: column;
}

.row-a3 .con .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
}

.row-a3 .con .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.row-a3 .con .list .li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row-a3 .con .list .li .icon {
  margin-bottom: 10px;
}

.row-a3 .con .list .li .tit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.row-a3 .con .list .li .desc {
  text-align: center;
  color: #a1a1a1;
}

.row-a4 {
  padding: 50px 0;
}

.row-a4 .con {
  display: flex;
  flex-direction: column;
}

.row-a4 .con .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
}

.row-a4 .con .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.row-a4 .con .list .li {
  width: 236px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 3px;
  margin: 0 2px;
}

.row-a4 .con .list .li:hover .tit {
  color: #fff;
  background: linear-gradient(to right, #299cfe, #3ec0e4);
}


.row-a4 .con .list .li .tit {
  padding: 30px 0;
  color: #89d9ee;
  width: 100%;
  text-align: center;
}

.row-a4 .con .list .li .txt {
  font-size: 16px;
  margin-bottom: 30px;
}

.row-a4 .con .list .li .desc {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row-a4 .con .list .li:nth-child(1) {
  border: solid 1px #f3f3f3;
  height: 260px;
  box-shadow: #f3f3f3 0px 0px 5px 3px;
}

.row-a4 .con .list .li:nth-child(1) .tit {
  font-size: 30px;
}

.row-a4 .con .list .li:nth-child(2) {
  border: solid 1px #f3f3f3;
  height: 280px;
  box-shadow: #f3f3f3 0px 0px 5px 3px;
}

.row-a4 .con .list .li:nth-child(2) .tit {
  font-size: 32px;
}

.row-a4 .con .list .li:nth-child(3) {
  border: solid 1px #f3f3f3;
  height: 300px;
  box-shadow: #f3f3f3 0px 0px 5px 3px;
}

.row-a4 .con .list .li:nth-child(3) .tit {
  font-size: 34px;
}


.row-a4 .con .list .li:nth-child(4) {
  border: solid 1px #f3f3f3;
  height: 280px;
  box-shadow: #f3f3f3 0px 0px 5px 3px;
}

.row-a4 .con .list .li:nth-child(4) .tit {
  font-size: 32px;
}

.row-a4 .con .list .li:nth-child(5) {
  border: solid 1px #f3f3f3;
  height: 260px;
  box-shadow: #f3f3f3 0px 0px 5px 3px;
}

.row-a4 .con .list .li:nth-child(5) .tit {
  font-size: 30px;
}

.row-a4 .con .list .li:hover {
  border: solid 1px #72bdfe;
  box-shadow: #72bdfe 0px 0px 5px 3px;
}


.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;
}

