.info-container {
  width: 1200px;
  margin: 0 auto;
}
.info-container .info-title-en {
  font-size: 60px;
  font-weight: 300;
  color: #333;
  text-align: center;
}
.info-container .info-line {
  padding: 27px 0;
  line-height: 5px;
  text-align: center;
}
.info-container .info-line i {
  display: inline-block;
  width: 92px;
  height: 5px;
  vertical-align: top;
  background-color: #1e98c5;
}
.info-container .info-title-cn {
  font-size: 40px;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.about-info {
  margin-top: 55px;
}
.about-info .info-text {
  text-align: justify;
  text-indent: 2em;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 20px;
}
.about-info #about-video {
  width: 100%;
  margin-bottom: 10px;
}
.company-info {
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #f2f2f2;
}
.more-btn {
  text-align: center;
}
.more-btn a {
  display: inline-block;
  width: 148px;
  height: 48px;
  background: url(../img/more_btn.png) no-repeat center / 100%;
  color: transparent;
}
.more-btn a:hover {
  background-image: url(../img/more_btn_selected.png);
}
.product-info {
  padding: 70px 0 40px;
}
.product-info .product-list-wrapper {
  padding-bottom: 40px;
}
.product-info .product-list {
  display: flex;
  justify-content: space-between;
}
.product-info .product-list .product-item {
  width: 385px;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}
.product-info .product-list .product-item:hover {
  transform: translateY(-4px);
}
.product-info .product-list .product-item:hover .product-more::after {
  background-image: url(../img/right_arrow_selected.png);
}
.product-info .product-list .product-item:hover .product-more a {
  color: #1e98c5;
}
.product-info .product-list .product-item .product-img img {
  display: block;
  width: 384px;
  height: 173px;
}
.product-info .product-list .product-item .product-name {
  padding: 12px 12px 0;
  font-size: 27px;
  color: #595959;
  margin-bottom: 5px;
}
.product-info .product-list .product-item .product-desc {
  padding: 0 12px 12px;
  font-size: 15px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-info .product-list .product-item .product-more {
  position: relative;
  text-align: right;
  padding: 0 25px 12px 12px;
  font-size: 15px;
}
.product-info .product-list .product-item .product-more a {
  color: #999;
}
.product-info .product-list .product-item .product-more::after {
  content: '';
  position: absolute;
  right: 13px;
  top: 1px;
  display: block;
  width: 8px;
  height: 15px;
  background: url(../img/right_arrow.png) no-repeat center / 100%;
}
