.n_banner .text .p {
  max-width: 380px;
}
.ctn {
  padding: 5vw 0 6vw;
  color: #343434;
}
.ctn .s-title {
  margin-top: 3vw;
}
.ctn .ctn-list .box-list .box {
  margin-top: 2vw;
}
.ctn .ctn-list .box-list .box ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn .ctn-list .box-list .box ul li {
  width: 32.6%;
  background: #f7f8fa;
  margin-top: 1vw;
  padding: 2vw;
}
.ctn .ctn-list .box-list .box ul li:not(:nth-child(3n)) {
  margin-right: 1%;
}
.ctn .ctn-list .box-list .box ul li .icons {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn .ctn-list .box-list .box ul li .icons img {
  max-width: 60%;
  max-height: 60%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn .ctn-list .box-list .box ul li p {
  color: #777;
  text-align: justify;
  line-height: 1.6;
  margin-top: 1.5vw;
}
.ctn .ctn-list .box-list .box ul li:hover .icons img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn .ctn-list .annex {
  margin-top: 2vw;
}
.ctn .ctn-list .annex a {
  width: 32.6%;
  display: inline-block;
  background: #f7f8fa;
  padding: 2vw;
  color: #343434;
}
.ctn .ctn-list .annex a p {
  margin-top: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn .ctn-list .annex:hover a p {
  color: #004ea2;
}
@media screen and (max-width: 1440px) {
  .ctn .ctn-list .box-list .box ul li .icons {
    width: 78px;
    height: 78px;
  }
}
@media screen and (max-width: 1024px) {
  .ctn .ctn-list .box-list .box ul li .icons {
    width: 68px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .ctn {
    padding: 40px 0;
  }
  .ctn .s-title {
    margin-top: 20px;
  }
  .ctn .ctn-list .box-list .box {
    margin-top: 20px;
  }
  .ctn .ctn-list .box-list .box h3 {
    font-size: 16px;
  }
  .ctn .ctn-list .box-list .box ul li {
    width: 100%;
    margin-right: 0!important;
    margin-top: 20px;
    padding: 20px;
  }
  .ctn .ctn-list .box-list .box ul li p {
    margin-top: 20px;
  }
  .ctn .ctn-list .annex {
    margin-top: 20px;
  }
  .ctn .ctn-list .annex a {
    padding: 20px;
    width: 100%;
  }
  .ctn .ctn-list .annex a h2 {
    font-size: 14px;
  }
  .ctn .ctn-list .annex a p {
    margin-top: 6px;
  }
}
/*# sourceMappingURL=develop_respect.css.map */<!--ºÄÊ±1787059946.636Ãë-->