.home {
  width: 100%;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner .swiper-container {
  width: 100%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .item {
  position: relative;
  display: block;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide .item img {
  width: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}
.home .main .two {
  width: 70%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.home .main .two a {
  width: 40%;
  background: #F9F9F9;
  padding: 60px 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
.home .main .two a .text {
  width: 90%;
}
.home .main .two a .text .p1 {
  font-size: 33px;
  color: #0066CC;
}
.home .main .two a .text .p1 span {
  color: #2F2F2F;
}
.home .main .two a .text .p2 {
  color: #999999;
  margin-top: 10px;
  width:292px;
}
.home .main .about {
  width: 70%;
  margin: 60px auto;
}
.home .main .about .t {
  position: relative;
  padding-top: 80px;
}
.home .main .about .t p {
  color: #0066CC;
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
}
.home .main .about .t p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 67px;
  height: 5px;
  background: #0066CC;
}
.home .main .about .t::before {
  content: "ABOUT";
  color: #F8F8F8;
  font-size: 120px;
  position: absolute;
  left: 0;
  top: 0;
}
.home .main .about .content {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.home .main .about .content .l {
  width: 48%;
}
.home .main .about .content .l .des {
  color: #666666;
  line-height: 2;
}
.home .main .about .content .l a {
  width: 134px;
  background: #0066CC;
  border: 1px solid #FFFFFF;
  color: white;
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 15px 0;
  margin-top: 20px;
}
.home .main .about .content .r {
  width: 48%;
}
.home .main .about .content .r img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.home .main .apply {
  padding: 60px 15%;
  background: #F9F9F9;
}
.home .main .apply .pt {
  text-align: center;
  font-size: 40px;
  color: #2F2F2F;
}
.home .main .apply .pt span {
  color: #0066CC;
}
.home .main .apply .content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.home .main .apply .content .l {
  width: 48%;
}
.home .main .apply .content .l a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #E9E8E8;
  padding: 20px 0;
}
.home .main .apply .content .l a .p1 {
  width: calc(98% - 100px);
  color: #333333;
  transition: all 600ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
}
.home .main .apply .content .l a .time {
  width: 100px;
  color: #666666;
}
.home .main .apply .content .l a:hover .p1 {
  color: #0066CC;
}
.home .main .apply .btn {
  width: 134px;
  background: #0066CC;
  border: 1px solid #FFFFFF;
  color: white;
  text-align: center;
  padding: 15px 0;
  margin: 30px auto;
  display: block;
}
.home .main .cases {
  width: 70%;
  margin: 60px auto;
}
.home .main .cases .pt {
  text-align: center;
  font-size: 40px;
  color: #2F2F2F;
}
.home .main .cases .pt span {
  color: #0066CC;
}
.home .main .cases .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.home .main .cases .list a {
  display: block;
  width: 23%;
  margin-left: 1.5%;
  margin-bottom: 20px;
}
.home .main .cases .list a img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .cases .swiper-container {
  width: 97%;
  margin: 0 auto;
}
.home .main .cases .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  display: block;
  height: 228px;
}
.home .main .news {
  background: #F5F5F5;
  padding: 60px 15%;
}
.home .main .news .pt {
  text-align: center;
  font-size: 40px;
  color: #2F2F2F;
}
.home .main .news .pt span {
  color: #0066CC;
}
.home .main .news .content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.home .main .news .content .al {
  width: 48%;
  display: block;
  position: relative;
}
.home .main .news .content .al img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.home .main .news .content .al .text {
  position: absolute;
  left: 5%;
  bottom: 20px;
  width: calc(85% - 40px);
  background: white;
  padding: 20px;
  border-radius: 20px;
}
.home .main .news .content .al .text .p1 {
  color: #333333;
  font-size: 18px;
}
.home .main .news .content .al .text .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  margin-top: 30px;
}
.home .main .news .content .al .text .time p:nth-child(1) {
  color: #333333;
}
.home .main .news .content .al .text .time p:nth-child(2) {
  color: #0066CC;
}
.home .main .news .content .list {
  width: 48%;
}
.home .main .news .content .list a {
  background: white;
  padding: 20px;
  display: block;
  margin-bottom: 20px;
  border-radius: 15px;
}
.home .main .news .content .list a .p1 {
  color: #333333;
  font-size: 18px;
  transition: all 600ms;
}
.home .main .news .content .list a .tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.home .main .news .content .list a .tag .time {
  color: #333333;
  font-size: 15px;
}
.home .main .news .content .list a .tag .more {
  color: #0066CC;
  font-size: 15px;
  opacity: 0;
  transition: all 600ms;
}
.home .main .news .content .list a:hover .p1 {
  color: #0066CB;
}
.home .main .news .content .list a:hover .tag .more {
  opacity: 1;
}
.home .main .news .btn {
  width: 134px;
  background: #0066CC;
  border: 1px solid #FFFFFF;
  color: white;
  text-align: center;
  padding: 15px 0;
  margin: 30px auto;
  display: block;
}
@media screen and (max-width: 1400px) {
  .home .main .two, .home .main .about, .home .main .cases {
    width: 90%;
  }
  .home .main .apply, .home .main .news {
    padding: 60px 5%;
  }
}
@media screen and (max-width: 1200px) {
  .home .main .two {
    margin: 30px auto;
    flex-direction: column;
  }
  .home .main .two a {
    width: 90%;
    padding: 30px 5%;
    margin-bottom: 20px;
  }
  .home .main .two a .text {
    width: 85%;
  }
  .home .main .two a .text .p1 {
    font-size: 20px;
  }
  .home .main .about {
    margin: 30px auto;
  }
  .home .main .about .t {
    padding-top: 40px;
  }
  .home .main .about .t::before {
    font-size: 60px;
  }
  .home .main .about .t p {
    font-size: 30px;
  }
  .home .main .about .content {
    flex-direction: column;
  }
  .home .main .about .content .l {
    width: 100%;
  }
  .home .main .about .content .r {
    width: 100%;
    margin-top: 20px;
  }
  .home .main .apply {
    padding: 30px 5%;
  }
  .home .main .apply .pt {
    font-size: 30px;
  }
  .home .main .apply .content {
    flex-direction: column;
    margin-top: 0;
  }
  .home .main .apply .content .l {
    width: 100%;
  }
  .home .main .cases {
    margin: 30px auto;
  }
  .home .main .cases .pt {
    font-size: 30px;
  }
  .home .main .cases .list {
    margin-top: 25px;
    justify-content: space-between;
  }
  .home .main .cases .list a {
    width: 48%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .home .main .cases .swiper-container {
    width: 100%;
  }
  .home .main .cases .swiper-container .swiper-wrapper .swiper-slide .pic img {
    height: auto;
  }
  .home .main .news {
    padding: 30px 5%;
  }
  .home .main .news .pt {
    font-size: 30px;
  }
  .home .main .news .content {
    margin-top: 20px;
    flex-direction: column;
  }
  .home .main .news .content .al {
    width: 100%;
  }
  .home .main .news .content .al .text {
    width: calc(90% - 40px);
  }
  .home .main .news .content .list {
    margin-top: 20px;
    width: 100%;
  }
}

/*# sourceMappingURL=index.css.map */
