@charset "utf-8";
.public-breadcrumb2 {
  position: absolute;
  top: calc(1.2rem + 20px);
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0.3rem 0;
}
@media (max-width: 991px) {
  .public-breadcrumb2 {
    top: 1.2rem;
  }
}
@media (max-width: 767px) {
  .public-breadcrumb2 {
    display: none;
  }
}
.public-breadcrumb2 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
.public-breadcrumb2 .container img,
.public-breadcrumb2 .container svg {
  margin: 0 0.1rem;
}
.public-breadcrumb2 .container img:last-child,
.public-breadcrumb2 .container svg:last-child {
  display: none;
}
.public-breadcrumb2 .container a {
  transition: all 0.4s;
}
.public-breadcrumb2 .container a:hover {
  text-decoration: underline;
}
.public-banner2 {
  position: relative;
  z-index: 1;
  height: 100vh;
}
@media (max-width: 991px) {
  .public-banner2 {
    height: 120vw;
  }
}
.public-banner2.c-style2 .c-text-box {
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .public-banner2.c-style2 .c-text-box {
    margin-top: 0;
  }
}
.public-banner2 .public-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  padding-right: 20px;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-banner2 .public-btn {
    border-radius: 20px;
  }
}
.public-banner2 .public-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: var(--color);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-banner2 .public-btn::before {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
.public-banner2 .public-btn div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .public-banner2 .public-btn div {
    width: 40px;
    height: 40px;
  }
}
.public-banner2 .public-btn div img,
.public-banner2 .public-btn div svg {
  width: 12px;
  height: 12px;
}
.public-banner2 .public-btn:hover {
  color: #fff;
}
.public-banner2 .public-btn:hover::before {
  width: 100%;
}
.public-banner2 .c-img,
.public-banner2 .c-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.public-banner2 .c-img img,
.public-banner2 .c-video img,
.public-banner2 .c-img video,
.public-banner2 .c-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-banner2 .c-video {
  z-index: 2;
  object-fit: cover;
}
.public-banner2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.public-banner2 .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  color: #fff;
  transform: translateY(-50%);
}
.public-banner2 .c-text-box .c-title {
  font-size: var(--font-size4);
}
.public-banner2 .c-text-box .c-subtitle {
  margin-top: 0.2rem;
  font-size: 0.4rem;
  line-height: 1.2;
}
.public-banner2 .c-text-box .public-btn {
  margin-top: 0.35rem;
}
.public-banner2 .c-btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  color: #fff;
}
.public-banner2 .c-btn-box .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.3rem 0;
}
.public-banner2 .c-btn-box .c-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  color: container container1600;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-banner2 .c-btn-box .c-arrow {
    width: 40px;
    height: 40px;
  }
}
.public-banner2 .c-btn-box .c-arrow img,
.public-banner2 .c-btn-box .c-arrow svg {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.public-banner2 .c-btn-box .c-arrow:hover {
  background: container container1600;
  color: #fff;
}

 
@charset "utf-8";
.project-box1 {
  position: relative;
  z-index: 10;
  background: #fff;
  padding-bottom: 0.2rem;
  padding-top: 0.9rem;
}
.project-box1 .ppbox {
  text-align: center;
}
.project-box1 .ppbox .ppcn1 {
  border: 2px solid var(--color);
  border-radius: 0.19rem;
  line-height: 0.38rem;
  color: var(--color);
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0 0.24rem;
}
@media (max-width: 767px) {
  .project-box1 .ppbox .ppcn1 {
    padding: 0.1rem 0.24rem;
    border-radius: 0.9rem;
  }
}
.project-box1 .ppbox .ppcn2 {
  color: #222222;
  line-height: 1.27777778em;
  margin-top: 0.25rem;
  font-weight: bold;
  font-size: var(--font-size2);
}
.project-box1 .ppbox .ppcn3 {
  margin-top: 0.1rem;
  color: #666666;
  line-height: 1.55555556em;
  font-size: var(--font-size7);
}
.project-box1 .projectbox1 {
  position: relative;
  overflow: hidden;
  margin-top: 0.75rem;
}
@media (max-width: 991px) {
  .project-box1 .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .project-box1 .swiper-slide {
    margin-top: 0.3rem;
    margin-right: 0 !important;
    width: calc(50% - 0.15rem) !important;
  }
}
.project-box1 .swiper-slide .img {
  border-radius: 0.1rem;
}
.project-box1 .swiper-slide .img::before {
  padding-top: 103.8961039%;
}
.project-box1 .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 0.35rem;
  width: 100%;
  padding: 0 0.2rem;
  z-index: 2;
  color: #Fff;
  text-align: center;
  font-size: var(--font-size4);
}
.project-box1 .swiper-slide:hover .img img {
  transform: scale(1.05);
}

 
@charset "utf-8";
.c-home5 {
  padding: 1.8rem 0 1.6rem;
  background: -webkit-linear-gradient(bottom, #E4EEF8 0%, #fff 100%);
  background: linear-gradient(to top, #E4EEF8 0%, #fff 100%);
}
@media (max-width: 767px) {
  .c-home5 {
    padding: 1.2rem 0;
  }
}
.c-home5 .font14 {
  font-size: 14px;
  line-height: 24px;
}
.c-home5 .font16 {
  font-size: 16px;
}
.c-home5 .font18 {
  font-size: 18px;
  line-height: 28px;
}
.c-home5 .font20 {
  font-size: 20px;
  line-height: 30px;
}
.c-home5 .font22 {
  font-size: 22px;
  line-height: 32px;
}
.c-home5 .font24 {
  font-size: 24px;
  line-height: 34px;
}
.c-home5 .font28 {
  font-size: 28px;
  line-height: 38px;
}
.c-home5 .font30 {
  font-size: 30px;
  line-height: 40px;
}
.c-home5 .font32 {
  font-size: 32px;
  line-height: 42px;
}
.c-home5 .font36 {
  font-size: 36px;
  line-height: 46px;
}
.c-home5 .font38 {
  font-size: 38px;
  line-height: 48px;
}
.c-home5 .font40 {
  font-size: 40px;
  line-height: 50px;
}
.c-home5 .font44 {
  font-size: 44px;
  line-height: 54px;
}
.c-home5 .font48 {
  font-size: 48px;
  line-height: 58px;
}
.c-home5 .font50 {
  font-size: 50px;
  line-height: 60px;
}
.c-home5 .font60 {
  font-size: 60px;
  line-height: 70px;
}
.c-home5 .font68 {
  font-size: 68px;
  line-height: 78px;
}
.c-home5 .font70 {
  font-size: 70px;
  line-height: 80px;
}
.c-home5 .font80 {
  font-size: 80px;
  line-height: 90px;
}
@media (max-width: 1900px) {
  .c-home5 .font20,
  .c-home5 .font22,
  .c-home5 .font24 {
    font-size: 20px;
    line-height: 30px;
  }
  .c-home5 .font28 {
    font-size: 22px;
    line-height: 32px;
  }
  .c-home5 .font30,
  .c-home5 .font32,
  .c-home5 .font36,
  .c-home5 .font38 {
    font-size: 30px;
    line-height: 40px;
  }
  .c-home5 .font40,
  .c-home5 .font44,
  .c-home5 .font48,
  .c-home5 .font50,
  .c-home5 .font60 {
    font-size: 38px;
    line-height: 48px;
  }
  .c-home5 .font68,
  .c-home5 .font70 {
    font-size: 48px;
    line-height: 58px;
  }
  .c-home5 .font80 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1580px) {
  .c-home5 .font16 {
    font-size: 14px;
  }
  .c-home5 .font18 {
    font-size: 16px;
  }
  .c-home5 .font20,
  .c-home5 .font22,
  .c-home5 .font24 {
    font-size: 18px;
    line-height: 28px;
  }
  .c-home5 .font28 {
    font-size: 20px;
    line-height: 30px;
  }
  .c-home5 .font30,
  .c-home5 .font32,
  .c-home5 .font36,
  .c-home5 .font38 {
    font-size: 22px;
    line-height: 32px;
  }
  .c-home5 .font40,
  .c-home5 .font44,
  .c-home5 .font48,
  .c-home5 .font50,
  .c-home5 .font60 {
    font-size: 30px;
    line-height: 40px;
  }
  .c-home5 .font68,
  .c-home5 .font70 {
    font-size: 40px;
    line-height: 50px;
  }
  .c-home5 .font80 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .c-home5 .font16,
  .c-home5 .font18 {
    font-size: 14px;
    line-height: 24px;
  }
  .c-home5 .font20,
  .c-home5 .font22,
  .c-home5 .font24 {
    font-size: 16px;
    line-height: 26px;
  }
  .c-home5 .font28 {
    font-size: 18px;
    line-height: 28px;
  }
  .c-home5 .font30,
  .c-home5 .font32,
  .c-home5 .font36,
  .c-home5 .font38 {
    font-size: 20px;
    line-height: 30px;
  }
  .c-home5 .font40,
  .c-home5 .font44,
  .c-home5 .font48,
  .c-home5 .font50,
  .c-home5 .font60 {
    font-size: 24px;
    line-height: 34px;
  }
  .c-home5 .font68,
  .c-home5 .font70 {
    font-size: 28px;
    line-height: 38px;
  }
  .c-home5 .font80 {
    font-size: 40px;
    line-height: 50px;
  }
}
.c-home5 .public-title {
  text-align: center;
}
.c-home5 .public-title .c-title {
  color: #222;
  font-size: var(--font-size2);
}
.c-home5 .public-title .c-subtitle {
  margin-top: 0.2rem;
  font-size: var(--font-size7);
  /* font-weight: bold; */
  line-height: 1.3;
  color: #666;
}
.c-home5 .c-list {
  display: flex;
  margin: 0.75rem -5px -10px;
}
@media (max-width: 1260px) {
  .c-home5 .c-list {
    margin: 0.75rem 0 0;
    border-radius: 0;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .c-home5 .c-list {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.c-home5 .c-list li {
  flex: 1 1 20%;
  padding: 0 5px 10px;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-home5 .c-list li {
    padding: 0 20px 20px 0;
    flex: 0 0 40%;
  }
  .c-home5 .c-list li:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .c-home5 .c-list li {
    flex: 0 0 80%;
  }
}
@media (min-width: 992px) {
  .c-home5 .c-list li:hover {
    flex: 0 0 50%;
  }
  .c-home5 .c-list li:hover .c-wrap .c-title {
    opacity: 0;
  }
  .c-home5 .c-list li:hover .c-wrap .c-box {
    opacity: 1;
    transition: all 0.4s 0.4s;
  }
}
.c-home5 .c-list li .c-wrap {
  position: relative;
  display: block;
  color: #fff;
  background: #000;
  height: 5.8rem;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .c-home5 .c-list li .c-wrap {
    height: 7rem;
  }
}
@media (max-width: 991px) {
  .c-home5 .c-list li .c-wrap {
    height: 50vw;
  }
}
@media (max-width: 767px) {
  .c-home5 .c-list li .c-wrap {
    height: 90vw;
  }
}
.c-home5 .c-list li .c-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.c-home5 .c-list li .c-wrap .c-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  transition: all 0.4s;
  font-size: var(--font-size4);
}
@media (max-width: 991px) {
  .c-home5 .c-list li .c-wrap .c-title {
    opacity: 0;
  }
}
.c-home5 .c-list li .c-wrap .c-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0.4rem 0.5rem;
  opacity: 0;
  text-align: center;
  justify-content: center;
  transition: all 0s 0s;
}
@media (max-width: 991px) {
  .c-home5 .c-list li .c-wrap .c-box {
    opacity: 1;
  }
}
.c-home5 .c-list li .c-wrap .c-box .c-top {
  width: 100%;
}
.c-home5 .c-list li .c-wrap .c-box .c-top .c-title2 {
  font-size: var(--font-size4);
}
.c-home5 .c-list li .c-wrap .c-box .c-top .c-text {
  margin-top: 0.15rem;
  font-size: var(--font-size7);
  text-align: left;
}
.c-home5 .c-list li .c-wrap .c-box .c-bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  display: none;
}
@media (max-width: 991px) {
  .c-home5 .c-list li .c-wrap .c-box .c-bottom {
    display: none;
  }
}
.c-home5 .c-list li .c-wrap .c-box .c-bottom p {
  margin: 0 0.1rem 0.1rem 0;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0.1rem 0.15rem;
  border: 1px solid #fff;
  border-radius: 24px;
  min-height: 40px;
}

 
@charset "utf-8";
.project-box3 {
  padding-bottom: 1.3rem;
  padding-top: 1.6rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .project-box3 {
    padding: 1.2rem 0;
  }
}
.project-box3 .ppbox {
  text-align: center;
}
.project-box3 .ppbox .ppcn1 {
  border: 2px solid var(--color);
  border-radius: 0.19rem;
  line-height: 0.38rem;
  color: var(--color);
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0 0.24rem;
}
@media (max-width: 767px) {
  .project-box3 .ppbox .ppcn1 {
    padding: 0.1rem 0.24rem;
    border-radius: 0.9rem;
  }
}
.project-box3 .ppbox .ppcn2 {
  color: #222222;
  line-height: 1.27777778em;
  margin-top: 0.25rem;
  font-size: var(--font-size2);
}
.project-box3 .ppbox .ppcn3 {
  margin-top: 0.1rem;
  color: #666666;
  line-height: 1.55555556em;
  font-size: var(--font-size7);
}
.project-box3 .container .box .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform: translateX(-2rem);
}
@media (max-width: 767px) {
  .project-box3 .container .box .box2 {
    transform: translateX(0) !important;
  }
}
.project-box3 .container .box .box2:nth-child(even) {
  transform: translateX(2rem);
}
.project-box3 .container .box .box2 .box3 {
  margin-top: 0.8rem;
  width: calc(50% - 0.4rem);
  background-color: #f6fbff;
  border-radius: 0.1rem;
  transition: all 0.5s;
  padding: 0.7rem 0 0.85rem;
}
@media (max-width: 767px) {
  .project-box3 .container .box .box2 .box3 {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.project-box3 .container .box .box2 .box3 .img {
  background-color: #dce9f3;
  border-radius: 0.1rem;
  width: 1rem;
  margin: 0 auto;
  transition: all 0.5s;
}
.project-box3 .container .box .box2 .box3 .img img {
  width: 60%;
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.project-box3 .container .box .box2 .box3 .img .tu1 {
  opacity: 0;
}
.project-box3 .container .box .box2 .box3 .img .tu2 {
  opacity: 1;
}
.project-box3 .container .box .box2 .box3 .cn1 {
  color: #222;
  text-align: center;
  margin: 0.35rem 0 0;
  padding: 0 0.4rem;
  font-size: var(--font-size4);
}
.project-box3 .container .box .box2 .box3 .cn2 {
  margin-top: 0.2rem;
  text-align: center;
  color: #666666;
  line-height: 1.33333333em;
  padding: 0 0.4rem;
  font-size: var(--font-size7);
}
.project-box3 .container .box .box2 .box3:hover {
  background-color: rgba(0, 94, 171, 0.1);
}
.project-box3 .container .box .box2 .box3:hover .img {
  background-color: var(--color);
}
.project-box3 .container .box .box2 .box3:hover .img .tu1 {
  opacity: 1;
}
.project-box3 .container .box .box2 .box3:hover .img .tu2 {
  opacity: 0;
}
