.home-banner-box {
  width: 100%;
}
.swiper-container {
  width: 100%;
  height: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.swiper-slide img {
  max-width: 100%;
}
.swiper-slide video {
  width: 100%;
  max-width: 100%;
}
.product-box {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
  box-sizing: border-box;
}
.product-box .left-box {
  width: calc(100% - 258px);
  display: flex;
  flex-direction: column;
}
.product-box .left-box .top-product-box {
  display: flex;
  justify-content: space-between;
}
.product-box .left-box .top-product-box .item-box {
  width: calc(50% - 10px);
  height: 352px;
  margin-bottom: 20px;
  background-color: #f5f5f6;
  border-radius: 10px;
  padding: 40px 0;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0);
}
.product-box .left-box .top-product-box .item-box:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.product-box .left-box .top-product-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.product-box .left-box .top-product-box .item-box .img-box {
  width: 100%;
  line-height: 0;
  text-align: center;
}
.product-box .left-box .top-product-box .item-box .img-box img {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
  max-width: 100%;
}
.product-box .left-box .top-product-box .item-box .product-name {
  font-size: 24px;
  padding: 5px 10px;
}
.product-box .left-box .top-product-box .item-box .product-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #acacac;
  padding: 5px 10px;
}
.product-box .left-box .top-product-box .item-box .more {
  font-size: 14px;
  padding: 5px 10px;
}
.product-box .left-box .top-product-box .item-box .more a {
  color: #17469d;
}
.product-box .left-box .bottom-product-box {
  display: flex;
  justify-content: space-between;
}
.product-box .left-box .bottom-product-box .left {
  width: 360px;
  height: 635px;
  border-radius: 10px;
  overflow: hidden;
  background: url('../imgs/home-img-3.png') no-repeat center;
  background-size: 100%;
  text-align: center;
  padding-top: 60px;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0);
}
.product-box .left-box .bottom-product-box .left:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background-size: 105%;
}
.product-box .left-box .bottom-product-box .left .product-name {
  font-size: 24px;
  padding: 5px 10px;
}
.product-box .left-box .bottom-product-box .left .product-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #acacac;
  padding: 5px 10px;
}
.product-box .left-box .bottom-product-box .left .more {
  font-size: 14px;
  padding: 5px 10px;
}
.product-box .left-box .bottom-product-box .left .more a {
  color: #17469d;
}
.product-box .left-box .bottom-product-box .right {
  width: calc(100% - 380px);
  height: 635px;
  background-color: #f5f5f6;
  border-radius: 10px;
  padding-top: 60px;
  box-sizing: border-box;
  padding-left: 6%;
  position: relative;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0);
}
.product-box .left-box .bottom-product-box .right:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.product-box .left-box .bottom-product-box .right:hover .img-box img {
  transform: scale(1.1);
}
.product-box .left-box .bottom-product-box .right .product-name {
  font-size: 24px;
  padding: 5px 10px;
}
.product-box .left-box .bottom-product-box .right .product-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #acacac;
  padding: 5px 10px;
}
.product-box .left-box .bottom-product-box .right .more {
  font-size: 14px;
  padding: 5px 10px;
}
.product-box .left-box .bottom-product-box .right .more a {
  color: #17469d;
}
.product-box .left-box .bottom-product-box .right .img-box {
  position: absolute;
  padding-bottom: 60px;
  text-align: right;
  padding-right: 8%;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
}
.product-box .left-box .bottom-product-box .right .img-box img {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
  max-width: 100%;
}
.product-box .right-box {
  width: 238px;
  margin-left: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.product-box .right-box .img-box {
  width: 100%;
  line-height: 0;
}
.product-box .right-box .img-box img {
  max-width: 100%;
}
.product-box .right-box .web-box {
  background-color: #f5f5f6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: auto;
  overflow: hidden;
  padding: 20px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.product-box .right-box .web-box .item-box {
  margin-bottom: 20px;
}
.product-box .right-box .web-box .item-box .web-icon {
  padding-bottom: 5px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 5px;
}
.product-box .right-box .web-box .item-box .url-box {
  line-height: 1.5;
}
.product-box .right-box .web-box .item-box .url-box a {
  position: relative;
  padding-left: 1em;
}
.product-box .right-box .web-box .item-box .url-box a::before {
  display: block;
  content: '';
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #373737;
  border-radius: 50%;
}
.product-box .right-box .bottom-box {
  background-color: #f5f5f6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: auto;
  overflow: hidden;
  padding: 60px 0;
  height: 320px;
  box-sizing: border-box;
}
.product-box .right-box .bottom-box .img-box {
  text-align: center;
  margin-bottom: 20px;
}
.product-box .right-box .bottom-box .text-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
.product-box .right-box .bottom-box .more {
  text-align: center;
}
.product-box .right-box .bottom-box .more a {
  color: #17469d;
}
.technology-box {
  width: 100%;
  position: relative;
  margin-bottom: 150px;
  box-sizing: border-box;
}
.technology-box::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: -1;
}
.technology-box .inner-box {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 500px;
  padding-top: 50px;
}
.technology-box .inner-box .about-us-box {
  font-size: 72px;
  color: #e9e9e9;
  text-transform: uppercase;
}
.technology-box .inner-box .technology-title {
  font-size: 48px;
  color: #373737;
  padding-left: 9%;
  position: relative;
}
.technology-box .inner-box .technology-title-en {
  font-size: 16px;
  color: #767676;
  line-height: 1.5;
  padding: 10px 0 10px 9%;
}
.technology-box .inner-box .technology-content-box {
  display: flex;
  justify-content: space-between;
}
.technology-box .inner-box .technology-content-box .left-box {
  width: 56.3%;
}
.technology-box .inner-box .technology-content-box .left-box img {
  max-width: 100%;
}
.technology-box .inner-box .technology-content-box .left-box .text-box {
  padding: 70px 5% 70px 16%;
  line-height: 1.5;
}
.technology-box .inner-box .technology-content-box .left-box .text-box .text-title {
  font-size: 30px;
  color: #17469d;
  margin-bottom: 30px;
}
.technology-box .inner-box .technology-content-box .left-box .text-box .text-desc {
  font-size: 16px;
}
.technology-box .inner-box .technology-content-box .right-box {
  width: 39.9%;
  padding-left: 5%;
  padding-top: 150px;
}
.technology-box .inner-box .technology-content-box .right-box img {
  max-width: 100%;
}
.cooperation-box {
  max-width: 1440px;
  margin: 0 auto 100px auto;
  box-sizing: border-box;
}
.cooperation-box .about-us-box {
  font-size: 72px;
  color: #e9e9e9;
  text-transform: uppercase;
}
.cooperation-box .cooperation-title {
  font-size: 48px;
  color: #373737;
  padding-left: 9%;
  position: relative;
}
.cooperation-box .cooperation-title .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #17469d;
}
.cooperation-box .cooperation-title-en {
  font-size: 16px;
  color: #767676;
  line-height: 1.5;
  padding: 10px 0 10px 9%;
}
.cooperation-box .cooperation-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3%;
}
.cooperation-box .cooperation-list .cooperation-item .img-box {
  width: 100%;
  margin-bottom: 20px;
}
.cooperation-box .cooperation-list .cooperation-item .img-box a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.cooperation-box .cooperation-list .cooperation-item .img-box a .hover-img {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.cooperation-box .cooperation-list .cooperation-item .img-box a .ovrly {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cooperation-box .cooperation-list .cooperation-item .img-box a:hover .ovrly {
  opacity: 1;
}
.cooperation-box .cooperation-list .cooperation-item .img-box a:hover .hover-img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.cooperation-box .cooperation-list .cooperation-item .img-box img {
  width: 100%;
  aspect-ratio: 515/336;
}
.cooperation-box .cooperation-list .cooperation-item .item-title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.cooperation-box .cooperation-list .cooperation-item .date {
  font-size: 12px;
  color: #939393;
  line-height: 1.5;
  margin-bottom: 10px;
}
.cooperation-box .cooperation-list .cooperation-item .more {
  font-size: 12px;
}
.cooperation-box .cooperation-list .cooperation-item .more .icon {
  position: relative;
  top: 2px;
}
@media (max-width: 1600px) {
  .product-box {
    padding: 120px 15px;
  }
  .technology-box {
    padding: 0 15px;
  }
  .cooperation-box {
    padding: 0 15px;
  }
}
@media (max-width: 1000px) {
  .product-box {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .product-box .left-box {
    width: calc(100% - 258px);
    display: flex;
    flex-direction: column;
  }
  .product-box .left-box .top-product-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product-box .left-box .top-product-box .item-box {
    width: 100%;
    height: 352px;
    margin-bottom: 20px;
    background-color: #f5f5f6;
    border-radius: 10px;
    padding: 40px 0;
    text-align: center;
    box-sizing: border-box;
  }
  .product-box .left-box .top-product-box .item-box .img-box {
    width: 100%;
    line-height: 0;
    text-align: center;
  }
  .product-box .left-box .top-product-box .item-box .img-box img {
    max-width: 100%;
  }
  .product-box .left-box .top-product-box .item-box .product-name {
    font-size: 24px;
    padding: 5px 10px;
  }
  .product-box .left-box .top-product-box .item-box .product-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #acacac;
    padding: 5px 10px;
  }
  .product-box .left-box .top-product-box .item-box .more {
    font-size: 14px;
    padding: 5px 10px;
  }
  .product-box .left-box .top-product-box .item-box .more a {
    color: #17469d;
  }
  .product-box .left-box .bottom-product-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product-box .left-box .bottom-product-box .left {
    width: 360px;
    height: 335px;
    border-radius: 10px;
    overflow: hidden;
    background: url('../imgs/home-img-3.png') no-repeat;
    text-align: center;
    padding-top: 60px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .product-box .left-box .bottom-product-box .left .product-name {
    font-size: 24px;
    padding: 5px 10px;
  }
  .product-box .left-box .bottom-product-box .left .product-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #acacac;
    padding: 5px 10px;
  }
  .product-box .left-box .bottom-product-box .left .more {
    font-size: 14px;
    padding: 5px 10px;
  }
  .product-box .left-box .bottom-product-box .left .more a {
    color: #17469d;
  }
  .product-box .left-box .bottom-product-box .right {
    width: 100%;
    height: 535px;
    background-color: #f5f5f6;
    border-radius: 10px;
    padding-top: 60px;
    box-sizing: border-box;
    padding-left: 6%;
    position: relative;
  }
  .product-box .left-box .bottom-product-box .right .product-name {
    font-size: 24px;
    padding: 5px 10px;
  }
  .product-box .left-box .bottom-product-box .right .product-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #acacac;
    padding: 5px 10px;
  }
  .product-box .left-box .bottom-product-box .right .more {
    font-size: 14px;
    padding: 5px 10px;
  }
  .product-box .left-box .bottom-product-box .right .more a {
    color: #17469d;
  }
  .product-box .left-box .bottom-product-box .right .img-box {
    position: absolute;
    padding-bottom: 0px;
    padding-right: 0;
    box-sizing: border-box;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .product-box .left-box .bottom-product-box .right .img-box img {
    max-width: 90%;
  }
  .product-box .right-box {
    width: 238px;
    margin-left: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  .product-box .right-box .img-box {
    width: 100%;
    line-height: 0;
  }
  .product-box .right-box .img-box img {
    max-width: 100%;
  }
  .product-box .right-box .web-box {
    background-color: #f5f5f6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: auto;
    overflow: hidden;
    padding: 20px 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .product-box .right-box .web-box .item-box {
    margin-bottom: 20px;
  }
  .product-box .right-box .web-box .item-box .web-icon {
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px;
  }
  .product-box .right-box .web-box .item-box .url-box {
    line-height: 1.5;
  }
  .product-box .right-box .web-box .item-box .url-box a {
    position: relative;
    padding-left: 1em;
  }
  .product-box .right-box .web-box .item-box .url-box a::before {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #373737;
    border-radius: 50%;
  }
  .product-box .right-box .bottom-box {
    background-color: #f5f5f6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
    height: 320px;
    box-sizing: border-box;
  }
  .product-box .right-box .bottom-box .img-box {
    text-align: center;
    margin-bottom: 20px;
  }
  .product-box .right-box .bottom-box .text-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
  }
  .product-box .right-box .bottom-box .more {
    text-align: center;
  }
  .product-box .right-box .bottom-box .more a {
    color: #17469d;
  }
  .technology-box {
    margin-bottom: 150px;
  }
  .technology-box .inner-box .about-us-box {
    font-size: 60px;
  }
  .technology-box .inner-box .technology-title {
    font-size: 42px;
    padding-left: 9%;
  }
  .technology-box .inner-box .technology-title-en {
    font-size: 15px;
    padding: 10px 0 10px 9%;
  }
  .technology-box .inner-box .technology-content-box {
    display: flex;
    justify-content: space-between;
  }
  .technology-box .inner-box .technology-content-box .left-box {
    width: 56.3%;
  }
  .technology-box .inner-box .technology-content-box .left-box img {
    max-width: 100%;
  }
  .technology-box .inner-box .technology-content-box .left-box .text-box {
    padding: 70px 5% 70px 16%;
    line-height: 1.5;
  }
  .technology-box .inner-box .technology-content-box .left-box .text-box .text-title {
    font-size: 30px;
    color: #17469d;
    margin-bottom: 30px;
  }
  .technology-box .inner-box .technology-content-box .left-box .text-box .text-desc {
    font-size: 16px;
  }
  .technology-box .inner-box .technology-content-box .right-box {
    width: 39.9%;
    padding-left: 5%;
    padding-top: 150px;
  }
  .technology-box .inner-box .technology-content-box .right-box img {
    max-width: 100%;
  }
  .cooperation-box {
    max-width: 1440px;
    margin: 0 auto 100px auto;
  }
  .cooperation-box .about-us-box {
    font-size: 60px;
  }
  .cooperation-box .cooperation-title {
    font-size: 42px;
    padding-left: 9%;
  }
  .cooperation-box .cooperation-title .more {
    font-size: 14px;
  }
  .cooperation-box .cooperation-title-en {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0 10px 9%;
  }
  .cooperation-box .cooperation-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3%;
  }
  .cooperation-box .cooperation-list .cooperation-item .img-box {
    margin-bottom: 20px;
  }
  .cooperation-box .cooperation-list .cooperation-item .item-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cooperation-box .cooperation-list .cooperation-item .date-more {
    display: flex;
    flex-direction: column;
  }
  .cooperation-box .cooperation-list .cooperation-item .date {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cooperation-box .cooperation-list .cooperation-item .more {
    font-size: 12px;
  }
  .cooperation-box .cooperation-list .cooperation-item .more .icon {
    top: 2px;
  }
}
@media (max-width: 768px) {
  .technology-box {
    margin-bottom: 100px;
  }
  .technology-box .inner-box .about-us-box {
    font-size: 42px;
  }
  .technology-box .inner-box .technology-title {
    font-size: 30px;
    padding-left: 9%;
  }
  .technology-box .inner-box .technology-title-en {
    font-size: 14px;
    padding: 10px 0 10px 9%;
  }
  .technology-box .inner-box .technology-content-box {
    display: flex;
    justify-content: space-between;
  }
  .technology-box .inner-box .technology-content-box .left-box {
    width: 56.3%;
  }
  .technology-box .inner-box .technology-content-box .left-box img {
    max-width: 100%;
  }
  .technology-box .inner-box .technology-content-box .left-box .text-box {
    padding: 30px 4% 30px 8%;
    line-height: 1.5;
  }
  .technology-box .inner-box .technology-content-box .left-box .text-box .text-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .technology-box .inner-box .technology-content-box .left-box .text-box .text-desc {
    font-size: 16px;
  }
  .technology-box .inner-box .technology-content-box .right-box {
    width: 39.9%;
    padding-left: 5%;
    padding-top: 150px;
  }
  .technology-box .inner-box .technology-content-box .right-box img {
    max-width: 100%;
  }
  .cooperation-box {
    margin: 0 auto 100px auto;
    box-sizing: border-box;
  }
  .cooperation-box .about-us-box {
    font-size: 42px;
  }
  .cooperation-box .cooperation-title {
    font-size: 30px;
    padding-left: 9%;
  }
  .cooperation-box .cooperation-title .more {
    font-size: 14px;
  }
  .cooperation-box .cooperation-title-en {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0 10px 9%;
  }
  .cooperation-box .cooperation-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3%;
  }
  .cooperation-box .cooperation-list .cooperation-item .img-box {
    margin-bottom: 20px;
  }
  .cooperation-box .cooperation-list .cooperation-item .item-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cooperation-box .cooperation-list .cooperation-item .date {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cooperation-box .cooperation-list .cooperation-item .more {
    font-size: 12px;
  }
  .cooperation-box .cooperation-list .cooperation-item .more .icon {
    top: 2px;
  }
}
@media (max-width: 500px) {
  .product-box {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .product-box .left-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .product-box .left-box .top-product-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product-box .left-box .top-product-box .item-box {
    width: 100%;
    height: 352px;
    margin-bottom: 20px;
    background-color: #f5f5f6;
    border-radius: 10px;
    padding: 40px 0;
    text-align: center;
    box-sizing: border-box;
  }
  .product-box .left-box .top-product-box .item-box .img-box {
    width: 100%;
    line-height: 0;
    text-align: center;
  }
  .product-box .left-box .top-product-box .item-box .img-box img {
    max-width: 100%;
  }
  .product-box .left-box .top-product-box .item-box .product-name {
    font-size: 24px;
    padding: 5px 10px;
  }
  .product-box .left-box .top-product-box .item-box .product-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #acacac;
    padding: 5px 10px;
  }
  .product-box .left-box .top-product-box .item-box .more {
    font-size: 14px;
    padding: 5px 10px;
  }
  .product-box .left-box .top-product-box .item-box .more a {
    color: #17469d;
  }
  .product-box .left-box .bottom-product-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product-box .left-box .bottom-product-box .left {
    width: 100%;
    height: 335px;
    border-radius: 10px;
    overflow: hidden;
    background: #efefee url('../imgs/home-img-3.png') no-repeat;
    text-align: center;
    padding-top: 60px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .product-box .left-box .bottom-product-box .left .product-name {
    font-size: 24px;
    padding: 5px 10px;
  }
  .product-box .left-box .bottom-product-box .left .product-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #acacac;
    padding: 5px 10px;
  }
  .product-box .left-box .bottom-product-box .left .more {
    font-size: 14px;
    padding: 5px 10px;
  }
  .product-box .left-box .bottom-product-box .left .more a {
    color: #17469d;
  }
  .product-box .left-box .bottom-product-box .right {
    width: 100%;
    height: 535px;
    background-color: #f5f5f6;
    border-radius: 10px;
    padding-top: 60px;
    box-sizing: border-box;
    padding-left: 0;
    position: relative;
  }
  .product-box .left-box .bottom-product-box .right .product-name {
    font-size: 24px;
    padding: 5px 10px;
    text-align: center;
  }
  .product-box .left-box .bottom-product-box .right .product-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #acacac;
    padding: 5px 10px;
    text-align: center;
  }
  .product-box .left-box .bottom-product-box .right .more {
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
  }
  .product-box .left-box .bottom-product-box .right .more a {
    color: #17469d;
  }
  .product-box .left-box .bottom-product-box .right .img-box {
    position: absolute;
    padding-bottom: 0px;
    box-sizing: border-box;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }
  .product-box .left-box .bottom-product-box .right .img-box img {
    max-width: 90%;
  }
  .product-box .right-box {
    width: 100%;
    margin-left: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .product-box .right-box > .img-box {
    display: none;
    width: 100%;
    line-height: 0;
  }
  .product-box .right-box > .img-box img {
    max-width: 100%;
  }
  .product-box .right-box .web-box {
    background-color: #f5f5f6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: auto;
    overflow: hidden;
    padding: 20px 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .product-box .right-box .web-box .item-box {
    margin-bottom: 20px;
  }
  .product-box .right-box .web-box .item-box .web-icon {
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px;
  }
  .product-box .right-box .web-box .item-box .url-box {
    line-height: 1.5;
  }
  .product-box .right-box .web-box .item-box .url-box a {
    position: relative;
    padding-left: 1em;
  }
  .product-box .right-box .web-box .item-box .url-box a::before {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #373737;
    border-radius: 50%;
  }
  .product-box .right-box .bottom-box {
    background-color: #f5f5f6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
    height: 320px;
    box-sizing: border-box;
  }
  .product-box .right-box .bottom-box .img-box {
    text-align: center;
    margin-bottom: 20px;
  }
  .product-box .right-box .bottom-box .text-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
  }
  .product-box .right-box .bottom-box .more {
    text-align: center;
  }
  .product-box .right-box .bottom-box .more a {
    color: #17469d;
  }
  .technology-box {
    margin-bottom: 100px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .technology-box .inner-box .about-us-box {
    font-size: 36px;
  }
  .technology-box .inner-box .technology-title {
    font-size: 24px;
    padding-left: 9%;
  }
  .technology-box .inner-box .technology-title-en {
    font-size: 14px;
    padding: 10px 0 10px 9%;
  }
  .technology-box .inner-box .technology-content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .technology-box .inner-box .technology-content-box .left-box {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .technology-box .inner-box .technology-content-box .left-box img {
    max-width: 100%;
  }
  .technology-box .inner-box .technology-content-box .left-box .text-box {
    padding: 20px;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .technology-box .inner-box .technology-content-box .left-box .text-box .text-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .technology-box .inner-box .technology-content-box .left-box .text-box .text-desc {
    font-size: 16px;
  }
  .technology-box .inner-box .technology-content-box .right-box {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    box-sizing: border-box;
  }
  .technology-box .inner-box .technology-content-box .right-box img {
    max-width: 100%;
  }
  .cooperation-box {
    margin: 0 auto 100px auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .cooperation-box .about-us-box {
    font-size: 36px;
  }
  .cooperation-box .cooperation-title {
    font-size: 24px;
    padding-left: 9%;
  }
  .cooperation-box .cooperation-title .more {
    top: -20px;
    font-size: 14px;
  }
  .cooperation-box .cooperation-title-en {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0 10px 9%;
  }
  .cooperation-box .cooperation-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3%;
  }
  .cooperation-box .cooperation-list .cooperation-item .img-box {
    margin-bottom: 20px;
  }
  .cooperation-box .cooperation-list .cooperation-item .item-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cooperation-box .cooperation-list .cooperation-item .date-more {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .cooperation-box .cooperation-list .cooperation-item .date {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .cooperation-box .cooperation-list .cooperation-item .more {
    font-size: 12px;
  }
  .cooperation-box .cooperation-list .cooperation-item .more .icon {
    top: 2px;
  }
}
