.homeBanner {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.homeBanner .swiperBanner,
.homeBanner .swiper-wrapper {
  height: 100%;
}
.homeBanner .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.homeBanner .bannerText {
  position: absolute;
  width: 14rem;
  left: 50%;
  margin-left: -7rem;
  bottom: 3rem;
}
.homeBanner .bannerText > div {
  line-height: 100%;
}
.homeBanner .bannerText .divH {
  position: relative;
}
.homeBanner .bannerText .divH::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: #fff;
  position: absolute;
  left: -0.5rem;
  top: 50%;
  margin-top: -0.1rem;
}
.homeBanner .swiper-pagination {
  position: absolute;
  height: 100%;
  left: unset;
  width: auto;
  right: 1rem;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.homeBanner .swiper-pagination .swiper-pagination-bullet {
  margin: 0.1rem 0;
  background: #fff;
  opacity: 1;
  width: 0.15rem;
  height: 0.15rem;
}
.homeBanner .swiper-pagination .swiper-pagination-bullet-active {
  background: #7b378c;
}
.mouse-container {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  margin-left: -7px;
  z-index: 35;
}
.mouse-container .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.mouse-container .mouse .wheel {
  height: 0.2rem;
  width: 0.16rem;
  display: block;
  margin: 5px auto;
  background: #fff;
  position: relative;
  background: url(../images/home/homeDown.png) no-repeat center;
  background-size: contain;
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}
.mouse-container .mouse-line {
  height: 50px;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin: 10px auto 0;
}
.divLink a {
  display: inline-block;
  padding: 0.1rem 0.2rem;
  background: rgba(255, 254, 255, 0.3);
  color: #fff;
  text-align: center;
}
.divLink a:hover {
  background: #7b378c;
}
.homeNav {
  box-shadow: 0px 0.2rem 0.4rem rgba(96, 97, 112, 0.28);
  height: 1rem;
  margin-top: -1rem;
  background: rgba(255, 254, 255, 0.3);
  position: relative;
  z-index: 20;
  box-shadow: 0 -0.2rem 0.4rem rgba(0, 0, 0, 0.4);
}
.homeNav ul {
  height: 100%;
}
.homeNav ul li {
  width: 33.3%;
  position: relative;
}
.homeNav ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.46rem;
  background: #fff;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.23rem;
}
.homeNav ul li:last-child::after {
  display: none;
}
.homeNav ul li .div-icon {
  width: 0.52rem;
}
.homeNav ul li .div-txt {
  padding-left: 0.2rem;
}
.homeNav ul li .div-txt > div {
  line-height: 100%;
}
.homeNav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .section-tit .divMore a {
  position: relative;
  padding-right: 0.2rem;
}
.home .section-tit .divMore a::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.15rem;
  background: url(../images/more_icon.png) no-repeat center;
  background-size: 0.1rem 0.18rem;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0.04rem;
  -webkit-animation: more-icon 1.2s ease infinite;
  -moz-animation: more-icon 1.2s ease infinite;
}
.home .section-tit .divMore a:hover::after {
  transform: translateX(5px);
}
.latestProjects {
  padding-top: 1rem;
  background: url(../images/home/latestProjects_bg.jpg) no-repeat center top;
  background-size: 19.2rem 4.85rem;
  margin-bottom: 1.2rem;
}
.swiperProjects {
  margin: 0;
  padding-left: 1rem;
}
.swiperProjects .swiper-wrapper {
  margin-left: -1rem;
}
.swiperProjects .swiper-slide {
  padding-right: 1.5rem;
}
.swiperProjects .swiper-slide .imgBox {
  width: 31%;
  margin-right: 2%;
  height: 3.2rem;
  float: left;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.swiperProjects .swiper-slide .imgBox:nth-child(1),
.swiperProjects .swiper-slide .imgBox:nth-child(2) {
  margin-bottom: 0.3rem;
}
.swiperProjects .swiper-slide .imgBox:nth-child(3) {
  width: 34%;
  height: 6.7rem;
  float: right;
  margin: 0;
}
.swiperProjects .swiper-slide .imgBox a {
  display: block;
  background-size: cover;
  background-position: center;
  height: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 0.6s ease-out;
}
.swiperProjects .swiper-slide .imgBox a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background-image: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
}
.swiperProjects .swiper-slide .imgBox .divTxt {
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  color: #fff;
  z-index: 10;
}
.swiperProjects .swiper-slide .imgBox .divTxt .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.swiperProjects .swiper-slide .imgBox .divTxt .text::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 2px;
  background: #fff;
  margin-right: 0.15rem;
}
.swiperProjects .swiper-slide .imgBox:hover a {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transition: transform 0.6s ease-out;
}
.swiperProjects .swiper-slide .imgBox:hover a::after {
  background: rgba(126, 49, 142, 0.7);
  opacity: 1;
}
.swiperProjects .swiper-slide .imgBox:hover .divTxt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  left: 0;
  bottom: 0;
}
.swiperProjects .swiper-slide .imgBox:hover .divTxt .tit {
  font-size: 0.24rem;
}
.swiperProjects .swiper-slide .imgBox:hover .divTxt .text {
  flex-direction: column;
  font-size: 0.2rem;
}
.swiperProjects .swiper-slide .imgBox:hover .divTxt .text::before {
  margin: 0.1rem 0;
}
.swiperProjects .swiper-direction {
  width: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 0.2rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 50;
}
.swiperProjects .swiper-direction > div {
  width: 0.44rem;
  height: 0.3rem;
  background: url(../images/home/projects_icon.png) no-repeat center;
  background-size: 0.44rem 0.15rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.swiperProjects .swiper-direction .swiper-next {
  background: url(../images/home/projects_icon2.png) no-repeat center;
  background-size: 0.44rem 0.15rem;
}
.swiperProjects .swiper-num {
  width: 1.5rem;
  position: absolute;
  right: 1rem;
  bottom: 0.2rem;
  text-align: center;
}
.swiperProjects .swiper-num span {
  font-size: 0.26rem;
  color: #7b378c;
}
.swiperProjects .swiper-num .line {
  width: 0.4rem;
  margin: 0 auto;
  height: 1px;
  background: #7b378c;
}
.swiperNews {
  margin: 0;
  padding: 0.9rem 0;
  padding-left: 1.5rem;
  background: #f7f7f7;
  position: relative;
}
.swiperNews .swiper-wrapper {
  margin-left: -1.5rem;
}
.swiperNews .swiper-slide {
  height: 3rem;
  overflow: hidden;
}
.swiperNews .swiper-slide a {
  display: block;
  background-size: cover;
  background-position: center;
  height: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 0.6s ease-out;
}
.swiperNews .swiper-slide:hover a {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transition: transform 0.6s ease-out;
}
.swiperNews .swiper-next,
.swiperNews .swiper-prev {
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  position: absolute;
  cursor: pointer;
  border-radius: 0.6rem;
  font-size: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
}
.swiperNews .swiper-next:hover,
.swiperNews .swiper-prev:hover {
  background: #7e318e;
}
.swiperNews .swiper-next:hover i,
.swiperNews .swiper-prev:hover i {
  border: solid #fff;
  border-width: 0 0.03rem 0.03rem 0;
}
.swiperNews .swiper-next i,
.swiperNews .swiper-prev i {
  border: solid #333;
  border-width: 0 0.03rem 0.03rem 0;
  display: inline-block;
  padding: 0.05rem;
}
.swiperNews .swiper-prev {
  left: 4rem;
  top: 2.2rem;
}
.swiperNews .swiper-prev i {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: 0.04rem;
}
.swiperNews .swiper-next {
  right: 5.5rem;
  top: 2.2rem;
}
.swiperNews .swiper-next i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 0.04rem;
}
.swiperNews .swiper-button-disabled:hover {
  background: #fff;
}
.swiperNews .swiper-button-disabled:hover i {
  border: solid #333;
  border-width: 0 0.03rem 0.03rem 0;
}
.companyNews .newsList {
  background: url(../images/home/newsList_bg.jpg) no-repeat center top;
  background-size: 19.2rem 4.85rem;
  padding: 1rem 0;
}
.companyNews .newsList .upcase {
  display: flex;
  justify-content: center;
  align-items: center;
}
.companyNews .newsList .upcase::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.18rem;
  background: url(../images/more_icon.png) no-repeat center;
  background-size: 0.1rem 0.18rem;
  margin-left: 0.1rem;
  -webkit-animation: more-icon 1.2s ease infinite;
  -moz-animation: more-icon 1.2s ease infinite;
}
.companyNews .xwdtUl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.companyNews .xwdtUl li {
  width: 48%;
  margin-bottom: 0.5rem;
}
.companyNews .xwdtUl li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.companyNews .xwdtUl li .time {
  width: 20%;
  border-right: 1px solid #c9c9c9;
  padding-right: 0.2rem;
  margin-right: 0.3rem;
  text-align: center;
  box-sizing: border-box;
}
.companyNews .xwdtUl li .time > div {
  line-height: 100%;
}
.companyNews .xwdtUl li .text {
  width: 80%;
}
.companyNews .xwdtUl li:hover {
  color: #7b378c;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes more-icon {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.ulLi2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ulLi3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ulLi3 li {
  width: 33.3%;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  display: block;
  animation: circleLoad 2.5s linear;
}
@keyframes circleLoad {
  0% {
    stroke-dashoffset: 90;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.swiperNews .swiper-slide {
  position: relative;
}
.swiperNews .swiper-slide a {
  position: relative;
  display: block;
  height: 100%;
}
.swiperNews .swiper-slide a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background-image: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.2;
  z-index: 10;
}
.swiperNews .swiper-slide .divTxt {
  position: absolute;
  left: 0rem;
  bottom: 0.2rem;
  color: #fff;
  z-index: 20;
  padding: 0 0.2rem;
}
.swiperNews .swiper-slide:hover a::after {
  background: rgba(126, 49, 142, 0.7);
  opacity: 1;
}
.swiperNews .swiper-slide:hover .divTxt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  left: 0;
  bottom: 0;
  z-index: 30;
}
.swiperNews .swiper-slide:hover .divTxt .tit {
  font-size: 0.24rem;
  padding: 0.5rem;
}
.swiperNews .swiper-slide:hover .divTxt .text {
  flex-direction: column;
  font-size: 0.2rem;
}
.swiperNews .swiper-slide:hover .divTxt .text::before {
  margin: 0.1rem 0;
}
@media only screen and (max-width: 1024px) {
  .homeBanner .bannerText {
    left: 1rem;
    width: 100%;
    margin: 0;
    bottom: unset;
    top: 60%;
  }
  .homeNav {
    width: 100%;
    padding: 0.3rem 0;
    height: auto;
    max-width: unset;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .homeNav ul li {
    text-align: center;
  }
  .homeNav ul li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .homeNav ul li a .div-icon {
    margin-bottom: 0.2rem;
  }
  .homeNav ul li a .div-txt {
    padding: 0;
  }
  .homeNav ul li a .div-txt > div {
    font-size: 0.24rem;
    margin-bottom: 0.23rem;
  }
  .swiperProjects {
    padding-left: 0;
  }
  .swiperProjects .swiper-wrapper {
    margin: 0;
  }
  .swiperProjects .swiper-num {
    right: 0;
  }
  .swiperProjects .swiper-slide {
    display: flex;
    flex-wrap: wrap;
  }
  .swiperProjects .swiper-slide .imgBox {
    width: 48%!important;
    height: 3.2rem !important;
    float: left!important ;
    margin-right: 2%!important;
    margin-bottom: 0.2rem !important;
  }
  .swiperProjects .swiper-slide .imgBox:nth-child(2),
  .swiperProjects .swiper-slide .imgBox:nth-child(4) {
    margin-right: 0%!important;
  }
  .swiperProjects .swiper-slide .imgBox:last-child {
    width: 100%!important;
    margin-right: 2%!important;
  }
  .companyNews .xwdtUl li {
    width: 100%;
  }
  .companyNews .xwdtUl li .time {
    width: 18%;
  }
  .swiperProjects .swiper-direction {
    right: 0;
  }
  .swiperNews .swiper-prev {
    display: none;
  }
  .swiperNews .swiper-next {
    right: 1rem;
  }
  .homeBanner .swiper-pagination {
    right: 0.2rem;
  }
  .mouse-container {
    bottom: 3rem;
  }
  .mouse-container .mouse .wheel {
    width: 0.3rem;
    height: 0.5rem;
  }
  .companyNews .xwdtUl li .text .font14 {
    text-indent: 2em;
  }
}
