.banner {
  position: relative;
}
.banner .img {
  font-size: 0;
}
.banner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .w1400 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.banner .w1400 .tit {
  font-size: 54px;
  line-height: 1.4074074074;
  color: #fff;
  margin-top: 12px;
}
.banner .w1400 .tips {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 100;
  margin-top: 17px;
}
.banner .w1400 .btn {
  width: 140px;
  height: 48px;
  background-color: #3271ff;
  border-radius: 6px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 65px;
}

.indexBlock {
  background: url(../images/indexBlockBg.jpg) no-repeat center/cover;
  height: 820px;
  position: relative;
}
.indexBlock .centerTit {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 44px;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 30px;
  top: 412px;
}
.indexBlock .w1400 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -5px;
}
.indexBlock .w1400 .list {
  width: 438px;
  background: #fff;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  padding: 32px 40px 33px;
  display: flex;
  margin-left: 7.1428571429%;
  margin-top: 36px;
}
.indexBlock .w1400 .list:nth-child(2n+1) {
  margin-left: 0;
}
.indexBlock .w1400 .list .text .tit {
  font-size: 22px;
  line-height: 40px;
  color: #222;
  display: flex;
  align-items: center;
}
.indexBlock .w1400 .list .text .tit img {
  margin-right: 26px;
}
.indexBlock .w1400 .list .text .tips {
  padding-left: 66px;
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin-top: 5px;
}
.indexBlock .w1400 .list .text ul {
  padding-left: 66px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 11px;
}
.indexBlock .w1400 .list .text ul li {
  margin-right: 14px;
  font-size: 15px;
  line-height: 26px;
  color: #666;
}
.indexBlock .w1400 .list .text ul li span {
  margin-left: 14px;
}
.indexBlock .w1400 .list .text ul li:nth-child(2n+2) {
  margin-right: 0;
}

.indexBlock2 {
  background: url(../images/indexBlock2Bg.jpg) no-repeat center/cover;
  height: 839px;
}
.indexBlock2 .w1400 {
  margin-top: 57px;
}
.indexBlock2 .w1400 .list {
  width: 48.5714285714%;
  border-radius: 5px;
  overflow: hidden;
}
.indexBlock2 .w1400 .list .top {
  background: url(../images/indexBlock2Bg2.jpg) no-repeat center/cover;
  width: 100%;
  height: 120px;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.03);
  padding: 0 66px 0 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexBlock2 .w1400 .list .top .text .tit {
  font-size: 24px;
  line-height: 1.3333333333;
  letter-spacing: 2px;
  color: #222222;
  margin-top: -2px;
}
.indexBlock2 .w1400 .list .top .text span {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #3271ff;
  opacity: 0.5;
  margin-top: 10px;
}
.indexBlock2 .w1400 .list .top .img {
  font-size: 0;
}
.indexBlock2 .w1400 .list .content .cont {
  background: #fff;
  padding: 27px 55px 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.indexBlock2 .w1400 .list .content .cont .tit {
  font-size: 18px;
  letter-spacing: 1px;
  color: #222222;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.indexBlock2 .w1400 .list .content .cont .tit .img {
  width: 21px;
  font-size: 0;
  margin-right: 17px;
}
.indexBlock2 .w1400 .list .content .cont .tips {
  padding-left: 38px;
  margin-top: 12px;
}

.indexBlock3 {
  background: #f7f8fd;
  padding-bottom: 100px;
}
.indexBlock3 .w1400 {
  margin-top: 47px;
}
.indexBlock3 .w1400 .list {
  width: 16.0714285714%;
  transition: all 0.3s;
  position: relative;
  padding-bottom: 20px;
}
.indexBlock3 .w1400 .list .img {
  font-size: 0;
  height: 420px;
  border-radius: 6px;
  overflow: hidden;
}
.indexBlock3 .w1400 .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.indexBlock3 .w1400 .list .tit {
  font-size: 22px;
  letter-spacing: 2px;
  color: #222222;
  margin-top: 20px;
}
.indexBlock3 .w1400 .list .tips {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.7333333333;
  color: #666;
  padding-right: 20.4444444444%;
  margin-top: 6px;
}
.indexBlock3 .w1400 .list::after {
  position: absolute;
  height: 2px;
  width: 0;
  background: #3271ff;
  display: block;
  content: "";
  transition: all 0.3s;
  bottom: 0;
}
.indexBlock3 .w1400 .list.on {
  width: 49.6428571429%;
}
.indexBlock3 .w1400 .list.on .tips {
  -webkit-line-clamp: 2;
  padding-right: 15.2517985612%;
}
.indexBlock3 .w1400 .list.on::after {
  width: 100%;
}

.indexBlock4 {
  padding-bottom: 100px;
}
.indexBlock4 .w1400 {
  margin-top: 50px;
}
.indexBlock4 .w1400 .list {
  width: 32.1428571429%;
  border-radius: 6px;
  margin-left: 25px;
}
.indexBlock4 .w1400 .list .top {
  font-size: 0;
  position: relative;
}
.indexBlock4 .w1400 .list .top .posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 35px;
}
.indexBlock4 .w1400 .list .top .posi .en {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.indexBlock4 .w1400 .list .top .posi p {
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 8px;
}
.indexBlock4 .w1400 .list .text {
  padding: 35px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.indexBlock4 .w1400 .list .text a {
  margin-top: 20px;
  display: block;
  font-size: 17px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBlock4 .w1400 .list .text a span {
  font-family: barlow-medium;
  margin-right: 20px;
}
.indexBlock4 .w1400 .list .text a:first-child {
  margin-top: 0;
}
.indexBlock4 .w1400 .list:first-child {
  margin-left: 0;
}

.indexBlock5 {
  height: 320px;
  background: url(../images/indexBlock5Bg.jpg) no-repeat center/cover;
}
.indexBlock5 .title {
  padding-top: 82px;
}
.indexBlock5 form {
  display: flex;
  justify-content: center;
  margin-top: 53px;
}
.indexBlock5 form input {
  width: 23.4375%;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 60px;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  margin-right: 20px;
}
.indexBlock5 form input::-moz-placeholder {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.indexBlock5 form input:-ms-input-placeholder {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.indexBlock5 form input::placeholder {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.indexBlock5 form .btn {
  width: 180px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  color: #205fff;
  line-height: 60px;
  font-weight: bold;
}

.indexBlock6 {
  padding-bottom: 100px;
}
.indexBlock6 .w1400 {
  margin-top: 50px;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  display: flex;
  flex-wrap: wrap;
}
.indexBlock6 .w1400 .list {
  width: 16.6666666667%;
  height: 130px;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1400px) {
  .header .fixed .nav li {
    margin-right: 20px;
  }
  .indexBlock .w1400 .list {
    width: 40%;
  }
}
@media (max-width: 1200px) {
  .banner .w1400 .tit {
    font-size: 36px;
  }
  .banner .w1400 .btn {
    margin-top: 35px;
  }
}/*# sourceMappingURL=index.css.map */