/* banner */
.bnp{
  width:100%;
  height:300px;
  background:url("../img/ynyjAPP-m/banner.png") no-repeat;
  background-size:100% 100%;
  position:relative;
}

.box .blbox{
  height:98.5px;
  background:url("../img/ynyjAPP-m/bj.png") no-repeat;
  background-size:100% 100%;
  margin-top: 30%;
}
.box .blbox img{
  width:127px;
  height:260px;
  position: relative;
  left: 16%;
  top: -61%;
}
.box .fbox{
  width:322px;
  height:170px;
  margin:auto;
  margin-top: 36%;
}
.box .fbox h2{
  font-size:18px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(32,32,32,1);
  line-height:15px;
}
.box .fbox p{
  font-size:12px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(96,98,102,1);
  line-height:15px;
}

.box .zbox{
  background:url("../img/ynyjAPP-m/bjy.png") no-repeat;
  background-size:100% 100%;
}
.box .zbox img{
  width:241px;
  height:267.5px;
  margin-left:23%;
}

.box .blbox2{
  height:98.5px;
  background:url("../img/ynyjAPP-m/bj1.png") no-repeat;
  background-size:100% 100%;
  margin-top: 30%;
}
.box .blbox2 img{
  width:127px;
  height:260px;
  position: relative;
  left: 53%;
  top: -61%;
}
.box .fbox2{
  width:322px;
  height:170px;
  margin:auto;
  margin-top: 26%;
}
.box .fbox2 h2{
  font-size:18px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(32,32,32,1);
  line-height:15px;
}
.box .fbox2 p{
  font-size:12px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(96,98,102,1);
  line-height:15px;
}

.box .zbox2{
  background:url("../img/ynyjAPP-m/bjy.png") no-repeat;
  background-size:100% 100%;
  margin-bottom:10%;
}
.box .zbox2 img{
  width:283px;
  height:307.5px;
  margin-left:7%;
}
@media screen and (max-width:374px){
  .box .fbox {
    width: 297px;
    height: 170px;
    margin: 0 3%;
    margin-top: 36%;
    text-align: justify;
  }
  .box .fbox2 {
    width: 297px;
    height: 170px;
    margin: 0 3%;
    margin-top: 26%;
    text-align: justify;
  }
}
@media screen and (min-width:376px) {
  .box .fbox {
    width: 350px;
    height: 170px;
    margin: auto;
    margin-top: 36%;
  }
  .box .fbox2 {
    width: 350px;
    height: 170px;
    margin: auto;
    margin-top: 26%;
  }
}