.banner {
  background: url("../img/bg_slide.jpg") no-repeat;
  background-size: cover;
  padding: 1.2rem 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.banner .wrap {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.banner .wrap .ky {
  position: absolute;
}

.banner .wrap .ky img {
  -webkit-animation: scale 4s linear infinite;
  -moz-animation: scale 4s linear infinite;
  -o-animation: scale 4s linear infinite;
  animation: scale 4s linear infinite;
}

.banner .wrap .ky1 {
  width: 2.2rem;
  left: -.5rem;
  top: 55%;
  transform: translateY(-50%);
  z-index: -1;
}

.banner .wrap .ky2 {
  width: 3.48rem;
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

.banner .logo img {
  width: 1.55rem;
}

.banner .txt1 {
  font-family: 'eryaxindahei';
  color: #0E6DFF;
  margin: .2rem 0 .2rem;
}

.banner .txt2 {
  max-width: 1000px;
  margin: 0 auto;
  color: #263D64;
}

.banner .btn {
  margin-top: .5rem;
}

.banner .btn a {
  width: 2.6rem;
  height: 0.8rem;
  background: linear-gradient(214deg, #90E2FF 0%, #0062FF 100%);
  border-radius: 1rem;
  padding: 0 .1rem 0 .4rem;
  color: #fff;
  transition: all ease .3s;
}

.banner .btn a img {
  width: .6rem;
}

.banner .btn a:hover {
  opacity: .88;
}

.sec-type {
  margin-bottom: .5rem;
}

.sec-type span {
  color: #247CFF;
}

.sec-desc {
  color: #263D64;
  margin: -.3rem 0 .4rem;
}

.transy {
  transition: all ease .3s;
}

.transy:hover {
  transform: translateY(-5px);
}

.section1 .list li {
  display: flex;
}

.section1 .list li .item {
  flex: 1;
  min-height: 4rem;
  background: #F6F9FF;
  border-radius: 0.16rem;
  border: 0.03rem solid;
  text-align: center;
  border-image: linear-gradient(90deg, white, rgba(255, 255, 255, 0.4)) 0.03 0.03;
  padding: .3rem .5rem;
  transition: all ease .3s;
}

.section1 .list li .item .icon img {
  width: .84rem;
}

.section1 .list li .item .tit {
  margin: .55rem 0 .2rem;
}

.section1 .list li .item .desc {
  color: #7587A7;
  line-height: 1.6;
  text-align: left;
}

.section1 .list li .item:hover {
  transform: translateY(-5px);
}

.bgt {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section2 {
  margin-top: -.3rem;
}

.section2 .list ul {
  padding: 0 .7rem;
}

.section2 .dz {
  margin-top: -.3rem;
  position: relative;
  z-index: -1;
}

.section3 .item1 {
  width: 5rem;
}

.section3 .item1 .item-tit span {
  color: #247CFF;
}

.section3 .item1 .item-list {
  color: #263D64;
  margin-top: .6rem;
}

.section3 .item1 .item-list li {
  position: relative;
  background: url("../img/icon_dui.png") no-repeat left top 0.03rem;
  background-size: .28rem;
  padding-left: .36rem;
  margin-bottom: .3rem;
}

.section3 .item1 .item-list li:last-child {
  margin-bottom: 0;
}

.section3 .item2 {
  margin-left: .6rem;
  position: relative;
}

.section3 .item2 .item-pic {
  width: 4.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.section3 .item2 .list {
  max-width: 4.8rem;
}

.section3 .item2 .list li {
  display: flex;
  align-items: center;
  padding: .206rem 0;
  color: #227AFF;
  border-top: 1px dashed #98C1FF;
}

.section3 .item2 .list li .xh {
  margin-right: .15rem;
}

.section3 .item2 .list li .info .tit {
  font-weight: bold;
  margin-bottom: .1rem;
}

.section3 .item2 .list li .info .desc {
  color: #263D64;
}

.section3 .item2 .list li:last-child {
  border-bottom: 1px dashed #98C1FF;
}

.section3 .item3 {
  width: 2.6rem;
}

.section3 .item3 ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: .15rem;
}

.section3 .item3 ul li {
  height: 0.37rem;
  margin-left: .1rem;
  margin-bottom: .1rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1rem 1rem 1rem 1rem;
  border: 0.01rem solid #FFAA66;
  color: #FFAA66;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .25rem;
}

.section4 .item-info .item-tit span {
  color: #247CFF;
}

.section4 .item-info .item-list {
  color: #263D64;
  margin-top: .6rem;
}

.section4 .item-info .item-list li {
  position: relative;
  background: url("../img/icon_dui.png") no-repeat left top 0.03rem;
  background-size: .28rem;
  padding-left: .36rem;
  margin-bottom: .3rem;
}

.section4 .item-info .item-list li:last-child {
  margin-bottom: 0;
}

.section5 {
  background-position: bottom center;
}

.section6 .list li .item .item1 {
  height: 2.2rem;
  text-align: center;
  padding-top: .4rem;
}

.section6 .list li .item .item1 .icon {
  margin-bottom: .1rem;
}

.section6 .list li .item .item1 .icon img {
  width: .63rem;
}

.section6 .list li .item .item1 .tit {
  color: #fff;
}

.section6 .list li .item .item2 {
  padding: .4rem .5rem;
  margin-top: -.4rem;
  height: 1.7rem;
  background: linear-gradient(178deg, #D5E3FE 0%, #FEFEFE 100%);
  box-shadow: 0rem 0.05rem 0.2rem 0rem rgba(163, 185, 233, 0.2);
  border-radius: 0.16rem;
  border: 0.02rem solid #FFFFFF;
  color: #7587A7;
  line-height: 2;
}

.section7 {
  padding: .8rem 0;
  background: #F6FAFF;
}

.section7 .list .item {
  background: #FFFFFF;
  padding: .1rem 0;
  margin: .1rem;
  box-shadow: 0rem 0rem 0.2rem 0rem rgba(204, 204, 204, 0.2);
  border-radius: 0.16rem;
  border: 0.02rem solid #FFFFFF;
  transition: all ease .3s;
}

.section7 .list .item:hover {
  transform: translateY(-5px);
}

.footer {
  text-align: center;
  background: #1D3457;
  padding: .4rem 0;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.zx {
  position: fixed;
  right: .3rem;
  bottom: 5%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  background: linear-gradient(214deg, #90E2FF 0%, #0062FF 100%);
  border-radius: 50%;
  transition: all ease .3s;
}

.zx img {
  width: .3rem;
  margin-left: .1rem;
}

.zx p {
  font-size: .12rem;
  color: #fff;
}

.zx:hover {
  opacity: .88;
}

.apply {
  position: fixed;
  bottom: 5%;
  right: 8%;
  display: none;
  z-index:222;
  width: 5rem;
  border-radius: .1rem;
  padding: .4rem .3rem;
  background: url("../img/bg_apply.png") no-repeat;
  background-size: cover;
  color: #fff;
}

.apply .apply-tit {
  margin-bottom: .28rem;
}

.apply .apply-tit img {
  width: .26rem;
}

.apply .apply-tit span {
  padding: 0 .11rem;
}

.apply .apply-form li .item {
  display: flex;
  align-items: center;
  height: 0.6rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.08rem;
  margin-bottom: .2rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.6);
  padding: .05rem .2rem;
}

.apply .apply-form li .item img {
  width: .22rem;
  margin-right: .1rem;
}

.apply .apply-form li .item .label {
  color: #fff;
  width: .85rem;
}

.apply .apply-form li .item .intbox input,
.apply .apply-form li .item .intbox select {
  width: 100%;
  height: .4rem;
  background: none;
  color: #fff;
  padding: 0 .1rem 0 0;
}

.apply .apply-form li .item .intbox input::-webkit-input-placeholder,
.apply .apply-form li .item .intbox select::-webkit-input-placeholder {
  color: #fff;
}

.apply .apply-form li .item .intbox option {
  color: #333;
}

.apply .apply-form .btn button {
  height: 0.6rem;
  background: #fff;
  border-radius: 0.08rem;
  color: #247CFF;
  width: 100%;
}

@media (min-width: 851px) {
  .section04 .grid {
    flex-direction: row-reverse;
  }
}

@media (max-width: 1200px) {
  body {
    font-size: .16rem;
  }
  .section1 .list li .item {
    padding: .3rem .2rem;
  }
  .section3 .item1 {
    width: 4rem;
  }
  .section3 .item2 .item-pic {
    width: 4rem;
  }
}

@media (max-width: 850px) {
  .banner {
    padding: .65rem 0;
  }
  .banner .wrap {
    width: 95%;
  }
  .banner .wrap .ky1 {
    width: 1rem;
  }
  .banner .wrap .ky2 {
    width: 1.5rem;
    right: -.3rem;
  }
  .banner .btn a {
    width: 2.3rem;
    height: .7rem;
  }
  .banner .btn a img {
    width: .55rem;
  }
  .sec-type {
    margin-bottom: .3rem;
  }
  .section1 .list li .item {
    min-height: auto;
    padding: .4rem .2rem;
  }
  .section1 .list li .item .tit {
    margin: .3rem 0 .15rem;
  }
  .section2 .sec-type span {
    width: 100%;
    display: block;
  }
  .section2 .list ul {
    padding: 0 .1rem;
  }
  .section2 .dz {
    margin-top: -.15rem;
  }
  .section3 .item2 {
    margin: .2rem 0;
    flex-direction: column-reverse;
  }
  .section3 .item2 .item-pic {
    position: unset;
    top: 0;
    transform: translateY(0);
    width: 100%;
  }
  .section3 .item3 {
    width: 100%;
  }
  .section4 .item-pic {
    margin-bottom: .5rem;
  }
  .section4 .item-info .item-list {
    margin-top: .4rem;
  }
  .section4 .item-info .item-list li {
    padding-left: .5rem;
    margin-bottom: .25rem;
  }
  .section04 {
    padding-bottom: .65rem;
  }
  .sec-desc {
    margin-top: .1rem;
    line-height: 1.6;
  }
  .section6 .list li .item .item2 {
    height: auto;
  }
  .section7 {
    padding: .5rem 0;
  }
  .footer {
    padding: .3rem 0;
  }
  .zx {
    right: 2%;
    width: .7rem;
    height: .7rem;
    bottom: 3%;
  }
  .zx p {
    font-size: .1rem;
  }
  .apply {
    right: 2%;
    z-index: 22;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
