.info-title {
  padding: 20px 0;
  text-align: center;
  font-size: 36px;
  color: #000;
}
.info-title .color {
  color: #0F40F5;
  padding-left: 20px;
}

.info-content {
  width: 1400px;
}

.cases {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1400px;
}
.cases .item {
  position: relative;
  display: block;
  width: 460px;
  height: 270px;
  overflow: hidden;
  border-radius: 3px;
}
.cases .item .img {
  width: 100%;
}
.cases .item .title-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(15, 64, 245, 0.8);
  overflow: hidden;
}
.cases .item .title-box .title {
  color: #fff;
  font-size: 16px;
  padding: 20px;
}
.cases .item:hover {
  /*.img{
    transition: all 0.5s ease-out;transform: scale(1.1);
  }*/
}
.cases .item:hover .title-box {
  height: 100%;
  transition: all 0.3s ease-out;
}

.video {
  margin-top: 10px;
  background: #6c6c6c;
  width: 1400px;
  height: 450px;
}
.video .video-iframe {
  width: 100%;
  height: 100%;
}

.mentor {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 1400px;
  height: 500px;
  background: url("../images/product-mentor-bg.png") no-repeat center;
  align-items: center;
}
.mentor .mentor-list {
  margin-top: 20px;
  width: 1400px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.mentor .mentor-list .item {
  width: 19%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mentor .mentor-list .item .img-box {
  width: 140px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
}
.mentor .mentor-list .item .name {
  margin-top: 20px;
  font-size: 16px;
}
.mentor .mentor-list .item .txt {
  margin-top: 10px;
  font-size: 14px;
  color: #6c6c6c;
}
.mentor .btn-box {
  padding: 35px 0;
}
.mentor .btn-box .btn {
  display: block;
  background: #0F40F5;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
}
.mentor .btn-box .btn:hover {
  background: rgba(15, 64, 245, 0.8);
}

.news-list {
  position: relative;
  margin-top: 20px;
  width: 1400px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .item {
  width: 32.5%;
  background: #efefef;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 400px;
}
.news-list .item .img-box {
  width: 100%;
  height: 240px;
  border-radius: 5px;
  overflow: hidden;
}
.news-list .item .img-box .img {
  width: 100%;
}
.news-list .item .title {
  margin-top: 10px;
  width: 90%;
  font-size: 16px;
  font-weight: bold;
  max-height: 60px;
  line-height: 30px;
}
.news-list .item .subtitle {
  margin-top: 10px;
  width: 90%;
  font-size: 14px;
  color: #6c6c6c;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
}

.flink-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1400px;
}
.flink-list .item {
  position: relative;
  margin-top: 15px;
  display: block;
  width: 220px;
  height: 110px;
  border: 0.5px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.flink-list .item .img {
  width: 100%;
}
.flink-list .item:hover .img {
  transition: all 0.5s ease-out;
  transform: scale(1.03);
}

.view-title {
  padding: 20px 0 10px;
  text-align: center;
  min-width: 1400px;
}
.view-title .title {
  color: #333;
  font-size: 30px;
}
.view-title .subtitle {
  margin-top: 10px;
  font-size: 18px;
  min-width: 1400px;
  color: #666666;
}

/*# sourceMappingURL=product.css.map */
