.home {
  width: 100%;
  padding-top: 107px;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner .swiper-container {
  width: 100%;
}
.home .banner .swiper-container .swiper-wrapper .swiper-slide img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
.home .main .pros {
  width: 80%;
  margin: 60px auto;
}
.home .main .pros .t1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.home .main .pros .t1 p {
  color: #333333;
  font-size: 36px;
}
.home .main .pros .t1 a {
  color: #999999;
  font-size: 18px;
}
.home .main .pros .allItems {
  width: 100%;
  margin: 60px auto;
  display: flex;
}
.home .main .pros .allItems a {
  display: block;
  width: 23%;
  margin-left: 1.5%;
  background-color: #F4F4F4;
  border-radius: 30px;
  transition: all 600ms;
}
.home .main .pros .allItems a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.home .main .pros .allItems a p {
  color: #222222;
  font-size: 18px;
  padding: 30px;
  transition: all 600ms;
}
.home .main .pros .allItems a:hover {
  background-color: #176ABA;
}
.home .main .pros .allItems a:hover p {
  color: white;
}
.home .main .about {
  width: 78%;
  padding: 80px 11%;
  background-color: #F5F5F5;
  display: flex;
  justify-content: space-between;
}
.home .main .about .pic {
  width: 40%;
}
.home .main .about .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.home .main .about .content {
  width: 55%;
}
.home .main .about .content .name {
  display: flex;
  align-items: center;
}
.home .main .about .content .name p {
  color: #222222;
  font-weight: bolder;
  font-size: 60px;
}
.home .main .about .content .name span {
  color: #222222;
  font-size: 40px;
  margin-left: 10px;
}
.home .main .about .content .des {
  color: #666666;
  line-height: 40px;
}
.home .main .about .content a {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.home .main .about .content a p {
  color: #666666;
}
.home .main .about .content a img {
  margin-left: 10px;
}
.home .main .news {
  width: 80%;
  margin: 60px auto;
}
.home .main .news .t1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.home .main .news .t1 p {
  color: #333333;
  font-size: 36px;
}
.home .main .news .t1 a {
  color: #999999;
  font-size: 18px;
}
.home .main .news .nCon {
  width: 96%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.home .main .news .nCon .lnews {
  width: 45%;
  display: block;
}
.home .main .news .nCon .lnews .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .news .nCon .lnews p {
  font-size: 22px;
  color: #333333;
}
.home .main .news .nCon .rnews {
  width: 54%;
}
.home .main .news .nCon .rnews a {
  display: flex;
  justify-content: space-between;
  padding: 60px 20px;
  border: 1px solid #DBDBDB;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  transition: all 600ms;
}
.home .main .news .nCon .rnews a::before {
  content: "";
  left: 25%;
  top: 15%;
  width: 1px;
  height: 70%;
  background-color: #D9D9D9;
  position: absolute;
  transition: all 600ms;
}
.home .main .news .nCon .rnews a .time {
  width: 25%;
  text-align: center;
  color: #333333;
}
.home .main .news .nCon .rnews a .time p {
  transition: all 600ms;
}
.home .main .news .nCon .rnews a .time p:nth-child(1) {
  font-size: 48px;
  font-weight: bold;
}
.home .main .news .nCon .rnews a .time p:nth-child(2) {
  font-size: 24px;
}
.home .main .news .nCon .rnews a .rt {
  width: 70%;
}
.home .main .news .nCon .rnews a .rt p {
  color: #333333;
  font-size: 22px;
  transition: all 600ms;
  font-weight: bolder;
}
.home .main .news .nCon .rnews a .rt .des {
  color: #666666;
  font-size: 18px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 600ms;
}
.home .main .news .nCon .rnews a:hover {
  background-color: #176ABA;
}
.home .main .news .nCon .rnews a:hover::before {
  background-color: rgba(255, 255, 255, 0.55);
}
.home .main .news .nCon .rnews a:hover .time p {
  color: white;
}
.home .main .news .nCon .rnews a:hover .rt p, .home .main .news .nCon .rnews a:hover .rt .des {
  color: white;
}
.home .main .application {
  width: 80%;
  margin: 60px auto;
}
.home .main .application .t1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.home .main .application .t1 p {
  color: #333333;
  font-size: 36px;
}
.home .main .application .t1 a {
  color: #999999;
  font-size: 18px;
}
.home .main .application .allItems {
  width: 100%;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
}
.home .main .application .allItems .item {
  width: 23%;
  margin-left: 1.5%;
  transition: all 600ms;
}
.home .main .application .allItems .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .application .allItems .item p {
  color: #222222;
  font-size: 18px;
  text-align: center;
  margin: 15px 0;
  transition: all 600ms;
}
.home .main .application .allItems .item:hover p {
  color: #176ABA;
}
.home .main .show {
  width: 80%;
  margin: 80px auto;
}
.home .main .show .t1 {
  color: #333333;
  font-size: 36px;
  text-align: center;
}
.home .main .show .pics {
  width: 100%;
  margin-top: 60px;
  position: relative;
}
.home .main .show .pics .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .home .main .pros {
    width: 90%;
  }
  .home .main .about {
    width: 90%;
    padding: 80px 5%;
  }
  .home .main .application, .home .main .news {
    width: 90%;
  }
  .home .main .news .nCon .rnews a {
    padding: 40px 20px;
  }
  .home .main .news .nCon .rnews a .time {
    width: 20%;
  }
  .home .main .news .nCon .rnews a .time p:nth-child(1) {
    font-size: 30px;
  }
  .home .main .show {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .home {
    padding-top: 60px;
  }
  .home .main .pros {
    margin: 30px auto;
  }
  .home .main .pros .t1 {
    padding: 0;
  }
  .home .main .pros .t1 p {
    font-size: 24px;
  }
  .home .main .pros .allItems {
    margin: 30px auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home .main .pros .allItems a {
    width: 49%;
    margin-left: 0;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .home .main .pros .allItems a .pic img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .home .main .pros .allItems a p {
    padding: 20px 10px;
  }
  .home .main .about {
    flex-direction: column;
    padding: 40px 5%;
  }
  .home .main .about .pic {
    width: 100%;
  }
  .home .main .about .content {
    width: 100%;
    margin-top: 20px;
  }
  .home .main .about .content .name p {
    font-size: 30px;
  }
  .home .main .about .content .name span {
    font-size: 24px;
  }
  .home .main .application {
    margin: 30px auto;
  }
  .home .main .application .t1 {
    padding: 0;
  }
  .home .main .application .t1 p {
    font-size: 24px;
  }
  .home .main .application .allItems {
    margin: 30px auto;
    justify-content: space-between;
  }
  .home .main .application .allItems .item {
    width: 48%;
    margin-left: 0;
  }
  .home .main .news {
    margin: 30px auto 0 auto;
  }
  .home .main .news .t1 {
    padding: 0;
  }
  .home .main .news .t1 p {
    font-size: 24px;
  }
  .home .main .news .nCon {
    margin: 30px auto;
    width: 100%;
    flex-direction: column;
  }
  .home .main .news .nCon .lnews {
    width: 100%;
  }
  .home .main .news .nCon .rnews {
    width: 100%;
    margin-top: 20px;
  }
  .home .main .news .nCon .rnews a {
    flex-direction: column;
    padding: 20px;
  }
  .home .main .news .nCon .rnews a .time {
    width: 100%;
    text-align: left;
  }
  .home .main .news .nCon .rnews a .rt {
    width: 100%;
    margin-top: 15px;
  }
  .home .main .news .nCon .rnews a .rt p {
    font-size: 18px;
  }
  .home .main .news .nCon .rnews a::before {
    display: none;
  }
  .home .main .show {
    margin: 40px auto;
  }
  .home .main .show .t1 {
    font-size: 24px;
  }
  .home .main .show .pics {
    margin-top: 30px;
  }
}

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