.project-main .pc-terminal-project-main-content .home-wrap .home-banner {
  width: 100%;
  height: auto;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-banner .swiper-container {
  width: 100%;
  height: 650px;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-banner .swiper-container .swiper-wrapper {
  opacity: 1;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-banner .swiper-container .swiper-wrapper .swiper-slide p {
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 15px;
  padding: 10px 100px 10px 100px;
  background-color: rgba(0, 103, 194, 0.5);
  text-transform: capitalize;
  position: absolute;
  box-shadow: 0px 0px 5px #0088f5;
  z-index: 5;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-banner .swiper-container .swiper-wrapper .swiper-slide .home-banner-content-1 {
  text-align: left;
  top: 10%;
  left: 10%;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-banner .swiper-container .swiper-wrapper .swiper-slide .home-banner-content-2 {
  text-align: right;
  bottom: 10%;
  right: 10%;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-banner .swiper-container .swiper-wrapper .swiper-slide .home-banner-main-content {
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: -50px 0px 0px 0px;
  color: #0088f5;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  z-index: 5;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-banner .swiper-container .swiper-wrapper .swiper-slide .home-banner-main-content img {
  width: auto;
  height: 60px;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-banner .swiper-container .swiper-wrapper .swiper-slide .home-bannner-dim-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-banner .swiper-container .swiper-wrapper .home-banner-1 {
  background-image: url("../../images/home_banner_1.png");
  background-size: cover;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-banner .swiper-container .swiper-wrapper .home-banner-2 {
  background-image: url("../../images/home_banner_2.png");
  background-size: cover;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-banner .swiper-container .swiper-wrapper .home-banner-3 {
  background-image: url("../../images/home_banner_3.png");
  background-size: cover;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-publicity-content {
  width: 100%;
  height: 600px;
  background-color: #e7eff8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-publicity-content div {
  width: 1280px;
  height: 300px;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-publicity-content div .home-publicity-image {
  width: 300px;
  height: auto;
  overflow: hidden;
  border-radius: 15px;
  border-top: 5px solid #0088f5;
  border-bottom: 5px solid #0088f5;
  position: relative;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-publicity-content div .home-publicity-image img {
  width: 300px;
  height: auto;
  border-radius: 15px;
  opacity: 0.5;
  transition: all 0.3s;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-publicity-content div .home-publicity-image p {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: all 0.3s;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-publicity-content div .home-publicity-image:hover img {
  transform: scale(1.2, 1.2);
  opacity: 1;
}
.project-main .pc-terminal-project-main-content .home-wrap .home-publicity-content div .home-publicity-image:hover p {
  bottom: 50%;
  margin: 0px 0px -40px 0px;
}
.project-main .mobile-terminal-project-main-content .home-wrap .home-banner {
  width: 100%;
  height: 300px;
  background-image: url("../../images/home_banner_3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.project-main .mobile-terminal-project-main-content .home-wrap .home-banner .home-banner-main-content {
  width: 100%;
  height: auto;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: -25px 0px 0px 0px;
  color: #0088f5;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  z-index: 5;
}
.project-main .mobile-terminal-project-main-content .home-wrap .home-banner .home-banner-main-content img {
  width: auto;
  height: 24px;
}
.project-main .mobile-terminal-project-main-content .home-wrap .home-publicity-content {
  width: 100%;
  height: auto;
  background-color: #e7eff8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-main .mobile-terminal-project-main-content .home-wrap .home-publicity-content div {
  width: 100%;
  height: auto;
  margin: 10px auto 10px auto;
}
.project-main .mobile-terminal-project-main-content .home-wrap .home-publicity-content div .home-publicity-image {
  width: 300px;
  height: auto;
  overflow: hidden;
  margin: 30px auto 30px auto;
  border-radius: 15px;
  border-top: 5px solid #0088f5;
  border-bottom: 5px solid #0088f5;
  position: relative;
}
.project-main .mobile-terminal-project-main-content .home-wrap .home-publicity-content div .home-publicity-image img {
  width: 300px;
  height: auto;
  border-radius: 15px;
  opacity: 0.5;
  transition: all 0.3s;
}
.project-main .mobile-terminal-project-main-content .home-wrap .home-publicity-content div .home-publicity-image p {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: all 0.3s;
}
.project-main .mobile-terminal-project-main-content .home-wrap .home-publicity-content div .home-publicity-image:hover img {
  transform: scale(1.2, 1.2);
  opacity: 1;
}
.project-main .mobile-terminal-project-main-content .home-wrap .home-publicity-content div .home-publicity-image:hover p {
  bottom: 50%;
  margin: 0px 0px -40px 0px;
}
/*# sourceMappingURL=home.css.map */