.container_box {
  width: 100%;
  overflow-x: hidden;
}

.content {
  width: 16rem;
  background: #fd0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: -2;
  padding-top: 1.5rem;
  border-radius: 0.12rem;
}

.conten_bg {
  width: 16rem;
  height: 100%;
  border-radius: 0.12rem;
  position: absolute;
  background: #fd0 url("../../images/bg.png") repeat;
  z-index: -1;
  top: 0;
}

.merit {
  margin: 0 1rem;
  height: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-top: 0.3rem;
  background: #f0f6fd;
  border-radius: 0.06rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  position: relative;
}

.merit>img {
  position: absolute;
  width: 7rem;
  top: -0.38rem;
  left: -0.19rem;
}

.merit_item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 0.2rem;
}

.merit_item:last-child {
  margin-bottom: 0;
}

.merit_item img {
  width: 0.18rem;
  margin-right: 0.11rem;
  margin-top: 0.02rem
}

.merit p {
  width: 5.64rem;
  margin-right: 0.74rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #666;
}

.other {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.other>div {
  margin-top: 0.2rem;
  width: 6.9rem;
  height: 3.21rem;
  background: #fff;
  padding: 0.3rem 0.4rem;
  box-sizing: border-box;
}

.actuality_con p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #666666;
  margin-bottom: 0.2rem;
}

.project_img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.project_img div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.project_img div img:first-child {
  width: 0.9rem;
  height: 0.9rem;
}

.project_img .arrow {
  width: 0.34rem;
  margin: 0 0.145rem;
}

.project_con {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}

.project_con p {
  width: 1.525rem;
  text-align: center;
}

.project_con span {
  display: block;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.24rem;
}

.othermerit {
  display: none;
}

@media screen and (max-width: 1600px) {

  .content,
  .conten_bg {
    width: 14rem;
  }
  .merit p {
    width: 4.64rem
  }

  .merit>img {
    width: 6rem;
    top: -0.18rem;
    left: -0.12rem;
  }

  .other>div {
    width: 5rem;
    height: 3.51rem;

  }
  .other>div:nth-child(2) {
    width: 6.8rem
  }
}

@media screen and (max-width: 1400px) {

  .content,
  .conten_bg {
    width: 12rem;
  }

  .merit {
    height: 2.4rem;
  }

  .merit p {
    margin-right: 0.44rem;
  }

  .merit>img {
    width: 4.8rem;
    top: 0.1rem;
    left: -0.12rem;
  }

  .other>div {
    width: 4rem;
    height:3.61rem
  }

  .other>div:nth-child(2) {
    width: 5.8rem
  }
  .project_img{
    margin-top:0.5rem
  }
  .project_img div img:first-child {
    width: 0.6rem;
    height: 0.6rem;
  }
  .project_con span{
    font-size: .14rem;
  }
}

@media screen and (max-width: 1200px) {

  .content,
  .conten_bg {
    width: 10rem;
  }

  .other {
    padding: 0 0.6rem
  }

  .merit {
    margin: 0.3rem 0.6rem 0
  }


  .merit>img {
    width: 3rem;
    top: 0.6rem;
    left: -0.12rem;
  }

  .other>div {
    width: 3.7rem;
    height: 3.4rem;
    padding: 0.24rem
  }

  .actuality_con p {
    margin-bottom: 0.12rem;
  }

  .other>div:nth-child(2) {
    width: 4.9rem
  }

  /* .project_img {
    margin-top: 0.3rem
  } */

  .project_img div img:first-child {
    width: 0.6rem;
    height: 0.6rem;
  }

  .project_con span {
    font-size: 0.12rem;
  }
}

@media screen and (max-width: 1023px) {
  .content {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.48rem 0;
  }

  .conten_bg {
    width: 100%;
    padding-bottom: 3rem;
    position: absolute;
    background: #fd0 url("../../images/bg.png") repeat;
    background-size: 35%;
    z-index: -1;
    left:0;
    top:0
  }

  .merit {
    display: none;
  }

  .other {
    display: block;
    padding: 0;
    margin-top: 0.3rem
  }

  .other_title {
    font-weight: 400;
  }

  .other>div {
    width: 100%;
    margin: 0 auto 0.2rem;
    padding: 0.3rem;
    height: auto;
    border-radius: 0.12rem;
    box-sizing: border-box;
  }

  .other>div:nth-child(2) {
    width: 100%
  }

  .othermerit {
    display: block;
  }

  .merit_item {
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 0.25rem;
  }

  .merit_item img {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.1rem;
    margin-top: 0.04rem;
  }

  .merit_con p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #666;
  }

  .project_img div img:first-child {
    width: 0.8rem;
    height: 0.8rem;
  }

  .project_con span {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 668px) {
  .content {
    padding: 0.6rem 0.16rem 0;
  }


  .other_title {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-bottom: 0.16rem;
  }

  .other>div {
    padding: 0.16rem;
  }

}
@media screen and (max-width: 600px){
  .project_img div img:first-child {
    width: 0.6rem;
    height: 0.6rem;
  }

  .project_img .arrow {
    width: 0.36rem;
    margin: 0 0.05rem;
  }

  .project_con span {
    font-size: 0.12rem;
  }
  .project_con p{
    width:1.125rem
  }
}
@media screen and (max-width: 480px){
  
  .project_img div img:first-child {
    width: 0.5rem;
    height: 0.5rem;
  }

  .project_img .arrow {
    width: 0.24rem;
  }

  .project_con span {
    font-size: 0.12rem;
  }
  .project_con p{
    width:1.125rem
  }
}