.list-s .area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.proyy {
  width: 32.08%;
  margin-top: 80px;
}
.proyy p {
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-top: 16px;
}
.proyy div {
  overflow: hidden;
}
.proyy div img {
  transition: all 0.3s linear;
}
.proyy:hover div img {
  transform: scale(1.08);
}
/* end */
/* 应用详情start */
.yyxq-main {
  margin-top: 80px;
}
.yyxq-main .bgm {
  padding: 112px 0;
  background-image: url(../images/hyyy/b1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgm .bgc {
  background-color: rgba(84, 147, 172, 0.8);
  padding-top: 61px;
  padding-left: 92px;
  padding-bottom: 66px;
}
.bgm .bgc h3 {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
.bgm .bgc p {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 40px;
}
.scenario_box {
  margin-top: 82px;
}
.scenario_box .tilside {
  display: flex;
  align-items: center;
}
.scenario_box .tilside span {
  font-size: 30px;
  color: #5493ac;
  margin-left: 19px;
}
.scenario_box .summary {
  margin-top: 30px;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.cj {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mitem {
  width: 23.75%;
  margin-bottom: 35px;
}
.mitem > div {
  height: 292px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #dedede;
}
.mitem p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  margin-top: 10px;
}
.tuot {
  display: none;
}
/* end */
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .proyy {
    margin-top: 65px;
  }
  .proyy p {
    font-size: 18px;
    margin-top: 14px;
  }
  .mitem p {
    font-size: 13px;
    line-height: 27px;
    margin-top: 10px;
  }
  .mitem {
    width: 23.75%;
    margin-bottom: 30px;
  }
  .yyxq-main {
    margin-top: 65px;
  }
  .scenario_box {
    margin-top: 60px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .proyy {
    margin-top: 45px;
  }
  .proyy p {
    font-size: 16px;
    margin-top: 12px;
  }
  .yyxq-main {
    margin-top: 45px;
  }
  .yyxq-main .bgm {
    padding: 60px 0;
  }
  .bgm .bgc {
    background-color: rgba(84, 147, 172, 0.8);
    padding-top: 40px;
    padding-left: 60px;
    padding-bottom: 46px;
  }
  .bgm .bgc h3 {
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;
  }
  .bgm .bgc p {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 30px;
  }
  .scenario_box {
    margin-top: 40px;
  }
  .mitem {
    width: 32%;
    margin-bottom: 25px;
  }
  .tuot {
    display: block;
  }
  .scenario_box .summary {
    margin-top: 25px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .proyy {
    margin-top: 30px;
    width: 100%;
  }
  .proyy p {
    font-size: 14px;
    margin-top: 10px;
  }
  .proyy {
    margin-top: 45px;
  }
  .proyy p {
    font-size: 16px;
    margin-top: 12px;
  }
  .yyxq-main {
    margin-top: 30px;
  }
  .yyxq-main .bgm {
    padding: 60px 0;
  }
  .bgm .bgc {
    background-color: rgba(84, 147, 172, 0.8);
    padding-top: 30px;
    padding-left: 25px;
    padding-bottom: 35px;
  }
  .bgm .bgc h3 {
    font-size: 23px;
    line-height: 23px;
    color: #ffffff;
  }

  .bgm .bgc p {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    margin-top: 20px;
  }
  .scenario_box {
    margin-top: 40px;
  }
  .mitem {
    width: 48%;
    margin-bottom: 15px;
  }
  .tuot {
    display: block;
  }
  .scenario_box .summary {
    margin-top: 15px;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
  }
  .mitem > div {
    height: 180px;
  }
  .mitem p {
    font-size: 12px;
    line-height: 25px;
    color: #666666;
    margin-top: 10px;
  }
}
