.home {
  width: 100%;
  position: relative;
}
.home .banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  animation: big2 32s forwards linear;
}
@keyframes big2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.home .banner .t1 {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
  font-size: 40px;
  font-weight: bolder;
  letter-spacing: 3px;
}
.home .banner .links {
  position: absolute;
  left: 15%;
  width: 70%;
  bottom: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home .banner .links i {
  color: #ffffff;
}
.home .banner .links a, .home .banner .links p {
  color: #ffffff;
  font-weight: 200;
}
.home .banner .links a {
  margin: 0 8px;
  display: inline-block;
}
.home .main {
  width: 100%;
}
.home .main .navList {
  width: 70%;
  margin: 0 auto;
  display: flex;
  margin-top: -32px;
  background-color: #ffffff;
}
.home .main .navList .item {
  width: 50%;
  text-align: center;
  color: #333333;
  position: relative;
  padding: 25px 0;
  transition: all 600ms;
  cursor: pointer;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5; 
background: white;
}

.home .main .navList .item:first-child{
  border-right: 1px solid #E5E5E5 !important; 
}

.home .main .navList .item p {
  transition: all 100ms;
}
.home .main .navList .item p:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 5px;
  opacity: 0;
  text-align: center;
  width: 100%;
  font-family: "Raleway-Regular";
  font-size: 12px;
  text-transform: uppercase;
}
.home .main .navList .item::before {
  background: linear-gradient(0deg, #11327E 0%, #0349A3 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  opacity: 0;
  transition: all 600ms;
}
.home .main .navList .item:hover {
  color: #ffffff;
  border-color: #11327E;
}
.home .main .navList .item:hover::before {
  opacity: 1;
}
.home .main .navList .item:hover p {
  transform: translateY(-7px);
}
.home .main .navList .item:hover p:nth-child(2) {
  opacity: 1;
}
.home .main .navList .item:hover {
  background-color: #11327E;
  color: #ffffff;
  border-color: #11327E;
}
.home .main .navList .item:hover p {
  transform: translateY(-7px);
}
.home .main .navList .item:hover p:nth-child(2) {
  opacity: 1;
}
.home .main .navList .active {
  color: #ffffff;
  border-color: #11327E !important;
}
.home .main .navList .active::before {
  opacity: 1;
}
.home .main .navList .active p {
  transform: translateY(-7px);
}
.home .main .navList .active p:nth-child(2) {
  opacity: 1;
}

.home .main .t1 {
  text-align: center;
color:#222222;
  margin-top: 80px;
}
.home .main .t1 p:nth-child(1) {
  font-size: 36px;
  font-weight: bolder;
}
.home .main .t1 p:nth-child(2) {
  font-size: 36px;
  font-family: "Raleway-Regular";
  text-transform: uppercase;
  margin-top: 30px;
}
.home .main .recommend {
  width: 70%;
  margin: 60px auto;
  position: relative;
}
.home .main .recommend .swiper-container {
  width: 100%;
}
.home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 4s;
}
.home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic .text {
  position: absolute;
  left: 5%;
  width: 90%;
  bottom: 5%;
  pointer-events: none;
}
.home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic .text .p1 {
  display: flex;
  align-items: center;
  transform: translateX(-10px);
}
.home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic .text .p1 i {
  color: #ffffff;
  font-size: 25px;
}
.home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic .text .p1 span {
  color: #E0E0E0;
  font-size: 18px;
}
.home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic .text .p1 .st {
  display: inline-block;
  margin-left: 20px;
}
.home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic .text .p2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bolder;
  margin-top: 10px;
}
.home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
.home .main .recommend .swiper-pagination {
  position: absolute;
  right: 2.5%;
  bottom: 5%;
  display: flex;
  width: auto;
  z-index: 1000;
}
.home .main .recommend .swiper-pagination .swiper-pagination-bullet {
  width: 27px;
  height: 5px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 0;
  margin: 0 5px;
  transition: all 600ms;
}
.home .main .recommend .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.home .main .allNews {
  width: 70%;
  margin: 60px auto;
}
.home .main .allNews .item {
  background-color: #F8F9FB;
  padding: 30px 5%;
  margin-bottom: 30px;
  transition: all 600ms;
}
.home .main .allNews .item .p1 {
  display: flex;
  align-items: center;
  transform: translateX(-10px);
}
.home .main .allNews .item .p1 i {
  color: #909090;
  transition: all 600ms;
  font-size: 25px;
}
.home .main .allNews .item .p1 span {
  color: #909090;
  font-size: 18px;
  font-weight: 200;
  display: inline-block;
  margin-left: 3px;
  transition: all 600ms;
}
.home .main .allNews .item .p2 {
  font-size: 24px;
  font-weight: bolder;
  color: #000000;
  margin: 15px 0;
  transition: all 600ms;
}
.home .main .allNews .item .des {
  font-size: 18px;
  color: #000000;
  font-weight: 200;
  line-height: 30px;
  transition: all 600ms;
}
.home .main .allNews .item .more {
  text-align: right;
}
.home .main .allNews .item .more i {
  color: #333333;
  font-size: 14px;
  transition: all 600ms;
}
.home .main .allNews .item:hover {
  background-color: #1B4098;
}
.home .main .allNews .item:hover .p1 i, .home .main .allNews .item:hover .p1 span {
  color: #ffffff;
}
.home .main .allNews .item:hover .p2, .home .main .allNews .item:hover .des {
  color: #ffffff;
}
.home .main .allNews .item:hover .more i {
  color: #ffffff;
}
.home .main .pager {
  display: flex;
  flex-direction: row;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 60px;
  justify-content: center;
}
.home .main .pager a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #333333;
  transition: all 600ms;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
  font-size: 14px;
}
.home .main .pager a:hover {
  background: #1B4098;
  color: #ffffff;
  font-weight: bolder;
}
.home .main .pager .active {
  background: #1B4098;
  color: #ffffff;
  font-weight: bolder;
}
@media screen and (max-width: 1366px){
  .home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic .text{
    bottom: 8%;
  }
}
@media screen and (max-width: 1300px) {
  .home .banner img {
    height: 300px;
  }
  .home .banner .t1 {
    font-size: 20px;
  }
  .home .main .navList {
    width: 80%;
  }
  .home .main .t1 {
    margin-top: 40px;
  }
  .home .main .t1 p:nth-child(1) {
    font-size: 20px;
  }
  .home .main .t1 p:nth-child(2) {
    font-size: 18px;
    margin-top: 50px;
  }
  .home .main .recommend {
    width: 90%;
    margin: 30px auto;
  }
  /* .home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic img {
    height: 200px;
  } */
  .home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic .text {
    bottom: 10%;
  }
  .home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic .text .p2 {
    font-size: 18px;
  }
  .home .main .allNews {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .allNews .item .p2 {
    font-size: 18px;
  }
  .home .main .allNews .item .des {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
.home .main .recommend .swiper-container .swiper-wrapper .swiper-slide .pic .text .p2{
  line-height: 25px;
}
.home .main .allNews .item .p2{
  line-height: 25px;
}
}
/*# sourceMappingURL=news.css.map */
