﻿.project {
  width: 1440px;
  padding: 100px 0;
}

.project .project_banner {
  width: 100%;
  height: 502px;
  border-radius: 18px;
  overflow: hidden;
}

.project .project_banner img {
  width: 100%;
  height: 100%;
}

.project .project_mobile_banner {
  display: none;
}

.project .project_box {
  margin-top: 110px;
  position: relative;
}

.project .project_box .project_box_title {
  font-size: 48px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 56px;
  -webkit-background-clip: text;
  margin-bottom: 40px;
}

.project .project_box .project_box_picture {
  width: 530px;
  height: 300px;
  transition: all .2s ease-in-out;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}

.project .project_box .project_box_picture:hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

.project .project_box .project_box_picture img {
  width: 100%;
  height: 100%;
}

.project .project_box .project_box_content {
  width: 890px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 65px;
}

.project .project_box .project_box_content .other_item {
  width: 173px;
  height: 162px;
  background: #D9D9D9;
  border-radius: 18px;
  margin-right: 20px;
  padding-top: 10px;
  display: flex;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  flex-direction: column;
  align-items: center;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.project .project_box .project_box_content .other_item:hover {
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

.project .project_box .project_box_content .other_item .other_text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  -webkit-background-clip: text;
  margin-bottom: 2px;
}

.project .project_box .project_box_content .other_item .other_btn {
  padding-top: 5px;
}

.project .project_box .project_box_content .other_item .other_btn a {
  width: 81px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 13px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background-color: #002870;
  transition: all .2s ease-in-out;
}

.project .project_box .project_box_content .other_item .other_btn:hover a {
  background-color: #00328b;
}

.project .project_box .project_box_content .other_item .other_img {
  width: 80%;
  max-height: 80px;
}

.project .project_box .project_box_content .other_item .other_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.project .project_box .project_box_content .other_item:last-child {
  margin-right: 0;
}

.project .project_box .project_box_content .other_item.qrcode .other_img {
  width: 80px;
  height: 80px;
  margin-top: 15px;
}

.project .project_box .project_box_desc {
  width: 890px;
  position: absolute;
  top: 96px;
  right: 0;
  height: 95px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .project {
    width: 100%;
    padding: 0;
  }
  .project .project_banner {
    height: 240rem;
    display: none;
  }
  .project .project_mobile_banner {
    display: block;
    width: 100%;
    height: 240rem;
    background-color: #D6DEEF;
    background-size: 100%;
  }
  .project .project_box {
    margin-top: 0;
    position: relative;
    padding: 16rem;
  }
  .project .project_box .project_box_title {
    font-size: 24rem;
    font-family: PingFang SC-Medium, PingFang SC;
    color: #000000;
    line-height: 32rem;
    margin-bottom: 16rem;
  }
  .project .project_box .project_box_picture {
    width: 100%;
    height: 192rem;
    border-radius: 8rem 8rem 0 0;
  }
  .project .project_box .project_box_content {
    width: 100%;
    position: static;
    margin-top: 12rem;
    justify-content: flex-start;
    padding: 0;
    flex-wrap: wrap;
  }
  .project .project_box .project_box_content .other_item {
    width: 105rem;
    height: 140rem;
    background: #fff;
    border-radius: 8rem;
    margin-right: 0;
    padding-top: 14rem;
    border: 1rem solid #DADADA;
    position: relative;
    padding: 4rem 4rem;
    border-radius: 4px;
    margin-bottom: 12rem;
    margin-right: 12rem ;
  }

  .project .project_box .project_box_content .other_item:nth-child(3n) {
    margin-right: 0rem ;
  }
  .project .project_box .project_box_content .other_item .other_text {
    height: 30rem;
    font-size: 12rem;
    font-weight: 600;
    font-family: MiSans-Demibold, MiSans;
    color: #000;
    line-height: 22rem;
    -webkit-background-clip: text;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .project .project_box .project_box_content .other_item .other_btn {
    width: 100%;
    padding-top: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .project .project_box .project_box_content .other_item .other_btn a {
    width: 89rem;
    height: 30rem;
    border-radius: 30rem;
    font-size: 11rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: bold;
    color: #fff;
    line-height: 14rem;
  }
  .project .project_box .project_box_content .other_item .other_img {
    margin-top: 2rem;
    width: 100%;
    height: 60rem;
  }
  .project .project_box .project_box_content .other_item.qrcode {
    white-space: nowrap;
  }
  .project .project_box .project_box_content .other_item.qrcode .other_img {
    margin-top: 13rem;
    width: 80rem;
    height: 80rem;
  }
  .project .project_box:last-child .other_item {
    height: 146rem;
    padding-top: 10rem;
  }
  .project .project_box:last-child .other_item .other_text {
    text-align: center;
    font-size: 20rem;
    transform: scale(0.6);
    line-height: 26rem;
  }
  .project .project_box .project_box_desc {
    width: 100%;
    height: 100%;
    position: static;
    padding: 16rem;
    background: #FFFFFF;
    border-radius: 0px 0px 8rem 8rem;
    border: 1px solid #DADADA;
    border-top: none;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 14rem;
    color: #666666;
    line-height: 22rem;
    text-align: justify;
    font-style: normal;
    text-transform: none;
  }
}