.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;
  background-color: #ffffff;
transform: translateY(-35px);
}
.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;
}
.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 .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: 50px;
}
.home .main .allImgs {
  width: 70%;
  margin: 60px auto;
  position: relative;
}
.home .main .allImgs .prev {
  position: absolute;
  width: 39px;
  height: 122px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 600ms;
  opacity: 0.1;
}
.home .main .allImgs .prev i {
  color: white;
  font-size: 20px;
}
.home .main .allImgs .prev:hover {
  opacity: 1;
}
.home .main .allImgs .next {
  position: absolute;
  width: 39px;
  height: 122px;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 600ms;
  opacity: 0.1;
}
.home .main .allImgs .next:hover {
  opacity: 1;
}
.home .main .allImgs .next i {
  color: white;
  font-size: 20px;
}
.home .main .allImgs .three {
  position: absolute;
  left: -111px;
  top: 0;
  z-index: 100;
}
.home .main .allImgs .three .oItem {
  background-color: rgba(249, 249, 249, 0.8);
  width: 221px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  font-size: 19px;
  font-weight: bolder;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  transition: all 600ms;
}
.home .main .allImgs .three .oItem i {
  position: absolute;
  right: 0;
  top: 3px;
  transform: rotateY(180deg);
  color: rgba(255, 255, 255, 0.1);
  font-size: 100px;
  opacity: 0;
  transition: all 600ms;
}
.home .main .allImgs .three .oItem:hover {
      background-color: #11327ec7;
  color: #ffffff;
}
.home .main .allImgs .three .oItem:hover i {
  opacity: 1;
}
.home .main .allImgs .three .active {
      background-color: #11327ea1;
  color: #ffffff;
}
.home .main .allImgs .three .active i {
  opacity: 1;
}
.home .main .allImgs .swiper-container {
  width: 100%;
}
.home .main .allImgs .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 100%;
}
.home .main .allImgs .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .allImgs .swiper-pagination {
  position: absolute;
  right: 2.5%;
  bottom: 5%;
  width: auto;
  left: auto;
  color: white;
}
.home .main .allImgs .swiper-pagination .swiper-pagination-current {
  font-size: 36px;
  font-family: "Raleway-Regular";
}
.home .main .allImgs .swiper-pagination .swiper-pagination-total {
  font-size: 18px;
  font-family: "Raleway-Regular";
}
.home .main .welfare {
  padding: 80px 10%;
  background: url("../images/wbg.png") no-repeat;
  background-size: cover;
}
.home .main .welfare .t1 {
  margin-top: 0;
}
.home .main .welfare .allItems {
  width: 100%;
  margin: 60px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.home .main .welfare .allItems .item {
  width: 31%;
  display: flex;
  flex-direction: column;
  margin-left: 1.8%;
  margin-bottom: 80px;
  transition: all 600ms;
}
.home .main .welfare .allItems .item .text {
  padding: 40px 5%;
  flex-grow: 1;
  position: relative;
  background: url("../images/line.png") no-repeat;
  background-size: cover;
  background-position-x: -800px;
  background-color: #ffffff;
  transition: all 600ms;
}
.home .main .welfare .allItems .item .text .p1 {
  font-size: 24px;
  font-weight: bolder;
}
.home .main .welfare .allItems .item .text .des {
  width: 100%;
  line-height: 1.5;
  margin-top: 50px;
}
.home .main .welfare .allItems .item .text .des .pt {
  width: 100%;
  display: flex;
  margin-bottom: 15px;

}
.home .main .welfare .allItems .item .text .des .pt .l{
  color: #444;
  position: relative;
  font-weight: 700;
  flex-shrink: 0;
  padding-left: 25px;
}
.home .main .welfare .allItems .item .text .des .pt .l:before{
  content: "\e624";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
}
.home .main .welfare .allItems .item .text .des .pt .l i {
  color: #1B4098;
  display: inline-block;
  margin-right: 5px;
}
.home .main .welfare .allItems .item .text .des .pt .r {
  font-weight: 200;
  color: #333333;
  flex: 1;
}
.home .main .welfare .allItems .item .pic {
  width: 100%;
}
.home .main .welfare .allItems .item .pic img {
  display: block;
  object-fit: cover;
  width: 100%;
  transition: all 600ms;
  border-radius: 0 0 100px 100px;
}
.home .main .welfare .allItems .item:hover .text {
  background-position-x: 0;
}
.home .main .welfare .allItems .item:hover .pic img {
  border-radius: 0;
}
@media screen and (max-width: 1440px) {
  .home .main .allImgs {
    width: 80%;
  }
  .home .main .allImgs .three .oItem {
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
  }
  .home .main .welfare .allItems .item {
    margin-bottom: 40px;
  }
  .home .main .welfare .allItems .item .text {
    padding: 20px 5%;
  }
  .home .main .welfare .allItems .item .text .p1 {
    font-size: 20px;
  }
  .home .main .welfare .allItems .item .text .des {
    height: auto;
  }
  .home .main .welfare .allItems .item .text .des .pt {
    font-size: 14px;

  }
  .home .main .welfare .allItems .item .text .des .pt .l {
    width: 120px;
  }
}
@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: 20px;
  }
  .home .main .t1 p:nth-child(1) {
    font-size: 20px;
  }
  .home .main .t1 p:nth-child(2) {
    font-size: 18px;
    margin-top: 15px;
  }
  .home .main .allImgs {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .allImgs .three {
    position: static;
    margin-bottom: 30px;
  }
  .home .main .allImgs .three .oItem {
    width: 100%;
    font-size: 18px;
  }
  .home .main .allImgs .prev, .home .main .allImgs .next {
    display: none;
  }

.home .main .welfare .allItems .item .text .des {
    margin-top: 20px;
}
.home .main .welfare .allItems .item .text .des .pt .l {
    width: 100px;
}

  .home .main .welfare {
    width: 100%;
    padding: 40px 5%;
  }
  .home .main .welfare .allItems {
    margin: 30px auto;
  }
  .home .main .welfare .allItems .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .home .main .welfare .allItems .item .pic img {
    border-radius: 0 0 50px 50px;
  }
}
@media screen AND (max-width: 1366px) {
  .home .main .welfare .allItems .item .text .des .pt .l{
    width: 105px;
    font-size: 13px;
  }
  .home .main .welfare .allItems .item .text .des .pt .l:before{
    font-size: 14px;
  }

}
@media screen AND (max-width: 767px) {
  .home .main .welfare .allItems .item .text .des .pt .l{
    font-size: 12px;
  }
  .home .main .welfare .allItems .item .text .des .pt .l:before{
    font-size: 14px;
  }
  .home .main .welfare .allItems .item .text .des .pt .r{
    font-size: 13px;
  }
}
/*# sourceMappingURL=contact.css.map */
