.home {
  width: 100%;
  padding-top: 158px;
}
.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 .banner .prev {
  position: absolute;
  left: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  outline: none;
  cursor: pointer;
}
.home .banner .next {
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  outline: none;
  cursor: pointer;
}
.home .news {
  width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.home .news .nl {
  width: 49%;
  position: relative;
}
.home .news .nl .swiper-container {
  width: 100%;
  height: 100%;
}
.home .news .nl .swiper-container .swiper-wrapper .swiper-slide a {
  height: 100%;
  display: block;
  position: relative;
}
.home .news .nl .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.home .news .nl .swiper-container .swiper-wrapper .swiper-slide a p {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.42);
  padding: 25px 2.5%;
  width: 95%;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home .news .nl .swiper-pagination {
  position: absolute;
  right: 2.5%;
  bottom: 25px;
  display: flex;
}
.home .news .nl .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: white;
  opacity: 0.52;
  margin-left: 5px;
}
.home .news .nl .swiper-pagination .swiper-pagination-bullet-active {
  background: #CC0001;
  opacity: 1;
}
.home .news .nr {
  width: 49%;
}
.home .news .nr .dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.home .news .nr .dt a {
  color: #045196;
  font-size: 14px;
}
.home .news .nr .list a {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  align-items: center;
  border-bottom: 1px dashed #EDE5E5;
}
.home .news .nr .list a .pt {
  color: #000000;
  font-size: 14px;
  width: calc(98% - 83px);
  transition: all 600ms;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home .news .nr .list a .time {
  color: #999999;
  font-size: 14px;
}
.home .news .nr .list a:hover .pt {
  color: #af2131;
}
.home .four {
  width: 1200px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.home .four .item {
  width: calc(24% - 30px);
  border: 1px solid rgb(190 190 190 / 23%);
  background: #fbfbfb;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: all 600ms;
}
.home .four .item .l p {
  color: #333;
  font-size: 18px;
  transition: all 600ms;
      font-weight: bold;
}
.home .four .item .l .time {
  display: inline-block;
  position: relative;
  margin-top: 15px;
}
.home .four .item .l .time img {
  display: block;
  transition: all 600ms;
}
.home .four .item .l .time img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.home .four .item .r {
  display: inline-block;
  position: relative;
}
.home .four .item .r img {
  display: block;
  transition: all 600ms;
}
.home .four .item .r img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.home .four .item:hover {
  background: #d3283a;
}
.home .four .item:hover .l p {
  color: white;
}
.home .four .item:hover .l .time img:nth-child(1) {
  opacity: 0;
}
.home .four .item:hover .l .time img:nth-child(2) {
  opacity: 1;
}
.home .four .item:hover .r img:nth-child(1) {
  opacity: 0;
}
.home .four .item:hover .r img:nth-child(2) {
  opacity: 1;
}
.home .section {
  width: 1200px;
  margin: 40px auto;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
.home .section .box {
  width: 32.5%;
  margin-bottom: 20px;
}
.home .section .box .dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .section .box .dt .l {
  width: 191px;
  height: 53px;
  background: url("../images/tx.png") no-repeat;
  display: flex;
  align-items: center;
  margin-left: -7px;
}
.home .section .box .dt .l .st {
  margin-left: 25px;
  margin-top: 15px;
}
.home .section .box .dt .l .st p {
  font-size: 20px;
  font-weight: bolder;
}
.home .section .box .dt .l .st img {
  display: block;
}
.home .section .box .dt .r {
  display: flex;
}
.home .section .box .dt .r a {
  color: #045196;
  font-size: 14px;
}
.home .section .box .list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-top-left-radius: 0;
  padding: 10px 20px 20px 20px;
min-height:240px;
}
.home .section .box .list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F1F1F1;
  padding: 10px 0;
}
.home .section .box .list a .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(98% - 80px);
}
.home .section .box .list a .title span {
  width: 7px;
  height: 7px;
  display: block;
  background: #CECECE;
}
.home .section .box .list a .title p {
  width: calc(98% - 7px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #000000;
  transition: all 600ms;
}
.home .section .box .list a .time {
  font-size: 12px;
  color: #666666;
}
.home .section .box .list a:hover .title p {
  color: #CC0001;
  font-weight: bolder;
}
.home .cases {
  background: #F6F6F6;
  padding: 60px 0;
}
.home .cases .t {
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
}
.home .cases .allCases {
  width: 1200px;
  margin: 50px auto 30px auto;
  position: relative;
}
.home .cases .allCases .swiper-container {
  width: 100%;
}
.home .cases .allCases .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.home .cases .allCases .swiper-container .swiper-wrapper .swiper-slide a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .cases .allCases .swiper-container .swiper-wrapper .swiper-slide a .text {
  margin: 10px;
}
.home .cases .allCases .swiper-container .swiper-wrapper .swiper-slide a .text .name {
  color: #000000;
}
.home .cases .allCases .swiper-container .swiper-wrapper .swiper-slide a .text .more {
  color: #999999;
  font-size: 12px;
  margin-top: 10px;
}
.home .cases .allCases .prev {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  outline: none;
}
.home .cases .allCases .next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 1200px) {
  .home {
    padding-top: 60px;
  }
  .home .prev, .home .next {
    display: none;
  }
  .home .news {
    width: 90%;
    flex-direction: column;
  }
  .home .news .nl, .home .news .nr {
    width: 100%;
  }
  .home .news .nl .swiper-pagination {
    display: none;
  }
  .home .news .nr .dt {
    margin-bottom: 0;
  }
  .home .news .nr .list a {
    padding: 10px 0;
  }
  .home .four {
    width: 90%;
    flex-wrap: wrap;
  }
  .home .four .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .home .section {
    width: 90%;
    margin-bottom: 20px;
  }
  .home .section .box {
    width: 100%;
  }
.home .section .box .list {
min-height:200px;
}
  .home .cases {
    padding: 30px 0;
  }
  .home .cases .t {
    font-size: 20px;
  }
  .home .cases .allCases {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

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